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 |
|---|---|---|---|---|
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
font-family: 'Pacifico';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/pacifico/v17/FwZY7-Qmy14u9lezJ-6H6Mw.ttf) format('truetype');
}
.flex-center {
display: flex;
align-items: center;
justify-content: center;
}
* {
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
}
a,
a:visited,
a:hover,
a:active {
color: inherit;
text-decoration: none;
}
/* h1 {
font-family: 'Pacifico', cursive;
font-weight: 400;
font-size: 3em;
text-align: center;
} */
.outer-menu {
position: fixed;
top: 3vh;
left: 80vw;
z-index: 1;
}
.outer-menu .checkbox-toggle {
position: absolute;
top: 0;
left: 0;
z-index: 2;
cursor: pointer;
width: 60px;
height: 60px;
opacity: 0;
}
.outer-menu .checkbox-toggle:checked+.hamburger>div {
transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked+.hamburger>div:before,
.outer-menu .checkbox-toggle:checked+.hamburger>div:after {
top: 0;
transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked+.hamburger>div:after {
opacity: 0;
}
.outer-menu .checkbox-toggle:checked~.menu {
pointer-events: auto;
visibility: visible;
}
.outer-menu .checkbox-toggle:checked~.menu>div {
transform: scale(1);
transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked~.menu>div>div {
opacity: 1;
transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover+.hamburger {
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover+.hamburger>div {
transform: rotate(225deg);
}
.outer-menu .hamburger {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 60px;
height: 60px;
padding: 0.5em 1em;
background: rgba(17, 189, 241, 0.781);
border-radius: 0 0.12em 0.12em 0;
cursor: pointer;
transition: box-shadow 0.4s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.outer-menu .hamburger>div {
position: relative;
flex: none;
width: 100%;
height: 2px;
background: #FEFEFE;
transition: all 0.4s ease;
display: flex;
align-items: center;
justify-content: center;
}
.outer-menu .hamburger>div:before,
.outer-menu .hamburger>div:after {
content: '';
position: absolute;
z-index: 1;
top: -10px;
left: 0;
width: 100%;
height: 2px;
background: inherit;
transition: all 0.4s ease;
}
.outer-menu .hamburger>div:after {
top: 10px;
}
.outer-menu .menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
visibility: hidden;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
outline: 1px solid transparent;
display: flex;
align-items: center;
justify-content: center;
}
.outer-menu .menu>div {
width: 200vw;
height: 200vw;
color: #FEFEFE;
background: rgba(38, 182, 248, 0.97);
border-radius: 50%;
transition: all 0.4s ease;
flex: none;
transform: scale(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.outer-menu .menu>div>div {
text-align: center;
max-width: 90vw;
max-height: 100vh;
opacity: 0;
transition: opacity 0.4s ease;
overflow-y: auto;
flex: none;
display: flex;
align-items: center;
justify-content: center;
}
.outer-menu .menu>div>div>ul {
list-style: none;
padding: 0 1em;
margin: 0;
display: block;
max-height: 100vh;
}
.outer-menu .menu>div>div>ul>li {
padding: 0;
margin: 2em;
font-size: 24px;
display: block;
}
.outer-menu .menu>div>div>ul>li>a {
position: relative;
display: inline;
cursor: pointer;
transition: color 0.4s ease;
}
.outer-menu .menu>div>div>ul>li>a:hover {
color: #e5e5e5;
}
.outer-menu .menu>div>div>ul>li>a:hover:after {
width: 100%;
}
.outer-menu .menu>div>div>ul>li>a:after {
content: '';
position: absolute;
z-index: 1;
bottom: -0.15em;
left: 0;
width: 0;
height: 2px;
background: #e5e5e5;
transition: width 0.4s ease;
} | static/css/hamburger_button.css |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
font-family: 'Pacifico';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/pacifico/v17/FwZY7-Qmy14u9lezJ-6H6Mw.ttf) format('truetype');
}
.flex-center {
display: flex;
align-items: center;
justify-content: center;
}
* {
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
}
a,
a:visited,
a:hover,
a:active {
color: inherit;
text-decoration: none;
}
/* h1 {
font-family: 'Pacifico', cursive;
font-weight: 400;
font-size: 3em;
text-align: center;
} */
.outer-menu {
position: fixed;
top: 3vh;
left: 80vw;
z-index: 1;
}
.outer-menu .checkbox-toggle {
position: absolute;
top: 0;
left: 0;
z-index: 2;
cursor: pointer;
width: 60px;
height: 60px;
opacity: 0;
}
.outer-menu .checkbox-toggle:checked+.hamburger>div {
transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked+.hamburger>div:before,
.outer-menu .checkbox-toggle:checked+.hamburger>div:after {
top: 0;
transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked+.hamburger>div:after {
opacity: 0;
}
.outer-menu .checkbox-toggle:checked~.menu {
pointer-events: auto;
visibility: visible;
}
.outer-menu .checkbox-toggle:checked~.menu>div {
transform: scale(1);
transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked~.menu>div>div {
opacity: 1;
transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover+.hamburger {
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover+.hamburger>div {
transform: rotate(225deg);
}
.outer-menu .hamburger {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 60px;
height: 60px;
padding: 0.5em 1em;
background: rgba(17, 189, 241, 0.781);
border-radius: 0 0.12em 0.12em 0;
cursor: pointer;
transition: box-shadow 0.4s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.outer-menu .hamburger>div {
position: relative;
flex: none;
width: 100%;
height: 2px;
background: #FEFEFE;
transition: all 0.4s ease;
display: flex;
align-items: center;
justify-content: center;
}
.outer-menu .hamburger>div:before,
.outer-menu .hamburger>div:after {
content: '';
position: absolute;
z-index: 1;
top: -10px;
left: 0;
width: 100%;
height: 2px;
background: inherit;
transition: all 0.4s ease;
}
.outer-menu .hamburger>div:after {
top: 10px;
}
.outer-menu .menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
visibility: hidden;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
outline: 1px solid transparent;
display: flex;
align-items: center;
justify-content: center;
}
.outer-menu .menu>div {
width: 200vw;
height: 200vw;
color: #FEFEFE;
background: rgba(38, 182, 248, 0.97);
border-radius: 50%;
transition: all 0.4s ease;
flex: none;
transform: scale(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.outer-menu .menu>div>div {
text-align: center;
max-width: 90vw;
max-height: 100vh;
opacity: 0;
transition: opacity 0.4s ease;
overflow-y: auto;
flex: none;
display: flex;
align-items: center;
justify-content: center;
}
.outer-menu .menu>div>div>ul {
list-style: none;
padding: 0 1em;
margin: 0;
display: block;
max-height: 100vh;
}
.outer-menu .menu>div>div>ul>li {
padding: 0;
margin: 2em;
font-size: 24px;
display: block;
}
.outer-menu .menu>div>div>ul>li>a {
position: relative;
display: inline;
cursor: pointer;
transition: color 0.4s ease;
}
.outer-menu .menu>div>div>ul>li>a:hover {
color: #e5e5e5;
}
.outer-menu .menu>div>div>ul>li>a:hover:after {
width: 100%;
}
.outer-menu .menu>div>div>ul>li>a:after {
content: '';
position: absolute;
z-index: 1;
bottom: -0.15em;
left: 0;
width: 0;
height: 2px;
background: #e5e5e5;
transition: width 0.4s ease;
} | 0.489015 | 0.093306 |
a{
color: #49a2e7;
}
a.read-more:hover{
color: #327cbc;
}
/* Typography
================================================== */
.btn.btn-primary{
border: 2px solid #49a2e7;
}
.btn.btn-primary:hover{
background: #49a2e7;
}
.btn.btn-primary.solid{
background: #49a2e7;
}
ul.circle li:before{
color: #49a2e7;
}
ul.check-list li i{
color: #49a2e7;
}
blockquote {
border-left: 5px solid #49a2e7;
}
/* Header area
================================================== */
/*-- Header --*/
.header{
border-top: 5px solid #49a2e7;
}
/*-- Logo --*/
.navbar-brand{
background: #49a2e7;
}
/*-- Main navigation --*/
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a{
color: #49a2e7;
}
.navbar-toggle{
background: #49a2e7;
}
/* Common styles
================================================== */
.heading:hover .title-icon{
color: #49a2e7;
}
h2.entry-title a:hover{
color: #49a2e7;
}
/* Icon pentagon */
.icon-pentagon{
background: none repeat scroll 0 0 #49a2e7;
}
.icon-pentagon:before{
border-bottom: 10px solid #49a2e7;
}
.icon-pentagon:after {
border-top: 10px solid #49a2e7;
}
.service-icon:before {
border-bottom: 30px solid #49a2e7;
}
.service-icon:after {
border-top: 30px solid #49a2e7;
}
/* Carousel controller */
.ts-carousel-controller .left:hover,
.ts-carousel-controller .right:hover,
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
background: #49a2e7;
}
/* Input form */
.form-control:focus{
border: 1px solid #49a2e7 !important;
}
/* Flex Slider */
.portfolio-slider .flex-direction-nav a:hover,
.second-slider .flex-direction-nav a:hover {
background: #49a2e7;
}
/* Pagination */
.pagination>.active>a, .pagination>.active>a:hover,
.pagination>li>a:hover{
background: #49a2e7;
}
/* Header area
================================================== */
/*-- Header --*/
.header{
border-top: 5px solid #49a2e7;
}
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a{
color: #49a2e7;
}
.navbar-toggle{
background: #49a2e7;
}
/* Header area - 2
================================================== */
/*-- Header bgnone fixed --*/
.header-bgnone{
background: #49a2e7;
}
/* Slideshow
================================================== */
/*-- Main slide --*/
#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
background-color: #49a2e7;
}
#main-slide .carousel-control i:hover{
background: #49a2e7;
}
/* Portfolio
================================================== */
.isotope-nav ul li a{
border: 1px solid #49a2e7;
}
.isotope-nav ul a.active,
.isotope-nav ul a:hover{
background: #49a2e7;
}
/* About us
================================================== */
/* Featured Tab */
.featured-tab .nav-tabs>li.active>a{
background: #49a2e7;
}
.featured-tab .nav-tabs>li.active>a:after{
border-left-color: #49a2e7;
}
.featured-tab .nav-tabs>li>a:hover{
background: #49a2e7;
color: #fff;
}
.featured-tab .nav-tabs>li>a:hover:after{
border-left-color: #49a2e7;
}
/* Pricing table
================================================== */
.plan.featured .plan-price{
background: #49a2e7;
}
.plan.featured .plan-price:after{
border-top-color: #49a2e7;
}
/* Testimonial
================================================== */
.testimonial-slide .testimonial-text:before{
color: #49a2e7;
}
.testimonial-slide .testimonial-text:after{
color: #49a2e7;
}
.testimonial-slide.owl-theme .owl-controls .owl-page.active span{
background: #49a2e7;
}
/* Recent Post
================================================== */
.post-img-overlay a:hover{
background: #49a2e7;
}
/* Clients
================================================== */
.clients{
background-color: #49a2e7;
}
/* Footer
================================================== */
.copyright-info a:hover{
color: #49a2e7;
}
.footer2 .copyright-info a{
color: #49a2e7;
}
#back-to-top .btn.btn-primary:hover{
background: #49a2e7;
}
/* Blog Item page
================================================== */
.post-meta a:hover{
color: #49a2e7;
}
.author-url span a:hover{
color: #49a2e7;
}
.comments-counter a:hover{
color: #49a2e7;
}
.comments-list .comment-reply:hover{
color: #49a2e7;
}
/*-- Blog sidebar --*/
.widget-tab h4.entry-title a:hover{
color: #49a2e7;
}
.widget-tags ul > li a:hover{
background: #49a2e7;
}
/* Landing page
================================================== */
.landing-header.header-bgnone ul.navbar-nav > li:hover > a,
.landing-header.header-bgnone ul.navbar-nav > li.active > a {
color: #49a2e7;
}
.features-content .features-icon{
color: #49a2e7;
}
.landing_facts{
background: #49a2e7;
}
.landing-tab .nav-tabs>li.active{
border-right: 5px solid #49a2e7;
}
.landing-tab .nav-tabs>li.active>a i{
color: #49a2e7;
}
.landing-tab .nav-tabs>li>a:hover{
color: #49a2e7 !important;
}
.landing-tab .tab-pane i.big{
color: #49a2e7;
}
.app-gallery.owl-theme .owl-controls .owl-page.active span{
background: #49a2e7;
}
.landing_page_clients{
background: #49a2e7;
} | web/css/presets/preset1.css | a{
color: #49a2e7;
}
a.read-more:hover{
color: #327cbc;
}
/* Typography
================================================== */
.btn.btn-primary{
border: 2px solid #49a2e7;
}
.btn.btn-primary:hover{
background: #49a2e7;
}
.btn.btn-primary.solid{
background: #49a2e7;
}
ul.circle li:before{
color: #49a2e7;
}
ul.check-list li i{
color: #49a2e7;
}
blockquote {
border-left: 5px solid #49a2e7;
}
/* Header area
================================================== */
/*-- Header --*/
.header{
border-top: 5px solid #49a2e7;
}
/*-- Logo --*/
.navbar-brand{
background: #49a2e7;
}
/*-- Main navigation --*/
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a{
color: #49a2e7;
}
.navbar-toggle{
background: #49a2e7;
}
/* Common styles
================================================== */
.heading:hover .title-icon{
color: #49a2e7;
}
h2.entry-title a:hover{
color: #49a2e7;
}
/* Icon pentagon */
.icon-pentagon{
background: none repeat scroll 0 0 #49a2e7;
}
.icon-pentagon:before{
border-bottom: 10px solid #49a2e7;
}
.icon-pentagon:after {
border-top: 10px solid #49a2e7;
}
.service-icon:before {
border-bottom: 30px solid #49a2e7;
}
.service-icon:after {
border-top: 30px solid #49a2e7;
}
/* Carousel controller */
.ts-carousel-controller .left:hover,
.ts-carousel-controller .right:hover,
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
background: #49a2e7;
}
/* Input form */
.form-control:focus{
border: 1px solid #49a2e7 !important;
}
/* Flex Slider */
.portfolio-slider .flex-direction-nav a:hover,
.second-slider .flex-direction-nav a:hover {
background: #49a2e7;
}
/* Pagination */
.pagination>.active>a, .pagination>.active>a:hover,
.pagination>li>a:hover{
background: #49a2e7;
}
/* Header area
================================================== */
/*-- Header --*/
.header{
border-top: 5px solid #49a2e7;
}
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a{
color: #49a2e7;
}
.navbar-toggle{
background: #49a2e7;
}
/* Header area - 2
================================================== */
/*-- Header bgnone fixed --*/
.header-bgnone{
background: #49a2e7;
}
/* Slideshow
================================================== */
/*-- Main slide --*/
#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
background-color: #49a2e7;
}
#main-slide .carousel-control i:hover{
background: #49a2e7;
}
/* Portfolio
================================================== */
.isotope-nav ul li a{
border: 1px solid #49a2e7;
}
.isotope-nav ul a.active,
.isotope-nav ul a:hover{
background: #49a2e7;
}
/* About us
================================================== */
/* Featured Tab */
.featured-tab .nav-tabs>li.active>a{
background: #49a2e7;
}
.featured-tab .nav-tabs>li.active>a:after{
border-left-color: #49a2e7;
}
.featured-tab .nav-tabs>li>a:hover{
background: #49a2e7;
color: #fff;
}
.featured-tab .nav-tabs>li>a:hover:after{
border-left-color: #49a2e7;
}
/* Pricing table
================================================== */
.plan.featured .plan-price{
background: #49a2e7;
}
.plan.featured .plan-price:after{
border-top-color: #49a2e7;
}
/* Testimonial
================================================== */
.testimonial-slide .testimonial-text:before{
color: #49a2e7;
}
.testimonial-slide .testimonial-text:after{
color: #49a2e7;
}
.testimonial-slide.owl-theme .owl-controls .owl-page.active span{
background: #49a2e7;
}
/* Recent Post
================================================== */
.post-img-overlay a:hover{
background: #49a2e7;
}
/* Clients
================================================== */
.clients{
background-color: #49a2e7;
}
/* Footer
================================================== */
.copyright-info a:hover{
color: #49a2e7;
}
.footer2 .copyright-info a{
color: #49a2e7;
}
#back-to-top .btn.btn-primary:hover{
background: #49a2e7;
}
/* Blog Item page
================================================== */
.post-meta a:hover{
color: #49a2e7;
}
.author-url span a:hover{
color: #49a2e7;
}
.comments-counter a:hover{
color: #49a2e7;
}
.comments-list .comment-reply:hover{
color: #49a2e7;
}
/*-- Blog sidebar --*/
.widget-tab h4.entry-title a:hover{
color: #49a2e7;
}
.widget-tags ul > li a:hover{
background: #49a2e7;
}
/* Landing page
================================================== */
.landing-header.header-bgnone ul.navbar-nav > li:hover > a,
.landing-header.header-bgnone ul.navbar-nav > li.active > a {
color: #49a2e7;
}
.features-content .features-icon{
color: #49a2e7;
}
.landing_facts{
background: #49a2e7;
}
.landing-tab .nav-tabs>li.active{
border-right: 5px solid #49a2e7;
}
.landing-tab .nav-tabs>li.active>a i{
color: #49a2e7;
}
.landing-tab .nav-tabs>li>a:hover{
color: #49a2e7 !important;
}
.landing-tab .tab-pane i.big{
color: #49a2e7;
}
.app-gallery.owl-theme .owl-controls .owl-page.active span{
background: #49a2e7;
}
.landing_page_clients{
background: #49a2e7;
} | 0.210685 | 0.067026 |
#floating-button {
bottom: 20px;
position: fixed;
right: 20px;
z-index : 9999;
width: 60px;
height: 60px;
line-height: 60px;
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
color: #000;
cursor: pointer;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
padding: 0;
border: none;
border-radius: 50%;
}
#floating-button>li {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
backface-visibility: hidden;
padding: 0;
border: none;
border-radius: 50%;
-webkit-border-radius: 50%;
}
#floating-button a {
width: 40px;
height: 40px;
display: inline-block;
border-radius: 50%;
-webkit-border-radius: 50%;
text-decoration: none;
font-size: 0.8em;
}
#floating-button .icon.menu-icon{
font-size: 20px;
}
/*floating-menu*/
#floating-menu .icon.menu-icon{
font-size: 20px;
}
#floating-menu {
position: fixed;
right: 20px;
z-index: 9999;
width: 60px;
height: 60px;
line-height: 60px;
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
cursor: pointer;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
padding: 0;
border: none;
border-radius: 50%;
}
#floating-menu li.menu-button {
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#floating-menu li{
position: absolute;
left: 0.5px;
top: 0.5px;
width: 98%;
height: 98%;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
padding: 0;
border: none;
border-radius: 50%;
-webkit-border-radius: 50%;
}
#floating-menu li span.label{
margin-right: 2px;
color: gray;
background-color: white;
padding: 6px;
border-radius: 6px;
-webkit-border-radius: 6px;
box-shadow: 0.5px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
}
#floating-menu li span.label-container{
margin-right: 2px;
position: absolute;
display: inline-block;
visibility: hidden;
top: 0px;
overflow: hidden;
right: 75px;
width: 100px;
text-align: right;
font-size: 15px;
}
#floating-menu.active span.label-container{
visibility: visible;
}
#floating-menu.active li{
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
/*#floating-menu li {
width: 40px;
height: 40px;
display: inline-block;
border-radius: 50%;
-webkit-border-radius: 50%;
text-decoration: none;
font-size: 0.8em;
}*/
#floating-menu > li {
transition: all .4s;
-webkit-transition: all .4s;
-moz-transition: .4s;
}
#floating-menu.active > li:nth-child(1) {
transition-delay: 0ms; -webkit-transition-delay: 0ms; top: -70px;
}
#floating-menu.active > li:nth-child(2) {
transition-delay: 50ms; -webkit-transition-delay: 50ms; top: -140px;
}
#floating-menu.active > li:nth-child(3){
transition-delay: 100ms; -webkit-transition-delay: 100ms; top: -210px;
}
#floating-menu.active > li:nth-child(4){
transition-delay: 150ms; -webkit-transition-delay: 150ms; top: -280px;
}
#floating-menu.active > li:nth-child(5){
transition-delay: 200ms; -webkit-transition-delay: 200ms; top: -350px;
}
#floating-menu.active > li:nth-child(6){
transition-delay: 250ms; -webkit-transition-delay: 250ms; top: -420px;
} | www/lib/ion-floating-menu/dist/ion-floating-menu.css |
#floating-button {
bottom: 20px;
position: fixed;
right: 20px;
z-index : 9999;
width: 60px;
height: 60px;
line-height: 60px;
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
color: #000;
cursor: pointer;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
padding: 0;
border: none;
border-radius: 50%;
}
#floating-button>li {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
backface-visibility: hidden;
padding: 0;
border: none;
border-radius: 50%;
-webkit-border-radius: 50%;
}
#floating-button a {
width: 40px;
height: 40px;
display: inline-block;
border-radius: 50%;
-webkit-border-radius: 50%;
text-decoration: none;
font-size: 0.8em;
}
#floating-button .icon.menu-icon{
font-size: 20px;
}
/*floating-menu*/
#floating-menu .icon.menu-icon{
font-size: 20px;
}
#floating-menu {
position: fixed;
right: 20px;
z-index: 9999;
width: 60px;
height: 60px;
line-height: 60px;
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
cursor: pointer;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
padding: 0;
border: none;
border-radius: 50%;
}
#floating-menu li.menu-button {
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#floating-menu li{
position: absolute;
left: 0.5px;
top: 0.5px;
width: 98%;
height: 98%;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
padding: 0;
border: none;
border-radius: 50%;
-webkit-border-radius: 50%;
}
#floating-menu li span.label{
margin-right: 2px;
color: gray;
background-color: white;
padding: 6px;
border-radius: 6px;
-webkit-border-radius: 6px;
box-shadow: 0.5px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
}
#floating-menu li span.label-container{
margin-right: 2px;
position: absolute;
display: inline-block;
visibility: hidden;
top: 0px;
overflow: hidden;
right: 75px;
width: 100px;
text-align: right;
font-size: 15px;
}
#floating-menu.active span.label-container{
visibility: visible;
}
#floating-menu.active li{
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
/*#floating-menu li {
width: 40px;
height: 40px;
display: inline-block;
border-radius: 50%;
-webkit-border-radius: 50%;
text-decoration: none;
font-size: 0.8em;
}*/
#floating-menu > li {
transition: all .4s;
-webkit-transition: all .4s;
-moz-transition: .4s;
}
#floating-menu.active > li:nth-child(1) {
transition-delay: 0ms; -webkit-transition-delay: 0ms; top: -70px;
}
#floating-menu.active > li:nth-child(2) {
transition-delay: 50ms; -webkit-transition-delay: 50ms; top: -140px;
}
#floating-menu.active > li:nth-child(3){
transition-delay: 100ms; -webkit-transition-delay: 100ms; top: -210px;
}
#floating-menu.active > li:nth-child(4){
transition-delay: 150ms; -webkit-transition-delay: 150ms; top: -280px;
}
#floating-menu.active > li:nth-child(5){
transition-delay: 200ms; -webkit-transition-delay: 200ms; top: -350px;
}
#floating-menu.active > li:nth-child(6){
transition-delay: 250ms; -webkit-transition-delay: 250ms; top: -420px;
} | 0.305283 | 0.10079 |
* {
margin: 0;
padding: 0;
}
html, body{
height: 100%;
}
body {
font-family: 'Roboto';
font-size: 15px;
width: 100%;
margin: 0 auto;
min-height: 100%;
}
*, button, input, i, a {
-webkit-font-smoothing: antialiased;
}
#header {
position: relative;
height: 60px;
margin-top:0;
background: #4285F4;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
z-index: 10;
width: 100%;
left: 0;
top: 0;
-webkit-transition: all;
-o-transition: all;
transition: all;
-webkit-transition-duration: 200ms;
transition-duration: 200ms;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#world-map {
padding: 0px;
margin:0;
}
.first{
vertical-align: middle;
line-height: 48px;
float:left;
}
.first a{
color: #fff;
text-transform: uppercase;
padding: 6px 10px;
display: block;
font-size: 16px;
font-weight: 300;
text-decoration: none;
}
.second {
float:right;
}
.second .input{
float:left;
margin-left: 300px;
line-height: 60px;
vertical-align: middle;
color: rgb(52, 73, 94);
}
.second .input #username{
margin-left: 10px;
width:100px;
border: 1px solid #fcfcfc;
padding: 0 0 0 22px;
box-shadow: none;
height: 34px;
font-size: 14px;
color: #555;
background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABbElEQVQ4T6WTT0sCYRDGZ94NI/oSBR26GKUtealDVNp2MUEJakXo3L1DB6NzfYMuq0ZBf4hC1qDo0CF0M6ygm4c+Q0SoOxMKhW+7bgu913nmx/M+M4Pwz4c9+jGkpZcEQwIBhI1wXC0al25aV4Cq6TvMuCU1IGxbRSP7G+IARGKZoRZSHQDkGhFxQAw/XBhv3RAHQI3pCUY8cf0aQtwqGueegLCmTyHjvRtAIKvlYs7yBLStT0bXbkGIGUnIcFMxjTkA4L8AoGqZcSZ7H4CD7SQY8EkhXi+X8jXPEJPJpFJ/H9gFog0UQnSLicAWSHtWZGQTsln6rkkhhmPpI0RIee0WsZ2rmoW0AxCaX10Wfcqpn8VEosVKKW+2tT8OJqL6qyJw1A/Atun58So/JgFCC3pLKKj4AQDbTcssBGQHsyufSn+g3w+g2Wh81K4PByVAcDoeB6AUo5y+Y2xMxKwcvNyddY6r1zX6MdLRfAEfw3oRqkrlsgAAAABJRU5ErkJggg==') no-repeat 4px 50%;
border-radius: 4px;
}
#submit{
position:relative;
left:-6px;
background: #e4f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f9), color-stop(100%,#d5e7f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* IE10+ */
background: linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3',GradientType=0 ); /* IE6-9 */
display: inline-block;
padding: 5px 12px;
margin: -3px 0 0 10px;
font-size: 14px;
font-weight: normal;
line-height: 149%;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
background-color: #34495e;
border: 1px solid #34495e;
border-radius: 3px;
color: #FFFFFF;
}
#submit:hover {
background-color: #3f5872;
border-color: #3f5872;
color: #FFFFFF;
}
#legend{
position: absolute;
bottom: 0;
left: 0;
line-height: 25px;
color:#667E72;
font-size: 80%;
}
#legend>div {
height: 35px;
line-height: 35px;
padding: 0 5px;
clear: both;
}
#legend>div>div{
float:left;
}
#legend .round{
width: 25px;
height: 25px;
border: #667E72 solid 1px;
border-radius: 15px;
margin: 4px 6px;
}
#copy{
position: absolute;
bottom: 5px;
right: 10px;
color:#667E72;
font-size: 13px;
padding: 2px;
background-color: rgba(255,255,255,0.75);
border-radius: 1px;
}
#copy a,
#copy a:hover,
#copy a:visited{
color:#667E72;
}
/* Loader */
#waiter{
z-index: 100;
background-color: black;
opacity: 0.9;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
background-image: radial-gradient(circle farthest-corner at center, #3C4B57 0%, #1C262B 100%);
}
.loader {
position: absolute;
top: calc(50% - 32px);
left: calc(50% - 32px);
width: 64px;
height: 64px;
border-radius: 50%;
perspective: 800px;
}
.inner {
position: absolute;
box-sizing: border-box;
width: 100%;
height: 100%;
border-radius: 50%;
}
.inner.one {
left: 0%;
top: 0%;
-webkit-animation: rotate-one 1s linear infinite;
-moz-animation: rotate-one 1s linear infinite;
animation: rotate-one 1s linear infinite;
border-bottom: 3px solid #EFEFFA;
}
.inner.two {
right: 0%;
top: 0%;
-webkit-animation: rotate-two 1s linear infinite;
-moz-animation: rotate-two 1s linear infinite;
animation: rotate-two 1s linear infinite;
border-right: 3px solid #EFEFFA;
}
.inner.three {
right: 0%;
bottom: 0%;
-webkit-animation: rotate-three 1s linear infinite;
-moz-animation: rotate-three 1s linear infinite;
animation: rotate-three 1s linear infinite;
border-top: 3px solid #EFEFFA;
}
@-webkit-keyframes rotate-one {
0% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@-webkit-keyframes rotate-two {
0% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@-webkit-keyframes rotate-three {
0% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
@-moz-keyframes rotate-one {
0% {
-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@-moz-keyframes rotate-two {
0% {
-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@-moz-keyframes rotate-three {
0% {
-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
@keyframes rotate-one {
0% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@keyframes rotate-two {
0% {
transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@keyframes rotate-three {
0% {
transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
/* \ Loader */ | css/style.css | * {
margin: 0;
padding: 0;
}
html, body{
height: 100%;
}
body {
font-family: 'Roboto';
font-size: 15px;
width: 100%;
margin: 0 auto;
min-height: 100%;
}
*, button, input, i, a {
-webkit-font-smoothing: antialiased;
}
#header {
position: relative;
height: 60px;
margin-top:0;
background: #4285F4;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
z-index: 10;
width: 100%;
left: 0;
top: 0;
-webkit-transition: all;
-o-transition: all;
transition: all;
-webkit-transition-duration: 200ms;
transition-duration: 200ms;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#world-map {
padding: 0px;
margin:0;
}
.first{
vertical-align: middle;
line-height: 48px;
float:left;
}
.first a{
color: #fff;
text-transform: uppercase;
padding: 6px 10px;
display: block;
font-size: 16px;
font-weight: 300;
text-decoration: none;
}
.second {
float:right;
}
.second .input{
float:left;
margin-left: 300px;
line-height: 60px;
vertical-align: middle;
color: rgb(52, 73, 94);
}
.second .input #username{
margin-left: 10px;
width:100px;
border: 1px solid #fcfcfc;
padding: 0 0 0 22px;
box-shadow: none;
height: 34px;
font-size: 14px;
color: #555;
background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABbElEQVQ4T6WTT0sCYRDGZ94NI/oSBR26GKUtealDVNp2MUEJakXo3L1DB6NzfYMuq0ZBf4hC1qDo0CF0M6ygm4c+Q0SoOxMKhW+7bgu913nmx/M+M4Pwz4c9+jGkpZcEQwIBhI1wXC0al25aV4Cq6TvMuCU1IGxbRSP7G+IARGKZoRZSHQDkGhFxQAw/XBhv3RAHQI3pCUY8cf0aQtwqGueegLCmTyHjvRtAIKvlYs7yBLStT0bXbkGIGUnIcFMxjTkA4L8AoGqZcSZ7H4CD7SQY8EkhXi+X8jXPEJPJpFJ/H9gFog0UQnSLicAWSHtWZGQTsln6rkkhhmPpI0RIee0WsZ2rmoW0AxCaX10Wfcqpn8VEosVKKW+2tT8OJqL6qyJw1A/Atun58So/JgFCC3pLKKj4AQDbTcssBGQHsyufSn+g3w+g2Wh81K4PByVAcDoeB6AUo5y+Y2xMxKwcvNyddY6r1zX6MdLRfAEfw3oRqkrlsgAAAABJRU5ErkJggg==') no-repeat 4px 50%;
border-radius: 4px;
}
#submit{
position:relative;
left:-6px;
background: #e4f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f9), color-stop(100%,#d5e7f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* IE10+ */
background: linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3',GradientType=0 ); /* IE6-9 */
display: inline-block;
padding: 5px 12px;
margin: -3px 0 0 10px;
font-size: 14px;
font-weight: normal;
line-height: 149%;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
background-color: #34495e;
border: 1px solid #34495e;
border-radius: 3px;
color: #FFFFFF;
}
#submit:hover {
background-color: #3f5872;
border-color: #3f5872;
color: #FFFFFF;
}
#legend{
position: absolute;
bottom: 0;
left: 0;
line-height: 25px;
color:#667E72;
font-size: 80%;
}
#legend>div {
height: 35px;
line-height: 35px;
padding: 0 5px;
clear: both;
}
#legend>div>div{
float:left;
}
#legend .round{
width: 25px;
height: 25px;
border: #667E72 solid 1px;
border-radius: 15px;
margin: 4px 6px;
}
#copy{
position: absolute;
bottom: 5px;
right: 10px;
color:#667E72;
font-size: 13px;
padding: 2px;
background-color: rgba(255,255,255,0.75);
border-radius: 1px;
}
#copy a,
#copy a:hover,
#copy a:visited{
color:#667E72;
}
/* Loader */
#waiter{
z-index: 100;
background-color: black;
opacity: 0.9;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
background-image: radial-gradient(circle farthest-corner at center, #3C4B57 0%, #1C262B 100%);
}
.loader {
position: absolute;
top: calc(50% - 32px);
left: calc(50% - 32px);
width: 64px;
height: 64px;
border-radius: 50%;
perspective: 800px;
}
.inner {
position: absolute;
box-sizing: border-box;
width: 100%;
height: 100%;
border-radius: 50%;
}
.inner.one {
left: 0%;
top: 0%;
-webkit-animation: rotate-one 1s linear infinite;
-moz-animation: rotate-one 1s linear infinite;
animation: rotate-one 1s linear infinite;
border-bottom: 3px solid #EFEFFA;
}
.inner.two {
right: 0%;
top: 0%;
-webkit-animation: rotate-two 1s linear infinite;
-moz-animation: rotate-two 1s linear infinite;
animation: rotate-two 1s linear infinite;
border-right: 3px solid #EFEFFA;
}
.inner.three {
right: 0%;
bottom: 0%;
-webkit-animation: rotate-three 1s linear infinite;
-moz-animation: rotate-three 1s linear infinite;
animation: rotate-three 1s linear infinite;
border-top: 3px solid #EFEFFA;
}
@-webkit-keyframes rotate-one {
0% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@-webkit-keyframes rotate-two {
0% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@-webkit-keyframes rotate-three {
0% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
@-moz-keyframes rotate-one {
0% {
-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@-moz-keyframes rotate-two {
0% {
-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@-moz-keyframes rotate-three {
0% {
-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
@keyframes rotate-one {
0% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@keyframes rotate-two {
0% {
transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@keyframes rotate-three {
0% {
transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
/* \ Loader */ | 0.428233 | 0.083516 |
body {
font-family: 'Open Sans', sans-serif;
margin: 0;
}
img {
max-width: 100%;
}
.container {
width: 100%;
max-width: 1170px;
margin-left: auto ;
margin-right: auto;
}
.menu {
margin-top: 18px;
display: flex;
justify-content: space-between;
align-items: center;
}
.name {
display: block;
font-size: 16px;
font-weight: 800;
}
.description {
margin-left: 9px;
}
.menu-logo {
display: flex;
align-items: center;
}
.avatar {
width: 57px;
height: 57px;
background: url('https://pp.userapi.com/c837431/v837431123/53465/52TcB1Bl1_w.jpg');
border-radius: 50%;
background-size: 100%;
}
.menu-list a {
text-decoration: none;
color: #2b2a2c;
text-transform: uppercase;
font-weight: 800;
margin-right: 34px;
}
.menu-list {
display: flex;
align-items: center;
}
.menu-button {
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
background-color: transparent;
border-radius: 50px;
border: 2px solid #2b2a2c;
padding: 13px 22px;
}
.hero {
padding-top: 112px;
padding-bottom: 112px;
background: url('https://wmpics.pics/di-CFIR.png') no-repeat right bottom;
}
.hero-subtitle {
font-size: 32px;
}
.hero-title {
font-size: 45px;
font-weight: 800;
margin-top: 5px;
margin-bottom: 8px;
}
.hero-description {
color: #6a696b;
font-size: 18px;
}
.hero-social {
margin-top: 26px;
}
.social {
display: inline-block;
width: 41px;
height: 41px;
margin-right: 12px;
color: #fff;
text-align: center;
line-height: 41px;
}
.behance-bg {
background-color: #1869ff;
}
.facebook-bg {
background-color: #3a5898;
}
.instagram-bg {
background-color: #13578a;
}
.vk-bg {
background-color: #56acef;
}
.hero-buttons {
margin-top: 40px;
}
.button {
text-decoration: none;
font-size: 16px;
font-weight: 800;
border-radius: 50px;
padding: 20px 34px;
margin-right: 17px;
text-align: center;
display: inline-block;
}
.button-primary {
background-color: #2b2a2c;
color: #fff;
}
.button-o {
background-color: transparent;
color: #6a696b;
border: solid 1px #a0a0a1;
}
.projects {
padding: 97px 0;
}
.project-cards {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.project-card {
min-height: 370px;
width: 370px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
margin-bottom: 50px;
}
.project-card_image {
height: 300px;
}
.landing-page {
background: url('https://myfreelancing.ru/wp-content/uploads/2018/08/24811z4533652b.jpg') center no-repeat;
background-size: cover;
background-repeat: no-repeat;
}
.project-category {
display: block;
}
.project-card_info {
padding: 19px 13px;
}
.project-category{
display: block;
font-size: 12px;
color: #2b2a2c;
}
.project-title {
display: flex;
justify-content: space-between;
font-size: 16px;
font-weight: 800;
text-transform: uppercase;
margin-top: 10px;
}
.footer {
background-color: #2b2a2c;
padding: 20px 0;
color: #8d8d8e;
}
.footer a {
color: #8d8d8e;
text-decoration: none;
}
.footer-info {
display: flex;
justify-content: space-between;
}
.footer-text {
display: flex;
align-items: center;
}
.copyright {
padding-right: 16px;
margin-right: 16px;
border-right: 1px solid #413f41;
font-size: 14px;
}
.footer-social_link {
font-size: 20px;
margin-right: 13px;
text-decoration: none;
}
.footer-menu {
display: flex;
align-items: center;
justify-content: space-between;
}
.footer-menu a {
font-size: 14px;
display: inline-block;
margin-right: 30px;
}
.footer-button {
font-size: 14px;
background-color: transparent;
border-radius: 50px;
border: 1px solid #8d8d8e;
padding: 8px 22px;
}
@media (max-width: 1200px) {
.description_small {
font-size: 10px;
}
.menu-list {
display: none;
}
.hero {
padding-bottom: 500px;
}
.container {
width: 965px;
}
.project-card {
width: 48%;
}
}
@media (max-width: 992px) {
.container {
width: 760px;
}
.project-card {
width: 48%;
}
}
@media (max-width: 768px) {
.container {
width: 95%;
}
.project-card {
width: 95%;
margin: 30px auto;
}
} | style.css | body {
font-family: 'Open Sans', sans-serif;
margin: 0;
}
img {
max-width: 100%;
}
.container {
width: 100%;
max-width: 1170px;
margin-left: auto ;
margin-right: auto;
}
.menu {
margin-top: 18px;
display: flex;
justify-content: space-between;
align-items: center;
}
.name {
display: block;
font-size: 16px;
font-weight: 800;
}
.description {
margin-left: 9px;
}
.menu-logo {
display: flex;
align-items: center;
}
.avatar {
width: 57px;
height: 57px;
background: url('https://pp.userapi.com/c837431/v837431123/53465/52TcB1Bl1_w.jpg');
border-radius: 50%;
background-size: 100%;
}
.menu-list a {
text-decoration: none;
color: #2b2a2c;
text-transform: uppercase;
font-weight: 800;
margin-right: 34px;
}
.menu-list {
display: flex;
align-items: center;
}
.menu-button {
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
background-color: transparent;
border-radius: 50px;
border: 2px solid #2b2a2c;
padding: 13px 22px;
}
.hero {
padding-top: 112px;
padding-bottom: 112px;
background: url('https://wmpics.pics/di-CFIR.png') no-repeat right bottom;
}
.hero-subtitle {
font-size: 32px;
}
.hero-title {
font-size: 45px;
font-weight: 800;
margin-top: 5px;
margin-bottom: 8px;
}
.hero-description {
color: #6a696b;
font-size: 18px;
}
.hero-social {
margin-top: 26px;
}
.social {
display: inline-block;
width: 41px;
height: 41px;
margin-right: 12px;
color: #fff;
text-align: center;
line-height: 41px;
}
.behance-bg {
background-color: #1869ff;
}
.facebook-bg {
background-color: #3a5898;
}
.instagram-bg {
background-color: #13578a;
}
.vk-bg {
background-color: #56acef;
}
.hero-buttons {
margin-top: 40px;
}
.button {
text-decoration: none;
font-size: 16px;
font-weight: 800;
border-radius: 50px;
padding: 20px 34px;
margin-right: 17px;
text-align: center;
display: inline-block;
}
.button-primary {
background-color: #2b2a2c;
color: #fff;
}
.button-o {
background-color: transparent;
color: #6a696b;
border: solid 1px #a0a0a1;
}
.projects {
padding: 97px 0;
}
.project-cards {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.project-card {
min-height: 370px;
width: 370px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
margin-bottom: 50px;
}
.project-card_image {
height: 300px;
}
.landing-page {
background: url('https://myfreelancing.ru/wp-content/uploads/2018/08/24811z4533652b.jpg') center no-repeat;
background-size: cover;
background-repeat: no-repeat;
}
.project-category {
display: block;
}
.project-card_info {
padding: 19px 13px;
}
.project-category{
display: block;
font-size: 12px;
color: #2b2a2c;
}
.project-title {
display: flex;
justify-content: space-between;
font-size: 16px;
font-weight: 800;
text-transform: uppercase;
margin-top: 10px;
}
.footer {
background-color: #2b2a2c;
padding: 20px 0;
color: #8d8d8e;
}
.footer a {
color: #8d8d8e;
text-decoration: none;
}
.footer-info {
display: flex;
justify-content: space-between;
}
.footer-text {
display: flex;
align-items: center;
}
.copyright {
padding-right: 16px;
margin-right: 16px;
border-right: 1px solid #413f41;
font-size: 14px;
}
.footer-social_link {
font-size: 20px;
margin-right: 13px;
text-decoration: none;
}
.footer-menu {
display: flex;
align-items: center;
justify-content: space-between;
}
.footer-menu a {
font-size: 14px;
display: inline-block;
margin-right: 30px;
}
.footer-button {
font-size: 14px;
background-color: transparent;
border-radius: 50px;
border: 1px solid #8d8d8e;
padding: 8px 22px;
}
@media (max-width: 1200px) {
.description_small {
font-size: 10px;
}
.menu-list {
display: none;
}
.hero {
padding-bottom: 500px;
}
.container {
width: 965px;
}
.project-card {
width: 48%;
}
}
@media (max-width: 992px) {
.container {
width: 760px;
}
.project-card {
width: 48%;
}
}
@media (max-width: 768px) {
.container {
width: 95%;
}
.project-card {
width: 95%;
margin: 30px auto;
}
} | 0.38145 | 0.07971 |
html {
height: 100%; }
body {
display: flex;
flex-direction: column;
min-height: 100%; }
#root {
padding-bottom: 15px; }
.site-content {
flex: 1; }
.input-field {
display: flex;
justify-content: center; }
.the-grid {
padding-top: 50px; }
img {
border-radius: 5%; }
/*
=====================
Search Component
=====================
*/
select {
margin-left: 10px;
border-radius: 5% !important; }
.control {
display: inherit; }
/*
=====================
View & Websites Component
=====================
*/
.genres {
display: flex;
justify-content: space-between; }
@keyframes zoom {
from {
transform: scale(0); }
to {
transform: scale(1); } }
.website-icons {
display: flex;
flex-direction: row;
justify-content: space-around; }
.website-icons a {
color: inherit;
text-decoration: none; }
.website-icons a:hover {
opacity: 0.8; }
/*
=====================
Screenshot Component
=====================
*/
.screenshots img:hover {
opacity: 0.8;
cursor: pointer; }
.zoomBlock {
display: none;
position: fixed;
/* Stay in place */
z-index: 1;
/* Sit on top */
padding-top: 100px;
/* Location of the box */
left: 0;
top: 0;
width: 100%;
/* Full width */
height: 100%;
/* Full height */
overflow: auto;
/* Enable scroll if needed */
background-color: black;
/* Fallback color */
background-color: rgba(0, 0, 0, 0.9);
/* Black w/ opacity */ }
.zoom-content {
margin: auto;
display: block;
width: 90%;
max-width: 700px; }
.zoom-content {
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s; }
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s; }
.close:hover {
cursor: pointer;
opacity: 0.8; }
/*
=====================
Games Component
=====================
*/
.pop {
transition: all 0.2s ease-in-out; }
.pop:hover {
transform: scale(1.05); }
/*
=====================
Navbar Component
=====================
*/
.active {
font-weight: bold; }
.navlink-item {
color: #a29d9a; }
.navlink-item:hover {
color: #6f6a67; }
/*
=====================
Rating Component
=====================
*/
.progress-ring__circle {
transition: 1.35s stroke-dashoffset ease-in;
transform: rotate(-90deg);
transform-origin: 50% 50%; }
.ratings {
display: flex;
justify-content: space-between; }
/*
=====================
Footer
=====================
*/
.footer {
margin-top: auto;
position: relative;
padding: 20px; }
.footer p,
.footer a {
text-decoration: none;
color: #a29d9a; }
.footer p:hover,
.footer a:hover {
color: #6f6a67; } | src/App.css | html {
height: 100%; }
body {
display: flex;
flex-direction: column;
min-height: 100%; }
#root {
padding-bottom: 15px; }
.site-content {
flex: 1; }
.input-field {
display: flex;
justify-content: center; }
.the-grid {
padding-top: 50px; }
img {
border-radius: 5%; }
/*
=====================
Search Component
=====================
*/
select {
margin-left: 10px;
border-radius: 5% !important; }
.control {
display: inherit; }
/*
=====================
View & Websites Component
=====================
*/
.genres {
display: flex;
justify-content: space-between; }
@keyframes zoom {
from {
transform: scale(0); }
to {
transform: scale(1); } }
.website-icons {
display: flex;
flex-direction: row;
justify-content: space-around; }
.website-icons a {
color: inherit;
text-decoration: none; }
.website-icons a:hover {
opacity: 0.8; }
/*
=====================
Screenshot Component
=====================
*/
.screenshots img:hover {
opacity: 0.8;
cursor: pointer; }
.zoomBlock {
display: none;
position: fixed;
/* Stay in place */
z-index: 1;
/* Sit on top */
padding-top: 100px;
/* Location of the box */
left: 0;
top: 0;
width: 100%;
/* Full width */
height: 100%;
/* Full height */
overflow: auto;
/* Enable scroll if needed */
background-color: black;
/* Fallback color */
background-color: rgba(0, 0, 0, 0.9);
/* Black w/ opacity */ }
.zoom-content {
margin: auto;
display: block;
width: 90%;
max-width: 700px; }
.zoom-content {
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s; }
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s; }
.close:hover {
cursor: pointer;
opacity: 0.8; }
/*
=====================
Games Component
=====================
*/
.pop {
transition: all 0.2s ease-in-out; }
.pop:hover {
transform: scale(1.05); }
/*
=====================
Navbar Component
=====================
*/
.active {
font-weight: bold; }
.navlink-item {
color: #a29d9a; }
.navlink-item:hover {
color: #6f6a67; }
/*
=====================
Rating Component
=====================
*/
.progress-ring__circle {
transition: 1.35s stroke-dashoffset ease-in;
transform: rotate(-90deg);
transform-origin: 50% 50%; }
.ratings {
display: flex;
justify-content: space-between; }
/*
=====================
Footer
=====================
*/
.footer {
margin-top: auto;
position: relative;
padding: 20px; }
.footer p,
.footer a {
text-decoration: none;
color: #a29d9a; }
.footer p:hover,
.footer a:hover {
color: #6f6a67; } | 0.482429 | 0.054727 |
.branch-table thead th {
color: #6B778C;
font-weight: 600;
font-size: 12px;
line-height: 16px;
letter-spacing: 0;
text-transform: none;
white-space: nowrap;
}
.branch-table.aui > tbody > tr > td {
vertical-align: middle;
}
.branch-table .aui-icon {
color: #505F79;
}
.branch-table .aui-icon + a {
margin-left: 5px;
}
.branch-table .base-branch {
background: #EBECF0;
}
.branch-table .base-branch-lozenge,
.branch-table .default-branch-lozenge {
margin-left: 10px;
}
.branch-table .ahead-behind-column,
.branch-table .last-updated-column,
.branch-table .pull-requests-column,
.branch-table .build-status-branch-list-col,
.branch-table .branch-actions-column {
width: 1%;
}
.branch-table .last-updated-column {
white-space: nowrap;
}
.branch-table .last-updated-column .commitid {
font-family: Arial, FreeSans, Helvetica, sans-serif;
color: #172B4D;
}
.branch-table .last-updated-column .user-avatar {
margin-right: 5px;
vertical-align: middle;
}
.branch-table .last-updated-column time {
vertical-align: middle;
color: #505F79;
}
.branch-table td[headers=branch-name-column] {
max-width: 325px;
}
.branch-table td[headers=branch-name-column] > div {
position: relative;
}
.branch-table td[headers=branch-name-column] > div > .aui-icon {
left: 5px;
position: absolute;
}
.branch-table td[headers=branch-name-column] > div > .line {
box-sizing: border-box;
display: flex;
align-items: baseline;
padding-left: 25px;
width: 100%;
}
.branch-table td[headers=branch-name-column] > div > .line .aui-lozenge {
white-space: nowrap;
}
.branch-table td[headers=branch-name-column] > div > .line > a {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
}
.branch-table td[headers=branch-name-column] > div > .line .aui-lozenge + a {
padding-right: 120px;
}
.branch-table th#pull-requests-column {
white-space: nowrap;
}
.branch-table td.last-updated-column > time {
white-space: nowrap;
}
.branch-table #branch-actions-column {
width: 70px;
} | target/bitbucket/app/static/bitbucket/internal/feature/repository/branch-table/branch-table.less.css | .branch-table thead th {
color: #6B778C;
font-weight: 600;
font-size: 12px;
line-height: 16px;
letter-spacing: 0;
text-transform: none;
white-space: nowrap;
}
.branch-table.aui > tbody > tr > td {
vertical-align: middle;
}
.branch-table .aui-icon {
color: #505F79;
}
.branch-table .aui-icon + a {
margin-left: 5px;
}
.branch-table .base-branch {
background: #EBECF0;
}
.branch-table .base-branch-lozenge,
.branch-table .default-branch-lozenge {
margin-left: 10px;
}
.branch-table .ahead-behind-column,
.branch-table .last-updated-column,
.branch-table .pull-requests-column,
.branch-table .build-status-branch-list-col,
.branch-table .branch-actions-column {
width: 1%;
}
.branch-table .last-updated-column {
white-space: nowrap;
}
.branch-table .last-updated-column .commitid {
font-family: Arial, FreeSans, Helvetica, sans-serif;
color: #172B4D;
}
.branch-table .last-updated-column .user-avatar {
margin-right: 5px;
vertical-align: middle;
}
.branch-table .last-updated-column time {
vertical-align: middle;
color: #505F79;
}
.branch-table td[headers=branch-name-column] {
max-width: 325px;
}
.branch-table td[headers=branch-name-column] > div {
position: relative;
}
.branch-table td[headers=branch-name-column] > div > .aui-icon {
left: 5px;
position: absolute;
}
.branch-table td[headers=branch-name-column] > div > .line {
box-sizing: border-box;
display: flex;
align-items: baseline;
padding-left: 25px;
width: 100%;
}
.branch-table td[headers=branch-name-column] > div > .line .aui-lozenge {
white-space: nowrap;
}
.branch-table td[headers=branch-name-column] > div > .line > a {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
}
.branch-table td[headers=branch-name-column] > div > .line .aui-lozenge + a {
padding-right: 120px;
}
.branch-table th#pull-requests-column {
white-space: nowrap;
}
.branch-table td.last-updated-column > time {
white-space: nowrap;
}
.branch-table #branch-actions-column {
width: 70px;
} | 0.430387 | 0.185929 |
@font-face {
font-family: 'fontello';
src: url('../fonts/fontello.eot?29124227');
src: url('../fonts/fontello.eot?29124227#iefix') format('embedded-opentype'),
url('../fonts/fontello.woff2?29124227') format('woff2'),
url('../fonts/fontello.woff?29124227') format('woff'),
url('../fonts/fontello.ttf?29124227') format('truetype'),
url('../fonts/fontello.svg?29124227#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?29124227#fontello') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-right-small:before { content: '\e800'; } /* '' */
.icon-left-small:before { content: '\e801'; } /* '' */
.icon-right-open-big:before { content: '\e802'; } /* '' */
.icon-left-open-big:before { content: '\e803'; } /* '' */
.icon-eye-off:before { content: '\e804'; } /* '' */
.icon-eye:before { content: '\e805'; } /* '' */
.icon-circle-o:before { content: '\f10c'; } /* '' */
.icon-dot-circle-o:before { content: '\f192'; } /* '' */
.icon-twitter-squared:before { content: '\f304'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */ | src/main/resources/static/css/libs/pre-login/fontello.css | @font-face {
font-family: 'fontello';
src: url('../fonts/fontello.eot?29124227');
src: url('../fonts/fontello.eot?29124227#iefix') format('embedded-opentype'),
url('../fonts/fontello.woff2?29124227') format('woff2'),
url('../fonts/fontello.woff?29124227') format('woff'),
url('../fonts/fontello.ttf?29124227') format('truetype'),
url('../fonts/fontello.svg?29124227#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?29124227#fontello') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-right-small:before { content: '\e800'; } /* '' */
.icon-left-small:before { content: '\e801'; } /* '' */
.icon-right-open-big:before { content: '\e802'; } /* '' */
.icon-left-open-big:before { content: '\e803'; } /* '' */
.icon-eye-off:before { content: '\e804'; } /* '' */
.icon-eye:before { content: '\e805'; } /* '' */
.icon-circle-o:before { content: '\f10c'; } /* '' */
.icon-dot-circle-o:before { content: '\f192'; } /* '' */
.icon-twitter-squared:before { content: '\f304'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */ | 0.252568 | 0.040807 |
.searchCli{
margin-top:22px;
}
.searCliText
{
margin-top:7px;
}
.mytable
{
width:100%;
background-color:white;
}
.mytable tr th
{
height:40px !important;
background-color:#3993b6;
color:white;
text-align:center;
}
.mytable tr td
{
border-bottom:2px solid #b4b4b4;
text-align:center;
height:100px;
}
.selSear
{
width:350px;
height:40px;
color:#b4b4b4;
font-weight:bold;
}
.selSear option
{
width:350px;
height:40px;
color:black;
font-weight:bold;
}
.txtSearC
{
width:200px;
height:40px;
margin-right: 40px;
}
.searC
{
padding-right:30px;
}
.search-box
{
display:inline-flex;
width:300px;
height:40px;
}
/*Accueil */
.home_image_one {
background-image:url("../img/GestVoi.png");
top:0; left:0; position:fixed; width:50%; height:50%
}
.home_image_two {
background: url("../img/GestParc.png");
top:0; left:50%; position:fixed; width:50%; height:50%
}
.home_image_one1 {
background: url("../img/GestCli.png");
top:50%; left:0; position:fixed; width:50%; height:50%
}
.home_image_two1 {
background: url("../img/GestLoc.png") ;
top:50%; left:50%; position:fixed; width:50%; height:50%
}
/*.menu i,b
{
color:white;
}
*/
/*model1*/
.spn
{
height:30px;
width:100px;
padding-top:5px;
background-color:#DCDCDC;
font-weight:bold;
color:gray;
padding-left:10px;
}
.txtmod
{
height:30px;
border:2px solid #DCDCDC;
width:250px;
}
/*ayoub*/
.modal .mytable
{
width:100%;
background-color:white;
}
.modal .mytable tr th
{
height:40px !important;
background-color:#3993b6;
color:white;
text-align:center;
}
.modal .mytable tr td
{
border-bottom:2px solid #b4b4b4;
text-align:center;
height:20px;
}
/* --------------------
:: 4.0 Wellcome Area CSS
-------------------- */
.welcome-single-slide {
position: relative;
z-index: 1;
overflow: hidden
}
div.transbox h5 {
color: #005b7f;
font-size: 19px;
font-weight: bold;
padding-top: 6%;
}
div.transbox {
margin: 10px;
background-color: #ffffff;
opacity: 0.6;
filter: alpha(opacity=60); /* For IE8 and earlier */
width: 120px;
height: 35px;
position: center;
margin-left: 27%;
cursor: pointer;
}
.welcome-single-slide .project_title a:hover{
text-decoration: none;
}
.welcome-single-slide img {
-webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
filter: grayscale(80%);
}
.welcome-single-slide img:hover {
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
filter: grayscale(0%);
}
.welcome-single-slide .project_title {
position: absolute;
content: "";
bottom: -300px;
left: 0;
z-index: 3;
background-color: transparent;
padding: 20px;
width: 100%;
height: auto;
-webkit-transition-duration: 750ms;
transition-duration: 750ms;
}
.welcome-single-slide:hover .project_title {
bottom: 0;
}
.welcome-single-slide .catagory-title {
position: absolute;
content: "";
bottom: 0px;
left: 40%;
background-color: transparent;
padding: 20px;
width: 100%;
height: auto;
-webkit-transition-duration: 750ms;
transition-duration: 750ms;
}
.welcome-single-slide:hover .catagory-title {
bottom: -100px;
}
/* --------------------
:: 5.0 Top Feature Area CSS
-------------------- */
.catagory-title {
position: absolute;
top: 50%;
text-align: center;
border-radius: 0px;
left: 50%;
padding-bottom: 31%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
font-weight:bold;
}
.catagory-title a > h5 {
margin-bottom: -70px;
line-height: 100px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
color: #f5f5f5;
font-size:22px;
font-weight:bold;
}
.catagory-title a > h4 {
margin-bottom: -70px;
line-height: 100px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
color: white;
font-size:20px;
}
.welcome-single-slide .catagory-title a:hover{
text-decoration: none;
}
/* LED */
.led-box {
height: 80%;
width: 5%;
margin: 10px 0;
float: right;
}
.led-red {
margin: 0 auto;
width: 20px;
height: 20px;
background-color: #F00;
border-radius: 50%;
box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
-webkit-animation: blinkRed 0.5s infinite;
-moz-animation: blinkRed 0.5s infinite;
-ms-animation: blinkRed 0.5s infinite;
-o-animation: blinkRed 0.5s infinite;
animation: blinkRed 0.5s infinite;
}
@-webkit-keyframes blinkRed {
from { background-color: #F00; }
50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
to { background-color: #F00; }
}
@-moz-keyframes blinkRed {
from { background-color: #F00; }
50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
to { background-color: #F00; }
}
@-ms-keyframes blinkRed {
from { background-color: #F00; }
50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
to { background-color: #F00; }
}
@-o-keyframes blinkRed {
from { background-color: #F00; }
50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
to { background-color: #F00; }
}
@keyframes blinkRed {
from { background-color: #F00; }
50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
to { background-color: #F00; }
}
.led-green {
margin: 0 auto;
width: 20px;
height: 20px;
background-color: #ABFF00;
border-radius: 50%;
box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
-webkit-animation: blinkGREEN 0.5s infinite;
-moz-animation: blinkGREEN 0.5s infinite;
-ms-animation: blinkGREEN 0.5s infinite;
-o-animation: blinkGREEN 0.5s infinite;
animation: blinkGREEN 0.5s infinite;
}
@-webkit-keyframes blinkGREEN {
from { background-color: #ABFF00; }
50% { background-color: #688f1b; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #13441a 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;}
to { background-color: #ABFF00; }
}
@-moz-keyframes blinkGREEN {
from { background-color: #ABFF00; }
50% { background-color: #688f1b; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #13441a 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;}
to { background-color: #ABFF00; }
}
@-ms-keyframes blinkGREEN {
from { background-color: #ABFF00; }
50% { background-color: #688f1b; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #13441a 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;}
to { background-color: #ABFF00; }
}
@-o-keyframes blinkGREEN {
from { background-color: #ABFF00; }
50% { background-color: #688f1b; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #13441a 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;}
to { background-color: #ABFF00; }
}
@keyframes blinkGREEN {
from { background-color: #ABFF00; }
50% { background-color: #688f1b; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #13441a 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;}
to { background-color: #ABFF00; }
}
th,td {
font-size: 18px;
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: #778899;
cursor: inherit;
display: block;
}
#voitureImg {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
cursor: zoom-in;
}
#voitureImg:hover {opacity: 0.7;}
.wifi{
padding-right: 90px;
}
/*
.table-striped tr {
width: 100%;
display: inline-table;
}
.table-striped table{
height:100px;
}
.table-striped tbody{
overflow-y: scroll;
height: 200px;
width: 80%;
position: absolute;
}
*/ | public/css/st1.css | .searchCli{
margin-top:22px;
}
.searCliText
{
margin-top:7px;
}
.mytable
{
width:100%;
background-color:white;
}
.mytable tr th
{
height:40px !important;
background-color:#3993b6;
color:white;
text-align:center;
}
.mytable tr td
{
border-bottom:2px solid #b4b4b4;
text-align:center;
height:100px;
}
.selSear
{
width:350px;
height:40px;
color:#b4b4b4;
font-weight:bold;
}
.selSear option
{
width:350px;
height:40px;
color:black;
font-weight:bold;
}
.txtSearC
{
width:200px;
height:40px;
margin-right: 40px;
}
.searC
{
padding-right:30px;
}
.search-box
{
display:inline-flex;
width:300px;
height:40px;
}
/*Accueil */
.home_image_one {
background-image:url("../img/GestVoi.png");
top:0; left:0; position:fixed; width:50%; height:50%
}
.home_image_two {
background: url("../img/GestParc.png");
top:0; left:50%; position:fixed; width:50%; height:50%
}
.home_image_one1 {
background: url("../img/GestCli.png");
top:50%; left:0; position:fixed; width:50%; height:50%
}
.home_image_two1 {
background: url("../img/GestLoc.png") ;
top:50%; left:50%; position:fixed; width:50%; height:50%
}
/*.menu i,b
{
color:white;
}
*/
/*model1*/
.spn
{
height:30px;
width:100px;
padding-top:5px;
background-color:#DCDCDC;
font-weight:bold;
color:gray;
padding-left:10px;
}
.txtmod
{
height:30px;
border:2px solid #DCDCDC;
width:250px;
}
/*ayoub*/
.modal .mytable
{
width:100%;
background-color:white;
}
.modal .mytable tr th
{
height:40px !important;
background-color:#3993b6;
color:white;
text-align:center;
}
.modal .mytable tr td
{
border-bottom:2px solid #b4b4b4;
text-align:center;
height:20px;
}
/* --------------------
:: 4.0 Wellcome Area CSS
-------------------- */
.welcome-single-slide {
position: relative;
z-index: 1;
overflow: hidden
}
div.transbox h5 {
color: #005b7f;
font-size: 19px;
font-weight: bold;
padding-top: 6%;
}
div.transbox {
margin: 10px;
background-color: #ffffff;
opacity: 0.6;
filter: alpha(opacity=60); /* For IE8 and earlier */
width: 120px;
height: 35px;
position: center;
margin-left: 27%;
cursor: pointer;
}
.welcome-single-slide .project_title a:hover{
text-decoration: none;
}
.welcome-single-slide img {
-webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
filter: grayscale(80%);
}
.welcome-single-slide img:hover {
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
filter: grayscale(0%);
}
.welcome-single-slide .project_title {
position: absolute;
content: "";
bottom: -300px;
left: 0;
z-index: 3;
background-color: transparent;
padding: 20px;
width: 100%;
height: auto;
-webkit-transition-duration: 750ms;
transition-duration: 750ms;
}
.welcome-single-slide:hover .project_title {
bottom: 0;
}
.welcome-single-slide .catagory-title {
position: absolute;
content: "";
bottom: 0px;
left: 40%;
background-color: transparent;
padding: 20px;
width: 100%;
height: auto;
-webkit-transition-duration: 750ms;
transition-duration: 750ms;
}
.welcome-single-slide:hover .catagory-title {
bottom: -100px;
}
/* --------------------
:: 5.0 Top Feature Area CSS
-------------------- */
.catagory-title {
position: absolute;
top: 50%;
text-align: center;
border-radius: 0px;
left: 50%;
padding-bottom: 31%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
font-weight:bold;
}
.catagory-title a > h5 {
margin-bottom: -70px;
line-height: 100px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
color: #f5f5f5;
font-size:22px;
font-weight:bold;
}
.catagory-title a > h4 {
margin-bottom: -70px;
line-height: 100px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
color: white;
font-size:20px;
}
.welcome-single-slide .catagory-title a:hover{
text-decoration: none;
}
/* LED */
.led-box {
height: 80%;
width: 5%;
margin: 10px 0;
float: right;
}
.led-red {
margin: 0 auto;
width: 20px;
height: 20px;
background-color: #F00;
border-radius: 50%;
box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
-webkit-animation: blinkRed 0.5s infinite;
-moz-animation: blinkRed 0.5s infinite;
-ms-animation: blinkRed 0.5s infinite;
-o-animation: blinkRed 0.5s infinite;
animation: blinkRed 0.5s infinite;
}
@-webkit-keyframes blinkRed {
from { background-color: #F00; }
50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
to { background-color: #F00; }
}
@-moz-keyframes blinkRed {
from { background-color: #F00; }
50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
to { background-color: #F00; }
}
@-ms-keyframes blinkRed {
from { background-color: #F00; }
50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
to { background-color: #F00; }
}
@-o-keyframes blinkRed {
from { background-color: #F00; }
50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
to { background-color: #F00; }
}
@keyframes blinkRed {
from { background-color: #F00; }
50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
to { background-color: #F00; }
}
.led-green {
margin: 0 auto;
width: 20px;
height: 20px;
background-color: #ABFF00;
border-radius: 50%;
box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
-webkit-animation: blinkGREEN 0.5s infinite;
-moz-animation: blinkGREEN 0.5s infinite;
-ms-animation: blinkGREEN 0.5s infinite;
-o-animation: blinkGREEN 0.5s infinite;
animation: blinkGREEN 0.5s infinite;
}
@-webkit-keyframes blinkGREEN {
from { background-color: #ABFF00; }
50% { background-color: #688f1b; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #13441a 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;}
to { background-color: #ABFF00; }
}
@-moz-keyframes blinkGREEN {
from { background-color: #ABFF00; }
50% { background-color: #688f1b; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #13441a 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;}
to { background-color: #ABFF00; }
}
@-ms-keyframes blinkGREEN {
from { background-color: #ABFF00; }
50% { background-color: #688f1b; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #13441a 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;}
to { background-color: #ABFF00; }
}
@-o-keyframes blinkGREEN {
from { background-color: #ABFF00; }
50% { background-color: #688f1b; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #13441a 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;}
to { background-color: #ABFF00; }
}
@keyframes blinkGREEN {
from { background-color: #ABFF00; }
50% { background-color: #688f1b; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #13441a 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;}
to { background-color: #ABFF00; }
}
th,td {
font-size: 18px;
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: #778899;
cursor: inherit;
display: block;
}
#voitureImg {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
cursor: zoom-in;
}
#voitureImg:hover {opacity: 0.7;}
.wifi{
padding-right: 90px;
}
/*
.table-striped tr {
width: 100%;
display: inline-table;
}
.table-striped table{
height:100px;
}
.table-striped tbody{
overflow-y: scroll;
height: 200px;
width: 80%;
position: absolute;
}
*/ | 0.308919 | 0.077832 |
@charset "UTF-8";
/*------------------------------------*\
# primary Sass file
## doc scss
http://github.com/paranoida/sass-mediaqueries
http://bourbon.io/docs/
\*------------------------------------*/
/*------------------------------------*\
All helpers
|– helpers/
| |– _variables.scss # Sass Variables
| |– _functions.scss # Sass Functions
| |– _mixins.scss # Sass Mixins
| |– _helpers.scss # Class & placeholders helpers
| ... # Etc…
Helpers
The helpers/ folder (sometimes called utils/) gathers all Sass tools and helpers we’ll use across the project. Got a function? A mixin? Put it in there. This folder also contains a _variables.scss file (sometimes _config.scss) which holds all global variables for the project (for typography, color schemes, and so on).
\*------------------------------------*/
/*------------------------------------*\
# Scss Mixins
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&display=swap");
.no-gutter {
margin-left: 0;
margin-right: 0; }
.no-gutter > * {
padding-left: 0;
padding-right: 0; }
.show {
display: block !important; }
.hidden {
display: none !important;
visibility: hidden !important; }
.invisible {
visibility: hidden; }
.non-bg {
background: none !important;
background-color: transparent !important;
border: none !important; }
.non-padding {
padding: 0 !important; }
.non-margin {
margin: 0 !important; }
.no-padding__r {
padding-right: 0; }
.no-padding__l {
padding-left: 0; }
.text-nowrap {
white-space: nowrap; }
.text-uppercase {
text-transform: uppercase; }
.display--table {
display: table;
width: 100%; }
.display--table-cell {
display: table-cell; }
.verticel--middle {
vertical-align: middle; }
.insert-dotdotdot {
display: block;
overflow: visible;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
html.touch .no-scroll {
position: fixed; }
@media only screen and (max-width: 575px) {
.col-ss-12 {
width: 100%; } }
.text-right.-md {
text-align: left; }
@media only screen and (min-width: 992px) {
.text-right.-md {
text-align: right; } }
.text-right.-lg {
text-align: left; }
@media only screen and (min-width: 1200px) {
.text-right.-lg {
text-align: right; } }
.view.thumb {
position: relative; }
.view.thumb .img-photo {
max-width: 100%;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear; }
.view.thumb:hover .img-photo {
-webkit-transform: scale(1.06);
-ms-transform: scale(1.06);
transform: scale(1.06); }
.view .mask {
opacity: 0;
overflow: visible;
background-color: rgba(255, 255, 255, 0.2);
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
position: absolute;
left: 0;
top: 0;
z-index: 9;
width: 100%;
display: none; }
.view .mask.non-bg {
background-color: transparent; }
.view:hover .mask, .view:focus .mask, .view:active .mask {
opacity: 1; }
.parent {
position: absolute;
height: 100%;
width: 100%; }
.parent span.img-photo {
height: 100%;
width: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
display: block;
border-radius: 18px 18px; }
.parent:hover span.img-photo, .parent:focus span.img-photo {
-ms-transform: scale(1.06);
-moz-transform: scale(1.06);
-webkit-transform: scale(1.06);
-o-transform: scale(1.06);
transform: scale(1.06); }
.visible-touch {
display: none; }
html.touch .visible-touch {
display: block; }
@media only screen and (max-width: 767px) {
.visible-touch {
display: block; } }
.hidden-touch {
display: block; }
html.touch .hidden-touch {
display: none; }
@media only screen and (max-width: 767px) {
.hidden-touch {
display: none; } }
a.no-hand {
pointer-events: none; }
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
width: 100% !important; }
.fb-page body.plugin,
.fb-page span body.plugin,
.fb-page span iframe[style] body.plugin {
width: 100% !important; }
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
margin: 0;
font-family: "Sarabun";
text-rendering: optimizelegibility;
line-height: 1.1;
font-weight: 400; }
h1 small,
h2 small {
font-weight: normal;
color: #bfbfbf; }
h1,
.h1 {
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 0.71429; }
@media only screen and (min-width: 768px) {
h1,
.h1 {
font-size: 26px;
font-size: 2.6rem; } }
h2,
.h2 {
font-size: 38px;
font-size: 3.8rem;
margin-bottom: 0.71429; }
@media only screen and (max-width: 767px) {
h2,
.h2 {
font-size: 30px;
font-size: 3rem; } }
h3,
.h3 {
font-size: 30px;
font-size: 3rem;
margin-bottom: 0.95238; }
h4,
.h4 {
font-size: 28px;
font-size: 2.8rem;
margin-bottom: 1.42857; }
h5,
.h5 {
font-size: 22px;
font-size: 2.2rem;
margin-bottom: 1.42857; }
h6,
.h6 {
margin-bottom: 1.42857; }
p {
font-size: 14px;
font-size: 1.4rem; }
p,
ol,
ul,
dl,
address {
margin-bottom: 1.42857; }
small {
font-weight: lighter; }
ul,
ol {
margin: 0;
padding: 0 0 0 30px; }
li ul,
li ol {
margin: 0; }
blockquote {
margin: 0;
padding-left: 30px; }
q {
quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none; }
cite {
font-style: normal; }
dl,
dd {
margin-bottom: 1.42857; }
dt {
font-weight: bold; }
.dl-horizontal dt {
float: left;
clear: left;
width: 20.25%;
text-align: right; }
.dl-horizontal dd {
margin-left: 22.78%; }
abbr[title] {
border-bottom: 1px dotted #cccccc;
cursor: help; }
b, strong {
font-weight: bold; }
dfn {
font-style: italic; }
ins {
background-color: white;
color: #444444;
text-decoration: none; }
mark {
background-color: white;
color: #444444;
font-style: italic;
font-weight: bold; }
pre,
code,
kbd,
samp {
font-family: Monaco, Courier New, monospace;
line-height: 1.42857; }
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word; }
sub,
sup {
position: relative;
line-height: 0;
vertical-align: 1.42857; }
sup {
top: -.5em; }
sub {
bottom: -.25em; }
p {
margin-bottom: 0;
line-height: 1.35; }
table {
border-collapse: collapse;
border-spacing: 0; }
a:active, a:selected, a:visited {
outline: none; }
a:hover {
text-decoration: none; }
a:focus,
.btn:focus,
.bootstrap-select .btn:focus {
outline: none !important; }
*:focus,
:root input:focus {
/*remove dot for ie8-9*/
outline: none;
border: none; }
textarea {
resize: none; }
blockquote {
border: none; }
blockquote small:before {
content: none; }
label, input, select, textarea, input {
font-family: "Sarabun";
font-weight: 100; }
input[type="date"]::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0; }
/*Hide Spinner in Input Number*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0; }
input[type=number] {
-moz-appearance: textfield; }
address {
margin-bottom: 10px; }
body:before,
body:after {
display: table;
content: ""; }
body:after {
clear: both; }
ul {
margin-bottom: 0; }
li.clearfix:after {
display: inline; }
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
/* mobile firefox too! */ }
input::-ms-clear {
width: 0;
height: 0; }
@font-face {
font-family: 'sukhumvit';
src: url("../fonts/font-face/sukhumvitset-bold-webfont.eot");
src: url("../fonts/font-face/sukhumvitset-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-face/sukhumvitset-bold-webfont.woff2") format("woff2"), url("../fonts/font-face/sukhumvitset-bold-webfont.woff") format("woff"), url("../fonts/font-face/sukhumvitset-bold-webfont.ttf") format("truetype");
font-weight: 700;
font-style: normal; }
@font-face {
font-family: 'sukhumvit';
src: url("../fonts/font-face/sukhumvitset-light-webfont.eot");
src: url("../fonts/font-face/sukhumvitset-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-face/sukhumvitset-light-webfont.woff2") format("woff2"), url("../fonts/font-face/sukhumvitset-light-webfont.woff") format("woff"), url("../fonts/font-face/sukhumvitset-light-webfont.ttf") format("truetype");
font-weight: 300;
font-style: normal; }
@font-face {
font-family: 'sukhumvit';
src: url("../fonts/font-face/sukhumvitset-medium-webfont.eot");
src: url("../fonts/font-face/sukhumvitset-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-face/sukhumvitset-medium-webfont.woff2") format("woff2"), url("../fonts/font-face/sukhumvitset-medium-webfont.woff") format("woff"), url("../fonts/font-face/sukhumvitset-medium-webfont.ttf") format("truetype");
font-weight: 500;
font-style: normal; }
@font-face {
font-family: 'sukhumvit';
src: url("../fonts/font-face/sukhumvitset-semibold-webfont.eot");
src: url("../fonts/font-face/sukhumvitset-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-face/sukhumvitset-semibold-webfont.woff2") format("woff2"), url("../fonts/font-face/sukhumvitset-semibold-webfont.woff") format("woff"), url("../fonts/font-face/sukhumvitset-semibold-webfont.ttf") format("truetype");
font-weight: 600;
font-style: normal; }
@font-face {
font-family: 'sukhumvit';
src: url("../fonts/font-face/sukhumvitset-text-webfont.eot");
src: url("../fonts/font-face/sukhumvitset-text-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-face/sukhumvitset-text-webfont.woff2") format("woff2"), url("../fonts/font-face/sukhumvitset-text-webfont.woff") format("woff"), url("../fonts/font-face/sukhumvitset-text-webfont.ttf") format("truetype");
font-weight: 400;
font-style: normal; }
html {
min-width: 320px;
font-size: 62.5%;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
overflow-x: hidden !important; }
body {
margin: 0;
padding: 0;
width: 100%;
color: #444444;
font-family: "Sarabun";
font-size: 18px;
font-size: 1.8rem;
line-height: 1;
position: relative;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; }
html {
position: relative;
min-height: 100%; }
html, body {
overflow-x: hidden; }
html.chrome.ios.mobile,
html.chrome.ios.mobile body {
height: 100%; }
.disable-hover,
.disable-hover * {
pointer-events: none !important; }
html.touch .disable-focus:hover {
pointer-events: none !important; }
a {
color: initial;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer; }
.c-pink {
color: #E84E72 !important; }
.c-gray {
color: rgba(68, 68, 68, 0.44) !important; }
.c-white {
color: white !important; }
.bg-pink {
background: #E84E72 !important; }
.bg-pinklight {
background: #FFCEE1 !important; }
.bg-pinklight2 {
background: #FFEBF2 !important; }
.bg-greenlight {
background: #2FCC71 !important; }
.bg-blue {
background: #337AB7 !important; }
.bg-bluelight {
background: #5CC0DE !important; }
.bg-yellow {
background: #F0AD4E !important; }
.bg-red {
background: #D9534F !important; }
.bg-gray {
background: #F7F7F7 !important; }
.border-greenlight {
border: 1px solid #2FCC71 !important; }
.border-pink {
border: 1px solid #E84E72 !important; }
.border-rd-10 {
border-radius: 10px !important; }
.font-bold {
font-weight: 700 !important; }
.font-semibold {
font-weight: 600 !important; }
.font-medium {
font-weight: 500 !important; }
@media only screen and (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm {
max-width: 1140px; } }
.form-group label {
font-size: 16px;
font-size: 1.6rem;
font-family: "Sarabun"; }
.form-control {
border: 1px solid #E84E72 !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 22px;
font-size: 12px;
font-size: 1.2rem;
font-family: "Sarabun";
height: 40px; }
.form-control.extra {
border: 1px solid #A4A4A4 !important;
border-radius: 5px;
font-size: 16px;
font-size: 1.6rem;
-webkit-box-shadow: none !important;
box-shadow: none !important;
padding-right: 20px; }
.form-control.extra:hover {
border: 1px solid #E84E72 !important; }
.wrapper {
position: relative;
min-height: 100vh; }
.wrapper .wrapper-inner {
background-color: #F7F7F7;
min-height: 100vh;
padding-top: 90px;
padding-bottom: 20px; }
@media only screen and (min-width: 1200px) {
.wrapper .wrapper-inner {
padding-top: 20px; } }
@media only screen and (min-width: 1200px) {
.wrapper .wrapper-inner .content-row {
margin-left: -30px;
margin-right: -30px; } }
.header {
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 4;
background: white;
-webkit-box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.07);
box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.07); }
@media only screen and (max-width: 1199px) {
.header {
position: fixed;
background: #FFEBF2;
-webkit-box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.07);
box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.07); } }
.header .header-menu {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative; }
@media only screen and (max-width: 1199px) {
.header .header-menu {
height: 70px;
background: white;
border-bottom: 1px solid #E84E72; } }
@media only screen and (min-width: 992px) {
.header .header-menu.active .logo {
height: 62px;
margin-top: 10px; } }
.header .header-menu .logo {
display: block;
background-image: url("../images/logo-dwf.png");
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 340px;
max-width: 100%;
height: 70px; }
@media only screen and (max-width: 1199px) {
.header .header-menu .logo {
position: absolute;
left: 10px;
top: 10px;
width: 230px;
height: 50px; } }
.header .header-menu .hamburger {
display: block;
background: url("../images/icon/hamburger.svg");
background-size: 27px 20px;
width: 27px;
height: 20px;
position: absolute;
top: 25px;
right: 10px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1; }
@media only screen and (min-width: 1200px) {
.header .header-menu .hamburger {
display: none; } }
.header .header-menu .hamburger.active {
background: url("../images/icon/ic-close.png");
background-size: 20px;
width: 20px;
height: 20px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.header .header-menu .header-row {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative; }
.header .header-menu .header-row .header-menu-col {
position: relative;
padding-top: 20px; }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-row .header-menu-col.left {
padding-left: 0; } }
@media only screen and (max-width: 1199px) {
.header .header-menu .header-row .header-menu-col.left {
width: 100%;
padding-top: 0 !important; } }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-row .header-menu-col.right {
padding-right: 0; } }
@media only screen and (max-width: 1199px) {
.header .header-menu .header-row .header-menu-col.right {
width: 100%;
padding-top: 0 !important; } }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-row .header-menu-col.right.bg-city {
padding-top: 5px; }
.header .header-menu .header-row .header-menu-col.right.bg-city:before {
content: "";
display: block;
background-image: url("../images/bg-header.png");
background-repeat: no-repeat;
background-size: contain;
width: 635px;
max-width: 100%;
height: 110px;
position: absolute;
right: 0;
top: -14px; } }
.header .header-menu .header-menu-list {
list-style: none;
padding-left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
@media only screen and (max-width: 1199px) {
.header .header-menu .header-menu-list {
display: none; } }
.header .header-menu .header-menu-list li {
color: #444444;
font-size: 16px;
font-size: 1.6rem;
font-weight: 400;
position: relative;
cursor: pointer;
padding: 5px 10px; }
.header .header-menu .header-menu-list li a {
color: #444444;
font-size: 16px;
font-size: 1.6rem;
font-weight: 400;
position: relative;
padding: 0; }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-menu-list li a {
border-bottom: 2px solid transparent !important;
padding-top: 2px;
padding-bottom: 2px; } }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-menu-list li.active a, .header .header-menu .header-menu-list li:hover a {
border-bottom: 2px solid #E84E72 !important; } }
.header .header-menu .header-menu-list li .dropdown-menu {
top: 100%;
left: 0;
border-left: none !important;
border-right: none !important;
border-radius: none !important;
background: #FFEBF2; }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-menu-list li .dropdown-menu {
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); } }
@media only screen and (max-width: 1199px) {
.header .header-menu .header-menu-list li .dropdown-menu {
border-bottom: none;
padding-left: 15px;
width: 100%; }
.header .header-menu .header-menu-list li .dropdown-menu a {
padding: 5px 10px !important; } }
.header .header-menu .header-menu-list li .dropdown-menu li {
border-bottom: 1px solid #dee2e6; }
.header .header-menu .header-menu-list li .dropdown-menu li:last-child {
border-bottom: none; }
.header .header-menu .header-menu-list li .dropdown-menu a {
display: block;
width: 100%;
clear: both;
white-space: nowrap;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.4;
color: #444444;
background: transparent !important;
padding: 10px;
border-bottom: none !important; }
.header .header-menu .header-menu-list li .dropdown-menu a:last-child {
border-bottom: none; }
.header .header-menu .header-menu-list li .dropdown-menu a.dropdown-toggle {
display: block !important; }
@media only screen and (max-width: 1199px) {
.header .header-menu .header-menu-list li .dropdown-menu a.dropdown-toggle {
border-bottom: 1px solid #dee2e6; } }
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu {
left: 100%; }
@media only screen and (max-width: 1199px) {
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu {
left: 0; } }
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu .dropdown-toggle::after {
float: right;
margin-top: 8px; }
@media (max-width: 992px) {
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu {
width: 50%; }
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu .dropdown-submenu {
width: auto; } }
@media only screen and (max-width: 1199px) {
.header .header-menu .list-social, .header .header-menu .txt-intro, .header .header-menu .txt-running {
display: none; } }
.header .menu-mb {
padding: 10px 0; }
@media only screen and (min-width: 1200px) {
.header .menu-mb {
display: none; } }
@media only screen and (max-width: 1199px) {
.header .menu-mb {
padding-top: 10px !important;
padding-bottom: 10px !important; } }
.header .menu-mb a {
background-color: transparent !important;
color: #E84E72 !important; }
@media only screen and (max-width: 1199px) {
.header .menu-mb.border-top {
margin-top: 15px !important;
padding-bottom: 0 !important; } }
@media only screen and (max-width: 1199px) {
.header.active {
height: 100%; }
.header.active .header-menu-list {
display: block !important;
position: absolute;
left: 0;
top: 70px;
overflow-y: auto;
width: 100%;
height: calc(100vh - 130px); }
.header.active .header-menu-list li {
border-bottom: solid 1px #eee; }
.header.active .header-menu-list li:last-child {
border-bottom: none !important; }
.header.active .header-menu-list li a {
padding: 15px; } }
@media only screen and (max-width: 1199px) and (max-width: 1199px) {
.header.active .header-menu-list li a {
padding: 10px; } }
@media only screen and (max-width: 1199px) {
.header.active .header-top {
display: block !important;
height: 0;
-webkit-box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04);
box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04); }
.header.active .header-top .disabled {
position: absolute;
bottom: 20px;
z-index: 100; }
.header.active .header-top .disabled .topic-text {
display: none; }
.header.active .header-top .link {
display: none !important; }
.header.active .dividing-line {
border-top: 1px solid #D8D8D8;
padding-bottom: 0 !important;
margin-top: 15px !important;
margin-left: 15px;
margin-right: 15px; } }
@media only screen and (min-width: 1200px) {
.navbar-container {
background-color: #FFCEE1;
-webkit-box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04);
box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04); } }
@media only screen and (max-width: 1199px) {
.navbar.navbar-expand-lg {
width: 100%;
padding: 0; } }
@media only screen and (min-width: 1200px) {
.navbar .nav-item .dropdown-menu {
display: none; } }
@media only screen and (min-width: 1200px) {
.navbar .nav-item:hover .dropdown-menu {
display: block; } }
@media only screen and (min-width: 1200px) {
.navbar .nav-item .dropdown-menu {
margin-top: 0; } }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu {
display: none; } }
@media only screen and (max-width: 1199px) {
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu {
display: block;
width: 100%;
border-top: none;
border-bottom: none !important; }
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu a {
border-bottom: none !important; } }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-menu-list li .dropdown-menu li:hover .dropdown-menu {
display: block; } }
.dropdown-submenu {
position: relative; }
.dropdown-submenu a::after {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
position: absolute;
right: 3px;
top: 40%; }
@media only screen and (max-width: 1199px) {
.dropdown-submenu a::after {
display: none; } }
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute !important;
margin-top: -40px;
left: 100%; }
@media only screen and (max-width: 1199px) {
.dropdown-toggle::after {
float: right;
margin-top: 5px; } }
.header-top {
background: #F7F8F9;
-webkit-box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04);
box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04);
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
font-size: 1.4rem;
line-height: normal;
color: #424242;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
@media only screen and (max-width: 1199px) {
.header-top {
display: none; } }
@media only screen and (min-width: 1200px) {
.header-top.active {
height: 0;
position: relative;
top: -100px; } }
.header-top .header-top-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-right: 1px solid #FFFFFF;
padding-left: 5px;
padding-right: 5px; }
.header-top .header-top-group:first-child {
border-left: none;
border-right: none; }
.header-top .header-top-group:last-child {
border-right: none; }
.header-top .header-top-group ul {
list-style: none;
padding-left: 0; }
.header-top .header-top-group ul li {
display: inline-block;
padding-left: 5px;
padding-right: 5px; }
.header-top .header-top-group ul li a {
color: #A2A2A2; }
.header-top .header-top-group ul li a:hover {
color: #444444; }
.header-top .header-top-group .img-btn {
display: block;
width: 178px;
height: auto; }
.header-top .header-top-row {
border-right: 1px solid #E84E72;
padding-left: 5px;
padding-right: 5px; }
.header-top .header-top-row:last-child {
border-right: none; }
.header-top .topic-text {
padding-right: 5px; }
.header-top .btn {
display: block;
width: 30px;
height: 30px;
border-radius: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 14px;
font-size: 1.4rem;
padding: 0;
margin-left: 5px;
margin-right: 5px; }
.header-top .btn.btn-display1 {
border: 1px solid #D8D8D8;
color: #55565A;
line-height: 1.8; }
.header-top .btn.btn-display2 {
background: #000000;
border: 1px solid #000000;
color: #FFFFFF;
line-height: 1.8; }
.header-top .btn.btn-display3 {
background: #000000;
border: 1px solid #000000;
color: #FFF739;
line-height: 1.8; }
.header-top .btn.btn-increase, .header-top .btn.btn-reduce {
color: #424242;
font-size: 20px;
font-size: 2rem;
font-weight: 400;
line-height: 1.4; }
.header-top .btn.btn-increase.disible, .header-top .btn.btn-reduce.disible {
pointer-events: none;
color: #D8D8D8; }
.header-top .fontsize {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 30px;
height: 30px;
border-radius: 50%;
color: #424242;
border: 1px solid #E84E72;
margin-left: 5px;
margin-right: 5px;
font-size: 18px;
font-size: 1.8rem;
line-height: 1.8; }
.header-top .lang-flag {
background-repeat: no-repeat;
background-size: 28px 19px;
display: inline-block;
width: 28px;
height: 19px;
margin-left: 8px;
margin-right: 8px;
-webkit-filter: grayscale(100%);
filter: grayscale(100%); }
.header-top .lang-flag.th {
background-image: url("../images/flag-th.png"); }
.header-top .lang-flag.en {
background-image: url("../images/flag-en.png"); }
.header-top .lang-flag:hover, .header-top .lang-flag.active {
-webkit-filter: grayscale(0%);
filter: grayscale(0%); }
.footer {
background: #F7F8F9; }
.footer .footer-top {
background: #FFEBF2;
padding-top: 20px;
padding-bottom: 20px; }
.footer .footer-top h1 {
color: #E84E72;
font-size: 20px !important;
font-size: 2rem !important; }
.footer .footer-top ul {
padding-top: 15px;
font-size: 14px;
font-size: 1.4rem; }
.footer .footer-top ul li {
line-height: 1.8;
padding-top: 5px;
padding-bottom: 5px; }
.footer .footer-top ul li a {
color: #444444; }
.footer .footer-top ul li a:hover {
color: #E84E72; }
@media only screen and (max-width: 767px) {
.footer .footer-top .list-topic {
cursor: pointer;
padding-bottom: 15px;
font-size: 16px;
font-size: 1.6rem; }
.footer .footer-top .list-topic:after {
content: "";
display: inline-block;
vertical-align: middle;
float: right;
background-image: url(../images/icon/arrow-prev.svg);
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 20px;
height: 15px;
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear; } }
@media only screen and (max-width: 767px) {
.footer .footer-top .list-topic[aria-expanded="true"]:after {
content: "";
display: inline-block;
vertical-align: middle;
float: right;
background: url(../images/icon/arrow-prev.svg);
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 20px;
height: 15px;
-webkit-transform: rotate(-270deg);
-ms-transform: rotate(-270deg);
transform: rotate(-270deg); } }
@media only screen and (min-width: 768px) {
.footer .footer-top .list-group {
display: block !important; } }
@media only screen and (max-width: 767px) {
.footer .footer-top .list-group {
padding-top: 0;
padding-bottom: 10px; }
.footer .footer-top .list-group li {
padding-top: 10px;
padding-bottom: 10px; }
.footer .footer-top .list-group li a {
font-size: 14px;
font-size: 1.4rem; } }
.footer .footer-btm {
background: #FFCEE1;
color: #E84E72;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
font-size: 14px;
font-size: 1.4rem;
line-height: 150.8%; }
.footer .copyright {
text-align: center;
font-family: "Sarabun";
background: white;
color: #444444;
font-size: 12px;
font-size: 1.2rem;
padding: 10px 0; }
.footer .logo {
display: block;
background-image: url("../images/logo-dwf.png");
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 340px;
max-width: 100%;
height: 70px;
margin-bottom: 20px; }
@media only screen and (max-width: 991px) {
.footer .logo {
margin-left: auto;
margin-right: auto; } }
.footer a[href^=tel] {
color: #E84E72; }
.footer .list-social li .social-ic.facebook {
background-image: url("../images/icon/facebook02.svg"); }
.footer .list-social li .social-ic.youtube {
background-image: url("../images/icon/youtube02.svg"); }
.footer .list-social li .social-ic.instagram {
background-image: url("../images/icon/instagram02.svg"); }
.footer .list-social li .social-ic.mail {
background-image: url("../images/icon/mail02.svg"); }
.ic-style {
display: inline-block !important;
vertical-align: middle !important; }
.ic-search {
display: block;
vertical-align: middle;
background: url("../images/icon/ic-search.png");
background-repeat: no-repeat;
background-size: contain;
width: 15px;
height: 19px; }
.ic-vdo {
display: block;
vertical-align: middle;
background: url("../images/icon/ic-video.png");
background-repeat: no-repeat;
background-size: 32px 21px;
width: 32px;
height: 21px; }
.ic-megaphone {
display: block;
vertical-align: middle;
background: url("../images/icon/ic-megaphone.png");
background-repeat: no-repeat;
background-size: 32px;
width: 32px;
height: 32px; }
.ic-man {
display: block;
vertical-align: middle;
background: url("../images/icon/ic-man.png");
background-repeat: no-repeat;
background-size: 25px;
width: 25px;
height: 25px; }
.ic-service {
display: block;
vertical-align: middle;
background: url("../images/icon/ic-service.png");
background-repeat: no-repeat;
background-size: 32px;
width: 32px;
height: 32px; }
.ic-comment {
display: block;
vertical-align: middle;
background-image: url("../images/icon/ic-comment.png");
background-repeat: no-repeat;
background-size: 16px;
width: 16px;
height: 16px; }
.ic-poll {
display: block;
vertical-align: middle;
background-image: url("../images/icon/ic-poll.png");
background-repeat: no-repeat;
background-size: 16px;
width: 16px;
height: 16px; }
.photo-thumb {
position: relative;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-bottom: 70%;
background: #D9D9D9; }
.photo-thumb .photo-parent {
position: absolute;
height: 100%;
width: 100%; }
.photo-thumb .photo {
height: 100%;
width: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
display: block;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear; }
.btn {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.btn-style {
border: 1px solid #E84E72;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 15px;
font-weight: 700;
font-size: 12px;
font-size: 1.2rem;
text-align: center;
color: #E84E72;
padding: 5px 15px; }
.btn-style:hover {
background: #E84E72;
color: white; }
.btn-vote {
background: #2FCC71;
font-size: 14px;
font-size: 1.4rem;
color: white !important;
padding: 5px 15px; }
.btn-vote:hover {
background-color: #218838;
border-color: #1e7e34; }
.btn-view {
font-size: 14px;
font-size: 1.4rem;
font-weight: 500;
font-family: "sukhumvit";
color: #E84E72 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.btn-view:hover {
text-decoration: underline; }
.btn-view.extra {
background: #F7F8F9;
min-width: 235px; }
.btn-view.extra:hover {
background: #E84E72;
color: white !important;
text-decoration: none; }
.btn-view.extra.transparent {
background: transparent; }
.btn-view.extra.transparent:hover {
background: #E84E72; }
.btn-pink {
background: #E84E72 !important;
border: 1px solid #E84E72 !important;
border-radius: 50px;
font-family: "sukhumvit";
font-size: 18px;
font-size: 1.8rem;
font-weight: 700;
color: white !important;
padding-top: 5px;
padding-bottom: 5px;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.btn-light {
background: white !important;
border: 1px solid #E84E72 !important;
border-radius: 50px;
font-family: "sukhumvit";
font-size: 18px;
font-size: 1.8rem;
font-weight: 700;
color: #444444 !important;
padding-top: 5px;
padding-bottom: 5px;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.txt-wrap {
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.txt-wrap2 {
word-break: break-word;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.txt-wrap3 {
word-break: break-word;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; }
.txt-running {
line-height: 2; }
.nav-link {
font-size: 14px;
font-size: 1.4rem;
font-family: "Sarabun";
padding: 20px;
border: none !important;
color: #E84E72 !important;
text-transform: uppercase; }
.nav-link.active, .nav-link:hover {
color: #E84E72 !important; }
.tab-pane {
padding-top: 15px;
padding-bottom: 15px; }
.list-group {
list-style: none;
padding: 0; }
.list-group li {
padding-left: 1.3em; }
.list-group li:before {
content: "-";
display: inline-block;
margin-left: -1.3em;
/* same as padding-left set on li */
width: 1.3em;
/* same as padding-left set on li */ }
.date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.date:before {
content: "";
display: inline-block;
vertical-align: middle;
background-image: url("../images/icon/ic-clock.svg");
background-repeat: no-repeat;
background-size: contain;
width: 13px;
height: 13px;
margin-right: 5px; }
.date.c-pink:before {
background-image: url("../images/icon/ic-clock-pink.svg"); }
.view {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.view:before {
content: "";
display: inline-block;
vertical-align: middle;
background-image: url("../images/icon/ic-eye.svg");
background-repeat: no-repeat;
background-size: 13px 18px;
width: 13px;
height: 18px;
margin-right: 5px;
margin-top: 1px; }
/* The radio-check */
.radio-check {
display: block;
position: relative;
padding-left: 20px;
margin-bottom: 12px;
cursor: pointer;
font-family: "Sarabun";
font-size: 16px;
font-size: 1.6rem;
color: #444444;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
/* Hide the browser's default radio button */
.radio-check input {
position: absolute;
opacity: 0;
cursor: pointer; }
/* Create a custom radio button */
.radio-check .checkmark {
position: absolute;
top: 0;
left: 0;
height: 15px;
width: 15px;
border-radius: 50%;
border: 1px solid #444444; }
/* When the radio button is checked, add a blue background */
.radio-check input:checked ~ .checkmark {
background-color: #2FCC71; }
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-check .checkmark:after {
content: "";
position: absolute;
display: none; }
/* Show the indicator (dot/circle) when checked */
.radio-check input:checked ~ .checkmark:after {
display: block; }
/* Style the indicator (dot/circle) */
.radio-check .checkmark:after {
top: 4px;
left: 4px;
width: 5px;
height: 5px;
border-radius: 50%;
background: white; }
.progress {
font-family: "Sarabun";
font-size: 12px;
font-size: 1.2rem;
height: 2.5rem;
margin-top: 20px;
margin-bottom: 20px; }
.slick-loading .slick-list {
background: #fff url("../images/ajax-loader.gif") center center no-repeat; }
.slick-prev {
left: 0;
z-index: 1; }
.slick-prev:before {
content: "";
display: block;
background: url("../images/icon/arrow-prev.svg");
background-repeat: no-repeat;
background-size: contain;
width: 31px;
height: 20px;
opacity: 1; }
.slick-next {
right: -5px;
z-index: 1; }
.slick-next:before {
content: "";
display: block;
background: url("../images/icon/arrow-next.svg");
background-repeat: no-repeat;
background-size: contain;
width: 31px;
height: 20px;
opacity: 1; }
.slick-dots li button:before {
content: '\2022'; }
.slick-dots li.slick-active {
width: 35px;
height: 10px;
margin-left: 5px;
margin-right: 5px; }
.slick-dots li button {
padding: 5px; }
.slick-dots li.slick-active button {
width: 35px;
height: 10px; }
.slick-dots li button:before {
color: rgba(203, 203, 203, 0.67) !important;
opacity: 1; }
.slick-dots li.slick-active button:before {
color: #E84E72;
opacity: 1;
content: "";
background: -webkit-gradient(linear, left bottom, left top, from(#E84E72), to(#E84E72)), #C4C4C4;
background: -webkit-linear-gradient(bottom, #E84E72, #E84E72), #C4C4C4;
background: -o-linear-gradient(bottom, #E84E72, #E84E72), #C4C4C4;
background: linear-gradient(0deg, #E84E72, #E84E72), #C4C4C4;
border-radius: 5px;
width: 35px;
height: 10px; }
.slick-dots li button::before:hover, .slick-dots li button::before:focus {
color: #E84E72; }
.tooltip-inner {
font-size: 16px;
font-size: 1.6rem; }
.dark-theme .header {
background: black; }
.dark-theme .header .header-menu {
background: black; }
.dark-theme .header .header-menu .header-menu-list li a {
color: white !important; }
.dark-theme .header .header-menu .header-menu-list li.active a, .dark-theme .header .header-menu .header-menu-list li:hover a {
color: white !important; }
.dark-theme .header .header-menu .header-menu-list li .dropdown-menu {
background: #BF294C; }
.dark-theme .header .header-menu .header-menu-list li .dropdown-menu a {
color: white !important; }
.dark-theme .header .header-menu .header-menu-list li .dropdown-menu a:hover {
color: white !important; }
.dark-theme .header-top {
background-image: initial;
background-color: #1c1e1f;
color: black; }
.dark-theme .header-top .topic-text {
color: white; }
.dark-theme .header-top .btn {
background: black !important; }
.dark-theme .header-top .btn.btn-display1, .dark-theme .header-top .btn.btn-increase, .dark-theme .header-top .btn.btn-reduce {
color: #bdb7af; }
.dark-theme .header-top .fontsize {
background: black !important;
color: #bdb7af; }
.dark-theme .header-top .header-top-row {
border-right-color: #303436; }
.dark-theme .header-top .header-top-group {
border-right-color: #303436; }
@media only screen and (min-width: 1200px) {
.dark-theme .navbar-container {
background-color: #BF294C; } }
.dark-theme .dropdown-menu {
background: black; }
.dark-theme .form-search .form-control {
background: black;
color: white;
border: 1px solid white !important; }
.dark-theme .wrapper-inner {
background-color: black !important; }
.dark-theme .bg-city:before {
display: none !important; }
.dark-theme .btn-view.extra {
background: #1c1e1f; }
.dark-theme .footer .footer-top {
background: #E84E72; }
.dark-theme .footer .footer-top ul li a {
color: white; }
.dark-theme .footer .footer-top h1 {
color: white; }
.dark-theme .footer .footer-top .list-group li a:hover {
color: #1C1E19; }
.dark-theme .footer .footer-btm {
background: #BF294C;
color: white; }
.dark-theme .photo-thumb {
background: #303030; }
.dark-theme .box-content {
background: black; }
.dark-theme .date:before {
background-image: url(../images/icon/ic-clock.svg); }
.dark-theme .view:before {
background-image: url(../images/icon/ic-eye.svg); }
.dark-theme .list-group li:before {
color: white; }
.dark-theme .nav-tabs .nav-link:hover {
opacity: 0.5; }
.dark-theme .nav-tabs .nav-link.active {
background-color: black; }
.dark-theme .btn-increase.disible, .dark-theme .btn-reduce.disible {
opacity: 0.5; }
.dark-theme .nav-link {
color: white !important; }
.dark-theme .box-item .box-item-dt h2 {
color: white; }
.dark-theme .box-item .box-item-dt p {
color: #A2A2A2; }
.dark-theme .box-item:hover .box-item-dt h2 {
color: #E84E72 !important; }
.dark-theme .breadcrumb-custom {
background-color: black !important; }
.dark-theme .breadcrumb-custom .breadcrumb-item {
color: #A2A2A2 !important; }
.dark-theme .breadcrumb-custom .breadcrumb-item:before {
color: #A2A2A2 !important; }
.dark-theme .breadcrumb-custom .breadcrumb-item a {
color: #A2A2A2 !important; }
.dark-theme .breadcrumb-custom .breadcrumb-item a:hover {
color: #E84E72 !important; }
.dark-theme .pagination .page-item .page-link {
background-color: #A2A2A2 !important; }
.dark-theme .pagination .page-item .page-link:hover {
background-color: #e9ecef !important; }
.dark-theme .pagination .page-item.active .page-link {
background-color: #E84E72 !important; }
.dark-theme .card-custom {
background-color: #303030 !important; }
.dark-theme .card-custom .card-header {
background-color: #303030 !important;
border-bottom: 1px solid #A2A2A2 !important; }
.dark-theme .card-custom .card-footer {
background-color: #303030 !important;
border-top: 1px solid #A2A2A2 !important; }
.dark-theme .card-custom .breadcrumb-custom {
background-color: #303030 !important; }
.dark-theme .card-custom .breadcrumb-custom .breadcrumb-item {
color: #A2A2A2 !important; }
.dark-theme .card-custom .breadcrumb-custom .breadcrumb-item:before {
color: #A2A2A2 !important; }
.dark-theme .card-custom .breadcrumb-custom .breadcrumb-item a {
color: #A2A2A2 !important; }
.dark-theme .card-custom .breadcrumb-custom .breadcrumb-item a:hover {
color: #E84E72 !important; }
.dark-theme .card-custom .date {
color: #A2A2A2 !important; }
.dark-theme .card-custom .view {
color: #A2A2A2 !important; }
.dark-theme .card-custom .content-editor p, .dark-theme .card-custom .content-editor > * p {
color: white !important; }
.dark-theme .card-custom .content-editor ol, .dark-theme .card-custom .content-editor ul, .dark-theme .card-custom .content-editor > * ol, .dark-theme .card-custom .content-editor > * ul {
color: white !important; }
.dark-theme .card-custom .content-editor a, .dark-theme .card-custom .content-editor > * a {
color: white !important; }
.dark-theme .card-custom .content-editor a:hover, .dark-theme .card-custom .content-editor > * a:hover {
color: #E84E72 !important; }
.dark-theme .card-custom .content-list li a h3 {
color: white !important; }
.dark-theme .card-custom .content-list li a:hover h3 {
color: #E84E72 !important; }
.dark-theme .card-custom .text-by {
color: white !important; }
.dark-theme .card-custom .share-topic {
color: white !important; }
.dark-theme .tag {
background-color: #808080 !important;
color: white !important; }
.dark-theme .tag:hover {
background-color: #E84E72 !important; }
.dark-theme.with-txt-yellow .header-top .header-top-group ul li a {
color: #FFF739; }
.dark-theme.with-txt-yellow .header-top .header-top-group ul li a:hover {
opacity: 0.5; }
.dark-theme.with-txt-yellow .header-menu .header-menu-list li a {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .header-menu .header-menu-list li:hover a {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .header-menu .header-menu-list li:hover a:hover {
opacity: 0.6; }
.dark-theme.with-txt-yellow .footer .footer-top h1 {
color: #FFF739; }
.dark-theme.with-txt-yellow .footer .footer-top .list-group li a {
color: #FFF739; }
.dark-theme.with-txt-yellow .footer .footer-top .list-group li a:hover {
color: #1C1E19; }
.dark-theme.with-txt-yellow .footer .footer-btm, .dark-theme.with-txt-yellow .footer .copyright {
color: #FFF739; }
.dark-theme.with-txt-yellow .list-group li:before {
color: #FFF739; }
.dark-theme.with-txt-yellow .nav-tabs .nav-item .nav-link:not(.active) .nav-content h1 {
color: #FFF739; }
.dark-theme.with-txt-yellow .list-dashed li a {
color: #FFF739; }
.dark-theme.with-txt-yellow .stat-list div {
color: #FFF739; }
.dark-theme.with-txt-yellow .card-custom .content-editor p, .dark-theme.with-txt-yellow .card-custom .content-editor > * p {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .card-custom .content-editor ol, .dark-theme.with-txt-yellow .card-custom .content-editor ul, .dark-theme.with-txt-yellow .card-custom .content-editor > * ol, .dark-theme.with-txt-yellow .card-custom .content-editor > * ul {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .card-custom .content-editor a, .dark-theme.with-txt-yellow .card-custom .content-editor > * a {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .card-custom .content-editor a:hover, .dark-theme.with-txt-yellow .card-custom .content-editor > * a:hover {
color: #E84E72 !important; }
.dark-theme.with-txt-yellow .card-custom .content-list li a h3 {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .card-custom .content-list li a:hover h3 {
color: #E84E72 !important; }
.dark-theme.with-txt-yellow .card-custom .text-by {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .card-custom .share-topic {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .tag {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .tag:hover {
background-color: #E84E72 !important; }
.slick-dots {
bottom: 5px; }
@media only screen and (min-width: 768px) {
.slick-dots {
bottom: 15px; } }
.slick-dots li {
margin: 0; }
.slick-dots li button:before {
font-size: 30px;
font-size: 3rem; }
@media only screen and (min-width: 768px) {
.slick-dots li button:before {
font-size: 40px;
font-size: 4rem; } }
.slick-dotted.slick-slider {
margin-bottom: 0; }
.form-search {
position: relative; }
.form-search .form-control {
padding-left: 40px;
padding-right: 35px;
outline: none !important;
border: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-size: 14px !important;
font-size: 1.4rem !important;
height: 30px; }
.form-search .ic-search {
position: absolute;
left: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 2px; }
.form-search.mb {
margin: 20px 15px 15px; }
@media only screen and (min-width: 1200px) {
.form-search.mb {
display: none; } }
.form-search.mb .form-control {
height: 40px; }
@media only screen and (max-width: 1199px) {
.form-search:not(.mb) {
display: none; } }
.title-group {
border-bottom: 1px solid #E84E72;
padding-bottom: 15px; }
.title-line {
border-bottom: 1px solid #E84E72;
padding-bottom: 10px; }
.title-line.sm {
font-size: 16px;
font-size: 1.6rem; }
.stat-ic:before {
content: "";
display: inline-block;
vertical-align: middle;
background-image: url("../images/icon/ic-view.png");
background-repeat: no-repeat;
background-size: 19px;
width: 19px;
height: 19px;
margin-right: 5px;
margin-bottom: 3px; }
.list-social {
list-style-type: none;
padding-left: 0;
position: relative; }
.list-social li {
display: inline-block;
vertical-align: middle;
padding-left: 2px;
padding-right: 2px; }
.list-social li .social-ic {
display: block;
background-repeat: no-repeat;
background-size: 30px;
width: 30px;
height: 30px; }
.list-social li .social-ic.facebook {
background-image: url("../images/icon/facebook.svg"); }
.list-social li .social-ic.youtube {
background-image: url("../images/icon/youtube.svg"); }
.list-social li .social-ic.instagram {
background-image: url("../images/icon/instagram.svg"); }
.list-social li .social-ic.mail {
background-image: url("../images/icon/mail.svg"); }
.border-left.pink {
border-color: rgba(232, 78, 114, 0.3) !important; }
.card-custom {
background-color: #FFFFFF;
-webkit-box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.05);
box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.05);
border: none;
border-radius: 10px;
padding: 20px 15px; }
.card-custom .card-header {
background-color: #FFFFFF;
padding-top: 10px;
padding-bottom: 20px; }
.card-custom .card-body {
padding-top: 25px;
padding-bottom: 25px; }
.card-custom .card-footer {
background-color: #FFFFFF; }
.card-custom h1 {
font-size: 26px;
font-size: 2.6rem;
line-height: 1.4; }
@media only screen and (min-width: 992px) {
.card-custom h1 {
font-size: 30px;
font-size: 3rem; } }
.card-custom h2 {
font-size: 18px;
font-size: 1.8rem; }
@media only screen and (min-width: 992px) {
.card-custom h2 {
font-size: 20px;
font-size: 2rem; } }
.breadcrumb-custom {
background-color: #FFFFFF;
padding: 0; }
.breadcrumb-custom .breadcrumb-item {
color: rgba(68, 68, 68, 0.29);
font-size: 14px;
font-size: 1.4rem; }
.breadcrumb-custom .breadcrumb-item a {
color: rgba(68, 68, 68, 0.29);
font-size: 14px;
font-size: 1.4rem; }
.breadcrumb-custom .breadcrumb-item a:hover {
color: #E84E72; }
.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
color: rgba(68, 68, 68, 0.29);
font-size: 14px;
font-size: 1.4rem;
content: ">"; }
.content-editor, .content-editor > * {
font-family: "Sarabun";
line-height: 1.6; }
.content-editor img, .content-editor > * img {
display: block !important;
max-width: 100% !important;
height: auto !important; }
.content-editor a:hover, .content-editor > * a:hover {
color: #E84E72 !important; }
.text-by {
font-style: italic;
font-size: 12px;
font-size: 1.2rem;
color: #444444; }
.pagination {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.pagination .page-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 2px;
margin-right: 2px; }
@media only screen and (min-width: 576px) {
.pagination .page-item {
margin-left: 5px;
margin-right: 5px; } }
.pagination .page-item .page-link {
border: none;
color: #333333;
font-size: 14px;
font-size: 1.4rem;
border: none !important;
width: 30px;
height: 30px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
@media only screen and (min-width: 768px) {
.pagination .page-item .page-link {
font-size: 18px;
font-size: 1.8rem;
width: 48px;
height: 48px; } }
@media only screen and (max-width: 374px) {
.pagination .page-item .page-link {
width: 28px;
height: 28px; } }
.pagination .page-item.active .page-link {
background-color: #E84E72;
color: white; }
.pagination .page-item .first {
display: block;
background: url("../images/icon/page-first.svg");
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 14px;
height: 13px;
margin-left: 5px;
margin-right: 5px; }
@media only screen and (max-width: 374px) {
.pagination .page-item .first {
margin-left: 2px;
margin-right: 2px; } }
.pagination .page-item .previous {
display: block;
background: url("../images/icon/page-previous.svg");
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 7px;
height: 13px;
margin-left: 5px;
margin-right: 5px; }
@media only screen and (max-width: 374px) {
.pagination .page-item .previous {
margin-left: 2px;
margin-right: 2px; } }
.pagination .page-item .next {
display: block;
background: url("../images/icon/page-next.svg");
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 7px;
height: 13px;
margin-left: 5px;
margin-right: 5px; }
@media only screen and (max-width: 374px) {
.pagination .page-item .next {
margin-left: 2px;
margin-right: 2px; } }
.pagination .page-item .last {
display: block;
background: url("../images/icon/page-last.svg");
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 14px;
height: 13px;
margin-left: 5px;
margin-right: 5px; }
@media only screen and (max-width: 374px) {
.pagination .page-item .last {
margin-left: 2px;
margin-right: 2px; } }
.modal-custom {
font-family: "sukhumvit";
font-size: 16px;
font-size: 1.6rem;
line-height: 1.8; }
.modal-custom .modal-content {
border-radius: 20px; }
.modal-custom .modal-content .modal-body {
padding-left: 20px;
padding-right: 20px; }
.modal-custom .modal-body-scroll {
height: 275px;
overflow-y: auto; }
.modal-custom .modal-body-scroll:hover {
/* width */
/* Handle */ }
.modal-custom .modal-body-scroll:hover::-webkit-scrollbar {
width: 5px; }
.modal-custom .modal-body-scroll:hover::-webkit-scrollbar-thumb {
background: #EDEDED; }
.modal-custom .close {
font-size: 50px;
font-size: 5rem;
color: #E84E72;
opacity: 1;
position: absolute;
right: 15px;
top: 0;
z-index: 100;
outline: none !important; }
.modal-custom.extra .modal-body {
padding: 20px 20px 50px; }
.owl-dots {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.owl-dots .owl-dot {
outline: none !important;
border: none !important; }
.owl-dots .owl-dot span {
margin: 5px !important; }
.owl-dots .owl-dot.active span {
background: #E84E72 !important; }
.calendar-custom .fc .fc-toolbar.fc-header-toolbar {
margin-bottom: 10px; }
@media only screen and (max-width: 575px) {
.calendar-custom .fc .fc-toolbar.fc-header-toolbar {
margin-bottom: 0; } }
.calendar-custom .fc .fc-toolbar-title, .calendar-custom .fc .fc-header-toolbar h2 {
font-size: 18px;
font-size: 1.8rem;
color: #E84E72;
padding-left: 20px; }
@media only screen and (min-width: 768px) {
.calendar-custom .fc .fc-toolbar-title, .calendar-custom .fc .fc-header-toolbar h2 {
font-size: 26px;
font-size: 2.6rem; } }
.calendar-custom .fc .fc-header-toolbar .fc-button-group button {
border: 0;
background: transparent;
}
.calendar-custom .fc .fc-header-toolbar .fc-button-group button span {
margin: 0;
}
.calendar-custom .fc .fc-button-primary {
background-color: transparent !important;
border: none !important;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #D1D1D1;
font-size: 16px;
font-size: 1.6rem; }
.calendar-custom .fc .fc-button-primary:not(:disabled).fc-button-active {
background-color: transparent !important;
border: none !important;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #E84E72;
font-size: 16px;
font-size: 1.6rem; }
.calendar-custom .fc .fc-button {
padding-left: 5px;
padding-right: 5px; }
.calendar-custom .fc .fc-button .fc-icon {
background: white;
color: #444444;
font-weight: 500;
border-radius: 2px;
border: 1px solid #666666;
width: 25px;
height: 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.calendar-custom .fc .fc-view-harness {
background: white;
overflow: hidden; }
.calendar-custom .fc .fc-col-header-cell, .calendar-custom .fc .fc-day-header {
background: #FFCEE1;
padding: 5px; }
@media only screen and (min-width: 576px) {
.calendar-custom .fc .fc-col-header-cell, .calendar-custom .fc .fc-day-header {
padding: 10px; } }
.calendar-custom .fc .fc-col-header-cell .fc-col-header-cell-cushion, .calendar-custom .fc .fc-day-header span {
color: #E84E72;
font-weight: 600;
font-size: 14px;
font-size: 1.4rem; }
.calendar-custom .fc .fc-daygrid-day-frame {
font-size: 16px;
font-size: 1.6rem; }
@media only screen and (min-width: 768px) {
.calendar-custom .fc .fc-daygrid-day-frame {
padding: 10px; } }
@media only screen and (max-width: 575px) {
.calendar-custom .fc .fc-daygrid-day-frame {
font-size: 12px;
font-size: 1.2rem; } }
.calendar-custom .fc .fc-daygrid-day.fc-day-today {
background-color: rgba(68, 68, 68, 0.1); }
.calendar-custom .fc .fc-h-event {
border: 1px solid transparent;
background-color: rgba(191, 24, 100, 0.22);
padding: 5px 10px;
border-radius: 40px;
text-align: center;
font-family: "sukhumvit";
font-size: 14px;
font-size: 1.4rem;
margin-top: 5px;
margin-bottom: 5px;
color: black;
}
.calendar-custom .fc .fc-h-event .fc-event-main {
color: black; }
.calendar-custom .fc .fc-popover-header {
padding: 10px 4px 5px; }
.calendar-custom .fc .fc-popover-close {
margin-top: -5px; }
.calendar-custom .fc .fc-more-popover .fc-popover-body {
font-size: 14px;
font-size: 1.4rem; }
.calendar-custom .fc .fc-toolbar-chunk {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.calendar-custom .fc .fc-toolbar-chunk div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.calendar-custom .fc .fc-daygrid-day-number {
color: #232A3E !important; }
@media only screen and (max-width: 575px) {
.calendar-custom .fc .fc-toolbar.fc-header-toolbar {
display: inline-block;
text-align: center; }
.calendar-custom .fc .fc-toolbar-chunk {
padding-top: 5px;
padding-bottom: 5px; }
.calendar-custom .fc .fc-daygrid-more-link {
font-size: 9px;
font-size: 0.9rem;
margin-top: 5px;
bottom: 5px;
background-color: rgba(191, 24, 100, 0.22);
border-radius: 40px;
padding-left: 2px;
padding-right: 2px; } }
.calendar-custom .fc .fc-daygrid-event-dot {
border-color: #E84E72; }
select {
-moz-appearance: none;
/* Firefox */
-webkit-appearance: none;
/* Safari and Chrome */
appearance: none;
background: url("../images/icon/sort-down.svg") no-repeat 99%; }
select.bs-select-hidden,
select.selectpicker {
display: none !important; }
.bootstrap-select {
width: 220px \0;
/*IE9 and below*/ }
.bootstrap-select > .dropdown-toggle {
width: 100%;
padding-right: 25px;
z-index: 1; }
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
color: #999; }
.bootstrap-select > select {
position: absolute !important;
bottom: 0;
left: 50%;
display: block !important;
width: 0.5px !important;
height: 100% !important;
padding: 0 !important;
opacity: 0 !important;
border: none; }
.bootstrap-select > select.mobile-device {
top: 0;
left: 0;
display: block !important;
width: 100% !important;
z-index: 2; }
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
border-color: #b94a48; }
.bootstrap-select.fit-width {
width: auto !important; }
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 220px; }
.bootstrap-select .dropdown-toggle:focus {
outline: thin dotted #333333 !important;
outline: 5px auto -webkit-focus-ring-color !important;
outline-offset: -2px; }
.bootstrap-select.form-control {
margin-bottom: 0;
padding: 0;
border: none; }
.bootstrap-select.form-control:not([class*="col-"]) {
width: 100%; }
.bootstrap-select.form-control.input-group-btn {
z-index: auto; }
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
border-radius: 0; }
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
float: none;
display: inline-block;
margin-left: 0; }
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
float: right; }
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
margin-bottom: 0; }
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
padding: 0; }
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
height: 100%;
font-size: inherit;
line-height: inherit;
border-radius: inherit; }
.form-inline .bootstrap-select.btn-group .form-control {
width: 100%; }
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
cursor: not-allowed; }
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
outline: none !important; }
.bootstrap-select.btn-group.bs-container {
position: absolute;
height: 0 !important;
padding: 0 !important; }
.bootstrap-select.btn-group.bs-container .dropdown-menu {
z-index: 1060; }
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
display: inline-block;
overflow: hidden;
width: 100%;
text-align: left; }
.bootstrap-select.btn-group .dropdown-toggle .caret {
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle; }
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
width: 100%; }
.bootstrap-select.btn-group .dropdown-menu {
min-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.bootstrap-select.btn-group .dropdown-menu.inner {
position: static;
float: none;
border: 0;
padding: 0;
margin: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none; }
.bootstrap-select.btn-group .dropdown-menu li {
position: relative; }
.bootstrap-select.btn-group .dropdown-menu li.active small {
color: #fff; }
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
cursor: not-allowed; }
.bootstrap-select.btn-group .dropdown-menu li a {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.bootstrap-select.btn-group .dropdown-menu li a.opt {
position: relative;
padding-left: 2.25em; }
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
display: none; }
.bootstrap-select.btn-group .dropdown-menu li a span.text {
display: inline-block; }
.bootstrap-select.btn-group .dropdown-menu li small {
padding-left: 0.5em; }
.bootstrap-select.btn-group .dropdown-menu .notify {
position: absolute;
bottom: 5px;
width: 96%;
margin: 0 2%;
min-height: 26px;
padding: 3px 5px;
background: whitesmoke;
border: 1px solid #e3e3e3;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
pointer-events: none;
opacity: 0.9;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.bootstrap-select.btn-group .no-results {
padding: 3px;
background: #f5f5f5;
margin: 0 5px;
white-space: nowrap; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
position: static; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
position: static;
top: auto;
margin-top: -1px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
position: absolute;
display: inline-block;
right: 15px;
margin-top: 5px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
margin-right: 34px; }
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
z-index: 1061; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
content: '';
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid rgba(204, 204, 204, 0.2);
position: absolute;
bottom: -4px;
left: 9px;
display: none; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
position: absolute;
bottom: -4px;
left: 10px;
display: none; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
bottom: auto;
top: -3px;
border-top: 7px solid rgba(204, 204, 204, 0.2);
border-bottom: 0; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
bottom: auto;
top: -3px;
border-top: 6px solid white;
border-bottom: 0; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
right: 12px;
left: auto; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
right: 13px;
left: auto; }
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
display: block; }
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
padding: 4px 8px; }
.bs-actionsbox {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.bs-actionsbox .btn-group button {
width: 50%; }
.bs-donebutton {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.bs-donebutton .btn-group button {
width: 100%; }
.bs-searchbox + .bs-actionsbox {
padding: 0 8px 4px; }
.bs-searchbox .form-control {
margin-bottom: 0;
width: 100%;
float: none; }
/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 <NAME>
*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s; }
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s; }
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0); }
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0); }
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0); }
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0); }
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0); } }
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom; }
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1; }
25%, 75% {
opacity: 0; } }
@keyframes flash {
from, 50%, to {
opacity: 1; }
25%, 75% {
opacity: 0; } }
.flash {
-webkit-animation-name: flash;
animation-name: flash; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse; }
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1); }
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1); }
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1); }
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1); }
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1); }
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1); }
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1); }
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1); }
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand; }
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); } }
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); } }
.shake {
-webkit-animation-name: shake;
animation-name: shake; }
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0); }
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg); }
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg); }
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg); }
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg); }
50% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0); }
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg); }
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg); }
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg); }
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg); }
50% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake; }
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg); }
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg); }
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg); }
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg); }
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg); }
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg); }
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg); }
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg); }
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing; }
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.tada {
-webkit-animation-name: tada;
animation-name: tada; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none; }
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
to {
-webkit-transform: none;
transform: none; } }
@keyframes wobble {
from {
-webkit-transform: none;
transform: none; }
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
to {
-webkit-transform: none;
transform: none; } }
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble; }
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none; }
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg); }
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg); }
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg); }
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg); }
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
77.7% {
-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
transform: skewX(0.39062deg) skewY(0.39062deg); }
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none; }
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg); }
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg); }
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg); }
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg); }
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
77.7% {
-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
transform: skewX(0.39062deg) skewY(0.39062deg); }
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center; }
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03); }
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97); }
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03); }
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97); }
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn; }
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0); }
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
to {
-webkit-transform: none;
transform: none; } }
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0); }
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
to {
-webkit-transform: none;
transform: none; } }
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown; }
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0); }
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0); }
to {
-webkit-transform: none;
transform: none; } }
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0); }
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0); }
to {
-webkit-transform: none;
transform: none; } }
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft; }
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0); }
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); }
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0); }
to {
-webkit-transform: none;
transform: none; } }
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0); }
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); }
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0); }
to {
-webkit-transform: none;
transform: none; } }
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight; }
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp; }
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut; }
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown; }
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft; }
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight; }
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp; }
@-webkit-keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
@keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn; }
@-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; }
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig; }
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft; }
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig; }
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight; }
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig; }
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp; }
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig; }
@-webkit-keyframes fadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
@keyframes fadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut; }
@-webkit-keyframes fadeOutDown {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown; }
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig; }
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft; }
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig; }
@-webkit-keyframes fadeOutRight {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight; }
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig; }
@-webkit-keyframes fadeOutUp {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp; }
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig; }
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; } }
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; } }
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip; }
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX; }
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY; }
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0; } }
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0; } }
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important; }
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0; } }
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0; } }
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY; }
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0; }
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1; }
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1; }
to {
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0; }
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1; }
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1; }
to {
-webkit-transform: none;
transform: none;
opacity: 1; } }
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1; }
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0; } }
@keyframes lightSpeedOut {
from {
opacity: 1; }
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0; } }
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1; } }
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn; }
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft; }
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight; }
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft; }
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight; }
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0; } }
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0; } }
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut; }
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; } }
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; } }
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft; }
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight; }
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft; }
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0; } }
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0; } }
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight; }
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1; }
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0; } }
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1; }
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0; } }
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut; }
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn; }
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown; }
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft; }
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight; }
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp; }
@-webkit-keyframes zoomOut {
from {
opacity: 1; }
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0; } }
@keyframes zoomOut {
from {
opacity: 1; }
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0; } }
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut; }
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown; }
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center; } }
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center; } }
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft; }
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center; } }
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center; } }
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight; }
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp; }
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown; }
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft; }
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight; }
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp; }
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown; }
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft; }
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight; }
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp; }
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden; }
.embed-responsive-16by9 {
padding-bottom: 56.25%; }
.embed-responsive-4by3 {
padding-bottom: 75%; }
.embed-responsive-1by1 {
padding-bottom: 100%; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0; }
.video-wrapper {
max-width: 100%;
height: 100%;
position: relative;
z-index: 9; }
.video-responsive {
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
height: 100%;
background-color: black; }
.video-responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute; }
/**
* Allows you to use retina images at various pixel densities.
* Examples:
*
* @include retina(/images/mypic.jpg, 2);
* @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
*
* @param {Value} $path The path to the file name minus extension.
* @param {Number} $cap: 2 The highest pixel density level images exist for.
* @param {Value} $size: auto auto The intended width of the rendered image.
* @param {Value} $extras: null Any other `background` values to be added.
*/
.icon {
display: inline-block;
background-repeat: no-repeat; }
.hero-banner {
padding-top: 70px; }
@media only screen and (min-width: 1200px) {
.hero-banner {
padding-top: 0; } }
.hero-banner .photo-thumb {
padding-bottom: 25%;
background: white; }
.tab-menu {
background: #FFCEE1;
-webkit-box-shadow: inset 0px -4px 4px rgba(85, 86, 90, 0.1);
box-shadow: inset 0px -4px 4px rgba(85, 86, 90, 0.1);
position: relative;
z-index: 1; }
.tab-menu .nav-tabs {
background: white;
-webkit-box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.05), 0px 3px 4px rgba(85, 86, 90, 0.04);
box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.05), 0px 3px 4px rgba(85, 86, 90, 0.04);
border-bottom: none;
display: block;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
-ms-overflow-style: none;
text-align: center;
scrollbar-width: none; }
.tab-menu .nav-tabs::-webkit-scrollbar {
display: none; }
@media only screen and (max-width: 575px) {
.tab-menu .nav-tabs {
overflow-x: scroll; } }
.tab-menu .nav-tabs .nav-item {
display: inline-block;
vertical-align: middle;
padding-left: 1.5%;
padding-right: 1.5%;
margin-top: 10px;
margin-bottom: 10px;
position: relative; }
.tab-menu .nav-tabs .nav-item:before {
content: "";
display: inline-block;
width: 2px;
height: 40px;
background-color: #E84E72;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0.5;
margin-right: -3px; }
.tab-menu .nav-tabs .nav-item:last-child:before {
display: none; }
.tab-menu .nav-tabs .nav-item .nav-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: rgba(255, 255, 255, 0.7) !important;
padding: 10px 20px 12px;
position: relative;
border-radius: 50px; }
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon:before {
content: "";
display: block;
background-repeat: no-repeat;
margin-right: 10px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.service-ic:before {
background-image: url("../images/icon/ic-service.svg");
width: 25px;
height: 24px;
background-size: 25px 24px; }
@media only screen and (max-width: 575px) {
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.service-ic:before {
width: 20px;
height: 19px;
background-size: 20px 19px; } }
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.form-ic:before {
background-image: url("../images/icon/ic-form.svg");
width: 27px;
height: 32px;
background-size: 27px 32px; }
@media only screen and (max-width: 575px) {
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.form-ic:before {
width: 22px;
height: 27px;
background-size: 22px 27px; } }
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.form-complain-ic:before {
background-image: url("../images/icon/ic-form-complain.svg");
width: 32px;
height: 32px;
background-size: 32px; }
@media only screen and (max-width: 575px) {
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.form-complain-ic:before {
width: 25px;
height: 25px;
background-size: 25px; } }
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.form-comment-ic:before {
background-image: url("../images/icon/ic-form-comment.svg");
width: 32px;
height: 32px;
background-size: contain; }
@media only screen and (max-width: 575px) {
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.form-comment-ic:before {
width: 25px;
height: 25px;
background-size: 25px; } }
.tab-menu .nav-tabs .nav-item .nav-link .nav-content {
text-align: left; }
.tab-menu .nav-tabs .nav-item .nav-link .nav-content h1 {
font-size: 16px;
font-size: 1.6rem;
color: #E84E72; }
@media only screen and (min-width: 576px) {
.tab-menu .nav-tabs .nav-item .nav-link .nav-content h1 {
font-size: 24px;
font-size: 2.4rem; } }
.tab-menu .nav-tabs .nav-item .nav-link.active {
background: #E84E72; }
.tab-menu .nav-tabs .nav-item .nav-link.active h1 {
color: white;
opacity: 1; }
.tab-menu .nav-tabs .nav-item .nav-link.active.service-ic:before {
background-image: url("../images/icon/ic-service-white.svg");
opacity: 1; }
.tab-menu .nav-tabs .nav-item .nav-link.active.form-ic:before {
background-image: url("../images/icon/ic-form-white.svg");
opacity: 1; }
.tab-menu .nav-tabs .nav-item .nav-link.active.form-complain-ic:before {
background-image: url("../images/icon/ic-form-complain-white.svg");
opacity: 1; }
.tab-menu .nav-tabs .nav-item .nav-link.active.form-comment-ic:before {
background-image: url("../images/icon/ic-form-comment-white.svg");
opacity: 1; }
.tab-menu .nav-tabs .nav-item .nav-link.active .nav-content {
opacity: 1; }
.tab-menu .nav-tabs .nav-item .nav-link.active:after {
content: "";
display: block;
background-image: url("../images/icon/triangle-down-pink.svg");
background-repeat: no-repeat;
background-size: 18px 14px;
width: 18px;
height: 14px;
position: absolute;
bottom: -15px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
@media only screen and (min-width: 1200px) {
.tab-menu .tab-content {
min-height: 352px; } }
.tab-menu .box-menu-group {
margin-left: -10px;
margin-right: -10px; }
@media only screen and (max-width: 767px) {
.tab-menu .box-menu-group {
margin-left: 10px;
margin-right: 10px; } }
.tab-menu .box-menu-group .box-menu {
padding: 10px 15px;
border-radius: 5px; }
.tab-menu .box-menu-group .box-menu img {
border-radius: 5px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.tab-menu .box-menu-group .box-menu:hover img {
-webkit-transform: translate(0px, -5px);
-ms-transform: translate(0px, -5px);
transform: translate(0px, -5px);
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }
.tab-menu .slick-slide {
margin-left: 25px;
margin-right: 25px; }
.menu-content {
background: white;
border-top: 1px solid #E84E72;
border-bottom: 1px solid #E84E72;
-webkit-box-shadow: 0px -5px 7px rgba(85, 86, 90, 0.08);
box-shadow: 0px -5px 7px rgba(85, 86, 90, 0.08);
position: relative; }
@media only screen and (min-width: 768px) {
.menu-content .container {
max-width: 95%; } }
.menu-content .slider-menu {
position: relative; }
.menu-content .slider-menu:before {
content: "";
background: white;
width: 5px;
height: 100%;
position: absolute;
top: 0;
left: 30px;
z-index: 1; }
.menu-content .slider-menu:after {
content: "";
background: white;
width: 5px;
height: 100%;
position: absolute;
top: 0;
right: 30px;
z-index: 1; }
.menu-content .menu-item {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative; }
.menu-content .menu-item:before {
content: "";
display: inline-block;
width: 1px;
height: 50px;
background-color: rgba(232, 78, 114, 0.3);
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-right: -3px; }
.menu-content .menu-item a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #E84E72;
padding: 5px 10px;
cursor: pointer; }
.menu-content .menu-item a:hover {
background: #BF294C;
color: white;
-webkit-box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04);
box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04); }
@media only screen and (min-width: 768px) {
.menu-content .menu-item a {
padding: 15px 10px; } }
.menu-content .menu-item a h1 {
font-family: "sukhumvit";
font-weight: 700;
font-size: 18px;
font-size: 1.8rem;
text-align: left; }
.menu-content .menu-item a p {
font-family: "sukhumvit";
font-size: 10px;
font-size: 1rem;
text-align: left; }
.menu-content .menu-item a img {
width: 45px;
height: 45px;
border-radius: 50%;
margin-right: 10px; }
@media only screen and (max-width: 1366px) {
.menu-content .menu-item a img {
width: 30px;
height: 30px; } }
.menu-content .slick-list {
margin: 0 30px; }
.box-content {
padding-top: 20px;
padding-bottom: 20px; }
@media only screen and (min-width: 768px) {
.box-content {
padding-top: 40px;
padding-bottom: 40px; } }
.box-content.gray {
background: #F7F8F9; }
@media only screen and (max-width: 767px) {
.box-content .ic-megaphone {
background-size: 26px;
width: 26px;
height: 26px; }
.box-content .ic-vdo {
background-size: 26px 15px;
width: 26px;
height: 15px; }
.box-content .ic-man {
background-size: 20px;
width: 20px;
height: 20px; }
.box-content .ic-service {
background-size: 26px;
width: 26px;
height: 26px; } }
.box-item {
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top: 5px;
margin-bottom: 5px; }
.box-item .box-item-dt {
width: 100%;
padding-top: 10px;
padding-bottom: 10px; }
.box-item .box-item-dt h2 {
font-size: 16px;
font-size: 1.6rem;
line-height: 26px;
line-height: 2.6rem;
color: #444444;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.box-item .box-item-dt p {
font-size: 13px;
font-size: 1.3rem;
color: rgba(68, 68, 68, 0.29); }
.box-item .photo-thumb {
border-radius: 10px; }
.box-item:hover .box-white-dt h2 {
color: #E84E72; }
.box-item.vdo {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px dashed rgba(255, 255, 255, 0.29);
padding-bottom: 10px; }
.box-item.vdo:last-child {
border-bottom: none;
padding-bottom: 0;
margin-top: -10px; }
.box-item.vdo .photo-thumb {
padding-bottom: 26.1%; }
.box-item:hover .photo-thumb .photo {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.box-item:hover .photo-thumb.vdo .photo {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.box-item:hover .photo-thumb video.photo {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.box-item:hover h2 {
color: #E84E72; }
.box-item:hover.white h2 {
color: #E84E72; }
.box-item:hover.sm.vdo .photo {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.box-item.list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.box-item.list .photo-thumb {
-webkit-box-flex: 0;
-ms-flex: 0 0 39.4%;
flex: 0 0 39.4%;
max-width: 39.4%;
padding-bottom: 21.7%; }
.box-item.list .box-item-dt {
-webkit-box-flex: 0;
-ms-flex: 0 0 60.6%;
flex: 0 0 60.6%;
max-width: 60.6%;
padding-left: 8px; }
.box-item.list .box-item-dt h3 {
font-size: 14px;
font-size: 1.4rem; }
.box-item.list:hover {
color: #E84E72 !important; }
.box-tab {
padding-top: 20px;
padding-bottom: 20px; }
@media only screen and (min-width: 768px) {
.box-tab {
padding-top: 45px;
padding-bottom: 35px; } }
.box-tab .nav-tabs {
display: block;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
-ms-overflow-style: none;
scrollbar-width: none; }
.box-tab .nav-tabs::-webkit-scrollbar {
display: none; }
.box-tab .nav-tabs .nav-item {
display: inline-block; }
.box-tab .nav-tabs .nav-item .nav-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #444444 !important;
font-size: 16px;
font-size: 1.6rem; }
.box-tab .nav-tabs .nav-item .nav-link:hover {
color: #E84E72 !important; }
.box-tab .nav-tabs .nav-item .nav-link.active {
color: #E84E72 !important; }
.box-tab .nav-tabs .nav-item .nav-link.nav-icon:before {
content: "";
display: block;
vertical-align: middle;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.box-tab .nav-tabs .nav-item .nav-link.nav-icon.megaphone:before {
background-image: url("../images/icon/ic-megaphone-gray.svg");
background-repeat: no-repeat;
background-size: 17px;
width: 17px;
height: 17px; }
.box-tab .nav-tabs .nav-item .nav-link.nav-icon.doc:before {
background-image: url("../images/icon/ic-google-docs-gray.svg");
background-repeat: no-repeat;
background-size: 18px;
width: 18px;
height: 18px; }
.box-tab .nav-tabs .nav-item .nav-link.nav-icon.trophy:before {
background-image: url("../images/icon/ic-trophy-gray.svg");
background-repeat: no-repeat;
background-size: 18px;
width: 18px;
height: 18px; }
.box-tab .nav-tabs .nav-item .nav-link.nav-icon.suitcase:before {
background-image: url("../images/icon/ic-suitcase-gray.svg");
background-repeat: no-repeat;
background-size: 18px;
width: 18px;
height: 18px; }
.box-tab .nav-tabs .nav-item .nav-link.nav-icon.bath:before {
background-image: url("../images/icon/ic-bath-gray.svg");
background-repeat: no-repeat;
background-size: 8px 17px;
width: 8px;
height: 17px; }
.box-tab .nav-tabs .nav-item .nav-link.active.megaphone:before {
background-image: url("../images/icon/ic-megaphone-white.svg"); }
.box-tab .nav-tabs .nav-item .nav-link.active.doc:before {
background-image: url("../images/icon/ic-google-docs-white.svg"); }
.box-tab .nav-tabs .nav-item .nav-link.active.trophy:before {
background-image: url("../images/icon/ic-trophy-white.svg"); }
.box-tab .nav-tabs .nav-item .nav-link.active.suitcase:before {
background-image: url("../images/icon/ic-suitcase-white.svg"); }
.box-tab .nav-tabs .nav-item .nav-link.active.map:before {
background-image: url("../images/icon/ic-map-white.svg");
background-repeat: no-repeat;
background-size: 17px 30px;
width: 17px;
height: 30px; }
.box-tab .nav-tabs .nav-item .nav-link.active.regis:before {
background-image: url("../images/icon/ic-regis-white.svg");
background-repeat: no-repeat;
background-size: 23px;
width: 23px;
height: 23px;
margin-top: 3px; }
.box-tab .nav-tabs .nav-item .nav-link.active.bath:before {
background-image: url("../images/icon/ic-bath-white.svg"); }
.box-tab .nav-news {
border-bottom: 2px solid #E84E72;
height: 50px;
padding-left: 25px;
padding-right: 25px; }
.box-tab .nav-news .nav-item .nav-link {
padding: 10px;
height: 50px;
color: rgba(68, 68, 68, 0.5) !important; }
.box-tab .nav-news .nav-item .nav-link.nav-icon:before {
display: inline-block;
vertical-align: middle;
margin-right: 5px; }
.box-tab .nav-news .nav-item .nav-link.active {
background-color: #E74E72;
color: white !important;
border-radius: 20px 20px 0 0; }
.box-tab .nav-border .nav-item .nav-link {
position: relative; }
.box-tab .nav-border .nav-item .nav-link.active:after {
content: "";
display: block;
background: #E84E72;
width: 100%;
height: 4px;
position: absolute;
bottom: 0; }
.box-tab .slick-dots {
bottom: -30px; }
.calendar-box {
background: #F2F2F2;
border-radius: 10px;
padding: 15px;
padding-top: 15px !important; }
@media only screen and (max-width: 575px) {
.calendar-box {
margin-top: 30px; } }
.calendar-box .calendar-item {
color: #444444;
border-bottom: 1px dashed rgba(0, 0, 0, 0.22); }
.calendar-box .calendar-item .date-txt {
font-size: 20px;
font-size: 2rem;
font-weight: 600; }
.calendar-box .calendar-item h2 {
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
line-height: 2; }
.calendar-box .calendar-item p {
font-size: 12px;
font-size: 1.2rem; }
.calendar-box .calendar-item .item-info {
padding: 0 20px;
margin: 10px 0;
display: -ms-grid;
display: grid; }
.calendar-box .calendar-item .item-info.item-left {
border-right: 1px solid rgba(0, 0, 0, 0.22); }
.calendar-box .slider-calendar {
position: relative; }
.calendar-box .slider-calendar:after {
content: "";
background: #F2F2F2;
width: 100%;
height: 10px;
position: absolute;
top: 0; }
.calendar-box .slick-arrow-list {
padding-left: 0; }
.calendar-box .slick-arrow-list .prev {
display: inline-block;
background-image: url(../images/icon/arrow-prev.svg);
background-repeat: no-repeat;
background-size: 14px 19px;
width: 14px;
height: 19px;
margin-left: 8px;
margin-right: 8px; }
.calendar-box .slick-arrow-list .next {
display: inline-block;
background-image: url(../images/icon/arrow-next.svg);
background-repeat: no-repeat;
background-size: 14px 19px;
width: 14px;
height: 19px;
margin-left: 8px;
margin-right: 8px; }
.box-last {
padding-top: 0;
padding-bottom: 55px; }
.service-row .photo-thumb {
padding-bottom: 50%; }
.service-row .service-item {
display: block;
border-radius: 10px;
overflow: hidden;
position: relative; }
.service-row .service-item .service-item-dt {
position: absolute;
bottom: 0;
background: -webkit-gradient(linear, left bottom, left top, from(#E84E72), to(#E84E72));
background: -webkit-linear-gradient(bottom, #E84E72, #E84E72);
background: -o-linear-gradient(bottom, #E84E72, #E84E72);
background: linear-gradient(0deg, #E84E72, #E84E72);
width: 100%;
padding: 8px;
text-align: center;
color: white;
font-size: 14px;
font-size: 1.4rem; }
.service-row .service-item:hover .photo-thumb .photo {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.content-item {
display: block; }
.content-item h2 {
font-size: 14px;
font-size: 1.4rem;
line-height: 26px;
line-height: 2.6rem;
color: #444444 !important; }
.content-item .date {
color: #444444 !important;
font-size: 13px;
font-size: 1.3rem; }
.content-item .announce-info {
padding-left: 22px; }
.content-item.announce-megaphone:before {
content: "";
display: inline-block;
float: left;
background-image: url("../images/icon/ic-megaphone-gray.png");
background-repeat: no-repeat;
background-size: contain;
width: 13px;
height: 13px;
margin-right: 10px;
margin-top: 8px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.content-item.announce-doc:before {
content: "";
display: inline-block;
float: left;
background-image: url("../images/icon/ic-google-docs-gray.png");
background-repeat: no-repeat;
background-size: contain;
width: 13px;
height: 13px;
margin-right: 10px;
margin-top: 8px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.content-item.announce-trophy:before {
content: "";
display: inline-block;
float: left;
background-image: url("../images/icon/ic-trophy-gray.png");
background-repeat: no-repeat;
background-size: contain;
width: 13px;
height: 13px;
margin-right: 10px;
margin-top: 8px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.content-item.announce-suitcase:before {
content: "";
display: inline-block;
float: left;
background-image: url("../images/icon/ic-suitcase-gray.png");
background-repeat: no-repeat;
background-size: contain;
width: 13px;
height: 13px;
margin-right: 10px;
margin-top: 8px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.content-item:hover h2 {
color: #E84E72 !important; }
.content-item:hover.announce-megaphone:before {
background-image: url("../images/icon/ic-megaphone.png"); }
.content-item:hover.announce-doc:before {
background-image: url("../images/icon/ic-google-docs.png"); }
.content-item:hover.announce-trophy:before {
background-image: url("../images/icon/ic-trophy.png"); }
.content-item:hover.announce-suitcase:before {
background-image: url("../images/icon/ic-suitcase-gray.png"); }
.slider-institution .slider-item {
display: block; }
.slider-institution .slider-item img {
width: 90px;
height: 98px;
-o-object-fit: contain;
object-fit: contain;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px; }
.slider-institution .slider-item p {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.6;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #444444; }
.slider-institution .slick-prev:before {
width: 20px;
height: 15px; }
.slider-institution .slick-next {
right: -10px; }
.slider-institution .slick-next:before {
width: 20px;
height: 15px; }
.list-dashed {
padding-left: 15px; }
.list-dashed li {
list-style-image: url("../images/icon/triangle-right-pink.svg");
border-bottom: 1px dashed rgba(68, 68, 68, 0.27);
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.6;
color: #444444; }
.list-dashed li a {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.6;
color: #444444; }
.list-dashed li a:hover {
color: #E84E72; }
.list-dashed li:last-child {
border-bottom: none !important;
padding-bottom: 0 !important; }
.list-dashed.pink li {
border-bottom: 1px dashed #E84E72; }
.row-event {
margin-left: -8px;
margin-right: -8px; }
.row-event .col-event {
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 8px; }
.check-item {
display: block;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.6;
color: #444444;
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dashed rgba(68, 68, 68, 0.27); }
.check-item:hover {
color: #E84E72; }
.check-item:before {
content: "";
display: inline-block;
vertical-align: middle;
background-image: url("../images/icon/ic-check-circle.svg");
background-repeat: no-repeat;
background-size: 20px;
width: 20px;
height: 20px;
margin-right: 10px;
position: relative;
bottom: 2px; }
.check-item:last-child {
border-bottom: none !important; }
.slider-news .slick-prev {
left: -30px; }
.slider-news .slick-next {
right: -35px; }
.bg-news {
background-image: url("../images/bg-news.jpg");
background-repeat: no-repeat;
background-size: cover; }
.content-equal .tab-content {
min-height: 345px; }
@media only screen and (min-width: 1200px) {
.content-equal .tab-content {
min-height: 534px; } }
.box-list .tab-content {
min-height: 250px; }
.box-institution .tab-content {
min-height: 173px; }
.box-info {
padding-bottom: 10px; }
@media only screen and (min-width: 768px) {
.box-info {
padding-left: 0;
padding-right: 0; }
.box-info .list-dashed {
padding-left: 30px;
padding-right: 15px; } }
.stat-list div {
font-size: 16px;
font-size: 1.6rem; }
.dark-theme .tab-menu {
background: #BF294C; }
.dark-theme .tab-menu .nav-tabs {
background: black; }
.dark-theme .tab-menu .nav-tabs .nav-item .nav-link .nav-content h1 {
opacity: 1; }
.dark-theme .menu-content {
background: black; }
.dark-theme .menu-content .slider-menu:before {
background: black; }
.dark-theme .menu-content .slider-menu:after {
background: black; }
.dark-theme .box-tab {
background: black; }
.dark-theme .box-tab.bg-pinklight2 {
background: #BF294C !important; }
.dark-theme .box-tab.bg-pinklight2 .box-item:hover .box-item-dt h2 {
color: black !important; }
.dark-theme .box-tab .nav-item .nav-link {
color: white !important; }
.dark-theme .box-tab .slick-dots li button:before {
color: white; }
.dark-theme .box-event {
background: black; }
.dark-theme .box-last {
background: black; }
.dark-theme .box-info {
background: #1c1e1f !important; }
.dark-theme .calendar-box {
background: #1c1e1f !important; }
.dark-theme .calendar-box h2, .dark-theme .calendar-box p {
color: white; }
.dark-theme .calendar-box .calendar-item {
border-bottom: 1px dashed white; }
.dark-theme .check-item {
color: white; }
.dark-theme .check-item:hover {
color: #E84E72; }
.dark-theme .list-dashed li a {
color: white; }
.dark-theme .stat-list div {
color: white; }
.dark-theme .slider-institution .slider-item p {
color: #A2A2A2; }
.dark-theme .slider-calendar:after {
content: "";
background: #1c1e1f; }
.dark-theme .board-item h2 {
color: white !important; }
.dark-theme.with-txt-yellow .box-tab .nav-item .nav-link:not(.active) {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .box-item .box-item-dt h2 {
color: #FFF739; }
.dark-theme.with-txt-yellow .calendar-box h2, .dark-theme.with-txt-yellow .calendar-box p {
color: #FFF739; }
.dark-theme.with-txt-yellow .check-item {
color: #FFF739; }
.dark-theme.with-txt-yellow .check-item:hover {
color: #E84E72; }
.dark-theme.with-txt-yellow .form-search .form-control {
color: #FFF739; }
.dark-theme.with-txt-yellow .board-item h2 {
color: #FFF739 !important; }
.info-disbursement {
overflow: hidden; }
@media only screen and (max-width: 767px) {
.info-disbursement {
padding-left: 0;
padding-right: 0; } }
.info-disbursement .info-head {
background: -webkit-gradient(linear, left bottom, left top, from(#E74E72), to(#E74E72)), #3074DB;
background: -webkit-linear-gradient(bottom, #E74E72, #E74E72), #3074DB;
background: -o-linear-gradient(bottom, #E74E72, #E74E72), #3074DB;
background: linear-gradient(0deg, #E74E72, #E74E72), #3074DB;
padding: 25px 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.info-disbursement .info-head h1 {
font-size: 20px;
font-size: 2rem;
line-height: 1.4;
letter-spacing: 0.03em;
color: white; }
.info-disbursement .info-head h1:before {
content: "";
display: inline-block;
vertical-align: middle;
background-image: url("../images/icon/ic-money-bag.svg");
background-repeat: no-repeat;
background-size: 46px;
width: 46px;
height: 46px;
margin-right: 10px;
margin-top: 5px;
float: left; }
.info-disbursement .info-body {
padding: 5px 12px 5px; }
.info-disbursement .info-item {
background: white;
border: 1px solid #E74E72;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 10px;
padding: 10px 12px;
margin-top: 12px;
margin-bottom: 12px;
font-size: 16px;
font-size: 1.6rem; }
@media only screen and (max-width: 767px) {
.info-disbursement .info-item div .col-md-auto {
padding-top: 2px;
padding-bottom: 2px; } }
.info-disbursement p {
color: #C1C1C1; }
.share-topic {
font-size: 18px;
font-size: 1.8rem; }
@media only screen and (max-width: 575px) {
.share-topic {
font-size: 14px;
font-size: 1.4rem; } }
.share-list {
padding-left: 0;
list-style: none;
margin: 12px -5px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 5px; }
.share-list li {
display: inline-block;
padding: 0 5px; }
.share-list li .facebook {
background: url("../images/icon/ic-facebook.svg");
display: block;
background-repeat: no-repeat;
background-size: 42px;
width: 42px;
height: 42px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
@media only screen and (max-width: 901px) {
.share-list li .facebook {
background-size: 32px;
width: 32px;
height: 32px; } }
@media only screen and (max-width: 767px) {
.share-list li .facebook {
background-size: 42px;
width: 42px;
height: 42px; } }
.share-list li .clipboard {
background: url("../images/icon/ic-clipboard.svg");
display: block;
background-repeat: no-repeat;
background-size: 42px;
width: 42px;
height: 42px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
@media only screen and (max-width: 901px) {
.share-list li .clipboard {
background-size: 32px;
width: 32px;
height: 32px; } }
@media only screen and (max-width: 767px) {
.share-list li .clipboard {
background-size: 42px;
width: 42px;
height: 42px; } }
.share-list li:hover .facebook, .share-list li:hover .clipboard {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.content-list {
list-style-type: none;
padding-left: 0; }
.content-list li {
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px dashed #DADADA; }
.content-list li a h3 {
font-size: 16px;
font-size: 1.6rem;
line-height: 1.6;
color: #444444;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.content-list li a p {
font-size: 14px;
font-size: 1.4rem; }
.content-list li a:hover h3 {
color: #E84E72; }
.tag {
display: block;
background-color: #EDEDED;
padding: 5px 8px;
letter-spacing: 0.03em;
text-transform: uppercase;
font-family: 'Kanit', sans-serif;
font-size: 14px;
font-size: 1.4rem;
font-weight: 300;
color: #444444;
margin-right: 8px;
margin-top: 5px;
margin-bottom: 5px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.tag:hover {
background-color: #E84E72;
color: white; }
.badge.pink {
background: #FFCEE1;
-webkit-box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04);
box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04);
border-radius: 50px;
font-size: 16px;
font-size: 1.6rem;
font-weight: 400;
line-height: 1.4;
letter-spacing: 0.03em;
color: #E84E72;
padding: 5px 3%;
white-space: normal; }
@media only screen and (min-width: 768px) {
.badge.pink {
font-size: 22px;
font-size: 2.2rem; } }
@media only screen and (max-width: 767px) {
.badge.pink {
display: block; } }
.board-item {
margin-top: 10px;
margin-bottom: 10px; }
.board-item img {
width: 220px;
border: 1px solid #E84E72;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 10px; }
.board-item .list-info {
list-style-type: none;
text-align: center;
padding-left: 0; }
.board-item .list-info li {
display: inline-block;
padding-left: 3px;
padding-right: 3px;
padding-top: 10px; }
.board-item .list-info li .list-icon {
display: block;
background-repeat: no-repeat;
background-size: 25px;
width: 25px;
height: 25px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
@media only screen and (min-width: 768px) {
.board-item .list-info li .list-icon {
background-size: 35px;
width: 35px;
height: 35px; } }
.board-item .list-info li .list-icon.info {
background-image: url("../images/icon/ic-info.svg"); }
.board-item .list-info li .list-icon.phone {
background-image: url("../images/icon/ic-phone.svg"); }
.board-item .list-info li .list-icon.envelope {
background-image: url("../images/icon/ic-envelope.svg"); }
.board-item .list-info li .list-icon:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.file-item {
display: inline-block;
background-color: #EDEDED;
font-family: 'Kanit', sans-serif;
font-size: 14px;
font-size: 1.4rem;
color: #444444;
letter-spacing: 0.03em;
border-radius: 8px;
padding: 5px 8px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 5px; }
.file-item:hover {
background-color: #E84E72;
color: white; }
.row-album {
margin-left: -1rem;
margin-right: -1rem; }
.vote-item {
border: 1px solid #F5A5B1;
border-radius: 10px;
padding: 20px 35px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
/* check-radio */
/* Hide the browser's default radio button */
/* Create a custom radio button */
/* When the radio button is checked, add a blue background */
/* Create the indicator (the dot/circle - hidden when not checked) */
/* Show the indicator (dot/circle) when checked */
/* Style the indicator (dot/circle) */ }
.vote-item .check-radio {
display: block;
position: relative;
padding-left: 45px;
padding-top: 5px;
margin-bottom: 0 !important;
cursor: pointer;
font-family: "sukhumvit";
font-size: 16px;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.4;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.vote-item .check-radio input {
position: absolute;
opacity: 0;
cursor: pointer; }
.vote-item .check-radio .checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: white;
border: 1px solid #DADADA;
border-radius: 50%; }
.vote-item .check-radio input:checked ~ .checkmark {
background-color: white; }
.vote-item .check-radio .checkmark:after {
content: "";
position: absolute;
display: none; }
.vote-item .check-radio input:checked ~ .checkmark:after {
display: block; }
.vote-item .check-radio .checkmark:after {
top: 4px;
left: 4px;
width: 15px;
height: 15px;
border-radius: 50%;
background: #E84E72; }
.vote-item.active {
background: -webkit-gradient(linear, left bottom, left top, from(#FFCEE1), to(#FFCEE1)), #FFFFFF;
background: -webkit-linear-gradient(bottom, #FFCEE1, #FFCEE1), #FFFFFF;
background: -o-linear-gradient(bottom, #FFCEE1, #FFCEE1), #FFFFFF;
background: linear-gradient(0deg, #FFCEE1, #FFCEE1), #FFFFFF; }
.vote-item.active .check-radio {
color: #E84E72; }
@media only screen and (min-width: 576px) {
.modal-vote .modal-dialog, .modal-calendar .modal-dialog {
max-width: 650px; } }
.modal-vote .modal-content .modal-body, .modal-calendar .modal-content .modal-body {
padding-bottom: 20px; }
@media only screen and (min-width: 576px) {
.modal-vote .modal-content .modal-body, .modal-calendar .modal-content .modal-body {
padding: 35px 60px; } }
.modal-vote .modal-title, .modal-calendar .modal-title {
font-size: 30px;
font-size: 3rem; }
.modal-vote h6, .modal-vote p, .modal-calendar h6, .modal-calendar p {
font-size: 16px;
font-size: 1.6rem;
color: #444444; }
.modal-vote h6.c-gray, .modal-vote p.c-gray, .modal-calendar h6.c-gray, .modal-calendar p.c-gray {
color: #666666 !important; }
.modal-calendar {
font-family: "Sarabun"; }
.modal-calendar .modal-content .modal-body {
padding-bottom: 20px; }
@media only screen and (min-width: 576px) {
.modal-calendar .modal-content .modal-body {
padding: 20px 60px 30px; } }
.progress-item {
margin-top: 10px;
margin-bottom: 10px; }
.progress-item h6 {
font-size: 16px;
font-size: 1.6rem;
color: #444444; }
.progress-item .progress {
margin-top: 10px;
margin-bottom: 5px;
width: 75%; }
@media only screen and (min-width: 576px) {
.progress-item .progress {
width: 80%; } }
.progress-item .progress .progress-bar {
background-color: #E84E72; }
.progress-item .progress-num {
width: 25%;
text-align: right;
padding-left: 5px; }
@media only screen and (min-width: 576px) {
.progress-item .progress-num {
width: 20%; } }
.card-collapse {
border-bottom: 1px dashed rgba(68, 68, 68, 0.27);
border-top: none;
border-left: none;
border-right: none;
padding-top: 15px;
padding-bottom: 15px; }
.card-collapse .card-header {
border-bottom: none;
background-color: transparent;
padding-left: 0; }
.card-collapse .card-header .collapse-title {
font-size: 18px;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.4;
color: #444444;
text-transform: uppercase;
text-decoration: none;
cursor: pointer; }
.card-collapse .card-header .collapse-title:after {
content: "";
display: block;
background-image: url("../images/icon/arrow-prev.svg");
background-repeat: no-repeat;
background-position: 50%;
background-size: 10px 15px;
width: 10px;
height: 15px;
float: right;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top: 8px; }
.card-collapse .card-header .collapse-title span {
width: 95%;
display: inline-block; }
.card-collapse .card-header .collapse-title.collapsed:after {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
.card-collapse .card-body {
background-color: #EEEEEE;
padding: 20px 30px;
font-size: 16px;
font-size: 1.6rem;
line-height: 178.88%;
text-transform: uppercase;
color: #444444;
margin-top: 10px;
margin-bottom: 10px; }
.album-text {
font-size: 12px;
font-size: 1.2rem; } | resources/assets/frontend/css/main.css | @charset "UTF-8";
/*------------------------------------*\
# primary Sass file
## doc scss
http://github.com/paranoida/sass-mediaqueries
http://bourbon.io/docs/
\*------------------------------------*/
/*------------------------------------*\
All helpers
|– helpers/
| |– _variables.scss # Sass Variables
| |– _functions.scss # Sass Functions
| |– _mixins.scss # Sass Mixins
| |– _helpers.scss # Class & placeholders helpers
| ... # Etc…
Helpers
The helpers/ folder (sometimes called utils/) gathers all Sass tools and helpers we’ll use across the project. Got a function? A mixin? Put it in there. This folder also contains a _variables.scss file (sometimes _config.scss) which holds all global variables for the project (for typography, color schemes, and so on).
\*------------------------------------*/
/*------------------------------------*\
# Scss Mixins
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&display=swap");
.no-gutter {
margin-left: 0;
margin-right: 0; }
.no-gutter > * {
padding-left: 0;
padding-right: 0; }
.show {
display: block !important; }
.hidden {
display: none !important;
visibility: hidden !important; }
.invisible {
visibility: hidden; }
.non-bg {
background: none !important;
background-color: transparent !important;
border: none !important; }
.non-padding {
padding: 0 !important; }
.non-margin {
margin: 0 !important; }
.no-padding__r {
padding-right: 0; }
.no-padding__l {
padding-left: 0; }
.text-nowrap {
white-space: nowrap; }
.text-uppercase {
text-transform: uppercase; }
.display--table {
display: table;
width: 100%; }
.display--table-cell {
display: table-cell; }
.verticel--middle {
vertical-align: middle; }
.insert-dotdotdot {
display: block;
overflow: visible;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
html.touch .no-scroll {
position: fixed; }
@media only screen and (max-width: 575px) {
.col-ss-12 {
width: 100%; } }
.text-right.-md {
text-align: left; }
@media only screen and (min-width: 992px) {
.text-right.-md {
text-align: right; } }
.text-right.-lg {
text-align: left; }
@media only screen and (min-width: 1200px) {
.text-right.-lg {
text-align: right; } }
.view.thumb {
position: relative; }
.view.thumb .img-photo {
max-width: 100%;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear; }
.view.thumb:hover .img-photo {
-webkit-transform: scale(1.06);
-ms-transform: scale(1.06);
transform: scale(1.06); }
.view .mask {
opacity: 0;
overflow: visible;
background-color: rgba(255, 255, 255, 0.2);
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
position: absolute;
left: 0;
top: 0;
z-index: 9;
width: 100%;
display: none; }
.view .mask.non-bg {
background-color: transparent; }
.view:hover .mask, .view:focus .mask, .view:active .mask {
opacity: 1; }
.parent {
position: absolute;
height: 100%;
width: 100%; }
.parent span.img-photo {
height: 100%;
width: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
display: block;
border-radius: 18px 18px; }
.parent:hover span.img-photo, .parent:focus span.img-photo {
-ms-transform: scale(1.06);
-moz-transform: scale(1.06);
-webkit-transform: scale(1.06);
-o-transform: scale(1.06);
transform: scale(1.06); }
.visible-touch {
display: none; }
html.touch .visible-touch {
display: block; }
@media only screen and (max-width: 767px) {
.visible-touch {
display: block; } }
.hidden-touch {
display: block; }
html.touch .hidden-touch {
display: none; }
@media only screen and (max-width: 767px) {
.hidden-touch {
display: none; } }
a.no-hand {
pointer-events: none; }
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
width: 100% !important; }
.fb-page body.plugin,
.fb-page span body.plugin,
.fb-page span iframe[style] body.plugin {
width: 100% !important; }
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
margin: 0;
font-family: "Sarabun";
text-rendering: optimizelegibility;
line-height: 1.1;
font-weight: 400; }
h1 small,
h2 small {
font-weight: normal;
color: #bfbfbf; }
h1,
.h1 {
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 0.71429; }
@media only screen and (min-width: 768px) {
h1,
.h1 {
font-size: 26px;
font-size: 2.6rem; } }
h2,
.h2 {
font-size: 38px;
font-size: 3.8rem;
margin-bottom: 0.71429; }
@media only screen and (max-width: 767px) {
h2,
.h2 {
font-size: 30px;
font-size: 3rem; } }
h3,
.h3 {
font-size: 30px;
font-size: 3rem;
margin-bottom: 0.95238; }
h4,
.h4 {
font-size: 28px;
font-size: 2.8rem;
margin-bottom: 1.42857; }
h5,
.h5 {
font-size: 22px;
font-size: 2.2rem;
margin-bottom: 1.42857; }
h6,
.h6 {
margin-bottom: 1.42857; }
p {
font-size: 14px;
font-size: 1.4rem; }
p,
ol,
ul,
dl,
address {
margin-bottom: 1.42857; }
small {
font-weight: lighter; }
ul,
ol {
margin: 0;
padding: 0 0 0 30px; }
li ul,
li ol {
margin: 0; }
blockquote {
margin: 0;
padding-left: 30px; }
q {
quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none; }
cite {
font-style: normal; }
dl,
dd {
margin-bottom: 1.42857; }
dt {
font-weight: bold; }
.dl-horizontal dt {
float: left;
clear: left;
width: 20.25%;
text-align: right; }
.dl-horizontal dd {
margin-left: 22.78%; }
abbr[title] {
border-bottom: 1px dotted #cccccc;
cursor: help; }
b, strong {
font-weight: bold; }
dfn {
font-style: italic; }
ins {
background-color: white;
color: #444444;
text-decoration: none; }
mark {
background-color: white;
color: #444444;
font-style: italic;
font-weight: bold; }
pre,
code,
kbd,
samp {
font-family: Monaco, Courier New, monospace;
line-height: 1.42857; }
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word; }
sub,
sup {
position: relative;
line-height: 0;
vertical-align: 1.42857; }
sup {
top: -.5em; }
sub {
bottom: -.25em; }
p {
margin-bottom: 0;
line-height: 1.35; }
table {
border-collapse: collapse;
border-spacing: 0; }
a:active, a:selected, a:visited {
outline: none; }
a:hover {
text-decoration: none; }
a:focus,
.btn:focus,
.bootstrap-select .btn:focus {
outline: none !important; }
*:focus,
:root input:focus {
/*remove dot for ie8-9*/
outline: none;
border: none; }
textarea {
resize: none; }
blockquote {
border: none; }
blockquote small:before {
content: none; }
label, input, select, textarea, input {
font-family: "Sarabun";
font-weight: 100; }
input[type="date"]::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0; }
/*Hide Spinner in Input Number*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0; }
input[type=number] {
-moz-appearance: textfield; }
address {
margin-bottom: 10px; }
body:before,
body:after {
display: table;
content: ""; }
body:after {
clear: both; }
ul {
margin-bottom: 0; }
li.clearfix:after {
display: inline; }
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
/* mobile firefox too! */ }
input::-ms-clear {
width: 0;
height: 0; }
@font-face {
font-family: 'sukhumvit';
src: url("../fonts/font-face/sukhumvitset-bold-webfont.eot");
src: url("../fonts/font-face/sukhumvitset-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-face/sukhumvitset-bold-webfont.woff2") format("woff2"), url("../fonts/font-face/sukhumvitset-bold-webfont.woff") format("woff"), url("../fonts/font-face/sukhumvitset-bold-webfont.ttf") format("truetype");
font-weight: 700;
font-style: normal; }
@font-face {
font-family: 'sukhumvit';
src: url("../fonts/font-face/sukhumvitset-light-webfont.eot");
src: url("../fonts/font-face/sukhumvitset-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-face/sukhumvitset-light-webfont.woff2") format("woff2"), url("../fonts/font-face/sukhumvitset-light-webfont.woff") format("woff"), url("../fonts/font-face/sukhumvitset-light-webfont.ttf") format("truetype");
font-weight: 300;
font-style: normal; }
@font-face {
font-family: 'sukhumvit';
src: url("../fonts/font-face/sukhumvitset-medium-webfont.eot");
src: url("../fonts/font-face/sukhumvitset-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-face/sukhumvitset-medium-webfont.woff2") format("woff2"), url("../fonts/font-face/sukhumvitset-medium-webfont.woff") format("woff"), url("../fonts/font-face/sukhumvitset-medium-webfont.ttf") format("truetype");
font-weight: 500;
font-style: normal; }
@font-face {
font-family: 'sukhumvit';
src: url("../fonts/font-face/sukhumvitset-semibold-webfont.eot");
src: url("../fonts/font-face/sukhumvitset-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-face/sukhumvitset-semibold-webfont.woff2") format("woff2"), url("../fonts/font-face/sukhumvitset-semibold-webfont.woff") format("woff"), url("../fonts/font-face/sukhumvitset-semibold-webfont.ttf") format("truetype");
font-weight: 600;
font-style: normal; }
@font-face {
font-family: 'sukhumvit';
src: url("../fonts/font-face/sukhumvitset-text-webfont.eot");
src: url("../fonts/font-face/sukhumvitset-text-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-face/sukhumvitset-text-webfont.woff2") format("woff2"), url("../fonts/font-face/sukhumvitset-text-webfont.woff") format("woff"), url("../fonts/font-face/sukhumvitset-text-webfont.ttf") format("truetype");
font-weight: 400;
font-style: normal; }
html {
min-width: 320px;
font-size: 62.5%;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
overflow-x: hidden !important; }
body {
margin: 0;
padding: 0;
width: 100%;
color: #444444;
font-family: "Sarabun";
font-size: 18px;
font-size: 1.8rem;
line-height: 1;
position: relative;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; }
html {
position: relative;
min-height: 100%; }
html, body {
overflow-x: hidden; }
html.chrome.ios.mobile,
html.chrome.ios.mobile body {
height: 100%; }
.disable-hover,
.disable-hover * {
pointer-events: none !important; }
html.touch .disable-focus:hover {
pointer-events: none !important; }
a {
color: initial;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer; }
.c-pink {
color: #E84E72 !important; }
.c-gray {
color: rgba(68, 68, 68, 0.44) !important; }
.c-white {
color: white !important; }
.bg-pink {
background: #E84E72 !important; }
.bg-pinklight {
background: #FFCEE1 !important; }
.bg-pinklight2 {
background: #FFEBF2 !important; }
.bg-greenlight {
background: #2FCC71 !important; }
.bg-blue {
background: #337AB7 !important; }
.bg-bluelight {
background: #5CC0DE !important; }
.bg-yellow {
background: #F0AD4E !important; }
.bg-red {
background: #D9534F !important; }
.bg-gray {
background: #F7F7F7 !important; }
.border-greenlight {
border: 1px solid #2FCC71 !important; }
.border-pink {
border: 1px solid #E84E72 !important; }
.border-rd-10 {
border-radius: 10px !important; }
.font-bold {
font-weight: 700 !important; }
.font-semibold {
font-weight: 600 !important; }
.font-medium {
font-weight: 500 !important; }
@media only screen and (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm {
max-width: 1140px; } }
.form-group label {
font-size: 16px;
font-size: 1.6rem;
font-family: "Sarabun"; }
.form-control {
border: 1px solid #E84E72 !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 22px;
font-size: 12px;
font-size: 1.2rem;
font-family: "Sarabun";
height: 40px; }
.form-control.extra {
border: 1px solid #A4A4A4 !important;
border-radius: 5px;
font-size: 16px;
font-size: 1.6rem;
-webkit-box-shadow: none !important;
box-shadow: none !important;
padding-right: 20px; }
.form-control.extra:hover {
border: 1px solid #E84E72 !important; }
.wrapper {
position: relative;
min-height: 100vh; }
.wrapper .wrapper-inner {
background-color: #F7F7F7;
min-height: 100vh;
padding-top: 90px;
padding-bottom: 20px; }
@media only screen and (min-width: 1200px) {
.wrapper .wrapper-inner {
padding-top: 20px; } }
@media only screen and (min-width: 1200px) {
.wrapper .wrapper-inner .content-row {
margin-left: -30px;
margin-right: -30px; } }
.header {
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 4;
background: white;
-webkit-box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.07);
box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.07); }
@media only screen and (max-width: 1199px) {
.header {
position: fixed;
background: #FFEBF2;
-webkit-box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.07);
box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.07); } }
.header .header-menu {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative; }
@media only screen and (max-width: 1199px) {
.header .header-menu {
height: 70px;
background: white;
border-bottom: 1px solid #E84E72; } }
@media only screen and (min-width: 992px) {
.header .header-menu.active .logo {
height: 62px;
margin-top: 10px; } }
.header .header-menu .logo {
display: block;
background-image: url("../images/logo-dwf.png");
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 340px;
max-width: 100%;
height: 70px; }
@media only screen and (max-width: 1199px) {
.header .header-menu .logo {
position: absolute;
left: 10px;
top: 10px;
width: 230px;
height: 50px; } }
.header .header-menu .hamburger {
display: block;
background: url("../images/icon/hamburger.svg");
background-size: 27px 20px;
width: 27px;
height: 20px;
position: absolute;
top: 25px;
right: 10px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1; }
@media only screen and (min-width: 1200px) {
.header .header-menu .hamburger {
display: none; } }
.header .header-menu .hamburger.active {
background: url("../images/icon/ic-close.png");
background-size: 20px;
width: 20px;
height: 20px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.header .header-menu .header-row {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative; }
.header .header-menu .header-row .header-menu-col {
position: relative;
padding-top: 20px; }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-row .header-menu-col.left {
padding-left: 0; } }
@media only screen and (max-width: 1199px) {
.header .header-menu .header-row .header-menu-col.left {
width: 100%;
padding-top: 0 !important; } }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-row .header-menu-col.right {
padding-right: 0; } }
@media only screen and (max-width: 1199px) {
.header .header-menu .header-row .header-menu-col.right {
width: 100%;
padding-top: 0 !important; } }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-row .header-menu-col.right.bg-city {
padding-top: 5px; }
.header .header-menu .header-row .header-menu-col.right.bg-city:before {
content: "";
display: block;
background-image: url("../images/bg-header.png");
background-repeat: no-repeat;
background-size: contain;
width: 635px;
max-width: 100%;
height: 110px;
position: absolute;
right: 0;
top: -14px; } }
.header .header-menu .header-menu-list {
list-style: none;
padding-left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
@media only screen and (max-width: 1199px) {
.header .header-menu .header-menu-list {
display: none; } }
.header .header-menu .header-menu-list li {
color: #444444;
font-size: 16px;
font-size: 1.6rem;
font-weight: 400;
position: relative;
cursor: pointer;
padding: 5px 10px; }
.header .header-menu .header-menu-list li a {
color: #444444;
font-size: 16px;
font-size: 1.6rem;
font-weight: 400;
position: relative;
padding: 0; }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-menu-list li a {
border-bottom: 2px solid transparent !important;
padding-top: 2px;
padding-bottom: 2px; } }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-menu-list li.active a, .header .header-menu .header-menu-list li:hover a {
border-bottom: 2px solid #E84E72 !important; } }
.header .header-menu .header-menu-list li .dropdown-menu {
top: 100%;
left: 0;
border-left: none !important;
border-right: none !important;
border-radius: none !important;
background: #FFEBF2; }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-menu-list li .dropdown-menu {
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); } }
@media only screen and (max-width: 1199px) {
.header .header-menu .header-menu-list li .dropdown-menu {
border-bottom: none;
padding-left: 15px;
width: 100%; }
.header .header-menu .header-menu-list li .dropdown-menu a {
padding: 5px 10px !important; } }
.header .header-menu .header-menu-list li .dropdown-menu li {
border-bottom: 1px solid #dee2e6; }
.header .header-menu .header-menu-list li .dropdown-menu li:last-child {
border-bottom: none; }
.header .header-menu .header-menu-list li .dropdown-menu a {
display: block;
width: 100%;
clear: both;
white-space: nowrap;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.4;
color: #444444;
background: transparent !important;
padding: 10px;
border-bottom: none !important; }
.header .header-menu .header-menu-list li .dropdown-menu a:last-child {
border-bottom: none; }
.header .header-menu .header-menu-list li .dropdown-menu a.dropdown-toggle {
display: block !important; }
@media only screen and (max-width: 1199px) {
.header .header-menu .header-menu-list li .dropdown-menu a.dropdown-toggle {
border-bottom: 1px solid #dee2e6; } }
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu {
left: 100%; }
@media only screen and (max-width: 1199px) {
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu {
left: 0; } }
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu .dropdown-toggle::after {
float: right;
margin-top: 8px; }
@media (max-width: 992px) {
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu {
width: 50%; }
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu .dropdown-submenu {
width: auto; } }
@media only screen and (max-width: 1199px) {
.header .header-menu .list-social, .header .header-menu .txt-intro, .header .header-menu .txt-running {
display: none; } }
.header .menu-mb {
padding: 10px 0; }
@media only screen and (min-width: 1200px) {
.header .menu-mb {
display: none; } }
@media only screen and (max-width: 1199px) {
.header .menu-mb {
padding-top: 10px !important;
padding-bottom: 10px !important; } }
.header .menu-mb a {
background-color: transparent !important;
color: #E84E72 !important; }
@media only screen and (max-width: 1199px) {
.header .menu-mb.border-top {
margin-top: 15px !important;
padding-bottom: 0 !important; } }
@media only screen and (max-width: 1199px) {
.header.active {
height: 100%; }
.header.active .header-menu-list {
display: block !important;
position: absolute;
left: 0;
top: 70px;
overflow-y: auto;
width: 100%;
height: calc(100vh - 130px); }
.header.active .header-menu-list li {
border-bottom: solid 1px #eee; }
.header.active .header-menu-list li:last-child {
border-bottom: none !important; }
.header.active .header-menu-list li a {
padding: 15px; } }
@media only screen and (max-width: 1199px) and (max-width: 1199px) {
.header.active .header-menu-list li a {
padding: 10px; } }
@media only screen and (max-width: 1199px) {
.header.active .header-top {
display: block !important;
height: 0;
-webkit-box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04);
box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04); }
.header.active .header-top .disabled {
position: absolute;
bottom: 20px;
z-index: 100; }
.header.active .header-top .disabled .topic-text {
display: none; }
.header.active .header-top .link {
display: none !important; }
.header.active .dividing-line {
border-top: 1px solid #D8D8D8;
padding-bottom: 0 !important;
margin-top: 15px !important;
margin-left: 15px;
margin-right: 15px; } }
@media only screen and (min-width: 1200px) {
.navbar-container {
background-color: #FFCEE1;
-webkit-box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04);
box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04); } }
@media only screen and (max-width: 1199px) {
.navbar.navbar-expand-lg {
width: 100%;
padding: 0; } }
@media only screen and (min-width: 1200px) {
.navbar .nav-item .dropdown-menu {
display: none; } }
@media only screen and (min-width: 1200px) {
.navbar .nav-item:hover .dropdown-menu {
display: block; } }
@media only screen and (min-width: 1200px) {
.navbar .nav-item .dropdown-menu {
margin-top: 0; } }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu {
display: none; } }
@media only screen and (max-width: 1199px) {
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu {
display: block;
width: 100%;
border-top: none;
border-bottom: none !important; }
.header .header-menu .header-menu-list li .dropdown-menu .dropdown-menu a {
border-bottom: none !important; } }
@media only screen and (min-width: 1200px) {
.header .header-menu .header-menu-list li .dropdown-menu li:hover .dropdown-menu {
display: block; } }
.dropdown-submenu {
position: relative; }
.dropdown-submenu a::after {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
position: absolute;
right: 3px;
top: 40%; }
@media only screen and (max-width: 1199px) {
.dropdown-submenu a::after {
display: none; } }
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute !important;
margin-top: -40px;
left: 100%; }
@media only screen and (max-width: 1199px) {
.dropdown-toggle::after {
float: right;
margin-top: 5px; } }
.header-top {
background: #F7F8F9;
-webkit-box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04);
box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04);
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
font-size: 1.4rem;
line-height: normal;
color: #424242;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
@media only screen and (max-width: 1199px) {
.header-top {
display: none; } }
@media only screen and (min-width: 1200px) {
.header-top.active {
height: 0;
position: relative;
top: -100px; } }
.header-top .header-top-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-right: 1px solid #FFFFFF;
padding-left: 5px;
padding-right: 5px; }
.header-top .header-top-group:first-child {
border-left: none;
border-right: none; }
.header-top .header-top-group:last-child {
border-right: none; }
.header-top .header-top-group ul {
list-style: none;
padding-left: 0; }
.header-top .header-top-group ul li {
display: inline-block;
padding-left: 5px;
padding-right: 5px; }
.header-top .header-top-group ul li a {
color: #A2A2A2; }
.header-top .header-top-group ul li a:hover {
color: #444444; }
.header-top .header-top-group .img-btn {
display: block;
width: 178px;
height: auto; }
.header-top .header-top-row {
border-right: 1px solid #E84E72;
padding-left: 5px;
padding-right: 5px; }
.header-top .header-top-row:last-child {
border-right: none; }
.header-top .topic-text {
padding-right: 5px; }
.header-top .btn {
display: block;
width: 30px;
height: 30px;
border-radius: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 14px;
font-size: 1.4rem;
padding: 0;
margin-left: 5px;
margin-right: 5px; }
.header-top .btn.btn-display1 {
border: 1px solid #D8D8D8;
color: #55565A;
line-height: 1.8; }
.header-top .btn.btn-display2 {
background: #000000;
border: 1px solid #000000;
color: #FFFFFF;
line-height: 1.8; }
.header-top .btn.btn-display3 {
background: #000000;
border: 1px solid #000000;
color: #FFF739;
line-height: 1.8; }
.header-top .btn.btn-increase, .header-top .btn.btn-reduce {
color: #424242;
font-size: 20px;
font-size: 2rem;
font-weight: 400;
line-height: 1.4; }
.header-top .btn.btn-increase.disible, .header-top .btn.btn-reduce.disible {
pointer-events: none;
color: #D8D8D8; }
.header-top .fontsize {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 30px;
height: 30px;
border-radius: 50%;
color: #424242;
border: 1px solid #E84E72;
margin-left: 5px;
margin-right: 5px;
font-size: 18px;
font-size: 1.8rem;
line-height: 1.8; }
.header-top .lang-flag {
background-repeat: no-repeat;
background-size: 28px 19px;
display: inline-block;
width: 28px;
height: 19px;
margin-left: 8px;
margin-right: 8px;
-webkit-filter: grayscale(100%);
filter: grayscale(100%); }
.header-top .lang-flag.th {
background-image: url("../images/flag-th.png"); }
.header-top .lang-flag.en {
background-image: url("../images/flag-en.png"); }
.header-top .lang-flag:hover, .header-top .lang-flag.active {
-webkit-filter: grayscale(0%);
filter: grayscale(0%); }
.footer {
background: #F7F8F9; }
.footer .footer-top {
background: #FFEBF2;
padding-top: 20px;
padding-bottom: 20px; }
.footer .footer-top h1 {
color: #E84E72;
font-size: 20px !important;
font-size: 2rem !important; }
.footer .footer-top ul {
padding-top: 15px;
font-size: 14px;
font-size: 1.4rem; }
.footer .footer-top ul li {
line-height: 1.8;
padding-top: 5px;
padding-bottom: 5px; }
.footer .footer-top ul li a {
color: #444444; }
.footer .footer-top ul li a:hover {
color: #E84E72; }
@media only screen and (max-width: 767px) {
.footer .footer-top .list-topic {
cursor: pointer;
padding-bottom: 15px;
font-size: 16px;
font-size: 1.6rem; }
.footer .footer-top .list-topic:after {
content: "";
display: inline-block;
vertical-align: middle;
float: right;
background-image: url(../images/icon/arrow-prev.svg);
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 20px;
height: 15px;
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear; } }
@media only screen and (max-width: 767px) {
.footer .footer-top .list-topic[aria-expanded="true"]:after {
content: "";
display: inline-block;
vertical-align: middle;
float: right;
background: url(../images/icon/arrow-prev.svg);
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 20px;
height: 15px;
-webkit-transform: rotate(-270deg);
-ms-transform: rotate(-270deg);
transform: rotate(-270deg); } }
@media only screen and (min-width: 768px) {
.footer .footer-top .list-group {
display: block !important; } }
@media only screen and (max-width: 767px) {
.footer .footer-top .list-group {
padding-top: 0;
padding-bottom: 10px; }
.footer .footer-top .list-group li {
padding-top: 10px;
padding-bottom: 10px; }
.footer .footer-top .list-group li a {
font-size: 14px;
font-size: 1.4rem; } }
.footer .footer-btm {
background: #FFCEE1;
color: #E84E72;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
font-size: 14px;
font-size: 1.4rem;
line-height: 150.8%; }
.footer .copyright {
text-align: center;
font-family: "Sarabun";
background: white;
color: #444444;
font-size: 12px;
font-size: 1.2rem;
padding: 10px 0; }
.footer .logo {
display: block;
background-image: url("../images/logo-dwf.png");
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 340px;
max-width: 100%;
height: 70px;
margin-bottom: 20px; }
@media only screen and (max-width: 991px) {
.footer .logo {
margin-left: auto;
margin-right: auto; } }
.footer a[href^=tel] {
color: #E84E72; }
.footer .list-social li .social-ic.facebook {
background-image: url("../images/icon/facebook02.svg"); }
.footer .list-social li .social-ic.youtube {
background-image: url("../images/icon/youtube02.svg"); }
.footer .list-social li .social-ic.instagram {
background-image: url("../images/icon/instagram02.svg"); }
.footer .list-social li .social-ic.mail {
background-image: url("../images/icon/mail02.svg"); }
.ic-style {
display: inline-block !important;
vertical-align: middle !important; }
.ic-search {
display: block;
vertical-align: middle;
background: url("../images/icon/ic-search.png");
background-repeat: no-repeat;
background-size: contain;
width: 15px;
height: 19px; }
.ic-vdo {
display: block;
vertical-align: middle;
background: url("../images/icon/ic-video.png");
background-repeat: no-repeat;
background-size: 32px 21px;
width: 32px;
height: 21px; }
.ic-megaphone {
display: block;
vertical-align: middle;
background: url("../images/icon/ic-megaphone.png");
background-repeat: no-repeat;
background-size: 32px;
width: 32px;
height: 32px; }
.ic-man {
display: block;
vertical-align: middle;
background: url("../images/icon/ic-man.png");
background-repeat: no-repeat;
background-size: 25px;
width: 25px;
height: 25px; }
.ic-service {
display: block;
vertical-align: middle;
background: url("../images/icon/ic-service.png");
background-repeat: no-repeat;
background-size: 32px;
width: 32px;
height: 32px; }
.ic-comment {
display: block;
vertical-align: middle;
background-image: url("../images/icon/ic-comment.png");
background-repeat: no-repeat;
background-size: 16px;
width: 16px;
height: 16px; }
.ic-poll {
display: block;
vertical-align: middle;
background-image: url("../images/icon/ic-poll.png");
background-repeat: no-repeat;
background-size: 16px;
width: 16px;
height: 16px; }
.photo-thumb {
position: relative;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-bottom: 70%;
background: #D9D9D9; }
.photo-thumb .photo-parent {
position: absolute;
height: 100%;
width: 100%; }
.photo-thumb .photo {
height: 100%;
width: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
display: block;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear; }
.btn {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.btn-style {
border: 1px solid #E84E72;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 15px;
font-weight: 700;
font-size: 12px;
font-size: 1.2rem;
text-align: center;
color: #E84E72;
padding: 5px 15px; }
.btn-style:hover {
background: #E84E72;
color: white; }
.btn-vote {
background: #2FCC71;
font-size: 14px;
font-size: 1.4rem;
color: white !important;
padding: 5px 15px; }
.btn-vote:hover {
background-color: #218838;
border-color: #1e7e34; }
.btn-view {
font-size: 14px;
font-size: 1.4rem;
font-weight: 500;
font-family: "sukhumvit";
color: #E84E72 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.btn-view:hover {
text-decoration: underline; }
.btn-view.extra {
background: #F7F8F9;
min-width: 235px; }
.btn-view.extra:hover {
background: #E84E72;
color: white !important;
text-decoration: none; }
.btn-view.extra.transparent {
background: transparent; }
.btn-view.extra.transparent:hover {
background: #E84E72; }
.btn-pink {
background: #E84E72 !important;
border: 1px solid #E84E72 !important;
border-radius: 50px;
font-family: "sukhumvit";
font-size: 18px;
font-size: 1.8rem;
font-weight: 700;
color: white !important;
padding-top: 5px;
padding-bottom: 5px;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.btn-light {
background: white !important;
border: 1px solid #E84E72 !important;
border-radius: 50px;
font-family: "sukhumvit";
font-size: 18px;
font-size: 1.8rem;
font-weight: 700;
color: #444444 !important;
padding-top: 5px;
padding-bottom: 5px;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.txt-wrap {
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis; }
.txt-wrap2 {
word-break: break-word;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.txt-wrap3 {
word-break: break-word;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; }
.txt-running {
line-height: 2; }
.nav-link {
font-size: 14px;
font-size: 1.4rem;
font-family: "Sarabun";
padding: 20px;
border: none !important;
color: #E84E72 !important;
text-transform: uppercase; }
.nav-link.active, .nav-link:hover {
color: #E84E72 !important; }
.tab-pane {
padding-top: 15px;
padding-bottom: 15px; }
.list-group {
list-style: none;
padding: 0; }
.list-group li {
padding-left: 1.3em; }
.list-group li:before {
content: "-";
display: inline-block;
margin-left: -1.3em;
/* same as padding-left set on li */
width: 1.3em;
/* same as padding-left set on li */ }
.date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.date:before {
content: "";
display: inline-block;
vertical-align: middle;
background-image: url("../images/icon/ic-clock.svg");
background-repeat: no-repeat;
background-size: contain;
width: 13px;
height: 13px;
margin-right: 5px; }
.date.c-pink:before {
background-image: url("../images/icon/ic-clock-pink.svg"); }
.view {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.view:before {
content: "";
display: inline-block;
vertical-align: middle;
background-image: url("../images/icon/ic-eye.svg");
background-repeat: no-repeat;
background-size: 13px 18px;
width: 13px;
height: 18px;
margin-right: 5px;
margin-top: 1px; }
/* The radio-check */
.radio-check {
display: block;
position: relative;
padding-left: 20px;
margin-bottom: 12px;
cursor: pointer;
font-family: "Sarabun";
font-size: 16px;
font-size: 1.6rem;
color: #444444;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
/* Hide the browser's default radio button */
.radio-check input {
position: absolute;
opacity: 0;
cursor: pointer; }
/* Create a custom radio button */
.radio-check .checkmark {
position: absolute;
top: 0;
left: 0;
height: 15px;
width: 15px;
border-radius: 50%;
border: 1px solid #444444; }
/* When the radio button is checked, add a blue background */
.radio-check input:checked ~ .checkmark {
background-color: #2FCC71; }
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-check .checkmark:after {
content: "";
position: absolute;
display: none; }
/* Show the indicator (dot/circle) when checked */
.radio-check input:checked ~ .checkmark:after {
display: block; }
/* Style the indicator (dot/circle) */
.radio-check .checkmark:after {
top: 4px;
left: 4px;
width: 5px;
height: 5px;
border-radius: 50%;
background: white; }
.progress {
font-family: "Sarabun";
font-size: 12px;
font-size: 1.2rem;
height: 2.5rem;
margin-top: 20px;
margin-bottom: 20px; }
.slick-loading .slick-list {
background: #fff url("../images/ajax-loader.gif") center center no-repeat; }
.slick-prev {
left: 0;
z-index: 1; }
.slick-prev:before {
content: "";
display: block;
background: url("../images/icon/arrow-prev.svg");
background-repeat: no-repeat;
background-size: contain;
width: 31px;
height: 20px;
opacity: 1; }
.slick-next {
right: -5px;
z-index: 1; }
.slick-next:before {
content: "";
display: block;
background: url("../images/icon/arrow-next.svg");
background-repeat: no-repeat;
background-size: contain;
width: 31px;
height: 20px;
opacity: 1; }
.slick-dots li button:before {
content: '\2022'; }
.slick-dots li.slick-active {
width: 35px;
height: 10px;
margin-left: 5px;
margin-right: 5px; }
.slick-dots li button {
padding: 5px; }
.slick-dots li.slick-active button {
width: 35px;
height: 10px; }
.slick-dots li button:before {
color: rgba(203, 203, 203, 0.67) !important;
opacity: 1; }
.slick-dots li.slick-active button:before {
color: #E84E72;
opacity: 1;
content: "";
background: -webkit-gradient(linear, left bottom, left top, from(#E84E72), to(#E84E72)), #C4C4C4;
background: -webkit-linear-gradient(bottom, #E84E72, #E84E72), #C4C4C4;
background: -o-linear-gradient(bottom, #E84E72, #E84E72), #C4C4C4;
background: linear-gradient(0deg, #E84E72, #E84E72), #C4C4C4;
border-radius: 5px;
width: 35px;
height: 10px; }
.slick-dots li button::before:hover, .slick-dots li button::before:focus {
color: #E84E72; }
.tooltip-inner {
font-size: 16px;
font-size: 1.6rem; }
.dark-theme .header {
background: black; }
.dark-theme .header .header-menu {
background: black; }
.dark-theme .header .header-menu .header-menu-list li a {
color: white !important; }
.dark-theme .header .header-menu .header-menu-list li.active a, .dark-theme .header .header-menu .header-menu-list li:hover a {
color: white !important; }
.dark-theme .header .header-menu .header-menu-list li .dropdown-menu {
background: #BF294C; }
.dark-theme .header .header-menu .header-menu-list li .dropdown-menu a {
color: white !important; }
.dark-theme .header .header-menu .header-menu-list li .dropdown-menu a:hover {
color: white !important; }
.dark-theme .header-top {
background-image: initial;
background-color: #1c1e1f;
color: black; }
.dark-theme .header-top .topic-text {
color: white; }
.dark-theme .header-top .btn {
background: black !important; }
.dark-theme .header-top .btn.btn-display1, .dark-theme .header-top .btn.btn-increase, .dark-theme .header-top .btn.btn-reduce {
color: #bdb7af; }
.dark-theme .header-top .fontsize {
background: black !important;
color: #bdb7af; }
.dark-theme .header-top .header-top-row {
border-right-color: #303436; }
.dark-theme .header-top .header-top-group {
border-right-color: #303436; }
@media only screen and (min-width: 1200px) {
.dark-theme .navbar-container {
background-color: #BF294C; } }
.dark-theme .dropdown-menu {
background: black; }
.dark-theme .form-search .form-control {
background: black;
color: white;
border: 1px solid white !important; }
.dark-theme .wrapper-inner {
background-color: black !important; }
.dark-theme .bg-city:before {
display: none !important; }
.dark-theme .btn-view.extra {
background: #1c1e1f; }
.dark-theme .footer .footer-top {
background: #E84E72; }
.dark-theme .footer .footer-top ul li a {
color: white; }
.dark-theme .footer .footer-top h1 {
color: white; }
.dark-theme .footer .footer-top .list-group li a:hover {
color: #1C1E19; }
.dark-theme .footer .footer-btm {
background: #BF294C;
color: white; }
.dark-theme .photo-thumb {
background: #303030; }
.dark-theme .box-content {
background: black; }
.dark-theme .date:before {
background-image: url(../images/icon/ic-clock.svg); }
.dark-theme .view:before {
background-image: url(../images/icon/ic-eye.svg); }
.dark-theme .list-group li:before {
color: white; }
.dark-theme .nav-tabs .nav-link:hover {
opacity: 0.5; }
.dark-theme .nav-tabs .nav-link.active {
background-color: black; }
.dark-theme .btn-increase.disible, .dark-theme .btn-reduce.disible {
opacity: 0.5; }
.dark-theme .nav-link {
color: white !important; }
.dark-theme .box-item .box-item-dt h2 {
color: white; }
.dark-theme .box-item .box-item-dt p {
color: #A2A2A2; }
.dark-theme .box-item:hover .box-item-dt h2 {
color: #E84E72 !important; }
.dark-theme .breadcrumb-custom {
background-color: black !important; }
.dark-theme .breadcrumb-custom .breadcrumb-item {
color: #A2A2A2 !important; }
.dark-theme .breadcrumb-custom .breadcrumb-item:before {
color: #A2A2A2 !important; }
.dark-theme .breadcrumb-custom .breadcrumb-item a {
color: #A2A2A2 !important; }
.dark-theme .breadcrumb-custom .breadcrumb-item a:hover {
color: #E84E72 !important; }
.dark-theme .pagination .page-item .page-link {
background-color: #A2A2A2 !important; }
.dark-theme .pagination .page-item .page-link:hover {
background-color: #e9ecef !important; }
.dark-theme .pagination .page-item.active .page-link {
background-color: #E84E72 !important; }
.dark-theme .card-custom {
background-color: #303030 !important; }
.dark-theme .card-custom .card-header {
background-color: #303030 !important;
border-bottom: 1px solid #A2A2A2 !important; }
.dark-theme .card-custom .card-footer {
background-color: #303030 !important;
border-top: 1px solid #A2A2A2 !important; }
.dark-theme .card-custom .breadcrumb-custom {
background-color: #303030 !important; }
.dark-theme .card-custom .breadcrumb-custom .breadcrumb-item {
color: #A2A2A2 !important; }
.dark-theme .card-custom .breadcrumb-custom .breadcrumb-item:before {
color: #A2A2A2 !important; }
.dark-theme .card-custom .breadcrumb-custom .breadcrumb-item a {
color: #A2A2A2 !important; }
.dark-theme .card-custom .breadcrumb-custom .breadcrumb-item a:hover {
color: #E84E72 !important; }
.dark-theme .card-custom .date {
color: #A2A2A2 !important; }
.dark-theme .card-custom .view {
color: #A2A2A2 !important; }
.dark-theme .card-custom .content-editor p, .dark-theme .card-custom .content-editor > * p {
color: white !important; }
.dark-theme .card-custom .content-editor ol, .dark-theme .card-custom .content-editor ul, .dark-theme .card-custom .content-editor > * ol, .dark-theme .card-custom .content-editor > * ul {
color: white !important; }
.dark-theme .card-custom .content-editor a, .dark-theme .card-custom .content-editor > * a {
color: white !important; }
.dark-theme .card-custom .content-editor a:hover, .dark-theme .card-custom .content-editor > * a:hover {
color: #E84E72 !important; }
.dark-theme .card-custom .content-list li a h3 {
color: white !important; }
.dark-theme .card-custom .content-list li a:hover h3 {
color: #E84E72 !important; }
.dark-theme .card-custom .text-by {
color: white !important; }
.dark-theme .card-custom .share-topic {
color: white !important; }
.dark-theme .tag {
background-color: #808080 !important;
color: white !important; }
.dark-theme .tag:hover {
background-color: #E84E72 !important; }
.dark-theme.with-txt-yellow .header-top .header-top-group ul li a {
color: #FFF739; }
.dark-theme.with-txt-yellow .header-top .header-top-group ul li a:hover {
opacity: 0.5; }
.dark-theme.with-txt-yellow .header-menu .header-menu-list li a {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .header-menu .header-menu-list li:hover a {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .header-menu .header-menu-list li:hover a:hover {
opacity: 0.6; }
.dark-theme.with-txt-yellow .footer .footer-top h1 {
color: #FFF739; }
.dark-theme.with-txt-yellow .footer .footer-top .list-group li a {
color: #FFF739; }
.dark-theme.with-txt-yellow .footer .footer-top .list-group li a:hover {
color: #1C1E19; }
.dark-theme.with-txt-yellow .footer .footer-btm, .dark-theme.with-txt-yellow .footer .copyright {
color: #FFF739; }
.dark-theme.with-txt-yellow .list-group li:before {
color: #FFF739; }
.dark-theme.with-txt-yellow .nav-tabs .nav-item .nav-link:not(.active) .nav-content h1 {
color: #FFF739; }
.dark-theme.with-txt-yellow .list-dashed li a {
color: #FFF739; }
.dark-theme.with-txt-yellow .stat-list div {
color: #FFF739; }
.dark-theme.with-txt-yellow .card-custom .content-editor p, .dark-theme.with-txt-yellow .card-custom .content-editor > * p {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .card-custom .content-editor ol, .dark-theme.with-txt-yellow .card-custom .content-editor ul, .dark-theme.with-txt-yellow .card-custom .content-editor > * ol, .dark-theme.with-txt-yellow .card-custom .content-editor > * ul {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .card-custom .content-editor a, .dark-theme.with-txt-yellow .card-custom .content-editor > * a {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .card-custom .content-editor a:hover, .dark-theme.with-txt-yellow .card-custom .content-editor > * a:hover {
color: #E84E72 !important; }
.dark-theme.with-txt-yellow .card-custom .content-list li a h3 {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .card-custom .content-list li a:hover h3 {
color: #E84E72 !important; }
.dark-theme.with-txt-yellow .card-custom .text-by {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .card-custom .share-topic {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .tag {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .tag:hover {
background-color: #E84E72 !important; }
.slick-dots {
bottom: 5px; }
@media only screen and (min-width: 768px) {
.slick-dots {
bottom: 15px; } }
.slick-dots li {
margin: 0; }
.slick-dots li button:before {
font-size: 30px;
font-size: 3rem; }
@media only screen and (min-width: 768px) {
.slick-dots li button:before {
font-size: 40px;
font-size: 4rem; } }
.slick-dotted.slick-slider {
margin-bottom: 0; }
.form-search {
position: relative; }
.form-search .form-control {
padding-left: 40px;
padding-right: 35px;
outline: none !important;
border: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-size: 14px !important;
font-size: 1.4rem !important;
height: 30px; }
.form-search .ic-search {
position: absolute;
left: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 2px; }
.form-search.mb {
margin: 20px 15px 15px; }
@media only screen and (min-width: 1200px) {
.form-search.mb {
display: none; } }
.form-search.mb .form-control {
height: 40px; }
@media only screen and (max-width: 1199px) {
.form-search:not(.mb) {
display: none; } }
.title-group {
border-bottom: 1px solid #E84E72;
padding-bottom: 15px; }
.title-line {
border-bottom: 1px solid #E84E72;
padding-bottom: 10px; }
.title-line.sm {
font-size: 16px;
font-size: 1.6rem; }
.stat-ic:before {
content: "";
display: inline-block;
vertical-align: middle;
background-image: url("../images/icon/ic-view.png");
background-repeat: no-repeat;
background-size: 19px;
width: 19px;
height: 19px;
margin-right: 5px;
margin-bottom: 3px; }
.list-social {
list-style-type: none;
padding-left: 0;
position: relative; }
.list-social li {
display: inline-block;
vertical-align: middle;
padding-left: 2px;
padding-right: 2px; }
.list-social li .social-ic {
display: block;
background-repeat: no-repeat;
background-size: 30px;
width: 30px;
height: 30px; }
.list-social li .social-ic.facebook {
background-image: url("../images/icon/facebook.svg"); }
.list-social li .social-ic.youtube {
background-image: url("../images/icon/youtube.svg"); }
.list-social li .social-ic.instagram {
background-image: url("../images/icon/instagram.svg"); }
.list-social li .social-ic.mail {
background-image: url("../images/icon/mail.svg"); }
.border-left.pink {
border-color: rgba(232, 78, 114, 0.3) !important; }
.card-custom {
background-color: #FFFFFF;
-webkit-box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.05);
box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.05);
border: none;
border-radius: 10px;
padding: 20px 15px; }
.card-custom .card-header {
background-color: #FFFFFF;
padding-top: 10px;
padding-bottom: 20px; }
.card-custom .card-body {
padding-top: 25px;
padding-bottom: 25px; }
.card-custom .card-footer {
background-color: #FFFFFF; }
.card-custom h1 {
font-size: 26px;
font-size: 2.6rem;
line-height: 1.4; }
@media only screen and (min-width: 992px) {
.card-custom h1 {
font-size: 30px;
font-size: 3rem; } }
.card-custom h2 {
font-size: 18px;
font-size: 1.8rem; }
@media only screen and (min-width: 992px) {
.card-custom h2 {
font-size: 20px;
font-size: 2rem; } }
.breadcrumb-custom {
background-color: #FFFFFF;
padding: 0; }
.breadcrumb-custom .breadcrumb-item {
color: rgba(68, 68, 68, 0.29);
font-size: 14px;
font-size: 1.4rem; }
.breadcrumb-custom .breadcrumb-item a {
color: rgba(68, 68, 68, 0.29);
font-size: 14px;
font-size: 1.4rem; }
.breadcrumb-custom .breadcrumb-item a:hover {
color: #E84E72; }
.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
color: rgba(68, 68, 68, 0.29);
font-size: 14px;
font-size: 1.4rem;
content: ">"; }
.content-editor, .content-editor > * {
font-family: "Sarabun";
line-height: 1.6; }
.content-editor img, .content-editor > * img {
display: block !important;
max-width: 100% !important;
height: auto !important; }
.content-editor a:hover, .content-editor > * a:hover {
color: #E84E72 !important; }
.text-by {
font-style: italic;
font-size: 12px;
font-size: 1.2rem;
color: #444444; }
.pagination {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.pagination .page-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 2px;
margin-right: 2px; }
@media only screen and (min-width: 576px) {
.pagination .page-item {
margin-left: 5px;
margin-right: 5px; } }
.pagination .page-item .page-link {
border: none;
color: #333333;
font-size: 14px;
font-size: 1.4rem;
border: none !important;
width: 30px;
height: 30px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
@media only screen and (min-width: 768px) {
.pagination .page-item .page-link {
font-size: 18px;
font-size: 1.8rem;
width: 48px;
height: 48px; } }
@media only screen and (max-width: 374px) {
.pagination .page-item .page-link {
width: 28px;
height: 28px; } }
.pagination .page-item.active .page-link {
background-color: #E84E72;
color: white; }
.pagination .page-item .first {
display: block;
background: url("../images/icon/page-first.svg");
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 14px;
height: 13px;
margin-left: 5px;
margin-right: 5px; }
@media only screen and (max-width: 374px) {
.pagination .page-item .first {
margin-left: 2px;
margin-right: 2px; } }
.pagination .page-item .previous {
display: block;
background: url("../images/icon/page-previous.svg");
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 7px;
height: 13px;
margin-left: 5px;
margin-right: 5px; }
@media only screen and (max-width: 374px) {
.pagination .page-item .previous {
margin-left: 2px;
margin-right: 2px; } }
.pagination .page-item .next {
display: block;
background: url("../images/icon/page-next.svg");
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 7px;
height: 13px;
margin-left: 5px;
margin-right: 5px; }
@media only screen and (max-width: 374px) {
.pagination .page-item .next {
margin-left: 2px;
margin-right: 2px; } }
.pagination .page-item .last {
display: block;
background: url("../images/icon/page-last.svg");
background-repeat: no-repeat;
background-position: 50%;
background-size: contain;
width: 14px;
height: 13px;
margin-left: 5px;
margin-right: 5px; }
@media only screen and (max-width: 374px) {
.pagination .page-item .last {
margin-left: 2px;
margin-right: 2px; } }
.modal-custom {
font-family: "sukhumvit";
font-size: 16px;
font-size: 1.6rem;
line-height: 1.8; }
.modal-custom .modal-content {
border-radius: 20px; }
.modal-custom .modal-content .modal-body {
padding-left: 20px;
padding-right: 20px; }
.modal-custom .modal-body-scroll {
height: 275px;
overflow-y: auto; }
.modal-custom .modal-body-scroll:hover {
/* width */
/* Handle */ }
.modal-custom .modal-body-scroll:hover::-webkit-scrollbar {
width: 5px; }
.modal-custom .modal-body-scroll:hover::-webkit-scrollbar-thumb {
background: #EDEDED; }
.modal-custom .close {
font-size: 50px;
font-size: 5rem;
color: #E84E72;
opacity: 1;
position: absolute;
right: 15px;
top: 0;
z-index: 100;
outline: none !important; }
.modal-custom.extra .modal-body {
padding: 20px 20px 50px; }
.owl-dots {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.owl-dots .owl-dot {
outline: none !important;
border: none !important; }
.owl-dots .owl-dot span {
margin: 5px !important; }
.owl-dots .owl-dot.active span {
background: #E84E72 !important; }
.calendar-custom .fc .fc-toolbar.fc-header-toolbar {
margin-bottom: 10px; }
@media only screen and (max-width: 575px) {
.calendar-custom .fc .fc-toolbar.fc-header-toolbar {
margin-bottom: 0; } }
.calendar-custom .fc .fc-toolbar-title, .calendar-custom .fc .fc-header-toolbar h2 {
font-size: 18px;
font-size: 1.8rem;
color: #E84E72;
padding-left: 20px; }
@media only screen and (min-width: 768px) {
.calendar-custom .fc .fc-toolbar-title, .calendar-custom .fc .fc-header-toolbar h2 {
font-size: 26px;
font-size: 2.6rem; } }
.calendar-custom .fc .fc-header-toolbar .fc-button-group button {
border: 0;
background: transparent;
}
.calendar-custom .fc .fc-header-toolbar .fc-button-group button span {
margin: 0;
}
.calendar-custom .fc .fc-button-primary {
background-color: transparent !important;
border: none !important;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #D1D1D1;
font-size: 16px;
font-size: 1.6rem; }
.calendar-custom .fc .fc-button-primary:not(:disabled).fc-button-active {
background-color: transparent !important;
border: none !important;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #E84E72;
font-size: 16px;
font-size: 1.6rem; }
.calendar-custom .fc .fc-button {
padding-left: 5px;
padding-right: 5px; }
.calendar-custom .fc .fc-button .fc-icon {
background: white;
color: #444444;
font-weight: 500;
border-radius: 2px;
border: 1px solid #666666;
width: 25px;
height: 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.calendar-custom .fc .fc-view-harness {
background: white;
overflow: hidden; }
.calendar-custom .fc .fc-col-header-cell, .calendar-custom .fc .fc-day-header {
background: #FFCEE1;
padding: 5px; }
@media only screen and (min-width: 576px) {
.calendar-custom .fc .fc-col-header-cell, .calendar-custom .fc .fc-day-header {
padding: 10px; } }
.calendar-custom .fc .fc-col-header-cell .fc-col-header-cell-cushion, .calendar-custom .fc .fc-day-header span {
color: #E84E72;
font-weight: 600;
font-size: 14px;
font-size: 1.4rem; }
.calendar-custom .fc .fc-daygrid-day-frame {
font-size: 16px;
font-size: 1.6rem; }
@media only screen and (min-width: 768px) {
.calendar-custom .fc .fc-daygrid-day-frame {
padding: 10px; } }
@media only screen and (max-width: 575px) {
.calendar-custom .fc .fc-daygrid-day-frame {
font-size: 12px;
font-size: 1.2rem; } }
.calendar-custom .fc .fc-daygrid-day.fc-day-today {
background-color: rgba(68, 68, 68, 0.1); }
.calendar-custom .fc .fc-h-event {
border: 1px solid transparent;
background-color: rgba(191, 24, 100, 0.22);
padding: 5px 10px;
border-radius: 40px;
text-align: center;
font-family: "sukhumvit";
font-size: 14px;
font-size: 1.4rem;
margin-top: 5px;
margin-bottom: 5px;
color: black;
}
.calendar-custom .fc .fc-h-event .fc-event-main {
color: black; }
.calendar-custom .fc .fc-popover-header {
padding: 10px 4px 5px; }
.calendar-custom .fc .fc-popover-close {
margin-top: -5px; }
.calendar-custom .fc .fc-more-popover .fc-popover-body {
font-size: 14px;
font-size: 1.4rem; }
.calendar-custom .fc .fc-toolbar-chunk {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.calendar-custom .fc .fc-toolbar-chunk div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.calendar-custom .fc .fc-daygrid-day-number {
color: #232A3E !important; }
@media only screen and (max-width: 575px) {
.calendar-custom .fc .fc-toolbar.fc-header-toolbar {
display: inline-block;
text-align: center; }
.calendar-custom .fc .fc-toolbar-chunk {
padding-top: 5px;
padding-bottom: 5px; }
.calendar-custom .fc .fc-daygrid-more-link {
font-size: 9px;
font-size: 0.9rem;
margin-top: 5px;
bottom: 5px;
background-color: rgba(191, 24, 100, 0.22);
border-radius: 40px;
padding-left: 2px;
padding-right: 2px; } }
.calendar-custom .fc .fc-daygrid-event-dot {
border-color: #E84E72; }
select {
-moz-appearance: none;
/* Firefox */
-webkit-appearance: none;
/* Safari and Chrome */
appearance: none;
background: url("../images/icon/sort-down.svg") no-repeat 99%; }
select.bs-select-hidden,
select.selectpicker {
display: none !important; }
.bootstrap-select {
width: 220px \0;
/*IE9 and below*/ }
.bootstrap-select > .dropdown-toggle {
width: 100%;
padding-right: 25px;
z-index: 1; }
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
color: #999; }
.bootstrap-select > select {
position: absolute !important;
bottom: 0;
left: 50%;
display: block !important;
width: 0.5px !important;
height: 100% !important;
padding: 0 !important;
opacity: 0 !important;
border: none; }
.bootstrap-select > select.mobile-device {
top: 0;
left: 0;
display: block !important;
width: 100% !important;
z-index: 2; }
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
border-color: #b94a48; }
.bootstrap-select.fit-width {
width: auto !important; }
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 220px; }
.bootstrap-select .dropdown-toggle:focus {
outline: thin dotted #333333 !important;
outline: 5px auto -webkit-focus-ring-color !important;
outline-offset: -2px; }
.bootstrap-select.form-control {
margin-bottom: 0;
padding: 0;
border: none; }
.bootstrap-select.form-control:not([class*="col-"]) {
width: 100%; }
.bootstrap-select.form-control.input-group-btn {
z-index: auto; }
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
border-radius: 0; }
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
float: none;
display: inline-block;
margin-left: 0; }
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
float: right; }
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
margin-bottom: 0; }
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
padding: 0; }
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
height: 100%;
font-size: inherit;
line-height: inherit;
border-radius: inherit; }
.form-inline .bootstrap-select.btn-group .form-control {
width: 100%; }
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
cursor: not-allowed; }
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
outline: none !important; }
.bootstrap-select.btn-group.bs-container {
position: absolute;
height: 0 !important;
padding: 0 !important; }
.bootstrap-select.btn-group.bs-container .dropdown-menu {
z-index: 1060; }
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
display: inline-block;
overflow: hidden;
width: 100%;
text-align: left; }
.bootstrap-select.btn-group .dropdown-toggle .caret {
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle; }
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
width: 100%; }
.bootstrap-select.btn-group .dropdown-menu {
min-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.bootstrap-select.btn-group .dropdown-menu.inner {
position: static;
float: none;
border: 0;
padding: 0;
margin: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none; }
.bootstrap-select.btn-group .dropdown-menu li {
position: relative; }
.bootstrap-select.btn-group .dropdown-menu li.active small {
color: #fff; }
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
cursor: not-allowed; }
.bootstrap-select.btn-group .dropdown-menu li a {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.bootstrap-select.btn-group .dropdown-menu li a.opt {
position: relative;
padding-left: 2.25em; }
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
display: none; }
.bootstrap-select.btn-group .dropdown-menu li a span.text {
display: inline-block; }
.bootstrap-select.btn-group .dropdown-menu li small {
padding-left: 0.5em; }
.bootstrap-select.btn-group .dropdown-menu .notify {
position: absolute;
bottom: 5px;
width: 96%;
margin: 0 2%;
min-height: 26px;
padding: 3px 5px;
background: whitesmoke;
border: 1px solid #e3e3e3;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
pointer-events: none;
opacity: 0.9;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.bootstrap-select.btn-group .no-results {
padding: 3px;
background: #f5f5f5;
margin: 0 5px;
white-space: nowrap; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
position: static; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
position: static;
top: auto;
margin-top: -1px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
position: absolute;
display: inline-block;
right: 15px;
margin-top: 5px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
margin-right: 34px; }
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
z-index: 1061; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
content: '';
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid rgba(204, 204, 204, 0.2);
position: absolute;
bottom: -4px;
left: 9px;
display: none; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
position: absolute;
bottom: -4px;
left: 10px;
display: none; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
bottom: auto;
top: -3px;
border-top: 7px solid rgba(204, 204, 204, 0.2);
border-bottom: 0; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
bottom: auto;
top: -3px;
border-top: 6px solid white;
border-bottom: 0; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
right: 12px;
left: auto; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
right: 13px;
left: auto; }
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
display: block; }
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
padding: 4px 8px; }
.bs-actionsbox {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.bs-actionsbox .btn-group button {
width: 50%; }
.bs-donebutton {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.bs-donebutton .btn-group button {
width: 100%; }
.bs-searchbox + .bs-actionsbox {
padding: 0 8px 4px; }
.bs-searchbox .form-control {
margin-bottom: 0;
width: 100%;
float: none; }
/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 <NAME>
*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s; }
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s; }
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0); }
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0); }
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0); }
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0); }
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0); } }
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom; }
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1; }
25%, 75% {
opacity: 0; } }
@keyframes flash {
from, 50%, to {
opacity: 1; }
25%, 75% {
opacity: 0; } }
.flash {
-webkit-animation-name: flash;
animation-name: flash; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse; }
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1); }
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1); }
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1); }
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1); }
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1); }
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1); }
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1); }
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1); }
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand; }
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); } }
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); } }
.shake {
-webkit-animation-name: shake;
animation-name: shake; }
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0); }
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg); }
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg); }
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg); }
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg); }
50% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0); }
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg); }
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg); }
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg); }
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg); }
50% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake; }
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg); }
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg); }
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg); }
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg); }
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg); }
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg); }
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg); }
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg); }
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing; }
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.tada {
-webkit-animation-name: tada;
animation-name: tada; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none; }
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
to {
-webkit-transform: none;
transform: none; } }
@keyframes wobble {
from {
-webkit-transform: none;
transform: none; }
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
to {
-webkit-transform: none;
transform: none; } }
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble; }
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none; }
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg); }
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg); }
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg); }
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg); }
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
77.7% {
-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
transform: skewX(0.39062deg) skewY(0.39062deg); }
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none; }
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg); }
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg); }
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg); }
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg); }
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
77.7% {
-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
transform: skewX(0.39062deg) skewY(0.39062deg); }
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center; }
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03); }
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97); }
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03); }
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97); }
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn; }
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0); }
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
to {
-webkit-transform: none;
transform: none; } }
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0); }
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
to {
-webkit-transform: none;
transform: none; } }
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown; }
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0); }
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0); }
to {
-webkit-transform: none;
transform: none; } }
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0); }
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0); }
to {
-webkit-transform: none;
transform: none; } }
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft; }
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0); }
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); }
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0); }
to {
-webkit-transform: none;
transform: none; } }
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0); }
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); }
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0); }
to {
-webkit-transform: none;
transform: none; } }
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight; }
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp; }
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut; }
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown; }
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft; }
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight; }
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp; }
@-webkit-keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
@keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn; }
@-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; }
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig; }
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft; }
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig; }
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight; }
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig; }
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp; }
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig; }
@-webkit-keyframes fadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
@keyframes fadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut; }
@-webkit-keyframes fadeOutDown {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown; }
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig; }
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft; }
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig; }
@-webkit-keyframes fadeOutRight {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight; }
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig; }
@-webkit-keyframes fadeOutUp {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp; }
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig; }
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; } }
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; } }
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip; }
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX; }
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY; }
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0; } }
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0; } }
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important; }
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0; } }
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0; } }
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY; }
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0; }
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1; }
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1; }
to {
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0; }
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1; }
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1; }
to {
-webkit-transform: none;
transform: none;
opacity: 1; } }
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1; }
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0; } }
@keyframes lightSpeedOut {
from {
opacity: 1; }
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0; } }
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1; } }
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn; }
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft; }
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight; }
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft; }
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight; }
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0; } }
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0; } }
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut; }
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; } }
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; } }
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft; }
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight; }
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft; }
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0; } }
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0; } }
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight; }
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1; }
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0; } }
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1; }
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0; } }
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut; }
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn; }
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown; }
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft; }
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight; }
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp; }
@-webkit-keyframes zoomOut {
from {
opacity: 1; }
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0; } }
@keyframes zoomOut {
from {
opacity: 1; }
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0; } }
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut; }
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown; }
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center; } }
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center; } }
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft; }
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center; } }
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center; } }
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight; }
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp; }
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown; }
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft; }
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight; }
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp; }
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown; }
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft; }
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight; }
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp; }
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden; }
.embed-responsive-16by9 {
padding-bottom: 56.25%; }
.embed-responsive-4by3 {
padding-bottom: 75%; }
.embed-responsive-1by1 {
padding-bottom: 100%; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0; }
.video-wrapper {
max-width: 100%;
height: 100%;
position: relative;
z-index: 9; }
.video-responsive {
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
height: 100%;
background-color: black; }
.video-responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute; }
/**
* Allows you to use retina images at various pixel densities.
* Examples:
*
* @include retina(/images/mypic.jpg, 2);
* @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
*
* @param {Value} $path The path to the file name minus extension.
* @param {Number} $cap: 2 The highest pixel density level images exist for.
* @param {Value} $size: auto auto The intended width of the rendered image.
* @param {Value} $extras: null Any other `background` values to be added.
*/
.icon {
display: inline-block;
background-repeat: no-repeat; }
.hero-banner {
padding-top: 70px; }
@media only screen and (min-width: 1200px) {
.hero-banner {
padding-top: 0; } }
.hero-banner .photo-thumb {
padding-bottom: 25%;
background: white; }
.tab-menu {
background: #FFCEE1;
-webkit-box-shadow: inset 0px -4px 4px rgba(85, 86, 90, 0.1);
box-shadow: inset 0px -4px 4px rgba(85, 86, 90, 0.1);
position: relative;
z-index: 1; }
.tab-menu .nav-tabs {
background: white;
-webkit-box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.05), 0px 3px 4px rgba(85, 86, 90, 0.04);
box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.05), 0px 3px 4px rgba(85, 86, 90, 0.04);
border-bottom: none;
display: block;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
-ms-overflow-style: none;
text-align: center;
scrollbar-width: none; }
.tab-menu .nav-tabs::-webkit-scrollbar {
display: none; }
@media only screen and (max-width: 575px) {
.tab-menu .nav-tabs {
overflow-x: scroll; } }
.tab-menu .nav-tabs .nav-item {
display: inline-block;
vertical-align: middle;
padding-left: 1.5%;
padding-right: 1.5%;
margin-top: 10px;
margin-bottom: 10px;
position: relative; }
.tab-menu .nav-tabs .nav-item:before {
content: "";
display: inline-block;
width: 2px;
height: 40px;
background-color: #E84E72;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0.5;
margin-right: -3px; }
.tab-menu .nav-tabs .nav-item:last-child:before {
display: none; }
.tab-menu .nav-tabs .nav-item .nav-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: rgba(255, 255, 255, 0.7) !important;
padding: 10px 20px 12px;
position: relative;
border-radius: 50px; }
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon:before {
content: "";
display: block;
background-repeat: no-repeat;
margin-right: 10px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.service-ic:before {
background-image: url("../images/icon/ic-service.svg");
width: 25px;
height: 24px;
background-size: 25px 24px; }
@media only screen and (max-width: 575px) {
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.service-ic:before {
width: 20px;
height: 19px;
background-size: 20px 19px; } }
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.form-ic:before {
background-image: url("../images/icon/ic-form.svg");
width: 27px;
height: 32px;
background-size: 27px 32px; }
@media only screen and (max-width: 575px) {
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.form-ic:before {
width: 22px;
height: 27px;
background-size: 22px 27px; } }
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.form-complain-ic:before {
background-image: url("../images/icon/ic-form-complain.svg");
width: 32px;
height: 32px;
background-size: 32px; }
@media only screen and (max-width: 575px) {
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.form-complain-ic:before {
width: 25px;
height: 25px;
background-size: 25px; } }
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.form-comment-ic:before {
background-image: url("../images/icon/ic-form-comment.svg");
width: 32px;
height: 32px;
background-size: contain; }
@media only screen and (max-width: 575px) {
.tab-menu .nav-tabs .nav-item .nav-link.nav-icon.form-comment-ic:before {
width: 25px;
height: 25px;
background-size: 25px; } }
.tab-menu .nav-tabs .nav-item .nav-link .nav-content {
text-align: left; }
.tab-menu .nav-tabs .nav-item .nav-link .nav-content h1 {
font-size: 16px;
font-size: 1.6rem;
color: #E84E72; }
@media only screen and (min-width: 576px) {
.tab-menu .nav-tabs .nav-item .nav-link .nav-content h1 {
font-size: 24px;
font-size: 2.4rem; } }
.tab-menu .nav-tabs .nav-item .nav-link.active {
background: #E84E72; }
.tab-menu .nav-tabs .nav-item .nav-link.active h1 {
color: white;
opacity: 1; }
.tab-menu .nav-tabs .nav-item .nav-link.active.service-ic:before {
background-image: url("../images/icon/ic-service-white.svg");
opacity: 1; }
.tab-menu .nav-tabs .nav-item .nav-link.active.form-ic:before {
background-image: url("../images/icon/ic-form-white.svg");
opacity: 1; }
.tab-menu .nav-tabs .nav-item .nav-link.active.form-complain-ic:before {
background-image: url("../images/icon/ic-form-complain-white.svg");
opacity: 1; }
.tab-menu .nav-tabs .nav-item .nav-link.active.form-comment-ic:before {
background-image: url("../images/icon/ic-form-comment-white.svg");
opacity: 1; }
.tab-menu .nav-tabs .nav-item .nav-link.active .nav-content {
opacity: 1; }
.tab-menu .nav-tabs .nav-item .nav-link.active:after {
content: "";
display: block;
background-image: url("../images/icon/triangle-down-pink.svg");
background-repeat: no-repeat;
background-size: 18px 14px;
width: 18px;
height: 14px;
position: absolute;
bottom: -15px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
@media only screen and (min-width: 1200px) {
.tab-menu .tab-content {
min-height: 352px; } }
.tab-menu .box-menu-group {
margin-left: -10px;
margin-right: -10px; }
@media only screen and (max-width: 767px) {
.tab-menu .box-menu-group {
margin-left: 10px;
margin-right: 10px; } }
.tab-menu .box-menu-group .box-menu {
padding: 10px 15px;
border-radius: 5px; }
.tab-menu .box-menu-group .box-menu img {
border-radius: 5px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.tab-menu .box-menu-group .box-menu:hover img {
-webkit-transform: translate(0px, -5px);
-ms-transform: translate(0px, -5px);
transform: translate(0px, -5px);
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }
.tab-menu .slick-slide {
margin-left: 25px;
margin-right: 25px; }
.menu-content {
background: white;
border-top: 1px solid #E84E72;
border-bottom: 1px solid #E84E72;
-webkit-box-shadow: 0px -5px 7px rgba(85, 86, 90, 0.08);
box-shadow: 0px -5px 7px rgba(85, 86, 90, 0.08);
position: relative; }
@media only screen and (min-width: 768px) {
.menu-content .container {
max-width: 95%; } }
.menu-content .slider-menu {
position: relative; }
.menu-content .slider-menu:before {
content: "";
background: white;
width: 5px;
height: 100%;
position: absolute;
top: 0;
left: 30px;
z-index: 1; }
.menu-content .slider-menu:after {
content: "";
background: white;
width: 5px;
height: 100%;
position: absolute;
top: 0;
right: 30px;
z-index: 1; }
.menu-content .menu-item {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative; }
.menu-content .menu-item:before {
content: "";
display: inline-block;
width: 1px;
height: 50px;
background-color: rgba(232, 78, 114, 0.3);
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-right: -3px; }
.menu-content .menu-item a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #E84E72;
padding: 5px 10px;
cursor: pointer; }
.menu-content .menu-item a:hover {
background: #BF294C;
color: white;
-webkit-box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04);
box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04); }
@media only screen and (min-width: 768px) {
.menu-content .menu-item a {
padding: 15px 10px; } }
.menu-content .menu-item a h1 {
font-family: "sukhumvit";
font-weight: 700;
font-size: 18px;
font-size: 1.8rem;
text-align: left; }
.menu-content .menu-item a p {
font-family: "sukhumvit";
font-size: 10px;
font-size: 1rem;
text-align: left; }
.menu-content .menu-item a img {
width: 45px;
height: 45px;
border-radius: 50%;
margin-right: 10px; }
@media only screen and (max-width: 1366px) {
.menu-content .menu-item a img {
width: 30px;
height: 30px; } }
.menu-content .slick-list {
margin: 0 30px; }
.box-content {
padding-top: 20px;
padding-bottom: 20px; }
@media only screen and (min-width: 768px) {
.box-content {
padding-top: 40px;
padding-bottom: 40px; } }
.box-content.gray {
background: #F7F8F9; }
@media only screen and (max-width: 767px) {
.box-content .ic-megaphone {
background-size: 26px;
width: 26px;
height: 26px; }
.box-content .ic-vdo {
background-size: 26px 15px;
width: 26px;
height: 15px; }
.box-content .ic-man {
background-size: 20px;
width: 20px;
height: 20px; }
.box-content .ic-service {
background-size: 26px;
width: 26px;
height: 26px; } }
.box-item {
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top: 5px;
margin-bottom: 5px; }
.box-item .box-item-dt {
width: 100%;
padding-top: 10px;
padding-bottom: 10px; }
.box-item .box-item-dt h2 {
font-size: 16px;
font-size: 1.6rem;
line-height: 26px;
line-height: 2.6rem;
color: #444444;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.box-item .box-item-dt p {
font-size: 13px;
font-size: 1.3rem;
color: rgba(68, 68, 68, 0.29); }
.box-item .photo-thumb {
border-radius: 10px; }
.box-item:hover .box-white-dt h2 {
color: #E84E72; }
.box-item.vdo {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px dashed rgba(255, 255, 255, 0.29);
padding-bottom: 10px; }
.box-item.vdo:last-child {
border-bottom: none;
padding-bottom: 0;
margin-top: -10px; }
.box-item.vdo .photo-thumb {
padding-bottom: 26.1%; }
.box-item:hover .photo-thumb .photo {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.box-item:hover .photo-thumb.vdo .photo {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.box-item:hover .photo-thumb video.photo {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.box-item:hover h2 {
color: #E84E72; }
.box-item:hover.white h2 {
color: #E84E72; }
.box-item:hover.sm.vdo .photo {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.box-item.list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.box-item.list .photo-thumb {
-webkit-box-flex: 0;
-ms-flex: 0 0 39.4%;
flex: 0 0 39.4%;
max-width: 39.4%;
padding-bottom: 21.7%; }
.box-item.list .box-item-dt {
-webkit-box-flex: 0;
-ms-flex: 0 0 60.6%;
flex: 0 0 60.6%;
max-width: 60.6%;
padding-left: 8px; }
.box-item.list .box-item-dt h3 {
font-size: 14px;
font-size: 1.4rem; }
.box-item.list:hover {
color: #E84E72 !important; }
.box-tab {
padding-top: 20px;
padding-bottom: 20px; }
@media only screen and (min-width: 768px) {
.box-tab {
padding-top: 45px;
padding-bottom: 35px; } }
.box-tab .nav-tabs {
display: block;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
-ms-overflow-style: none;
scrollbar-width: none; }
.box-tab .nav-tabs::-webkit-scrollbar {
display: none; }
.box-tab .nav-tabs .nav-item {
display: inline-block; }
.box-tab .nav-tabs .nav-item .nav-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #444444 !important;
font-size: 16px;
font-size: 1.6rem; }
.box-tab .nav-tabs .nav-item .nav-link:hover {
color: #E84E72 !important; }
.box-tab .nav-tabs .nav-item .nav-link.active {
color: #E84E72 !important; }
.box-tab .nav-tabs .nav-item .nav-link.nav-icon:before {
content: "";
display: block;
vertical-align: middle;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.box-tab .nav-tabs .nav-item .nav-link.nav-icon.megaphone:before {
background-image: url("../images/icon/ic-megaphone-gray.svg");
background-repeat: no-repeat;
background-size: 17px;
width: 17px;
height: 17px; }
.box-tab .nav-tabs .nav-item .nav-link.nav-icon.doc:before {
background-image: url("../images/icon/ic-google-docs-gray.svg");
background-repeat: no-repeat;
background-size: 18px;
width: 18px;
height: 18px; }
.box-tab .nav-tabs .nav-item .nav-link.nav-icon.trophy:before {
background-image: url("../images/icon/ic-trophy-gray.svg");
background-repeat: no-repeat;
background-size: 18px;
width: 18px;
height: 18px; }
.box-tab .nav-tabs .nav-item .nav-link.nav-icon.suitcase:before {
background-image: url("../images/icon/ic-suitcase-gray.svg");
background-repeat: no-repeat;
background-size: 18px;
width: 18px;
height: 18px; }
.box-tab .nav-tabs .nav-item .nav-link.nav-icon.bath:before {
background-image: url("../images/icon/ic-bath-gray.svg");
background-repeat: no-repeat;
background-size: 8px 17px;
width: 8px;
height: 17px; }
.box-tab .nav-tabs .nav-item .nav-link.active.megaphone:before {
background-image: url("../images/icon/ic-megaphone-white.svg"); }
.box-tab .nav-tabs .nav-item .nav-link.active.doc:before {
background-image: url("../images/icon/ic-google-docs-white.svg"); }
.box-tab .nav-tabs .nav-item .nav-link.active.trophy:before {
background-image: url("../images/icon/ic-trophy-white.svg"); }
.box-tab .nav-tabs .nav-item .nav-link.active.suitcase:before {
background-image: url("../images/icon/ic-suitcase-white.svg"); }
.box-tab .nav-tabs .nav-item .nav-link.active.map:before {
background-image: url("../images/icon/ic-map-white.svg");
background-repeat: no-repeat;
background-size: 17px 30px;
width: 17px;
height: 30px; }
.box-tab .nav-tabs .nav-item .nav-link.active.regis:before {
background-image: url("../images/icon/ic-regis-white.svg");
background-repeat: no-repeat;
background-size: 23px;
width: 23px;
height: 23px;
margin-top: 3px; }
.box-tab .nav-tabs .nav-item .nav-link.active.bath:before {
background-image: url("../images/icon/ic-bath-white.svg"); }
.box-tab .nav-news {
border-bottom: 2px solid #E84E72;
height: 50px;
padding-left: 25px;
padding-right: 25px; }
.box-tab .nav-news .nav-item .nav-link {
padding: 10px;
height: 50px;
color: rgba(68, 68, 68, 0.5) !important; }
.box-tab .nav-news .nav-item .nav-link.nav-icon:before {
display: inline-block;
vertical-align: middle;
margin-right: 5px; }
.box-tab .nav-news .nav-item .nav-link.active {
background-color: #E74E72;
color: white !important;
border-radius: 20px 20px 0 0; }
.box-tab .nav-border .nav-item .nav-link {
position: relative; }
.box-tab .nav-border .nav-item .nav-link.active:after {
content: "";
display: block;
background: #E84E72;
width: 100%;
height: 4px;
position: absolute;
bottom: 0; }
.box-tab .slick-dots {
bottom: -30px; }
.calendar-box {
background: #F2F2F2;
border-radius: 10px;
padding: 15px;
padding-top: 15px !important; }
@media only screen and (max-width: 575px) {
.calendar-box {
margin-top: 30px; } }
.calendar-box .calendar-item {
color: #444444;
border-bottom: 1px dashed rgba(0, 0, 0, 0.22); }
.calendar-box .calendar-item .date-txt {
font-size: 20px;
font-size: 2rem;
font-weight: 600; }
.calendar-box .calendar-item h2 {
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
line-height: 2; }
.calendar-box .calendar-item p {
font-size: 12px;
font-size: 1.2rem; }
.calendar-box .calendar-item .item-info {
padding: 0 20px;
margin: 10px 0;
display: -ms-grid;
display: grid; }
.calendar-box .calendar-item .item-info.item-left {
border-right: 1px solid rgba(0, 0, 0, 0.22); }
.calendar-box .slider-calendar {
position: relative; }
.calendar-box .slider-calendar:after {
content: "";
background: #F2F2F2;
width: 100%;
height: 10px;
position: absolute;
top: 0; }
.calendar-box .slick-arrow-list {
padding-left: 0; }
.calendar-box .slick-arrow-list .prev {
display: inline-block;
background-image: url(../images/icon/arrow-prev.svg);
background-repeat: no-repeat;
background-size: 14px 19px;
width: 14px;
height: 19px;
margin-left: 8px;
margin-right: 8px; }
.calendar-box .slick-arrow-list .next {
display: inline-block;
background-image: url(../images/icon/arrow-next.svg);
background-repeat: no-repeat;
background-size: 14px 19px;
width: 14px;
height: 19px;
margin-left: 8px;
margin-right: 8px; }
.box-last {
padding-top: 0;
padding-bottom: 55px; }
.service-row .photo-thumb {
padding-bottom: 50%; }
.service-row .service-item {
display: block;
border-radius: 10px;
overflow: hidden;
position: relative; }
.service-row .service-item .service-item-dt {
position: absolute;
bottom: 0;
background: -webkit-gradient(linear, left bottom, left top, from(#E84E72), to(#E84E72));
background: -webkit-linear-gradient(bottom, #E84E72, #E84E72);
background: -o-linear-gradient(bottom, #E84E72, #E84E72);
background: linear-gradient(0deg, #E84E72, #E84E72);
width: 100%;
padding: 8px;
text-align: center;
color: white;
font-size: 14px;
font-size: 1.4rem; }
.service-row .service-item:hover .photo-thumb .photo {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.content-item {
display: block; }
.content-item h2 {
font-size: 14px;
font-size: 1.4rem;
line-height: 26px;
line-height: 2.6rem;
color: #444444 !important; }
.content-item .date {
color: #444444 !important;
font-size: 13px;
font-size: 1.3rem; }
.content-item .announce-info {
padding-left: 22px; }
.content-item.announce-megaphone:before {
content: "";
display: inline-block;
float: left;
background-image: url("../images/icon/ic-megaphone-gray.png");
background-repeat: no-repeat;
background-size: contain;
width: 13px;
height: 13px;
margin-right: 10px;
margin-top: 8px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.content-item.announce-doc:before {
content: "";
display: inline-block;
float: left;
background-image: url("../images/icon/ic-google-docs-gray.png");
background-repeat: no-repeat;
background-size: contain;
width: 13px;
height: 13px;
margin-right: 10px;
margin-top: 8px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.content-item.announce-trophy:before {
content: "";
display: inline-block;
float: left;
background-image: url("../images/icon/ic-trophy-gray.png");
background-repeat: no-repeat;
background-size: contain;
width: 13px;
height: 13px;
margin-right: 10px;
margin-top: 8px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.content-item.announce-suitcase:before {
content: "";
display: inline-block;
float: left;
background-image: url("../images/icon/ic-suitcase-gray.png");
background-repeat: no-repeat;
background-size: contain;
width: 13px;
height: 13px;
margin-right: 10px;
margin-top: 8px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.content-item:hover h2 {
color: #E84E72 !important; }
.content-item:hover.announce-megaphone:before {
background-image: url("../images/icon/ic-megaphone.png"); }
.content-item:hover.announce-doc:before {
background-image: url("../images/icon/ic-google-docs.png"); }
.content-item:hover.announce-trophy:before {
background-image: url("../images/icon/ic-trophy.png"); }
.content-item:hover.announce-suitcase:before {
background-image: url("../images/icon/ic-suitcase-gray.png"); }
.slider-institution .slider-item {
display: block; }
.slider-institution .slider-item img {
width: 90px;
height: 98px;
-o-object-fit: contain;
object-fit: contain;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px; }
.slider-institution .slider-item p {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.6;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #444444; }
.slider-institution .slick-prev:before {
width: 20px;
height: 15px; }
.slider-institution .slick-next {
right: -10px; }
.slider-institution .slick-next:before {
width: 20px;
height: 15px; }
.list-dashed {
padding-left: 15px; }
.list-dashed li {
list-style-image: url("../images/icon/triangle-right-pink.svg");
border-bottom: 1px dashed rgba(68, 68, 68, 0.27);
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.6;
color: #444444; }
.list-dashed li a {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.6;
color: #444444; }
.list-dashed li a:hover {
color: #E84E72; }
.list-dashed li:last-child {
border-bottom: none !important;
padding-bottom: 0 !important; }
.list-dashed.pink li {
border-bottom: 1px dashed #E84E72; }
.row-event {
margin-left: -8px;
margin-right: -8px; }
.row-event .col-event {
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 8px; }
.check-item {
display: block;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.6;
color: #444444;
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dashed rgba(68, 68, 68, 0.27); }
.check-item:hover {
color: #E84E72; }
.check-item:before {
content: "";
display: inline-block;
vertical-align: middle;
background-image: url("../images/icon/ic-check-circle.svg");
background-repeat: no-repeat;
background-size: 20px;
width: 20px;
height: 20px;
margin-right: 10px;
position: relative;
bottom: 2px; }
.check-item:last-child {
border-bottom: none !important; }
.slider-news .slick-prev {
left: -30px; }
.slider-news .slick-next {
right: -35px; }
.bg-news {
background-image: url("../images/bg-news.jpg");
background-repeat: no-repeat;
background-size: cover; }
.content-equal .tab-content {
min-height: 345px; }
@media only screen and (min-width: 1200px) {
.content-equal .tab-content {
min-height: 534px; } }
.box-list .tab-content {
min-height: 250px; }
.box-institution .tab-content {
min-height: 173px; }
.box-info {
padding-bottom: 10px; }
@media only screen and (min-width: 768px) {
.box-info {
padding-left: 0;
padding-right: 0; }
.box-info .list-dashed {
padding-left: 30px;
padding-right: 15px; } }
.stat-list div {
font-size: 16px;
font-size: 1.6rem; }
.dark-theme .tab-menu {
background: #BF294C; }
.dark-theme .tab-menu .nav-tabs {
background: black; }
.dark-theme .tab-menu .nav-tabs .nav-item .nav-link .nav-content h1 {
opacity: 1; }
.dark-theme .menu-content {
background: black; }
.dark-theme .menu-content .slider-menu:before {
background: black; }
.dark-theme .menu-content .slider-menu:after {
background: black; }
.dark-theme .box-tab {
background: black; }
.dark-theme .box-tab.bg-pinklight2 {
background: #BF294C !important; }
.dark-theme .box-tab.bg-pinklight2 .box-item:hover .box-item-dt h2 {
color: black !important; }
.dark-theme .box-tab .nav-item .nav-link {
color: white !important; }
.dark-theme .box-tab .slick-dots li button:before {
color: white; }
.dark-theme .box-event {
background: black; }
.dark-theme .box-last {
background: black; }
.dark-theme .box-info {
background: #1c1e1f !important; }
.dark-theme .calendar-box {
background: #1c1e1f !important; }
.dark-theme .calendar-box h2, .dark-theme .calendar-box p {
color: white; }
.dark-theme .calendar-box .calendar-item {
border-bottom: 1px dashed white; }
.dark-theme .check-item {
color: white; }
.dark-theme .check-item:hover {
color: #E84E72; }
.dark-theme .list-dashed li a {
color: white; }
.dark-theme .stat-list div {
color: white; }
.dark-theme .slider-institution .slider-item p {
color: #A2A2A2; }
.dark-theme .slider-calendar:after {
content: "";
background: #1c1e1f; }
.dark-theme .board-item h2 {
color: white !important; }
.dark-theme.with-txt-yellow .box-tab .nav-item .nav-link:not(.active) {
color: #FFF739 !important; }
.dark-theme.with-txt-yellow .box-item .box-item-dt h2 {
color: #FFF739; }
.dark-theme.with-txt-yellow .calendar-box h2, .dark-theme.with-txt-yellow .calendar-box p {
color: #FFF739; }
.dark-theme.with-txt-yellow .check-item {
color: #FFF739; }
.dark-theme.with-txt-yellow .check-item:hover {
color: #E84E72; }
.dark-theme.with-txt-yellow .form-search .form-control {
color: #FFF739; }
.dark-theme.with-txt-yellow .board-item h2 {
color: #FFF739 !important; }
.info-disbursement {
overflow: hidden; }
@media only screen and (max-width: 767px) {
.info-disbursement {
padding-left: 0;
padding-right: 0; } }
.info-disbursement .info-head {
background: -webkit-gradient(linear, left bottom, left top, from(#E74E72), to(#E74E72)), #3074DB;
background: -webkit-linear-gradient(bottom, #E74E72, #E74E72), #3074DB;
background: -o-linear-gradient(bottom, #E74E72, #E74E72), #3074DB;
background: linear-gradient(0deg, #E74E72, #E74E72), #3074DB;
padding: 25px 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.info-disbursement .info-head h1 {
font-size: 20px;
font-size: 2rem;
line-height: 1.4;
letter-spacing: 0.03em;
color: white; }
.info-disbursement .info-head h1:before {
content: "";
display: inline-block;
vertical-align: middle;
background-image: url("../images/icon/ic-money-bag.svg");
background-repeat: no-repeat;
background-size: 46px;
width: 46px;
height: 46px;
margin-right: 10px;
margin-top: 5px;
float: left; }
.info-disbursement .info-body {
padding: 5px 12px 5px; }
.info-disbursement .info-item {
background: white;
border: 1px solid #E74E72;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 10px;
padding: 10px 12px;
margin-top: 12px;
margin-bottom: 12px;
font-size: 16px;
font-size: 1.6rem; }
@media only screen and (max-width: 767px) {
.info-disbursement .info-item div .col-md-auto {
padding-top: 2px;
padding-bottom: 2px; } }
.info-disbursement p {
color: #C1C1C1; }
.share-topic {
font-size: 18px;
font-size: 1.8rem; }
@media only screen and (max-width: 575px) {
.share-topic {
font-size: 14px;
font-size: 1.4rem; } }
.share-list {
padding-left: 0;
list-style: none;
margin: 12px -5px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 5px; }
.share-list li {
display: inline-block;
padding: 0 5px; }
.share-list li .facebook {
background: url("../images/icon/ic-facebook.svg");
display: block;
background-repeat: no-repeat;
background-size: 42px;
width: 42px;
height: 42px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
@media only screen and (max-width: 901px) {
.share-list li .facebook {
background-size: 32px;
width: 32px;
height: 32px; } }
@media only screen and (max-width: 767px) {
.share-list li .facebook {
background-size: 42px;
width: 42px;
height: 42px; } }
.share-list li .clipboard {
background: url("../images/icon/ic-clipboard.svg");
display: block;
background-repeat: no-repeat;
background-size: 42px;
width: 42px;
height: 42px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
@media only screen and (max-width: 901px) {
.share-list li .clipboard {
background-size: 32px;
width: 32px;
height: 32px; } }
@media only screen and (max-width: 767px) {
.share-list li .clipboard {
background-size: 42px;
width: 42px;
height: 42px; } }
.share-list li:hover .facebook, .share-list li:hover .clipboard {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.content-list {
list-style-type: none;
padding-left: 0; }
.content-list li {
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px dashed #DADADA; }
.content-list li a h3 {
font-size: 16px;
font-size: 1.6rem;
line-height: 1.6;
color: #444444;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.content-list li a p {
font-size: 14px;
font-size: 1.4rem; }
.content-list li a:hover h3 {
color: #E84E72; }
.tag {
display: block;
background-color: #EDEDED;
padding: 5px 8px;
letter-spacing: 0.03em;
text-transform: uppercase;
font-family: 'Kanit', sans-serif;
font-size: 14px;
font-size: 1.4rem;
font-weight: 300;
color: #444444;
margin-right: 8px;
margin-top: 5px;
margin-bottom: 5px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.tag:hover {
background-color: #E84E72;
color: white; }
.badge.pink {
background: #FFCEE1;
-webkit-box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04);
box-shadow: 0px 3px 4px rgba(85, 86, 90, 0.04);
border-radius: 50px;
font-size: 16px;
font-size: 1.6rem;
font-weight: 400;
line-height: 1.4;
letter-spacing: 0.03em;
color: #E84E72;
padding: 5px 3%;
white-space: normal; }
@media only screen and (min-width: 768px) {
.badge.pink {
font-size: 22px;
font-size: 2.2rem; } }
@media only screen and (max-width: 767px) {
.badge.pink {
display: block; } }
.board-item {
margin-top: 10px;
margin-bottom: 10px; }
.board-item img {
width: 220px;
border: 1px solid #E84E72;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 10px; }
.board-item .list-info {
list-style-type: none;
text-align: center;
padding-left: 0; }
.board-item .list-info li {
display: inline-block;
padding-left: 3px;
padding-right: 3px;
padding-top: 10px; }
.board-item .list-info li .list-icon {
display: block;
background-repeat: no-repeat;
background-size: 25px;
width: 25px;
height: 25px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
@media only screen and (min-width: 768px) {
.board-item .list-info li .list-icon {
background-size: 35px;
width: 35px;
height: 35px; } }
.board-item .list-info li .list-icon.info {
background-image: url("../images/icon/ic-info.svg"); }
.board-item .list-info li .list-icon.phone {
background-image: url("../images/icon/ic-phone.svg"); }
.board-item .list-info li .list-icon.envelope {
background-image: url("../images/icon/ic-envelope.svg"); }
.board-item .list-info li .list-icon:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.file-item {
display: inline-block;
background-color: #EDEDED;
font-family: 'Kanit', sans-serif;
font-size: 14px;
font-size: 1.4rem;
color: #444444;
letter-spacing: 0.03em;
border-radius: 8px;
padding: 5px 8px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 5px; }
.file-item:hover {
background-color: #E84E72;
color: white; }
.row-album {
margin-left: -1rem;
margin-right: -1rem; }
.vote-item {
border: 1px solid #F5A5B1;
border-radius: 10px;
padding: 20px 35px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
/* check-radio */
/* Hide the browser's default radio button */
/* Create a custom radio button */
/* When the radio button is checked, add a blue background */
/* Create the indicator (the dot/circle - hidden when not checked) */
/* Show the indicator (dot/circle) when checked */
/* Style the indicator (dot/circle) */ }
.vote-item .check-radio {
display: block;
position: relative;
padding-left: 45px;
padding-top: 5px;
margin-bottom: 0 !important;
cursor: pointer;
font-family: "sukhumvit";
font-size: 16px;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.4;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.vote-item .check-radio input {
position: absolute;
opacity: 0;
cursor: pointer; }
.vote-item .check-radio .checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: white;
border: 1px solid #DADADA;
border-radius: 50%; }
.vote-item .check-radio input:checked ~ .checkmark {
background-color: white; }
.vote-item .check-radio .checkmark:after {
content: "";
position: absolute;
display: none; }
.vote-item .check-radio input:checked ~ .checkmark:after {
display: block; }
.vote-item .check-radio .checkmark:after {
top: 4px;
left: 4px;
width: 15px;
height: 15px;
border-radius: 50%;
background: #E84E72; }
.vote-item.active {
background: -webkit-gradient(linear, left bottom, left top, from(#FFCEE1), to(#FFCEE1)), #FFFFFF;
background: -webkit-linear-gradient(bottom, #FFCEE1, #FFCEE1), #FFFFFF;
background: -o-linear-gradient(bottom, #FFCEE1, #FFCEE1), #FFFFFF;
background: linear-gradient(0deg, #FFCEE1, #FFCEE1), #FFFFFF; }
.vote-item.active .check-radio {
color: #E84E72; }
@media only screen and (min-width: 576px) {
.modal-vote .modal-dialog, .modal-calendar .modal-dialog {
max-width: 650px; } }
.modal-vote .modal-content .modal-body, .modal-calendar .modal-content .modal-body {
padding-bottom: 20px; }
@media only screen and (min-width: 576px) {
.modal-vote .modal-content .modal-body, .modal-calendar .modal-content .modal-body {
padding: 35px 60px; } }
.modal-vote .modal-title, .modal-calendar .modal-title {
font-size: 30px;
font-size: 3rem; }
.modal-vote h6, .modal-vote p, .modal-calendar h6, .modal-calendar p {
font-size: 16px;
font-size: 1.6rem;
color: #444444; }
.modal-vote h6.c-gray, .modal-vote p.c-gray, .modal-calendar h6.c-gray, .modal-calendar p.c-gray {
color: #666666 !important; }
.modal-calendar {
font-family: "Sarabun"; }
.modal-calendar .modal-content .modal-body {
padding-bottom: 20px; }
@media only screen and (min-width: 576px) {
.modal-calendar .modal-content .modal-body {
padding: 20px 60px 30px; } }
.progress-item {
margin-top: 10px;
margin-bottom: 10px; }
.progress-item h6 {
font-size: 16px;
font-size: 1.6rem;
color: #444444; }
.progress-item .progress {
margin-top: 10px;
margin-bottom: 5px;
width: 75%; }
@media only screen and (min-width: 576px) {
.progress-item .progress {
width: 80%; } }
.progress-item .progress .progress-bar {
background-color: #E84E72; }
.progress-item .progress-num {
width: 25%;
text-align: right;
padding-left: 5px; }
@media only screen and (min-width: 576px) {
.progress-item .progress-num {
width: 20%; } }
.card-collapse {
border-bottom: 1px dashed rgba(68, 68, 68, 0.27);
border-top: none;
border-left: none;
border-right: none;
padding-top: 15px;
padding-bottom: 15px; }
.card-collapse .card-header {
border-bottom: none;
background-color: transparent;
padding-left: 0; }
.card-collapse .card-header .collapse-title {
font-size: 18px;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.4;
color: #444444;
text-transform: uppercase;
text-decoration: none;
cursor: pointer; }
.card-collapse .card-header .collapse-title:after {
content: "";
display: block;
background-image: url("../images/icon/arrow-prev.svg");
background-repeat: no-repeat;
background-position: 50%;
background-size: 10px 15px;
width: 10px;
height: 15px;
float: right;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top: 8px; }
.card-collapse .card-header .collapse-title span {
width: 95%;
display: inline-block; }
.card-collapse .card-header .collapse-title.collapsed:after {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
.card-collapse .card-body {
background-color: #EEEEEE;
padding: 20px 30px;
font-size: 16px;
font-size: 1.6rem;
line-height: 178.88%;
text-transform: uppercase;
color: #444444;
margin-top: 10px;
margin-bottom: 10px; }
.album-text {
font-size: 12px;
font-size: 1.2rem; } | 0.416203 | 0.113678 |
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Roboto Mono", monospace;
}
header {
display: flex;
background: url(assets/city-scape.png) no-repeat top center;
background-size: 100%;
height: 800px;
flex-direction: column;
align-items: center;
}
header .logo {
width: 100%;
max-width: 140px;
}
.container {
width: 75%;
margin: 0 auto;
}
nav {
display: flex;
width: 100%;
justify-content: space-between;
background-color: #cb3837;
padding: 1em 1em;
}
nav a {
color: #c9c9c9;
text-decoration: none;
}
nav .right a {
margin-right: 1em;
}
nav .right a:last-of-type {
margin-right: 0;
}
.subnav {
display: flex;
padding: 0.5em 1em;
width: 100%;
justify-content: space-between;
}
.search {
display: flex;
justify-content: center;
flex: 1 0 auto;
}
.search input {
display: flex;
flex-basis: 92%;
height: 50px;
padding: 1em;
background: none;
border: 1px solid rgba(155, 155, 155, 0.5);
color: #fff;
font-size: 1.2em;
outline: none;
}
.search input::placeholder {
color: 1px solid rgba(155, 155, 155, 0.5);
}
.search button {
color: #fff;
height: 50px;
width: 50px;
border: 1px solid rgba(155, 155, 155, 0.5);
border-left: none;
background: none;
cursor: pointer;
}
.login {
display: inline-block;
margin: 0.6em 0;
color: #fff;
}
.login a {
color: #fff;
text-decoration: none;
}
.login img {
vertical-align: middle;
width: 30px;
}
#about {
width: 68%;
color: #fff;
margin: 3em 0;
}
#about h2 {
font-weight: 300;
font-size: 3.5em;
margin-bottom: 1em;
}
#about p {
font-size: 1.3em;
margin-bottom: 3em;
}
.btn {
display: inline-block;
margin: 0;
color: #fff;
font-size: 1.3em;
border-radius: 50px;
padding: 0.5em 1em;
cursor: pointer;
animation: float 3s ease-in-out infinite;
transition: all 0.3s ease-in-out;
box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.btn:hover {
animation-play-state: paused;
background: #77d0ee;
color: black;
}
@keyframes float {
0%,
100% {
transform: translate(0, 0);
}
50% {
transform: translate(0, 10px);
}
}
.orange {
background: orange;
} | css/index.css | @import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Roboto Mono", monospace;
}
header {
display: flex;
background: url(assets/city-scape.png) no-repeat top center;
background-size: 100%;
height: 800px;
flex-direction: column;
align-items: center;
}
header .logo {
width: 100%;
max-width: 140px;
}
.container {
width: 75%;
margin: 0 auto;
}
nav {
display: flex;
width: 100%;
justify-content: space-between;
background-color: #cb3837;
padding: 1em 1em;
}
nav a {
color: #c9c9c9;
text-decoration: none;
}
nav .right a {
margin-right: 1em;
}
nav .right a:last-of-type {
margin-right: 0;
}
.subnav {
display: flex;
padding: 0.5em 1em;
width: 100%;
justify-content: space-between;
}
.search {
display: flex;
justify-content: center;
flex: 1 0 auto;
}
.search input {
display: flex;
flex-basis: 92%;
height: 50px;
padding: 1em;
background: none;
border: 1px solid rgba(155, 155, 155, 0.5);
color: #fff;
font-size: 1.2em;
outline: none;
}
.search input::placeholder {
color: 1px solid rgba(155, 155, 155, 0.5);
}
.search button {
color: #fff;
height: 50px;
width: 50px;
border: 1px solid rgba(155, 155, 155, 0.5);
border-left: none;
background: none;
cursor: pointer;
}
.login {
display: inline-block;
margin: 0.6em 0;
color: #fff;
}
.login a {
color: #fff;
text-decoration: none;
}
.login img {
vertical-align: middle;
width: 30px;
}
#about {
width: 68%;
color: #fff;
margin: 3em 0;
}
#about h2 {
font-weight: 300;
font-size: 3.5em;
margin-bottom: 1em;
}
#about p {
font-size: 1.3em;
margin-bottom: 3em;
}
.btn {
display: inline-block;
margin: 0;
color: #fff;
font-size: 1.3em;
border-radius: 50px;
padding: 0.5em 1em;
cursor: pointer;
animation: float 3s ease-in-out infinite;
transition: all 0.3s ease-in-out;
box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.btn:hover {
animation-play-state: paused;
background: #77d0ee;
color: black;
}
@keyframes float {
0%,
100% {
transform: translate(0, 0);
}
50% {
transform: translate(0, 10px);
}
}
.orange {
background: orange;
} | 0.517571 | 0.110567 |
@charset "utf-8";
/* CSS Document */
/* the div that holds the date picker calendar */
.dpDiv {
}
/* the table (within the div) that holds the date picker calendar */
.dpTable {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
color: #505050;
background-color: #ece9d8;
border: 1px solid #AAAAAA;
}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
border: 1px solid #ece9d8;
}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
background-color: #aca998;
border: 1px solid #888888;
cursor: pointer;
color: red;
}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
color: white;
}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
font-size: 12px;
color: gray;
font-weight: bold;
}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
color: 4060ff;
font-weight: bold;
}
/* the forward/backward buttons at the top */
.dpButton {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: gray;
background: #d8e8ff;
font-weight: bold;
padding: 0px;
}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: gray;
background: #d8e8ff;
font-weight: bold;
} | resources/assets/css/cal_style.css | @charset "utf-8";
/* CSS Document */
/* the div that holds the date picker calendar */
.dpDiv {
}
/* the table (within the div) that holds the date picker calendar */
.dpTable {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
color: #505050;
background-color: #ece9d8;
border: 1px solid #AAAAAA;
}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
border: 1px solid #ece9d8;
}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
background-color: #aca998;
border: 1px solid #888888;
cursor: pointer;
color: red;
}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
color: white;
}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
font-size: 12px;
color: gray;
font-weight: bold;
}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
color: 4060ff;
font-weight: bold;
}
/* the forward/backward buttons at the top */
.dpButton {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: gray;
background: #d8e8ff;
font-weight: bold;
padding: 0px;
}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: gray;
background: #d8e8ff;
font-weight: bold;
} | 0.416678 | 0.185486 |
.appWindow[transition-state="closed"]:not(.fadeout):not(.homescreen):not(.attentionWindow):not(.lockScreenInputWindow) {
opacity: 0;
transform: translateX(0);
}
#screen.utility-tray #windows > .appWindow {
pointer-events: none;
}
.appWindow:not(.homescreen):not(.searchWindow):not(.lockScreenInputWindow):not(.globalOverlayWindow) {
background-color: black;
}
.appWindow.popupWindow {
background-color: white;
}
.appWindow.popupWindow.alwaysLowered {
display: none;
}
.appWindow:not(.homescreen):not(.searchWindow).render {
background-image: none !important;
background-color: transparent;
}
/* Utility tray needs to be actionable on the attention screen */
.appWindow.attentionWindow,
.appWindow.attentionWindow .chrome .controls {
pointer-events: none;
}
/* Attention Screen needs to be clickable */
.appWindow.attentionWindow .render,
.appWindow.attentionWindow.toaster-mode {
pointer-events: auto;
}
.appWindow:not(.homescreen):not(.searchWindow):not(.globalOverlayWindow).light {
background-color: #fff;
}
/* mozbrowser iframe layout */
.appWindow iframe {
border: none;
}
.appWindow .throbber.loading {
height: 0.3rem;
background-image: url('../shared/progress.gif');
background-size: auto 0.3rem;
}
.appWindow:not(.homescreen):not(.searchWindow):not(.globalOverlayWindow).render > div.browser-container {
background-color: #fff;
}
.appWindow:not(.homescreen):not(.searchWindow):not(.globalOverlayWindow).light.render > div.browser-container {
background-color: #f2f2f2;
}
.appWindow:not(.homescreen):not(.searchWindow):not(.globalOverlayWindow).render > div.browser-container > iframe {
background-color: #fff;
}
.appWindow.enlarge {
animation: openApp var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.transition-closing.perpendicular {
animation-duration: 0.1s;
}
.appWindow.from-cardview {
animation: openAppFromCardView 300ms forwards cubic-bezier(.35,.9,.6,1);
}
@keyframes openAppFromNewCard {
0% { transform: scale(0.5) translateY(200%); }
20% { transform: scale(0.5) translateY(200%); }
65% { transform: scale(0.5) translateY(0); }
100% { transform: scale(1) translateY(0); }
}
.appWindow.from-new-card {
animation: openAppFromNewCard 1200ms forwards ease-in-out;
}
/* Opacity increases start up time then we don't use it anymore for opening */
@keyframes openApp {
0% { transform: scale(0.2);}
100% { transform: scale(1.0);}
}
.appWindow.zoom-in {
transform: scale(1);
animation: zoom-in var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
@keyframes zoom-in {
0% { transform: scale(1); }
100% { transform: scale(3); }
}
@keyframes openAppFromCardView {
0% { transform: scale(0.5); }
100% { transform: scale(1.0); }
}
/* Invoking app moves out */
html[dir="ltr"] .appWindow.invoking {
animation: invokingApp_ltr var(--transition-duration) forwards linear;
}
html[dir="rtl"] .appWindow.invoking {
animation: invokingApp_rtl var(--transition-duration) forwards linear;
}
@keyframes invokingApp_ltr {
0% { transform: translateX(0) }
100% { transform: translateX(calc(-100% - 20px)); }
}
@keyframes invokingApp_rtl {
0% { transform: translateX(0) }
100% { transform: translateX(calc(100% + 20px)); }
}
/* Invoked app moves in */
html[dir="ltr"] .appWindow.invoked {
animation: invokedApp_ltr var(--transition-duration) forwards linear;
}
html[dir="rtl"] .appWindow.invoked {
animation: invokedApp_rtl var(--transition-duration) forwards linear;
}
@keyframes invokedApp_ltr {
0% { transform: translateX(calc(100% + 20px)); }
100% { transform: translateX(0); }
}
@keyframes invokedApp_rtl {
0% { transform: translateX(calc(-100% - 20px)); }
100% { transform: translateX(0); }
}
.appWindow.fade-in {
animation: fadeInApp var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.fade-out {
animation: fadeOutApp var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
/* Invoking secure app moves out */
@keyframes fadeInApp {
0% {
transform: scale(2.0);
opacity: 0.0;
}
100% {
transform: scale(1.0);
opacity: 1.0;
}
}
/* Invoked secure app moves in */
@keyframes fadeOutApp {
0% {
transform: scale(1.0);
opacity: 1.0;
}
100% {
transform: scale(2);
opacity: 0.0;
}
}
#windows.slow-transition .appWindow.transition-closing,
#windows.slow-transition .appWindow.transition-opening {
animation-duration: 2s;
}
.appWindow.reduce {
animation: closeApp var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.transition-opening.perpendicular {
animation-duration: 0.1s;
opacity: 0;
}
/* The scale transformation used to be 5. In order to benefit from async
* transform the frame width/height needs to be < 4096.
* The size of one side of the frame is equal to
* devicePixelRatio * frame.[width|height] * scale, and as a result we need
* to pick a value that fits well for pixel ratio between 1 and 2.
*/
.appWindow.zoom-out {
transform: scale(3);
animation: zoom-out var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
@keyframes zoom-out {
0% { transform: scale(3);}
100% { transform: scale(1);}
}
.appWindow.to-cardview {
animation: closeAppTowardsCardView 300ms forwards cubic-bezier(.35,.9,.6,1);
}
@keyframes closeApp {
0% { transform: scale(1.0); opacity: 1;}
100% { transform: scale(0.01); opacity: 0;}
}
@keyframes closeAppTowardsCardView {
0% { transform: scale(1.0); }
100% { transform: scale(0.5); }
}
.appWindow.home-from-cardview {
animation: home-from-cardview 0.3s forwards cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.home-to-cardview {
animation: home-to-cardview 0.3s forwards cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
@keyframes home-from-cardview {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes home-to-cardview {
0% { opacity: 1; }
100% { opacity: 0; }
}
.appWindow.back {
transition: transform 0.25s cubic-bezier(0.7, 0.0, 1.0, 1.0), visibility 0.25s cubic-bezier(0.7, 0.0, 1.0, 1.0);
transform: scale(0.86);
}
.appWindow.restored {
transform: translateX(0);
transition: transform 0.25s cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow iframe {
visibility: visible;
}
.appWindow[transition-state="closed"]:not(.toaster-mode) > div.browser-container > iframe {
visibility: hidden;
}
.appWindow > .fade-overlay {
background-color: black;
visibility: hidden;
opacity: 0.8;
}
.appWindow.homescreen.fadeout .fade-overlay.hidden {
visibility: hidden;
}
.appWindow.fadeout .fade-overlay {
visibility: visible;
}
.appWindow.homescreen.fadeout .fade-overlay {
opacity: 1;
}
.appWindow > .touch-blocker {
visibility: hidden;
background: transparent;
pointer-events: all;
}
.appWindow.inactive > .touch-blocker,
.appWindow.overlay > .touch-blocker,
.appWindow.transition-closing > .touch-blocker,
.appWindow.transition-opening > .touch-blocker {
/* The animation takes .3 seconds so users cannot touch the app while the
* closing animation is performing */
visibility: visible;
}
.appWindow > .modal-dialog,
.appWindow > .authentication-dialog,
.authentication-dialog > .authentication-dialog-http {
visibility: hidden;
}
.appWindow.searchWindow {
overflow: visible;
}
.appWindow > .modal-dialog.visible,
.appWindow > .authentication-dialog.visible,
.authentication-dialog > .authentication-dialog-http.visible {
visibility: visible;
}
.appWindow > .modal-dialog > form {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
visibility: hidden;
}
.appWindow > .modal-dialog input {
border-radius: 0.2rem;
height: 4rem;
font-size: 2rem;
width: 100%;
color: white;
background: none;
box-sizing: border-box;
margin-bottom: 1.5rem; /* not overlap by menu while keyboard pop */
}
.appWindow > .modal-dialog > form.visible {
visibility: visible;
}
/****************** Screenshot Overlay ******************/
.appWindow .screenshot-overlay {
pointer-events: none;
position: absolute;
top: 0;
width: 100%;
height: 100%;
visibility: hidden;
/* We need this to resize hi-res screenshot */
background-size: cover;
}
.appWindow .screenshot-overlay.visible {
visibility: visible;
}
.appWindow.collapsible .screenshot-overlay {
background-color: inherit;
}
/* Bug 1071235: Workaround for bug 1076783 */
.browser-container:-moz-full-screen-ancestor > .screenshot-overlay {
visibility: hidden;
}
.appWindow.collapsible:not(.active) .screenshot-overlay {
margin-top: var(--rocketbar-urlbar-height);
}
.appWindow > .identification-overlay {
pointer-events: none;
background: rgba(255, 255, 255, 0.8);
visibility: hidden;
opacity: 0;
transition: opacity 0.2s ease-in, visibility 0.2s;
}
.appWindow.private > .identification-overlay {
background: rgba(57, 46, 84, 0.9);
}
.appWindow.suspended > .identification-overlay,
.appWindow:not(.active):not(.in-task-manager).overlay > .identification-overlay {
transition: none;
visibility: visible;
opacity: 1;
}
#screen.cards-view .appWindow.in-task-manager.overlay.no-screenshot > .identification-overlay {
visibility: visible;
opacity: 1;
transition: opacity 0.2s ease-in, visibility 0.2s;
}
.appWindow.overlay.no-screenshot.from-cardview.overlay > .identification-overlay {
visibility: hidden;
opacity: 0;
transition: opacity 0.2s ease-in, visibility 0.2s;
}
/* we don't want to show the overlay at all during the opening
transition (from the homescreen and from the cardview) */
#screen .appWindow.in-task-manager:not(.no-screenshot).overlay > .identification-overlay,
.appWindow.enlarge.overlay > .identification-overlay,
.appWindow:not(.no-screenshot).from-cardview.overlay > .identification-overlay {
opacity: 0 !important;
transition: none !important;
}
.identification-overlay > div {
position: absolute;
top: calc(50% - 4.65rem);
offset-inline-start: 1.5rem;
width: calc(100% - 3rem);
height: 9.3rem;
}
.identification-overlay > div .icon {
position: absolute;
top: 0;
offset-inline-start: calc(50% - 3rem);
width: 6rem;
height: 6rem;
background: no-repeat center / contain;
}
.identification-overlay > div .title {
display: block;
position: absolute;
top: 7.5rem;
left: 0;
width: 100%;
padding: 0;
color: #4d4d4d;
text-align: center;
font-size: 1.6rem;
font-style: italic;
line-height: 1.8rem;
font-weight: 400;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.private .identification-overlay > div .title {
color: #e7e7e7;
}
/* inline components */
.appWindow > .appWindow {
z-index: 65536;
}
.appWindow > .touch-blocker {
z-index: 1026;
}
.appWindow > .fade-overlay {
z-index: 1025;
}
.appWindow > .identification-overlay {
z-index: 1024;
}
.appWindow > .browser-container .screenshot-overlay {
z-index: 10;
}
.appWindow > .chrome {
z-index: 5;
}
.appWindow > .authentication-dialog {
z-index: 100;
}
.appWindow.slideleft {
animation: slideLeft var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.slideright {
animation: slideRight var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.slide-from-bottom {
animation: slideFromDown var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.slide-to-bottom {
animation: slideToDown var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.slide-from-top {
animation: slideFromUp var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
#windows.slow-transition .appWindow.slide-from-top {
animation: slideFromUp 2s forwards cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.slide-to-top {
animation: slideToUp var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.in-from-left {
animation: inFromLeft var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.out-to-right {
animation: outToRight var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
@keyframes slideLeft {
0% { transform: translateX(100%); }
100% { transform: translateX(0); }
}
.appWindow > .contextmenu {
z-index: 11;
}
@keyframes inFromLeft {
0% {
transform: translateX(-20%);
opacity: 0.25;
}
100% {
transform: translateX(0);
opacity: 1.0;
}
}
@keyframes outToRight {
0% { transform: translateX(0); }
100% { transform: translateX(100%); }
}
.appWindow.slidedown {
animation: slideDown var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
@keyframes slideFromDown {
0% { transform: translateY(calc(100%)); }
100% { transform: translateY(0); }
}
@keyframes slideToDown {
0% { transform: translateY(0); }
100% { transform: translateY(calc(100%)); }
}
@keyframes inFromLeft {
0% {
transform: translateX(-20%);
opacity: 0.25;
}
100% {
transform: translateX(0);
opacity: 1.0;
}
}
@keyframes outToRight {
0% { transform: translateX(0); }
100% { transform: translateX(100%); }
}
@keyframes slideFromUp {
0% { transform: translateY(calc(-100%)); }
100% { transform: translateY(0); }
}
@keyframes slideToUp {
0% { transform: translateY(0); }
100% { transform: translateY(calc(-100%)); }
}
/* Edges */
#windows > .appWindow:not(.homescreen):not(.lockScreenWindow):not(.attentionWindow):not(.lockScreenInputWindow) {
/* not in the viewport */
transform: translateY(-100%);
opacity: 1;
}
/* making the appWindows moz-elementable for the cardview */
#screen #windows > .appWindow:not(.homescreen):not(.lockScreenWindow):not(.attentionWindow):not(.lockScreenInputWindow).in-task-manager {
position: fixed;
transform: none;
}
.appWindow.attentionWindow.hidden {
display: none;
}
#screen #windows > .appWindow.will-become-inactive {
opacity: 0;
}
#screen #windows > .appWindow.active:not(.will-become-inactive):not(.back),
#screen #windows > .appWindow.will-become-active,
#screen #windows > .appWindow.inside-edges {
opacity: 1;
transform: translateX(0);
}
#screen #windows > .appWindow.outside-edges-left {
opacity: 1;
transform: translateX(calc(-100% - 2rem));
}
#screen #windows > .appWindow.outside-edges-right {
opacity: 1;
transform: translateX(calc(100% + 2rem));
}
#screen #windows > .appWindow.will-become-active,
#screen #windows > .appWindow.inside-edges,
#screen #windows > .appWindow.outside-edges-left,
#screen #windows > .appWindow.outside-edges-right {
will-change: transform;
}
@media (orientation: landscape) {
#screen.software-button-enabled:not(.fullscreen-layout-app) #windows > .appWindow.outside-edges-right {
/* BiDi note: the software home button should not be mirrored in RTL. */
transform: translateX(calc(100% + var(--software-home-button-height)));
}
}
#windows .appWindow.active iframe {
transition-property: transform;
transition-duration: var(--transition-duration);
}
#screen.locked #windows .appWindow.active iframe {
transition-property: none;
}
.appWindow.attentionWindow[transition-state="closed"] > div.browser-container {
pointer-events: none;
}
/* Hide chrome UI of windows */
.appWindow.attentionWindow > .chrome > .controls > .urlbar > .title {
display: none;
}
/* Hide chrome UI of lockScreenInputWindow since we don't need */
.appWindow.lockScreenInputWindow > .titlebar,
.appWindow.lockScreenInputWindow > .chrome {
display: none;
}
.appWindow.lockScreenInputWindow {
background: none;
pointer-events: none;
} | apps/system/style/window.css | .appWindow[transition-state="closed"]:not(.fadeout):not(.homescreen):not(.attentionWindow):not(.lockScreenInputWindow) {
opacity: 0;
transform: translateX(0);
}
#screen.utility-tray #windows > .appWindow {
pointer-events: none;
}
.appWindow:not(.homescreen):not(.searchWindow):not(.lockScreenInputWindow):not(.globalOverlayWindow) {
background-color: black;
}
.appWindow.popupWindow {
background-color: white;
}
.appWindow.popupWindow.alwaysLowered {
display: none;
}
.appWindow:not(.homescreen):not(.searchWindow).render {
background-image: none !important;
background-color: transparent;
}
/* Utility tray needs to be actionable on the attention screen */
.appWindow.attentionWindow,
.appWindow.attentionWindow .chrome .controls {
pointer-events: none;
}
/* Attention Screen needs to be clickable */
.appWindow.attentionWindow .render,
.appWindow.attentionWindow.toaster-mode {
pointer-events: auto;
}
.appWindow:not(.homescreen):not(.searchWindow):not(.globalOverlayWindow).light {
background-color: #fff;
}
/* mozbrowser iframe layout */
.appWindow iframe {
border: none;
}
.appWindow .throbber.loading {
height: 0.3rem;
background-image: url('../shared/progress.gif');
background-size: auto 0.3rem;
}
.appWindow:not(.homescreen):not(.searchWindow):not(.globalOverlayWindow).render > div.browser-container {
background-color: #fff;
}
.appWindow:not(.homescreen):not(.searchWindow):not(.globalOverlayWindow).light.render > div.browser-container {
background-color: #f2f2f2;
}
.appWindow:not(.homescreen):not(.searchWindow):not(.globalOverlayWindow).render > div.browser-container > iframe {
background-color: #fff;
}
.appWindow.enlarge {
animation: openApp var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.transition-closing.perpendicular {
animation-duration: 0.1s;
}
.appWindow.from-cardview {
animation: openAppFromCardView 300ms forwards cubic-bezier(.35,.9,.6,1);
}
@keyframes openAppFromNewCard {
0% { transform: scale(0.5) translateY(200%); }
20% { transform: scale(0.5) translateY(200%); }
65% { transform: scale(0.5) translateY(0); }
100% { transform: scale(1) translateY(0); }
}
.appWindow.from-new-card {
animation: openAppFromNewCard 1200ms forwards ease-in-out;
}
/* Opacity increases start up time then we don't use it anymore for opening */
@keyframes openApp {
0% { transform: scale(0.2);}
100% { transform: scale(1.0);}
}
.appWindow.zoom-in {
transform: scale(1);
animation: zoom-in var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
@keyframes zoom-in {
0% { transform: scale(1); }
100% { transform: scale(3); }
}
@keyframes openAppFromCardView {
0% { transform: scale(0.5); }
100% { transform: scale(1.0); }
}
/* Invoking app moves out */
html[dir="ltr"] .appWindow.invoking {
animation: invokingApp_ltr var(--transition-duration) forwards linear;
}
html[dir="rtl"] .appWindow.invoking {
animation: invokingApp_rtl var(--transition-duration) forwards linear;
}
@keyframes invokingApp_ltr {
0% { transform: translateX(0) }
100% { transform: translateX(calc(-100% - 20px)); }
}
@keyframes invokingApp_rtl {
0% { transform: translateX(0) }
100% { transform: translateX(calc(100% + 20px)); }
}
/* Invoked app moves in */
html[dir="ltr"] .appWindow.invoked {
animation: invokedApp_ltr var(--transition-duration) forwards linear;
}
html[dir="rtl"] .appWindow.invoked {
animation: invokedApp_rtl var(--transition-duration) forwards linear;
}
@keyframes invokedApp_ltr {
0% { transform: translateX(calc(100% + 20px)); }
100% { transform: translateX(0); }
}
@keyframes invokedApp_rtl {
0% { transform: translateX(calc(-100% - 20px)); }
100% { transform: translateX(0); }
}
.appWindow.fade-in {
animation: fadeInApp var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.fade-out {
animation: fadeOutApp var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
/* Invoking secure app moves out */
@keyframes fadeInApp {
0% {
transform: scale(2.0);
opacity: 0.0;
}
100% {
transform: scale(1.0);
opacity: 1.0;
}
}
/* Invoked secure app moves in */
@keyframes fadeOutApp {
0% {
transform: scale(1.0);
opacity: 1.0;
}
100% {
transform: scale(2);
opacity: 0.0;
}
}
#windows.slow-transition .appWindow.transition-closing,
#windows.slow-transition .appWindow.transition-opening {
animation-duration: 2s;
}
.appWindow.reduce {
animation: closeApp var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.transition-opening.perpendicular {
animation-duration: 0.1s;
opacity: 0;
}
/* The scale transformation used to be 5. In order to benefit from async
* transform the frame width/height needs to be < 4096.
* The size of one side of the frame is equal to
* devicePixelRatio * frame.[width|height] * scale, and as a result we need
* to pick a value that fits well for pixel ratio between 1 and 2.
*/
.appWindow.zoom-out {
transform: scale(3);
animation: zoom-out var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
@keyframes zoom-out {
0% { transform: scale(3);}
100% { transform: scale(1);}
}
.appWindow.to-cardview {
animation: closeAppTowardsCardView 300ms forwards cubic-bezier(.35,.9,.6,1);
}
@keyframes closeApp {
0% { transform: scale(1.0); opacity: 1;}
100% { transform: scale(0.01); opacity: 0;}
}
@keyframes closeAppTowardsCardView {
0% { transform: scale(1.0); }
100% { transform: scale(0.5); }
}
.appWindow.home-from-cardview {
animation: home-from-cardview 0.3s forwards cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.home-to-cardview {
animation: home-to-cardview 0.3s forwards cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
@keyframes home-from-cardview {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes home-to-cardview {
0% { opacity: 1; }
100% { opacity: 0; }
}
.appWindow.back {
transition: transform 0.25s cubic-bezier(0.7, 0.0, 1.0, 1.0), visibility 0.25s cubic-bezier(0.7, 0.0, 1.0, 1.0);
transform: scale(0.86);
}
.appWindow.restored {
transform: translateX(0);
transition: transform 0.25s cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow iframe {
visibility: visible;
}
.appWindow[transition-state="closed"]:not(.toaster-mode) > div.browser-container > iframe {
visibility: hidden;
}
.appWindow > .fade-overlay {
background-color: black;
visibility: hidden;
opacity: 0.8;
}
.appWindow.homescreen.fadeout .fade-overlay.hidden {
visibility: hidden;
}
.appWindow.fadeout .fade-overlay {
visibility: visible;
}
.appWindow.homescreen.fadeout .fade-overlay {
opacity: 1;
}
.appWindow > .touch-blocker {
visibility: hidden;
background: transparent;
pointer-events: all;
}
.appWindow.inactive > .touch-blocker,
.appWindow.overlay > .touch-blocker,
.appWindow.transition-closing > .touch-blocker,
.appWindow.transition-opening > .touch-blocker {
/* The animation takes .3 seconds so users cannot touch the app while the
* closing animation is performing */
visibility: visible;
}
.appWindow > .modal-dialog,
.appWindow > .authentication-dialog,
.authentication-dialog > .authentication-dialog-http {
visibility: hidden;
}
.appWindow.searchWindow {
overflow: visible;
}
.appWindow > .modal-dialog.visible,
.appWindow > .authentication-dialog.visible,
.authentication-dialog > .authentication-dialog-http.visible {
visibility: visible;
}
.appWindow > .modal-dialog > form {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
visibility: hidden;
}
.appWindow > .modal-dialog input {
border-radius: 0.2rem;
height: 4rem;
font-size: 2rem;
width: 100%;
color: white;
background: none;
box-sizing: border-box;
margin-bottom: 1.5rem; /* not overlap by menu while keyboard pop */
}
.appWindow > .modal-dialog > form.visible {
visibility: visible;
}
/****************** Screenshot Overlay ******************/
.appWindow .screenshot-overlay {
pointer-events: none;
position: absolute;
top: 0;
width: 100%;
height: 100%;
visibility: hidden;
/* We need this to resize hi-res screenshot */
background-size: cover;
}
.appWindow .screenshot-overlay.visible {
visibility: visible;
}
.appWindow.collapsible .screenshot-overlay {
background-color: inherit;
}
/* Bug 1071235: Workaround for bug 1076783 */
.browser-container:-moz-full-screen-ancestor > .screenshot-overlay {
visibility: hidden;
}
.appWindow.collapsible:not(.active) .screenshot-overlay {
margin-top: var(--rocketbar-urlbar-height);
}
.appWindow > .identification-overlay {
pointer-events: none;
background: rgba(255, 255, 255, 0.8);
visibility: hidden;
opacity: 0;
transition: opacity 0.2s ease-in, visibility 0.2s;
}
.appWindow.private > .identification-overlay {
background: rgba(57, 46, 84, 0.9);
}
.appWindow.suspended > .identification-overlay,
.appWindow:not(.active):not(.in-task-manager).overlay > .identification-overlay {
transition: none;
visibility: visible;
opacity: 1;
}
#screen.cards-view .appWindow.in-task-manager.overlay.no-screenshot > .identification-overlay {
visibility: visible;
opacity: 1;
transition: opacity 0.2s ease-in, visibility 0.2s;
}
.appWindow.overlay.no-screenshot.from-cardview.overlay > .identification-overlay {
visibility: hidden;
opacity: 0;
transition: opacity 0.2s ease-in, visibility 0.2s;
}
/* we don't want to show the overlay at all during the opening
transition (from the homescreen and from the cardview) */
#screen .appWindow.in-task-manager:not(.no-screenshot).overlay > .identification-overlay,
.appWindow.enlarge.overlay > .identification-overlay,
.appWindow:not(.no-screenshot).from-cardview.overlay > .identification-overlay {
opacity: 0 !important;
transition: none !important;
}
.identification-overlay > div {
position: absolute;
top: calc(50% - 4.65rem);
offset-inline-start: 1.5rem;
width: calc(100% - 3rem);
height: 9.3rem;
}
.identification-overlay > div .icon {
position: absolute;
top: 0;
offset-inline-start: calc(50% - 3rem);
width: 6rem;
height: 6rem;
background: no-repeat center / contain;
}
.identification-overlay > div .title {
display: block;
position: absolute;
top: 7.5rem;
left: 0;
width: 100%;
padding: 0;
color: #4d4d4d;
text-align: center;
font-size: 1.6rem;
font-style: italic;
line-height: 1.8rem;
font-weight: 400;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.private .identification-overlay > div .title {
color: #e7e7e7;
}
/* inline components */
.appWindow > .appWindow {
z-index: 65536;
}
.appWindow > .touch-blocker {
z-index: 1026;
}
.appWindow > .fade-overlay {
z-index: 1025;
}
.appWindow > .identification-overlay {
z-index: 1024;
}
.appWindow > .browser-container .screenshot-overlay {
z-index: 10;
}
.appWindow > .chrome {
z-index: 5;
}
.appWindow > .authentication-dialog {
z-index: 100;
}
.appWindow.slideleft {
animation: slideLeft var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.slideright {
animation: slideRight var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.slide-from-bottom {
animation: slideFromDown var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.slide-to-bottom {
animation: slideToDown var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.slide-from-top {
animation: slideFromUp var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
#windows.slow-transition .appWindow.slide-from-top {
animation: slideFromUp 2s forwards cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.slide-to-top {
animation: slideToUp var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.in-from-left {
animation: inFromLeft var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
.appWindow.out-to-right {
animation: outToRight var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
@keyframes slideLeft {
0% { transform: translateX(100%); }
100% { transform: translateX(0); }
}
.appWindow > .contextmenu {
z-index: 11;
}
@keyframes inFromLeft {
0% {
transform: translateX(-20%);
opacity: 0.25;
}
100% {
transform: translateX(0);
opacity: 1.0;
}
}
@keyframes outToRight {
0% { transform: translateX(0); }
100% { transform: translateX(100%); }
}
.appWindow.slidedown {
animation: slideDown var(--transition-duration) forwards
cubic-bezier(0.7, 0.0, 1.0, 1.0);
}
@keyframes slideFromDown {
0% { transform: translateY(calc(100%)); }
100% { transform: translateY(0); }
}
@keyframes slideToDown {
0% { transform: translateY(0); }
100% { transform: translateY(calc(100%)); }
}
@keyframes inFromLeft {
0% {
transform: translateX(-20%);
opacity: 0.25;
}
100% {
transform: translateX(0);
opacity: 1.0;
}
}
@keyframes outToRight {
0% { transform: translateX(0); }
100% { transform: translateX(100%); }
}
@keyframes slideFromUp {
0% { transform: translateY(calc(-100%)); }
100% { transform: translateY(0); }
}
@keyframes slideToUp {
0% { transform: translateY(0); }
100% { transform: translateY(calc(-100%)); }
}
/* Edges */
#windows > .appWindow:not(.homescreen):not(.lockScreenWindow):not(.attentionWindow):not(.lockScreenInputWindow) {
/* not in the viewport */
transform: translateY(-100%);
opacity: 1;
}
/* making the appWindows moz-elementable for the cardview */
#screen #windows > .appWindow:not(.homescreen):not(.lockScreenWindow):not(.attentionWindow):not(.lockScreenInputWindow).in-task-manager {
position: fixed;
transform: none;
}
.appWindow.attentionWindow.hidden {
display: none;
}
#screen #windows > .appWindow.will-become-inactive {
opacity: 0;
}
#screen #windows > .appWindow.active:not(.will-become-inactive):not(.back),
#screen #windows > .appWindow.will-become-active,
#screen #windows > .appWindow.inside-edges {
opacity: 1;
transform: translateX(0);
}
#screen #windows > .appWindow.outside-edges-left {
opacity: 1;
transform: translateX(calc(-100% - 2rem));
}
#screen #windows > .appWindow.outside-edges-right {
opacity: 1;
transform: translateX(calc(100% + 2rem));
}
#screen #windows > .appWindow.will-become-active,
#screen #windows > .appWindow.inside-edges,
#screen #windows > .appWindow.outside-edges-left,
#screen #windows > .appWindow.outside-edges-right {
will-change: transform;
}
@media (orientation: landscape) {
#screen.software-button-enabled:not(.fullscreen-layout-app) #windows > .appWindow.outside-edges-right {
/* BiDi note: the software home button should not be mirrored in RTL. */
transform: translateX(calc(100% + var(--software-home-button-height)));
}
}
#windows .appWindow.active iframe {
transition-property: transform;
transition-duration: var(--transition-duration);
}
#screen.locked #windows .appWindow.active iframe {
transition-property: none;
}
.appWindow.attentionWindow[transition-state="closed"] > div.browser-container {
pointer-events: none;
}
/* Hide chrome UI of windows */
.appWindow.attentionWindow > .chrome > .controls > .urlbar > .title {
display: none;
}
/* Hide chrome UI of lockScreenInputWindow since we don't need */
.appWindow.lockScreenInputWindow > .titlebar,
.appWindow.lockScreenInputWindow > .chrome {
display: none;
}
.appWindow.lockScreenInputWindow {
background: none;
pointer-events: none;
} | 0.61115 | 0.059537 |
body {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
/*
h1 {
font-family: 'Lato', sans-serif;
font-weight: 300;
line-height: 46px;
font-size: 46px;
margin: 0 0 23px 0;
}
h2 {
font-family: 'Grand Hotel', cursive;
font-weight: normal;
font-size: 31px;
line-height: 23px;
margin: 0 0 23px 0;
}
p {
font-family: 'Lato', sans-serif;
font-size: 16px;
line-height: 23px;
margin: 0 0 23px 0;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700; }
h1 {
font-family: 'Kaushan Script', cursive;
font-weight: 500; }
h2, h3 {
font-family: 'Dosis', sans-serif;
font-weight: 200; }
button, input, optgroup, select, textarea {
font-family: 'Dosis', sans-serif;
font-weight: 200; }
.btn-primary {
background-color: #0c5ad5;
border-color: #0c5ad5;
font-weight: 700; }
.hidden {
display: none; }
header.masthead {
position: relative;
background-color: #343a40;
background: url("../img/optimized/amber_bg.png") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 2rem;
padding-bottom: 3rem; }
header.masthead .overlay {
position: absolute;
background-color: #212529;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3; }
header.masthead h1 {
font-size: 2rem; }
@media (min-width: 768px) {
header.masthead {
padding-top: 10rem;
padding-bottom: 12rem; }
header.masthead h1 {
font-size: 4rem; } }
.showcase .showcase-text {
padding: 3rem; }
.showcase .showcase-img {
min-height: 30rem;
background-size: cover;
background-position: center; }
@media (min-width: 768px) {
.showcase .showcase-text {
padding: 7rem; } }
.features-icons {
padding-top: 3rem;
padding-bottom: 3rem; }
.features-icons .features-icons-item {
max-width: 20rem; }
.features-icons .features-icons-item .features-icons-icon {
height: 7rem; }
.features-icons .features-icons-item .features-icons-icon i {
font-size: 4.5rem; }
.features-icons .features-icons-item:hover .features-icons-icon i {
font-size: 5rem; }
.testimonials {
padding-top: 7rem;
padding-bottom: 7rem; }
.testimonials .testimonial-item {
max-width: 18rem; }
.testimonials .testimonial-item img {
max-width: 12rem;
box-shadow: 0px 5px 5px 0px #adb5bd; }
.call-to-action {
position: relative;
background-color: #343a40;
background: url("../img/optimized/amber_bg.png") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 7rem;
padding-bottom: 7rem; }
.call-to-action .overlay {
position: absolute;
background-color: #212529;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3; }
footer.footer {
padding-top: 1rem;
padding-bottom: 1rem; }
.pulse {
animation: pulse 2s infinite; }
.pulse:hover {
animation: none; }
@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 #bb0000; }
90% {
-webkit-box-shadow: 0 0 0 50px rgba(187, 0, 0, 0); }
100% {
-webkit-box-shadow: 0 0 0 0 rgba(187, 0, 0, 0); } }
@keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 #bb0000;
box-shadow: 0 0 0 0 #bb0000; }
90% {
-moz-box-shadow: 0 0 0 50px rgba(187, 0, 0, 0);
box-shadow: 0 0 0 50px rgba(187, 0, 0, 0); }
100% {
-moz-box-shadow: 0 0 0 0 rgba(187, 0, 0, 0);
box-shadow: 0 0 0 0 rgba(187, 0, 0, 0); } }
.fadeIn {
visibility: visible;
opacity: 1;
transition: opacity 2s linear; }
.fadeOut {
visibility: hidden;
opacity: 0;
transition: visibility 0s 2s, opacity 2s linear; } | css/landing-page.css | body {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
/*
h1 {
font-family: 'Lato', sans-serif;
font-weight: 300;
line-height: 46px;
font-size: 46px;
margin: 0 0 23px 0;
}
h2 {
font-family: 'Grand Hotel', cursive;
font-weight: normal;
font-size: 31px;
line-height: 23px;
margin: 0 0 23px 0;
}
p {
font-family: 'Lato', sans-serif;
font-size: 16px;
line-height: 23px;
margin: 0 0 23px 0;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700; }
h1 {
font-family: 'Kaushan Script', cursive;
font-weight: 500; }
h2, h3 {
font-family: 'Dosis', sans-serif;
font-weight: 200; }
button, input, optgroup, select, textarea {
font-family: 'Dosis', sans-serif;
font-weight: 200; }
.btn-primary {
background-color: #0c5ad5;
border-color: #0c5ad5;
font-weight: 700; }
.hidden {
display: none; }
header.masthead {
position: relative;
background-color: #343a40;
background: url("../img/optimized/amber_bg.png") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 2rem;
padding-bottom: 3rem; }
header.masthead .overlay {
position: absolute;
background-color: #212529;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3; }
header.masthead h1 {
font-size: 2rem; }
@media (min-width: 768px) {
header.masthead {
padding-top: 10rem;
padding-bottom: 12rem; }
header.masthead h1 {
font-size: 4rem; } }
.showcase .showcase-text {
padding: 3rem; }
.showcase .showcase-img {
min-height: 30rem;
background-size: cover;
background-position: center; }
@media (min-width: 768px) {
.showcase .showcase-text {
padding: 7rem; } }
.features-icons {
padding-top: 3rem;
padding-bottom: 3rem; }
.features-icons .features-icons-item {
max-width: 20rem; }
.features-icons .features-icons-item .features-icons-icon {
height: 7rem; }
.features-icons .features-icons-item .features-icons-icon i {
font-size: 4.5rem; }
.features-icons .features-icons-item:hover .features-icons-icon i {
font-size: 5rem; }
.testimonials {
padding-top: 7rem;
padding-bottom: 7rem; }
.testimonials .testimonial-item {
max-width: 18rem; }
.testimonials .testimonial-item img {
max-width: 12rem;
box-shadow: 0px 5px 5px 0px #adb5bd; }
.call-to-action {
position: relative;
background-color: #343a40;
background: url("../img/optimized/amber_bg.png") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 7rem;
padding-bottom: 7rem; }
.call-to-action .overlay {
position: absolute;
background-color: #212529;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3; }
footer.footer {
padding-top: 1rem;
padding-bottom: 1rem; }
.pulse {
animation: pulse 2s infinite; }
.pulse:hover {
animation: none; }
@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 #bb0000; }
90% {
-webkit-box-shadow: 0 0 0 50px rgba(187, 0, 0, 0); }
100% {
-webkit-box-shadow: 0 0 0 0 rgba(187, 0, 0, 0); } }
@keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 #bb0000;
box-shadow: 0 0 0 0 #bb0000; }
90% {
-moz-box-shadow: 0 0 0 50px rgba(187, 0, 0, 0);
box-shadow: 0 0 0 50px rgba(187, 0, 0, 0); }
100% {
-moz-box-shadow: 0 0 0 0 rgba(187, 0, 0, 0);
box-shadow: 0 0 0 0 rgba(187, 0, 0, 0); } }
.fadeIn {
visibility: visible;
opacity: 1;
transition: opacity 2s linear; }
.fadeOut {
visibility: hidden;
opacity: 0;
transition: visibility 0s 2s, opacity 2s linear; } | 0.449634 | 0.081996 |
.ui-widget-header {
border: 1px solid #007cdc;
background: #007cdc;
}
.ui-slider-horizontal .ui-slider-handle {
top: -4px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 2px solid #007cdc;
background: #fff;
}
.ui-slider .ui-slider-handle {
width: 13px;
height: 13px;
border-radius: 50%;
cursor: pointer;
}
.rangeHolder {
position: relative;
padding-top: 25px;
}
.rangeHolder .slider-range,
.rangeHolder .slider-range-date,
.rangeHolder .slider-range2 {
height: 7px;
margin-left: 8px;
margin-right: 1px;
margin-bottom: 15px;
}
.ui-widget-content {
border: 1px solid #ccc;
background: #adadad;
border-radius: 0 !important;
}
.rangeHolder .amount1.textFieldRange,
.rangeHolder .amount3.textFieldRange,
.rangeHolder .amount5.textFieldRange {
left: 0;
text-align: left;
}
.rangeHolder .amount2.textFieldRange,
.rangeHolder .amount4.textFieldRange,
.rangeHolder .amount6.textFieldRange {
right: 0;
text-align: right;
}
.rangeHolder .textFieldRange {
background: none;
border: none;
color: #999;
font-size: 12px;
width: auto;
min-width: inherit;
position: absolute;
top: 0;
outline: none;
}
/*Range Slider Css End Here */
/*Flex Slider Css Start Here */
/*
* jQuery FlexSlider v2.6.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: <NAME> (@mbmufffin)
*
*/
/* ====================================================================================================================
* FONT-FACE
* ====================================================================================================================*/
@font-face {
font-family: 'flexslider-icon';
src: url('fonts/flexslider-icon.eot');
src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
font-weight: normal;
font-style: normal;
}
/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
}
/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/
.flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
}
/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/
.flexslider {
margin:0 0 7px 0;
position: relative;
zoom: 1;
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*.flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 40px;
display: inline-block;
content: '\f001';
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
content: '\f002';
}*/
.flex-direction-nav .flex-prev {
left:5px;
}
.flex-direction-nav .flex-next {
right:5px;
text-align: right;
}
/*.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}*/
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}
/*Flex Slider Css End Here */
/* Style.css Start here */
/* with Bootstrap color scheme */
a:hover {
color: #fa771a;
}
a {
color: #007cdc;
}
/* with Bootstrap color scheme End */
body {
font-family: 'Open Sans', sans-serif;
color: #666;
}
.header-holder {
background-color: #007cdc;
padding: 8px 0;
}
.socialIcons {
margin: 3px 0 0;
}
.socialIcons:after {
clear: both;
display: block;
content: "";
}
.socialIcons > li:first-child {
margin-left: 0;
}
.socialIcons > li {
float: left;
margin-left: 10px;
}
.socialIcons > li > a {
display: block;
text-decoration: none;
min-width: 28px;
text-align: center;
padding-left: 4px;
padding-right: 4px;
color: #fff;
border-radius: 5px;
font-size: 0.9rem;
}
.socialIcons > li > a:hover, .socialIcons > li > a:focus {
background-color: #fa9900;
color: #fff;
}
.languangeSelect {
width: 155px;
position: relative;
margin-left: 25px;
padding-left: 22px;
}
.countrySelect {
width: 135px;
position: relative;
margin-left: 25px;
padding-left: 22px;
}
.countrySelect .selectClassic {
height: 26px;/* padding-left: 22px;*/
}
.languangeSelect .selectClassic {
height: 26px;
}
.countrySelect .fa {
position: absolute;
left: 0;
top: 4px;
color: #fff;
}
.selectClassic {
background: none;
}
.selectClassic.bootstrap-select .btn {
padding: 0;
background: none !important;
border: none;
color: #fff !important;
box-shadow: none !important;
outline: none !important;
font-size: 0.9rem;
}
.countrySelect .bootstrap-select .dropdown-menu .dropdown-item {
padding: .25rem 0.5rem;
font-size: 0.9rem;
}
.languangeSelect .bootstrap-select .dropdown-menu .dropdown-item {
padding: .25rem 0.5rem;
font-size: 0.9rem;
}
.languangeSelect .bootstrap-select .dropdown-menu .dropdown-item.active, .languangeSelect .bootstrap-select .dropdown-menu .dropdown-item:active {
background-color: #007cdc;
}
.countrySelect .bootstrap-select .dropdown-menu .dropdown-item.active, .countrySelect .bootstrap-select .dropdown-menu .dropdown-item:active {
background-color: #007cdc;
}
.btn-login-signup {
font-size: 0.8rem;
background-color: #f44336;
color: #fff !important;
padding: 2px 7px;
margin-left: 15px;
}
.btn-login-signup .fa {
margin-right: 3px;
}
.languangeSelect .fa {
position: absolute;
left: 0;
top: 4px;
color: #fff;
}
.nav-holder .dropdownHolderMain {
display: none;
position: absolute;
top: 100%;
left: 0;
min-width: 260px;
z-index: 100;
}
.nav-holder .megaMenu .dropdownHolderMain {
border: #ddd solid 1px;
min-width: 1100px;
left: calc(1100px / -2);
background-color: #fff;
}
.nav-holder .megaMenu .dropdownHolder {
border: none;
}
.menu2 .dropdownHolderMain{
min-width: auto !important;
width: 500px !important;
left: auto !important;
}
.nav-holder .dropdownHolder {
padding: 8px 15px;
margin: 0;
list-style: none;
border: #ddd solid 1px;
background-color: #fff;
float: left;
}
.nav-holder > .nav-item {
position: relative;
}
.nav-holder ul > li {
display: block;
text-align: left;
margin-bottom: 4px;
}
.nav-holder ul > li > a > span {
color: #b6b5b5;
}
.nav-holder ul > li:last-child {
margin-bottom: 0;
}
.nav-holder ul > li > a {
color: #2B2D2E;
text-decoration: none;
font-size: 12px;
text-transform: capitalize;
}
.nav-holder ul > li > a:hover {
color: #fa9900;
font-weight: 700;
}
.nav-holder > .nav-item:hover > .nav-link {
color: #fa9900;
}
.nav-holder > .nav-item:hover > .dropdownHolderMain {
display: block;
}
.logo {
margin: 15px 0;
}
.footer-logo {
margin-top: 0;
}
.logo > a {
display: block;
}
.logo > a > img {
width: 170px;
}
.footer-logo > a > img {
width: 100%;
}
.adBtns {
margin-top: 40px;
}
.adBtns > a {
font-size: 0.9rem;
background-color: #f44336;
color: #fff !important;
margin-left: 15px;
text-transform: capitalize;
border-radius: 30px;
font-weight: 700;
display: inline-block;
padding: 4px 9px;
min-height: 30px;
}
.adBtns > a:hover {
text-decoration: none;
}
.logo-holder {
border-bottom: #ddd solid 1px;
}
.nav-holder {
list-style: none;
padding: 22px 0;
margin: 0;
display: flex;
width: 100%;
justify-content: space-around;
}
.nav-holder > .nav-item:first-child {
margin-left: 0;
}
.nav-holder > .nav-item:last-child {
margin-right: 0;
}
.nav-holder > .nav-item {
text-align: center;
display: inline-block;
margin: 0 15.1px;
}
.nav-holder > .nav-item > .nav-link {
display: block;
padding: 0;
text-align: center;
color: #3c3241;
font-weight: 600;
font-size: 15px;
}
.nav-holder > .nav-item > .nav-link:hover, .nav-holder > .nav-item > .nav-link:focus {
color: #fa9900;
}
.nav-holder > .nav-item > .nav-link > .fa {
display: block;
font-size: 2rem;
margin-bottom: 4px;
color: #007cdc;
}
.nav-holder > .nav-item > .nav-link:hover .fa, .nav-holder > .nav-item > .nav-link:focus .fa, .nav-holder > .nav-item:hover > .nav-link .fa {
color: #fa9900;
}
.footer-holder {
background-color: #303030;
color: #fff;
font-size: 14px;
bottom: 0;
}
.footer-holder-inner {
padding-top: 20px;
}
.footerTitle {
display: block;
border-bottom: 1px solid #e1741f;
padding-bottom: 15px;
font-size: 1.4rem;
margin-bottom: 15px;
}
.footer-nav {
list-style: none;
padding: 0;
margin: 0;
}
.footer-nav > li > a {
color: #fff;
}
.footer-outer {
background-color: #393939;
padding: 20px 0;
}
.social-icone-footer {
padding: 0;
margin: 0;
list-style: none;
float: right;
}
.social-icone-footer:after {
clear: both;
display: block;
content: "";
}
.social-icone-footer > li {
float: left;
margin-left: 10px;
}
.footer-nav > li {
display: block;
margin-bottom: 15px;
}
.social-icone-footer > li > a {
background-color: #303030;
border-radius: 5px;
color: #fff;
display: inline-block;
height: 30px;
padding: 7px;
text-align: center;
vertical-align: middle;
width: 30px;
}
.footer-title {
font-size: 0.8rem;
}
.footer-readmore {
display: inline-block;
margin-bottom: 15px;
color: #e1741f !important;
font-size: 0.9rem;
}
.allright {
margin-bottom: 0;
margin-top: 6px;
}
.btn-msg {
background-color: #e08900!important;
border: 2px solid #e08900!important;
border-radius: 5px!important;
font-weight: 700;
margin-top: 15px;
padding: 10px;
text-transform: uppercase;
width: 90%;
}
.btn-msg:focus, .btn-msg.focus, .btn-msg:hover {
box-shadow: none !important;
background-color: #c77a00 !important;
border-color: #c77a00 !important;
}
.footer-nav > li > .fa {
color: #e1741f;
margin-right: 5px;
}
.social-icone-footer > li > a:hover, .social-icone-footer > li > a:focus {
background-color: #e08900;
}
.bannerHolder {
/*background-image: url(../images/banner.jpg);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;*/
/* min-height: 330px;
margin-bottom: 15px;
position: relative;*/
margin-bottom: 20px;
position: relative;
display: flex;
padding: 93px 90px;
min-height: 332px;
}
.bannerHolder .img-fluid {
position: absolute;
top: 0;
left: 0;
}
.bannerInner {
background-color: rgba(0,0,0,.5);
border-radius: 4px;
z-index: 10;
flex: 1;
position: absolute;
width: 100%;
max-width: 930px;
}
.searchHolder .btn-search {
min-width: 100px;
margin: 0;
padding: 0;
min-height: inherit;
height: 38px;
margin-left: 10px;
background-color: #007cdc;
border-color: #007cdc;
}
.searchHolder {
display: flex;
padding: 15px 15px 0 15px;
position: absolute;
bottom: 0;
width: 100%;
}
.searchField {
flex: 1;
}
.tabsHolder nav {
padding-left: 100px;
border-bottom: #fff solid 1px;
}
.tabsHolder .nav .nav-link {
color: #fff;
font-size: 12px;
font-weight: 700;
border-radius: 0;
border-top: none;
border-left: 1px solid rgba(255,255,255,0.3);
border-right: none;
padding: 18px 20px;
}
.tabsHolder .nav-tabs .nav-item.show .nav-link, .tabsHolder .nav-tabs .nav-link.active {
background: rgba(0,0,0,0.5) !important;
border-bottom: 2px solid #fa9900;
}
.tabsHolder {
position: relative;
}
.tabsHolder .searchIn {
position: absolute;
left: 0;
top: 0;
font-size: 12px;
color: #fff;
margin: 0;
padding: 31px 0 0;
font-weight: 700;
text-align: center;
width: 100px;
}
.tabsHolder .nav-tabs {
border-bottom: none;
}
.tabsHolder .nav-tabs .fa {
display: block;
color: #fff;
font-size: 22px;
}
.tabsHolder .tab-content {
padding-top: 0 !important;
position: relative;
padding-bottom: 70px !important;
}
.tabsHolder .tab-content .tab-pane {
padding-top: 60px;
position: relative;
}
.tabsHolder .tab-content .tab-pane [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.closeTab {
position: absolute;
right: 0;
top: 9px;
background: #ffffff;
padding: 4px 6px;
border-radius: 50%;
width: 38px;
height: 38px;
color: #007cdc;
display: flex;
text-align: center;
text-decoration: none !important;
}
.closeTab .fa {
margin-top: 6px;
display: block;
width: 100%;
}
.mainWrapper {
max-width: 1140px;
}
.marqueeHolder {
background-image: url(../images/tag-icon.jpg);
background-repeat: no-repeat;
background-position: left top;
margin-bottom: 15px;
display: flex;
align-items: center;
min-height: 55px;
padding-left: 284px;
position: relative;
}
.marqueeNav {
margin: 0;
padding: 0;
height: 55px;
}
.marqueeNav > li {
display: inline-block;
min-width: 100px;
border-right: 1px solid #ddd;
height: 100%;
padding-left: 15px;
padding-right: 15px;
padding-top: 11px;
line-height: normal;
}
.marqueeNav > li:last-child {
border-right: none;
}
.marqueeNav > li > a {
color: #222;
font-size: 12px;
text-decoration: none !important;
font-weight: 700;
}
.marqueeNav > li > a > em {
display: block;
font-style: normal;
color: #635b67;
font-weight: normal;
}
.latest-offer {
position: absolute;
color: #fff;
width: 284px;
top: 16px;
text-align: center;
left: 0;
}
.postad-img {
display: block;
}
.subscribeForm {
background: #fff;
border: 10px solid #dcdee3;
padding: 12.8px 20px;
}
.subTitle {
font-size: 16px;
font-weight: 700;
color: #222;
text-transform: uppercase;
display: block;
padding-bottom: 5px;
}
.subtTitleAction {
font-size: 14px;
color: #666;
display: block;
margin-bottom: 5px;
font-style: normal;
}
.styled-heading {
font-size: 40px;
margin-bottom: 40px;
padding-bottom: 20px;
position: relative;
text-align: center;
font-weight: 700;
color: #232323;
position: relative;
padding-top: 20px;
}
.heading-text-trad {
display: block;
font-size: 22px;
}
.styled-heading:before {
content: "";
position: absolute;
left: 50%;
top: 100%;
width: 100px;
height: 1px;
background: red;
margin-left: -50px;
}
.styled-heading:after {
content: "";
position: absolute;
left: 50%;
top: 100%;
width: 10px;
height: 10px;
background: #E0731F;
margin-left: -5px;
border-radius: 50%;
margin-top: -5px;
}
.tradeHolderImg {
width: calc(50% - 1px);
float: left;
border-right: 1px solid #ddd;
margin-right: -1px;
}
.tradeTitle {
display: block;
color: #444;
font-weight: 700;
font-size: 18px;
}
.tradeTitleDetail {
display: block;
}
.tradeHolder {
font-size: 12px;
color: #a1a1a1;
font-style: normal;
border: #ddd solid 1px;
}
.tradebyDetail {
float: left;
padding: 12px 0;
width: calc(50% - 1px);
border-left: 1px solid #ddd;
padding-left: 10px;
}
.tradeHolderImg .img-fluid {
margin: 0 auto;
display: block;
}
.hr-dotted {
width: 100%;
margin: 10px 0;
line-height: 1px;
clear: both;
border-bottom: 1px dashed #ccc;
}
.sec-text {
padding: 0;
margin: 0 0 12px;
list-style: none;
}
.sec-text > li > strong {
font-size: 12px;
color: #626262;
float: left;
margin-right: 5px;
}
.sec-text > li > span {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
float: left;
max-width: 210px;
margin-top: 2px;
}
.btn-event {
background-color: #fa9900 !important;
border-radius: 20px !important;
font-weight: 700;
font-size: 14px;
border-color: #fa9900 !important;
padding: 6px 20px;
}
.btn-event.focus, .btn-event:focus, .btn-event:hover {
box-shadow: none !important;
background-color: #c77a00 !important;
border-color: #c77a00 !important;
}
.sec-text > li:after {
clear: both;
display: block;
content: "";
}
.btn-subscribe-submit {
width: 100%;
height: 40px;
color: #fff;
font-size: 18px;
border: 0;
text-transform: uppercase;
background: #c50809 !important;
}
.btn-subscribe-submit:focus, .btn-subscribe-submit.focus {
box-shadow: none !important;
}
/* Masonary CSS Start */
.masonry { /* Masonry container */
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
margin: 0;
padding: 0;
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
column-gap: 1em;
}
.masonry-sidebar { /* Masonry container */
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
margin: 0;
padding: 0;
-moz-column-gap: 0.5em;
-webkit-column-gap: 0.5em;
column-gap: 0.5em;
}
.item {
display: inline-block;
background: #fff;
/* padding: 1em; */
margin: 0 0 1em;
width: 100%;
-webkit-transition: 1s ease all;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-shadow: 2px 2px 4px 0 #ccc;
}
.masonry-sidebar .item {
margin: 0 0 0.5em;
}
/* .item img{max-width:100%;} */
.item:hover img {
transform: scale(1.3);
transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
-webkit-transition: all .3s ease-in-out 0s;
opacity: 0.3;
}
.grid-item-link {
display: block;
overflow: hidden;
border-bottom: #ddd solid 1px;
}
@media only screen and (max-width: 320px) {
.masonry {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
.masonry-sidebar {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
.masonry {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
.masonry-sidebar {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 1201px) {
.masonry {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
.masonry-sidebar {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
/* Masonar CSS End */
.detail-thumb {
padding: 10px;
}
.masonryHolder {
background-color: #f4f4f4;
padding: 60px 0 15px 0;
position: relative;
}
.masonryHolder .nav-tabs {
border-bottom: none;
display: block;
text-align: center;
position: absolute;
top: 15px;
width: 100%;
left: 0;
}
.masonryHolder .nav-tabs .nav-link {
display: inline-block;
color: #495057;
font-size: 14px;
padding-left: 0;
padding-right: 0;
margin-right: 10px;
margin-left: 10px;
border: none;
}
.masonryHolder .nav-tabs .nav-link:hover {
border: none;
}
.masonryHolder .nav-tabs .nav-item.show .nav-link, .masonryHolder .nav-tabs .nav-link.active {
background-color: transparent;
border-color: transparent;
border-left: none;
border-right: none;
border-top: none;
border-radius: 0;
font-weight: 700
}
.mas-title {
margin: 0 0 8px 0;
font-weight: 700;
font-size: 15px;
color: #007cdc;
display: block;
text-transform: capitalize;
}
.mas-detail {
margin: 0 0 8px;
font-size: 12px;
color: #666;
}
.detail-thumb-price {
font-size: 18px;
font-weight: 700;
color: #635b67;
display: block;
}
.sidebarAds {
display: block;
}
.grid2 {
margin-bottom: 12px;
}
.positionStatic {
position: static;
}
.btn-center {
text-align: center;
margin: 0 0 15px 0;
}
.btn-center .btn-primary {
border: 0;
padding: 10px 25px;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
color: #fff;
background-color: #fa9900 !important;
border-color: #e08900 !important;
box-shadow: none !important;
}
.btn-center .btn-primary:hover {
background-color: #c77a00 !important;
border-color: #a36400 !important;
}
/* Listing Page */
.listingMain {
padding-top: 20px;
}
.bestSeller-field {
position: relative;
padding-left: 72px;
margin-bottom: 10px;
}
.adTitle {
font-size: 26px;
font-weight: 600;
display: block;
color: #464646;
}
.adTitleSub {
font-size: 14px;
display: block;
color: #666666;
font-style: normal;
}
.bestSeller-field > .sortBy {
position: absolute;
left: 0;
top: 4px;
font-weight: 600;
font-size: 15px;
color: #464646;
}
.bestSeller-field .dropdown-item.active, .bestSeller-field .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007cdc;
}
.bestSeller-field .form-control.bootstrap-select {
height: 28px;
}
.bestSeller-field .btn-light {
background-color: #ffffff;
border-color: #989898;
border-radius: 0;
padding-top: 4px;
padding-bottom: 4px;
line-height: normal;
color: #888888;
font-size: 14px;
}
.sellerHolder {
margin-bottom: 15px;
}
.bgGrey {
background-color: #e4e4e4;
}
.stackHolder {
padding: 15px 15px 11px 15px;
margin-bottom: 20px;
position: relative;
}
.stackHolder .adImageLeft {
position: absolute;
right: 100%;
z-index: 10;
top: 0;
width: 100px;
margin-right: 10px;
}
.stackHolder .adImageLeft > img {
width: 100%;
}
.stackHolder.tags {
padding-bottom: 1px;
}
.stackHolder:after {
clear: both;
display: block;
content: "";
}
.checkboxHolder {
float: left;
}
/* The Checkbox */
.checkboxStyle {
position: relative;
padding-left: 25px;
margin-bottom: 12px;
cursor: pointer;
font-size: 15px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: 600;
}
/* Hide the browser's default checkbox */
.checkboxStyle input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.checkboxHolder .checkboxStyle {
text-transform: capitalize;
margin-bottom: 0;
margin-right: 10px;
}
.checkboxStyle .checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #fff;
border: #989898 solid 2px;
border-radius: 2px;
}
/* On mouse-over, add a grey background color */
.checkboxStyle:hover input ~ .checkmark {
border-color: #007cdc;
}
/* When the checkbox is checked, add a blue background */
.checkboxStyle input:checked ~ .checkmark {
background-color: #ffffff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkboxStyle .checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.checkboxStyle input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.checkboxStyle .checkmark:after {
left: 6px;
top: 1px;
width: 4px;
height: 10px;
border: solid #007cdc;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
box-sizing: content-box;
transform: rotate(45deg);
}
.listNav > li {
float: left;
margin-left: 16px;
}
.listNav > li > a {
display: block;
background-repeat: no-repeat;
background-position: top left;
}
.listNav > li > a.listView {
background-image: url(../images/list-icon.svg);
background-size: 26px;
width: 26px;
height: 20px;
}
.listNav > li > a.listView:hover, .listNav > li > a.listView:focus {
background-position: left bottom;
}
.listNav > li > a.gridView {
background-image: url(../images/grid-icon-list.svg);
background-size: 20px;
width: 20px;
height: 20px;
}
.listNav > li > a.gridView:hover, .listNav > li > a.gridView:focus {
background-position: left bottom;
}
.listNav {
float: right;
margin-bottom: 0;
}
.saveSearch {
margin-bottom: 0;
text-align: right;
margin-top: 11px;
}
.saveSearch > li {
display: inline-block;
}
.saveSearch > li > a {
color: #666666;
text-transform: capitalize;
font-size: 16px;
font-weight: 600;
text-decoration: underline;
display: block;
}
.saveSearch > li > a .fa {
float: right;
margin-top: 4px;
margin-left: 10px;
}
.saveSearch > li > a .fa-heart {
display: none;
}
.saveSearch.searchAdded > li > a .fa-heart {
display: block;
}
.saveSearch.searchAdded > li > a .fa-heart-o {
display: none;
}
.saveSearch > li > a:hover {
color: #ff7800;
}
.saveSearch.searchAdded > li > a {
color: #ff7800;
}
.breadcrumbHolder {
float: left;
}
.breadcrumbHolder > span {
float: left;
margin-right: 10px;
margin-top: 2px;
margin-bottom: 10px;
font-size: 15px;
font-weight: 600;
color: #464646;
}
.breadcrumbHolder .breadcrumbNav {
float: left;
margin-bottom: 0;
}
.breadcrumbHolder .breadcrumbNav > li {
float: left;
margin-right: 10px;
background-color: #fff;
padding: 5px 8px;
margin-bottom: 10px;
}
.breadcrumbHolder .breadcrumbNav > li > span {
font-size: 12px;
text-transform: capitalize;
color: #666666;
position: relative;
display: block;
padding-right: 25px;
}
.breadcrumbHolder .breadcrumbNav > li > span .fa {
position: absolute;
right: 0;
top: 3px;
cursor: pointer
}
.breadcrumbHolder .breadcrumbNav > li > span .fa:after {
content: "";
display: block;
width: 1px;
height: 20px;
position: absolute;
left: -7px;
top: -4px;
background-color: #999;
}
.categoryHolder {
margin: 0;
}
.categoryHolder > li {
width: 25%;
float: left;
margin-bottom: 5px;
font-size: 15px;
}
.categoryHolder > li > a {
color: #007cdc;
text-decoration: none;
display: inline-block;
}
.categoryHolder > li > a:hover, .categoryHolder > li > a:focus {
color: #ff7800;
text-decoration: underline;
}
.categoryHolder > li > em {
font-style: normal;
font-size: 15px;
text-decoration: none;
color: #333;
}
.showMore {
text-decoration: none !important;
}
.categoryHolderMain {
margin-bottom: 15px;
}
.showLess {
display: none;
}
.showMore.showLess {
display: none;
}
.showMoreCat .showMore {
display: none
}
.showMoreCat .showMore.showLess {
display: inline-block;
}
.categoryHolderMain .holder {
margin-bottom: 15px;
padding: 15px 15px 10px 15px;
border: #d2d2d2 solid 1px;
}
.gridViewCat {
width: auto;
position: relative;
}
.listViewCat {
width: auto;
margin-bottom: 25px;
}
.catLink {
display: block;
position: relative;
}
.gridViewCat .holder a.catLink {
/* background: #e4e4e4; */
min-height: 180px;
}
.catLink > img {
width: 100%;
object-fit: cover;
height: 180px;
}
.catDisc {
font-weight: 600;
font-size: 14px;
color: #333333;
}
.catDisc > span {
float: left;
margin-right: 10px
}
.catDisc > em {
float: left;
font-style: normal;
font-weight: normal;
font-size: 12px;
color: #666666;
margin-top: 3px;
}
.catImgInfo {
background-color: #fff;
padding: 15px;
border: #ddd solid 1px;
position: relative;
min-height: 170px;
}
.catImgInfo > a {
font-weight: 600;
display: block;
margin-bottom: 10px;
color: #333;
}
.catDisc:after {
clear: both;
display: block;
content: "";
}
.priceTag {
color: #007cdc;
display: block;
font-size: 22px;
font-weight: 600;
margin-bottom: 5px;
}
.gridViewCat .holder {
margin-bottom: 25px;
position: relative;
}
.catTypeSame {
position: absolute;
right: 10px;
bottom: 18px;
margin-bottom: 0 !important;
}
.catTypeSame > img {
width: 100%;
}
.promotedStack {
position: absolute;
left: -10px;
top: 10px;
/* background-image: url(../images/promoted-icon.png); */
background-repeat: no-repeat;
background-position: left top;
/* width: 67px; */
height: 20px;
text-decoration: none !important;
color: #fff !important;
font-size: 10px;
text-align: center;
padding-top: 2px;
z-index: 10;
padding-left: 10px;
padding-right: 10px;
/* background: #fece3c; */
background: #ff7800;
/* top: 135px;
left: -10px;*/
}
.promotedStack:before {
content: "";
position: absolute;
bottom: -10px;
left: 0;
border-left: 5px solid transparent;
border-right: 5px solid #e76d00;
border-top: 5px solid #e76d00;
border-bottom: 5px solid transparent;
}
.gridViewCat .holder:hover {
background-color: #e3f3fc;
border-color: #007cdc;
}
.gridViewCat .holder:hover .totalCat{
display: none;
}
.gridViewCat .holder:hover .catImgInfo {
background-color: #e3f3fc;
border-color: #007cdc;
}
/* .girdViewCat .holder:hover .catImgInfo {
background-color: #e3f3fc;
border-color: #0076bb;
transition: .6s ease;
} */
/* .listViewCat .holder:hover .catLink {
background: rgba(0, 0, 0, 0.6);
transition: .6s ease;
filter: brightness(.6);
-webkit-filter: brightness(.6);
} */
.gridViewCat .holder:hover .catFilter {
display: block;
}
.catFilter {
background-image: url(../images/camera-icon.png);
background-repeat: no-repeat;
background-position: center center;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
background-color: rgba(0, 0, 0, 0.6);
display: none;
}
.listViewCat .holder {
border: #ddd solid 1px;
padding: 40px 20px 20px 20px;
position: relative;
margin-bottom: 25px;
}
.listViewCat .holder:hover {
background-color: #e3f3fc;
border-color: #007cdc;
}
.listViewCat .catImgInfo {
border: none;
padding: 0;
}
.listViewCat .promotedStack {
background-image: none;
background-color: #ff7800;
left: 0;
top: 10px;
height: auto;
width: auto;
padding: 2px 10px;
text-transform: capitalize;
}
.listViewLink {
display: inline-block;
color: #007cdc;
font-size: 20px;
text-decoration: none !important;
font-weight: 700;
text-transform: capitalize;
}
.listViewDate {
display: block;
font-size: 12px;
color: #333;
font-weight: 600;
}
.listViewCat .priceTag {
text-align: right;
margin-bottom: 0;
color: #fa771a;
font-size: 22px;
font-weight: 600;
}
.lisViewtCatCol {
float: left;
width: 250px;
margin-right: 20px;
position: relative;
}
.lisViewtCatLink {
display: block;
}
.lisViewtCatDetail {
float: left;
width: calc(100% - 272px);
}
.listBread > li {
float: left;
padding-right: 20px;
position: relative;
color: #333333;
font-weight: 600;
font-size: 15px;
}
.locationNav .listBread > li {
font-size: 12px;
font-weight: normal;
color: #666666;
}
.listBread > li > a {
display: block;
color: #333333;
font-weight: 600;
font-size: 14px;
}
.listBread > li > span {
display: block;
color: #363636;
font-size: 14px;
font-weight: 600;
}
.listBread > li:after {
content: ">";
position: absolute;
left: calc(100% - 14px);
top: 0px;
}
.listBread > li:last-child {
padding-right: 0;
}
.listBread > li:last-child:after {
display: none;
}
.listBread {
margin-bottom: 6px;
}
.locationNav {
position: relative;
font-size: 12px;
padding-left: 75px;
margin-bottom: 10px;
}
.locationNav .listBread > li > span {
font-size: 12px;
font-weight: normal;
color: #666666;
}
.locationLink {
position: absolute;
left: 0;
top: -1px;
color: #333333;
text-decoration: none !important;
}
.locationLink .fa {
color: #007cdc;
font-size: 16px;
margin-right: 5px;
}
.catDetail {
width: auto;
margin-bottom: 18px;
}
.catDetail > li {
float: left;
width: 68px;
font-size: 12px;
line-height: normal;
overflow: hidden;
text-transform: capitalize;
}
.catDetail > li:last-child {
width: auto;
}
.catDetail > li > span {
display: block;
font-weight: 600;
color: #363636;
font-size: 13px;
}
.catDetail > li > a {
display: inline-block;
color: #666666;
}
.catActionBtns {
width: auto;
margin-bottom: 0;
}
.catActionBtns > li:first-child {
margin-left: 0;
}
.catActionBtns > li {
float: left;
min-width: 123px;
margin-left: 20px;
}
.catActionBtns > li > a {
display: block;
border: #007cdc solid 1px;
padding: 0;
font-size: 13px;
position: relative;
text-decoration: none;
text-align: center;
font-weight: 600;
height: 30px;
text-transform: capitalize;
border-radius: 2px;
line-height: 28px;
}
.catActionBtnChange > li > a {
min-width: 116px;
color: #363636;
font-size: 12px;
font-weight: normal;
height: 30px;
padding-top: 0;
padding-bottom: 0;
line-height: 30px;
padding-left: 0;
padding-right: 0;
text-align: left;
}
.catActionBtns > li > a:hover, .catActionBtns > li > a:focus {
background-color: #007cdc;
color: #fff;
}
.catActionBtns > li > a.callNow {
color: #3aa23c;
border: #3aa23c solid 1px;
}
.catActionBtns > li > a.callNow:hover, .catActionBtns > li > a.callNow:focus {
color: #fff;
background-color: #3aa23c;
}
.catActionBtns > li > a.saveNow {
color: #d3001a;
border: #d3001a solid 1px;
}
.catActionBtns > li > a.saveNow:hover, .catActionBtns > li > a.saveNow:focus {
color: #fff;
background-color: #d3001a;
}
.catActionBtns > li > a.reportNow {
color: #fa771a;
border: #fa771a solid 1px;
}
.catActionBtns > li > a.reportNow:hover, .catActionBtns > li > a.reportNow:focus {
color: #fff;
background-color: #fa771a;
}
.catActionBtns > li > a.shareNow {
color: transparent;
background-image: url(../images/shareNow-icon.svg);
background-repeat: no-repeat;
background-position: 40% center;
background-size: 14px;
background-color: transparent;
width: 30px;
padding: 0;
border-radius: 50%;
height: 30px;
border: 1px solid #989898;
}
.catActionBtns > li > a.shareNow:hover, .catActionBtns > li > a.shareNow:focus {
background-image: url(../images/shareNow-icon-hover.svg);
border-color: transparent;
background-color: #007cdc;
}
.catActionBtns > li > a.flagIcon {
color: transparent;
background-image: url(../images/flag.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 11px;
background-color: transparent;
width: 30px;
padding: 0;
border-radius: 50%;
height: 30px;
border: 1px solid #989898;
}
.catActionBtns > li > a.flagIcon:hover, .catActionBtns > li > a.flagIcon:focus {
background-image: url(../images/flag-icon-hover.svg);
border-color: transparent;
background-color: #007cdc;
}
.catActionBtns > li > a .fa {
margin-right: 3px;
}
.lisViewtCatHolder {
margin-bottom: 20px;
position: relative;
}
.catActionBtns > li > a .fa-report-icon {
background-image: url(../images/report-icon.svg);
background-repeat: no-repeat;
background-position: 18px center;
background-size: 13px 15px;
height: 28px;
width: 36px;
float: left;
margin-right: 0;
}
.catActionBtns > li > a:hover .fa-report-icon, .catActionBtns > li > a:focus .fa-report-icon {
background-image: url(../images/report-hover.svg);
}
.catActionBtns > li > span {
display: block;
border: #cccccc solid 1px;
padding: 0;
font-size: 12px;
position: relative;
background-color: #e4e4e4;
text-align: center;
color: #363636;
height: 30px;
line-height: 28px;
}
.catActionBtnChange > li {
width: auto;
}
.catActionBtnChange > li {
min-width: 90px;
}
.lisViewtCatHolder .catTypeSame {
right: 0;
top: 0;
bottom: auto;
}
.sidebarSearch {
background-color: #e4e4e4;
padding: 0 25px 0 25px;
margin-top: 14px;
margin-bottom: 80px;
}
.searchStack {
width: auto;
}
.searchStack .sidebarTitle {
margin-bottom: 4px;
}
.sidebarTitle {
display: block;
color: #464646;
text-transform: capitalize;
font-size: 15px;
font-weight: 600;
}
.searchTitle {
position: relative;
left: -25px;
width: calc(100% + 50px);
background-color: #007cdc;
color: #fff;
padding: 10px 25px;
display: block;
margin-bottom: 20px;
text-transform: capitalize;
font-weight: 600;
font-size: 20px;
}
.sidebarSearch .holder {
width: auto;
}
.sidebarSearch .bootstrap-select .btn {
text-transform: capitalize;
background-color: #fff;
color: #888888;
border-color: #989898;
border-radius: 0;
font-size: 13px;
height: 38px;
padding-top: 10px;
font-weight: 600;
}
.sidebarSearch .bootstrap-select .btn-light:hover {
color: #c3c3c3;
background-color: #ffffff;
border-color: #c3c3c3;
}
.sidebarSearch .bootstrap-select .dropdown-menu {
text-transform: capitalize;
font-size: 14px;
}
.iconHolder {
position: relative;
margin-bottom: 20px;
}
.iconHolder .fa {
position: absolute;
z-index: 10;
color: #adadad;
left: 10px;
top: 12px;
font-size: 16px;
}
.sidebarSearch .iconHolder .bootstrap-select .btn {
padding-left: 30px;
}
.sidebarSearch .iconHolder .bootstrap-select.form-control {
height: auto;
}
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007cdc;
}
.textField > .form-control {
font-size: 13px;
color: #888888;
box-shadow: none !important;
outline: none !important;
border-radius: 0;
font-weight: 600;
}
.textField {
margin-bottom: 20px;
}
.textField > .form-control::-webkit-input-placeholder {
color:#999;
}
.textField > .form-control::-moz-placeholder {
color:#999;
}
.textField > .form-control:-ms-input-placeholder {
color:#999;
}
.textField > .form-control::-ms-input-placeholder {
color:#999;
}
.textField > .form-control::placeholder {
color:#999;
}
/* Default Button Styles */
.btn {
border-radius: 0;
}
.btn-outline-primary {
color: #007cdc;
border-color: #007cdc;
box-shadow: none !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
color: #fff;
background-color: #007cdc !important;
border-color: #007cdc !important;
}
/* Default Button Styles */
.searchBtnsAction .btn {
width: calc(50% - 5px);
float: right;
background: #fff;
border: #989898 solid 1px;
font-size: 15px;
color: #666;
box-shadow: none !important;
text-transform: capitalize;
padding-left: 25px;
padding: 3px 4px 3px 20px;
}
.searchBtnsAction .btn:hover, .searchBtnsAction .btn:focus {
background: #eee;
}
.searchBtnsAction .btn:first-child {
float: left;
}
.searchBtnsAction .btn .fa {
position: absolute;
left: 13px;
top: 8px;
font-size: 14px;
}
.searchBtnsAction .btn .cross-icon {
background-image: url(../images/cross-icon.svg);
background-repeat: no-repeat;
background-position: left top;
height: 11px;
background-size: 11px;
width: 11px;
top: 9px;
}
.searchBtnsAction .btn {
position: relative;
}
.searchBtnsAction:after {
clear: both;
display: block;
content: "";
}
.holder .totalCat {
position: absolute;
left: 10px;
top: 160px;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
padding: 1px 9px;
font-size: 12px;
text-decoration: none !important;
}
.holder .totalCat .fa {
margin-left: 5px;
}
.holder .lisViewtCatCol .totalCat {
bottom: 10px;
z-index: 10;
top: auto;
}
.searchTitleHolder {
padding-top: 25px;
}
.advSearchMore {
background-image: url(../images/plus-minus-button.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 24px;
width: 25px;
height: 24px;
position: absolute;
right: 25px;
top: 14px;
}
.advSearchMoreHolder .advSearchMore {
display: none;
}
.advSearchLess {
display: none;
}
.advSearchMoreHolder .advSearchLess {
display: block;
background-position: left bottom;
}
.searchStack .checkboxHolder {
float: none;
}
.searchStack .checkboxHolder .checkboxStyle {
display: block;
margin-right: 0;
}
.radioboxSytle {
display: block;
position: relative;
padding-left: 20px;
margin-bottom: 5px;
cursor: pointer;
font-size: 12px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
color: #666666;
user-select: none;
}
.radioboxSytle:last-child {
margin-bottom: 0;
}
/* Hide the browser's default radio button */
.radioboxSytle input {
position: absolute;
opacity: 0;
cursor: pointer;
}
/* Create a custom radio button */
.radioboxSytle .checkmark {
position: absolute;
top: 4px;
left: 0;
height: 10px;
width: 10px;
background-color: #fff;
border-radius: 50%;
border: #acaea9 solid 1px;
}
/* On mouse-over, add a grey background color */
.radioboxSytle:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radioboxSytle input:checked ~ .checkmark {
background-color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radioboxSytle .checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the indicator (dot/circle) when checked */
.radioboxSytle input:checked ~ .checkmark:after {
display: block;
}
/* Style the indicator (dot/circle) */
.radioboxSytle .checkmark:after {
top: 2px;
left: 2px;
width: 4px;
height: 4px;
border-radius: 50%;
background: #007cdc;
}
.showMoreLink {
color: #007cdc;
text-decoration: none;
font-size: 12px;
text-transform: capitalize;
}
.showMoreLinkHolder {
margin-bottom: 15px;
line-height: 16px;
}
.showLessLink {
display: none;
}
.showMoreCat .showMoreLink {
display: none;
}
.showMoreCat .showLessLink {
display: block;
}
.paginationHolder {
display: flex;
justify-content: center;
margin-bottom: 50px;
}
.pagination > li {
margin-left: 8px;
margin-right: 8px;
}
.paginationHolder .page-link {
color: #363636;
background-color: #eee;
border: 1px solid #ccc;
height: 40px;
width: 40px;
text-align: center;
padding: 0;
line-height: 40px;
}
.paginationHolder .page-link:hover, .paginationHolder .page-link:focus {
background-color: #007cdc;
color: #fff;
box-shadow: none;
-webkit-box-shadow: 0px 0px 3px 0px #001c56;
box-shadow: 0px 0px 3px 0px #001c56;
}
.paginationHolder .page-item .page-link {
border-radius: 0;
}
.paginationHolder .page-item .page-link-previous {
background-image: url(../images/back-page-icon.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 8px;
}
.paginationHolder .page-item .page-link-previous:hover, .paginationHolder .page-item .page-link-previous:focus {
background-image: url(../images/back-page-icon-hover.svg);
}
.paginationHolder .page-item .page-link-next {
background-image: url(../images/next-page-icon.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 8px;
}
.paginationHolder .page-item .page-link-next:hover, .paginationHolder .page-item .page-link-next:focus {
background-image: url(../images/next-page-icon-hover.svg);
}
.paginationHolder .page-item .previous-last {
background-image: url(../images/last-previous-page.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 15px;
}
.paginationHolder .page-item .previous-last:hover, .paginationHolder .page-item .previous-last:focus {
background-image: url(../images/last-previous-page-hover.svg);
}
.paginationHolder .page-item .next-last {
background-image: url(../images/last-next-page.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 15px;
}
.paginationHolder .page-item .next-last:hover, .paginationHolder .page-item .next-last:focus {
background-image: url(../images/last-next-page-hover.svg);
}
.featuredADs {
width: auto;
margin-bottom: 30px;
}
.carAdLinkHolder {
display: block;
}
.carAdLinkHolder > img {
width: 100%;
border: #ddd solid 1px;
}
.featuredAdsContent .title {
display: block;
color: #363636;
font-weight: 600;
margin-bottom: 5px;
font-size: 16px;
}
.featuredAdsContent {
color: #666666;
font-size: 14px;
}
.featuredAdsContent p {
margin-bottom: 10px;
}
.adLinkTitle {
color: #d7001a !important;
font-size: 14px;
position: relative;
padding-left: 40px;
text-decoration: none !important;
display: inline-block;
padding-top: 2px;
margin-bottom: 15px;
}
.adLinkTitle > span {
position: absolute;
left: 0;
top: 0;
border: 1px solid #d7001a;
padding: 1px 6px;
}
.visitwebLink {
color: #007cdc;
font-size: 15px;
text-decoration: underline;
font-weight: 600;
}
.visitwebLink:hover {
text-decoration: none;
}
.featuredADs .row:first-child {
margin-top: 0;
}
.featuredADs .row {
margin-top: 30px;
}
.sellanythingSection {
max-width: 550px;
margin: 0 auto;
}
.sellanythingTitle {
font-size: 22px;
color: #555555;
margin-bottom: 25px;
display: block;
text-align: center;
font-weight: 600;
}
.sellAdNav:after {
clear: both;
display: block;
content: "";
}
.sellAdNav {
width: auto;
margin-bottom: 35px;
}
.sellAdNav > li {
float: left;
width: calc(100% / 6);
}
.sellAdNav > li > a {
font-weight: 600;
color: #555555;
display: block;
margin-right: 10px;
margin-left: 10px;
text-decoration: none;
text-align: center;
font-size: 15px;
}
.sellAdNav > li > a > span {
display: block;
height: 71px;
border: #007cdc solid 2px;
border-radius: 50%;
margin-bottom: 5px;
}
.sellAdNav > li > a > .icon {
background-repeat: no-repeat;
background-position: center center;
background-size: 30px;
}
.sellAdNav > li > a:hover .icon {
-webkit-animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}
.sellAdNav > li > a > .propertyIcon {
background-image: url(../images/home-icon.svg);
}
.sellAdNav > li > a > .classifiedIcon {
background-image: url(../images/tag-icon.svg);
}
.sellAdNav > li > a > .jobIcon {
background-image: url(../images/briefcae-icon.svg);
}
.sellAdNav > li > a > .servicesIcon {
background-image: url(../images/service-icon.svg);
}
.sellAdNav > li > a > .leadsIcon {
background-image: url(../images/hand-shake-icon.svg);
}
.sellAdNav > li > a > .motorsIcon {
background-image: url(../images/sports-car-icon.svg);
}
.postfreeButton {
display: inline-block;
text-transform: capitalize;
font-size: 16px;
font-weight: 600;
background-color: #007cdc;
color: #fff !important;
padding: 10px 60px 10px 20px;
min-width: 180px;
text-align: center;
position: relative;
text-decoration: none !important;
}
.postfreeButton:hover, .postfreeButton:focus {
background-color: #ff7800;
}
.postfreeButton:after {
content: "";
background-image: url(../images/forward-arrow-icon.svg);
background-repeat: no-repeat;
background-position: center center;
position: absolute;
right: 0;
height: calc(100% - 10px);
background-size: 24px;
width: 45px;
top: 6px;
border-left: #80bbdd solid 2px;
}
.postfreeHolder {
margin-bottom: 100px;
}
input.search-me {
width: 100%;
height: 42px;
float: left;
border: 1px solid #ebebeb;
font-size: 14px;
color: #fff;
cursor: pointer;
background: url(../images/btn-bg2.jpg) no-repeat right center #007cdc;
text-transform: capitalize;
}
.searchMe .search-me {
outline: none;
font-size: 15px;
font-weight: 700;
padding: 1px;
float: none;
text-align: left;
border-radius: 3px;
padding-left: 40px;
}
.showMore {
font-weight: 700;
font-size: 15px;
display: inline-block;
}
.categoryArrowDown{
background-image: url(../images/category-arrow-down.svg);
background-size: 12px;
height: 12px;
width: 12px;
background-repeat: no-repeat;
background-position: center center;
float: right;
margin-left: 5px;
margin-top: 7px;
}
.showMore:hover .categoryArrowDown{
background-image: url(../images/category-arrow-down-hover.svg);
}
.categoryArrowUp{
background-image: url(../images/category-arrow-up.svg);
background-size: 12px;
height: 12px;
width: 12px;
background-repeat: no-repeat;
background-position: center center;
float: right;
margin-left: 5px;
margin-top: 7px;
}
.showMore:hover .categoryArrowUp{
background-image: url(../images/category-arrow-up-hover.svg);
}
.lisViewtCatLink > img {
width: 100%;
object-fit: cover;
height: 142px;
box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.catActionBtns > li > a .faEvelop {
background-image: url(../images/close-envelope.svg);
background-size: 15px;
height: 12px;
width: 15px;
background-repeat: no-repeat;
background-position: left bottom;
position: relative;
top: 1px;
}
.catActionBtns > li > a:hover .faEvelop, .catActionBtns > li > a:focus .faEvelop {
background-image: url(../images/close-envelope-white.svg);
}
/* Job Listing */
.jobListing .holder {
border: none;
background-color: #fff;
-webkit-box-shadow: 0px 0px 7px 1px rgba(215,212,212,1);
-moz-box-shadow: 0px 0px 7px 1px rgba(215,212,212,1);
box-shadow: 0px 0px 7px 1px rgba(215,212,212,1);
border: transparent solid 1px;
position: relative;
padding: 30px;
}
.jobListing .holder:last-child {
margin-bottom: 60px;
}
.jobListing .holder:hover {
border: #007cdc solid 1px;
}
.jobViewcatCol{
width: 168px;
float:left;
border: #ddd solid 1px;
margin-right: 15px;
position: relative;
}
.jobViewtCatDetail {
float: left;
width: calc(100% - 185px);
}
.jobLink{
color: #007cdc;
font-size: 20px;
display: inline-block;
font-weight: 700;
}
.jobLink:hover{
text-decoration:none;
}
.jobsNav{
width: auto;
margin-bottom: 5px;
margin-left: -10px;
}
.jobsNav:after{
clear: both;
display: block;
content: "";
}
.jobsNav > li{
float: left;
color: #5d5d5d;
padding-right: 12px;
padding-left: 12px;
position: relative;
}
.jobsNav > li > span{
display: block;
font-size: 13px;
}
.jobsNav > li > .tilt{
font-style: italic;
color: #999999;
}
.jobsNav > li:after {
content: "";
position: absolute;
left: 0;
top: 4px;
width: 1px;
height: calc(100% - 6px);
background: #c3c3c3;
}
.jobsNav > li:first-child:after{
display: none;
}
.jobsNav > li > span > .fa {
margin-right: 6px;
float: left;
margin-top: 3px;
}
.jobsNav > li > .blue-icon > .fa {
color: #007cdc;
}
.fontSize14{
font-size: 14px;
}
.jobslistBread {
margin-bottom: 8px;
}
.jobsNav.fontSize14 {
margin-bottom: 15px;
}
.jobslistBread.listBread > li > a {
font-size: 13px;
font-weight: 600;
color: #666666;
}
.jobslistBread.listBread > li {
font-size: 13px;
font-weight: 600;
color: #666666;
}
.jobslistBread.listBread > li > span {
color: #666;
font-size: 13px;
}
.jobsNav.fontSize14 > li > a .faCalendar{
background-image: url(../images/calendar-icon.svg);
background-repeat: no-repeat;
background-position: left top;
height: 18px;
width: 17px;
background-size: 17px;
margin-top: 2px;
}
.jobsNav.fontSize14 > li > a .faExperience{
background-image: url(../images/experience.svg);
background-repeat: no-repeat;
background-position: left top;
height: 20px;
width: 14px;
background-size: 14px;
margin-top: 1px;
}
.jobsNav.fontSize14 > li > a {
font-size: 14px;
color: #666666;
}
.jobsNav.fontSize14 > li > a .faMoney{
background-image: url(../images/notes-icon.svg);
background-repeat: no-repeat;
background-position: left top;
height: 19px;
width: 24px;
background-size: 24px;
}
.jobsNav.fontSize14 > li > a .fa {
margin-right: 8px;
float: left;
}
.call-to-action-btns {
position: relative;
}
.featuredAdLink{
position: absolute;
left: 10px;
top: 10px;
text-decoration: none !important;
color: #fff !important;
font-size: 10px;
text-align: center;
background-color: #ff7800;
padding: 1px 8px;
text-transform: capitalize;
}
.jobDuration-tag{
position: absolute;
right: -6px;
top: 10px;
background-image: url(../images/featured-strip.png);
background-repeat: no-repeat;
background-position: right top;
text-decoration: none !important;
color: #fff !important;
font-size: 10px;
text-align: center;
text-transform: capitalize;
background-size: 75px;
z-index: 10;
width: 75px;
height: 27px;
padding: 0;
line-height: 20px;
}
.jobViewLink{
display: block;
}
.jobViewLink > img{
width: 100%;
}
.catActionBtns > li.auto {
width: auto !important;
float: right;
margin-left: 10px;
min-width: inherit;
}
.catActionBtns > li.auto:last-child {
margin-left: 0;
}
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
border-radius: 0;
}
.sidebarSearch .searchBtnsAction {
padding-left: 10px;
padding-right: 10px;
}
.searchStack .bootstrap-select button.dropdown-toggle::after {
background-image: url(../images/chevron-down.svg);
background-size: 10px;
height: 10px;
width: 10px;
background-repeat: no-repeat;
background-position: right top;
z-index: 10;
border: none;
margin: 0;
position: absolute;
right: 10px;
top: 50%;
margin-top: -2px;
}
.bestSeller-field .bootstrap-select button.dropdown-toggle::after {
background-image: url(../images/chevron-down.svg);
background-size: 10px;
height: 10px;
width: 10px;
background-repeat: no-repeat;
background-position: right top;
z-index: 10;
border: none;
margin: 0;
position: absolute;
right: 15px;
top: 50%;
margin-top: -2px;
}
.faClose-icon{
background-image: url(../images/close-tag.svg);
background-size: 8px;
height: 10px;
width: 10px;
background-repeat: no-repeat;
background-position: center center;
}
.searchDateTitle {
display: block;
font-size: 12px;
color: #333333;
font-weight: 600;
margin-bottom: 8px;
}
.searchlistBread {
margin-bottom: 10px;
}
.searchViewHolder{
}
.jobListing .promotedStack {
position: absolute;
left: -6px;
top: 5px;
background-image: url(../images/job-featured-strip.png);
background-repeat: no-repeat;
background-position: left top;
width: 76px;
height: 26px;
font-size: 11px;
z-index: 10;
background-color: transparent;
padding: 0;
font-weight: 600;
line-height: 18px;
}
.nothingFound{
position: relative;
padding: 0;
}
.nothingFound .noImageAd {
width: 250px;
top: 13px;
}
.nothingFound-title {
display: block;
font-size: 33px;
font-weight: 600;
color: #444444;
padding-left: 45px;
margin-bottom: 10px;
}
.exclamation-icon{
background-image: url(../images/exclamation-mark.svg);
background-repeat: no-repeat;
background-position: left top;
height: 38px;
background-size: 38px;
width: 38px;
position: absolute;
left: 0;
top: 9px;
}
.empty-result-title{
font-size:17px;
color: #666666;
display: block;
font-weight:500;
margin-bottom: 15px;
}
.tipsSearch{
font-size: 18px;
color: #444444;
font-weight: 600;
display: block;
margin-bottom: 10px;
}
.emptyList-help > li{
font-size: 15px;
color: #666666;
display: block;
margin-bottom: 10px;
position: relative;
padding-left: 30px;
background-image: url(../images/tick-inside-circle.svg);
background-repeat: no-repeat;
background-position: left center;
background-size: 18px;
}
/* Paymet Plans */
/* Contact Map Section*/
.contact-map {
display: block;
margin-bottom: 50px;
}
.contact-map iframe {
width: 100%;
}
/* Contact Title*/
.contact-title h2 {
display: block;
margin-bottom: 50px;
text-align: center;
color: #444444;
font-weight:600;
}
/* Contact Us Information*/
.contact-information {
display: block;
margin-bottom: 50px;
}
.contact-info {
margin-bottom: 30px;
}
.contact-info i {
font-size: 35px;
width: 25%;
float: left;
height: 70px;
background: #007cdc;
text-align: center;
position: relative;
padding: 19px 0px 0px;
color: #ffffff;
}
.contact-info i::after {
position: absolute;
content: '';
right: -11px;
width: 0px;
height: 0px;
border-bottom: 35px solid transparent;
border-left: 11px solid;
border-top: 35px solid transparent;
top: 0px;
border-left-color: #007cdc;
}
.contact-info div.box-content {
position: relative;
background-color: #e5e5e5;
padding: 13px 10px;
display: block;
width: 69%;
height: 70px;
float: right;
text-align: left;
}
.contact-info div.box-content::before {
content: '';
position: absolute;
border-left: 11px solid transparent;
border-top: 35px solid #e5e5e5;
content: "";
left: -10px;
position: absolute;
top: 0;
}
.contact-info div.box-content::after {
border-bottom: 35px solid #e5e5e5;
border-left: 11px solid transparent;
bottom: 0;
content: "";
left: -10px;
position: absolute;
}
.contact-info div.box-content p {
margin-bottom: 5px;
color: #666666;
font-size: 12px;
font-weight: 600;
}
.contact-info div.box-content p a {
color: #666666;
text-decoration: none;
}
/* Contact Form */
div.input-placeholder {
position: relative;
}
div.input-placeholder i {
position: absolute;
top: 15px;
right: 15px;
color: #888888;
}
.contactform-fileds label {
font-weight:600;
color: #444444;
display: block;
}
.contactform-fileds input {
outline: none;
border-radius: 0px;
border: solid 1px #cecece;
height: 50px;
font-size: 14px;
font-style:italic;
}
.contactform-fileds textarea {
outline: none;
border-radius: 0px;
border: solid 1px #cecece;
font-size: 14px;
font-style:italic;
resize: none;
}
.contactform-fileds > .form-control::-webkit-input-placeholder {
color:#888888;
}
.contactform-fileds > .form-control::-moz-placeholder {
color:#888888;
}
.contactform-fileds > .form-control:-ms-input-placeholder {
color:#888888;
}
.contactform-fileds > .form-control::-ms-input-placeholder {
color:#888888;
}
.contactform-fileds > .form-control::placeholder {
color:#888888;
}
.contactform-fileds input[type="submit"] {
background: #007cdc;
border: none;
color: #ffffff;
padding: 7px 0 7px 0px;
float: left;
font-weight: 600;
font-style:normal;
text-transform: uppercase;
margin: 15px 0px 40px 0px;
cursor: pointer;
width:155px;
}
.contactform-fileds input[type="submit"]:hover {
background: #ff7800;
}
/* Contact Form Text*/
.contact-form-text {
margin: 0px;
padding: 30px 0px;
}
.contact-form-text li {
list-style: none;
}
.contact-form-text h4 {
display: block;
margin-bottom: 10px;
color: #444444;
font-weight:600;
font-size: 20px;
}
.contact-form-text p {
margin-bottom: 20px;
color: #444444;
text-align: left;
font-size:15px;
}
.contact-form-text time {
font-weight:600;
color: #444444;
}
.contact-form-text time span {
font-weight: normal;
font-size: 14px;
line-height: 30px;
}
/* About Title*/
.aboutTitle {
font-weight: 600;
text-align: left;
margin: 30px 0px;
color: #444444;
}
.aboutTitle h2
{
font-size:40px;
font-weight: 600;
}
.aboutText {
margin-bottom: 50px;
}
.aboutText p {
line-height: 24px;
color: #666666;
}
.aboutText a {
color: #007cdc;
font-weight: 600;
}
.aboutText a:hover {
color: #ff7800;
}
.sellanythingTitle {
font-weight: 600;
}
.sellAdNav > li > a {
font-weight: 600;
font-size: 16px;
}
.postfreeButton:hover {
background: #ff7800;
}
.postfreeButton:hover:after {
border-left: #ffffff solid 2px;
}
/* payment Plans */
.paymentPlans h2 {
font-weight: 600;
text-align: center;
margin: 30px 0px;
color: #444444;
font-size: 30px;
}
.paymentPlansText {
text-align: center;
}
.plansection {
margin-bottom: 80px;
}
.plan {
border: solid 2px #007cdc;
min-height: 491px;
border-radius: 25px;
box-shadow: 0px 0px 10px rgba(0, 124, 220, 0.2);
margin-top: 25px;
}
.featured {
min-height: 531px;
background-image: linear-gradient(to right, #007cdc, #429be0);
margin-top: 0px;
position: relative;
}
.featured div.featuredtext {
position: absolute;
top: -7px;
left: -7px;
background-image: url(../images/plan-strip.png);
background-repeat: no-repeat;
background-position: left center;
width: 80px;
height: 80px;
}
.featured div.featuredtext span {
transform: rotate(-44deg);
display: inline-block;
font-size: 14px;
color: #ffffff;
font-weight: 600;
margin-top: 18px;
}
.planinformation {
padding:30px 0px;
text-align: center;
}
.planinformation > div.button {
background: #ff7800;
min-width: 165px;
/* height: 43px; */
margin: 0px auto;
border-radius: 25px;
font-size: 16px;
font-weight: 600;
color: #ffffff;
line-height: 43px;
margin-bottom: 15px;
text-transform: uppercase;
display: inline-block;
padding-left: 15px;
padding-right: 15px;
}
.planinformation > div.price {
font-size: 95px;
font-weight: 600;
color: #007cdc;
text-shadow:5px 3px 5px rgba(0, 0, 0, 0.35);
position: relative;
line-height: 95px;
margin-bottom: 10px;
}
.planinformation > div.price .prc{
position: relative;
}
.planinformation > div.price span.currencysign {
font-size: 30px;
position: absolute;
margin-top: -24px;
margin-left: -65px;
}
.planinformation > div.price span.duration {
font-size: 16px;
position: absolute;
bottom: -28px;
}
.planfeatures {
margin: 0 0 10px;
padding: 0px;
}
.planfeatures li {
list-style: none;
font-size: 15px;
font-weight: 600;
position: relative;
padding: 15px 0px;
}
.planfeatures li::after {
content: "";
position: absolute;
height: 1px;
width: 150px;
left: 50%;
margin-left: -75px;
background-color: #cccccc;
bottom: 0;
margin-bottom: -1px;
}
.planfeatures li:last-child::after {
display: none;
}
.planinformation a.purchase {
border: solid 2px #007cdc;
max-width: 190px;
height: 50px;
margin-bottom:0;
border-radius: 25px;
font-size: 16px;
font-weight: 600;
color: #007cdc;
line-height: 48px;
display: block;
text-decoration: none;
margin-left: auto;
margin-right: auto;
text-transform: capitalize;
}
.planinformation a.purchase:hover, .planinformation a.purchase:focus {
background-color: #007cdc;
color: #fff;
border-color: #007cdc;
}
/* features plan settings */
.featured > .planinformation {
padding:56px 0px 48px 0px;
}
.featured > .planinformation > div.button {
background: #ffffff;
color: #007cdc;
}
.featured > .planinformation > div.price {
color: #ffffff;
}
.featured ul.planfeatures > li {
color: #ffffff;
}
.featured ul.planfeatures li::after {
background-color: #fff;
}
.featured ul.planfeatures li:last-child::after {
border: none;
}
.featured > .planinformation a.purchase {
background: #ffffff;
}
.featured > .planinformation a.purchase:hover,
.featured > .planinformation a.purchase:focus {
background-color: #ffffff;
color: #3695df;
border-color: #3a97df;
}
.paymentPlansText {
font-size: 15px;
color: #666666;
line-height: 26px;
}
.paymentPlanHolder{
margin-bottom: 50px;
}
.hideForce
{
display:none;
}
.tabsHolder .tab-content.setB
{
padding-bottom:0 !important;
}
/* Pricing Plan Css Start */
.generic_price_tag{
padding: 0 0 20px;
}
.generic_price_tag .price{
display: block;
color: #007cdc;
}
.generic_price_tag .price .sign{
display: inline-block;
font-size: 30px;
font-weight: 600;
vertical-align: top;
/* color: #007cdc; */
text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.35);
/* line-height: 20px; */
margin-left: 70px;
}
.generic_price_tag .price .currency{
font-size: 95px;
font-weight: 600;
letter-spacing: -3px;
line-height: 95px;
padding: 0;
vertical-align: middle;
vertical-align: top;
/* color: #007cdc; */
text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.35);
}
.generic_price_tag .price.crn2{
color: #ffffff;
}
.generic_price_tag .price .cent{
display: inline-block;
font-size: 16px;
font-weight: 600;
vertical-align: bottom;
/* color: #007cdc; */
text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.35);
}
.generic_price_tag .month{
font-size: 16px;
font-weight: 600;
/* letter-spacing: 3px; */
vertical-align: bottom;
/* color: #007cdc; */
text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.35);
}
.pay_way {
/* display: inline-block;
color: #eee;
padding: 1em;
position: absolute;
top: 50%;
left: 0;
text-align: right;
transform: translateY(-50%);
width: 61.8%;*/
white-space: nowrap;
line-height: 65px;
margin-top: -7px;
}
.pay_way a.purchase:hover {
background: #ffffff;
}
.follow {
display: inline-block;
cursor: default;
padding: 0;
margin: 0 0.5em;
position: relative;
text-align: center;
min-width: 190px;
}
.pay_way:hover .label {
opacity: 0;
visibility: hidden;
transition: opacity 0.3s 0.125s ease-out;
/* transition: opacity 500ms linear, visibility 1s linear; */
}
.follow:hover .label {
opacity: 0;
transition: opacity 0.3s 0.125s ease-out;
visibility: hidden;
}
.follow:hover .icon{
border-radius: 1em;
margin: 0 0;
}
.icon_btn, .label {
/* background-color: #ffffff; */
/* line-height: 2rem; */
}
.label {
position: absolute;
/*font-size: 0.618em;
border-radius: 1rem;
font-weight: 900;
letter-spacing: 0.0816em;
top: 0;
left: 0;
right: 0;
opacity: 1;
pointer-events: none;
text-transform: uppercase; */
transition: opacity 0.3s 0.35s ease-out;
top: 8px;
min-width: 190px;
background-color: #ffffff;
border-radius: 26px;
}
.icon_btn {
cursor: pointer;
display: inline-block;
margin: 0 -0.5em;
transition: background-color 0.5s ease-out, border-radius 0.5s 0.25s ease-out, margin 0.5s 0.25s ease-out;
}
/* Error Poup Css Start Here */
.popup-overlay{
/*Hides pop-up when there is no "active" class*/
visibility:hidden;
position:absolute;
background: #000000;
opacity: 0.8;
border:1px solid #666666;
width:100%;
height:211%;
left:0;
top: 0;
z-index: 9;
}
.popup-overlay.active{
/*displays pop-up when "active" class is present*/
visibility:visible;
text-align:center;
}
.popup-content {
/*Hides pop-up content when there is no "active" class */
background: #ffffff;
visibility: hidden;
width: 340px;
height: 280px;
border: 1px solid #ffffff;
margin: 0 auto;
position: absolute;
top: 55%;
opacity: 1;
z-index: 20;
left: 50%;
margin-left: -170px;
margin-top: -140px;
}
.popup-content.active {
/*Shows pop-up content when "active" class is present */
visibility:visible;
}
.popup-content h2{
color: #444444;
text-align: center;
font-size: 1.8rem;
margin-bottom: 1.2rem;
}
.popup-content p{
color: #666666;
text-align: center;
font-size: 13px;
margin-bottom: 30px;
}
.popup-content img{
margin-top: -65px;
margin-bottom: 30px;
margin-left: 110px;
}
.btn_close{
background-color: #ef513a;
font-size: 15px;
border-radius: 3px ;
padding-left: 45px;
padding-right: 45px;
margin-left: 100px;
}
/* Error Poup Css End Here */
/* Style.css End Here */
/* Gm Style Css Start Here Below */
.propery-searchSection
{
width:100%;
padding:29px 0;
margin:35px 0;
background:#e5e5e5;
-webkit-box-shadow: 1px 5px 15px -10px rgba(84,75,75,1);
-moz-box-shadow: 1px 5px 15px -10px rgba(84,75,75,1);
box-shadow: 1px 5px 15px -10px rgba(84,75,75,1);
}
.propery-searchSection
{
clear:both;
display:block;
content:"";
}
.sidebarSearch .holder {
width: auto;
}
.propery-searchSection .bootstrap-select .btn {
text-transform: capitalize;
background-color: #fff;
color: #666;
border-color: #999;
border-radius: 0;
font-size: 12px;
height: 38px;
padding-top: 10px;
}
.propery-searchSection input
{
border:1px solid #999 ;
}
.propery-searchSection .bootstrap-select .btn-light:hover {
color: #c3c3c3;
background-color: #ffffff;
border-color: #c3c3c3;
}
.propery-searchSection .bootstrap-select .dropdown-menu{
text-transform: capitalize;
font-size: 14px;
}
.propery-searchSection .iconHolder .bootstrap-select .btn {
padding-left:25px;
}
.manage-icons .iconHolder .bootstrap-select .btn
{
padding-left:11px;
}
.propery-searchSection .iconHolder .bootstrap-select.form-control {
height: auto;
}
.search-btn
{
position:relative;
}
.search-btn input.search-me
{
width:100%;
height:42px;
float:left;
padding-left:15px;
background:#007cdc;
border:1px solid #ebebeb;
font-size:14px;
color:#fff;
text-align:left;
cursor:pointer;
background: url(../images/btn-bg2.jpg) no-repeat right center #007cdc;
}
.manage-icons .searchBtnsAction .btn
{
width:100%;
background:#fff;
border:1px solid #999;
}
.advnc-search
{
float:right;
padding:0;
margin-top:5px;
color:#0076bb;
font-size:16px;
font-weight:700;
text-decoration:underline;
}
.advnc-search i
{
margin-right:5px;
}
.propery-searchSection .sidebarTitle
{
text-align:left;
}
.hide-section
{
display:none;
-webkit-transition: all .3s linear 0s;
transition: all .3s linear 0s;
}
.new-sidebar .sidebarSearch{
background:#fff;
-webkit-box-shadow: 0px 0px 7px 1px rgba(215,212,212,1);
-moz-box-shadow: 0px 0px 7px 1px rgba(215,212,212,1);
box-shadow: 0px 0px 7px 1px rgba(215,212,212,1);
}
.new-sidebar h2
{
font-size:18px;
font-weight:700;
color:#333;
}
.search-links
{
padding:15px 0 0 0;
margin:0;
/*width:100%;
float:left;*/
list-style:none;
}
.search-links li
{
padding:0;
margin:0;
/*width:100%;
float:left;*/
margin-bottom:9px;
list-style:none;
background: url(../images/normal-dot.gif) no-repeat left 7px;
}
.search-links li:hover
{
background: url(../images/normal-dot-hover.gif) no-repeat left 7px;
}
.search-links li a
{
color:#666;
font-size:15px;
text-decoration:none;
padding-left:19px;
display:block;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.search-links li a:hover
{
padding-left:25px;
color:#0076bb;
text-decoration:underline;
}
.new-sidebar .sidebarSearch
{
margin-bottom:25px;
}
.new-sidebar .sidebarSearch
{
padding-top:25px;
padding-bottom:25px;
}
.propery-searchSection .textField
{
margin:0;
}
.propery-searchSection .manage-icons .searchBtnsAction .btn
{
padding:7px 0;
}
.propery-searchSection .searchBtnsAction .btn .cross-icon
{
top:12px;
}
.propery-searchSection .searchBtnsAction .btn .fa
{
top:11px;
}
.property-grid .loc-point
{
color:#666;
font-size:14px;
padding:0;
margin:0 0 15px 0;
}
.property-grid .loc-point i
{
color:#0076bb;
}
.property-grid .catImgInfo > a
{
margin-bottom:1px;
}
.property-grid .priceTag
{
color:#ff7800;
}
.propIcons span
{
margin-right:9px;
font-size:15px;
}
.propIcons span em.fabed
{
background-image: url(../images/bed.svg);
background-size: 30px;
background-repeat: no-repeat;
display: inline-block;
background-position: top left;
text-indent: -9999px;
width: 30px;
height: 22px;
margin-left:3px;
}
.propIcons span em.fabath
{
background-image: url(../images/bathtub.svg);
background-size: 25px;
background-repeat: no-repeat;
display: inline-block;
background-position: top left;
text-indent: -9999px;
width: 30px;
margin-left:3px;
height: 23px;
}
.propIcons p
{
margin:0;
}
.property-grid .holder .totalCat
{
top:180px;
}
.manage-ViewCat .lisViewtCatDetail h3
{
font-size:20px;
color:#333;
font-weight:600;
}
.manage-ViewCat .loc-point i
{
color:#ff7800;
}
.manage-ViewCat.listViewCat .priceTag
{
text-align:left;
margin-bottom:9px;
font-size:20px;
}
.manage-ViewCat .propIcons
{
margin-bottom:19px;
}
.property-grid .adImageLeft {
position: absolute;
right: 100%;
z-index: 10;
top: 0;
width: 100px;
margin-right: 10px;
}
.property-grid .adImageLeft img{
max-width: 100%;
}
.manage-ViewCat .shortLogo
{
position: absolute;
right: 0;
top:45%;
margin: 0;
}
/*************** form *************/
.propery-searchSection .bootstrap-select .dropdown-menu li a
{
position:relative;
}
.propery-searchSection .spl .bootstrap-select .dropdown-menu li a:after
{
position:absolute;
left:9px;
top:4px;
width:20px;
height:20px;
content:"";
z-index:99;
border:1px solid #ccc;
}
.propery-searchSection button.actions-btn.bs-deselect-all.btn.btn-light
{
padding-left:15px;
}
.propery-searchSection button.actions-btn.bs-select-all.btn.btn-light
{
padding-left:15px;
padding-bottom:7px;
text-align:left;
position:relative;
/*border:none;*/
border-bottom:1px solid #999;
}
.propery-searchSection .bootstrap-select .dropdown-menu li
{
margin-bottom:3px;
}
/*.propery-searchSection button.actions-btn.bs-select-all.btn.btn-light:after
{
position:absolute;
left:2px;
top:9px;
width:20px;
height:20px;
content:"";
z-index:99;
border:1px solid #ccc;
}*/
.propery-searchSection .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark
{
left:15px;
}
.propery-searchSection .bootstrap-select.show-tick .dropdown-menu li a span.text
{
margin-right:auto;
margin-left:15px;
}
.qty
{
position:relative;
}
.qty .count {
color: #666;
display: inline-block;
vertical-align: top;
line-height:38px;
padding: 0 2px;
width:100%;
text-align: center;
}
.qty .count2 {
color: #666;
display: inline-block;
vertical-align: top;
line-height:38px;
padding: 0 2px;
width:100%;
text-align: center;
}
.qty .plus, .qty .plus2 {
cursor: pointer;
display: inline-block;
vertical-align: top;
color: white;
width: 40px;
height:40px;
font-size:24px;
font-size:0;
font-weight:700;
border-radius:3px;
text-align: center;
background-color:#ccc !important;
position:absolute;
right:-2px;
top:0px;
background-image: url(../images/add.png);
background-repeat: no-repeat;
background-position: center center;
}
.qty .minus, .qty .minus2 {
cursor: pointer;
display: inline-block;
vertical-align: top;
color: white;
width: 40px;
height:40px;
font-size:24px;
font-weight:700;
border-radius:3px;
text-align: center;
position:absolute;
left:-2px;
top:0px;
background-color:#ccc !important;
background-image: url(../images/minus.png);
background-repeat: no-repeat;
background-position: center center;
}
.qty .plus:hover, .qty .plus2:hover {
background-color:#007cdc !important;
}
.qty .minus:hover, .qty .minus2:hover {
background-color:#007cdc !important;
}
/*Prevent text selection*/
span{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
input{
border: 0;
width: 2%;
}
nput::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input:disabled{
background-color:white;
}
.adTitle {
font-size: 22px;
}
.gridViewCat .holder:hover .totalCat
{
display:none;
}
/*************** signup *************/
.signup-wrapper, .signup-header, .signup-container
{
width:100%;
padding:0;
margin:0;
}
.signup-header
{
padding:15px 0;
/*-webkit-box-shadow: 0px 1px 10px 10px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 1px 10px 10px rgba(0,0,0,0.21);
box-shadow: 0px 1px 10px 10px rgba(0,0,0,0.21);*/
-webkit-box-shadow: 0px 3px 5px 2px rgba(204,204,204,0.54);
box-shadow: 0px 3px 5px 2px rgba(204,204,204,0.54);
}
.signup-wrapper:after, .signup-header:after, .signup-wrap:after
{
clear:both;
display:block;
content:"";
}
.signup-wrap
{
max-width:560px;
margin:0 auto;
padding:0;
}
.logo-signup
{
max-width:222px;
margin:0 auto;
padding:0;
}
.signup-container .textField
{
margin-bottom:15px;
}
.signup-container .inner-signup
{
width:100%;
padding:29px 5% 0 5%;
background:#f6f6f6;
margin:45px 0;
-webkit-box-shadow: 0px 0px 5px 3px rgba(204,204,204,0.54);
box-shadow: 0px 0px 5px 3px rgba(204,204,204,0.54);
}
.signup-container .inner-signup h1
{
color:#444;
text-align:center;
font-size:29px;
margin-bottom:25px;
}
.btn-social{position:relative;padding-left:44px;
white-space:nowrap;overflow:hidden;text-overflow:ellipsis; color:#fff !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size:14px;
}
.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:38px;line-height:34px;font-size:1em;text-align:center;border-right:1px solid rgba(255,255,255,0.3)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding-left:0;padding-right:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{color:#fff;background-color:#183c60;border-color:rgba(0,0,0,0.2)}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,0.2)}
.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-instagram{color:#fff;background-color:#517fa4;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{color:#fff;background-color:#446a89;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#517fa4;border-color:rgba(0,0,0,0.2)}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-twitter{color:#fff;background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#1c92c7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}
.social-Btns
{
margin-bottom:25px;
}
p.custome-signupTxt
{
text-align:center;
margin-bottom:25px;
}
.signup-wrap .textField > .form-control
{
padding:1.4rem 0.75rem;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.signup-wrap ::-webkit-input-placeholder {
font-style: italic;
}
.signup-wrap :-moz-placeholder {
font-style: italic;
}
.signup-wrap ::-moz-placeholder {
font-style: italic;
}
.signup-wrap :-ms-input-placeholder {
font-style: italic;
}
.signup-wrap .signup-btn
{
min-width:80%;
display:block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin:0 auto;
height:38px;
font-weight:700;
cursor:pointer;
background:#007cdc;
color:#fff;
font-size:14px;
text-transform:uppercase;
border:none;
margin-bottom:9px;
}
.signup-wrap .signup-btn:hover
{
background:#318fd9;
}
.signup-wrap .sidebarTitle
{
margin-bottom:3px;
}
p.custome-signupTxt a
{
text-decoration:underline;
}
.error
{
color:#F00;
font-size:12px;
}
.has-error input
{
border:1px solid #F00;
}
label.sidebarTitle em
{
font-weight:400;
font-style:normal;
}
/****************** drop down ******************/
.intl-tel-input {
margin:0;
font-size: 14px;
color: #333;
}
.intl-tel-input input {
width:100%;
border: 1px solid #CCC;
height:48px;
}
.form-control.is-valid, .was-validated .form-control:valid
{
border-color:#007cdc !important;
}
.form-control:focus
{
border-color:#007cdc !important;
-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.21) !important;
-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.21) !important;
box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.21) !important;
}
.classifiedPage.listViewCat .promotedStack {
position: absolute;
left: -5px;
top: 9px;
/* background-image: url(../images/promoted-icon.png); */
background-repeat: no-repeat;
background-position: left top;
width: 67px;
height: 18px;
text-decoration: none !important;
color: #fff !important;
font-size: 10px;
text-align: center;
padding:0;
z-index: 10;
background-color:#ff7800;
}
.classifiedPage .catDetail > li
{
width:75px;
}
.propertyListingPage .promotedStack {
background-image: none;
background-color: #ff7800;
left:10px;
top: 10px;
height: auto;
width: auto;
font-size:12px;
padding: 2px 10px;
font-weight:600;
text-transform: capitalize;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.propery-searchSection .manage-spaceLeft .iconHolder .bootstrap-select .btn
{
padding-left:10px;
}
/************* privacy page ******************/
.privacyPage-wrapper
{
max-width:760px;
margin:0 auto;
padding:0 10px;
margin-top:15px;
margin-bottom:25px;
}
.privacyPage-wrapper:after
{
clear:both;
display:block;
content:"";
}
.privacyPage-wrapper h1
{
text-align:center;
font-size:30px;
color:#444;
margin-bottom:25px;
}
.spl-txt
{
text-align:center;
font-size:15px;
}
.privacyBox
{
border:1px solid #007cdc;
padding:19px 5%;
margin:25px 0;
}
.privacyBox h2
{
text-align:center;
font-size:28px;
margin-bottom:25px;
color:#444;
font-weight:600;
}
.prv-points
{
list-style:none;
padding:0;
}
.prv-points li
{
margin-bottom:9px;
}
.prv-points li a
{
font-size:15px;
color:#666;
text-decoration:none;
font-weight:600;
}
.prv-points li a span
{
font-weight:500;
padding-left:11px;
}
.prv-points li a:hover span
{
color:#007cdc;
text-decoration:underline;
}
.privacyPage-wrapper p
{
font-size:15px;
}
.privacyPage-wrapper .bigtxt
{
font-size:18px;
}
.privacyPage-wrapper h3
{
font-size:25px;
margin-bottom:13px;
padding-top:5px;
color:#444;
font-weight:600;
}
.privacyPage-wrapper h4
{
font-size:18px;
margin-bottom:15px;
color:#444;
font-weight:600;
}
.classifiedPage .lisViewtCatCol
{
-webkit-box-shadow: 0px 0px 5px 3px rgba(204,204,204,0.54);
box-shadow: 0px 0px 5px 3px rgba(204,204,204,0.54);
}
.classifiedPage .lisViewtCatHolder
{
margin-bottom:11px;
}
.classifiedPage .listViewLink
{
font-weight:600;
}
.classifiedPage .priceTag em
{
font-style:normal;
font-size:16px;
}
.textField
{
margin-top:9px;
margin-bottom:17px;
}
.classifiedPage .catDetail
{
margin-bottom:21px;
}
.propertyListingPage .listViewCat .holder
{
-webkit-box-shadow: 0px 0 5px 2px rgba(204,204,204,0.54);
box-shadow: 0px 0 5px 2px rgba(204,204,204,0.54);
border:none;
}
#forgotPassword
{
float:right;
color:#007cdc;
font-weight:600;
font-size:14px;
margin-bottom:25px;
margin-top:5px;
text-decoration:underline;
}
a#forgotPassword:hover
{
color:#fa771a;
}
/************* detail page **************/
.detail-section h1
{
font-size:24px;
color:#444;
font-weight:700;
}
.detail-section .listBread > li > a
{
font-size:12px;
font-weight:500;
}
.detail-section .listBread > li > span
{
font-size:12px;
}
.detail-section .listBread > li:after
{
font-size:12px;
}
.inner-detailBox
{
border:1px solid #b9b9b9;
padding:3.5%;
margin-top:11px;
float:left;
margin-bottom:25px;
}
#carousel-example-generic {
margin: 20px auto;
width: 400px;
}
#carousel-custom {
padding:0;
margin:0;
}
.slide-btmBox
{
width:100%;
position:relative;
z-index:9;
overflow:hidden;
height:95px;
}
#carousel-custom .carousel-indicators {
margin: 10px 0 0;
overflow-x:auto;
/* position: static;
text-align: left;*/
white-space: nowrap;
width: 100%;
}
#carousel-custom .carousel-indicators li {
background-color: transparent;
-webkit-border-radius: 0;
border-radius: 0;
display: inline-block;
height: auto;
width: auto;
float:left;
}
#carousel-custom .carousel-indicators li img {
display: block;
opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
opacity: 0.75;
}
.left.carousel-control
{
position:absolute;
left:0;
top:45%;
z-index:99;
width:50px;
height:50px;
}
.right.carousel-control
{
position:absolute;
right:0;
top:45%;
z-index:99;
width:50px;
height:50px;
}
.flex-direction-nav .flex-prev {
background-image: url(../images/back-page-icon-hover.svg);
background-repeat: no-repeat;
background-position: center center;
background-size:25px;
display:block;
width:25px;
height:25px;
font-size:0;
line-height:0;
}
.flex-direction-nav .flex-prev:hover {
background-image: url(../images/back-page-icon-hover.svg);
}
.flex-direction-nav .flex-next {
background-image: url(../images/next-page-icon-hover.svg);
background-repeat: no-repeat;
background-position: center center;
background-size:25px;
display:block;
width:25px;
height:25px;
font-size:0;
line-height:0;
}
.flex-direction-nav .flex-next:hover{
background-image: url(../images/next-page-icon-hover.svg);
}
.inner-detailBox #carousel li
{
border:2px solid #fff;
}
.inner-detailBox #carousel li.flex-active-slide
{
border:2px solid #0078d5;
}
.inner-detailBox .catActionBtns > li
{
float:right;
}
.inner-detailBox .catActionBtns > li:first-child
{
margin-left:20px;
}
.detailAd-section
{
width:100%;
padding:0;
position:relative;
top:-11px;
}
.detailAd-section h3
{
font-weight:600;
font-size:18px;
margin-bottom:25px;
color:#444;
}
.adListing
{
width:100%;
padding:0;
margin:11px 0 0 0;
list-style:none;
float:left;
}
.adListing li
{
width:25%;
margin-bottom:25px;
float:left;
padding:0;
list-style:none;
}
.adListing li .innerBox
{
margin:3px;
padding:5px;
display:block;
background:#fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 0 5px 2px rgba(204,204,204,0.54);
box-shadow: 0px 0 5px 2px rgba(204,204,204,0.54);
}
.adListing li .innerBox .circleBox
{
width:75px;
height:75px;
text-align:center;
position:relative;
padding-top:15px;
top:-19px;
margin:0 auto;
display:block;
background:#fff;
cursor:pointer;
border:1px solid #e0454a;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.circleBox span
{
background-repeat: no-repeat;
background-position: center center;
background-size:39px;
display:block;
width:100%;
height:100%;
font-size:0;
position:absolute;
left:0;
top:0;
line-height:0;
}
.circleBox .calnder-icon
{
background-image: url(../images/ad-calendar.svg);
}
.circleBox .kilometer-icon
{
background-image: url(../images/ad-speed.svg);
}
.circleBox .color-icon
{
background-image: url(../images/ad-water.svg);
}
.circleBox .body-icon
{
background-image: url(../images/ad-car.svg);
}
.circleBox .doors-icon
{
background-image: url(../images/ad-door.svg);
}
.circleBox .trans-icon
{
background-image: url(../images/ad-podcast.svg);
}
.circleBox .warranty-icon
{
background-image: url(../images/ad-sticker.svg);
}
.circleBox .spec-icon
{
background-image: url(../images/ad-internet.svg);
}
.adListing li .innerBox .circleBox:hover .calnder-icon
{
background-image: url(../images/ad-calendar-hover.svg);
}
.adListing li .innerBox .circleBox:hover .kilometer-icon
{
background-image: url(../images/ad-speed-hover.svg);
}
.adListing li .innerBox .circleBox:hover .color-icon
{
background-image: url(../images/ad-water-hover.svg);
}
.adListing li .innerBox .circleBox:hover .color-icon
{
background-image: url(../images/ad-water-hover.svg);
}
.adListing li .innerBox .circleBox:hover .body-icon
{
background-image: url(../images/ad-car-hover.svg);
}
.adListing li .innerBox .circleBox:hover .doors-icon
{
background-image: url(../images/ad-door-hover.svg);
}
.adListing li .innerBox .circleBox:hover .trans-icon
{
background-image: url(../images/ad-podcast-hover.svg);
}
.adListing li .innerBox .circleBox:hover .warranty-icon
{
background-image: url(../images/ad-sticker-hover.svg);
}
.adListing li .innerBox .circleBox:hover .spec-icon
{
background-image: url(../images/ad-internet-hover.svg);
}
.adListing li .innerBox .circleBox:hover
{
background:#e0454a;
}
.adListing li:nth-child(2) .innerBox .circleBox
{
border:1px solid #fc8510;
}
.adListing li:nth-child(2) .innerBox .circleBox:hover
{
background:#fc8510;
}
.adListing li:nth-child(3) .innerBox .circleBox
{
border:1px solid #eebd49;
}
.adListing li:nth-child(3) .innerBox .circleBox:hover
{
background:#eebd49;
}
.adListing li:nth-child(4) .innerBox .circleBox
{
border:1px solid #e75d7c;
}
.adListing li:nth-child(4) .innerBox .circleBox:hover
{
background:#e75d7c;
}
.adListing li:nth-child(5) .innerBox .circleBox
{
border:1px solid #74dcb5;
}
.adListing li:nth-child(5) .innerBox .circleBox:hover
{
background:#74dcb5;
}
.adListing li:nth-child(6) .innerBox .circleBox
{
border:1px solid #bd7ae6;
}
.adListing li:nth-child(6) .innerBox .circleBox:hover
{
background:#bd7ae6;
}
.adListing li:nth-child(7) .innerBox .circleBox
{
border:1px solid #8ed889;
}
.adListing li:nth-child(7) .innerBox .circleBox:hover
{
background:#8ed889;
}
.adListing li:nth-child(8) .innerBox .circleBox
{
border:1px solid #7699ea;
}
.adListing li:nth-child(8) .innerBox .circleBox:hover
{
background:#7699ea;
}
/* property-detail.html icons Css Start here*/
.circleBox .bed-icon
{
background-image: url(../images/double-king-size-bed.svg);
}
.adListing li .innerBox .circleBox:hover .bed-icon
{
background-image: url(../images/double-king-size-bed-hover.svg);
}
.circleBox .bath-icon
{
background-image: url(../images/bathroom.svg);
}
.adListing li .innerBox .circleBox:hover .bath-icon
{
background-image: url(../images/bathroom-hover.svg);
}
.circleBox .scale-icon
{
background-image: url(../images/scale.svg);
}
.adListing li .innerBox .circleBox:hover .scale-icon
{
background-image: url(../images/scale-hover.svg);
}
.circleBox .price-icon
{
background-image: url(../images/dollar-sign.svg);
}
.adListing li .innerBox .circleBox:hover .price-icon
{
background-image: url(../images/dollar-sign-hover.svg);
}
.circleBox .time-icon
{
background-image: url(../images/timetable.svg);
}
.adListing li .innerBox .circleBox:hover .time-icon
{
background-image: url(../images/timetable-hover.svg);
}
.circleBox .clock-icon
{
background-image: url(../images/clock-circular.svg);
}
.adListing li .innerBox .circleBox:hover .clock-icon
{
background-image: url(../images/clock-circular-hover.svg);
}
.circleBox .age-icon
{
background-image: url(../images/timetable.svg);
}
.adListing li .innerBox .circleBox:hover .age-icon
{
background-image: url(../images/timetable.svg);
}
.circleBox .hotel-icon
{
background-image: url(../images/hotel.svg);
}
.adListing li .innerBox .circleBox:hover .hotel-icon
{
background-image: url(../images/hotel-hover.svg);
}
.circleBox .gas-icon
{
background-image: url(../images/gas.svg);
}
.adListing li .innerBox .circleBox:hover .gas-icon
{
background-image: url(../images/gas-hover.svg);
}
/* property-detail.html icons css end here */
/* Classified-detail.html icons css Start here */
.circleBox .age2-icon
{
background-image: url(../images/age.svg);
}
.adListing li .innerBox .circleBox:hover .age2-icon
{
background-image: url(../images/age-hover.svg);
}
.circleBox .usage-icon
{
background-image: url(../images/usage.svg);
}
.adListing li .innerBox .circleBox:hover .usage-icon
{
background-image: url(../images/usage-hover.svg);
}
.circleBox .condition-icon
{
background-image: url(../images/condition.svg);
}
.adListing li .innerBox .circleBox:hover .condition-icon
{
background-image: url(../images/condition-hover.svg);
}
/* Classified-detail.html icons css end here */
/* Job-detail.html Page css Start here */
.single_box{
position: relative;
border:1px solid #b9b9b9;
padding: 18px;
max-width: 100%;
margin-bottom: 20px;
}
.single_box img{
position: relative;
max-width: 100%;
}
.thumb_desc{
width: 93%;
min-height: 50px;
background: #000000;
background-color:rgba(0, 0, 0, 0.5);
position: absolute;
top:18px;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
line-height: 50px;
font-size: 13px;
}
.circleBox .employment-icon
{
background-image: url(../images/employment-icon.svg);
}
.adListing li .innerBox .circleBox:hover .employment-icon
{
background-image: url(../images/employment-icon-hover.svg);
}
.circleBox .salary-icon
{
background-image: url(../images/salary-icon.svg);
}
.adListing li .innerBox .circleBox:hover .salary-icon
{
background-image: url(../images/salary-icon-hover.svg);
}
.circleBox .experince-icon
{
background-image: url(../images/experince-icon.svg);
}
.adListing li .innerBox .circleBox:hover .experince-icon
{
background-image: url(../images/experince-icon-hover.svg);
}
.circleBox .edu-icon
{
background-image: url(../images/edu-icon.svg);
}
.adListing li .innerBox .circleBox:hover .edu-icon
{
background-image: url(../images/edu-icon-hover.svg);
}
.circleBox .listed-icon
{
background-image: url(../images/listed-icon.svg);
}
.adListing li .innerBox .circleBox:hover .listed-icon
{
background-image: url(../images/listed-icon-hover.svg);
}
.circleBox .career-icon
{
background-image: url(../images/career-icon.svg);
}
.adListing li .innerBox .circleBox:hover .career-icon
{
background-image: url(../images/career-icon-hover.svg);
}
.circleBox .position-icon
{
background-image: url(../images/position-icon.svg);
}
.adListing li .innerBox .circleBox:hover .position-icon
{
background-image: url(../images/position-icon-hover.svg);
}
/* Job-detail.html Page css end here */
/* Sucess Page Css start here */
.popup-content .icon-box {
color: #fff;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
top: -50px;
width: 125px;
height: 125px;
border-radius: 50%;
z-index: 9;
background: #33ae61;
padding: 20px;
text-align: center;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.popup-content .icon-box i {
font-size: 78px;
position: relative;
top: 3px;
}
.popup-content.popup2 h2{
margin-top: 90px;
text-transform: uppercase;
font-weight: 600;
}
.popup-content.popup2 .btn{
background: #33ae61;
}
/* Sucess Page Css End Here */
.adInfo
{
width:100%;
position:relative;
text-align:center;
}
.adInfo h4
{
font-size:12px;
font-weight:600;
margin:0;
}
.adInfo p
{
font-size:12px;
}
.propertyListingPage .gridViewCat .holder
{
-webkit-box-shadow: 0px 3px 1px 0px rgba(239,239,239,1);
-moz-box-shadow: 0px 3px 1px 0px rgba(239,239,239,1);
box-shadow: 0px 3px 1px 0px rgba(239,239,239,1);
}
.propertyListingPage .listViewCat .holder
{
padding-top:30px;
padding-bottom:12px;
}
.propertyListingPage .manage-ViewCat .propIcons
{
margin-bottom:25px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
width:100%;
}
.propIcons a
{
color:#666;
}
.propIcons a:hover
{
color:#007cdc;
}
.propertyListingPage p.loc-point
{
font-size:15px;
}
.conditionSection
{
width:100%;
float:left;
position:relative;
top:-11px;
padding:5%;
margin:0;
-webkit-box-shadow: 0px 0 5px 2px rgba(204,204,204,0.54);
box-shadow: 0px 0 5px 2px rgba(204,204,204,0.54);
}
.conditionSection ul
{
padding:0;
margin:0;
list-style:none;
width:100%;
float:left;
}
.conditionSection ul li
{
padding:0;
margin:0 0 15px 0;
list-style:none;
width:100%;
float:left;
}
.conditionSection ul li:last-child
{
margin:0;
}
.conditionSection ul li div.col-a
{
width:49%;
float:left;
padding:0;
margin:0;
}
.conditionSection ul li div.col-b
{
width:49%;
float:right;
padding:0;
margin:0;
}
.conditionSection ul li div.col-a p
{
font-size:13px;
margin:0;
}
.conditionSection ul li div.col-a p
{
position:relative;
}
.conditionSection ul li i.icon-body
{
background-image: url(../images/icon-car.svg);
background-repeat: no-repeat;
background-position: top;
background-size:17px;
display:inline-block;
width:20px;
height:20px;
font-size:0;
line-height:0;
position:absolute;
left:0;
top:3px;
}
.conditionSection ul li i.icon-mech
{
background-image: url(../images/icon-support.svg);
background-repeat: no-repeat;
background-position: top;
background-size:17px;
display:inline-block;
width:17px;
height:25px;
font-size:0;
line-height:0;
position:absolute;
left:0;
top:3px;
}
.conditionSection ul li i.icon-fuel
{
background-image: url(../images/icon-gas.svg);
background-repeat: no-repeat;
background-position: top;
background-size:17px;
display:inline-block;
width:20px;
height:25px;
font-size:0;
line-height:0;
position:absolute;
left:0;
top:3px;
}
.conditionSection ul li i.icon-trim
{
background-image: url(../images/icon-rim.svg);
background-repeat: no-repeat;
background-position: top;
background-size:17px;
display:inline-block;
width:20px;
height:25px;
font-size:0;
line-height:0;
position:absolute;
left:0;
top:3px;
}
.conditionSection ul li i.icon-cyl
{
background-image: url(../images/icon-motor.svg);
background-repeat: no-repeat;
background-position: top;
background-size:12px;
display:inline-block;
width:20px;
height:25px;
font-size:0;
line-height:0;
position:absolute;
left:0;
top:3px;
}
.conditionSection ul li i.icon-seller
{
background-image: url(../images/icon-man.svg);
background-repeat: no-repeat;
background-position: top;
background-size:13px;
display:inline-block;
width:20px;
height:25px;
font-size:0;
line-height:0;
position:absolute;
left:0;
top:3px;
}
.conditionSection ul li i.icon-extras
{
background-image: url(../images/icon-list.svg);
background-repeat: no-repeat;
background-position: top;
background-size:15px;
display:inline-block;
width:20px;
height:25px;
font-size:0;
line-height:0;
position:absolute;
left:0;
top:3px;
}
.conditionSection ul li div.col-a p
{
padding-left:25px;
}
.conditionSection ul li div.col-b p
{
font-weight:600;
font-size:12px;
margin:0;
}
.inner-detailBox h3
{
color:#444;
font-size:18px;
font-weight:600;
margin:0 0 11px 0;
}
.descriptionSection
{
float:left;
width:100%;
margin-top:15px;
}
.descriptionSection ul
{
padding-left:15px;
font-size:14px;
}
.descriptionSection ul li
{
font-size:14px;
margin-bottom:5px;
}
.page-pagination
{
width:100%;
padding:0;
float:left;
margin-bottom:21px;
}
.left-page
{
width:45%;
float:left;
padding:2.5%;
border:1px solid #b9b9b9;
border-radius:1px;
}
.right-page
{
width:45%;
float:right;
padding:2.5%;
border:1px solid #b9b9b9;
border-radius:1px;
}
.page-pagination p
{
padding:0;
margin:0;
font-size:14px;
font-weight:600;
position:relative;
}
.page-pagination p a:hover, .right-page:hover p a, .left-page:hover p a
{
color:#007cdc;
}
p.tp-1
{
font-size:14px;
color:#666;
padding:0;
margin:0;
font-style:italic;
font-weight:400;
}
.page-pagination p a
{
font-size:14px;
color:#666;
padding:0;
text-decoration:none;
display:inline-block;
}
.page-pagination p.tp-1 a
{
padding-left:15px;
}
.right-page p
{
text-align:right;
}
.page-pagination .arrow-left
{
width:8px;
height:12px;
position:absolute;
left:0;
top:5px;
display:inline-block;
font-size:0;
background: url(../images/left-blue.gif) no-repeat;
}
.page-pagination .arrow-right
{
width:8px;
height:12px;
position:absolute;
right:0;
top:5px;
display:inline-block;
font-size:0;
background: url(../images/right-blue.gif) no-repeat;
}
.right-page p.tp-1 a
{
padding-left:0;
padding-right:15px;
}
.commentsSection
{
width:100%;
padding:0;
float:left;
}
.commentsSection h3 {
color: #444;
font-size: 18px;
font-weight: 600;
margin: 0 0 11px 0;
}
.commentBox
{
border:1px solid #b9b9b9;
padding:2% 3%;
border-radius:1px;
margin-bottom:21px;
float:left;
}
.commentBox p
{
font-size:12px;
font-weight:600;
color:#444;
}
.commentBox h5
{
position:relative;
font-size:14px;
font-weight:600;
}
span.date-c
{
display:block;
color:#666;
font-size:12px;
display:block;
font-weight:600;
}
.btn-right
{
position:absolute;
right:0;
top:3px;
}
.btn-right a
{
background:#ff7800;
color:#fff;
font-size:12px;
border-radius:2px;
padding:2px 9px;
}
/********************** waqas css ^^^^^^^^^^^^^^^^^^^*/
.side-bar-left{
color: #444444;
}
.side-bar-left h5{
font-size: 18px;
}
.sidebar-priceBox
{
padding:5% 7%;
border:1px solid #b9b9b9;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.loc-point
{
color:#333;
display:block;
font-weight:600;
font-size:12px;
}
.sidebar-priceBox p
{
font-size:20px;
color:#0076bb;
margin:0;
padding:0;
font-weight:600;
}
.sidebar-priceBox p span
{
font-size:28px;
font-weight:700;
}
/* Sidebar Css Start here */
.grey-outer-box{
padding-top: 30px;
padding-bottom: 30px;
background: #eeeeee;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.user-box{
margin: 0 auto;
margin-bottom: 30px;
margin-left: 27px;
float: left;
}
.user-box img{
float: left;
margin-right: 8px;
position:relative;
top:3px;
width: 60px;
height: 60px;
border-radius: 50%;
object-fit: cover;
}
ul.user-info{
padding: 0;
margin: 0;
list-style: none;
float: left;
}
ul.user-info li{
font-size: 12px;
color: #666666;
line-height: 23px;
}
ul.user-info li h3{
color: #444444;
font-size: 17px;
margin-bottom: 0;
font-weight: bold;
}
ul.user-info li.on{
color: #26e72f;
font-size: 12px;
}
ul.user-info li.on span{
font-size: 18px;
margin-right: 5px;
display: block;
padding-top: 3px;
width: 11px;
height: 11px;
float: left;
background: #26e72f;
margin-top: 6px;
border-radius: 12px;
}
.chat_box{
margin: 0 auto;
margin-bottom: -14px;
}
.chat_box .btn{
margin: 0 auto;
margin-bottom: 15px;
border-radius: 5px;
min-width: 204px;
display: inherit;
font-size: 14px;
}
.chat_box .btn img{
padding-right: 8px;
margin-right: 8px;
float: left;
vertical-align: middle;
}
.btn-chat, .btn-chat:hover {
color: #ffffff;
background-color: #007CDC;
border-color: #007CDC;
}
.btn-apply, .btn-apply:hover {
color: #ffffff;
background-color: #87b821;
border-color: #87b821;
}
.btn-follow, .btn-follow:hover {
color: #ffffff;
background-color: #ff7800;
border-color: #ff7800;
}
.contact_form1{
margin: 0 auto;
padding: 14px;
border: 2px solid #007cdc;
margin-bottom: -3px;
}
.contact_form1 h5{
color: #007cdc;
font-size: 15px;
text-align: center;
margin-bottom: 10px;
margin-bottom: 23px;
}
.contact_form1 label{
margin-bottom: 0;
color: #444444;
}
.contact_form1 .form-control{
border: 1px solid #ccc;
border-radius: 2px;
}
.contact_form1 .form-group{
margin-bottom: 0;
}
.contact_form1 .form-group textarea{
margin-bottom: 10px;
}
.contact_form1 button.snd{
border: 1px solid #007cdc;
color: #007cdc;
text-transform: uppercase;
font-size: 12px;
}
.contact_form1 button.snd:hover{
background-color: #007cdc;
color: #fff;
}
/* Toggle Form Css Start here */
a.morelink {
text-decoration:none;
outline: none;
}
.morecontent span {
display: none;
}
.comment {
width: 220px;
background-color: #f0f0f0;
margin: 10px;
}
.sho{
display: none
}
.abcMain.showMoreCat .sho {
display: inline-block;
}
.abcMain.showMoreCat .sh
{
display: none;
}
.side-bar-left .collapse:not(.show) {
height: 63px;
overflow: hidden;
display: block;
}
.abcMain.grey .contact_form1{
border: 2px solid #b9b9b9;
}
.abcMain.grey .contact_form1 h5{
color: #444444;
}
.abcMain .text-center{
min-height: 30px;
margin-top: -20px;
}
.abcMain .text-center a{
text-align: center;
}
.abcMain .categoryArrowDown {
background-image: url(../images/keyboard-right-arrow-buttongrey.svg);
background-size: 9px;
height: 22px;
width: 22px;
background-repeat: no-repeat;
background-position: center center;
float: none;
background-color: #ccc;
border-radius: 20px;
transform: rotate(90deg);
}
.abcMain .categoryArrowUp {
background-image: url(../images/keyboard-right-arrow-buttonwhite.svg);
background-size: 9px;
height:22px;
width:22px;
background-repeat: no-repeat;
background-position: center center;
float: none;
background-color: #007cdc;
border-radius: 20px;
transform: rotate(-90deg);
}
/* Toggle Form Css End here */
ul.social {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
margin-top: 16px;
min-height: 60px;
}
ul.social > li {
display: inline-block;
}
ul.social > li > a {
display: inline-block;
font-size: 18px;
line-height: 43px;
width: 43px;
height: 43px;
border-radius: 36px;
background-color: #222222;
color: #fff;
margin: 0 3px 3px 0;
}
ul.social > li > a.fb{
background-color: #3b5999;
}
ul.social > li > a.twt{
background-color: #1ca0f2;
}
ul.social > li > a.gplus{
background-color: #d5493a;
}
ul.social > li > a.lnk{
background-color: #0077b4;
}
ul.social > li > a.pin{
background-color: #c6202d;
}
.side-bar-left .form-control
{
font-size:12px;
font-style:italic;
}
.side-bar-left .form-group
{
margin-bottom:9px;
}
ul.social > li > a:hover {
text-decoration: none;
font-size: 15px;
}
.post_map{
width: auto;
font-size: 11px;
margin-bottom: 20px;
max-width: 100%;
}
.post_map p{
font-size: 14px;
}
.post_map img{
max-width: 100%;
}
ul.post_rel{
padding: 0;
margin: 0;
list-style: none;
}
ul.post_rel li a{
text-decoration: none;
}
ul.post_rel li img{
border: 1px solid #ccc;
margin-right: 10px;
float: left;
width: 98px;
}
ul.post_rel li h4{
color: #444444;
font-weight: bold;
font-size: 14px;
text-decoration: underline;
margin-bottom: 8px;
text-decoration: none;
}
ul.post_rel li h4:hover{
text-decoration: underline;
}
ul.post_rel li h4 span{
color: #3f93e1;
}
ul.post_rel li{
margin-bottom: 40px;
}
/* Sidebar Css End here */
#slider.flexslider
{
width:100%;
height:390px;
overflow:hidden;
position:relative;
}
.loader {
width: 30px;
height: 30px;
border: 3px solid #000;
position: absolute;
top: 50%;
left: 50%;
margin-top: -13px;
margin-left: -13px;
border-radius: 60px;
border-left-color: transparent;
animation: loader 0.8s linear infinite;
-webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(180deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes loader {
0% {
-webkit-transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@media only screen and (max-width: 1200px) {
.adListing li
{
width:33.33%;
}
#slider.flexslider
{
min-height:111px;
height:auto;
}
}
@media only screen and (max-width: 1024px) {
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn)
{
width:190px;
}
.textField > .form-control
{
font-weight:500;
}
.adListing li
{
width:50%;
}
}
@media only screen and (max-width: 900px) {
.textField > .form-control
{
font-size:12px;
}
.manage-ViewCat .lisViewtCatDetail h3
{
font-size:18px;
}
p.loc-point
{
font-size:12px;
}
.propery-searchSection button.actions-btn.bs-deselect-all.btn.btn-light
{
padding-left:3px;
text-align:center;
}
.propery-searchSection button.actions-btn.bs-select-all.btn.btn-light
{
padding-left:3px;
text-align:center;
}
.propery-searchSection .manage-icons .searchBtnsAction .btn
{
font-size:12px;
}
}
@media only screen and (max-width: 768px) {
.btn-social
{
margin-bottom:7px;
}
}
/* Gm Style Css End here */
/* intlTelInput or Intl tell input Css Start here used in forgot.html*/
.intl-tel-input { position: relative; }
.intl-tel-input .hide { display: none; }
.intl-tel-input .flag-dropdown { position: absolute; z-index: 1; cursor: pointer; top:9px; }
.intl-tel-input .flag-dropdown .selected-flag { margin: 1px; padding: 6px 16px 6px 6px; }
.intl-tel-input .flag-dropdown .selected-flag:hover { background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input .flag-dropdown .selected-flag .down-arrow { top: 6px; position: relative; left: 20px; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid black; }
.intl-tel-input .flag-dropdown .country-list { list-style: none; padding: 0; margin: 0; z-index: 1; overflow-y: scroll; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); background-color: white; border: 1px solid #cccccc; position: absolute; top: 29px; width: 330px; max-height: 200px; }
.intl-tel-input .flag-dropdown .country-list .divider { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #cccccc; }
.intl-tel-input .flag-dropdown .country-list .country { line-height: 16px; padding: 4px 10px; }
.intl-tel-input .flag-dropdown .country-list .country .dial-code { color: #999999; }
.intl-tel-input .flag-dropdown .country-list .country.highlight { background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input .flag-dropdown .country-list .flag { display: inline-block; vertical-align: bottom; }
.intl-tel-input .flag-dropdown .country-list .flag, .intl-tel-input .flag-dropdown .country-list .country-name { margin-right: 6px; }
.intl-tel-input input { box-sizing: border-box; -moz-box-sizing: border-box; padding-left: 47px; position: relative; z-index: 0; }
/* originally from https://github.com/lafeber/world-flags-sprite */
.f16 .flag { width: 16px; height: 16px; background: url("../images/flags16.png") no-repeat; }
.f16 ._African_Union { background-position: 0 -16px; }
.f16 ._Arab_League { background-position: 0 -32px; }
.f16 ._ASEAN { background-position: 0 -48px; }
.f16 ._CARICOM { background-position: 0 -64px; }
.f16 ._CIS { background-position: 0 -80px; }
.f16 ._Commonwealth { background-position: 0 -96px; }
.f16 ._England { background-position: 0 -112px; }
.f16 ._European_Union { background-position: 0 -128px; }
.f16 ._Islamic_Conference { background-position: 0 -144px; }
.f16 ._Kosovo { background-position: 0 -160px; }
.f16 ._NATO { background-position: 0 -176px; }
.f16 ._Northern_Cyprus { background-position: 0 -192px; }
.f16 ._Northern_Ireland { background-position: 0 -208px; }
.f16 ._Olimpic_Movement { background-position: 0 -224px; }
.f16 ._OPEC { background-position: 0 -240px; }
.f16 ._Red_Cross { background-position: 0 -256px; }
.f16 ._Scotland { background-position: 0 -272px; }
.f16 ._Somaliland { background-position: 0 -288px; }
.f16 ._Tibet { background-position: 0 -304px; }
.f16 ._United_Nations { background-position: 0 -320px; }
.f16 ._Wales { background-position: 0 -336px; }
.f16 .ad { background-position: 0 -352px; }
.f16 .ae { background-position: 0 -368px; }
.f16 .af { background-position: 0 -384px; }
.f16 .ag { background-position: 0 -400px; }
.f16 .ai { background-position: 0 -416px; }
.f16 .al { background-position: 0 -432px; }
.f16 .am { background-position: 0 -448px; }
.f16 .an { background-position: 0 -464px; }
.f16 .ao { background-position: 0 -480px; }
.f16 .aq { background-position: 0 -496px; }
.f16 .ar { background-position: 0 -512px; }
.f16 .as { background-position: 0 -528px; }
.f16 .at { background-position: 0 -544px; }
.f16 .au { background-position: 0 -560px; }
.f16 .aw { background-position: 0 -576px; }
.f16 .az { background-position: 0 -592px; }
.f16 .ba { background-position: 0 -608px; }
.f16 .bb { background-position: 0 -624px; }
.f16 .bd { background-position: 0 -640px; }
.f16 .be { background-position: 0 -656px; }
.f16 .bf { background-position: 0 -672px; }
.f16 .bg { background-position: 0 -688px; }
.f16 .bh { background-position: 0 -704px; }
.f16 .bi { background-position: 0 -720px; }
.f16 .bj { background-position: 0 -736px; }
.f16 .bm { background-position: 0 -752px; }
.f16 .bn { background-position: 0 -768px; }
.f16 .bo { background-position: 0 -784px; }
.f16 .br { background-position: 0 -800px; }
.f16 .bs { background-position: 0 -816px; }
.f16 .bt { background-position: 0 -832px; }
.f16 .bw { background-position: 0 -848px; }
.f16 .by { background-position: 0 -864px; }
.f16 .bz { background-position: 0 -880px; }
.f16 .ca { background-position: 0 -896px; }
.f16 .cg { background-position: 0 -912px; }
.f16 .cf { background-position: 0 -928px; }
.f16 .cd { background-position: 0 -944px; }
.f16 .ch { background-position: 0 -960px; }
.f16 .ci { background-position: 0 -976px; }
.f16 .ck { background-position: 0 -992px; }
.f16 .cl { background-position: 0 -1008px; }
.f16 .cm { background-position: 0 -1024px; }
.f16 .cn { background-position: 0 -1040px; }
.f16 .co { background-position: 0 -1056px; }
.f16 .cr { background-position: 0 -1072px; }
.f16 .cu { background-position: 0 -1088px; }
.f16 .cv { background-position: 0 -1104px; }
.f16 .cy { background-position: 0 -1120px; }
.f16 .cz { background-position: 0 -1136px; }
.f16 .de { background-position: 0 -1152px; }
.f16 .dj { background-position: 0 -1168px; }
.f16 .dk { background-position: 0 -1184px; }
.f16 .dm { background-position: 0 -1200px; }
.f16 .do { background-position: 0 -1216px; }
.f16 .dz { background-position: 0 -1232px; }
.f16 .ec { background-position: 0 -1248px; }
.f16 .ee { background-position: 0 -1264px; }
.f16 .eg { background-position: 0 -1280px; }
.f16 .eh { background-position: 0 -1296px; }
.f16 .er { background-position: 0 -1312px; }
.f16 .es { background-position: 0 -1328px; }
.f16 .et { background-position: 0 -1344px; }
.f16 .fi { background-position: 0 -1360px; }
.f16 .fj { background-position: 0 -1376px; }
.f16 .fm { background-position: 0 -1392px; }
.f16 .fo { background-position: 0 -1408px; }
.f16 .fr { background-position: 0 -1424px; }
.f16 .ga { background-position: 0 -1440px; }
.f16 .gb { background-position: 0 -1456px; }
.f16 .gd { background-position: 0 -1472px; }
.f16 .ge { background-position: 0 -1488px; }
.f16 .gg { background-position: 0 -1504px; }
.f16 .gh { background-position: 0 -1520px; }
.f16 .gi { background-position: 0 -1536px; }
.f16 .gl { background-position: 0 -1552px; }
.f16 .gm { background-position: 0 -1568px; }
.f16 .gn { background-position: 0 -1584px; }
.f16 .gp { background-position: 0 -1600px; }
.f16 .gq { background-position: 0 -1616px; }
.f16 .gr { background-position: 0 -1632px; }
.f16 .gt { background-position: 0 -1648px; }
.f16 .gu { background-position: 0 -1664px; }
.f16 .gw { background-position: 0 -1680px; }
.f16 .gy { background-position: 0 -1696px; }
.f16 .hk { background-position: 0 -1712px; }
.f16 .hn { background-position: 0 -1728px; }
.f16 .hr { background-position: 0 -1744px; }
.f16 .ht { background-position: 0 -1760px; }
.f16 .hu { background-position: 0 -1776px; }
.f16 .id { background-position: 0 -1792px; }
.f16 .mc { background-position: 0 -1792px; }
.f16 .ie { background-position: 0 -1808px; }
.f16 .il { background-position: 0 -1824px; }
.f16 .im { background-position: 0 -1840px; }
.f16 .in { background-position: 0 -1856px; }
.f16 .iq { background-position: 0 -1872px; }
.f16 .ir { background-position: 0 -1888px; }
.f16 .is { background-position: 0 -1904px; }
.f16 .it { background-position: 0 -1920px; }
.f16 .je { background-position: 0 -1936px; }
.f16 .jm { background-position: 0 -1952px; }
.f16 .jo { background-position: 0 -1968px; }
.f16 .jp { background-position: 0 -1984px; }
.f16 .ke { background-position: 0 -2000px; }
.f16 .kg { background-position: 0 -2016px; }
.f16 .kh { background-position: 0 -2032px; }
.f16 .ki { background-position: 0 -2048px; }
.f16 .km { background-position: 0 -2064px; }
.f16 .kn { background-position: 0 -2080px; }
.f16 .kp { background-position: 0 -2096px; }
.f16 .kr { background-position: 0 -2112px; }
.f16 .kw { background-position: 0 -2128px; }
.f16 .ky { background-position: 0 -2144px; }
.f16 .kz { background-position: 0 -2160px; }
.f16 .la { background-position: 0 -2176px; }
.f16 .lb { background-position: 0 -2192px; }
.f16 .lc { background-position: 0 -2208px; }
.f16 .li { background-position: 0 -2224px; }
.f16 .lk { background-position: 0 -2240px; }
.f16 .lr { background-position: 0 -2256px; }
.f16 .ls { background-position: 0 -2272px; }
.f16 .lt { background-position: 0 -2288px; }
.f16 .lu { background-position: 0 -2304px; }
.f16 .lv { background-position: 0 -2320px; }
.f16 .ly { background-position: 0 -2336px; }
.f16 .ma { background-position: 0 -2352px; }
.f16 .md { background-position: 0 -2368px; }
.f16 .me { background-position: 0 -2384px; }
.f16 .mg { background-position: 0 -2400px; }
.f16 .mh { background-position: 0 -2416px; }
.f16 .mk { background-position: 0 -2432px; }
.f16 .ml { background-position: 0 -2448px; }
.f16 .mm { background-position: 0 -2464px; }
.f16 .mn { background-position: 0 -2480px; }
.f16 .mo { background-position: 0 -2496px; }
.f16 .mq { background-position: 0 -2512px; }
.f16 .mr { background-position: 0 -2528px; }
.f16 .ms { background-position: 0 -2544px; }
.f16 .mt { background-position: 0 -2560px; }
.f16 .mu { background-position: 0 -2576px; }
.f16 .mv { background-position: 0 -2592px; }
.f16 .mw { background-position: 0 -2608px; }
.f16 .mx { background-position: 0 -2624px; }
.f16 .my { background-position: 0 -2640px; }
.f16 .mz { background-position: 0 -2656px; }
.f16 .na { background-position: 0 -2672px; }
.f16 .nc { background-position: 0 -2688px; }
.f16 .ne { background-position: 0 -2704px; }
.f16 .ng { background-position: 0 -2720px; }
.f16 .ni { background-position: 0 -2736px; }
.f16 .nl { background-position: 0 -2752px; }
.f16 .no { background-position: 0 -2768px; }
.f16 .np { background-position: 0 -2784px; }
.f16 .nr { background-position: 0 -2800px; }
.f16 .nz { background-position: 0 -2816px; }
.f16 .om { background-position: 0 -2832px; }
.f16 .pa { background-position: 0 -2848px; }
.f16 .pe { background-position: 0 -2864px; }
.f16 .pf { background-position: 0 -2880px; }
.f16 .pg { background-position: 0 -2896px; }
.f16 .ph { background-position: 0 -2912px; }
.f16 .pk { background-position: 0 -2928px; }
.f16 .pl { background-position: 0 -2944px; }
.f16 .pr { background-position: 0 -2960px; }
.f16 .ps { background-position: 0 -2976px; }
.f16 .pt { background-position: 0 -2992px; }
.f16 .pw { background-position: 0 -3008px; }
.f16 .py { background-position: 0 -3024px; }
.f16 .qa { background-position: 0 -3040px; }
.f16 .re { background-position: 0 -3056px; }
.f16 .ro { background-position: 0 -3072px; }
.f16 .rs { background-position: 0 -3088px; }
.f16 .ru { background-position: 0 -3104px; }
.f16 .rw { background-position: 0 -3120px; }
.f16 .sa { background-position: 0 -3136px; }
.f16 .sb { background-position: 0 -3152px; }
.f16 .sc { background-position: 0 -3168px; }
.f16 .sd { background-position: 0 -3184px; }
.f16 .se { background-position: 0 -3200px; }
.f16 .sg { background-position: 0 -3216px; }
.f16 .si { background-position: 0 -3232px; }
.f16 .sk { background-position: 0 -3248px; }
.f16 .sl { background-position: 0 -3264px; }
.f16 .sm { background-position: 0 -3280px; }
.f16 .sn { background-position: 0 -3296px; }
.f16 .so { background-position: 0 -3312px; }
.f16 .sr { background-position: 0 -3328px; }
.f16 .st { background-position: 0 -3344px; }
.f16 .sv { background-position: 0 -3360px; }
.f16 .sy { background-position: 0 -3376px; }
.f16 .sz { background-position: 0 -3392px; }
.f16 .tc { background-position: 0 -3408px; }
.f16 .td { background-position: 0 -3424px; }
.f16 .tg { background-position: 0 -3440px; }
.f16 .th { background-position: 0 -3456px; }
.f16 .tj { background-position: 0 -3472px; }
.f16 .tl { background-position: 0 -3488px; }
.f16 .tm { background-position: 0 -3504px; }
.f16 .tn { background-position: 0 -3520px; }
.f16 .to { background-position: 0 -3536px; }
.f16 .tr { background-position: 0 -3552px; }
.f16 .tt { background-position: 0 -3568px; }
.f16 .tv { background-position: 0 -3584px; }
.f16 .tw { background-position: 0 -3600px; }
.f16 .tz { background-position: 0 -3616px; }
.f16 .ua { background-position: 0 -3632px; }
.f16 .ug { background-position: 0 -3648px; }
.f16 .us { background-position: 0 -3664px; }
.f16 .uy { background-position: 0 -3680px; }
.f16 .uz { background-position: 0 -3696px; }
.f16 .va { background-position: 0 -3712px; }
.f16 .vc { background-position: 0 -3728px; }
.f16 .ve { background-position: 0 -3744px; }
.f16 .vg { background-position: 0 -3760px; }
.f16 .vi { background-position: 0 -3776px; }
.f16 .vn { background-position: 0 -3792px; }
.f16 .vu { background-position: 0 -3808px; }
.f16 .ws { background-position: 0 -3824px; }
.f16 .ye { background-position: 0 -3840px; }
.f16 .za { background-position: 0 -3856px; }
.f16 .zm { background-position: 0 -3872px; }
.f16 .zw { background-position: 0 -3888px; }
/* intlTelInput or Intl tell input Css End here (used in forgot.html)*/
/* Jquery Script Top or jquerysctipttop.css Start here (used in forgot.html)*/
#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}
/* Jquery Script Top or jquerysctipttop.css End here (used in forgot.html)*/ | Design&HTML/12 - Details Pages/css/style.css |
.ui-widget-header {
border: 1px solid #007cdc;
background: #007cdc;
}
.ui-slider-horizontal .ui-slider-handle {
top: -4px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 2px solid #007cdc;
background: #fff;
}
.ui-slider .ui-slider-handle {
width: 13px;
height: 13px;
border-radius: 50%;
cursor: pointer;
}
.rangeHolder {
position: relative;
padding-top: 25px;
}
.rangeHolder .slider-range,
.rangeHolder .slider-range-date,
.rangeHolder .slider-range2 {
height: 7px;
margin-left: 8px;
margin-right: 1px;
margin-bottom: 15px;
}
.ui-widget-content {
border: 1px solid #ccc;
background: #adadad;
border-radius: 0 !important;
}
.rangeHolder .amount1.textFieldRange,
.rangeHolder .amount3.textFieldRange,
.rangeHolder .amount5.textFieldRange {
left: 0;
text-align: left;
}
.rangeHolder .amount2.textFieldRange,
.rangeHolder .amount4.textFieldRange,
.rangeHolder .amount6.textFieldRange {
right: 0;
text-align: right;
}
.rangeHolder .textFieldRange {
background: none;
border: none;
color: #999;
font-size: 12px;
width: auto;
min-width: inherit;
position: absolute;
top: 0;
outline: none;
}
/*Range Slider Css End Here */
/*Flex Slider Css Start Here */
/*
* jQuery FlexSlider v2.6.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: <NAME> (@mbmufffin)
*
*/
/* ====================================================================================================================
* FONT-FACE
* ====================================================================================================================*/
@font-face {
font-family: 'flexslider-icon';
src: url('fonts/flexslider-icon.eot');
src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
font-weight: normal;
font-style: normal;
}
/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
}
/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/
.flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
}
/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/
.flexslider {
margin:0 0 7px 0;
position: relative;
zoom: 1;
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*.flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 40px;
display: inline-block;
content: '\f001';
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
content: '\f002';
}*/
.flex-direction-nav .flex-prev {
left:5px;
}
.flex-direction-nav .flex-next {
right:5px;
text-align: right;
}
/*.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}*/
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}
/*Flex Slider Css End Here */
/* Style.css Start here */
/* with Bootstrap color scheme */
a:hover {
color: #fa771a;
}
a {
color: #007cdc;
}
/* with Bootstrap color scheme End */
body {
font-family: 'Open Sans', sans-serif;
color: #666;
}
.header-holder {
background-color: #007cdc;
padding: 8px 0;
}
.socialIcons {
margin: 3px 0 0;
}
.socialIcons:after {
clear: both;
display: block;
content: "";
}
.socialIcons > li:first-child {
margin-left: 0;
}
.socialIcons > li {
float: left;
margin-left: 10px;
}
.socialIcons > li > a {
display: block;
text-decoration: none;
min-width: 28px;
text-align: center;
padding-left: 4px;
padding-right: 4px;
color: #fff;
border-radius: 5px;
font-size: 0.9rem;
}
.socialIcons > li > a:hover, .socialIcons > li > a:focus {
background-color: #fa9900;
color: #fff;
}
.languangeSelect {
width: 155px;
position: relative;
margin-left: 25px;
padding-left: 22px;
}
.countrySelect {
width: 135px;
position: relative;
margin-left: 25px;
padding-left: 22px;
}
.countrySelect .selectClassic {
height: 26px;/* padding-left: 22px;*/
}
.languangeSelect .selectClassic {
height: 26px;
}
.countrySelect .fa {
position: absolute;
left: 0;
top: 4px;
color: #fff;
}
.selectClassic {
background: none;
}
.selectClassic.bootstrap-select .btn {
padding: 0;
background: none !important;
border: none;
color: #fff !important;
box-shadow: none !important;
outline: none !important;
font-size: 0.9rem;
}
.countrySelect .bootstrap-select .dropdown-menu .dropdown-item {
padding: .25rem 0.5rem;
font-size: 0.9rem;
}
.languangeSelect .bootstrap-select .dropdown-menu .dropdown-item {
padding: .25rem 0.5rem;
font-size: 0.9rem;
}
.languangeSelect .bootstrap-select .dropdown-menu .dropdown-item.active, .languangeSelect .bootstrap-select .dropdown-menu .dropdown-item:active {
background-color: #007cdc;
}
.countrySelect .bootstrap-select .dropdown-menu .dropdown-item.active, .countrySelect .bootstrap-select .dropdown-menu .dropdown-item:active {
background-color: #007cdc;
}
.btn-login-signup {
font-size: 0.8rem;
background-color: #f44336;
color: #fff !important;
padding: 2px 7px;
margin-left: 15px;
}
.btn-login-signup .fa {
margin-right: 3px;
}
.languangeSelect .fa {
position: absolute;
left: 0;
top: 4px;
color: #fff;
}
.nav-holder .dropdownHolderMain {
display: none;
position: absolute;
top: 100%;
left: 0;
min-width: 260px;
z-index: 100;
}
.nav-holder .megaMenu .dropdownHolderMain {
border: #ddd solid 1px;
min-width: 1100px;
left: calc(1100px / -2);
background-color: #fff;
}
.nav-holder .megaMenu .dropdownHolder {
border: none;
}
.menu2 .dropdownHolderMain{
min-width: auto !important;
width: 500px !important;
left: auto !important;
}
.nav-holder .dropdownHolder {
padding: 8px 15px;
margin: 0;
list-style: none;
border: #ddd solid 1px;
background-color: #fff;
float: left;
}
.nav-holder > .nav-item {
position: relative;
}
.nav-holder ul > li {
display: block;
text-align: left;
margin-bottom: 4px;
}
.nav-holder ul > li > a > span {
color: #b6b5b5;
}
.nav-holder ul > li:last-child {
margin-bottom: 0;
}
.nav-holder ul > li > a {
color: #2B2D2E;
text-decoration: none;
font-size: 12px;
text-transform: capitalize;
}
.nav-holder ul > li > a:hover {
color: #fa9900;
font-weight: 700;
}
.nav-holder > .nav-item:hover > .nav-link {
color: #fa9900;
}
.nav-holder > .nav-item:hover > .dropdownHolderMain {
display: block;
}
.logo {
margin: 15px 0;
}
.footer-logo {
margin-top: 0;
}
.logo > a {
display: block;
}
.logo > a > img {
width: 170px;
}
.footer-logo > a > img {
width: 100%;
}
.adBtns {
margin-top: 40px;
}
.adBtns > a {
font-size: 0.9rem;
background-color: #f44336;
color: #fff !important;
margin-left: 15px;
text-transform: capitalize;
border-radius: 30px;
font-weight: 700;
display: inline-block;
padding: 4px 9px;
min-height: 30px;
}
.adBtns > a:hover {
text-decoration: none;
}
.logo-holder {
border-bottom: #ddd solid 1px;
}
.nav-holder {
list-style: none;
padding: 22px 0;
margin: 0;
display: flex;
width: 100%;
justify-content: space-around;
}
.nav-holder > .nav-item:first-child {
margin-left: 0;
}
.nav-holder > .nav-item:last-child {
margin-right: 0;
}
.nav-holder > .nav-item {
text-align: center;
display: inline-block;
margin: 0 15.1px;
}
.nav-holder > .nav-item > .nav-link {
display: block;
padding: 0;
text-align: center;
color: #3c3241;
font-weight: 600;
font-size: 15px;
}
.nav-holder > .nav-item > .nav-link:hover, .nav-holder > .nav-item > .nav-link:focus {
color: #fa9900;
}
.nav-holder > .nav-item > .nav-link > .fa {
display: block;
font-size: 2rem;
margin-bottom: 4px;
color: #007cdc;
}
.nav-holder > .nav-item > .nav-link:hover .fa, .nav-holder > .nav-item > .nav-link:focus .fa, .nav-holder > .nav-item:hover > .nav-link .fa {
color: #fa9900;
}
.footer-holder {
background-color: #303030;
color: #fff;
font-size: 14px;
bottom: 0;
}
.footer-holder-inner {
padding-top: 20px;
}
.footerTitle {
display: block;
border-bottom: 1px solid #e1741f;
padding-bottom: 15px;
font-size: 1.4rem;
margin-bottom: 15px;
}
.footer-nav {
list-style: none;
padding: 0;
margin: 0;
}
.footer-nav > li > a {
color: #fff;
}
.footer-outer {
background-color: #393939;
padding: 20px 0;
}
.social-icone-footer {
padding: 0;
margin: 0;
list-style: none;
float: right;
}
.social-icone-footer:after {
clear: both;
display: block;
content: "";
}
.social-icone-footer > li {
float: left;
margin-left: 10px;
}
.footer-nav > li {
display: block;
margin-bottom: 15px;
}
.social-icone-footer > li > a {
background-color: #303030;
border-radius: 5px;
color: #fff;
display: inline-block;
height: 30px;
padding: 7px;
text-align: center;
vertical-align: middle;
width: 30px;
}
.footer-title {
font-size: 0.8rem;
}
.footer-readmore {
display: inline-block;
margin-bottom: 15px;
color: #e1741f !important;
font-size: 0.9rem;
}
.allright {
margin-bottom: 0;
margin-top: 6px;
}
.btn-msg {
background-color: #e08900!important;
border: 2px solid #e08900!important;
border-radius: 5px!important;
font-weight: 700;
margin-top: 15px;
padding: 10px;
text-transform: uppercase;
width: 90%;
}
.btn-msg:focus, .btn-msg.focus, .btn-msg:hover {
box-shadow: none !important;
background-color: #c77a00 !important;
border-color: #c77a00 !important;
}
.footer-nav > li > .fa {
color: #e1741f;
margin-right: 5px;
}
.social-icone-footer > li > a:hover, .social-icone-footer > li > a:focus {
background-color: #e08900;
}
.bannerHolder {
/*background-image: url(../images/banner.jpg);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;*/
/* min-height: 330px;
margin-bottom: 15px;
position: relative;*/
margin-bottom: 20px;
position: relative;
display: flex;
padding: 93px 90px;
min-height: 332px;
}
.bannerHolder .img-fluid {
position: absolute;
top: 0;
left: 0;
}
.bannerInner {
background-color: rgba(0,0,0,.5);
border-radius: 4px;
z-index: 10;
flex: 1;
position: absolute;
width: 100%;
max-width: 930px;
}
.searchHolder .btn-search {
min-width: 100px;
margin: 0;
padding: 0;
min-height: inherit;
height: 38px;
margin-left: 10px;
background-color: #007cdc;
border-color: #007cdc;
}
.searchHolder {
display: flex;
padding: 15px 15px 0 15px;
position: absolute;
bottom: 0;
width: 100%;
}
.searchField {
flex: 1;
}
.tabsHolder nav {
padding-left: 100px;
border-bottom: #fff solid 1px;
}
.tabsHolder .nav .nav-link {
color: #fff;
font-size: 12px;
font-weight: 700;
border-radius: 0;
border-top: none;
border-left: 1px solid rgba(255,255,255,0.3);
border-right: none;
padding: 18px 20px;
}
.tabsHolder .nav-tabs .nav-item.show .nav-link, .tabsHolder .nav-tabs .nav-link.active {
background: rgba(0,0,0,0.5) !important;
border-bottom: 2px solid #fa9900;
}
.tabsHolder {
position: relative;
}
.tabsHolder .searchIn {
position: absolute;
left: 0;
top: 0;
font-size: 12px;
color: #fff;
margin: 0;
padding: 31px 0 0;
font-weight: 700;
text-align: center;
width: 100px;
}
.tabsHolder .nav-tabs {
border-bottom: none;
}
.tabsHolder .nav-tabs .fa {
display: block;
color: #fff;
font-size: 22px;
}
.tabsHolder .tab-content {
padding-top: 0 !important;
position: relative;
padding-bottom: 70px !important;
}
.tabsHolder .tab-content .tab-pane {
padding-top: 60px;
position: relative;
}
.tabsHolder .tab-content .tab-pane [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.closeTab {
position: absolute;
right: 0;
top: 9px;
background: #ffffff;
padding: 4px 6px;
border-radius: 50%;
width: 38px;
height: 38px;
color: #007cdc;
display: flex;
text-align: center;
text-decoration: none !important;
}
.closeTab .fa {
margin-top: 6px;
display: block;
width: 100%;
}
.mainWrapper {
max-width: 1140px;
}
.marqueeHolder {
background-image: url(../images/tag-icon.jpg);
background-repeat: no-repeat;
background-position: left top;
margin-bottom: 15px;
display: flex;
align-items: center;
min-height: 55px;
padding-left: 284px;
position: relative;
}
.marqueeNav {
margin: 0;
padding: 0;
height: 55px;
}
.marqueeNav > li {
display: inline-block;
min-width: 100px;
border-right: 1px solid #ddd;
height: 100%;
padding-left: 15px;
padding-right: 15px;
padding-top: 11px;
line-height: normal;
}
.marqueeNav > li:last-child {
border-right: none;
}
.marqueeNav > li > a {
color: #222;
font-size: 12px;
text-decoration: none !important;
font-weight: 700;
}
.marqueeNav > li > a > em {
display: block;
font-style: normal;
color: #635b67;
font-weight: normal;
}
.latest-offer {
position: absolute;
color: #fff;
width: 284px;
top: 16px;
text-align: center;
left: 0;
}
.postad-img {
display: block;
}
.subscribeForm {
background: #fff;
border: 10px solid #dcdee3;
padding: 12.8px 20px;
}
.subTitle {
font-size: 16px;
font-weight: 700;
color: #222;
text-transform: uppercase;
display: block;
padding-bottom: 5px;
}
.subtTitleAction {
font-size: 14px;
color: #666;
display: block;
margin-bottom: 5px;
font-style: normal;
}
.styled-heading {
font-size: 40px;
margin-bottom: 40px;
padding-bottom: 20px;
position: relative;
text-align: center;
font-weight: 700;
color: #232323;
position: relative;
padding-top: 20px;
}
.heading-text-trad {
display: block;
font-size: 22px;
}
.styled-heading:before {
content: "";
position: absolute;
left: 50%;
top: 100%;
width: 100px;
height: 1px;
background: red;
margin-left: -50px;
}
.styled-heading:after {
content: "";
position: absolute;
left: 50%;
top: 100%;
width: 10px;
height: 10px;
background: #E0731F;
margin-left: -5px;
border-radius: 50%;
margin-top: -5px;
}
.tradeHolderImg {
width: calc(50% - 1px);
float: left;
border-right: 1px solid #ddd;
margin-right: -1px;
}
.tradeTitle {
display: block;
color: #444;
font-weight: 700;
font-size: 18px;
}
.tradeTitleDetail {
display: block;
}
.tradeHolder {
font-size: 12px;
color: #a1a1a1;
font-style: normal;
border: #ddd solid 1px;
}
.tradebyDetail {
float: left;
padding: 12px 0;
width: calc(50% - 1px);
border-left: 1px solid #ddd;
padding-left: 10px;
}
.tradeHolderImg .img-fluid {
margin: 0 auto;
display: block;
}
.hr-dotted {
width: 100%;
margin: 10px 0;
line-height: 1px;
clear: both;
border-bottom: 1px dashed #ccc;
}
.sec-text {
padding: 0;
margin: 0 0 12px;
list-style: none;
}
.sec-text > li > strong {
font-size: 12px;
color: #626262;
float: left;
margin-right: 5px;
}
.sec-text > li > span {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
float: left;
max-width: 210px;
margin-top: 2px;
}
.btn-event {
background-color: #fa9900 !important;
border-radius: 20px !important;
font-weight: 700;
font-size: 14px;
border-color: #fa9900 !important;
padding: 6px 20px;
}
.btn-event.focus, .btn-event:focus, .btn-event:hover {
box-shadow: none !important;
background-color: #c77a00 !important;
border-color: #c77a00 !important;
}
.sec-text > li:after {
clear: both;
display: block;
content: "";
}
.btn-subscribe-submit {
width: 100%;
height: 40px;
color: #fff;
font-size: 18px;
border: 0;
text-transform: uppercase;
background: #c50809 !important;
}
.btn-subscribe-submit:focus, .btn-subscribe-submit.focus {
box-shadow: none !important;
}
/* Masonary CSS Start */
.masonry { /* Masonry container */
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
margin: 0;
padding: 0;
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
column-gap: 1em;
}
.masonry-sidebar { /* Masonry container */
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
margin: 0;
padding: 0;
-moz-column-gap: 0.5em;
-webkit-column-gap: 0.5em;
column-gap: 0.5em;
}
.item {
display: inline-block;
background: #fff;
/* padding: 1em; */
margin: 0 0 1em;
width: 100%;
-webkit-transition: 1s ease all;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-shadow: 2px 2px 4px 0 #ccc;
}
.masonry-sidebar .item {
margin: 0 0 0.5em;
}
/* .item img{max-width:100%;} */
.item:hover img {
transform: scale(1.3);
transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
-webkit-transition: all .3s ease-in-out 0s;
opacity: 0.3;
}
.grid-item-link {
display: block;
overflow: hidden;
border-bottom: #ddd solid 1px;
}
@media only screen and (max-width: 320px) {
.masonry {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
.masonry-sidebar {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
.masonry {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
.masonry-sidebar {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 1201px) {
.masonry {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
.masonry-sidebar {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
/* Masonar CSS End */
.detail-thumb {
padding: 10px;
}
.masonryHolder {
background-color: #f4f4f4;
padding: 60px 0 15px 0;
position: relative;
}
.masonryHolder .nav-tabs {
border-bottom: none;
display: block;
text-align: center;
position: absolute;
top: 15px;
width: 100%;
left: 0;
}
.masonryHolder .nav-tabs .nav-link {
display: inline-block;
color: #495057;
font-size: 14px;
padding-left: 0;
padding-right: 0;
margin-right: 10px;
margin-left: 10px;
border: none;
}
.masonryHolder .nav-tabs .nav-link:hover {
border: none;
}
.masonryHolder .nav-tabs .nav-item.show .nav-link, .masonryHolder .nav-tabs .nav-link.active {
background-color: transparent;
border-color: transparent;
border-left: none;
border-right: none;
border-top: none;
border-radius: 0;
font-weight: 700
}
.mas-title {
margin: 0 0 8px 0;
font-weight: 700;
font-size: 15px;
color: #007cdc;
display: block;
text-transform: capitalize;
}
.mas-detail {
margin: 0 0 8px;
font-size: 12px;
color: #666;
}
.detail-thumb-price {
font-size: 18px;
font-weight: 700;
color: #635b67;
display: block;
}
.sidebarAds {
display: block;
}
.grid2 {
margin-bottom: 12px;
}
.positionStatic {
position: static;
}
.btn-center {
text-align: center;
margin: 0 0 15px 0;
}
.btn-center .btn-primary {
border: 0;
padding: 10px 25px;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
color: #fff;
background-color: #fa9900 !important;
border-color: #e08900 !important;
box-shadow: none !important;
}
.btn-center .btn-primary:hover {
background-color: #c77a00 !important;
border-color: #a36400 !important;
}
/* Listing Page */
.listingMain {
padding-top: 20px;
}
.bestSeller-field {
position: relative;
padding-left: 72px;
margin-bottom: 10px;
}
.adTitle {
font-size: 26px;
font-weight: 600;
display: block;
color: #464646;
}
.adTitleSub {
font-size: 14px;
display: block;
color: #666666;
font-style: normal;
}
.bestSeller-field > .sortBy {
position: absolute;
left: 0;
top: 4px;
font-weight: 600;
font-size: 15px;
color: #464646;
}
.bestSeller-field .dropdown-item.active, .bestSeller-field .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007cdc;
}
.bestSeller-field .form-control.bootstrap-select {
height: 28px;
}
.bestSeller-field .btn-light {
background-color: #ffffff;
border-color: #989898;
border-radius: 0;
padding-top: 4px;
padding-bottom: 4px;
line-height: normal;
color: #888888;
font-size: 14px;
}
.sellerHolder {
margin-bottom: 15px;
}
.bgGrey {
background-color: #e4e4e4;
}
.stackHolder {
padding: 15px 15px 11px 15px;
margin-bottom: 20px;
position: relative;
}
.stackHolder .adImageLeft {
position: absolute;
right: 100%;
z-index: 10;
top: 0;
width: 100px;
margin-right: 10px;
}
.stackHolder .adImageLeft > img {
width: 100%;
}
.stackHolder.tags {
padding-bottom: 1px;
}
.stackHolder:after {
clear: both;
display: block;
content: "";
}
.checkboxHolder {
float: left;
}
/* The Checkbox */
.checkboxStyle {
position: relative;
padding-left: 25px;
margin-bottom: 12px;
cursor: pointer;
font-size: 15px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: 600;
}
/* Hide the browser's default checkbox */
.checkboxStyle input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.checkboxHolder .checkboxStyle {
text-transform: capitalize;
margin-bottom: 0;
margin-right: 10px;
}
.checkboxStyle .checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #fff;
border: #989898 solid 2px;
border-radius: 2px;
}
/* On mouse-over, add a grey background color */
.checkboxStyle:hover input ~ .checkmark {
border-color: #007cdc;
}
/* When the checkbox is checked, add a blue background */
.checkboxStyle input:checked ~ .checkmark {
background-color: #ffffff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkboxStyle .checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.checkboxStyle input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.checkboxStyle .checkmark:after {
left: 6px;
top: 1px;
width: 4px;
height: 10px;
border: solid #007cdc;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
box-sizing: content-box;
transform: rotate(45deg);
}
.listNav > li {
float: left;
margin-left: 16px;
}
.listNav > li > a {
display: block;
background-repeat: no-repeat;
background-position: top left;
}
.listNav > li > a.listView {
background-image: url(../images/list-icon.svg);
background-size: 26px;
width: 26px;
height: 20px;
}
.listNav > li > a.listView:hover, .listNav > li > a.listView:focus {
background-position: left bottom;
}
.listNav > li > a.gridView {
background-image: url(../images/grid-icon-list.svg);
background-size: 20px;
width: 20px;
height: 20px;
}
.listNav > li > a.gridView:hover, .listNav > li > a.gridView:focus {
background-position: left bottom;
}
.listNav {
float: right;
margin-bottom: 0;
}
.saveSearch {
margin-bottom: 0;
text-align: right;
margin-top: 11px;
}
.saveSearch > li {
display: inline-block;
}
.saveSearch > li > a {
color: #666666;
text-transform: capitalize;
font-size: 16px;
font-weight: 600;
text-decoration: underline;
display: block;
}
.saveSearch > li > a .fa {
float: right;
margin-top: 4px;
margin-left: 10px;
}
.saveSearch > li > a .fa-heart {
display: none;
}
.saveSearch.searchAdded > li > a .fa-heart {
display: block;
}
.saveSearch.searchAdded > li > a .fa-heart-o {
display: none;
}
.saveSearch > li > a:hover {
color: #ff7800;
}
.saveSearch.searchAdded > li > a {
color: #ff7800;
}
.breadcrumbHolder {
float: left;
}
.breadcrumbHolder > span {
float: left;
margin-right: 10px;
margin-top: 2px;
margin-bottom: 10px;
font-size: 15px;
font-weight: 600;
color: #464646;
}
.breadcrumbHolder .breadcrumbNav {
float: left;
margin-bottom: 0;
}
.breadcrumbHolder .breadcrumbNav > li {
float: left;
margin-right: 10px;
background-color: #fff;
padding: 5px 8px;
margin-bottom: 10px;
}
.breadcrumbHolder .breadcrumbNav > li > span {
font-size: 12px;
text-transform: capitalize;
color: #666666;
position: relative;
display: block;
padding-right: 25px;
}
.breadcrumbHolder .breadcrumbNav > li > span .fa {
position: absolute;
right: 0;
top: 3px;
cursor: pointer
}
.breadcrumbHolder .breadcrumbNav > li > span .fa:after {
content: "";
display: block;
width: 1px;
height: 20px;
position: absolute;
left: -7px;
top: -4px;
background-color: #999;
}
.categoryHolder {
margin: 0;
}
.categoryHolder > li {
width: 25%;
float: left;
margin-bottom: 5px;
font-size: 15px;
}
.categoryHolder > li > a {
color: #007cdc;
text-decoration: none;
display: inline-block;
}
.categoryHolder > li > a:hover, .categoryHolder > li > a:focus {
color: #ff7800;
text-decoration: underline;
}
.categoryHolder > li > em {
font-style: normal;
font-size: 15px;
text-decoration: none;
color: #333;
}
.showMore {
text-decoration: none !important;
}
.categoryHolderMain {
margin-bottom: 15px;
}
.showLess {
display: none;
}
.showMore.showLess {
display: none;
}
.showMoreCat .showMore {
display: none
}
.showMoreCat .showMore.showLess {
display: inline-block;
}
.categoryHolderMain .holder {
margin-bottom: 15px;
padding: 15px 15px 10px 15px;
border: #d2d2d2 solid 1px;
}
.gridViewCat {
width: auto;
position: relative;
}
.listViewCat {
width: auto;
margin-bottom: 25px;
}
.catLink {
display: block;
position: relative;
}
.gridViewCat .holder a.catLink {
/* background: #e4e4e4; */
min-height: 180px;
}
.catLink > img {
width: 100%;
object-fit: cover;
height: 180px;
}
.catDisc {
font-weight: 600;
font-size: 14px;
color: #333333;
}
.catDisc > span {
float: left;
margin-right: 10px
}
.catDisc > em {
float: left;
font-style: normal;
font-weight: normal;
font-size: 12px;
color: #666666;
margin-top: 3px;
}
.catImgInfo {
background-color: #fff;
padding: 15px;
border: #ddd solid 1px;
position: relative;
min-height: 170px;
}
.catImgInfo > a {
font-weight: 600;
display: block;
margin-bottom: 10px;
color: #333;
}
.catDisc:after {
clear: both;
display: block;
content: "";
}
.priceTag {
color: #007cdc;
display: block;
font-size: 22px;
font-weight: 600;
margin-bottom: 5px;
}
.gridViewCat .holder {
margin-bottom: 25px;
position: relative;
}
.catTypeSame {
position: absolute;
right: 10px;
bottom: 18px;
margin-bottom: 0 !important;
}
.catTypeSame > img {
width: 100%;
}
.promotedStack {
position: absolute;
left: -10px;
top: 10px;
/* background-image: url(../images/promoted-icon.png); */
background-repeat: no-repeat;
background-position: left top;
/* width: 67px; */
height: 20px;
text-decoration: none !important;
color: #fff !important;
font-size: 10px;
text-align: center;
padding-top: 2px;
z-index: 10;
padding-left: 10px;
padding-right: 10px;
/* background: #fece3c; */
background: #ff7800;
/* top: 135px;
left: -10px;*/
}
.promotedStack:before {
content: "";
position: absolute;
bottom: -10px;
left: 0;
border-left: 5px solid transparent;
border-right: 5px solid #e76d00;
border-top: 5px solid #e76d00;
border-bottom: 5px solid transparent;
}
.gridViewCat .holder:hover {
background-color: #e3f3fc;
border-color: #007cdc;
}
.gridViewCat .holder:hover .totalCat{
display: none;
}
.gridViewCat .holder:hover .catImgInfo {
background-color: #e3f3fc;
border-color: #007cdc;
}
/* .girdViewCat .holder:hover .catImgInfo {
background-color: #e3f3fc;
border-color: #0076bb;
transition: .6s ease;
} */
/* .listViewCat .holder:hover .catLink {
background: rgba(0, 0, 0, 0.6);
transition: .6s ease;
filter: brightness(.6);
-webkit-filter: brightness(.6);
} */
.gridViewCat .holder:hover .catFilter {
display: block;
}
.catFilter {
background-image: url(../images/camera-icon.png);
background-repeat: no-repeat;
background-position: center center;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
background-color: rgba(0, 0, 0, 0.6);
display: none;
}
.listViewCat .holder {
border: #ddd solid 1px;
padding: 40px 20px 20px 20px;
position: relative;
margin-bottom: 25px;
}
.listViewCat .holder:hover {
background-color: #e3f3fc;
border-color: #007cdc;
}
.listViewCat .catImgInfo {
border: none;
padding: 0;
}
.listViewCat .promotedStack {
background-image: none;
background-color: #ff7800;
left: 0;
top: 10px;
height: auto;
width: auto;
padding: 2px 10px;
text-transform: capitalize;
}
.listViewLink {
display: inline-block;
color: #007cdc;
font-size: 20px;
text-decoration: none !important;
font-weight: 700;
text-transform: capitalize;
}
.listViewDate {
display: block;
font-size: 12px;
color: #333;
font-weight: 600;
}
.listViewCat .priceTag {
text-align: right;
margin-bottom: 0;
color: #fa771a;
font-size: 22px;
font-weight: 600;
}
.lisViewtCatCol {
float: left;
width: 250px;
margin-right: 20px;
position: relative;
}
.lisViewtCatLink {
display: block;
}
.lisViewtCatDetail {
float: left;
width: calc(100% - 272px);
}
.listBread > li {
float: left;
padding-right: 20px;
position: relative;
color: #333333;
font-weight: 600;
font-size: 15px;
}
.locationNav .listBread > li {
font-size: 12px;
font-weight: normal;
color: #666666;
}
.listBread > li > a {
display: block;
color: #333333;
font-weight: 600;
font-size: 14px;
}
.listBread > li > span {
display: block;
color: #363636;
font-size: 14px;
font-weight: 600;
}
.listBread > li:after {
content: ">";
position: absolute;
left: calc(100% - 14px);
top: 0px;
}
.listBread > li:last-child {
padding-right: 0;
}
.listBread > li:last-child:after {
display: none;
}
.listBread {
margin-bottom: 6px;
}
.locationNav {
position: relative;
font-size: 12px;
padding-left: 75px;
margin-bottom: 10px;
}
.locationNav .listBread > li > span {
font-size: 12px;
font-weight: normal;
color: #666666;
}
.locationLink {
position: absolute;
left: 0;
top: -1px;
color: #333333;
text-decoration: none !important;
}
.locationLink .fa {
color: #007cdc;
font-size: 16px;
margin-right: 5px;
}
.catDetail {
width: auto;
margin-bottom: 18px;
}
.catDetail > li {
float: left;
width: 68px;
font-size: 12px;
line-height: normal;
overflow: hidden;
text-transform: capitalize;
}
.catDetail > li:last-child {
width: auto;
}
.catDetail > li > span {
display: block;
font-weight: 600;
color: #363636;
font-size: 13px;
}
.catDetail > li > a {
display: inline-block;
color: #666666;
}
.catActionBtns {
width: auto;
margin-bottom: 0;
}
.catActionBtns > li:first-child {
margin-left: 0;
}
.catActionBtns > li {
float: left;
min-width: 123px;
margin-left: 20px;
}
.catActionBtns > li > a {
display: block;
border: #007cdc solid 1px;
padding: 0;
font-size: 13px;
position: relative;
text-decoration: none;
text-align: center;
font-weight: 600;
height: 30px;
text-transform: capitalize;
border-radius: 2px;
line-height: 28px;
}
.catActionBtnChange > li > a {
min-width: 116px;
color: #363636;
font-size: 12px;
font-weight: normal;
height: 30px;
padding-top: 0;
padding-bottom: 0;
line-height: 30px;
padding-left: 0;
padding-right: 0;
text-align: left;
}
.catActionBtns > li > a:hover, .catActionBtns > li > a:focus {
background-color: #007cdc;
color: #fff;
}
.catActionBtns > li > a.callNow {
color: #3aa23c;
border: #3aa23c solid 1px;
}
.catActionBtns > li > a.callNow:hover, .catActionBtns > li > a.callNow:focus {
color: #fff;
background-color: #3aa23c;
}
.catActionBtns > li > a.saveNow {
color: #d3001a;
border: #d3001a solid 1px;
}
.catActionBtns > li > a.saveNow:hover, .catActionBtns > li > a.saveNow:focus {
color: #fff;
background-color: #d3001a;
}
.catActionBtns > li > a.reportNow {
color: #fa771a;
border: #fa771a solid 1px;
}
.catActionBtns > li > a.reportNow:hover, .catActionBtns > li > a.reportNow:focus {
color: #fff;
background-color: #fa771a;
}
.catActionBtns > li > a.shareNow {
color: transparent;
background-image: url(../images/shareNow-icon.svg);
background-repeat: no-repeat;
background-position: 40% center;
background-size: 14px;
background-color: transparent;
width: 30px;
padding: 0;
border-radius: 50%;
height: 30px;
border: 1px solid #989898;
}
.catActionBtns > li > a.shareNow:hover, .catActionBtns > li > a.shareNow:focus {
background-image: url(../images/shareNow-icon-hover.svg);
border-color: transparent;
background-color: #007cdc;
}
.catActionBtns > li > a.flagIcon {
color: transparent;
background-image: url(../images/flag.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 11px;
background-color: transparent;
width: 30px;
padding: 0;
border-radius: 50%;
height: 30px;
border: 1px solid #989898;
}
.catActionBtns > li > a.flagIcon:hover, .catActionBtns > li > a.flagIcon:focus {
background-image: url(../images/flag-icon-hover.svg);
border-color: transparent;
background-color: #007cdc;
}
.catActionBtns > li > a .fa {
margin-right: 3px;
}
.lisViewtCatHolder {
margin-bottom: 20px;
position: relative;
}
.catActionBtns > li > a .fa-report-icon {
background-image: url(../images/report-icon.svg);
background-repeat: no-repeat;
background-position: 18px center;
background-size: 13px 15px;
height: 28px;
width: 36px;
float: left;
margin-right: 0;
}
.catActionBtns > li > a:hover .fa-report-icon, .catActionBtns > li > a:focus .fa-report-icon {
background-image: url(../images/report-hover.svg);
}
.catActionBtns > li > span {
display: block;
border: #cccccc solid 1px;
padding: 0;
font-size: 12px;
position: relative;
background-color: #e4e4e4;
text-align: center;
color: #363636;
height: 30px;
line-height: 28px;
}
.catActionBtnChange > li {
width: auto;
}
.catActionBtnChange > li {
min-width: 90px;
}
.lisViewtCatHolder .catTypeSame {
right: 0;
top: 0;
bottom: auto;
}
.sidebarSearch {
background-color: #e4e4e4;
padding: 0 25px 0 25px;
margin-top: 14px;
margin-bottom: 80px;
}
.searchStack {
width: auto;
}
.searchStack .sidebarTitle {
margin-bottom: 4px;
}
.sidebarTitle {
display: block;
color: #464646;
text-transform: capitalize;
font-size: 15px;
font-weight: 600;
}
.searchTitle {
position: relative;
left: -25px;
width: calc(100% + 50px);
background-color: #007cdc;
color: #fff;
padding: 10px 25px;
display: block;
margin-bottom: 20px;
text-transform: capitalize;
font-weight: 600;
font-size: 20px;
}
.sidebarSearch .holder {
width: auto;
}
.sidebarSearch .bootstrap-select .btn {
text-transform: capitalize;
background-color: #fff;
color: #888888;
border-color: #989898;
border-radius: 0;
font-size: 13px;
height: 38px;
padding-top: 10px;
font-weight: 600;
}
.sidebarSearch .bootstrap-select .btn-light:hover {
color: #c3c3c3;
background-color: #ffffff;
border-color: #c3c3c3;
}
.sidebarSearch .bootstrap-select .dropdown-menu {
text-transform: capitalize;
font-size: 14px;
}
.iconHolder {
position: relative;
margin-bottom: 20px;
}
.iconHolder .fa {
position: absolute;
z-index: 10;
color: #adadad;
left: 10px;
top: 12px;
font-size: 16px;
}
.sidebarSearch .iconHolder .bootstrap-select .btn {
padding-left: 30px;
}
.sidebarSearch .iconHolder .bootstrap-select.form-control {
height: auto;
}
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007cdc;
}
.textField > .form-control {
font-size: 13px;
color: #888888;
box-shadow: none !important;
outline: none !important;
border-radius: 0;
font-weight: 600;
}
.textField {
margin-bottom: 20px;
}
.textField > .form-control::-webkit-input-placeholder {
color:#999;
}
.textField > .form-control::-moz-placeholder {
color:#999;
}
.textField > .form-control:-ms-input-placeholder {
color:#999;
}
.textField > .form-control::-ms-input-placeholder {
color:#999;
}
.textField > .form-control::placeholder {
color:#999;
}
/* Default Button Styles */
.btn {
border-radius: 0;
}
.btn-outline-primary {
color: #007cdc;
border-color: #007cdc;
box-shadow: none !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
color: #fff;
background-color: #007cdc !important;
border-color: #007cdc !important;
}
/* Default Button Styles */
.searchBtnsAction .btn {
width: calc(50% - 5px);
float: right;
background: #fff;
border: #989898 solid 1px;
font-size: 15px;
color: #666;
box-shadow: none !important;
text-transform: capitalize;
padding-left: 25px;
padding: 3px 4px 3px 20px;
}
.searchBtnsAction .btn:hover, .searchBtnsAction .btn:focus {
background: #eee;
}
.searchBtnsAction .btn:first-child {
float: left;
}
.searchBtnsAction .btn .fa {
position: absolute;
left: 13px;
top: 8px;
font-size: 14px;
}
.searchBtnsAction .btn .cross-icon {
background-image: url(../images/cross-icon.svg);
background-repeat: no-repeat;
background-position: left top;
height: 11px;
background-size: 11px;
width: 11px;
top: 9px;
}
.searchBtnsAction .btn {
position: relative;
}
.searchBtnsAction:after {
clear: both;
display: block;
content: "";
}
.holder .totalCat {
position: absolute;
left: 10px;
top: 160px;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
padding: 1px 9px;
font-size: 12px;
text-decoration: none !important;
}
.holder .totalCat .fa {
margin-left: 5px;
}
.holder .lisViewtCatCol .totalCat {
bottom: 10px;
z-index: 10;
top: auto;
}
.searchTitleHolder {
padding-top: 25px;
}
.advSearchMore {
background-image: url(../images/plus-minus-button.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 24px;
width: 25px;
height: 24px;
position: absolute;
right: 25px;
top: 14px;
}
.advSearchMoreHolder .advSearchMore {
display: none;
}
.advSearchLess {
display: none;
}
.advSearchMoreHolder .advSearchLess {
display: block;
background-position: left bottom;
}
.searchStack .checkboxHolder {
float: none;
}
.searchStack .checkboxHolder .checkboxStyle {
display: block;
margin-right: 0;
}
.radioboxSytle {
display: block;
position: relative;
padding-left: 20px;
margin-bottom: 5px;
cursor: pointer;
font-size: 12px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
color: #666666;
user-select: none;
}
.radioboxSytle:last-child {
margin-bottom: 0;
}
/* Hide the browser's default radio button */
.radioboxSytle input {
position: absolute;
opacity: 0;
cursor: pointer;
}
/* Create a custom radio button */
.radioboxSytle .checkmark {
position: absolute;
top: 4px;
left: 0;
height: 10px;
width: 10px;
background-color: #fff;
border-radius: 50%;
border: #acaea9 solid 1px;
}
/* On mouse-over, add a grey background color */
.radioboxSytle:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radioboxSytle input:checked ~ .checkmark {
background-color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radioboxSytle .checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the indicator (dot/circle) when checked */
.radioboxSytle input:checked ~ .checkmark:after {
display: block;
}
/* Style the indicator (dot/circle) */
.radioboxSytle .checkmark:after {
top: 2px;
left: 2px;
width: 4px;
height: 4px;
border-radius: 50%;
background: #007cdc;
}
.showMoreLink {
color: #007cdc;
text-decoration: none;
font-size: 12px;
text-transform: capitalize;
}
.showMoreLinkHolder {
margin-bottom: 15px;
line-height: 16px;
}
.showLessLink {
display: none;
}
.showMoreCat .showMoreLink {
display: none;
}
.showMoreCat .showLessLink {
display: block;
}
.paginationHolder {
display: flex;
justify-content: center;
margin-bottom: 50px;
}
.pagination > li {
margin-left: 8px;
margin-right: 8px;
}
.paginationHolder .page-link {
color: #363636;
background-color: #eee;
border: 1px solid #ccc;
height: 40px;
width: 40px;
text-align: center;
padding: 0;
line-height: 40px;
}
.paginationHolder .page-link:hover, .paginationHolder .page-link:focus {
background-color: #007cdc;
color: #fff;
box-shadow: none;
-webkit-box-shadow: 0px 0px 3px 0px #001c56;
box-shadow: 0px 0px 3px 0px #001c56;
}
.paginationHolder .page-item .page-link {
border-radius: 0;
}
.paginationHolder .page-item .page-link-previous {
background-image: url(../images/back-page-icon.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 8px;
}
.paginationHolder .page-item .page-link-previous:hover, .paginationHolder .page-item .page-link-previous:focus {
background-image: url(../images/back-page-icon-hover.svg);
}
.paginationHolder .page-item .page-link-next {
background-image: url(../images/next-page-icon.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 8px;
}
.paginationHolder .page-item .page-link-next:hover, .paginationHolder .page-item .page-link-next:focus {
background-image: url(../images/next-page-icon-hover.svg);
}
.paginationHolder .page-item .previous-last {
background-image: url(../images/last-previous-page.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 15px;
}
.paginationHolder .page-item .previous-last:hover, .paginationHolder .page-item .previous-last:focus {
background-image: url(../images/last-previous-page-hover.svg);
}
.paginationHolder .page-item .next-last {
background-image: url(../images/last-next-page.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 15px;
}
.paginationHolder .page-item .next-last:hover, .paginationHolder .page-item .next-last:focus {
background-image: url(../images/last-next-page-hover.svg);
}
.featuredADs {
width: auto;
margin-bottom: 30px;
}
.carAdLinkHolder {
display: block;
}
.carAdLinkHolder > img {
width: 100%;
border: #ddd solid 1px;
}
.featuredAdsContent .title {
display: block;
color: #363636;
font-weight: 600;
margin-bottom: 5px;
font-size: 16px;
}
.featuredAdsContent {
color: #666666;
font-size: 14px;
}
.featuredAdsContent p {
margin-bottom: 10px;
}
.adLinkTitle {
color: #d7001a !important;
font-size: 14px;
position: relative;
padding-left: 40px;
text-decoration: none !important;
display: inline-block;
padding-top: 2px;
margin-bottom: 15px;
}
.adLinkTitle > span {
position: absolute;
left: 0;
top: 0;
border: 1px solid #d7001a;
padding: 1px 6px;
}
.visitwebLink {
color: #007cdc;
font-size: 15px;
text-decoration: underline;
font-weight: 600;
}
.visitwebLink:hover {
text-decoration: none;
}
.featuredADs .row:first-child {
margin-top: 0;
}
.featuredADs .row {
margin-top: 30px;
}
.sellanythingSection {
max-width: 550px;
margin: 0 auto;
}
.sellanythingTitle {
font-size: 22px;
color: #555555;
margin-bottom: 25px;
display: block;
text-align: center;
font-weight: 600;
}
.sellAdNav:after {
clear: both;
display: block;
content: "";
}
.sellAdNav {
width: auto;
margin-bottom: 35px;
}
.sellAdNav > li {
float: left;
width: calc(100% / 6);
}
.sellAdNav > li > a {
font-weight: 600;
color: #555555;
display: block;
margin-right: 10px;
margin-left: 10px;
text-decoration: none;
text-align: center;
font-size: 15px;
}
.sellAdNav > li > a > span {
display: block;
height: 71px;
border: #007cdc solid 2px;
border-radius: 50%;
margin-bottom: 5px;
}
.sellAdNav > li > a > .icon {
background-repeat: no-repeat;
background-position: center center;
background-size: 30px;
}
.sellAdNav > li > a:hover .icon {
-webkit-animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}
.sellAdNav > li > a > .propertyIcon {
background-image: url(../images/home-icon.svg);
}
.sellAdNav > li > a > .classifiedIcon {
background-image: url(../images/tag-icon.svg);
}
.sellAdNav > li > a > .jobIcon {
background-image: url(../images/briefcae-icon.svg);
}
.sellAdNav > li > a > .servicesIcon {
background-image: url(../images/service-icon.svg);
}
.sellAdNav > li > a > .leadsIcon {
background-image: url(../images/hand-shake-icon.svg);
}
.sellAdNav > li > a > .motorsIcon {
background-image: url(../images/sports-car-icon.svg);
}
.postfreeButton {
display: inline-block;
text-transform: capitalize;
font-size: 16px;
font-weight: 600;
background-color: #007cdc;
color: #fff !important;
padding: 10px 60px 10px 20px;
min-width: 180px;
text-align: center;
position: relative;
text-decoration: none !important;
}
.postfreeButton:hover, .postfreeButton:focus {
background-color: #ff7800;
}
.postfreeButton:after {
content: "";
background-image: url(../images/forward-arrow-icon.svg);
background-repeat: no-repeat;
background-position: center center;
position: absolute;
right: 0;
height: calc(100% - 10px);
background-size: 24px;
width: 45px;
top: 6px;
border-left: #80bbdd solid 2px;
}
.postfreeHolder {
margin-bottom: 100px;
}
input.search-me {
width: 100%;
height: 42px;
float: left;
border: 1px solid #ebebeb;
font-size: 14px;
color: #fff;
cursor: pointer;
background: url(../images/btn-bg2.jpg) no-repeat right center #007cdc;
text-transform: capitalize;
}
.searchMe .search-me {
outline: none;
font-size: 15px;
font-weight: 700;
padding: 1px;
float: none;
text-align: left;
border-radius: 3px;
padding-left: 40px;
}
.showMore {
font-weight: 700;
font-size: 15px;
display: inline-block;
}
.categoryArrowDown{
background-image: url(../images/category-arrow-down.svg);
background-size: 12px;
height: 12px;
width: 12px;
background-repeat: no-repeat;
background-position: center center;
float: right;
margin-left: 5px;
margin-top: 7px;
}
.showMore:hover .categoryArrowDown{
background-image: url(../images/category-arrow-down-hover.svg);
}
.categoryArrowUp{
background-image: url(../images/category-arrow-up.svg);
background-size: 12px;
height: 12px;
width: 12px;
background-repeat: no-repeat;
background-position: center center;
float: right;
margin-left: 5px;
margin-top: 7px;
}
.showMore:hover .categoryArrowUp{
background-image: url(../images/category-arrow-up-hover.svg);
}
.lisViewtCatLink > img {
width: 100%;
object-fit: cover;
height: 142px;
box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.catActionBtns > li > a .faEvelop {
background-image: url(../images/close-envelope.svg);
background-size: 15px;
height: 12px;
width: 15px;
background-repeat: no-repeat;
background-position: left bottom;
position: relative;
top: 1px;
}
.catActionBtns > li > a:hover .faEvelop, .catActionBtns > li > a:focus .faEvelop {
background-image: url(../images/close-envelope-white.svg);
}
/* Job Listing */
.jobListing .holder {
border: none;
background-color: #fff;
-webkit-box-shadow: 0px 0px 7px 1px rgba(215,212,212,1);
-moz-box-shadow: 0px 0px 7px 1px rgba(215,212,212,1);
box-shadow: 0px 0px 7px 1px rgba(215,212,212,1);
border: transparent solid 1px;
position: relative;
padding: 30px;
}
.jobListing .holder:last-child {
margin-bottom: 60px;
}
.jobListing .holder:hover {
border: #007cdc solid 1px;
}
.jobViewcatCol{
width: 168px;
float:left;
border: #ddd solid 1px;
margin-right: 15px;
position: relative;
}
.jobViewtCatDetail {
float: left;
width: calc(100% - 185px);
}
.jobLink{
color: #007cdc;
font-size: 20px;
display: inline-block;
font-weight: 700;
}
.jobLink:hover{
text-decoration:none;
}
.jobsNav{
width: auto;
margin-bottom: 5px;
margin-left: -10px;
}
.jobsNav:after{
clear: both;
display: block;
content: "";
}
.jobsNav > li{
float: left;
color: #5d5d5d;
padding-right: 12px;
padding-left: 12px;
position: relative;
}
.jobsNav > li > span{
display: block;
font-size: 13px;
}
.jobsNav > li > .tilt{
font-style: italic;
color: #999999;
}
.jobsNav > li:after {
content: "";
position: absolute;
left: 0;
top: 4px;
width: 1px;
height: calc(100% - 6px);
background: #c3c3c3;
}
.jobsNav > li:first-child:after{
display: none;
}
.jobsNav > li > span > .fa {
margin-right: 6px;
float: left;
margin-top: 3px;
}
.jobsNav > li > .blue-icon > .fa {
color: #007cdc;
}
.fontSize14{
font-size: 14px;
}
.jobslistBread {
margin-bottom: 8px;
}
.jobsNav.fontSize14 {
margin-bottom: 15px;
}
.jobslistBread.listBread > li > a {
font-size: 13px;
font-weight: 600;
color: #666666;
}
.jobslistBread.listBread > li {
font-size: 13px;
font-weight: 600;
color: #666666;
}
.jobslistBread.listBread > li > span {
color: #666;
font-size: 13px;
}
.jobsNav.fontSize14 > li > a .faCalendar{
background-image: url(../images/calendar-icon.svg);
background-repeat: no-repeat;
background-position: left top;
height: 18px;
width: 17px;
background-size: 17px;
margin-top: 2px;
}
.jobsNav.fontSize14 > li > a .faExperience{
background-image: url(../images/experience.svg);
background-repeat: no-repeat;
background-position: left top;
height: 20px;
width: 14px;
background-size: 14px;
margin-top: 1px;
}
.jobsNav.fontSize14 > li > a {
font-size: 14px;
color: #666666;
}
.jobsNav.fontSize14 > li > a .faMoney{
background-image: url(../images/notes-icon.svg);
background-repeat: no-repeat;
background-position: left top;
height: 19px;
width: 24px;
background-size: 24px;
}
.jobsNav.fontSize14 > li > a .fa {
margin-right: 8px;
float: left;
}
.call-to-action-btns {
position: relative;
}
.featuredAdLink{
position: absolute;
left: 10px;
top: 10px;
text-decoration: none !important;
color: #fff !important;
font-size: 10px;
text-align: center;
background-color: #ff7800;
padding: 1px 8px;
text-transform: capitalize;
}
.jobDuration-tag{
position: absolute;
right: -6px;
top: 10px;
background-image: url(../images/featured-strip.png);
background-repeat: no-repeat;
background-position: right top;
text-decoration: none !important;
color: #fff !important;
font-size: 10px;
text-align: center;
text-transform: capitalize;
background-size: 75px;
z-index: 10;
width: 75px;
height: 27px;
padding: 0;
line-height: 20px;
}
.jobViewLink{
display: block;
}
.jobViewLink > img{
width: 100%;
}
.catActionBtns > li.auto {
width: auto !important;
float: right;
margin-left: 10px;
min-width: inherit;
}
.catActionBtns > li.auto:last-child {
margin-left: 0;
}
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
border-radius: 0;
}
.sidebarSearch .searchBtnsAction {
padding-left: 10px;
padding-right: 10px;
}
.searchStack .bootstrap-select button.dropdown-toggle::after {
background-image: url(../images/chevron-down.svg);
background-size: 10px;
height: 10px;
width: 10px;
background-repeat: no-repeat;
background-position: right top;
z-index: 10;
border: none;
margin: 0;
position: absolute;
right: 10px;
top: 50%;
margin-top: -2px;
}
.bestSeller-field .bootstrap-select button.dropdown-toggle::after {
background-image: url(../images/chevron-down.svg);
background-size: 10px;
height: 10px;
width: 10px;
background-repeat: no-repeat;
background-position: right top;
z-index: 10;
border: none;
margin: 0;
position: absolute;
right: 15px;
top: 50%;
margin-top: -2px;
}
.faClose-icon{
background-image: url(../images/close-tag.svg);
background-size: 8px;
height: 10px;
width: 10px;
background-repeat: no-repeat;
background-position: center center;
}
.searchDateTitle {
display: block;
font-size: 12px;
color: #333333;
font-weight: 600;
margin-bottom: 8px;
}
.searchlistBread {
margin-bottom: 10px;
}
.searchViewHolder{
}
.jobListing .promotedStack {
position: absolute;
left: -6px;
top: 5px;
background-image: url(../images/job-featured-strip.png);
background-repeat: no-repeat;
background-position: left top;
width: 76px;
height: 26px;
font-size: 11px;
z-index: 10;
background-color: transparent;
padding: 0;
font-weight: 600;
line-height: 18px;
}
.nothingFound{
position: relative;
padding: 0;
}
.nothingFound .noImageAd {
width: 250px;
top: 13px;
}
.nothingFound-title {
display: block;
font-size: 33px;
font-weight: 600;
color: #444444;
padding-left: 45px;
margin-bottom: 10px;
}
.exclamation-icon{
background-image: url(../images/exclamation-mark.svg);
background-repeat: no-repeat;
background-position: left top;
height: 38px;
background-size: 38px;
width: 38px;
position: absolute;
left: 0;
top: 9px;
}
.empty-result-title{
font-size:17px;
color: #666666;
display: block;
font-weight:500;
margin-bottom: 15px;
}
.tipsSearch{
font-size: 18px;
color: #444444;
font-weight: 600;
display: block;
margin-bottom: 10px;
}
.emptyList-help > li{
font-size: 15px;
color: #666666;
display: block;
margin-bottom: 10px;
position: relative;
padding-left: 30px;
background-image: url(../images/tick-inside-circle.svg);
background-repeat: no-repeat;
background-position: left center;
background-size: 18px;
}
/* Paymet Plans */
/* Contact Map Section*/
.contact-map {
display: block;
margin-bottom: 50px;
}
.contact-map iframe {
width: 100%;
}
/* Contact Title*/
.contact-title h2 {
display: block;
margin-bottom: 50px;
text-align: center;
color: #444444;
font-weight:600;
}
/* Contact Us Information*/
.contact-information {
display: block;
margin-bottom: 50px;
}
.contact-info {
margin-bottom: 30px;
}
.contact-info i {
font-size: 35px;
width: 25%;
float: left;
height: 70px;
background: #007cdc;
text-align: center;
position: relative;
padding: 19px 0px 0px;
color: #ffffff;
}
.contact-info i::after {
position: absolute;
content: '';
right: -11px;
width: 0px;
height: 0px;
border-bottom: 35px solid transparent;
border-left: 11px solid;
border-top: 35px solid transparent;
top: 0px;
border-left-color: #007cdc;
}
.contact-info div.box-content {
position: relative;
background-color: #e5e5e5;
padding: 13px 10px;
display: block;
width: 69%;
height: 70px;
float: right;
text-align: left;
}
.contact-info div.box-content::before {
content: '';
position: absolute;
border-left: 11px solid transparent;
border-top: 35px solid #e5e5e5;
content: "";
left: -10px;
position: absolute;
top: 0;
}
.contact-info div.box-content::after {
border-bottom: 35px solid #e5e5e5;
border-left: 11px solid transparent;
bottom: 0;
content: "";
left: -10px;
position: absolute;
}
.contact-info div.box-content p {
margin-bottom: 5px;
color: #666666;
font-size: 12px;
font-weight: 600;
}
.contact-info div.box-content p a {
color: #666666;
text-decoration: none;
}
/* Contact Form */
div.input-placeholder {
position: relative;
}
div.input-placeholder i {
position: absolute;
top: 15px;
right: 15px;
color: #888888;
}
.contactform-fileds label {
font-weight:600;
color: #444444;
display: block;
}
.contactform-fileds input {
outline: none;
border-radius: 0px;
border: solid 1px #cecece;
height: 50px;
font-size: 14px;
font-style:italic;
}
.contactform-fileds textarea {
outline: none;
border-radius: 0px;
border: solid 1px #cecece;
font-size: 14px;
font-style:italic;
resize: none;
}
.contactform-fileds > .form-control::-webkit-input-placeholder {
color:#888888;
}
.contactform-fileds > .form-control::-moz-placeholder {
color:#888888;
}
.contactform-fileds > .form-control:-ms-input-placeholder {
color:#888888;
}
.contactform-fileds > .form-control::-ms-input-placeholder {
color:#888888;
}
.contactform-fileds > .form-control::placeholder {
color:#888888;
}
.contactform-fileds input[type="submit"] {
background: #007cdc;
border: none;
color: #ffffff;
padding: 7px 0 7px 0px;
float: left;
font-weight: 600;
font-style:normal;
text-transform: uppercase;
margin: 15px 0px 40px 0px;
cursor: pointer;
width:155px;
}
.contactform-fileds input[type="submit"]:hover {
background: #ff7800;
}
/* Contact Form Text*/
.contact-form-text {
margin: 0px;
padding: 30px 0px;
}
.contact-form-text li {
list-style: none;
}
.contact-form-text h4 {
display: block;
margin-bottom: 10px;
color: #444444;
font-weight:600;
font-size: 20px;
}
.contact-form-text p {
margin-bottom: 20px;
color: #444444;
text-align: left;
font-size:15px;
}
.contact-form-text time {
font-weight:600;
color: #444444;
}
.contact-form-text time span {
font-weight: normal;
font-size: 14px;
line-height: 30px;
}
/* About Title*/
.aboutTitle {
font-weight: 600;
text-align: left;
margin: 30px 0px;
color: #444444;
}
.aboutTitle h2
{
font-size:40px;
font-weight: 600;
}
.aboutText {
margin-bottom: 50px;
}
.aboutText p {
line-height: 24px;
color: #666666;
}
.aboutText a {
color: #007cdc;
font-weight: 600;
}
.aboutText a:hover {
color: #ff7800;
}
.sellanythingTitle {
font-weight: 600;
}
.sellAdNav > li > a {
font-weight: 600;
font-size: 16px;
}
.postfreeButton:hover {
background: #ff7800;
}
.postfreeButton:hover:after {
border-left: #ffffff solid 2px;
}
/* payment Plans */
.paymentPlans h2 {
font-weight: 600;
text-align: center;
margin: 30px 0px;
color: #444444;
font-size: 30px;
}
.paymentPlansText {
text-align: center;
}
.plansection {
margin-bottom: 80px;
}
.plan {
border: solid 2px #007cdc;
min-height: 491px;
border-radius: 25px;
box-shadow: 0px 0px 10px rgba(0, 124, 220, 0.2);
margin-top: 25px;
}
.featured {
min-height: 531px;
background-image: linear-gradient(to right, #007cdc, #429be0);
margin-top: 0px;
position: relative;
}
.featured div.featuredtext {
position: absolute;
top: -7px;
left: -7px;
background-image: url(../images/plan-strip.png);
background-repeat: no-repeat;
background-position: left center;
width: 80px;
height: 80px;
}
.featured div.featuredtext span {
transform: rotate(-44deg);
display: inline-block;
font-size: 14px;
color: #ffffff;
font-weight: 600;
margin-top: 18px;
}
.planinformation {
padding:30px 0px;
text-align: center;
}
.planinformation > div.button {
background: #ff7800;
min-width: 165px;
/* height: 43px; */
margin: 0px auto;
border-radius: 25px;
font-size: 16px;
font-weight: 600;
color: #ffffff;
line-height: 43px;
margin-bottom: 15px;
text-transform: uppercase;
display: inline-block;
padding-left: 15px;
padding-right: 15px;
}
.planinformation > div.price {
font-size: 95px;
font-weight: 600;
color: #007cdc;
text-shadow:5px 3px 5px rgba(0, 0, 0, 0.35);
position: relative;
line-height: 95px;
margin-bottom: 10px;
}
.planinformation > div.price .prc{
position: relative;
}
.planinformation > div.price span.currencysign {
font-size: 30px;
position: absolute;
margin-top: -24px;
margin-left: -65px;
}
.planinformation > div.price span.duration {
font-size: 16px;
position: absolute;
bottom: -28px;
}
.planfeatures {
margin: 0 0 10px;
padding: 0px;
}
.planfeatures li {
list-style: none;
font-size: 15px;
font-weight: 600;
position: relative;
padding: 15px 0px;
}
.planfeatures li::after {
content: "";
position: absolute;
height: 1px;
width: 150px;
left: 50%;
margin-left: -75px;
background-color: #cccccc;
bottom: 0;
margin-bottom: -1px;
}
.planfeatures li:last-child::after {
display: none;
}
.planinformation a.purchase {
border: solid 2px #007cdc;
max-width: 190px;
height: 50px;
margin-bottom:0;
border-radius: 25px;
font-size: 16px;
font-weight: 600;
color: #007cdc;
line-height: 48px;
display: block;
text-decoration: none;
margin-left: auto;
margin-right: auto;
text-transform: capitalize;
}
.planinformation a.purchase:hover, .planinformation a.purchase:focus {
background-color: #007cdc;
color: #fff;
border-color: #007cdc;
}
/* features plan settings */
.featured > .planinformation {
padding:56px 0px 48px 0px;
}
.featured > .planinformation > div.button {
background: #ffffff;
color: #007cdc;
}
.featured > .planinformation > div.price {
color: #ffffff;
}
.featured ul.planfeatures > li {
color: #ffffff;
}
.featured ul.planfeatures li::after {
background-color: #fff;
}
.featured ul.planfeatures li:last-child::after {
border: none;
}
.featured > .planinformation a.purchase {
background: #ffffff;
}
.featured > .planinformation a.purchase:hover,
.featured > .planinformation a.purchase:focus {
background-color: #ffffff;
color: #3695df;
border-color: #3a97df;
}
.paymentPlansText {
font-size: 15px;
color: #666666;
line-height: 26px;
}
.paymentPlanHolder{
margin-bottom: 50px;
}
.hideForce
{
display:none;
}
.tabsHolder .tab-content.setB
{
padding-bottom:0 !important;
}
/* Pricing Plan Css Start */
.generic_price_tag{
padding: 0 0 20px;
}
.generic_price_tag .price{
display: block;
color: #007cdc;
}
.generic_price_tag .price .sign{
display: inline-block;
font-size: 30px;
font-weight: 600;
vertical-align: top;
/* color: #007cdc; */
text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.35);
/* line-height: 20px; */
margin-left: 70px;
}
.generic_price_tag .price .currency{
font-size: 95px;
font-weight: 600;
letter-spacing: -3px;
line-height: 95px;
padding: 0;
vertical-align: middle;
vertical-align: top;
/* color: #007cdc; */
text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.35);
}
.generic_price_tag .price.crn2{
color: #ffffff;
}
.generic_price_tag .price .cent{
display: inline-block;
font-size: 16px;
font-weight: 600;
vertical-align: bottom;
/* color: #007cdc; */
text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.35);
}
.generic_price_tag .month{
font-size: 16px;
font-weight: 600;
/* letter-spacing: 3px; */
vertical-align: bottom;
/* color: #007cdc; */
text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.35);
}
.pay_way {
/* display: inline-block;
color: #eee;
padding: 1em;
position: absolute;
top: 50%;
left: 0;
text-align: right;
transform: translateY(-50%);
width: 61.8%;*/
white-space: nowrap;
line-height: 65px;
margin-top: -7px;
}
.pay_way a.purchase:hover {
background: #ffffff;
}
.follow {
display: inline-block;
cursor: default;
padding: 0;
margin: 0 0.5em;
position: relative;
text-align: center;
min-width: 190px;
}
.pay_way:hover .label {
opacity: 0;
visibility: hidden;
transition: opacity 0.3s 0.125s ease-out;
/* transition: opacity 500ms linear, visibility 1s linear; */
}
.follow:hover .label {
opacity: 0;
transition: opacity 0.3s 0.125s ease-out;
visibility: hidden;
}
.follow:hover .icon{
border-radius: 1em;
margin: 0 0;
}
.icon_btn, .label {
/* background-color: #ffffff; */
/* line-height: 2rem; */
}
.label {
position: absolute;
/*font-size: 0.618em;
border-radius: 1rem;
font-weight: 900;
letter-spacing: 0.0816em;
top: 0;
left: 0;
right: 0;
opacity: 1;
pointer-events: none;
text-transform: uppercase; */
transition: opacity 0.3s 0.35s ease-out;
top: 8px;
min-width: 190px;
background-color: #ffffff;
border-radius: 26px;
}
.icon_btn {
cursor: pointer;
display: inline-block;
margin: 0 -0.5em;
transition: background-color 0.5s ease-out, border-radius 0.5s 0.25s ease-out, margin 0.5s 0.25s ease-out;
}
/* Error Poup Css Start Here */
.popup-overlay{
/*Hides pop-up when there is no "active" class*/
visibility:hidden;
position:absolute;
background: #000000;
opacity: 0.8;
border:1px solid #666666;
width:100%;
height:211%;
left:0;
top: 0;
z-index: 9;
}
.popup-overlay.active{
/*displays pop-up when "active" class is present*/
visibility:visible;
text-align:center;
}
.popup-content {
/*Hides pop-up content when there is no "active" class */
background: #ffffff;
visibility: hidden;
width: 340px;
height: 280px;
border: 1px solid #ffffff;
margin: 0 auto;
position: absolute;
top: 55%;
opacity: 1;
z-index: 20;
left: 50%;
margin-left: -170px;
margin-top: -140px;
}
.popup-content.active {
/*Shows pop-up content when "active" class is present */
visibility:visible;
}
.popup-content h2{
color: #444444;
text-align: center;
font-size: 1.8rem;
margin-bottom: 1.2rem;
}
.popup-content p{
color: #666666;
text-align: center;
font-size: 13px;
margin-bottom: 30px;
}
.popup-content img{
margin-top: -65px;
margin-bottom: 30px;
margin-left: 110px;
}
.btn_close{
background-color: #ef513a;
font-size: 15px;
border-radius: 3px ;
padding-left: 45px;
padding-right: 45px;
margin-left: 100px;
}
/* Error Poup Css End Here */
/* Style.css End Here */
/* Gm Style Css Start Here Below */
.propery-searchSection
{
width:100%;
padding:29px 0;
margin:35px 0;
background:#e5e5e5;
-webkit-box-shadow: 1px 5px 15px -10px rgba(84,75,75,1);
-moz-box-shadow: 1px 5px 15px -10px rgba(84,75,75,1);
box-shadow: 1px 5px 15px -10px rgba(84,75,75,1);
}
.propery-searchSection
{
clear:both;
display:block;
content:"";
}
.sidebarSearch .holder {
width: auto;
}
.propery-searchSection .bootstrap-select .btn {
text-transform: capitalize;
background-color: #fff;
color: #666;
border-color: #999;
border-radius: 0;
font-size: 12px;
height: 38px;
padding-top: 10px;
}
.propery-searchSection input
{
border:1px solid #999 ;
}
.propery-searchSection .bootstrap-select .btn-light:hover {
color: #c3c3c3;
background-color: #ffffff;
border-color: #c3c3c3;
}
.propery-searchSection .bootstrap-select .dropdown-menu{
text-transform: capitalize;
font-size: 14px;
}
.propery-searchSection .iconHolder .bootstrap-select .btn {
padding-left:25px;
}
.manage-icons .iconHolder .bootstrap-select .btn
{
padding-left:11px;
}
.propery-searchSection .iconHolder .bootstrap-select.form-control {
height: auto;
}
.search-btn
{
position:relative;
}
.search-btn input.search-me
{
width:100%;
height:42px;
float:left;
padding-left:15px;
background:#007cdc;
border:1px solid #ebebeb;
font-size:14px;
color:#fff;
text-align:left;
cursor:pointer;
background: url(../images/btn-bg2.jpg) no-repeat right center #007cdc;
}
.manage-icons .searchBtnsAction .btn
{
width:100%;
background:#fff;
border:1px solid #999;
}
.advnc-search
{
float:right;
padding:0;
margin-top:5px;
color:#0076bb;
font-size:16px;
font-weight:700;
text-decoration:underline;
}
.advnc-search i
{
margin-right:5px;
}
.propery-searchSection .sidebarTitle
{
text-align:left;
}
.hide-section
{
display:none;
-webkit-transition: all .3s linear 0s;
transition: all .3s linear 0s;
}
.new-sidebar .sidebarSearch{
background:#fff;
-webkit-box-shadow: 0px 0px 7px 1px rgba(215,212,212,1);
-moz-box-shadow: 0px 0px 7px 1px rgba(215,212,212,1);
box-shadow: 0px 0px 7px 1px rgba(215,212,212,1);
}
.new-sidebar h2
{
font-size:18px;
font-weight:700;
color:#333;
}
.search-links
{
padding:15px 0 0 0;
margin:0;
/*width:100%;
float:left;*/
list-style:none;
}
.search-links li
{
padding:0;
margin:0;
/*width:100%;
float:left;*/
margin-bottom:9px;
list-style:none;
background: url(../images/normal-dot.gif) no-repeat left 7px;
}
.search-links li:hover
{
background: url(../images/normal-dot-hover.gif) no-repeat left 7px;
}
.search-links li a
{
color:#666;
font-size:15px;
text-decoration:none;
padding-left:19px;
display:block;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.search-links li a:hover
{
padding-left:25px;
color:#0076bb;
text-decoration:underline;
}
.new-sidebar .sidebarSearch
{
margin-bottom:25px;
}
.new-sidebar .sidebarSearch
{
padding-top:25px;
padding-bottom:25px;
}
.propery-searchSection .textField
{
margin:0;
}
.propery-searchSection .manage-icons .searchBtnsAction .btn
{
padding:7px 0;
}
.propery-searchSection .searchBtnsAction .btn .cross-icon
{
top:12px;
}
.propery-searchSection .searchBtnsAction .btn .fa
{
top:11px;
}
.property-grid .loc-point
{
color:#666;
font-size:14px;
padding:0;
margin:0 0 15px 0;
}
.property-grid .loc-point i
{
color:#0076bb;
}
.property-grid .catImgInfo > a
{
margin-bottom:1px;
}
.property-grid .priceTag
{
color:#ff7800;
}
.propIcons span
{
margin-right:9px;
font-size:15px;
}
.propIcons span em.fabed
{
background-image: url(../images/bed.svg);
background-size: 30px;
background-repeat: no-repeat;
display: inline-block;
background-position: top left;
text-indent: -9999px;
width: 30px;
height: 22px;
margin-left:3px;
}
.propIcons span em.fabath
{
background-image: url(../images/bathtub.svg);
background-size: 25px;
background-repeat: no-repeat;
display: inline-block;
background-position: top left;
text-indent: -9999px;
width: 30px;
margin-left:3px;
height: 23px;
}
.propIcons p
{
margin:0;
}
.property-grid .holder .totalCat
{
top:180px;
}
.manage-ViewCat .lisViewtCatDetail h3
{
font-size:20px;
color:#333;
font-weight:600;
}
.manage-ViewCat .loc-point i
{
color:#ff7800;
}
.manage-ViewCat.listViewCat .priceTag
{
text-align:left;
margin-bottom:9px;
font-size:20px;
}
.manage-ViewCat .propIcons
{
margin-bottom:19px;
}
.property-grid .adImageLeft {
position: absolute;
right: 100%;
z-index: 10;
top: 0;
width: 100px;
margin-right: 10px;
}
.property-grid .adImageLeft img{
max-width: 100%;
}
.manage-ViewCat .shortLogo
{
position: absolute;
right: 0;
top:45%;
margin: 0;
}
/*************** form *************/
.propery-searchSection .bootstrap-select .dropdown-menu li a
{
position:relative;
}
.propery-searchSection .spl .bootstrap-select .dropdown-menu li a:after
{
position:absolute;
left:9px;
top:4px;
width:20px;
height:20px;
content:"";
z-index:99;
border:1px solid #ccc;
}
.propery-searchSection button.actions-btn.bs-deselect-all.btn.btn-light
{
padding-left:15px;
}
.propery-searchSection button.actions-btn.bs-select-all.btn.btn-light
{
padding-left:15px;
padding-bottom:7px;
text-align:left;
position:relative;
/*border:none;*/
border-bottom:1px solid #999;
}
.propery-searchSection .bootstrap-select .dropdown-menu li
{
margin-bottom:3px;
}
/*.propery-searchSection button.actions-btn.bs-select-all.btn.btn-light:after
{
position:absolute;
left:2px;
top:9px;
width:20px;
height:20px;
content:"";
z-index:99;
border:1px solid #ccc;
}*/
.propery-searchSection .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark
{
left:15px;
}
.propery-searchSection .bootstrap-select.show-tick .dropdown-menu li a span.text
{
margin-right:auto;
margin-left:15px;
}
.qty
{
position:relative;
}
.qty .count {
color: #666;
display: inline-block;
vertical-align: top;
line-height:38px;
padding: 0 2px;
width:100%;
text-align: center;
}
.qty .count2 {
color: #666;
display: inline-block;
vertical-align: top;
line-height:38px;
padding: 0 2px;
width:100%;
text-align: center;
}
.qty .plus, .qty .plus2 {
cursor: pointer;
display: inline-block;
vertical-align: top;
color: white;
width: 40px;
height:40px;
font-size:24px;
font-size:0;
font-weight:700;
border-radius:3px;
text-align: center;
background-color:#ccc !important;
position:absolute;
right:-2px;
top:0px;
background-image: url(../images/add.png);
background-repeat: no-repeat;
background-position: center center;
}
.qty .minus, .qty .minus2 {
cursor: pointer;
display: inline-block;
vertical-align: top;
color: white;
width: 40px;
height:40px;
font-size:24px;
font-weight:700;
border-radius:3px;
text-align: center;
position:absolute;
left:-2px;
top:0px;
background-color:#ccc !important;
background-image: url(../images/minus.png);
background-repeat: no-repeat;
background-position: center center;
}
.qty .plus:hover, .qty .plus2:hover {
background-color:#007cdc !important;
}
.qty .minus:hover, .qty .minus2:hover {
background-color:#007cdc !important;
}
/*Prevent text selection*/
span{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
input{
border: 0;
width: 2%;
}
nput::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input:disabled{
background-color:white;
}
.adTitle {
font-size: 22px;
}
.gridViewCat .holder:hover .totalCat
{
display:none;
}
/*************** signup *************/
.signup-wrapper, .signup-header, .signup-container
{
width:100%;
padding:0;
margin:0;
}
.signup-header
{
padding:15px 0;
/*-webkit-box-shadow: 0px 1px 10px 10px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 1px 10px 10px rgba(0,0,0,0.21);
box-shadow: 0px 1px 10px 10px rgba(0,0,0,0.21);*/
-webkit-box-shadow: 0px 3px 5px 2px rgba(204,204,204,0.54);
box-shadow: 0px 3px 5px 2px rgba(204,204,204,0.54);
}
.signup-wrapper:after, .signup-header:after, .signup-wrap:after
{
clear:both;
display:block;
content:"";
}
.signup-wrap
{
max-width:560px;
margin:0 auto;
padding:0;
}
.logo-signup
{
max-width:222px;
margin:0 auto;
padding:0;
}
.signup-container .textField
{
margin-bottom:15px;
}
.signup-container .inner-signup
{
width:100%;
padding:29px 5% 0 5%;
background:#f6f6f6;
margin:45px 0;
-webkit-box-shadow: 0px 0px 5px 3px rgba(204,204,204,0.54);
box-shadow: 0px 0px 5px 3px rgba(204,204,204,0.54);
}
.signup-container .inner-signup h1
{
color:#444;
text-align:center;
font-size:29px;
margin-bottom:25px;
}
.btn-social{position:relative;padding-left:44px;
white-space:nowrap;overflow:hidden;text-overflow:ellipsis; color:#fff !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size:14px;
}
.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:38px;line-height:34px;font-size:1em;text-align:center;border-right:1px solid rgba(255,255,255,0.3)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding-left:0;padding-right:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{color:#fff;background-color:#183c60;border-color:rgba(0,0,0,0.2)}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,0.2)}
.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-instagram{color:#fff;background-color:#517fa4;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{color:#fff;background-color:#446a89;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#517fa4;border-color:rgba(0,0,0,0.2)}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-twitter{color:#fff;background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#1c92c7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}
.social-Btns
{
margin-bottom:25px;
}
p.custome-signupTxt
{
text-align:center;
margin-bottom:25px;
}
.signup-wrap .textField > .form-control
{
padding:1.4rem 0.75rem;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.signup-wrap ::-webkit-input-placeholder {
font-style: italic;
}
.signup-wrap :-moz-placeholder {
font-style: italic;
}
.signup-wrap ::-moz-placeholder {
font-style: italic;
}
.signup-wrap :-ms-input-placeholder {
font-style: italic;
}
.signup-wrap .signup-btn
{
min-width:80%;
display:block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin:0 auto;
height:38px;
font-weight:700;
cursor:pointer;
background:#007cdc;
color:#fff;
font-size:14px;
text-transform:uppercase;
border:none;
margin-bottom:9px;
}
.signup-wrap .signup-btn:hover
{
background:#318fd9;
}
.signup-wrap .sidebarTitle
{
margin-bottom:3px;
}
p.custome-signupTxt a
{
text-decoration:underline;
}
.error
{
color:#F00;
font-size:12px;
}
.has-error input
{
border:1px solid #F00;
}
label.sidebarTitle em
{
font-weight:400;
font-style:normal;
}
/****************** drop down ******************/
.intl-tel-input {
margin:0;
font-size: 14px;
color: #333;
}
.intl-tel-input input {
width:100%;
border: 1px solid #CCC;
height:48px;
}
.form-control.is-valid, .was-validated .form-control:valid
{
border-color:#007cdc !important;
}
.form-control:focus
{
border-color:#007cdc !important;
-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.21) !important;
-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.21) !important;
box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.21) !important;
}
.classifiedPage.listViewCat .promotedStack {
position: absolute;
left: -5px;
top: 9px;
/* background-image: url(../images/promoted-icon.png); */
background-repeat: no-repeat;
background-position: left top;
width: 67px;
height: 18px;
text-decoration: none !important;
color: #fff !important;
font-size: 10px;
text-align: center;
padding:0;
z-index: 10;
background-color:#ff7800;
}
.classifiedPage .catDetail > li
{
width:75px;
}
.propertyListingPage .promotedStack {
background-image: none;
background-color: #ff7800;
left:10px;
top: 10px;
height: auto;
width: auto;
font-size:12px;
padding: 2px 10px;
font-weight:600;
text-transform: capitalize;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.propery-searchSection .manage-spaceLeft .iconHolder .bootstrap-select .btn
{
padding-left:10px;
}
/************* privacy page ******************/
.privacyPage-wrapper
{
max-width:760px;
margin:0 auto;
padding:0 10px;
margin-top:15px;
margin-bottom:25px;
}
.privacyPage-wrapper:after
{
clear:both;
display:block;
content:"";
}
.privacyPage-wrapper h1
{
text-align:center;
font-size:30px;
color:#444;
margin-bottom:25px;
}
.spl-txt
{
text-align:center;
font-size:15px;
}
.privacyBox
{
border:1px solid #007cdc;
padding:19px 5%;
margin:25px 0;
}
.privacyBox h2
{
text-align:center;
font-size:28px;
margin-bottom:25px;
color:#444;
font-weight:600;
}
.prv-points
{
list-style:none;
padding:0;
}
.prv-points li
{
margin-bottom:9px;
}
.prv-points li a
{
font-size:15px;
color:#666;
text-decoration:none;
font-weight:600;
}
.prv-points li a span
{
font-weight:500;
padding-left:11px;
}
.prv-points li a:hover span
{
color:#007cdc;
text-decoration:underline;
}
.privacyPage-wrapper p
{
font-size:15px;
}
.privacyPage-wrapper .bigtxt
{
font-size:18px;
}
.privacyPage-wrapper h3
{
font-size:25px;
margin-bottom:13px;
padding-top:5px;
color:#444;
font-weight:600;
}
.privacyPage-wrapper h4
{
font-size:18px;
margin-bottom:15px;
color:#444;
font-weight:600;
}
.classifiedPage .lisViewtCatCol
{
-webkit-box-shadow: 0px 0px 5px 3px rgba(204,204,204,0.54);
box-shadow: 0px 0px 5px 3px rgba(204,204,204,0.54);
}
.classifiedPage .lisViewtCatHolder
{
margin-bottom:11px;
}
.classifiedPage .listViewLink
{
font-weight:600;
}
.classifiedPage .priceTag em
{
font-style:normal;
font-size:16px;
}
.textField
{
margin-top:9px;
margin-bottom:17px;
}
.classifiedPage .catDetail
{
margin-bottom:21px;
}
.propertyListingPage .listViewCat .holder
{
-webkit-box-shadow: 0px 0 5px 2px rgba(204,204,204,0.54);
box-shadow: 0px 0 5px 2px rgba(204,204,204,0.54);
border:none;
}
#forgotPassword
{
float:right;
color:#007cdc;
font-weight:600;
font-size:14px;
margin-bottom:25px;
margin-top:5px;
text-decoration:underline;
}
a#forgotPassword:hover
{
color:#fa771a;
}
/************* detail page **************/
.detail-section h1
{
font-size:24px;
color:#444;
font-weight:700;
}
.detail-section .listBread > li > a
{
font-size:12px;
font-weight:500;
}
.detail-section .listBread > li > span
{
font-size:12px;
}
.detail-section .listBread > li:after
{
font-size:12px;
}
.inner-detailBox
{
border:1px solid #b9b9b9;
padding:3.5%;
margin-top:11px;
float:left;
margin-bottom:25px;
}
#carousel-example-generic {
margin: 20px auto;
width: 400px;
}
#carousel-custom {
padding:0;
margin:0;
}
.slide-btmBox
{
width:100%;
position:relative;
z-index:9;
overflow:hidden;
height:95px;
}
#carousel-custom .carousel-indicators {
margin: 10px 0 0;
overflow-x:auto;
/* position: static;
text-align: left;*/
white-space: nowrap;
width: 100%;
}
#carousel-custom .carousel-indicators li {
background-color: transparent;
-webkit-border-radius: 0;
border-radius: 0;
display: inline-block;
height: auto;
width: auto;
float:left;
}
#carousel-custom .carousel-indicators li img {
display: block;
opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
opacity: 0.75;
}
.left.carousel-control
{
position:absolute;
left:0;
top:45%;
z-index:99;
width:50px;
height:50px;
}
.right.carousel-control
{
position:absolute;
right:0;
top:45%;
z-index:99;
width:50px;
height:50px;
}
.flex-direction-nav .flex-prev {
background-image: url(../images/back-page-icon-hover.svg);
background-repeat: no-repeat;
background-position: center center;
background-size:25px;
display:block;
width:25px;
height:25px;
font-size:0;
line-height:0;
}
.flex-direction-nav .flex-prev:hover {
background-image: url(../images/back-page-icon-hover.svg);
}
.flex-direction-nav .flex-next {
background-image: url(../images/next-page-icon-hover.svg);
background-repeat: no-repeat;
background-position: center center;
background-size:25px;
display:block;
width:25px;
height:25px;
font-size:0;
line-height:0;
}
.flex-direction-nav .flex-next:hover{
background-image: url(../images/next-page-icon-hover.svg);
}
.inner-detailBox #carousel li
{
border:2px solid #fff;
}
.inner-detailBox #carousel li.flex-active-slide
{
border:2px solid #0078d5;
}
.inner-detailBox .catActionBtns > li
{
float:right;
}
.inner-detailBox .catActionBtns > li:first-child
{
margin-left:20px;
}
.detailAd-section
{
width:100%;
padding:0;
position:relative;
top:-11px;
}
.detailAd-section h3
{
font-weight:600;
font-size:18px;
margin-bottom:25px;
color:#444;
}
.adListing
{
width:100%;
padding:0;
margin:11px 0 0 0;
list-style:none;
float:left;
}
.adListing li
{
width:25%;
margin-bottom:25px;
float:left;
padding:0;
list-style:none;
}
.adListing li .innerBox
{
margin:3px;
padding:5px;
display:block;
background:#fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 0 5px 2px rgba(204,204,204,0.54);
box-shadow: 0px 0 5px 2px rgba(204,204,204,0.54);
}
.adListing li .innerBox .circleBox
{
width:75px;
height:75px;
text-align:center;
position:relative;
padding-top:15px;
top:-19px;
margin:0 auto;
display:block;
background:#fff;
cursor:pointer;
border:1px solid #e0454a;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.circleBox span
{
background-repeat: no-repeat;
background-position: center center;
background-size:39px;
display:block;
width:100%;
height:100%;
font-size:0;
position:absolute;
left:0;
top:0;
line-height:0;
}
.circleBox .calnder-icon
{
background-image: url(../images/ad-calendar.svg);
}
.circleBox .kilometer-icon
{
background-image: url(../images/ad-speed.svg);
}
.circleBox .color-icon
{
background-image: url(../images/ad-water.svg);
}
.circleBox .body-icon
{
background-image: url(../images/ad-car.svg);
}
.circleBox .doors-icon
{
background-image: url(../images/ad-door.svg);
}
.circleBox .trans-icon
{
background-image: url(../images/ad-podcast.svg);
}
.circleBox .warranty-icon
{
background-image: url(../images/ad-sticker.svg);
}
.circleBox .spec-icon
{
background-image: url(../images/ad-internet.svg);
}
.adListing li .innerBox .circleBox:hover .calnder-icon
{
background-image: url(../images/ad-calendar-hover.svg);
}
.adListing li .innerBox .circleBox:hover .kilometer-icon
{
background-image: url(../images/ad-speed-hover.svg);
}
.adListing li .innerBox .circleBox:hover .color-icon
{
background-image: url(../images/ad-water-hover.svg);
}
.adListing li .innerBox .circleBox:hover .color-icon
{
background-image: url(../images/ad-water-hover.svg);
}
.adListing li .innerBox .circleBox:hover .body-icon
{
background-image: url(../images/ad-car-hover.svg);
}
.adListing li .innerBox .circleBox:hover .doors-icon
{
background-image: url(../images/ad-door-hover.svg);
}
.adListing li .innerBox .circleBox:hover .trans-icon
{
background-image: url(../images/ad-podcast-hover.svg);
}
.adListing li .innerBox .circleBox:hover .warranty-icon
{
background-image: url(../images/ad-sticker-hover.svg);
}
.adListing li .innerBox .circleBox:hover .spec-icon
{
background-image: url(../images/ad-internet-hover.svg);
}
.adListing li .innerBox .circleBox:hover
{
background:#e0454a;
}
.adListing li:nth-child(2) .innerBox .circleBox
{
border:1px solid #fc8510;
}
.adListing li:nth-child(2) .innerBox .circleBox:hover
{
background:#fc8510;
}
.adListing li:nth-child(3) .innerBox .circleBox
{
border:1px solid #eebd49;
}
.adListing li:nth-child(3) .innerBox .circleBox:hover
{
background:#eebd49;
}
.adListing li:nth-child(4) .innerBox .circleBox
{
border:1px solid #e75d7c;
}
.adListing li:nth-child(4) .innerBox .circleBox:hover
{
background:#e75d7c;
}
.adListing li:nth-child(5) .innerBox .circleBox
{
border:1px solid #74dcb5;
}
.adListing li:nth-child(5) .innerBox .circleBox:hover
{
background:#74dcb5;
}
.adListing li:nth-child(6) .innerBox .circleBox
{
border:1px solid #bd7ae6;
}
.adListing li:nth-child(6) .innerBox .circleBox:hover
{
background:#bd7ae6;
}
.adListing li:nth-child(7) .innerBox .circleBox
{
border:1px solid #8ed889;
}
.adListing li:nth-child(7) .innerBox .circleBox:hover
{
background:#8ed889;
}
.adListing li:nth-child(8) .innerBox .circleBox
{
border:1px solid #7699ea;
}
.adListing li:nth-child(8) .innerBox .circleBox:hover
{
background:#7699ea;
}
/* property-detail.html icons Css Start here*/
.circleBox .bed-icon
{
background-image: url(../images/double-king-size-bed.svg);
}
.adListing li .innerBox .circleBox:hover .bed-icon
{
background-image: url(../images/double-king-size-bed-hover.svg);
}
.circleBox .bath-icon
{
background-image: url(../images/bathroom.svg);
}
.adListing li .innerBox .circleBox:hover .bath-icon
{
background-image: url(../images/bathroom-hover.svg);
}
.circleBox .scale-icon
{
background-image: url(../images/scale.svg);
}
.adListing li .innerBox .circleBox:hover .scale-icon
{
background-image: url(../images/scale-hover.svg);
}
.circleBox .price-icon
{
background-image: url(../images/dollar-sign.svg);
}
.adListing li .innerBox .circleBox:hover .price-icon
{
background-image: url(../images/dollar-sign-hover.svg);
}
.circleBox .time-icon
{
background-image: url(../images/timetable.svg);
}
.adListing li .innerBox .circleBox:hover .time-icon
{
background-image: url(../images/timetable-hover.svg);
}
.circleBox .clock-icon
{
background-image: url(../images/clock-circular.svg);
}
.adListing li .innerBox .circleBox:hover .clock-icon
{
background-image: url(../images/clock-circular-hover.svg);
}
.circleBox .age-icon
{
background-image: url(../images/timetable.svg);
}
.adListing li .innerBox .circleBox:hover .age-icon
{
background-image: url(../images/timetable.svg);
}
.circleBox .hotel-icon
{
background-image: url(../images/hotel.svg);
}
.adListing li .innerBox .circleBox:hover .hotel-icon
{
background-image: url(../images/hotel-hover.svg);
}
.circleBox .gas-icon
{
background-image: url(../images/gas.svg);
}
.adListing li .innerBox .circleBox:hover .gas-icon
{
background-image: url(../images/gas-hover.svg);
}
/* property-detail.html icons css end here */
/* Classified-detail.html icons css Start here */
.circleBox .age2-icon
{
background-image: url(../images/age.svg);
}
.adListing li .innerBox .circleBox:hover .age2-icon
{
background-image: url(../images/age-hover.svg);
}
.circleBox .usage-icon
{
background-image: url(../images/usage.svg);
}
.adListing li .innerBox .circleBox:hover .usage-icon
{
background-image: url(../images/usage-hover.svg);
}
.circleBox .condition-icon
{
background-image: url(../images/condition.svg);
}
.adListing li .innerBox .circleBox:hover .condition-icon
{
background-image: url(../images/condition-hover.svg);
}
/* Classified-detail.html icons css end here */
/* Job-detail.html Page css Start here */
.single_box{
position: relative;
border:1px solid #b9b9b9;
padding: 18px;
max-width: 100%;
margin-bottom: 20px;
}
.single_box img{
position: relative;
max-width: 100%;
}
.thumb_desc{
width: 93%;
min-height: 50px;
background: #000000;
background-color:rgba(0, 0, 0, 0.5);
position: absolute;
top:18px;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
line-height: 50px;
font-size: 13px;
}
.circleBox .employment-icon
{
background-image: url(../images/employment-icon.svg);
}
.adListing li .innerBox .circleBox:hover .employment-icon
{
background-image: url(../images/employment-icon-hover.svg);
}
.circleBox .salary-icon
{
background-image: url(../images/salary-icon.svg);
}
.adListing li .innerBox .circleBox:hover .salary-icon
{
background-image: url(../images/salary-icon-hover.svg);
}
.circleBox .experince-icon
{
background-image: url(../images/experince-icon.svg);
}
.adListing li .innerBox .circleBox:hover .experince-icon
{
background-image: url(../images/experince-icon-hover.svg);
}
.circleBox .edu-icon
{
background-image: url(../images/edu-icon.svg);
}
.adListing li .innerBox .circleBox:hover .edu-icon
{
background-image: url(../images/edu-icon-hover.svg);
}
.circleBox .listed-icon
{
background-image: url(../images/listed-icon.svg);
}
.adListing li .innerBox .circleBox:hover .listed-icon
{
background-image: url(../images/listed-icon-hover.svg);
}
.circleBox .career-icon
{
background-image: url(../images/career-icon.svg);
}
.adListing li .innerBox .circleBox:hover .career-icon
{
background-image: url(../images/career-icon-hover.svg);
}
.circleBox .position-icon
{
background-image: url(../images/position-icon.svg);
}
.adListing li .innerBox .circleBox:hover .position-icon
{
background-image: url(../images/position-icon-hover.svg);
}
/* Job-detail.html Page css end here */
/* Sucess Page Css start here */
.popup-content .icon-box {
color: #fff;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
top: -50px;
width: 125px;
height: 125px;
border-radius: 50%;
z-index: 9;
background: #33ae61;
padding: 20px;
text-align: center;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.popup-content .icon-box i {
font-size: 78px;
position: relative;
top: 3px;
}
.popup-content.popup2 h2{
margin-top: 90px;
text-transform: uppercase;
font-weight: 600;
}
.popup-content.popup2 .btn{
background: #33ae61;
}
/* Sucess Page Css End Here */
.adInfo
{
width:100%;
position:relative;
text-align:center;
}
.adInfo h4
{
font-size:12px;
font-weight:600;
margin:0;
}
.adInfo p
{
font-size:12px;
}
.propertyListingPage .gridViewCat .holder
{
-webkit-box-shadow: 0px 3px 1px 0px rgba(239,239,239,1);
-moz-box-shadow: 0px 3px 1px 0px rgba(239,239,239,1);
box-shadow: 0px 3px 1px 0px rgba(239,239,239,1);
}
.propertyListingPage .listViewCat .holder
{
padding-top:30px;
padding-bottom:12px;
}
.propertyListingPage .manage-ViewCat .propIcons
{
margin-bottom:25px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
width:100%;
}
.propIcons a
{
color:#666;
}
.propIcons a:hover
{
color:#007cdc;
}
.propertyListingPage p.loc-point
{
font-size:15px;
}
.conditionSection
{
width:100%;
float:left;
position:relative;
top:-11px;
padding:5%;
margin:0;
-webkit-box-shadow: 0px 0 5px 2px rgba(204,204,204,0.54);
box-shadow: 0px 0 5px 2px rgba(204,204,204,0.54);
}
.conditionSection ul
{
padding:0;
margin:0;
list-style:none;
width:100%;
float:left;
}
.conditionSection ul li
{
padding:0;
margin:0 0 15px 0;
list-style:none;
width:100%;
float:left;
}
.conditionSection ul li:last-child
{
margin:0;
}
.conditionSection ul li div.col-a
{
width:49%;
float:left;
padding:0;
margin:0;
}
.conditionSection ul li div.col-b
{
width:49%;
float:right;
padding:0;
margin:0;
}
.conditionSection ul li div.col-a p
{
font-size:13px;
margin:0;
}
.conditionSection ul li div.col-a p
{
position:relative;
}
.conditionSection ul li i.icon-body
{
background-image: url(../images/icon-car.svg);
background-repeat: no-repeat;
background-position: top;
background-size:17px;
display:inline-block;
width:20px;
height:20px;
font-size:0;
line-height:0;
position:absolute;
left:0;
top:3px;
}
.conditionSection ul li i.icon-mech
{
background-image: url(../images/icon-support.svg);
background-repeat: no-repeat;
background-position: top;
background-size:17px;
display:inline-block;
width:17px;
height:25px;
font-size:0;
line-height:0;
position:absolute;
left:0;
top:3px;
}
.conditionSection ul li i.icon-fuel
{
background-image: url(../images/icon-gas.svg);
background-repeat: no-repeat;
background-position: top;
background-size:17px;
display:inline-block;
width:20px;
height:25px;
font-size:0;
line-height:0;
position:absolute;
left:0;
top:3px;
}
.conditionSection ul li i.icon-trim
{
background-image: url(../images/icon-rim.svg);
background-repeat: no-repeat;
background-position: top;
background-size:17px;
display:inline-block;
width:20px;
height:25px;
font-size:0;
line-height:0;
position:absolute;
left:0;
top:3px;
}
.conditionSection ul li i.icon-cyl
{
background-image: url(../images/icon-motor.svg);
background-repeat: no-repeat;
background-position: top;
background-size:12px;
display:inline-block;
width:20px;
height:25px;
font-size:0;
line-height:0;
position:absolute;
left:0;
top:3px;
}
.conditionSection ul li i.icon-seller
{
background-image: url(../images/icon-man.svg);
background-repeat: no-repeat;
background-position: top;
background-size:13px;
display:inline-block;
width:20px;
height:25px;
font-size:0;
line-height:0;
position:absolute;
left:0;
top:3px;
}
.conditionSection ul li i.icon-extras
{
background-image: url(../images/icon-list.svg);
background-repeat: no-repeat;
background-position: top;
background-size:15px;
display:inline-block;
width:20px;
height:25px;
font-size:0;
line-height:0;
position:absolute;
left:0;
top:3px;
}
.conditionSection ul li div.col-a p
{
padding-left:25px;
}
.conditionSection ul li div.col-b p
{
font-weight:600;
font-size:12px;
margin:0;
}
.inner-detailBox h3
{
color:#444;
font-size:18px;
font-weight:600;
margin:0 0 11px 0;
}
.descriptionSection
{
float:left;
width:100%;
margin-top:15px;
}
.descriptionSection ul
{
padding-left:15px;
font-size:14px;
}
.descriptionSection ul li
{
font-size:14px;
margin-bottom:5px;
}
.page-pagination
{
width:100%;
padding:0;
float:left;
margin-bottom:21px;
}
.left-page
{
width:45%;
float:left;
padding:2.5%;
border:1px solid #b9b9b9;
border-radius:1px;
}
.right-page
{
width:45%;
float:right;
padding:2.5%;
border:1px solid #b9b9b9;
border-radius:1px;
}
.page-pagination p
{
padding:0;
margin:0;
font-size:14px;
font-weight:600;
position:relative;
}
.page-pagination p a:hover, .right-page:hover p a, .left-page:hover p a
{
color:#007cdc;
}
p.tp-1
{
font-size:14px;
color:#666;
padding:0;
margin:0;
font-style:italic;
font-weight:400;
}
.page-pagination p a
{
font-size:14px;
color:#666;
padding:0;
text-decoration:none;
display:inline-block;
}
.page-pagination p.tp-1 a
{
padding-left:15px;
}
.right-page p
{
text-align:right;
}
.page-pagination .arrow-left
{
width:8px;
height:12px;
position:absolute;
left:0;
top:5px;
display:inline-block;
font-size:0;
background: url(../images/left-blue.gif) no-repeat;
}
.page-pagination .arrow-right
{
width:8px;
height:12px;
position:absolute;
right:0;
top:5px;
display:inline-block;
font-size:0;
background: url(../images/right-blue.gif) no-repeat;
}
.right-page p.tp-1 a
{
padding-left:0;
padding-right:15px;
}
.commentsSection
{
width:100%;
padding:0;
float:left;
}
.commentsSection h3 {
color: #444;
font-size: 18px;
font-weight: 600;
margin: 0 0 11px 0;
}
.commentBox
{
border:1px solid #b9b9b9;
padding:2% 3%;
border-radius:1px;
margin-bottom:21px;
float:left;
}
.commentBox p
{
font-size:12px;
font-weight:600;
color:#444;
}
.commentBox h5
{
position:relative;
font-size:14px;
font-weight:600;
}
span.date-c
{
display:block;
color:#666;
font-size:12px;
display:block;
font-weight:600;
}
.btn-right
{
position:absolute;
right:0;
top:3px;
}
.btn-right a
{
background:#ff7800;
color:#fff;
font-size:12px;
border-radius:2px;
padding:2px 9px;
}
/********************** waqas css ^^^^^^^^^^^^^^^^^^^*/
.side-bar-left{
color: #444444;
}
.side-bar-left h5{
font-size: 18px;
}
.sidebar-priceBox
{
padding:5% 7%;
border:1px solid #b9b9b9;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.loc-point
{
color:#333;
display:block;
font-weight:600;
font-size:12px;
}
.sidebar-priceBox p
{
font-size:20px;
color:#0076bb;
margin:0;
padding:0;
font-weight:600;
}
.sidebar-priceBox p span
{
font-size:28px;
font-weight:700;
}
/* Sidebar Css Start here */
.grey-outer-box{
padding-top: 30px;
padding-bottom: 30px;
background: #eeeeee;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.user-box{
margin: 0 auto;
margin-bottom: 30px;
margin-left: 27px;
float: left;
}
.user-box img{
float: left;
margin-right: 8px;
position:relative;
top:3px;
width: 60px;
height: 60px;
border-radius: 50%;
object-fit: cover;
}
ul.user-info{
padding: 0;
margin: 0;
list-style: none;
float: left;
}
ul.user-info li{
font-size: 12px;
color: #666666;
line-height: 23px;
}
ul.user-info li h3{
color: #444444;
font-size: 17px;
margin-bottom: 0;
font-weight: bold;
}
ul.user-info li.on{
color: #26e72f;
font-size: 12px;
}
ul.user-info li.on span{
font-size: 18px;
margin-right: 5px;
display: block;
padding-top: 3px;
width: 11px;
height: 11px;
float: left;
background: #26e72f;
margin-top: 6px;
border-radius: 12px;
}
.chat_box{
margin: 0 auto;
margin-bottom: -14px;
}
.chat_box .btn{
margin: 0 auto;
margin-bottom: 15px;
border-radius: 5px;
min-width: 204px;
display: inherit;
font-size: 14px;
}
.chat_box .btn img{
padding-right: 8px;
margin-right: 8px;
float: left;
vertical-align: middle;
}
.btn-chat, .btn-chat:hover {
color: #ffffff;
background-color: #007CDC;
border-color: #007CDC;
}
.btn-apply, .btn-apply:hover {
color: #ffffff;
background-color: #87b821;
border-color: #87b821;
}
.btn-follow, .btn-follow:hover {
color: #ffffff;
background-color: #ff7800;
border-color: #ff7800;
}
.contact_form1{
margin: 0 auto;
padding: 14px;
border: 2px solid #007cdc;
margin-bottom: -3px;
}
.contact_form1 h5{
color: #007cdc;
font-size: 15px;
text-align: center;
margin-bottom: 10px;
margin-bottom: 23px;
}
.contact_form1 label{
margin-bottom: 0;
color: #444444;
}
.contact_form1 .form-control{
border: 1px solid #ccc;
border-radius: 2px;
}
.contact_form1 .form-group{
margin-bottom: 0;
}
.contact_form1 .form-group textarea{
margin-bottom: 10px;
}
.contact_form1 button.snd{
border: 1px solid #007cdc;
color: #007cdc;
text-transform: uppercase;
font-size: 12px;
}
.contact_form1 button.snd:hover{
background-color: #007cdc;
color: #fff;
}
/* Toggle Form Css Start here */
a.morelink {
text-decoration:none;
outline: none;
}
.morecontent span {
display: none;
}
.comment {
width: 220px;
background-color: #f0f0f0;
margin: 10px;
}
.sho{
display: none
}
.abcMain.showMoreCat .sho {
display: inline-block;
}
.abcMain.showMoreCat .sh
{
display: none;
}
.side-bar-left .collapse:not(.show) {
height: 63px;
overflow: hidden;
display: block;
}
.abcMain.grey .contact_form1{
border: 2px solid #b9b9b9;
}
.abcMain.grey .contact_form1 h5{
color: #444444;
}
.abcMain .text-center{
min-height: 30px;
margin-top: -20px;
}
.abcMain .text-center a{
text-align: center;
}
.abcMain .categoryArrowDown {
background-image: url(../images/keyboard-right-arrow-buttongrey.svg);
background-size: 9px;
height: 22px;
width: 22px;
background-repeat: no-repeat;
background-position: center center;
float: none;
background-color: #ccc;
border-radius: 20px;
transform: rotate(90deg);
}
.abcMain .categoryArrowUp {
background-image: url(../images/keyboard-right-arrow-buttonwhite.svg);
background-size: 9px;
height:22px;
width:22px;
background-repeat: no-repeat;
background-position: center center;
float: none;
background-color: #007cdc;
border-radius: 20px;
transform: rotate(-90deg);
}
/* Toggle Form Css End here */
ul.social {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
margin-top: 16px;
min-height: 60px;
}
ul.social > li {
display: inline-block;
}
ul.social > li > a {
display: inline-block;
font-size: 18px;
line-height: 43px;
width: 43px;
height: 43px;
border-radius: 36px;
background-color: #222222;
color: #fff;
margin: 0 3px 3px 0;
}
ul.social > li > a.fb{
background-color: #3b5999;
}
ul.social > li > a.twt{
background-color: #1ca0f2;
}
ul.social > li > a.gplus{
background-color: #d5493a;
}
ul.social > li > a.lnk{
background-color: #0077b4;
}
ul.social > li > a.pin{
background-color: #c6202d;
}
.side-bar-left .form-control
{
font-size:12px;
font-style:italic;
}
.side-bar-left .form-group
{
margin-bottom:9px;
}
ul.social > li > a:hover {
text-decoration: none;
font-size: 15px;
}
.post_map{
width: auto;
font-size: 11px;
margin-bottom: 20px;
max-width: 100%;
}
.post_map p{
font-size: 14px;
}
.post_map img{
max-width: 100%;
}
ul.post_rel{
padding: 0;
margin: 0;
list-style: none;
}
ul.post_rel li a{
text-decoration: none;
}
ul.post_rel li img{
border: 1px solid #ccc;
margin-right: 10px;
float: left;
width: 98px;
}
ul.post_rel li h4{
color: #444444;
font-weight: bold;
font-size: 14px;
text-decoration: underline;
margin-bottom: 8px;
text-decoration: none;
}
ul.post_rel li h4:hover{
text-decoration: underline;
}
ul.post_rel li h4 span{
color: #3f93e1;
}
ul.post_rel li{
margin-bottom: 40px;
}
/* Sidebar Css End here */
#slider.flexslider
{
width:100%;
height:390px;
overflow:hidden;
position:relative;
}
.loader {
width: 30px;
height: 30px;
border: 3px solid #000;
position: absolute;
top: 50%;
left: 50%;
margin-top: -13px;
margin-left: -13px;
border-radius: 60px;
border-left-color: transparent;
animation: loader 0.8s linear infinite;
-webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(180deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes loader {
0% {
-webkit-transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@media only screen and (max-width: 1200px) {
.adListing li
{
width:33.33%;
}
#slider.flexslider
{
min-height:111px;
height:auto;
}
}
@media only screen and (max-width: 1024px) {
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn)
{
width:190px;
}
.textField > .form-control
{
font-weight:500;
}
.adListing li
{
width:50%;
}
}
@media only screen and (max-width: 900px) {
.textField > .form-control
{
font-size:12px;
}
.manage-ViewCat .lisViewtCatDetail h3
{
font-size:18px;
}
p.loc-point
{
font-size:12px;
}
.propery-searchSection button.actions-btn.bs-deselect-all.btn.btn-light
{
padding-left:3px;
text-align:center;
}
.propery-searchSection button.actions-btn.bs-select-all.btn.btn-light
{
padding-left:3px;
text-align:center;
}
.propery-searchSection .manage-icons .searchBtnsAction .btn
{
font-size:12px;
}
}
@media only screen and (max-width: 768px) {
.btn-social
{
margin-bottom:7px;
}
}
/* Gm Style Css End here */
/* intlTelInput or Intl tell input Css Start here used in forgot.html*/
.intl-tel-input { position: relative; }
.intl-tel-input .hide { display: none; }
.intl-tel-input .flag-dropdown { position: absolute; z-index: 1; cursor: pointer; top:9px; }
.intl-tel-input .flag-dropdown .selected-flag { margin: 1px; padding: 6px 16px 6px 6px; }
.intl-tel-input .flag-dropdown .selected-flag:hover { background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input .flag-dropdown .selected-flag .down-arrow { top: 6px; position: relative; left: 20px; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid black; }
.intl-tel-input .flag-dropdown .country-list { list-style: none; padding: 0; margin: 0; z-index: 1; overflow-y: scroll; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); background-color: white; border: 1px solid #cccccc; position: absolute; top: 29px; width: 330px; max-height: 200px; }
.intl-tel-input .flag-dropdown .country-list .divider { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #cccccc; }
.intl-tel-input .flag-dropdown .country-list .country { line-height: 16px; padding: 4px 10px; }
.intl-tel-input .flag-dropdown .country-list .country .dial-code { color: #999999; }
.intl-tel-input .flag-dropdown .country-list .country.highlight { background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input .flag-dropdown .country-list .flag { display: inline-block; vertical-align: bottom; }
.intl-tel-input .flag-dropdown .country-list .flag, .intl-tel-input .flag-dropdown .country-list .country-name { margin-right: 6px; }
.intl-tel-input input { box-sizing: border-box; -moz-box-sizing: border-box; padding-left: 47px; position: relative; z-index: 0; }
/* originally from https://github.com/lafeber/world-flags-sprite */
.f16 .flag { width: 16px; height: 16px; background: url("../images/flags16.png") no-repeat; }
.f16 ._African_Union { background-position: 0 -16px; }
.f16 ._Arab_League { background-position: 0 -32px; }
.f16 ._ASEAN { background-position: 0 -48px; }
.f16 ._CARICOM { background-position: 0 -64px; }
.f16 ._CIS { background-position: 0 -80px; }
.f16 ._Commonwealth { background-position: 0 -96px; }
.f16 ._England { background-position: 0 -112px; }
.f16 ._European_Union { background-position: 0 -128px; }
.f16 ._Islamic_Conference { background-position: 0 -144px; }
.f16 ._Kosovo { background-position: 0 -160px; }
.f16 ._NATO { background-position: 0 -176px; }
.f16 ._Northern_Cyprus { background-position: 0 -192px; }
.f16 ._Northern_Ireland { background-position: 0 -208px; }
.f16 ._Olimpic_Movement { background-position: 0 -224px; }
.f16 ._OPEC { background-position: 0 -240px; }
.f16 ._Red_Cross { background-position: 0 -256px; }
.f16 ._Scotland { background-position: 0 -272px; }
.f16 ._Somaliland { background-position: 0 -288px; }
.f16 ._Tibet { background-position: 0 -304px; }
.f16 ._United_Nations { background-position: 0 -320px; }
.f16 ._Wales { background-position: 0 -336px; }
.f16 .ad { background-position: 0 -352px; }
.f16 .ae { background-position: 0 -368px; }
.f16 .af { background-position: 0 -384px; }
.f16 .ag { background-position: 0 -400px; }
.f16 .ai { background-position: 0 -416px; }
.f16 .al { background-position: 0 -432px; }
.f16 .am { background-position: 0 -448px; }
.f16 .an { background-position: 0 -464px; }
.f16 .ao { background-position: 0 -480px; }
.f16 .aq { background-position: 0 -496px; }
.f16 .ar { background-position: 0 -512px; }
.f16 .as { background-position: 0 -528px; }
.f16 .at { background-position: 0 -544px; }
.f16 .au { background-position: 0 -560px; }
.f16 .aw { background-position: 0 -576px; }
.f16 .az { background-position: 0 -592px; }
.f16 .ba { background-position: 0 -608px; }
.f16 .bb { background-position: 0 -624px; }
.f16 .bd { background-position: 0 -640px; }
.f16 .be { background-position: 0 -656px; }
.f16 .bf { background-position: 0 -672px; }
.f16 .bg { background-position: 0 -688px; }
.f16 .bh { background-position: 0 -704px; }
.f16 .bi { background-position: 0 -720px; }
.f16 .bj { background-position: 0 -736px; }
.f16 .bm { background-position: 0 -752px; }
.f16 .bn { background-position: 0 -768px; }
.f16 .bo { background-position: 0 -784px; }
.f16 .br { background-position: 0 -800px; }
.f16 .bs { background-position: 0 -816px; }
.f16 .bt { background-position: 0 -832px; }
.f16 .bw { background-position: 0 -848px; }
.f16 .by { background-position: 0 -864px; }
.f16 .bz { background-position: 0 -880px; }
.f16 .ca { background-position: 0 -896px; }
.f16 .cg { background-position: 0 -912px; }
.f16 .cf { background-position: 0 -928px; }
.f16 .cd { background-position: 0 -944px; }
.f16 .ch { background-position: 0 -960px; }
.f16 .ci { background-position: 0 -976px; }
.f16 .ck { background-position: 0 -992px; }
.f16 .cl { background-position: 0 -1008px; }
.f16 .cm { background-position: 0 -1024px; }
.f16 .cn { background-position: 0 -1040px; }
.f16 .co { background-position: 0 -1056px; }
.f16 .cr { background-position: 0 -1072px; }
.f16 .cu { background-position: 0 -1088px; }
.f16 .cv { background-position: 0 -1104px; }
.f16 .cy { background-position: 0 -1120px; }
.f16 .cz { background-position: 0 -1136px; }
.f16 .de { background-position: 0 -1152px; }
.f16 .dj { background-position: 0 -1168px; }
.f16 .dk { background-position: 0 -1184px; }
.f16 .dm { background-position: 0 -1200px; }
.f16 .do { background-position: 0 -1216px; }
.f16 .dz { background-position: 0 -1232px; }
.f16 .ec { background-position: 0 -1248px; }
.f16 .ee { background-position: 0 -1264px; }
.f16 .eg { background-position: 0 -1280px; }
.f16 .eh { background-position: 0 -1296px; }
.f16 .er { background-position: 0 -1312px; }
.f16 .es { background-position: 0 -1328px; }
.f16 .et { background-position: 0 -1344px; }
.f16 .fi { background-position: 0 -1360px; }
.f16 .fj { background-position: 0 -1376px; }
.f16 .fm { background-position: 0 -1392px; }
.f16 .fo { background-position: 0 -1408px; }
.f16 .fr { background-position: 0 -1424px; }
.f16 .ga { background-position: 0 -1440px; }
.f16 .gb { background-position: 0 -1456px; }
.f16 .gd { background-position: 0 -1472px; }
.f16 .ge { background-position: 0 -1488px; }
.f16 .gg { background-position: 0 -1504px; }
.f16 .gh { background-position: 0 -1520px; }
.f16 .gi { background-position: 0 -1536px; }
.f16 .gl { background-position: 0 -1552px; }
.f16 .gm { background-position: 0 -1568px; }
.f16 .gn { background-position: 0 -1584px; }
.f16 .gp { background-position: 0 -1600px; }
.f16 .gq { background-position: 0 -1616px; }
.f16 .gr { background-position: 0 -1632px; }
.f16 .gt { background-position: 0 -1648px; }
.f16 .gu { background-position: 0 -1664px; }
.f16 .gw { background-position: 0 -1680px; }
.f16 .gy { background-position: 0 -1696px; }
.f16 .hk { background-position: 0 -1712px; }
.f16 .hn { background-position: 0 -1728px; }
.f16 .hr { background-position: 0 -1744px; }
.f16 .ht { background-position: 0 -1760px; }
.f16 .hu { background-position: 0 -1776px; }
.f16 .id { background-position: 0 -1792px; }
.f16 .mc { background-position: 0 -1792px; }
.f16 .ie { background-position: 0 -1808px; }
.f16 .il { background-position: 0 -1824px; }
.f16 .im { background-position: 0 -1840px; }
.f16 .in { background-position: 0 -1856px; }
.f16 .iq { background-position: 0 -1872px; }
.f16 .ir { background-position: 0 -1888px; }
.f16 .is { background-position: 0 -1904px; }
.f16 .it { background-position: 0 -1920px; }
.f16 .je { background-position: 0 -1936px; }
.f16 .jm { background-position: 0 -1952px; }
.f16 .jo { background-position: 0 -1968px; }
.f16 .jp { background-position: 0 -1984px; }
.f16 .ke { background-position: 0 -2000px; }
.f16 .kg { background-position: 0 -2016px; }
.f16 .kh { background-position: 0 -2032px; }
.f16 .ki { background-position: 0 -2048px; }
.f16 .km { background-position: 0 -2064px; }
.f16 .kn { background-position: 0 -2080px; }
.f16 .kp { background-position: 0 -2096px; }
.f16 .kr { background-position: 0 -2112px; }
.f16 .kw { background-position: 0 -2128px; }
.f16 .ky { background-position: 0 -2144px; }
.f16 .kz { background-position: 0 -2160px; }
.f16 .la { background-position: 0 -2176px; }
.f16 .lb { background-position: 0 -2192px; }
.f16 .lc { background-position: 0 -2208px; }
.f16 .li { background-position: 0 -2224px; }
.f16 .lk { background-position: 0 -2240px; }
.f16 .lr { background-position: 0 -2256px; }
.f16 .ls { background-position: 0 -2272px; }
.f16 .lt { background-position: 0 -2288px; }
.f16 .lu { background-position: 0 -2304px; }
.f16 .lv { background-position: 0 -2320px; }
.f16 .ly { background-position: 0 -2336px; }
.f16 .ma { background-position: 0 -2352px; }
.f16 .md { background-position: 0 -2368px; }
.f16 .me { background-position: 0 -2384px; }
.f16 .mg { background-position: 0 -2400px; }
.f16 .mh { background-position: 0 -2416px; }
.f16 .mk { background-position: 0 -2432px; }
.f16 .ml { background-position: 0 -2448px; }
.f16 .mm { background-position: 0 -2464px; }
.f16 .mn { background-position: 0 -2480px; }
.f16 .mo { background-position: 0 -2496px; }
.f16 .mq { background-position: 0 -2512px; }
.f16 .mr { background-position: 0 -2528px; }
.f16 .ms { background-position: 0 -2544px; }
.f16 .mt { background-position: 0 -2560px; }
.f16 .mu { background-position: 0 -2576px; }
.f16 .mv { background-position: 0 -2592px; }
.f16 .mw { background-position: 0 -2608px; }
.f16 .mx { background-position: 0 -2624px; }
.f16 .my { background-position: 0 -2640px; }
.f16 .mz { background-position: 0 -2656px; }
.f16 .na { background-position: 0 -2672px; }
.f16 .nc { background-position: 0 -2688px; }
.f16 .ne { background-position: 0 -2704px; }
.f16 .ng { background-position: 0 -2720px; }
.f16 .ni { background-position: 0 -2736px; }
.f16 .nl { background-position: 0 -2752px; }
.f16 .no { background-position: 0 -2768px; }
.f16 .np { background-position: 0 -2784px; }
.f16 .nr { background-position: 0 -2800px; }
.f16 .nz { background-position: 0 -2816px; }
.f16 .om { background-position: 0 -2832px; }
.f16 .pa { background-position: 0 -2848px; }
.f16 .pe { background-position: 0 -2864px; }
.f16 .pf { background-position: 0 -2880px; }
.f16 .pg { background-position: 0 -2896px; }
.f16 .ph { background-position: 0 -2912px; }
.f16 .pk { background-position: 0 -2928px; }
.f16 .pl { background-position: 0 -2944px; }
.f16 .pr { background-position: 0 -2960px; }
.f16 .ps { background-position: 0 -2976px; }
.f16 .pt { background-position: 0 -2992px; }
.f16 .pw { background-position: 0 -3008px; }
.f16 .py { background-position: 0 -3024px; }
.f16 .qa { background-position: 0 -3040px; }
.f16 .re { background-position: 0 -3056px; }
.f16 .ro { background-position: 0 -3072px; }
.f16 .rs { background-position: 0 -3088px; }
.f16 .ru { background-position: 0 -3104px; }
.f16 .rw { background-position: 0 -3120px; }
.f16 .sa { background-position: 0 -3136px; }
.f16 .sb { background-position: 0 -3152px; }
.f16 .sc { background-position: 0 -3168px; }
.f16 .sd { background-position: 0 -3184px; }
.f16 .se { background-position: 0 -3200px; }
.f16 .sg { background-position: 0 -3216px; }
.f16 .si { background-position: 0 -3232px; }
.f16 .sk { background-position: 0 -3248px; }
.f16 .sl { background-position: 0 -3264px; }
.f16 .sm { background-position: 0 -3280px; }
.f16 .sn { background-position: 0 -3296px; }
.f16 .so { background-position: 0 -3312px; }
.f16 .sr { background-position: 0 -3328px; }
.f16 .st { background-position: 0 -3344px; }
.f16 .sv { background-position: 0 -3360px; }
.f16 .sy { background-position: 0 -3376px; }
.f16 .sz { background-position: 0 -3392px; }
.f16 .tc { background-position: 0 -3408px; }
.f16 .td { background-position: 0 -3424px; }
.f16 .tg { background-position: 0 -3440px; }
.f16 .th { background-position: 0 -3456px; }
.f16 .tj { background-position: 0 -3472px; }
.f16 .tl { background-position: 0 -3488px; }
.f16 .tm { background-position: 0 -3504px; }
.f16 .tn { background-position: 0 -3520px; }
.f16 .to { background-position: 0 -3536px; }
.f16 .tr { background-position: 0 -3552px; }
.f16 .tt { background-position: 0 -3568px; }
.f16 .tv { background-position: 0 -3584px; }
.f16 .tw { background-position: 0 -3600px; }
.f16 .tz { background-position: 0 -3616px; }
.f16 .ua { background-position: 0 -3632px; }
.f16 .ug { background-position: 0 -3648px; }
.f16 .us { background-position: 0 -3664px; }
.f16 .uy { background-position: 0 -3680px; }
.f16 .uz { background-position: 0 -3696px; }
.f16 .va { background-position: 0 -3712px; }
.f16 .vc { background-position: 0 -3728px; }
.f16 .ve { background-position: 0 -3744px; }
.f16 .vg { background-position: 0 -3760px; }
.f16 .vi { background-position: 0 -3776px; }
.f16 .vn { background-position: 0 -3792px; }
.f16 .vu { background-position: 0 -3808px; }
.f16 .ws { background-position: 0 -3824px; }
.f16 .ye { background-position: 0 -3840px; }
.f16 .za { background-position: 0 -3856px; }
.f16 .zm { background-position: 0 -3872px; }
.f16 .zw { background-position: 0 -3888px; }
/* intlTelInput or Intl tell input Css End here (used in forgot.html)*/
/* Jquery Script Top or jquerysctipttop.css Start here (used in forgot.html)*/
#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}
/* Jquery Script Top or jquerysctipttop.css End here (used in forgot.html)*/ | 0.444083 | 0.039453 |
.status{padding-top:150px;background-image:url(../images/backgrounds/status.jpg);background-size:cover;}
.dark-bg--status:after{background:rgba(0,0,0,0.5);}
.breadcumb__page{font:400 13px 'Lato',sans-serif;text-transform:uppercase;}
.breadcumb__del{margin:0 8px;vertical-align:text-bottom;}
.breadcumb{margin-bottom:10px;}
.title--page{font-size:48px;margin-bottom:-4px;text-transform:uppercase;margin-bottom:-9px;}
.blog-page{padding:100px 0 170px 0;}
.blog-aside{margin-top:42px;}
.blog-title{font:700 16px 'Lato',sans-serif;text-align:left;margin:0 0 35px 0;text-transform:uppercase;}
.line--blog-title{position:static;width:auto;margin-top:10px;}
.line--blog-title .line__first{width:50px;margin-right:2px;}
.line--blog-title .line__second{width:80px;}
.search-input{border:none;padding-bottom:16px;border-bottom:1px solid #eee;width:100%;font:italic 300 14px 'Lato',sans-serif;}
.search-input:focus{outline:none;}
.search-input::-webkit-input-placeholder{color:#666;}
.search-input::-moz-placeholder{color:#666;}
.search-input:-moz-placeholder{color:#666;}
.search-input:-ms-input-placeholder{color:#666;}
.search-input + button[type='submit']{position:absolute;right:10px;background:transparent;border:none;top:0;}
.blog-aside__block{margin-bottom:50px;}
.categories__one{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #eee;}
.categories__head > h5 a{font:300 16px 'Lato',sans-serif;}
.categories__head{margin-bottom:5px;}
.categories__head > h5{margin:0;}
.categories__head > h5 a:hover{font-weight:400;}
.categories__count{font:300 16px 'Lato',sans-serif;}
.categories__desc{font:italic 300 13px 'Lato',sans-serif;}
.aside-tabs__links{font-size:0;border-bottom:1px solid #eee;}
.aside-tabs__links a{display:inline-block;font:900 14px 'Lato',sans-serif;text-transform:uppercase;padding:20px 25px 15px 25px;border-bottom:1px solid #eee;margin-bottom:-1px;}
.aside-tabs__active-link{border-top:3px solid #ce0000;}
.aside-tabs__blocks{padding:35px 2px 0 25px;border-bottom:1px solid #eee;}
.aside-tabs__block{margin-bottom:38px;}
.aside-tabs__anons{margin-left:7px;}
.aside-tabs__anons p{font:400 14px 'Lato',sans-serif;margin-bottom:8px;line-height:1.7;}
.aside-tabs__date{font:400 12px 'Lato',sans-serif;}
#block2{display:none;}
.blog-text{font:300 14px 'Lato',sans-serif;line-height:1.7;margin-bottom:35px;}
.social-blocks__one:hover{opacity:0.8;}
.social-blocks{margin:0 10px;max-width:240px;}
.social-blocks__logo{height:80px;border-bottom:1px solid #eee;font-size:24px;text-align:center;padding-top:25px;}
.social-blocks__action{padding:17px 0;font:400 12px 'Lato',sans-serif;text-transform:uppercase;display:block;text-align:center;}
.row--small-padding{margin:0 -7px;}
.row--small-padding > div{padding:0 7px;}
.blog-aside__photos img{margin-bottom:15px;}
.button--tag{font:400 11px 'Lato',sans-serif;padding:13px 15px;text-transform:none;margin:0 5px 10px 0;}
.button--tag.triangle:after{border-right:8px solid transparent;border-bottom:8px solid #333;display:none;}
.button--tag.triangle:hover:after{display:block;}
.latest-model__img{margin-bottom:35px;}
.latest-model__info h5{font:700 18px 'Lato',sans-serif;margin:0 0 10px 0;}
.bx-controls .bx-controls-direction > a{background:none;}
.blog-aside__block .bx-controls-direction{text-align:right;}
.blog-aside__block .bx-controls-direction > a{width:40px;height:40px;border:1px solid #ddd;position:static;display:inline-block;text-align:center;text-indent:0;padding-top:10px;margin-top:0;}
.blog-aside__block .bx-controls-direction > a.bx-prev{margin-right:5px;}
.blog-aside__block .bx-controls-direction > a span.fa{font-size:18px;}
.blog-main{margin-right:15px;}
.blog-date{width:125px;height:125px;padding-top:20px;box-shadow:0 0 20px rgba(0,0,0,0.1);text-align:center;margin:0 0 -75px 65px;position:relative;z-index:100;}
.blog-date__num{font:900 32px 'Lato',sans-serif;}
.blog-date__month-year{font:300 16px 'Lato',sans-serif;text-transform:uppercase;}
.blog-date.triangle:after{bottom:0;left:0;}
.article{margin-bottom:110px;}
.article:last-of-type{margin-bottom:0;}
.article__img:after{content:'';border-bottom:3px solid #ce0000;display:block;width:55%;}
.article__comments-author{font:400 12px 'Lato',sans-serif;margin:55px 0 35px 0;}
.article__author{margin-right:20px;}
.article__comments-author span.fa{font-size:16px;margin-right:7px;}
.article__comments-author span.fa.fa-comment-o{-moz-transform:scale(-1, 1);-webkit-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);filter:FlipH;-ms-filter:"FlipH";}
.article-title{font:700 26px 'Lato',sans-serif;margin-bottom:30px;text-transform:uppercase;}
.blog-text--article{font-size:15px;}
.line--article{margin-top:50px;}
.line--article .line__second{width:150px;}
.article__img .bx-wrapper .bx-prev{background:rgba(25,27,39,0.3);border-radius:0;width:50px!important;height:50px!important;margin-top:-25px!important;left:0;text-align:center;padding-top:14px;}
.article__img .bx-wrapper .bx-next{background:rgba(25,27,39,0.3);border-radius:0;width:50px!important;height:50px!important;margin-top:-25px!important;right:0;text-align:center;padding-top:14px;}
.article__img .bx-wrapper .bx-controls-direction a{text-indent:0;opacity:0.8;}
.article__img .bx-wrapper .bx-controls-direction a span.fa{font-size:16px;}
.article__img.bx-wrapper .bx-controls-direction a:hover{opacity:1;}
.article__img--video iframe{width:100%;border:none;height:350px;}
.article__img--video:after{margin-top:-5px;}
.pagination{margin:90px 0 0 0;}
.pagination{font:400 12px 'Lato',sans-serif;}
.pagination__text{margin-right:10px;vertical-align:middle;}
.pagination__row{display:inline-block;font-size:0;}
.pagination__cell{font:400 12px 'Lato',sans-serif;width:35px;height:35px;display:inline-block;border:1px solid #ddd;position:relative;text-align:center;padding-top:9px;}
.button.transparent{background-color:transparent;}
.blog-page--article{padding-bottom:150px;}
.article .blog-title{margin:20px 0 40px 0;}
.citation{font:italic 300 17px 'Lato',sans-serif;padding:20px 25px;margin:40px 30px;line-height:1.7;position:relative;}
.citation:before{position:absolute;top:0;left:-6px;height:100%;width:5px;content:"";}
.article__imgs{margin:45px 0 50px 0;}
.share{padding-bottom:30px;border-bottom:1px solid #eee;margin-bottom:75px;}
.share > h6{float:left;margin:0 25px 0 0;font:italic 300 16px 'Lato',sans-serif;}
.share__social{float:left;font:400 11px 'Lato',sans-serif;margin:5px 20px 0 0;}
.article-comments{margin-bottom:90px;}
.article-comments .blog-title{margin-top:0;}
.article-comment{padding:30px 10px 30px 25px;border:1px solid #eee;position:relative;margin-bottom:10px;}
.article-comment__action{border-left:1px solid #eee;border-bottom:1px solid #eee;width:40px;height:40px;display:block;font-size:16px;text-align:center;padding-top:10px;position:absolute;top:0;right:0;}
.article-comment__author{width:80px;height:80px;float:left;margin-right:30px;}
.article-comment__name{font:700 15px 'Lato',sans-serif;margin:0 0 5px 0;}
.article-comment__body{margin-left:110px;}
.article-comment__date{font:400 12px 'Lato',sans-serif;margin-bottom:20px;}
.article-comment .blog-text{margin:0;}
.article-comment--to{margin-left:40px;border:none;}
.article-comments__group{margin-bottom:20px}
.article-comments__group:last-of-type{margin-bottom:0;}
.comment-form .blog-title{margin-top:0;}
.comment-form__input{margin-bottom:35px;}
.comment-textarea{resize:none;height:176px;text-align:left;}
.comment-form .button{width:120px;} | static/optimized_contents/css/blog.css | .status{padding-top:150px;background-image:url(../images/backgrounds/status.jpg);background-size:cover;}
.dark-bg--status:after{background:rgba(0,0,0,0.5);}
.breadcumb__page{font:400 13px 'Lato',sans-serif;text-transform:uppercase;}
.breadcumb__del{margin:0 8px;vertical-align:text-bottom;}
.breadcumb{margin-bottom:10px;}
.title--page{font-size:48px;margin-bottom:-4px;text-transform:uppercase;margin-bottom:-9px;}
.blog-page{padding:100px 0 170px 0;}
.blog-aside{margin-top:42px;}
.blog-title{font:700 16px 'Lato',sans-serif;text-align:left;margin:0 0 35px 0;text-transform:uppercase;}
.line--blog-title{position:static;width:auto;margin-top:10px;}
.line--blog-title .line__first{width:50px;margin-right:2px;}
.line--blog-title .line__second{width:80px;}
.search-input{border:none;padding-bottom:16px;border-bottom:1px solid #eee;width:100%;font:italic 300 14px 'Lato',sans-serif;}
.search-input:focus{outline:none;}
.search-input::-webkit-input-placeholder{color:#666;}
.search-input::-moz-placeholder{color:#666;}
.search-input:-moz-placeholder{color:#666;}
.search-input:-ms-input-placeholder{color:#666;}
.search-input + button[type='submit']{position:absolute;right:10px;background:transparent;border:none;top:0;}
.blog-aside__block{margin-bottom:50px;}
.categories__one{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #eee;}
.categories__head > h5 a{font:300 16px 'Lato',sans-serif;}
.categories__head{margin-bottom:5px;}
.categories__head > h5{margin:0;}
.categories__head > h5 a:hover{font-weight:400;}
.categories__count{font:300 16px 'Lato',sans-serif;}
.categories__desc{font:italic 300 13px 'Lato',sans-serif;}
.aside-tabs__links{font-size:0;border-bottom:1px solid #eee;}
.aside-tabs__links a{display:inline-block;font:900 14px 'Lato',sans-serif;text-transform:uppercase;padding:20px 25px 15px 25px;border-bottom:1px solid #eee;margin-bottom:-1px;}
.aside-tabs__active-link{border-top:3px solid #ce0000;}
.aside-tabs__blocks{padding:35px 2px 0 25px;border-bottom:1px solid #eee;}
.aside-tabs__block{margin-bottom:38px;}
.aside-tabs__anons{margin-left:7px;}
.aside-tabs__anons p{font:400 14px 'Lato',sans-serif;margin-bottom:8px;line-height:1.7;}
.aside-tabs__date{font:400 12px 'Lato',sans-serif;}
#block2{display:none;}
.blog-text{font:300 14px 'Lato',sans-serif;line-height:1.7;margin-bottom:35px;}
.social-blocks__one:hover{opacity:0.8;}
.social-blocks{margin:0 10px;max-width:240px;}
.social-blocks__logo{height:80px;border-bottom:1px solid #eee;font-size:24px;text-align:center;padding-top:25px;}
.social-blocks__action{padding:17px 0;font:400 12px 'Lato',sans-serif;text-transform:uppercase;display:block;text-align:center;}
.row--small-padding{margin:0 -7px;}
.row--small-padding > div{padding:0 7px;}
.blog-aside__photos img{margin-bottom:15px;}
.button--tag{font:400 11px 'Lato',sans-serif;padding:13px 15px;text-transform:none;margin:0 5px 10px 0;}
.button--tag.triangle:after{border-right:8px solid transparent;border-bottom:8px solid #333;display:none;}
.button--tag.triangle:hover:after{display:block;}
.latest-model__img{margin-bottom:35px;}
.latest-model__info h5{font:700 18px 'Lato',sans-serif;margin:0 0 10px 0;}
.bx-controls .bx-controls-direction > a{background:none;}
.blog-aside__block .bx-controls-direction{text-align:right;}
.blog-aside__block .bx-controls-direction > a{width:40px;height:40px;border:1px solid #ddd;position:static;display:inline-block;text-align:center;text-indent:0;padding-top:10px;margin-top:0;}
.blog-aside__block .bx-controls-direction > a.bx-prev{margin-right:5px;}
.blog-aside__block .bx-controls-direction > a span.fa{font-size:18px;}
.blog-main{margin-right:15px;}
.blog-date{width:125px;height:125px;padding-top:20px;box-shadow:0 0 20px rgba(0,0,0,0.1);text-align:center;margin:0 0 -75px 65px;position:relative;z-index:100;}
.blog-date__num{font:900 32px 'Lato',sans-serif;}
.blog-date__month-year{font:300 16px 'Lato',sans-serif;text-transform:uppercase;}
.blog-date.triangle:after{bottom:0;left:0;}
.article{margin-bottom:110px;}
.article:last-of-type{margin-bottom:0;}
.article__img:after{content:'';border-bottom:3px solid #ce0000;display:block;width:55%;}
.article__comments-author{font:400 12px 'Lato',sans-serif;margin:55px 0 35px 0;}
.article__author{margin-right:20px;}
.article__comments-author span.fa{font-size:16px;margin-right:7px;}
.article__comments-author span.fa.fa-comment-o{-moz-transform:scale(-1, 1);-webkit-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);filter:FlipH;-ms-filter:"FlipH";}
.article-title{font:700 26px 'Lato',sans-serif;margin-bottom:30px;text-transform:uppercase;}
.blog-text--article{font-size:15px;}
.line--article{margin-top:50px;}
.line--article .line__second{width:150px;}
.article__img .bx-wrapper .bx-prev{background:rgba(25,27,39,0.3);border-radius:0;width:50px!important;height:50px!important;margin-top:-25px!important;left:0;text-align:center;padding-top:14px;}
.article__img .bx-wrapper .bx-next{background:rgba(25,27,39,0.3);border-radius:0;width:50px!important;height:50px!important;margin-top:-25px!important;right:0;text-align:center;padding-top:14px;}
.article__img .bx-wrapper .bx-controls-direction a{text-indent:0;opacity:0.8;}
.article__img .bx-wrapper .bx-controls-direction a span.fa{font-size:16px;}
.article__img.bx-wrapper .bx-controls-direction a:hover{opacity:1;}
.article__img--video iframe{width:100%;border:none;height:350px;}
.article__img--video:after{margin-top:-5px;}
.pagination{margin:90px 0 0 0;}
.pagination{font:400 12px 'Lato',sans-serif;}
.pagination__text{margin-right:10px;vertical-align:middle;}
.pagination__row{display:inline-block;font-size:0;}
.pagination__cell{font:400 12px 'Lato',sans-serif;width:35px;height:35px;display:inline-block;border:1px solid #ddd;position:relative;text-align:center;padding-top:9px;}
.button.transparent{background-color:transparent;}
.blog-page--article{padding-bottom:150px;}
.article .blog-title{margin:20px 0 40px 0;}
.citation{font:italic 300 17px 'Lato',sans-serif;padding:20px 25px;margin:40px 30px;line-height:1.7;position:relative;}
.citation:before{position:absolute;top:0;left:-6px;height:100%;width:5px;content:"";}
.article__imgs{margin:45px 0 50px 0;}
.share{padding-bottom:30px;border-bottom:1px solid #eee;margin-bottom:75px;}
.share > h6{float:left;margin:0 25px 0 0;font:italic 300 16px 'Lato',sans-serif;}
.share__social{float:left;font:400 11px 'Lato',sans-serif;margin:5px 20px 0 0;}
.article-comments{margin-bottom:90px;}
.article-comments .blog-title{margin-top:0;}
.article-comment{padding:30px 10px 30px 25px;border:1px solid #eee;position:relative;margin-bottom:10px;}
.article-comment__action{border-left:1px solid #eee;border-bottom:1px solid #eee;width:40px;height:40px;display:block;font-size:16px;text-align:center;padding-top:10px;position:absolute;top:0;right:0;}
.article-comment__author{width:80px;height:80px;float:left;margin-right:30px;}
.article-comment__name{font:700 15px 'Lato',sans-serif;margin:0 0 5px 0;}
.article-comment__body{margin-left:110px;}
.article-comment__date{font:400 12px 'Lato',sans-serif;margin-bottom:20px;}
.article-comment .blog-text{margin:0;}
.article-comment--to{margin-left:40px;border:none;}
.article-comments__group{margin-bottom:20px}
.article-comments__group:last-of-type{margin-bottom:0;}
.comment-form .blog-title{margin-top:0;}
.comment-form__input{margin-bottom:35px;}
.comment-textarea{resize:none;height:176px;text-align:left;}
.comment-form .button{width:120px;} | 0.190837 | 0.057998 |
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
body {
height: 100%;
}
.wrapper {
margin: 0 auto;
}
.content-wrapper {
position: relative;
display: block;
height: 100%;
max-width: 1170px;
margin: 0 auto;
}
/* Buttons
--------------------------------- */
.button {
display: inline-block;
box-sizing: border-box;
height: 40px;
width: auto;
max-width: 250px;
margin: 0;
padding: 0 18px;
line-height: 40px;
border: none;
border-radius: 5px;
text-decoration: none;
font-family: Nunitosans, Arial, sans-serif;
font-size: 17px;
font-weight: 700;
color: #fff;
background: linear-gradient(45deg, #ff8e64, #ffe641);
cursor: pointer;
}
.button.empty {
background: #fff;
color: #000;
}
.button.inverted {
background: linear-gradient(45deg, #009fc5, #3cecb0) 0 0 no-repeat;
}
.button.play {
width: 132px;
height: 132px;
background: url(../img/icon-play-button.png) no-repeat 0 0;
}
.button:active {
transform: translate(1px, 1px);
}
.button:hover {
opacity: 0.8;
}
/* Main screen-------------------------------------------------- */
.main-screen {
position: relative;
display: flex;
width: 100%;
background: url(../img/bg-main.jpg) 0 -140px no-repeat;
background-size: 100% 100%;
}
.main-screen .hidden-menu {
display: none;
background: rgba(150, 139, 139, 0.9);
width: 100%;
height: 100%;
position: fixed;
z-index: 101;
top: 0;
left: 0;
}
.main-screen .hidden-menu .menu-list {
margin: 0;
padding: 0;
text-align: center;
height: 100%;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: stretch;
}
.main-screen .hidden-menu .menu-list .menu-item {
display: inline-block;
list-style: none;
font-size: 35px;
margin: 20px auto;
}
.main-screen .hidden-menu .menu-list .menu-item a{
text-decoration: none;
color: #fff;
font-weight: 700;
}
.main-screen .hamburger {
display: none;
z-index: 102;
}
/* Header-------------------------------------------------- */
.header {
position: relative;
height: 65px;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 100;
}
.header .logo img {
display: block;
width: auto;
height: 19px;
}
.header .main-menu {
display: flex;
justify-content: space-between;
align-items: center;
}
.header .main-menu .menu-list {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
list-style: none;
height: 40px;
line-height: 40px;
margin: 0;
padding: 0;
}
@media (max-width: 768px) {
.header .main-menu .menu-list {
display: none;
}
.header .main-menu .hamburger {
display: block;
}
.header .main-menu .hamburger:active {
transform: scale(1.5, 1.5);
}
}
.header .main-menu .menu-item {
margin: 0 3px;
padding: 0;
height: 100%;
}
.header .main-menu .menu-item a {
display: block;
height: 100%;
text-decoration: none;
color: #fff;
padding: 0 20px;
}
.header .hamburger {
position: relative;
width: 16px;
height: 12px;
margin-left: 20px;
cursor: pointer;
}
.header .hamburger span {
position: absolute;
top: 0;
left: 0;
background: #fff;
width: 16px;
height: 2px;
}
.header .hamburger span::before {
content: '';
width: 16px;
height: 2px;
position: absolute;
top: 5px;
left: 0;
background: #fff;
}
.header .hamburger span::after {
content: '';
width: 16px;
height: 2px;
position: absolute;
top: 10px;
left: 0;
background: #fff;
}
.header .main-menu .menu-item a:hover,
.header .main-menu .menu-item.active a {
background-color: #fff;
border-radius: 5px;
color: #010101;
text-transform: uppercase;
}
.main-screen .container {
position: relative;
display: flex;
justify-content: space-between;
align-items: flex-start;
width: 100%;
}
.main-screen .left-box {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 50%;
margin-right: 15px;
margin-top: 165px;
}
.main-screen .left-box img {
width: 108px;
height: 108px;
}
@media (max-width: 1078px) {
.main-screen .container {
flex-direction: column;
justify-content: space-between;
}
.main-screen .left-box {
width: 100%;
margin: 165px 0 0;
justify-content: center;
align-items: center;
}
.main-screen .left-box h1 {
text-align: center;
}
}
.main-screen .left-box h1 {
max-width: 515px;
}
.main-screen .left-box .buttons {
margin-top: 40px;
}
.main-screen .left-box .button.empty {
margin-left: 16px;
}
.main-screen .right-box {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
max-width: 570px;
margin-top: 75px;
margin-left: 65px;
max-height: 718px;
}
@media (max-width: 1078px) {
.main-screen .right-box {
width: 100%;
align-items: center;
margin: 20px auto 0;
}
}
.main-screen .right-box img {
display: block;
max-width: 100%;
max-height: 100%;
}
.works {
position: relative;
display: block;
text-align: center;
margin-bottom: 120px;
}
.works .container {
margin-top: 70px;
}
.works .work {
box-sizing: border-box;
display: inline-block;
vertical-align: top;
max-width: 370px;
height: auto;
overflow: hidden;
background-color: #fff;
margin: 10px;
padding: 62px 34px 70px;
}
.works .work p {
margin-bottom: 50px;
line-height: 25px;
}
.works .work a {
color: #469af4;
}
.brands {
position: relative;
display: block;
text-align: center;
}
.brands .container {
box-sizing: border-box;
min-height: 180px;
background-color: #fff;
border-top: 1px solid #f5f5f6;
border-bottom: 1px solid #f5f5f6;
}
.brands .container img {
margin: 80px 25px;
}
.tablet {
position: relative;
margin: 120px 0;
}
.tablet .container {
display: flex;
justify-content: space-between;
align-items: center;
}
.tablet .left-box {
display: flex;
flex-direction: column;
justify-content: center;
max-width: 50%;
}
@media (max-width: 1078px) {
.tablet .container {
flex-direction: column;
}
}
.tablet .left-box .advantage {
position: relative;
display: block;
box-sizing: border-box;
max-width: 470px;
height: auto;
padding: 30px;
}
.tablet .left-box .advantage.bordered {
background: #fff;
border-radius: 10px;
}
.tablet .left-box .advantage img {
position: absolute;
left: 30px;
top: 35px;
width: 24px;
height: 24px;
}
.tablet .left-box .advantage .content {
display: inline-block;
vertical-align: top;
box-sizing: border-box;
padding-left: 40px;
}
.tablet .left-box .advantage p {
font-size: 14px;
line-height: 25px;
}
.tablet .left-box .advantage h4 {
font-size: 16px;
}
.tablet .right-box {
display: inline-block;
vertical-align: top;
max-height: 718px;
}
.tablet .right-box img {
display: block;
max-width: 100%;
max-height: 100%;
}
.download {
position: relative;
display: block;
width: 100%;
min-height: 280px;
background: url(../img/bg-main.jpg) top center no-repeat;
background-size: cover;
}
.download .left-box h3 {
font-size: 35px;
color: #fff;
margin-bottom: 25px;
}
.download .left-box p {
font-size: 16px;
line-height: 30px;
color: #fff;
margin: 0;
}
.download .left-box {
display: inline-block;
vertical-align: top;
box-sizing: border-box;
width: 49%;
height: auto;
margin-top: 95px;
}
.download .right-box {
display: inline-block;
vertical-align: top;
box-sizing: border-box;
text-align: right;
width: 49%;
height: auto;
margin-top: 115px;
}
.download .right-box .buttons {
display: block;
width: 100%;
}
.download .right-box .buttons .button {
min-width: 170px;
}
.download .right-box .buttons .button.empty {
margin-left: 20px;
}
.grid {
position: relative;
display: block;
width: 100%;
margin: 120px 0;
font-size: 0;
text-align: center;
}
.grid .column-first,
.grid .column-second {
display: block;
min-width: 590px;
}
.grid .column-first .image,
.grid .column-second .image {
display: inline-block;
vertical-align: top;
box-sizing: border-box;
width: 585px;
height: 590px;
background: url(../img/bg-main.jpg) 0 0 no-repeat;
background-size: cover;
overflow: hidden;
padding: 90px 85px 0;
margin: 0 auto;
}
.grid .column-first .image img,
.grid .column-second .image img {
display: block;
width: 100%;
height: auto;
}
.grid .column-first .text,
.grid .column-second .text {
display: inline-block;
vertical-align: top;
box-sizing: border-box;
width: 585px;
height: 590px;
text-align: center;
padding: 180px 100px;
background-color: #fff;
margin: 0 auto;
}
.grid .column-first .text h3,
.grid .column-second .text h3 {
font-size: 35px;
line-height: 50px;
}
.grid .column-first .text p,
.grid .column-second .text p {
font-size: 16px;
line-height: 30px;
}
.watch-video {
display: block;
width: 100%;
min-height: 520px;
box-sizing: border-box;
text-align: center;
background: url(../img/bg-watch-video.png) center center no-repeat, linear-gradient(45deg, #7956ec, #2fb9f8);
background-size: 100%;
margin: 120px 0;
}
.watch-video .content-wrapper {
padding: 120px 300px;
box-sizing: border-box;
}
@media (max-width: 768px) {
.watch-video .content-wrapper {
padding: 120px 30px;
}
}
.watch-video h2 {
color: #fff;
}
.watch-video p {
font-size: 16px;
line-height: 35px;
color: #fff;
}
.customers {
display: block;
width: 100%;
height: 820px;
}
.customers .container {
display: flex;
justify-content: center;
height: 100%;
width: 100%;
}
.customers .left-box {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 500px;
height: 100%;
text-align: left;
}
.customers .left-box .title {
display: flex;
flex-direction: column;
justify-content: center;
box-sizing: border-box;
height: 50%;
}
.customers .left-box .title img {
display: block;
width: 88px;
height: auto;
}
.customers .left-box .title h2 {
margin-top: 60px;
line-height: 50px;
}
.customers .left-box .read-more {
display: flex;
flex-direction: column;
justify-content: center;
box-sizing: border-box;
height: 50%;
}
.customers .left-box .read-more .reviews {
margin-bottom: 34px;
font-size: 15px;
line-height: 50px;
color: #999ea8;
}
.customers .left-box .read-more a {
position: relative;
box-sizing: border-box;
text-decoration: none;
font-size: 15px;
font-weight: 800;
line-height: 50px;
color: #282b31;
padding-left: 34px;
}
.customers .left-box .read-more a::before {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 24px;
height: 10px;
background: url(../img/icon-arrow.png) 0 0 no-repeat;
}
.customers .right-box {
display: flex;
flex-direction: column;
justify-content: center;
width: 670px;
height: 100%;
text-align: left;
}
.customers .right-box .feedback {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 570px;
height: 180px;
padding: 30px;
box-sizing: border-box;
background: #fff;
border-radius: 10px;
}
.customers .right-box .feedback:nth-child(even) {
align-self: flex-end;
margin: 20px 0;
}
.customers .right-box .feedback.right {
text-align: right;
}
.customers .right-box .feedback.right p {
padding: 0 30px 25px 0;
}
.customers .right-box .feedback .column-top {
display: flex;
justify-content: space-between;
align-items: flex-start;
color: #999ea8;
box-sizing: border-box;
border-bottom: 1px solid #e7e8ea;
}
.customers .right-box .feedback .column-top img {
display: block;
min-width: 50px;
min-height: 50px;
border-radius: 25px;
overflow: hidden;
}
.customers .right-box .feedback .column-bot {
display: flex;
justify-content: space-between;
color: #999ea8;
box-sizing: border-box;
padding-top: 10px;
}
.customers .right-box .feedback .column-bot .name,
.customers .right-box .feedback .column-bot .position {
font-size: 12px;
line-height: 25px;
}
.customers .right-box .feedback .column-bot .name {
font-weight: 700;
}
.customers .right-box .feedback p {
position: relative;
font-size: 14px;
font-style: italic;
color: #282b31;
line-height: 25px;
box-sizing: border-box;
padding-left: 30px;
padding-bottom: 25px;
margin: 0;
}
.plan {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
width: 100%;
height: 750px;
padding: 120px 0;
border-top: 1px solid #f2f3f5;
}
.plan .container {
display: flex;
justify-content: center;
height: 100%;
width: 100%;
}
@media (max-width: 960px) {
.plan .container {
flex-direction: column;
justify-content: center;
align-items: center;
}
.plan .container .left-box,
.plan .container .right-box {
padding: 0;
width: 100%;
}
}
.plan .left-box {
display: flex;
flex-direction: column;
justify-content: center;
box-sizing: border-box;
max-width: 500px;
padding-right: 130px;
}
.plan .left-box p {
line-height: 30px;
}
.plan .right-box {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
max-width: 670px;
}
.plan .right-box .type {
box-sizing: border-box;
padding: 12px 0;
text-align: center;
width: 100%;
font-weight: 800;
font-size: 11px;
line-height: 15px;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
background: rgba(248, 249, 250, 0.3);
border-top: 1px solid rgba(248, 249, 250, 0.3);
border-bottom: 1px solid rgba(248, 249, 250, 0.3);
}
.plan .right-box .white .type {
color: #676c75;
background: rgba(248, 249, 250, 1);
}
.plan .right-box .colored {
width: 350px;
height: 510px;
background: url(../img/bg-main.jpg) 0 0 no-repeat;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding: 50px 0 60px;
border-radius: 10px;
}
.plan .right-box .colored .button {
width: 250px;
}
.plan .right-box .white .button {
width: 235px;
}
.plan .right-box .white {
width: 320px;
height: 470px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding: 50px 0 60px;
background-color: #fff;
border-radius: 0 10px 10px 0;
border-top: 1px solid rgba(32, 33, 39, 0.12);
border-right: 1px solid rgba(32, 33, 39, 0.12);
border-bottom: 1px solid rgba(32, 33, 39, 0.12);
}
.plan .right-box .colored .price {
color: #fff;
font-size: 60px;
line-height: 82px;
font-weight: 300;
}
.plan .right-box .white .price {
color: #282b31;
font-size: 40px;
line-height: 54px;
font-weight: 300;
}
.plan .right-box .list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 250px;
}
.plan .right-box .list-item {
position: relative;
margin: 0;
padding-left: 26px;
height: 100%;
color: #fff;
font-size: 15px;
line-height: 30px;
}
.plan .right-box .list-item::before {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 16px;
height: 12px;
background: url(../img/icon-apply.png) 0 0 no-repeat;
}
.plan .right-box .white .list-item {
color: #676c75;
}
.plan .right-box .white .list-item::before {
background: url(../img/icon-apply2.png) 0 0 no-repeat;
}
.contact {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
width: 100%;
height: 920px;
padding: 120px 0;
background: url(../img/bg-main.jpg) 0 0 no-repeat;
background-size: 100% 100%;
text-align: center;
}
.contact .container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 770px;
}
.contact .container .top-box {
max-width: 570px;
}
.contact .container .top-box h3 {
color: #fff;
font-size: 35px;
line-height: 50px;
}
.contact .container .top-box p {
color: #fff;
line-height: 30px;
}
.contact .container form {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
width: 770px;
height: 500px;
margin-top: 40px;
background-color: #fff;
padding: 70px 0;
border-radius: 10px;
}
.contact input {
width: 305px;
height: 50px;
box-sizing: border-box;
border-radius: 5px;
background: #f8f9fa;
border: 1px solid #e7e8ea;
font-size: 17px;
line-height: 23px;
color: #b9bdc3;
margin: 0 10px 20px;
padding-left: 20px;
}
.contact .container form textarea {
width: 630px;
background: #f8f9fa;
line-height: 23px;
font-size: 17px;
color: #b9bdc3;
border: 1px solid #e7e8ea;
border-radius: 5px;
resize: none;
margin-bottom: 30px;
box-sizing: border-box;
padding-left: 20px;
padding-top: 25px;
}
/* Footer---------------------------------------- */
.footer {
height: 110px;
}
.footer .container {
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer .author {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
font-size: 0;
}
.footer .author span:nth-of-type(1),
.footer .author span:nth-of-type(2),
.footer .author .copyright {
color: #999ea8;
font-size: 11px;
line-height: 15px;
}
.footer .author span:nth-of-type(1)::after {
content: '';
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
width: 12px;
height: 11px;
background: url(../img/icon-heart.png) 0 0 no-repeat;
}
.footer .author span:nth-of-type(1) {
position: relative;
padding-right: 18px;
}
.footer .author span:nth-of-type(2) {
padding-left: 6px;
}
.footer .author span:nth-of-type(3) {
color: #282b31;
font-size: 11px;
line-height: 15px;
font-weight: 700;
}
.footer .social {
height: 40px;
font-size: 0;
} | src/css/styles.css | article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
body {
height: 100%;
}
.wrapper {
margin: 0 auto;
}
.content-wrapper {
position: relative;
display: block;
height: 100%;
max-width: 1170px;
margin: 0 auto;
}
/* Buttons
--------------------------------- */
.button {
display: inline-block;
box-sizing: border-box;
height: 40px;
width: auto;
max-width: 250px;
margin: 0;
padding: 0 18px;
line-height: 40px;
border: none;
border-radius: 5px;
text-decoration: none;
font-family: Nunitosans, Arial, sans-serif;
font-size: 17px;
font-weight: 700;
color: #fff;
background: linear-gradient(45deg, #ff8e64, #ffe641);
cursor: pointer;
}
.button.empty {
background: #fff;
color: #000;
}
.button.inverted {
background: linear-gradient(45deg, #009fc5, #3cecb0) 0 0 no-repeat;
}
.button.play {
width: 132px;
height: 132px;
background: url(../img/icon-play-button.png) no-repeat 0 0;
}
.button:active {
transform: translate(1px, 1px);
}
.button:hover {
opacity: 0.8;
}
/* Main screen-------------------------------------------------- */
.main-screen {
position: relative;
display: flex;
width: 100%;
background: url(../img/bg-main.jpg) 0 -140px no-repeat;
background-size: 100% 100%;
}
.main-screen .hidden-menu {
display: none;
background: rgba(150, 139, 139, 0.9);
width: 100%;
height: 100%;
position: fixed;
z-index: 101;
top: 0;
left: 0;
}
.main-screen .hidden-menu .menu-list {
margin: 0;
padding: 0;
text-align: center;
height: 100%;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: stretch;
}
.main-screen .hidden-menu .menu-list .menu-item {
display: inline-block;
list-style: none;
font-size: 35px;
margin: 20px auto;
}
.main-screen .hidden-menu .menu-list .menu-item a{
text-decoration: none;
color: #fff;
font-weight: 700;
}
.main-screen .hamburger {
display: none;
z-index: 102;
}
/* Header-------------------------------------------------- */
.header {
position: relative;
height: 65px;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 100;
}
.header .logo img {
display: block;
width: auto;
height: 19px;
}
.header .main-menu {
display: flex;
justify-content: space-between;
align-items: center;
}
.header .main-menu .menu-list {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
list-style: none;
height: 40px;
line-height: 40px;
margin: 0;
padding: 0;
}
@media (max-width: 768px) {
.header .main-menu .menu-list {
display: none;
}
.header .main-menu .hamburger {
display: block;
}
.header .main-menu .hamburger:active {
transform: scale(1.5, 1.5);
}
}
.header .main-menu .menu-item {
margin: 0 3px;
padding: 0;
height: 100%;
}
.header .main-menu .menu-item a {
display: block;
height: 100%;
text-decoration: none;
color: #fff;
padding: 0 20px;
}
.header .hamburger {
position: relative;
width: 16px;
height: 12px;
margin-left: 20px;
cursor: pointer;
}
.header .hamburger span {
position: absolute;
top: 0;
left: 0;
background: #fff;
width: 16px;
height: 2px;
}
.header .hamburger span::before {
content: '';
width: 16px;
height: 2px;
position: absolute;
top: 5px;
left: 0;
background: #fff;
}
.header .hamburger span::after {
content: '';
width: 16px;
height: 2px;
position: absolute;
top: 10px;
left: 0;
background: #fff;
}
.header .main-menu .menu-item a:hover,
.header .main-menu .menu-item.active a {
background-color: #fff;
border-radius: 5px;
color: #010101;
text-transform: uppercase;
}
.main-screen .container {
position: relative;
display: flex;
justify-content: space-between;
align-items: flex-start;
width: 100%;
}
.main-screen .left-box {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 50%;
margin-right: 15px;
margin-top: 165px;
}
.main-screen .left-box img {
width: 108px;
height: 108px;
}
@media (max-width: 1078px) {
.main-screen .container {
flex-direction: column;
justify-content: space-between;
}
.main-screen .left-box {
width: 100%;
margin: 165px 0 0;
justify-content: center;
align-items: center;
}
.main-screen .left-box h1 {
text-align: center;
}
}
.main-screen .left-box h1 {
max-width: 515px;
}
.main-screen .left-box .buttons {
margin-top: 40px;
}
.main-screen .left-box .button.empty {
margin-left: 16px;
}
.main-screen .right-box {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
max-width: 570px;
margin-top: 75px;
margin-left: 65px;
max-height: 718px;
}
@media (max-width: 1078px) {
.main-screen .right-box {
width: 100%;
align-items: center;
margin: 20px auto 0;
}
}
.main-screen .right-box img {
display: block;
max-width: 100%;
max-height: 100%;
}
.works {
position: relative;
display: block;
text-align: center;
margin-bottom: 120px;
}
.works .container {
margin-top: 70px;
}
.works .work {
box-sizing: border-box;
display: inline-block;
vertical-align: top;
max-width: 370px;
height: auto;
overflow: hidden;
background-color: #fff;
margin: 10px;
padding: 62px 34px 70px;
}
.works .work p {
margin-bottom: 50px;
line-height: 25px;
}
.works .work a {
color: #469af4;
}
.brands {
position: relative;
display: block;
text-align: center;
}
.brands .container {
box-sizing: border-box;
min-height: 180px;
background-color: #fff;
border-top: 1px solid #f5f5f6;
border-bottom: 1px solid #f5f5f6;
}
.brands .container img {
margin: 80px 25px;
}
.tablet {
position: relative;
margin: 120px 0;
}
.tablet .container {
display: flex;
justify-content: space-between;
align-items: center;
}
.tablet .left-box {
display: flex;
flex-direction: column;
justify-content: center;
max-width: 50%;
}
@media (max-width: 1078px) {
.tablet .container {
flex-direction: column;
}
}
.tablet .left-box .advantage {
position: relative;
display: block;
box-sizing: border-box;
max-width: 470px;
height: auto;
padding: 30px;
}
.tablet .left-box .advantage.bordered {
background: #fff;
border-radius: 10px;
}
.tablet .left-box .advantage img {
position: absolute;
left: 30px;
top: 35px;
width: 24px;
height: 24px;
}
.tablet .left-box .advantage .content {
display: inline-block;
vertical-align: top;
box-sizing: border-box;
padding-left: 40px;
}
.tablet .left-box .advantage p {
font-size: 14px;
line-height: 25px;
}
.tablet .left-box .advantage h4 {
font-size: 16px;
}
.tablet .right-box {
display: inline-block;
vertical-align: top;
max-height: 718px;
}
.tablet .right-box img {
display: block;
max-width: 100%;
max-height: 100%;
}
.download {
position: relative;
display: block;
width: 100%;
min-height: 280px;
background: url(../img/bg-main.jpg) top center no-repeat;
background-size: cover;
}
.download .left-box h3 {
font-size: 35px;
color: #fff;
margin-bottom: 25px;
}
.download .left-box p {
font-size: 16px;
line-height: 30px;
color: #fff;
margin: 0;
}
.download .left-box {
display: inline-block;
vertical-align: top;
box-sizing: border-box;
width: 49%;
height: auto;
margin-top: 95px;
}
.download .right-box {
display: inline-block;
vertical-align: top;
box-sizing: border-box;
text-align: right;
width: 49%;
height: auto;
margin-top: 115px;
}
.download .right-box .buttons {
display: block;
width: 100%;
}
.download .right-box .buttons .button {
min-width: 170px;
}
.download .right-box .buttons .button.empty {
margin-left: 20px;
}
.grid {
position: relative;
display: block;
width: 100%;
margin: 120px 0;
font-size: 0;
text-align: center;
}
.grid .column-first,
.grid .column-second {
display: block;
min-width: 590px;
}
.grid .column-first .image,
.grid .column-second .image {
display: inline-block;
vertical-align: top;
box-sizing: border-box;
width: 585px;
height: 590px;
background: url(../img/bg-main.jpg) 0 0 no-repeat;
background-size: cover;
overflow: hidden;
padding: 90px 85px 0;
margin: 0 auto;
}
.grid .column-first .image img,
.grid .column-second .image img {
display: block;
width: 100%;
height: auto;
}
.grid .column-first .text,
.grid .column-second .text {
display: inline-block;
vertical-align: top;
box-sizing: border-box;
width: 585px;
height: 590px;
text-align: center;
padding: 180px 100px;
background-color: #fff;
margin: 0 auto;
}
.grid .column-first .text h3,
.grid .column-second .text h3 {
font-size: 35px;
line-height: 50px;
}
.grid .column-first .text p,
.grid .column-second .text p {
font-size: 16px;
line-height: 30px;
}
.watch-video {
display: block;
width: 100%;
min-height: 520px;
box-sizing: border-box;
text-align: center;
background: url(../img/bg-watch-video.png) center center no-repeat, linear-gradient(45deg, #7956ec, #2fb9f8);
background-size: 100%;
margin: 120px 0;
}
.watch-video .content-wrapper {
padding: 120px 300px;
box-sizing: border-box;
}
@media (max-width: 768px) {
.watch-video .content-wrapper {
padding: 120px 30px;
}
}
.watch-video h2 {
color: #fff;
}
.watch-video p {
font-size: 16px;
line-height: 35px;
color: #fff;
}
.customers {
display: block;
width: 100%;
height: 820px;
}
.customers .container {
display: flex;
justify-content: center;
height: 100%;
width: 100%;
}
.customers .left-box {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 500px;
height: 100%;
text-align: left;
}
.customers .left-box .title {
display: flex;
flex-direction: column;
justify-content: center;
box-sizing: border-box;
height: 50%;
}
.customers .left-box .title img {
display: block;
width: 88px;
height: auto;
}
.customers .left-box .title h2 {
margin-top: 60px;
line-height: 50px;
}
.customers .left-box .read-more {
display: flex;
flex-direction: column;
justify-content: center;
box-sizing: border-box;
height: 50%;
}
.customers .left-box .read-more .reviews {
margin-bottom: 34px;
font-size: 15px;
line-height: 50px;
color: #999ea8;
}
.customers .left-box .read-more a {
position: relative;
box-sizing: border-box;
text-decoration: none;
font-size: 15px;
font-weight: 800;
line-height: 50px;
color: #282b31;
padding-left: 34px;
}
.customers .left-box .read-more a::before {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 24px;
height: 10px;
background: url(../img/icon-arrow.png) 0 0 no-repeat;
}
.customers .right-box {
display: flex;
flex-direction: column;
justify-content: center;
width: 670px;
height: 100%;
text-align: left;
}
.customers .right-box .feedback {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 570px;
height: 180px;
padding: 30px;
box-sizing: border-box;
background: #fff;
border-radius: 10px;
}
.customers .right-box .feedback:nth-child(even) {
align-self: flex-end;
margin: 20px 0;
}
.customers .right-box .feedback.right {
text-align: right;
}
.customers .right-box .feedback.right p {
padding: 0 30px 25px 0;
}
.customers .right-box .feedback .column-top {
display: flex;
justify-content: space-between;
align-items: flex-start;
color: #999ea8;
box-sizing: border-box;
border-bottom: 1px solid #e7e8ea;
}
.customers .right-box .feedback .column-top img {
display: block;
min-width: 50px;
min-height: 50px;
border-radius: 25px;
overflow: hidden;
}
.customers .right-box .feedback .column-bot {
display: flex;
justify-content: space-between;
color: #999ea8;
box-sizing: border-box;
padding-top: 10px;
}
.customers .right-box .feedback .column-bot .name,
.customers .right-box .feedback .column-bot .position {
font-size: 12px;
line-height: 25px;
}
.customers .right-box .feedback .column-bot .name {
font-weight: 700;
}
.customers .right-box .feedback p {
position: relative;
font-size: 14px;
font-style: italic;
color: #282b31;
line-height: 25px;
box-sizing: border-box;
padding-left: 30px;
padding-bottom: 25px;
margin: 0;
}
.plan {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
width: 100%;
height: 750px;
padding: 120px 0;
border-top: 1px solid #f2f3f5;
}
.plan .container {
display: flex;
justify-content: center;
height: 100%;
width: 100%;
}
@media (max-width: 960px) {
.plan .container {
flex-direction: column;
justify-content: center;
align-items: center;
}
.plan .container .left-box,
.plan .container .right-box {
padding: 0;
width: 100%;
}
}
.plan .left-box {
display: flex;
flex-direction: column;
justify-content: center;
box-sizing: border-box;
max-width: 500px;
padding-right: 130px;
}
.plan .left-box p {
line-height: 30px;
}
.plan .right-box {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
max-width: 670px;
}
.plan .right-box .type {
box-sizing: border-box;
padding: 12px 0;
text-align: center;
width: 100%;
font-weight: 800;
font-size: 11px;
line-height: 15px;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
background: rgba(248, 249, 250, 0.3);
border-top: 1px solid rgba(248, 249, 250, 0.3);
border-bottom: 1px solid rgba(248, 249, 250, 0.3);
}
.plan .right-box .white .type {
color: #676c75;
background: rgba(248, 249, 250, 1);
}
.plan .right-box .colored {
width: 350px;
height: 510px;
background: url(../img/bg-main.jpg) 0 0 no-repeat;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding: 50px 0 60px;
border-radius: 10px;
}
.plan .right-box .colored .button {
width: 250px;
}
.plan .right-box .white .button {
width: 235px;
}
.plan .right-box .white {
width: 320px;
height: 470px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding: 50px 0 60px;
background-color: #fff;
border-radius: 0 10px 10px 0;
border-top: 1px solid rgba(32, 33, 39, 0.12);
border-right: 1px solid rgba(32, 33, 39, 0.12);
border-bottom: 1px solid rgba(32, 33, 39, 0.12);
}
.plan .right-box .colored .price {
color: #fff;
font-size: 60px;
line-height: 82px;
font-weight: 300;
}
.plan .right-box .white .price {
color: #282b31;
font-size: 40px;
line-height: 54px;
font-weight: 300;
}
.plan .right-box .list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 250px;
}
.plan .right-box .list-item {
position: relative;
margin: 0;
padding-left: 26px;
height: 100%;
color: #fff;
font-size: 15px;
line-height: 30px;
}
.plan .right-box .list-item::before {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 16px;
height: 12px;
background: url(../img/icon-apply.png) 0 0 no-repeat;
}
.plan .right-box .white .list-item {
color: #676c75;
}
.plan .right-box .white .list-item::before {
background: url(../img/icon-apply2.png) 0 0 no-repeat;
}
.contact {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
width: 100%;
height: 920px;
padding: 120px 0;
background: url(../img/bg-main.jpg) 0 0 no-repeat;
background-size: 100% 100%;
text-align: center;
}
.contact .container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 770px;
}
.contact .container .top-box {
max-width: 570px;
}
.contact .container .top-box h3 {
color: #fff;
font-size: 35px;
line-height: 50px;
}
.contact .container .top-box p {
color: #fff;
line-height: 30px;
}
.contact .container form {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
width: 770px;
height: 500px;
margin-top: 40px;
background-color: #fff;
padding: 70px 0;
border-radius: 10px;
}
.contact input {
width: 305px;
height: 50px;
box-sizing: border-box;
border-radius: 5px;
background: #f8f9fa;
border: 1px solid #e7e8ea;
font-size: 17px;
line-height: 23px;
color: #b9bdc3;
margin: 0 10px 20px;
padding-left: 20px;
}
.contact .container form textarea {
width: 630px;
background: #f8f9fa;
line-height: 23px;
font-size: 17px;
color: #b9bdc3;
border: 1px solid #e7e8ea;
border-radius: 5px;
resize: none;
margin-bottom: 30px;
box-sizing: border-box;
padding-left: 20px;
padding-top: 25px;
}
/* Footer---------------------------------------- */
.footer {
height: 110px;
}
.footer .container {
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer .author {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
font-size: 0;
}
.footer .author span:nth-of-type(1),
.footer .author span:nth-of-type(2),
.footer .author .copyright {
color: #999ea8;
font-size: 11px;
line-height: 15px;
}
.footer .author span:nth-of-type(1)::after {
content: '';
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
width: 12px;
height: 11px;
background: url(../img/icon-heart.png) 0 0 no-repeat;
}
.footer .author span:nth-of-type(1) {
position: relative;
padding-right: 18px;
}
.footer .author span:nth-of-type(2) {
padding-left: 6px;
}
.footer .author span:nth-of-type(3) {
color: #282b31;
font-size: 11px;
line-height: 15px;
font-weight: 700;
}
.footer .social {
height: 40px;
font-size: 0;
} | 0.264358 | 0.036152 |
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: black;
}
h1 {
margin-left: 8px;
margin-top: 18px;
float: left;
}
.hidden {
display: none;
visibility: hidden
}
.nav {
padding-top: 8px;
width: 100%;
height: 95px;
background-color: white;
}
.navbutton {
float: right;
margin-right: 8px;
}
.navslider {
float: right;
margin-right: 48px;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.app {
background: black;
padding: 30px;
}
.todo-list{
background: #D3D3D3;
border-radius: 4px;
padding: 5px;
}
.todo{
background: white;
box-shadow: 1px 1px 1px rgba(0,0,0, 0.15);
padding: 3px 10px;
margin-bottom: 6px;
border-radius: 3px;
display:flex;
align-items: center;
justify-content: space-between;
}
.todo:hover {
background-color: #E8E8E8;
cursor: pointer;
}
.input{
width: 100%;
box-sizing: border-box;
border: 1;
border-radius: 4px;
box-shadow: none;
padding: 1rem;
height: 2.25em;
font-size: 18px;
color: white;
background-color: #989898;
}
::placeholder {
color: white;
}
.label {
text-align: left;
font-size: 18px;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
width: 100vw;
}
.lbl0 {
text-decoration: line-through;
color: green;
}
.lbl1 {
color: #ffba00;
cursor: pointer;
}
.lbl2 {
color: #ff4500;
cursor: pointer;
}
.lbl3 {
color: #ae2029;
cursor: pointer;
}
.btn-round {
color: black;
border: 2px solid black;
border-radius: 50%;
background: transparent;
transition: all 0.3s ease 0s;
}
.btn-round:focus {
color: black;
border: 2px solid black;
border-radius: 50%;
background: transparent;
transition: all 0.3s ease 0s;
outline: none;
box-shadow: none;
}
.btn-round:hover {
color: white;
background: black;
border: 2px solid black;
}
.btn-square {
height: 35px;
width: 75px;
font-size: 18px;
color: black;
border: 2px solid black;
border-radius: 5px;
background: gray;
transition: all 0.3s ease 0s;
margin: 2px;
}
.btn-square:focus {
color: black;
border: 2px solid black;
border-radius: 5px;
background: gray;
transition: all 0.3s ease 0s;
outline: none;
box-shadow: none;
}
.btn-square:hover {
color: white;
background: black;
border: 2px solid gray;
}
.checkbox {
display: inline-flex;
cursor: pointer;
position: relative;
top: -12px;
left: 15px;
}
.checkbox > span {
color: black;
padding: 0.5rem 0.25rem;
}
.checkbox > input {
height: 25px;
width: 25px;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
border: 1px solid gray;
border-radius: 4px;
outline: none;
transition-duration: 0.3s;
background-color: white;
cursor: pointer;
}
.checkbox > input:checked {
border: 1px solid gray;
background-color: black;
}
.checkbox > input:hover {
background: gray;
border: 2px solid black;
}
.checkbox > input:checked + span::before {
content: '\2713';
display: block;
text-align: center;
color: white;
position: absolute;
left: 0.7rem;
top: 0.2rem;
top: 6px;
left: -12px;
}
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
margin-left: 8px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: green;
}
input:focus + .slider {
box-shadow: 0 0 1px green;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
} | Create-React-App/src/index.css | body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: black;
}
h1 {
margin-left: 8px;
margin-top: 18px;
float: left;
}
.hidden {
display: none;
visibility: hidden
}
.nav {
padding-top: 8px;
width: 100%;
height: 95px;
background-color: white;
}
.navbutton {
float: right;
margin-right: 8px;
}
.navslider {
float: right;
margin-right: 48px;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.app {
background: black;
padding: 30px;
}
.todo-list{
background: #D3D3D3;
border-radius: 4px;
padding: 5px;
}
.todo{
background: white;
box-shadow: 1px 1px 1px rgba(0,0,0, 0.15);
padding: 3px 10px;
margin-bottom: 6px;
border-radius: 3px;
display:flex;
align-items: center;
justify-content: space-between;
}
.todo:hover {
background-color: #E8E8E8;
cursor: pointer;
}
.input{
width: 100%;
box-sizing: border-box;
border: 1;
border-radius: 4px;
box-shadow: none;
padding: 1rem;
height: 2.25em;
font-size: 18px;
color: white;
background-color: #989898;
}
::placeholder {
color: white;
}
.label {
text-align: left;
font-size: 18px;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
width: 100vw;
}
.lbl0 {
text-decoration: line-through;
color: green;
}
.lbl1 {
color: #ffba00;
cursor: pointer;
}
.lbl2 {
color: #ff4500;
cursor: pointer;
}
.lbl3 {
color: #ae2029;
cursor: pointer;
}
.btn-round {
color: black;
border: 2px solid black;
border-radius: 50%;
background: transparent;
transition: all 0.3s ease 0s;
}
.btn-round:focus {
color: black;
border: 2px solid black;
border-radius: 50%;
background: transparent;
transition: all 0.3s ease 0s;
outline: none;
box-shadow: none;
}
.btn-round:hover {
color: white;
background: black;
border: 2px solid black;
}
.btn-square {
height: 35px;
width: 75px;
font-size: 18px;
color: black;
border: 2px solid black;
border-radius: 5px;
background: gray;
transition: all 0.3s ease 0s;
margin: 2px;
}
.btn-square:focus {
color: black;
border: 2px solid black;
border-radius: 5px;
background: gray;
transition: all 0.3s ease 0s;
outline: none;
box-shadow: none;
}
.btn-square:hover {
color: white;
background: black;
border: 2px solid gray;
}
.checkbox {
display: inline-flex;
cursor: pointer;
position: relative;
top: -12px;
left: 15px;
}
.checkbox > span {
color: black;
padding: 0.5rem 0.25rem;
}
.checkbox > input {
height: 25px;
width: 25px;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
border: 1px solid gray;
border-radius: 4px;
outline: none;
transition-duration: 0.3s;
background-color: white;
cursor: pointer;
}
.checkbox > input:checked {
border: 1px solid gray;
background-color: black;
}
.checkbox > input:hover {
background: gray;
border: 2px solid black;
}
.checkbox > input:checked + span::before {
content: '\2713';
display: block;
text-align: center;
color: white;
position: absolute;
left: 0.7rem;
top: 0.2rem;
top: 6px;
left: -12px;
}
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
margin-left: 8px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: green;
}
input:focus + .slider {
box-shadow: 0 0 1px green;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
} | 0.422862 | 0.099034 |
bottom: 0;
height: 175px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 175px;
}
#loader {
bottom: 0;
height: 175px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 175px;
}
#loader .dot {
bottom: 0;
height: 100%;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 87.5px;
}
#loader .dot::before {
border-radius: 100%;
content: "";
height: 87.5px;
left: 0;
position: absolute;
right: 0;
top: 0;
transform: scale(0);
width: 87.5px;
}
#loader .dot:nth-child(7n+1) {
transform: rotate(45deg);
}
#loader .dot:nth-child(7n+1)::before {
animation: 0.8s linear 0.1s normal none infinite running load;
background: #00ff80 none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+2) {
transform: rotate(90deg);
}
#loader .dot:nth-child(7n+2)::before {
animation: 0.8s linear 0.2s normal none infinite running load;
background: #00ffea none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+3) {
transform: rotate(135deg);
}
#loader .dot:nth-child(7n+3)::before {
animation: 0.8s linear 0.3s normal none infinite running load;
background: #00aaff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+4) {
transform: rotate(180deg);
}
#loader .dot:nth-child(7n+4)::before {
animation: 0.8s linear 0.4s normal none infinite running load;
background: #0040ff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+5) {
transform: rotate(225deg);
}
#loader .dot:nth-child(7n+5)::before {
animation: 0.8s linear 0.5s normal none infinite running load;
background: #2a00ff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+6) {
transform: rotate(270deg);
}
#loader .dot:nth-child(7n+6)::before {
animation: 0.8s linear 0.6s normal none infinite running load;
background: #9500ff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+7) {
transform: rotate(315deg);
}
#loader .dot:nth-child(7n+7)::before {
animation: 0.8s linear 0.7s normal none infinite running load;
background: magenta none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+8) {
transform: rotate(360deg);
}
#loader .dot:nth-child(7n+8)::before {
animation: 0.8s linear 0.8s normal none infinite running load;
background: #ff0095 none repeat scroll 0 0;
}
#loader .lading {
/*background-image: url("../images/loading.gif");*/
background-position: 50% 50%;
background-repeat: no-repeat;
bottom: -40px;
height: 20px;
left: 0;
position: absolute;
right: 0;
width: 180px;
}
@keyframes load {
100% {
opacity: 0;
transform: scale(1);
}
}
@keyframes load {
100% {
opacity: 0;
transform: scale(1);
}
} | asset/css/cus-loader.css | bottom: 0;
height: 175px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 175px;
}
#loader {
bottom: 0;
height: 175px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 175px;
}
#loader .dot {
bottom: 0;
height: 100%;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 87.5px;
}
#loader .dot::before {
border-radius: 100%;
content: "";
height: 87.5px;
left: 0;
position: absolute;
right: 0;
top: 0;
transform: scale(0);
width: 87.5px;
}
#loader .dot:nth-child(7n+1) {
transform: rotate(45deg);
}
#loader .dot:nth-child(7n+1)::before {
animation: 0.8s linear 0.1s normal none infinite running load;
background: #00ff80 none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+2) {
transform: rotate(90deg);
}
#loader .dot:nth-child(7n+2)::before {
animation: 0.8s linear 0.2s normal none infinite running load;
background: #00ffea none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+3) {
transform: rotate(135deg);
}
#loader .dot:nth-child(7n+3)::before {
animation: 0.8s linear 0.3s normal none infinite running load;
background: #00aaff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+4) {
transform: rotate(180deg);
}
#loader .dot:nth-child(7n+4)::before {
animation: 0.8s linear 0.4s normal none infinite running load;
background: #0040ff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+5) {
transform: rotate(225deg);
}
#loader .dot:nth-child(7n+5)::before {
animation: 0.8s linear 0.5s normal none infinite running load;
background: #2a00ff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+6) {
transform: rotate(270deg);
}
#loader .dot:nth-child(7n+6)::before {
animation: 0.8s linear 0.6s normal none infinite running load;
background: #9500ff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+7) {
transform: rotate(315deg);
}
#loader .dot:nth-child(7n+7)::before {
animation: 0.8s linear 0.7s normal none infinite running load;
background: magenta none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+8) {
transform: rotate(360deg);
}
#loader .dot:nth-child(7n+8)::before {
animation: 0.8s linear 0.8s normal none infinite running load;
background: #ff0095 none repeat scroll 0 0;
}
#loader .lading {
/*background-image: url("../images/loading.gif");*/
background-position: 50% 50%;
background-repeat: no-repeat;
bottom: -40px;
height: 20px;
left: 0;
position: absolute;
right: 0;
width: 180px;
}
@keyframes load {
100% {
opacity: 0;
transform: scale(1);
}
}
@keyframes load {
100% {
opacity: 0;
transform: scale(1);
}
} | 0.630457 | 0.108095 |
* Profile default sizes
*/
/**
* Retrieves a color value from the $material-colors Sass map
* Inspired by https://github.com/nilskaspersson/Google-Material-UI-Color-Palette/
*
* @function
* @param {string} color-name - quoted, lower-case, dasherized color
* name (e.g. 'pink', 'amber')
* @param {string} [color-variant='500'] - quoted, lowercase color variant (e.g.
* '200', 'a100')
*/
/*!
* angular-loading-bar v0.8.0
* https://chieffancypants.github.io/angular-loading-bar
* Copyright (c) 2015 <NAME>
* License: MIT
*/
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
pointer-events: none;
-webkit-pointer-events: none;
-webkit-transition: 350ms linear all;
-moz-transition: 350ms linear all;
-o-transition: 350ms linear all;
transition: 350ms linear all; }
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
opacity: 0; }
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
opacity: 1; }
#loading-bar .bar {
-webkit-transition: width 350ms;
-moz-transition: width 350ms;
-o-transition: width 350ms;
transition: width 350ms;
background: #29d;
position: fixed;
z-index: 10002;
top: 0;
left: 0;
width: 100%;
height: 2px;
border-bottom-right-radius: 1px;
border-top-right-radius: 1px; }
/* Fancy blur effect */
#loading-bar .peg {
position: absolute;
width: 70px;
right: 0;
top: 0;
height: 2px;
opacity: .45;
-moz-box-shadow: #29d 1px 0 6px 1px;
-ms-box-shadow: #29d 1px 0 6px 1px;
-webkit-box-shadow: #29d 1px 0 6px 1px;
box-shadow: #29d 1px 0 6px 1px;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%; }
#loading-bar-spinner {
display: block;
position: fixed;
z-index: 10002;
top: 10px;
left: 10px; }
#loading-bar-spinner .spinner-icon {
width: 14px;
height: 14px;
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 50%;
-webkit-animation: loading-bar-spinner 400ms linear infinite;
-moz-animation: loading-bar-spinner 400ms linear infinite;
-ms-animation: loading-bar-spinner 400ms linear infinite;
-o-animation: loading-bar-spinner 400ms linear infinite;
animation: loading-bar-spinner 400ms linear infinite; }
@-webkit-keyframes loading-bar-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-moz-keyframes loading-bar-spinner {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg); } }
@-o-keyframes loading-bar-spinner {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
@-ms-keyframes loading-bar-spinner {
0% {
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-ms-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes loading-bar-spinner {
0% {
transform: rotate(0deg);
transform: rotate(0deg); }
100% {
transform: rotate(360deg);
transform: rotate(360deg); } }
/*
* Created by Alinus
* User: alin.designstudio
* For: dashboard/styles
* License: Wooter LLC.
* Date: 2016.02.11
* Description: here are stored all shared styles into dashboard styles
*
*/
html, body {
background: #eee; }
@media only screen and (max-width: 959px) {
.mobile_hidden_959 {
display: none !important; } }
@media only screen and (max-width: 600px) {
.mobile_hidden_600 {
display: none !important; } }
.md-body-2 {
font-size: 16px !important; }
@media only screen and (min-width: 1366px) {
.container {
width: 1080px !important; } }
@media only screen and (max-width: 959px) {
.container {
width: 600px !important; } }
@media only screen and (max-width: 630px) {
.container {
width: 100% !important; } }
md-sidenav {
z-index: 20 !important; }
#dashboardHeader {
background: #303030;
color: #fff;
position: relative;
z-index: 10; }
#dashboardHeader .info {
padding: 27px 0; }
#dashboardHeader .info .league-title {
font-family: "Roboto", sans-serif;
font-size: 24px;
font-weight: 400;
color: #fff;
margin-bottom: 12px;
margin-top: 0; }
#dashboardHeader .info .league-subtitle {
font-family: "Roboto", sans-serif;
font-size: 16px;
font-weight: 400;
color: rgba(255, 255, 255, 0.7); }
#dashboardHeader .nav-bar {
position: relative; }
#dashboardHeader .nav-bar:after, #dashboardHeader .nav-bar:before {
display: table;
content: " "; }
#dashboardHeader .nav-bar:after {
clear: both; }
#dashboardHeader .nav-bar ul {
list-style-type: none;
padding: 0;
width: 100%; }
#dashboardHeader .nav-bar ul:after, #dashboardHeader .nav-bar ul:before {
display: table;
content: " "; }
#dashboardHeader .nav-bar ul:after {
clear: both; }
#dashboardHeader .nav-bar ul li {
line-height: 0 !important;
margin: 0 15px;
float: left; }
#dashboardHeader .nav-bar ul li > .md-button {
line-height: 48px !important;
padding: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
border-radius: 0 !important;
margin: 0 !important;
font-family: "Roboto", sans-serif;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
min-width: 0 !important;
min-height: 48px !important;
color: rgba(255, 255, 255, 0.7);
border-bottom: 2px solid transparent;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
transition: all 300ms; }
#dashboardHeader .nav-bar ul li > .md-button:hover {
background: transparent;
color: #fff;
border-bottom-color: #ef5350; }
#dashboardHeader .nav-bar ul li > .md-button .md-ripple-container {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
border-radius: 0 !important; }
#dashboardHeader .nav-bar ul li.active .md-button {
color: #fff;
border-bottom-color: #ef5350; }
@media only screen and (max-width: 959px) {
#dashboardHeader .nav-bar ul {
width: 100%;
margin: 0 !important; }
#dashboardHeader .nav-bar ul li {
width: 50%;
text-align: center;
margin: 0 !important; }
#dashboardHeader .nav-bar ul li .md-button {
text-align: center; } }
#dashboardHeader .nav-bar .left {
float: left;
display: inline-block;
min-width: 800px; }
#dashboardHeader .nav-bar .left ul {
margin-left: -12px !important; }
@media only screen and (max-width: 959px) {
#dashboardHeader .nav-bar .left {
width: 100%;
min-width: 0 !important;
margin: 0 !important; }
#dashboardHeader .nav-bar .left ul {
width: 100%;
margin-left: 0 !important; } }
#dashboardHeader .nav-bar .left .separator {
height: 17px;
width: 2px;
display: inline-block;
padding: 0 !important;
background: rgba(255, 255, 255, 0.5);
margin: 16px 12px; }
@media only screen and (max-width: 959px) {
#dashboardHeader .nav-bar .left .separator {
margin-left: 35px;
margin-right: 12px; } }
#dashboardHeader .nav-bar .right {
float: right;
padding-left: 100px; }
@media only screen and (max-width: 959px) {
#dashboardHeader .nav-bar .right {
width: 100%;
float: none;
padding-left: 0 !important; } }
#dashboardHeader .nav-bar .right .fab-button {
position: absolute;
left: 0;
top: 10px;
width: 72px;
height: 72px; }
@media only screen and (max-width: 959px) {
#dashboardHeader .nav-bar .right .fab-button {
position: fixed;
bottom: 20px;
right: 20px;
left: auto;
top: auto;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0); } }
#dashboardHeader .nav-bar .right .fab-button .md-trigger {
margin: 0 !important;
line-height: 56px !important;
height: 56px !important;
width: 56px !important;
-webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.25);
-ms-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.25);
-o-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.25); }
#dashboardHeader .nav-bar .right .fab-button .md-trigger md-icon {
font-size: 22px !important;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
transition: all 300ms; }
#dashboardHeader .nav-bar .right .fab-button .md-trigger:hover {
background: #fff; }
#dashboardHeader .nav-bar .right .fab-button .md-trigger:hover md-icon {
color: #ef5350; }
#dashboardHeader .nav-bar .right .fab-button md-fab-actions {
pointer-events: none !important;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
transition: all 300ms;
opacity: 0;
filter: alpha(opacity=0); }
#dashboardHeader .nav-bar .right .fab-button md-fab-actions md-icon {
color: #ef5350 !important; }
#dashboardHeader .nav-bar .right .fab-button md-fab-speed-dial {
position: absolute;
right: 0;
left: 0;
top: 0; }
@media only screen and (max-width: 959px) {
#dashboardHeader .nav-bar .right .fab-button md-fab-speed-dial {
bottom: 0;
top: auto; } }
#dashboardHeader .nav-bar .right .fab-button md-fab-speed-dial.md-is-open md-fab-actions {
opacity: 1;
filter: alpha(opacity=100);
pointer-events: all !important; }
#dashboardHeader .nav-bar .right .view-controls {
float: left; }
@media only screen and (max-width: 959px) {
#dashboardHeader .nav-bar .right .view-controls {
width: 100%;
float: none; } }
/*
* Carlos Front-End Additions
* For: Dashboard/player styles
*/
/* structure for angular material tabs - sales dashboard */
.clear {
clear: both; }
.hide {
display: none; }
.sales_dashboard md-content md-tabs {
min-height: 80vh !important; }
.sales_dashboard md-content md-tabs md-tabs-wrapper {
background-color: #004d7b; }
.sales_dashboard md-content md-tabs md-tabs-wrapper md-tabs-canvas md-pagination-wrapper md-tab-item {
color: white !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.sales_dashboard md-content md-tabs md-tabs-content-wrapper {
height: calc(100% - 49px); }
.sales_dashboard md-content md-tabs md-tabs-content-wrapper md-tab-content {
background-color: #eee;
height: 100%; }
.sales_dashboard md-content md-tabs md-tabs-content-wrapper md-tab-content .ng-scope.ng-isolate-scope {
height: 100%; }
.sales_dashboard md-content md-tabs md-tabs-content-wrapper md-tab-content .ng-scope.ng-isolate-scope md-content {
background-color: #eee;
height: 100%; }
/* innards of the the sales dashboard */
.sales_innards {
background-color: white;
padding: 0px; }
.sales_innards .pages_ndots {
position: relative;
height: 60px; }
.sales_innards .pages_ndots .pages {
position: absolute;
background-color: #f5f5f5;
width: 100%;
z-index: 10; }
.sales_innards .pages_ndots .pages p {
text-align: center;
margin: 0px;
padding: 20px 0px;
font-weight: bold; }
.sales_innards .pages_ndots .dots {
position: absolute;
width: 100%;
z-index: 20; }
.sales_innards .pages_ndots .dots p {
text-align: right;
margin: 0px;
padding: 20px 0px;
margin-right: 20px;
font-weight: bold; }
.sales_innards .pages_search {
position: relative;
height: 60px;
background-color: white;
width: 100%; }
.sales_innards .pages_search .player_drops {
width: 20%;
float: left;
height: 100%;
border-right: 1px solid #eee;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
@media screen and (max-width: 959px) {
.sales_innards .pages_search .player_drops {
width: 100%; } }
.sales_innards .pages_search .player_drops p {
padding: 20px 0px 20px 20px;
margin: 0px;
font-weight: bold; }
.sales_innards .pages_search .player_drops .player_menu {
position: absolute;
background-color: white;
width: 100%;
z-index: 30; }
.sales_innards .pages_search .player_drops .player_menu ul {
padding: 0px;
width: 100%;
margin: 0px; }
.sales_innards .pages_search .player_drops .player_menu ul a {
text-decoration: none;
color: black; }
.sales_innards .pages_search .player_drops .player_menu ul a li {
text-align: left;
width: 100%;
list-style-type: none;
padding: 10px 0px 10px 20px; }
.sales_innards .pages_search .player_drops .player_menu ul a:hover {
background-color: #eee; }
.sales_innards .pages_search .player_search {
width: 80%;
float: left;
height: 100%; }
@media screen and (max-width: 959px) {
.sales_innards .pages_search .player_search {
width: 100%;
padding-left: 20px; } }
.sales_innards .pages_search .player_search p {
width: 5%;
text-align: center;
height: 100%;
padding: 20px 0px;
margin: 0px;
float: left; }
.sales_innards .pages_search .player_search input[type='text'] {
width: 95%;
height: 100%;
border: none; }
.sales_innards .player_results {
width: 100%;
overflow-x: scroll; }
.sales_innards .player_results table {
width: 100%;
min-width: 970px; }
.sales_innards .player_results table tbody .table_header {
height: 60px;
background-color: #f5f5f5; }
.sales_innards .player_results table tbody .table_header th {
padding: 20px 0px;
text-align: center;
margin: 0px;
font-weight: normal; }
.sales_innards .player_results table tbody .table_lists {
height: 60px;
background-color: white; }
.sales_innards .player_results table tbody .table_lists td {
padding: 20px 0px;
margin: 0px;
font-weight: normal; }
.sales_innards .player_results table tbody .table_lists td img {
width: 40px;
height: 40px;
border-radius: 50%; }
.sales_innards .player_results table .icons_checks {
width: 60px;
text-align: center; }
/*# sourceMappingURL=sales.css.map */ | public/css/dashboard/sales.css | * Profile default sizes
*/
/**
* Retrieves a color value from the $material-colors Sass map
* Inspired by https://github.com/nilskaspersson/Google-Material-UI-Color-Palette/
*
* @function
* @param {string} color-name - quoted, lower-case, dasherized color
* name (e.g. 'pink', 'amber')
* @param {string} [color-variant='500'] - quoted, lowercase color variant (e.g.
* '200', 'a100')
*/
/*!
* angular-loading-bar v0.8.0
* https://chieffancypants.github.io/angular-loading-bar
* Copyright (c) 2015 <NAME>
* License: MIT
*/
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
pointer-events: none;
-webkit-pointer-events: none;
-webkit-transition: 350ms linear all;
-moz-transition: 350ms linear all;
-o-transition: 350ms linear all;
transition: 350ms linear all; }
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
opacity: 0; }
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
opacity: 1; }
#loading-bar .bar {
-webkit-transition: width 350ms;
-moz-transition: width 350ms;
-o-transition: width 350ms;
transition: width 350ms;
background: #29d;
position: fixed;
z-index: 10002;
top: 0;
left: 0;
width: 100%;
height: 2px;
border-bottom-right-radius: 1px;
border-top-right-radius: 1px; }
/* Fancy blur effect */
#loading-bar .peg {
position: absolute;
width: 70px;
right: 0;
top: 0;
height: 2px;
opacity: .45;
-moz-box-shadow: #29d 1px 0 6px 1px;
-ms-box-shadow: #29d 1px 0 6px 1px;
-webkit-box-shadow: #29d 1px 0 6px 1px;
box-shadow: #29d 1px 0 6px 1px;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%; }
#loading-bar-spinner {
display: block;
position: fixed;
z-index: 10002;
top: 10px;
left: 10px; }
#loading-bar-spinner .spinner-icon {
width: 14px;
height: 14px;
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 50%;
-webkit-animation: loading-bar-spinner 400ms linear infinite;
-moz-animation: loading-bar-spinner 400ms linear infinite;
-ms-animation: loading-bar-spinner 400ms linear infinite;
-o-animation: loading-bar-spinner 400ms linear infinite;
animation: loading-bar-spinner 400ms linear infinite; }
@-webkit-keyframes loading-bar-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-moz-keyframes loading-bar-spinner {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg); } }
@-o-keyframes loading-bar-spinner {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
@-ms-keyframes loading-bar-spinner {
0% {
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-ms-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes loading-bar-spinner {
0% {
transform: rotate(0deg);
transform: rotate(0deg); }
100% {
transform: rotate(360deg);
transform: rotate(360deg); } }
/*
* Created by Alinus
* User: alin.designstudio
* For: dashboard/styles
* License: Wooter LLC.
* Date: 2016.02.11
* Description: here are stored all shared styles into dashboard styles
*
*/
html, body {
background: #eee; }
@media only screen and (max-width: 959px) {
.mobile_hidden_959 {
display: none !important; } }
@media only screen and (max-width: 600px) {
.mobile_hidden_600 {
display: none !important; } }
.md-body-2 {
font-size: 16px !important; }
@media only screen and (min-width: 1366px) {
.container {
width: 1080px !important; } }
@media only screen and (max-width: 959px) {
.container {
width: 600px !important; } }
@media only screen and (max-width: 630px) {
.container {
width: 100% !important; } }
md-sidenav {
z-index: 20 !important; }
#dashboardHeader {
background: #303030;
color: #fff;
position: relative;
z-index: 10; }
#dashboardHeader .info {
padding: 27px 0; }
#dashboardHeader .info .league-title {
font-family: "Roboto", sans-serif;
font-size: 24px;
font-weight: 400;
color: #fff;
margin-bottom: 12px;
margin-top: 0; }
#dashboardHeader .info .league-subtitle {
font-family: "Roboto", sans-serif;
font-size: 16px;
font-weight: 400;
color: rgba(255, 255, 255, 0.7); }
#dashboardHeader .nav-bar {
position: relative; }
#dashboardHeader .nav-bar:after, #dashboardHeader .nav-bar:before {
display: table;
content: " "; }
#dashboardHeader .nav-bar:after {
clear: both; }
#dashboardHeader .nav-bar ul {
list-style-type: none;
padding: 0;
width: 100%; }
#dashboardHeader .nav-bar ul:after, #dashboardHeader .nav-bar ul:before {
display: table;
content: " "; }
#dashboardHeader .nav-bar ul:after {
clear: both; }
#dashboardHeader .nav-bar ul li {
line-height: 0 !important;
margin: 0 15px;
float: left; }
#dashboardHeader .nav-bar ul li > .md-button {
line-height: 48px !important;
padding: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
border-radius: 0 !important;
margin: 0 !important;
font-family: "Roboto", sans-serif;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
min-width: 0 !important;
min-height: 48px !important;
color: rgba(255, 255, 255, 0.7);
border-bottom: 2px solid transparent;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
transition: all 300ms; }
#dashboardHeader .nav-bar ul li > .md-button:hover {
background: transparent;
color: #fff;
border-bottom-color: #ef5350; }
#dashboardHeader .nav-bar ul li > .md-button .md-ripple-container {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
border-radius: 0 !important; }
#dashboardHeader .nav-bar ul li.active .md-button {
color: #fff;
border-bottom-color: #ef5350; }
@media only screen and (max-width: 959px) {
#dashboardHeader .nav-bar ul {
width: 100%;
margin: 0 !important; }
#dashboardHeader .nav-bar ul li {
width: 50%;
text-align: center;
margin: 0 !important; }
#dashboardHeader .nav-bar ul li .md-button {
text-align: center; } }
#dashboardHeader .nav-bar .left {
float: left;
display: inline-block;
min-width: 800px; }
#dashboardHeader .nav-bar .left ul {
margin-left: -12px !important; }
@media only screen and (max-width: 959px) {
#dashboardHeader .nav-bar .left {
width: 100%;
min-width: 0 !important;
margin: 0 !important; }
#dashboardHeader .nav-bar .left ul {
width: 100%;
margin-left: 0 !important; } }
#dashboardHeader .nav-bar .left .separator {
height: 17px;
width: 2px;
display: inline-block;
padding: 0 !important;
background: rgba(255, 255, 255, 0.5);
margin: 16px 12px; }
@media only screen and (max-width: 959px) {
#dashboardHeader .nav-bar .left .separator {
margin-left: 35px;
margin-right: 12px; } }
#dashboardHeader .nav-bar .right {
float: right;
padding-left: 100px; }
@media only screen and (max-width: 959px) {
#dashboardHeader .nav-bar .right {
width: 100%;
float: none;
padding-left: 0 !important; } }
#dashboardHeader .nav-bar .right .fab-button {
position: absolute;
left: 0;
top: 10px;
width: 72px;
height: 72px; }
@media only screen and (max-width: 959px) {
#dashboardHeader .nav-bar .right .fab-button {
position: fixed;
bottom: 20px;
right: 20px;
left: auto;
top: auto;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0); } }
#dashboardHeader .nav-bar .right .fab-button .md-trigger {
margin: 0 !important;
line-height: 56px !important;
height: 56px !important;
width: 56px !important;
-webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.25);
-ms-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.25);
-o-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.25); }
#dashboardHeader .nav-bar .right .fab-button .md-trigger md-icon {
font-size: 22px !important;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
transition: all 300ms; }
#dashboardHeader .nav-bar .right .fab-button .md-trigger:hover {
background: #fff; }
#dashboardHeader .nav-bar .right .fab-button .md-trigger:hover md-icon {
color: #ef5350; }
#dashboardHeader .nav-bar .right .fab-button md-fab-actions {
pointer-events: none !important;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
transition: all 300ms;
opacity: 0;
filter: alpha(opacity=0); }
#dashboardHeader .nav-bar .right .fab-button md-fab-actions md-icon {
color: #ef5350 !important; }
#dashboardHeader .nav-bar .right .fab-button md-fab-speed-dial {
position: absolute;
right: 0;
left: 0;
top: 0; }
@media only screen and (max-width: 959px) {
#dashboardHeader .nav-bar .right .fab-button md-fab-speed-dial {
bottom: 0;
top: auto; } }
#dashboardHeader .nav-bar .right .fab-button md-fab-speed-dial.md-is-open md-fab-actions {
opacity: 1;
filter: alpha(opacity=100);
pointer-events: all !important; }
#dashboardHeader .nav-bar .right .view-controls {
float: left; }
@media only screen and (max-width: 959px) {
#dashboardHeader .nav-bar .right .view-controls {
width: 100%;
float: none; } }
/*
* Carlos Front-End Additions
* For: Dashboard/player styles
*/
/* structure for angular material tabs - sales dashboard */
.clear {
clear: both; }
.hide {
display: none; }
.sales_dashboard md-content md-tabs {
min-height: 80vh !important; }
.sales_dashboard md-content md-tabs md-tabs-wrapper {
background-color: #004d7b; }
.sales_dashboard md-content md-tabs md-tabs-wrapper md-tabs-canvas md-pagination-wrapper md-tab-item {
color: white !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.sales_dashboard md-content md-tabs md-tabs-content-wrapper {
height: calc(100% - 49px); }
.sales_dashboard md-content md-tabs md-tabs-content-wrapper md-tab-content {
background-color: #eee;
height: 100%; }
.sales_dashboard md-content md-tabs md-tabs-content-wrapper md-tab-content .ng-scope.ng-isolate-scope {
height: 100%; }
.sales_dashboard md-content md-tabs md-tabs-content-wrapper md-tab-content .ng-scope.ng-isolate-scope md-content {
background-color: #eee;
height: 100%; }
/* innards of the the sales dashboard */
.sales_innards {
background-color: white;
padding: 0px; }
.sales_innards .pages_ndots {
position: relative;
height: 60px; }
.sales_innards .pages_ndots .pages {
position: absolute;
background-color: #f5f5f5;
width: 100%;
z-index: 10; }
.sales_innards .pages_ndots .pages p {
text-align: center;
margin: 0px;
padding: 20px 0px;
font-weight: bold; }
.sales_innards .pages_ndots .dots {
position: absolute;
width: 100%;
z-index: 20; }
.sales_innards .pages_ndots .dots p {
text-align: right;
margin: 0px;
padding: 20px 0px;
margin-right: 20px;
font-weight: bold; }
.sales_innards .pages_search {
position: relative;
height: 60px;
background-color: white;
width: 100%; }
.sales_innards .pages_search .player_drops {
width: 20%;
float: left;
height: 100%;
border-right: 1px solid #eee;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
@media screen and (max-width: 959px) {
.sales_innards .pages_search .player_drops {
width: 100%; } }
.sales_innards .pages_search .player_drops p {
padding: 20px 0px 20px 20px;
margin: 0px;
font-weight: bold; }
.sales_innards .pages_search .player_drops .player_menu {
position: absolute;
background-color: white;
width: 100%;
z-index: 30; }
.sales_innards .pages_search .player_drops .player_menu ul {
padding: 0px;
width: 100%;
margin: 0px; }
.sales_innards .pages_search .player_drops .player_menu ul a {
text-decoration: none;
color: black; }
.sales_innards .pages_search .player_drops .player_menu ul a li {
text-align: left;
width: 100%;
list-style-type: none;
padding: 10px 0px 10px 20px; }
.sales_innards .pages_search .player_drops .player_menu ul a:hover {
background-color: #eee; }
.sales_innards .pages_search .player_search {
width: 80%;
float: left;
height: 100%; }
@media screen and (max-width: 959px) {
.sales_innards .pages_search .player_search {
width: 100%;
padding-left: 20px; } }
.sales_innards .pages_search .player_search p {
width: 5%;
text-align: center;
height: 100%;
padding: 20px 0px;
margin: 0px;
float: left; }
.sales_innards .pages_search .player_search input[type='text'] {
width: 95%;
height: 100%;
border: none; }
.sales_innards .player_results {
width: 100%;
overflow-x: scroll; }
.sales_innards .player_results table {
width: 100%;
min-width: 970px; }
.sales_innards .player_results table tbody .table_header {
height: 60px;
background-color: #f5f5f5; }
.sales_innards .player_results table tbody .table_header th {
padding: 20px 0px;
text-align: center;
margin: 0px;
font-weight: normal; }
.sales_innards .player_results table tbody .table_lists {
height: 60px;
background-color: white; }
.sales_innards .player_results table tbody .table_lists td {
padding: 20px 0px;
margin: 0px;
font-weight: normal; }
.sales_innards .player_results table tbody .table_lists td img {
width: 40px;
height: 40px;
border-radius: 50%; }
.sales_innards .player_results table .icons_checks {
width: 60px;
text-align: center; }
/*# sourceMappingURL=sales.css.map */ | 0.683102 | 0.0809 |
* {
box-sizing: border-box;
}
html, body {
height: 100%;
}
html, body, ul, li {
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column;
font-family: arial, sans-serif;
-webkit-font-smoothing: antialiased;
}
a,
aside .card.info a {
border: 0;
color: #04c;
text-decoration: none;
}
#main > article {
flex: 1;
}
#main {
flex: 1 0 auto;
margin: 5em auto;
max-width: 1440px;
}
#main > aside {
background: #eee;
}
header,
footer .extra {
background-color: #222;
}
header, article, aside {
padding: 1em;
}
header {
height: 5em;
position: fixed;
width: 100%;
z-index: 99;
}
header .logo {
font-size: 1.4em;
float: left;
}
header .logo *,
footer .logo * {
color: #fff;
display: inline-block;
font-style: normal;
font-weight: 400;
vertical-align: middle;
}
header .logo b {
margin-right: .2em;
}
header .logo span {
margin-left: .3em;
}
header .logo span, h1, h2, h3 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
text-rendering: optimizeLegibility;
transform: scale(1, 1.15);
z-index: -1;
}
#nav {
display: block;
float: right;
left: -1em;
padding-top: .2em;
position: absolute;
user-select: none;
width: 100%;
z-index: 1;
-webkit-user-select: none;
}
#nav input,
#nav .hamburger {
height: 32px;
position: absolute;
right: 0;
width: 40px;
}
#nav input {
display: block;
opacity: 0;
z-index: 2;
-webkit-touch-callout: none;
}
#nav .hamburger span,
#nav .hamburger span::before,
#nav .hamburger span::after {
background-color: #efefef;
/* @alternate */
background-color: rgba(255, 255, 255, .95);
border-radius: 4px;
height: 2px;
position: absolute;
transition: transform .15s ease;
width: 35px;
}
#nav .hamburger span {
display: block;
margin-top: 8px;
transition-duration: .4s;
transition-timing-function: cubic-bezier(.68, -.55, 0.265, 1.55);
}
#nav .hamburger span::before,
#nav .hamburger span::after {
content: "";
display: block;
}
#nav .hamburger span::before {
top: 10px;
transition: opacity .15s .4s ease;
}
#nav .hamburger span::after {
bottom: -10px;
top: 20px;
transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55);
}
#nav ul {
background: #222;
bottom: 0;
left: 0;
list-style-type: none;
opacity: 0;
padding: 2.5em 1em;
position: fixed;
right: 0;
top: 4em;
transform-origin: 0% 0%;
transform: translate(0, -200%);
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.5s ease-out;
text-align: right;
width: 100%;
-webkit-font-smoothing: antialiased;
z-index: 99;
}
.menu a {
color: #fff;
display: inline-block;
margin: 1em 0;
padding: 1em 1em .8em;
text-transform: uppercase;
}
.menu .active {
background-color: #666;
/* @alternate */
background-color: rgba(255, 255, 255, .3);
border-radius: 3px;
}
#nav li:last-child a {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 32 32"><path fill="white" d="M16,0.4C7.2,0.4,0.1,7.6,0.1,16.3c0,7,4.6,13,10.9,15.1c0.8,0.1,1.1-0.3,1.1-0.8c0-0.4,0-1.4,0-2.7c-4.4,1-5.4-2.1-5.4-2.1C6,24,4.9,23.5,4.9,23.5c-1.4-1,0.1-1,0.1-1c1.6,0.1,2.4,1.6,2.4,1.6c1.4,2.4,3.7,1.7,4.6,1.3c0.1-1,0.6-1.7,1-2.1c-3.5-0.4-7.2-1.8-7.2-7.8c0-1.7,0.6-3.2,1.6-4.3c-0.2-0.4-0.7-2,0.2-4.2C7.7,7,9,6.6,12,8.7c1.3-0.4,2.6-0.5,4-0.5c1.3,0,2.7,0.2,4,0.5C23,6.6,24.4,7,24.4,7c0.9,2.2,0.3,3.8,0.2,4.2c1,1.1,1.6,2.5,1.6,4.3c0,6.1-3.7,7.4-7.3,7.8c0.6,0.5,1.1,1.5,1.1,2.9c0,2.1,0,3.8,0,4.4c0,0.4,0.3,0.9,1.1,0.8c6.3-2.1,10.9-8.1,10.9-15.1C31.9,7.6,24.8,0.4,16,0.4z"/></svg>');
background-position: 1em center;
background-repeat: no-repeat;
padding-left: 3.2em;
}
#nav input:checked ~ ul {
opacity: .95;
transform: none;
z-index: 99;
}
#nav input:checked ~ .hamburger span {
transform: translate3d(0, 10px, 0) rotate(135deg);
transition-delay: 0.1s;
}
#nav input:checked ~ .hamburger span::before {
opacity: 0;
transition-delay: 0s;
}
#nav input:checked ~ .hamburger span::after {
transform: translate3d(0, -20px, 0) rotate(-270deg);
transition-delay: .1s;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
}
footer li {
display: inline-block;
line-height: normal;
margin: 0 1em 0 0;
vertical-align: middle;
}
footer ul {
display: none;
margin: 1.5em 0 1.1em;
}
footer .social {
display: block;
list-style: none;
}
footer .social li:first-child {
font-size: .9em;
margin-bottom: 2px;
text-transform: capitalize;
}
footer .social a:hover {
opacity: .75;
}
footer .menu li {margin: 0 0 0 .2em;}
footer .menu a {display: inline; font-size: .8em; padding: .3em .6em;}
footer .menu .active {margin: 0}
footer .extra {border-top: 1px solid #4d4d4d;clear: both; padding: 1.5em 1em;}
footer .extra a {color: #fff; text-decoration: underline;}
footer .logo span {margin-left: .4em;}
footer .logo i {
display: block;
font-size: .7em;
text-align: left;
margin-top: .3em;
}
footer p {padding:0;margin: 1em 0}
aside .card {
border: solid 1px #ddd;
border-radius: 3px;
margin: 1em 0;
}
aside .card a {
color: #222;
display: table;
vertical-align: bottom;
width: 100%;
}
/*aside .card span {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: block;
height: 10em
}*/
aside .card img {
max-height: 12em;
min-height: 10em;
width: 100%;
}
.posts aside .card img {
max-height: none;
min-height: auto;
}
aside .card b {
background-color: #fff;
display: block;
padding: 1em .5em;
text-align: center;
font-weight: normal;
}
aside .info {
background-color: #ffc;
padding: 1em;
}
.center {text-align: center;}
.home article,
.cta-area {text-align: center;}
.home h1,
.post h1 {
background: url(https://komito.net/assets/images/komito-hero-background.jpg) repeat center center fixed;
background-image: -webkit-image-set(url(https://komito.net/assets/images/komito-hero-background.webp) 1x);
background-image: image-set(url(https://komito.net/assets/images/komito-hero-background.webp) 1x);
background-size: cover;
color: #fff;
font-size: 2em;
padding: 2em .5em;
}
.post h1 {min-height: 9em;}
.home h2,
.post h2,
.home h3,
.post h3 {
font-size: 2em;
margin-top: 1.5em;
text-align: center;
}
h2:after,
h3:after {
background-color: #f80;
content: '';
display: block;
height: 4px;
width: 2em;
margin: .5em auto;
}
.metrics table {width: 100%; margin: 0; min-height: 7em; padding: 0}
.metrics table td {padding: .25em; text-align: left;}
.metrics table td:first-child {width: 64px;}
.compatible {text-align: center;}
.compatible li,
.partners li,
.cta-area li {display: inline-block; padding: 1em; position: relative;list-style: none;}
.adobe-analytics {top: -.1em;}
.baidu-analytics {top: -.4em;}
.clicktale {top: -.5em;}
.urchin {top: .35em;}
.webalytics {top: .35em;}
article ul {list-style-position: inside;}
article ul, article p {line-height: 1.5}
.team img {border-radius: 3px; margin-right: 1em; width: 100px}
.team b {display: block; margin-bottom: .5em}
.team .cell, .accomplishments .cell {margin-top: 1em}
.accomplishments ul, .accomplishments li {list-style: none}
.posts #twitter-widget-0 {display: none !important}
@media only screen and (min-width: 768px) {
article {padding: 1em 2.5em;}
#main {display: flex;}
#main > aside {flex: 0 0 25%;}
header .logo {font-size: 1.6em;}
.hamburger {display: none;}
#nav, #nav ul {padding: 0; position: static; margin: 0; width: auto;}
#nav ul {opacity: 1; margin-top: -1em; transform: none; transition: none;}
#nav li {display: inline-block;}
#nav li:last-child a {padding-left: 2.8em;}
.menu .active {margin: 1em;}
footer {text-align: left;}
footer ul {display: block; float: right;}
footer .social {float: left;margin-left: 2em;}
footer .menu {margin-right: 2em;}
footer .extra {margin-top: 3em;}
footer .extra div {font-size: 84%;float: right;text-align: right;}
footer .extra span p {display: inline;}
footer .extra span p::before{content: "•";padding-right:3px}
footer p {margin: 0 0 0.3em}
.home h1 {font-size: 3em;}
.home h2, home h3 {font-size: 2.5em;}
.post h1 {margin-top: 1.2em;}
.metrics table {display: inline-block; width: 33%;}
.grid {display: flex;}
.grid > .cell {flex: 1;}
.accomplishments ul {margin-left: 2em}
} | assets/styles.css | * {
box-sizing: border-box;
}
html, body {
height: 100%;
}
html, body, ul, li {
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column;
font-family: arial, sans-serif;
-webkit-font-smoothing: antialiased;
}
a,
aside .card.info a {
border: 0;
color: #04c;
text-decoration: none;
}
#main > article {
flex: 1;
}
#main {
flex: 1 0 auto;
margin: 5em auto;
max-width: 1440px;
}
#main > aside {
background: #eee;
}
header,
footer .extra {
background-color: #222;
}
header, article, aside {
padding: 1em;
}
header {
height: 5em;
position: fixed;
width: 100%;
z-index: 99;
}
header .logo {
font-size: 1.4em;
float: left;
}
header .logo *,
footer .logo * {
color: #fff;
display: inline-block;
font-style: normal;
font-weight: 400;
vertical-align: middle;
}
header .logo b {
margin-right: .2em;
}
header .logo span {
margin-left: .3em;
}
header .logo span, h1, h2, h3 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
text-rendering: optimizeLegibility;
transform: scale(1, 1.15);
z-index: -1;
}
#nav {
display: block;
float: right;
left: -1em;
padding-top: .2em;
position: absolute;
user-select: none;
width: 100%;
z-index: 1;
-webkit-user-select: none;
}
#nav input,
#nav .hamburger {
height: 32px;
position: absolute;
right: 0;
width: 40px;
}
#nav input {
display: block;
opacity: 0;
z-index: 2;
-webkit-touch-callout: none;
}
#nav .hamburger span,
#nav .hamburger span::before,
#nav .hamburger span::after {
background-color: #efefef;
/* @alternate */
background-color: rgba(255, 255, 255, .95);
border-radius: 4px;
height: 2px;
position: absolute;
transition: transform .15s ease;
width: 35px;
}
#nav .hamburger span {
display: block;
margin-top: 8px;
transition-duration: .4s;
transition-timing-function: cubic-bezier(.68, -.55, 0.265, 1.55);
}
#nav .hamburger span::before,
#nav .hamburger span::after {
content: "";
display: block;
}
#nav .hamburger span::before {
top: 10px;
transition: opacity .15s .4s ease;
}
#nav .hamburger span::after {
bottom: -10px;
top: 20px;
transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55);
}
#nav ul {
background: #222;
bottom: 0;
left: 0;
list-style-type: none;
opacity: 0;
padding: 2.5em 1em;
position: fixed;
right: 0;
top: 4em;
transform-origin: 0% 0%;
transform: translate(0, -200%);
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.5s ease-out;
text-align: right;
width: 100%;
-webkit-font-smoothing: antialiased;
z-index: 99;
}
.menu a {
color: #fff;
display: inline-block;
margin: 1em 0;
padding: 1em 1em .8em;
text-transform: uppercase;
}
.menu .active {
background-color: #666;
/* @alternate */
background-color: rgba(255, 255, 255, .3);
border-radius: 3px;
}
#nav li:last-child a {
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 32 32"><path fill="white" d="M16,0.4C7.2,0.4,0.1,7.6,0.1,16.3c0,7,4.6,13,10.9,15.1c0.8,0.1,1.1-0.3,1.1-0.8c0-0.4,0-1.4,0-2.7c-4.4,1-5.4-2.1-5.4-2.1C6,24,4.9,23.5,4.9,23.5c-1.4-1,0.1-1,0.1-1c1.6,0.1,2.4,1.6,2.4,1.6c1.4,2.4,3.7,1.7,4.6,1.3c0.1-1,0.6-1.7,1-2.1c-3.5-0.4-7.2-1.8-7.2-7.8c0-1.7,0.6-3.2,1.6-4.3c-0.2-0.4-0.7-2,0.2-4.2C7.7,7,9,6.6,12,8.7c1.3-0.4,2.6-0.5,4-0.5c1.3,0,2.7,0.2,4,0.5C23,6.6,24.4,7,24.4,7c0.9,2.2,0.3,3.8,0.2,4.2c1,1.1,1.6,2.5,1.6,4.3c0,6.1-3.7,7.4-7.3,7.8c0.6,0.5,1.1,1.5,1.1,2.9c0,2.1,0,3.8,0,4.4c0,0.4,0.3,0.9,1.1,0.8c6.3-2.1,10.9-8.1,10.9-15.1C31.9,7.6,24.8,0.4,16,0.4z"/></svg>');
background-position: 1em center;
background-repeat: no-repeat;
padding-left: 3.2em;
}
#nav input:checked ~ ul {
opacity: .95;
transform: none;
z-index: 99;
}
#nav input:checked ~ .hamburger span {
transform: translate3d(0, 10px, 0) rotate(135deg);
transition-delay: 0.1s;
}
#nav input:checked ~ .hamburger span::before {
opacity: 0;
transition-delay: 0s;
}
#nav input:checked ~ .hamburger span::after {
transform: translate3d(0, -20px, 0) rotate(-270deg);
transition-delay: .1s;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
}
footer li {
display: inline-block;
line-height: normal;
margin: 0 1em 0 0;
vertical-align: middle;
}
footer ul {
display: none;
margin: 1.5em 0 1.1em;
}
footer .social {
display: block;
list-style: none;
}
footer .social li:first-child {
font-size: .9em;
margin-bottom: 2px;
text-transform: capitalize;
}
footer .social a:hover {
opacity: .75;
}
footer .menu li {margin: 0 0 0 .2em;}
footer .menu a {display: inline; font-size: .8em; padding: .3em .6em;}
footer .menu .active {margin: 0}
footer .extra {border-top: 1px solid #4d4d4d;clear: both; padding: 1.5em 1em;}
footer .extra a {color: #fff; text-decoration: underline;}
footer .logo span {margin-left: .4em;}
footer .logo i {
display: block;
font-size: .7em;
text-align: left;
margin-top: .3em;
}
footer p {padding:0;margin: 1em 0}
aside .card {
border: solid 1px #ddd;
border-radius: 3px;
margin: 1em 0;
}
aside .card a {
color: #222;
display: table;
vertical-align: bottom;
width: 100%;
}
/*aside .card span {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: block;
height: 10em
}*/
aside .card img {
max-height: 12em;
min-height: 10em;
width: 100%;
}
.posts aside .card img {
max-height: none;
min-height: auto;
}
aside .card b {
background-color: #fff;
display: block;
padding: 1em .5em;
text-align: center;
font-weight: normal;
}
aside .info {
background-color: #ffc;
padding: 1em;
}
.center {text-align: center;}
.home article,
.cta-area {text-align: center;}
.home h1,
.post h1 {
background: url(https://komito.net/assets/images/komito-hero-background.jpg) repeat center center fixed;
background-image: -webkit-image-set(url(https://komito.net/assets/images/komito-hero-background.webp) 1x);
background-image: image-set(url(https://komito.net/assets/images/komito-hero-background.webp) 1x);
background-size: cover;
color: #fff;
font-size: 2em;
padding: 2em .5em;
}
.post h1 {min-height: 9em;}
.home h2,
.post h2,
.home h3,
.post h3 {
font-size: 2em;
margin-top: 1.5em;
text-align: center;
}
h2:after,
h3:after {
background-color: #f80;
content: '';
display: block;
height: 4px;
width: 2em;
margin: .5em auto;
}
.metrics table {width: 100%; margin: 0; min-height: 7em; padding: 0}
.metrics table td {padding: .25em; text-align: left;}
.metrics table td:first-child {width: 64px;}
.compatible {text-align: center;}
.compatible li,
.partners li,
.cta-area li {display: inline-block; padding: 1em; position: relative;list-style: none;}
.adobe-analytics {top: -.1em;}
.baidu-analytics {top: -.4em;}
.clicktale {top: -.5em;}
.urchin {top: .35em;}
.webalytics {top: .35em;}
article ul {list-style-position: inside;}
article ul, article p {line-height: 1.5}
.team img {border-radius: 3px; margin-right: 1em; width: 100px}
.team b {display: block; margin-bottom: .5em}
.team .cell, .accomplishments .cell {margin-top: 1em}
.accomplishments ul, .accomplishments li {list-style: none}
.posts #twitter-widget-0 {display: none !important}
@media only screen and (min-width: 768px) {
article {padding: 1em 2.5em;}
#main {display: flex;}
#main > aside {flex: 0 0 25%;}
header .logo {font-size: 1.6em;}
.hamburger {display: none;}
#nav, #nav ul {padding: 0; position: static; margin: 0; width: auto;}
#nav ul {opacity: 1; margin-top: -1em; transform: none; transition: none;}
#nav li {display: inline-block;}
#nav li:last-child a {padding-left: 2.8em;}
.menu .active {margin: 1em;}
footer {text-align: left;}
footer ul {display: block; float: right;}
footer .social {float: left;margin-left: 2em;}
footer .menu {margin-right: 2em;}
footer .extra {margin-top: 3em;}
footer .extra div {font-size: 84%;float: right;text-align: right;}
footer .extra span p {display: inline;}
footer .extra span p::before{content: "•";padding-right:3px}
footer p {margin: 0 0 0.3em}
.home h1 {font-size: 3em;}
.home h2, home h3 {font-size: 2.5em;}
.post h1 {margin-top: 1.2em;}
.metrics table {display: inline-block; width: 33%;}
.grid {display: flex;}
.grid > .cell {flex: 1;}
.accomplishments ul {margin-left: 2em}
} | 0.386879 | 0.094971 |
* Lightcase settings
*
* Note: Override default settings for your project without touching this source code by simply
* defining those variables within a SASS map called '$lightcase-custom'.
*
* // Example usage
* $lightcase-custom: (
* 'breakpoint': 768px
* );
*/
@font-face {
font-family: 'lightcase';
src: url("../fonts/lightcaseeead.html?55356177");
src: url("../fonts/lightcaseeead.html?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcaseeead-2.html?55356177") format("woff"), url("../fonts/lightcaseeead-3.html?55356177") format("truetype"), url("../fonts/lightcaseeead-4.html?55356177#lightcase") format("svg");
font-weight: normal;
font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
font-family: 'lightcase', sans-serif;
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
content: '\e800';
}
/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
content: '\e801';
}
/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
content: '\e802';
}
/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
content: '\e803';
}
/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
content: '\e804';
}
/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
content: '\e805';
}
/**
* Mixin providing icon defaults to be used on top of font-lightcase.
*
* Example usage:
* @include icon(#e9e9e9)
*/
/**
* Mixin providing icon defaults including a hover status to be used
* on top of font-lightcase.
*
* Example usage:
* @include icon-hover(#e9e9e9, #fff)
*/
/**
* Provides natural content overflow behavior and scrolling support
* even so for touch devices.
*
* Example usage:
* @include overflow()
*/
/**
* Neutralizes/resets dimensions including width, height, position as well as margins,
* paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
*
* Example usage:
* @include clear(true)
*
* @param boolean $important
*/
@-webkit-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-moz-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
display: none;
position: fixed;
z-index: 99999;
top: 50%;
left: 50%;
font-family: arial, sans-serif;
font-size: 13px;
line-height: 1.5;
text-align: left;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
/* line 16, ../scss/components/modules/_case.scss */
html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
margin: 0 !important;
padding: 55px 0 70px 0;
width: 100% !important;
height: 100% !important;
overflow: auto !important;
}
}
@media screen and (min-width: 641px) {
/* line 4, ../scss/components/modules/_content.scss */
html:not([data-lc-type=error]) #lightcase-content {
position: relative;
z-index: 1;
text-shadow: none;
background-color: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
-webkit-backface-visibility: hidden;
}
}
@media screen and (min-width: 641px) {
/* line 23, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
background-color: #333;
}
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
@media screen and (max-width: 640px) {
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
position: relative !important;
top: auto !important;
left: auto !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: none !important;
}
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
@media screen and (max-width: 640px) {
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
padding: 15px;
}
/* line 52, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
width: 100% !important;
max-width: none !important;
}
/* line 59, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
height: auto !important;
max-height: none !important;
}
}
@media screen and (max-width: 640px) {
/* line 70, ../scss/components/modules/_content.scss */
html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
}
@media screen and (max-width: 640px) and (min-width: 641px) {
/* line 74, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
line-height: 0.75;
}
}
/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
position: relative;
overflow: hidden !important;
}
@media screen and (max-width: 640px) {
/* line 91, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
position: relative !important;
top: auto !important;
left: auto !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: none !important;
}
}
@media screen and (min-width: 641px) {
/* line 100, ../scss/components/modules/_content.scss */
html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
padding: 30px;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
}
@media screen and (max-width: 640px) {
/* line 117, ../scss/components/modules/_content.scss */
#lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
color: #aaa;
}
}
@media screen and (min-width: 641px) {
/* line 117, ../scss/components/modules/_content.scss */
#lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
color: #333;
}
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
margin: 0;
font-size: 17px;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #aaa;
}
@media screen and (max-width: 640px) {
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
padding: 30px 0;
}
}
@media screen and (min-width: 641px) {
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
padding: 0;
}
}
/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
overflow: hidden;
}
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
max-width: 100%;
max-height: 100%;
}
/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
position: absolute;
padding-top: 15px;
}
/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
margin: 0;
padding: 0;
line-height: 1.5;
font-weight: normal;
text-overflow: ellipsis;
}
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
font-size: 17px;
color: #aaa;
}
@media screen and (max-width: 640px) {
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
position: fixed;
top: 10px;
left: 0;
max-width: 87.5%;
padding: 5px 15px;
background: #333;
}
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
clear: both;
font-size: 13px;
color: #aaa;
}
/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
font-size: 11px;
color: #aaa;
}
@media screen and (max-width: 640px) {
/* line 45, ../scss/components/modules/_info.scss */
.lightcase-fullScreenMode #lightcase-info {
padding-left: 15px;
padding-right: 15px;
}
/* line 51, ../scss/components/modules/_info.scss */
html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
position: static;
}
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
position: fixed;
z-index: 9999;
width: 1.123em;
height: auto;
font-size: 38px;
line-height: 1;
text-align: center;
text-shadow: none;
position: fixed;
z-index: 2001;
top: 50%;
left: 50%;
margin-top: -0.5em;
margin-left: -0.5em;
opacity: 1;
font-size: 32px;
text-shadow: 0 0 15px #fff;
-moz-transform-origin: 50% 53%;
-webkit-animation: lightcase-spin 0.5s infinite linear;
-moz-animation: lightcase-spin 0.5s infinite linear;
-o-animation: lightcase-spin 0.5s infinite linear;
animation: lightcase-spin 0.5s infinite linear;
}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
text-decoration: none;
color: #fff;
-webkit-tap-highlight-color: transparent;
-webkit-transition: color, opacity, ease-in-out 0.25s;
-moz-transition: color, opacity, ease-in-out 0.25s;
-o-transition: color, opacity, ease-in-out 0.25s;
transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
display: inline-block;
text-indent: -9999px;
}
/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
position: fixed;
z-index: 9999;
width: 1.123em;
height: auto;
font-size: 38px;
line-height: 1;
text-align: center;
text-shadow: none;
outline: none;
cursor: pointer;
}
/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
text-decoration: none;
color: rgba(255, 255, 255, 0.6);
-webkit-tap-highlight-color: transparent;
-webkit-transition: color, opacity, ease-in-out 0.25s;
-moz-transition: color, opacity, ease-in-out 0.25s;
-o-transition: color, opacity, ease-in-out 0.25s;
transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
display: inline-block;
text-indent: -9999px;
}
/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
color: white;
text-shadow: 0 0 15px white;
}
/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
color: #aaa;
text-shadow: none;
}
/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
position: fixed;
top: 15px;
right: 15px;
bottom: auto;
margin: 0;
opacity: 0;
outline: none;
z-index: 99999;
}
/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
left: 15px;
z-index: 99999;
}
/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
right: 15px;
z-index: 99999;
}
/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
left: 50%;
margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
opacity: 0;
}
}
@media screen and (max-width: 640px) {
/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
bottom: 15px;
font-size: 24px;
}
}
@media screen and (min-width: 641px) {
/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
bottom: 50%;
margin-bottom: -0.5em;
}
/* line 57, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
opacity: 1;
}
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
display: none;
width: 100%;
min-height: 100%;
position: fixed;
z-index: 99999;
top: -9999px;
bottom: -9999px;
left: 0;
background: #333;
}
@media screen and (max-width: 640px) {
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
opacity: 1 !important;
}
} | assets/css/lightcase.css | * Lightcase settings
*
* Note: Override default settings for your project without touching this source code by simply
* defining those variables within a SASS map called '$lightcase-custom'.
*
* // Example usage
* $lightcase-custom: (
* 'breakpoint': 768px
* );
*/
@font-face {
font-family: 'lightcase';
src: url("../fonts/lightcaseeead.html?55356177");
src: url("../fonts/lightcaseeead.html?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcaseeead-2.html?55356177") format("woff"), url("../fonts/lightcaseeead-3.html?55356177") format("truetype"), url("../fonts/lightcaseeead-4.html?55356177#lightcase") format("svg");
font-weight: normal;
font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
font-family: 'lightcase', sans-serif;
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
content: '\e800';
}
/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
content: '\e801';
}
/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
content: '\e802';
}
/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
content: '\e803';
}
/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
content: '\e804';
}
/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
content: '\e805';
}
/**
* Mixin providing icon defaults to be used on top of font-lightcase.
*
* Example usage:
* @include icon(#e9e9e9)
*/
/**
* Mixin providing icon defaults including a hover status to be used
* on top of font-lightcase.
*
* Example usage:
* @include icon-hover(#e9e9e9, #fff)
*/
/**
* Provides natural content overflow behavior and scrolling support
* even so for touch devices.
*
* Example usage:
* @include overflow()
*/
/**
* Neutralizes/resets dimensions including width, height, position as well as margins,
* paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
*
* Example usage:
* @include clear(true)
*
* @param boolean $important
*/
@-webkit-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-moz-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
display: none;
position: fixed;
z-index: 99999;
top: 50%;
left: 50%;
font-family: arial, sans-serif;
font-size: 13px;
line-height: 1.5;
text-align: left;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
/* line 16, ../scss/components/modules/_case.scss */
html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
margin: 0 !important;
padding: 55px 0 70px 0;
width: 100% !important;
height: 100% !important;
overflow: auto !important;
}
}
@media screen and (min-width: 641px) {
/* line 4, ../scss/components/modules/_content.scss */
html:not([data-lc-type=error]) #lightcase-content {
position: relative;
z-index: 1;
text-shadow: none;
background-color: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
-webkit-backface-visibility: hidden;
}
}
@media screen and (min-width: 641px) {
/* line 23, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
background-color: #333;
}
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
@media screen and (max-width: 640px) {
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
position: relative !important;
top: auto !important;
left: auto !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: none !important;
}
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
@media screen and (max-width: 640px) {
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
padding: 15px;
}
/* line 52, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
width: 100% !important;
max-width: none !important;
}
/* line 59, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
height: auto !important;
max-height: none !important;
}
}
@media screen and (max-width: 640px) {
/* line 70, ../scss/components/modules/_content.scss */
html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
}
@media screen and (max-width: 640px) and (min-width: 641px) {
/* line 74, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
line-height: 0.75;
}
}
/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
position: relative;
overflow: hidden !important;
}
@media screen and (max-width: 640px) {
/* line 91, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
position: relative !important;
top: auto !important;
left: auto !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: none !important;
}
}
@media screen and (min-width: 641px) {
/* line 100, ../scss/components/modules/_content.scss */
html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
padding: 30px;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
}
@media screen and (max-width: 640px) {
/* line 117, ../scss/components/modules/_content.scss */
#lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
color: #aaa;
}
}
@media screen and (min-width: 641px) {
/* line 117, ../scss/components/modules/_content.scss */
#lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
color: #333;
}
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
margin: 0;
font-size: 17px;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #aaa;
}
@media screen and (max-width: 640px) {
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
padding: 30px 0;
}
}
@media screen and (min-width: 641px) {
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
padding: 0;
}
}
/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
overflow: hidden;
}
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
max-width: 100%;
max-height: 100%;
}
/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
position: absolute;
padding-top: 15px;
}
/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
margin: 0;
padding: 0;
line-height: 1.5;
font-weight: normal;
text-overflow: ellipsis;
}
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
font-size: 17px;
color: #aaa;
}
@media screen and (max-width: 640px) {
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
position: fixed;
top: 10px;
left: 0;
max-width: 87.5%;
padding: 5px 15px;
background: #333;
}
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
clear: both;
font-size: 13px;
color: #aaa;
}
/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
font-size: 11px;
color: #aaa;
}
@media screen and (max-width: 640px) {
/* line 45, ../scss/components/modules/_info.scss */
.lightcase-fullScreenMode #lightcase-info {
padding-left: 15px;
padding-right: 15px;
}
/* line 51, ../scss/components/modules/_info.scss */
html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
position: static;
}
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
position: fixed;
z-index: 9999;
width: 1.123em;
height: auto;
font-size: 38px;
line-height: 1;
text-align: center;
text-shadow: none;
position: fixed;
z-index: 2001;
top: 50%;
left: 50%;
margin-top: -0.5em;
margin-left: -0.5em;
opacity: 1;
font-size: 32px;
text-shadow: 0 0 15px #fff;
-moz-transform-origin: 50% 53%;
-webkit-animation: lightcase-spin 0.5s infinite linear;
-moz-animation: lightcase-spin 0.5s infinite linear;
-o-animation: lightcase-spin 0.5s infinite linear;
animation: lightcase-spin 0.5s infinite linear;
}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
text-decoration: none;
color: #fff;
-webkit-tap-highlight-color: transparent;
-webkit-transition: color, opacity, ease-in-out 0.25s;
-moz-transition: color, opacity, ease-in-out 0.25s;
-o-transition: color, opacity, ease-in-out 0.25s;
transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
display: inline-block;
text-indent: -9999px;
}
/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
position: fixed;
z-index: 9999;
width: 1.123em;
height: auto;
font-size: 38px;
line-height: 1;
text-align: center;
text-shadow: none;
outline: none;
cursor: pointer;
}
/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
text-decoration: none;
color: rgba(255, 255, 255, 0.6);
-webkit-tap-highlight-color: transparent;
-webkit-transition: color, opacity, ease-in-out 0.25s;
-moz-transition: color, opacity, ease-in-out 0.25s;
-o-transition: color, opacity, ease-in-out 0.25s;
transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
display: inline-block;
text-indent: -9999px;
}
/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
color: white;
text-shadow: 0 0 15px white;
}
/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
color: #aaa;
text-shadow: none;
}
/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
position: fixed;
top: 15px;
right: 15px;
bottom: auto;
margin: 0;
opacity: 0;
outline: none;
z-index: 99999;
}
/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
left: 15px;
z-index: 99999;
}
/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
right: 15px;
z-index: 99999;
}
/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
left: 50%;
margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
opacity: 0;
}
}
@media screen and (max-width: 640px) {
/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
bottom: 15px;
font-size: 24px;
}
}
@media screen and (min-width: 641px) {
/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
bottom: 50%;
margin-bottom: -0.5em;
}
/* line 57, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
opacity: 1;
}
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
display: none;
width: 100%;
min-height: 100%;
position: fixed;
z-index: 99999;
top: -9999px;
bottom: -9999px;
left: 0;
background: #333;
}
@media screen and (max-width: 640px) {
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
opacity: 1 !important;
}
} | 0.574037 | 0.091585 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
font-size: 45.5%;
}
body {
font-family: "Poppins", sans-serif;
font-weight: 300;
}
p,
label,
button,
input,
select {
font-size: 1.6rem;
}
li {
list-style: none;
}
a {
text-decoration: none;
}
h1 {
font-size: 3rem;
}
h2 {
font-size: 2.6rem;
}
h3 {
font-size: 2.4rem;
}
h4 {
font-size: 2rem;
}
body {
position: relative;
background: #17181f;
}
header {
height: 10vh;
}
main {
position: relative;
height: auto;
min-height: 100vh;
}
nav {
background: #17181f;
height: 100%;
color: #eeedf0;
position: relative;
display: grid;
grid-template-columns: 1;
grid-template-rows: 0.75fr 0.35fr;
}
.logo {
height: 100%;
display: flex;
justify-content: flex-start;
align-items: flex-end;
flex-direction: row;
}
.logo h1 {
font-family: "Abril Fatface", cursive;
letter-spacing: 0.15rem;
position: relative;
}
.logo .clr {
color: #cb69c1;
position: absolute;
left: 99%;
bottom: -5%;
}
.logo,
.logo-text {
width: 95%;
height: 90%;
margin: auto;
}
.logo-text {
letter-spacing: 0.1rem;
font-style: italic;
}
.logo-text p {
font-size: 1.4rem;
}
.stats {
position: absolute;
top: 32%;
right: 4%;
}
.stats-close {
position: absolute;
top: 32%;
right: 2%;
}
.my-stats-btn,
.stats-close {
outline: none;
border: none;
background: transparent;
}
.my-stats-btn i,
.stats-close i {
color: #eeedf0;
font-size: 2.5rem;
transition: all 300ms ease-in-out;
cursor: pointer;
}
.my-stats-btn i:hover,
.stats-close i:hover {
transform: rotate(360deg) scale(1.1);
}
.stats-close i:hover {
transform: none;
}
.my-stats {
visibility: hidden;
opacity: 0;
position: fixed;
right: 0;
height: 100vh;
width: 100vw;
z-index: 10;
background: #17181f;
transition: all 250ms linear;
}
.stats-header {
height: 10vh;
position: relative;
width: 95%;
margin: auto;
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: row;
}
.stats-header h1 {
letter-spacing: 0.1rem;
margin-top: 2rem;
font-family: "Abril Fatface", cursive;
}
.stats-header .stats-head {
color: #cb69c1;
}
.my-stats-active {
visibility: visible;
opacity: 1;
}
.stat-info {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-direction: column;
width: 95%;
margin: auto;
margin-top: 10rem;
height: 40vh;
}
.stat-info p,
.stat-info span {
font-size: 1.7rem;
letter-spacing: 0.1rem;
}
.stat-info .stat-field {
margin-left: 1rem;
color: #cb69c1;
letter-spacing: 0.15rem;
}
.stats-footer {
position: absolute;
bottom: 0%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
.add-btn {
position: fixed;
bottom: 5%;
right: 5%;
}
.add {
position: relative;
width: 5rem;
height: 5rem;
border-radius: 100%;
border: none;
cursor: pointer;
background: #6c72cb;
overflow: hidden;
}
.add i {
pointer-events: none;
color: #eeedf0;
}
.add-active {
background: #cb69c1;
}
.add::before {
content: "";
display: block;
width: 7rem;
height: 7rem;
border-radius: 100%;
position: absolute;
top: 0%;
transform: rotate(-45deg);
transition: all 0.15s ease-in-out;
background: rgba(203, 105, 193, 0.15);
}
.add:hover::before {
margin-left: -300%;
}
.add:focus {
animation-name: colorAnimation;
animation-duration: 100ms;
}
.add:hover {
box-shadow: 3px 1px 4px -1px rgba(255, 255, 255, 0.25);
}
.library {
height: 100%;
width: 95%;
margin: auto;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
row-gap: 3rem;
margin-top: 3rem;
justify-items: center;
}
.book {
overflow-wrap: anywhere;
color: #eeedf0;
width: 95%;
min-width: 30vw;
height: auto;
min-height: 30vh;
border: 1px solid rgba(238, 237, 240, 0.25);
border-bottom: none;
border-radius: 0.5rem;
position: relative;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: minmax(65px, auto) repeat(5, 0.4fr) 0.6fr;
}
.book p {
font-size: 1.4rem;
margin: 0 0.5rem 0 0.5rem;
}
.title {
margin: 0.75rem;
}
.title h2 {
font-size: 1.9rem;
}
.book-data,
.info-read {
margin-top: 0.2rem;
margin-inline: 0.5rem;
}
.info {
letter-spacing: 0.1rem;
margin-inline-start: 0.3rem;
}
.book-buttons {
display: flex;
justify-content: flex-start;
align-items: flex-end;
flex-direction: row;
margin-top: 2rem;
}
.book-button-read,
.book-button-edit,
.book-button-delete {
cursor: pointer;
width: 33.33%;
border: none;
outline: none;
padding-block: 0.5rem;
}
.book-button-read i,
.book-button-edit i,
.book-button-delete i {
pointer-events: none;
color: #eeedf0;
font-size: 1.8rem;
}
.book-button-read {
background: #6c72cb;
}
.book-button-edit {
background: #232535;
}
.book-button-delete {
background: #cb69c1;
}
.add-book,
.update-book {
visibility: hidden;
opacity: 0;
position: fixed;
z-index: 2;
width: 80%;
border: 1px solid white;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: white;
background: rgba(23, 24, 31, 0.85);
backdrop-filter: blur(100%);
transition: all 300ms linear;
}
.add-book-close,
.edit-book-close {
position: absolute;
right: 1%;
padding: 0.2rem 0.5rem;
border: none;
background: rgba(23, 24, 31, 0.85);
cursor: pointer;
}
.add-book-close i,
.edit-book-close i {
pointer-events: none;
color: #eeedf0;
font-size: 1.3rem;
}
.edit-book-close {
z-index: 5;
}
.add-book-active,
.update-book-active {
visibility: visible;
opacity: 1;
}
.library-inactive {
filter: blur(0.15rem);
}
.field,
.edit-field {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-bottom: 2rem;
width: 100%;
}
.field input,
.field select,
.edit-field input,
.edit-field select {
width: 80%;
}
.field input,
.edit-field input {
border-radius: 0.5rem;
border: none;
outline: none;
}
.field input::placeholder,
.edit-field input::placeholder {
text-align: center;
}
.field label,
.edit-field label {
margin-bottom: 0.5rem;
}
.add-title,
.edit-title {
margin-top: 1rem;
}
.edit-title {
position: relative;
}
.book-id {
color: transparent;
font-size: 0.1rem;
position: absolute;
top: 0;
left: 0;
pointer-events: none;
}
.add-buttons,
.edit-buttons {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
width: 80%;
margin: auto;
margin-bottom: 1rem;
}
.add-book-btn,
.clear-book-btn,
.edit-book-btn,
.discard-edits-btn {
width: 8rem;
height: 3rem;
border: none;
outline: none;
border-radius: 1rem;
cursor: pointer;
color: white;
letter-spacing: 0.1rem;
}
.add-book-btn,
.edit-book-btn {
background: rgba(108, 114, 203, 0.75);
}
.clear-book-btn,
.discard-edits-btn {
background: rgba(203, 105, 193, 0.75);
}
.error-msg {
letter-spacing: 0.1rem;
color: #cb69c1;
display: none;
}
.error-active {
display: block;
}
.error-div {
border: 2px solid #cb69c1;
}
footer {
height: 5vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
.footer-text {
margin-right: 1rem;
}
.footer-text p {
font-size: 1.3rem;
color: #eeedf0;
}
.footer-text .dev {
letter-spacing: 0.15rem;
font-style: italic;
}
.gh-link i {
font-size: 1.7rem;
color: #eeedf0;
transition: all 300ms ease-in-out;
}
.gh-link i:hover {
transform: rotate(360deg) scale(1.1);
}
@media screen and (max-width: 260px) {
html {
font-size: 31.5%;
}
.book {
grid-template-rows: 1.5fr repeat(5, 0.7fr) 0.6fr;
}
.data,
.date-field,
.read-field {
font-size: 2rem;
}
.book-button-read,
.book-button-edit,
.book-button-delete {
padding-block: 0.35rem;
}
}
@media screen and (min-width: 375px) and (min-height: 812px) and (max-width: 480px) {
.library {
row-gap: 2vh;
}
.my-stats-logo {
margin-left: 1rem;
}
.book-stats,
.pages-stats,
.author-stats,
.favorite-author-div,
.language-stats,
.date-stats {
margin-left: 1rem;
}
}
@media screen and (min-width: 500px) {
.add-book,
.update-book {
width: 65%;
}
}
@media screen and (min-width: 768px) {
.library {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
}
.book {
min-width: 0;
}
}
@media screen and (min-width: 800px) and (min-height: 1280px) {
.stats {
top: 42%;
}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
html {
font-size: 55.5%;
}
.library {
grid-template-columns: repeat(3, 1fr);
}
.book {
width: 30vw;
grid-template-rows: minmax(100px, auto) repeat(5, 0.4fr) 0.6fr;
}
.add-book,
.update-book {
width: 40%;
}
}
@media screen and (min-width: 800px) {
.add-book,
.update-book {
width: 40%;
}
.edit-field input,
.edit-field select,
.field input,
.field select {
width: 60%;
}
.add-buttons,
.edit-buttons {
width: 60%;
}
}
@media screen and (min-width: 1001px) and (max-width: 1500px) {
html {
font-size: 62.5%;
}
.library {
grid-template-columns: repeat(5, 1fr);
}
.book {
min-height: 35vh;
}
}
@media screen and (min-width: 1500px) {
html {
font-size: 67%;
}
.library {
grid-template-columns: repeat(6, 1fr);
}
}
/*# sourceMappingURL=style.css.map */ | styles/style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
font-size: 45.5%;
}
body {
font-family: "Poppins", sans-serif;
font-weight: 300;
}
p,
label,
button,
input,
select {
font-size: 1.6rem;
}
li {
list-style: none;
}
a {
text-decoration: none;
}
h1 {
font-size: 3rem;
}
h2 {
font-size: 2.6rem;
}
h3 {
font-size: 2.4rem;
}
h4 {
font-size: 2rem;
}
body {
position: relative;
background: #17181f;
}
header {
height: 10vh;
}
main {
position: relative;
height: auto;
min-height: 100vh;
}
nav {
background: #17181f;
height: 100%;
color: #eeedf0;
position: relative;
display: grid;
grid-template-columns: 1;
grid-template-rows: 0.75fr 0.35fr;
}
.logo {
height: 100%;
display: flex;
justify-content: flex-start;
align-items: flex-end;
flex-direction: row;
}
.logo h1 {
font-family: "Abril Fatface", cursive;
letter-spacing: 0.15rem;
position: relative;
}
.logo .clr {
color: #cb69c1;
position: absolute;
left: 99%;
bottom: -5%;
}
.logo,
.logo-text {
width: 95%;
height: 90%;
margin: auto;
}
.logo-text {
letter-spacing: 0.1rem;
font-style: italic;
}
.logo-text p {
font-size: 1.4rem;
}
.stats {
position: absolute;
top: 32%;
right: 4%;
}
.stats-close {
position: absolute;
top: 32%;
right: 2%;
}
.my-stats-btn,
.stats-close {
outline: none;
border: none;
background: transparent;
}
.my-stats-btn i,
.stats-close i {
color: #eeedf0;
font-size: 2.5rem;
transition: all 300ms ease-in-out;
cursor: pointer;
}
.my-stats-btn i:hover,
.stats-close i:hover {
transform: rotate(360deg) scale(1.1);
}
.stats-close i:hover {
transform: none;
}
.my-stats {
visibility: hidden;
opacity: 0;
position: fixed;
right: 0;
height: 100vh;
width: 100vw;
z-index: 10;
background: #17181f;
transition: all 250ms linear;
}
.stats-header {
height: 10vh;
position: relative;
width: 95%;
margin: auto;
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: row;
}
.stats-header h1 {
letter-spacing: 0.1rem;
margin-top: 2rem;
font-family: "Abril Fatface", cursive;
}
.stats-header .stats-head {
color: #cb69c1;
}
.my-stats-active {
visibility: visible;
opacity: 1;
}
.stat-info {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-direction: column;
width: 95%;
margin: auto;
margin-top: 10rem;
height: 40vh;
}
.stat-info p,
.stat-info span {
font-size: 1.7rem;
letter-spacing: 0.1rem;
}
.stat-info .stat-field {
margin-left: 1rem;
color: #cb69c1;
letter-spacing: 0.15rem;
}
.stats-footer {
position: absolute;
bottom: 0%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
.add-btn {
position: fixed;
bottom: 5%;
right: 5%;
}
.add {
position: relative;
width: 5rem;
height: 5rem;
border-radius: 100%;
border: none;
cursor: pointer;
background: #6c72cb;
overflow: hidden;
}
.add i {
pointer-events: none;
color: #eeedf0;
}
.add-active {
background: #cb69c1;
}
.add::before {
content: "";
display: block;
width: 7rem;
height: 7rem;
border-radius: 100%;
position: absolute;
top: 0%;
transform: rotate(-45deg);
transition: all 0.15s ease-in-out;
background: rgba(203, 105, 193, 0.15);
}
.add:hover::before {
margin-left: -300%;
}
.add:focus {
animation-name: colorAnimation;
animation-duration: 100ms;
}
.add:hover {
box-shadow: 3px 1px 4px -1px rgba(255, 255, 255, 0.25);
}
.library {
height: 100%;
width: 95%;
margin: auto;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
row-gap: 3rem;
margin-top: 3rem;
justify-items: center;
}
.book {
overflow-wrap: anywhere;
color: #eeedf0;
width: 95%;
min-width: 30vw;
height: auto;
min-height: 30vh;
border: 1px solid rgba(238, 237, 240, 0.25);
border-bottom: none;
border-radius: 0.5rem;
position: relative;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: minmax(65px, auto) repeat(5, 0.4fr) 0.6fr;
}
.book p {
font-size: 1.4rem;
margin: 0 0.5rem 0 0.5rem;
}
.title {
margin: 0.75rem;
}
.title h2 {
font-size: 1.9rem;
}
.book-data,
.info-read {
margin-top: 0.2rem;
margin-inline: 0.5rem;
}
.info {
letter-spacing: 0.1rem;
margin-inline-start: 0.3rem;
}
.book-buttons {
display: flex;
justify-content: flex-start;
align-items: flex-end;
flex-direction: row;
margin-top: 2rem;
}
.book-button-read,
.book-button-edit,
.book-button-delete {
cursor: pointer;
width: 33.33%;
border: none;
outline: none;
padding-block: 0.5rem;
}
.book-button-read i,
.book-button-edit i,
.book-button-delete i {
pointer-events: none;
color: #eeedf0;
font-size: 1.8rem;
}
.book-button-read {
background: #6c72cb;
}
.book-button-edit {
background: #232535;
}
.book-button-delete {
background: #cb69c1;
}
.add-book,
.update-book {
visibility: hidden;
opacity: 0;
position: fixed;
z-index: 2;
width: 80%;
border: 1px solid white;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: white;
background: rgba(23, 24, 31, 0.85);
backdrop-filter: blur(100%);
transition: all 300ms linear;
}
.add-book-close,
.edit-book-close {
position: absolute;
right: 1%;
padding: 0.2rem 0.5rem;
border: none;
background: rgba(23, 24, 31, 0.85);
cursor: pointer;
}
.add-book-close i,
.edit-book-close i {
pointer-events: none;
color: #eeedf0;
font-size: 1.3rem;
}
.edit-book-close {
z-index: 5;
}
.add-book-active,
.update-book-active {
visibility: visible;
opacity: 1;
}
.library-inactive {
filter: blur(0.15rem);
}
.field,
.edit-field {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-bottom: 2rem;
width: 100%;
}
.field input,
.field select,
.edit-field input,
.edit-field select {
width: 80%;
}
.field input,
.edit-field input {
border-radius: 0.5rem;
border: none;
outline: none;
}
.field input::placeholder,
.edit-field input::placeholder {
text-align: center;
}
.field label,
.edit-field label {
margin-bottom: 0.5rem;
}
.add-title,
.edit-title {
margin-top: 1rem;
}
.edit-title {
position: relative;
}
.book-id {
color: transparent;
font-size: 0.1rem;
position: absolute;
top: 0;
left: 0;
pointer-events: none;
}
.add-buttons,
.edit-buttons {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
width: 80%;
margin: auto;
margin-bottom: 1rem;
}
.add-book-btn,
.clear-book-btn,
.edit-book-btn,
.discard-edits-btn {
width: 8rem;
height: 3rem;
border: none;
outline: none;
border-radius: 1rem;
cursor: pointer;
color: white;
letter-spacing: 0.1rem;
}
.add-book-btn,
.edit-book-btn {
background: rgba(108, 114, 203, 0.75);
}
.clear-book-btn,
.discard-edits-btn {
background: rgba(203, 105, 193, 0.75);
}
.error-msg {
letter-spacing: 0.1rem;
color: #cb69c1;
display: none;
}
.error-active {
display: block;
}
.error-div {
border: 2px solid #cb69c1;
}
footer {
height: 5vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
.footer-text {
margin-right: 1rem;
}
.footer-text p {
font-size: 1.3rem;
color: #eeedf0;
}
.footer-text .dev {
letter-spacing: 0.15rem;
font-style: italic;
}
.gh-link i {
font-size: 1.7rem;
color: #eeedf0;
transition: all 300ms ease-in-out;
}
.gh-link i:hover {
transform: rotate(360deg) scale(1.1);
}
@media screen and (max-width: 260px) {
html {
font-size: 31.5%;
}
.book {
grid-template-rows: 1.5fr repeat(5, 0.7fr) 0.6fr;
}
.data,
.date-field,
.read-field {
font-size: 2rem;
}
.book-button-read,
.book-button-edit,
.book-button-delete {
padding-block: 0.35rem;
}
}
@media screen and (min-width: 375px) and (min-height: 812px) and (max-width: 480px) {
.library {
row-gap: 2vh;
}
.my-stats-logo {
margin-left: 1rem;
}
.book-stats,
.pages-stats,
.author-stats,
.favorite-author-div,
.language-stats,
.date-stats {
margin-left: 1rem;
}
}
@media screen and (min-width: 500px) {
.add-book,
.update-book {
width: 65%;
}
}
@media screen and (min-width: 768px) {
.library {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
}
.book {
min-width: 0;
}
}
@media screen and (min-width: 800px) and (min-height: 1280px) {
.stats {
top: 42%;
}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
html {
font-size: 55.5%;
}
.library {
grid-template-columns: repeat(3, 1fr);
}
.book {
width: 30vw;
grid-template-rows: minmax(100px, auto) repeat(5, 0.4fr) 0.6fr;
}
.add-book,
.update-book {
width: 40%;
}
}
@media screen and (min-width: 800px) {
.add-book,
.update-book {
width: 40%;
}
.edit-field input,
.edit-field select,
.field input,
.field select {
width: 60%;
}
.add-buttons,
.edit-buttons {
width: 60%;
}
}
@media screen and (min-width: 1001px) and (max-width: 1500px) {
html {
font-size: 62.5%;
}
.library {
grid-template-columns: repeat(5, 1fr);
}
.book {
min-height: 35vh;
}
}
@media screen and (min-width: 1500px) {
html {
font-size: 67%;
}
.library {
grid-template-columns: repeat(6, 1fr);
}
}
/*# sourceMappingURL=style.css.map */ | 0.569015 | 0.111241 |
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,400italic|Roboto:700|Inconsolata:400,700);
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold; }
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic; }
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000; }
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0; }
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px; }
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto; }
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible; }
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none; }
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default; }
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal; }
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto; }
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold; }
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/******************************************************************************/
/*
/* Ranges taken from Foundation (MIT License | https://github.com/zurb/foundation)
/*
/******************************************************************************/
/******************************************************************************/
/*
/* Fonts
/*
/******************************************************************************/
/* Use these to avoid Google
@font-face {
font-family: 'Inconsolata';
font-style: normal;
font-weight: 400;
src: local('Inconsolata'), url() format('truetype');
}
@font-face {
font-family: 'Inconsolata';
font-style: normal;
font-weight: 700;
src: local('Inconsolata Bold'), local('Inconsolata-Bold'), url() format('truetype');
}
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather'), url() format('truetype');
}
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: local('Merriweather Bold'), local('Merriweather-Bold'), url() format('truetype');
}
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 400;
src: local('Merriweather Italic'), local('Merriweather-Italic'), url() format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url() format('truetype');
}
*/
/******************************************************************************/
/*
/* Colours
/*
/******************************************************************************/
/******************************************************************************/
/*
/* Sizes
/*
/******************************************************************************/
/******************************************************************************/
/*
/* Mixins
/*
/******************************************************************************/
/******************************************************************************/
/*
/* Elements
/*
/******************************************************************************/
html {
background-color: #073642;
background-color: #073642; }
html ::selection {
background-color: #002b36; }
html ::-moz-selection {
background-color: #002b36; }
html::selection {
background-color: #002b36; }
html::-moz-selection {
background-color: #002b36; }
body {
background-color: #002b36;
max-width: 650px;
padding: 32px;
font-size: 16px;
margin: auto;
line-height: 1.55;
font-family: "Merriweather", serif;
font-weight: 400;
color: #839496; }
@media only screen {
body {
margin: auto;
font-size: 15px;
line-height: 1.3;
padding: 16px; } }
@media only screen and (min-width: 35.063em) {
body {
font-size: 16px;
line-height: 1.55;
padding: 32px; } }
@media only screen and (min-width: 64.063em) {
body {
margin-left: 130px;
margin-right: 32px; } }
body ::selection {
background-color: #fdf6e3;
color: #d33682; }
body ::-moz-selection {
background-color: #073642;
color: #d33682; }
body::selection {
background-color: #fdf6e3;
color: #d33682; }
body::-moz-selection {
background-color: #073642;
color: #d33682; }
p, blockquote, pre, hr, table, ul, ol, dl, img, video {
margin-top: 1.6em;
margin-bottom: 1.6em; }
@media only screen {
p, blockquote, pre, hr, table, ul, ol, dl, img, video {
margin-top: 1.1em;
margin-bottom: 1.1em; } }
@media only screen and (min-width: 35.063em) {
p, blockquote, pre, hr, table, ul, ol, dl, img, video {
margin-top: 1.6em;
margin-bottom: 1.6em; } }
h1, h2, h3, h4, h5, h6 {
font-family: "Roboto", sans-serif;
color: #93a1a1;
font-weight: 700;
line-height: 1.4;
padding-left: 8px;
padding-right: 8px;
border-radius: 2px;
position: relative;
margin-top: 2.4em;
margin-bottom: 1em; }
@media only screen {
h1, h2, h3, h4, h5, h6 {
line-height: 1.3; } }
@media only screen and (min-width: 35.063em) {
h1, h2, h3, h4, h5, h6 {
line-height: 1.4; } }
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
font-size: 12.8px;
margin-right: 0.5em;
vertical-align: top; }
@media only screen and (max-width: 35em) {
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
font-size: 7.5px; } }
@media only screen {
h1, h2, h3, h4, h5, h6 {
margin-top: 1.5em;
margin-bottom: 1em; } }
@media only screen and (min-width: 35.063em) {
h1, h2, h3, h4, h5, h6 {
margin-top: 2.4em;
margin-bottom: 1em; } }
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
color: #268bd2; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
background-color: #073642; }
h1 img ::selection, h2 img ::selection, h3 img ::selection, h4 img ::selection, h5 img ::selection, h6 img ::selection {
background-color: #002b36; }
h1 img ::-moz-selection, h2 img ::-moz-selection, h3 img ::-moz-selection, h4 img ::-moz-selection, h5 img ::-moz-selection, h6 img ::-moz-selection {
background-color: #002b36; }
h1 img::selection, h2 img::selection, h3 img::selection, h4 img::selection, h5 img::selection, h6 img::selection {
background-color: #002b36; }
h1 img::-moz-selection, h2 img::-moz-selection, h3 img::-moz-selection, h4 img::-moz-selection, h5 img::-moz-selection, h6 img::-moz-selection {
background-color: #002b36; }
h6 {
font-size: 16px;
border-left: 1px solid #586e75; }
@media only screen and (max-width: 35em) {
h6 {
font-size: 15px; } }
h6:before {
content: "* * * * * *";
color: #859900; }
h5 {
font-size: 19.2px;
border-left: 1px solid #586e75; }
@media only screen and (max-width: 35em) {
h5 {
font-size: 16.5px; } }
h5:before {
content: "* * * * *";
color: #6c71c4; }
h4 {
border-left: 1px solid #586e75;
font-size: 20.8px; }
@media only screen and (max-width: 35em) {
h4 {
font-size: 18px; } }
h4:before {
content: "* * * *";
color: #2aa198; }
h3 {
border-left: 1px solid #586e75;
font-size: 25.6px; }
@media only screen and (max-width: 35em) {
h3 {
font-size: 21px; } }
h3:before {
content: "* * *";
color: #268bd2; }
h2 {
background-color: #073642;
border: 1px solid #586e75;
font-size: 35.2px; }
h2 ::selection {
background-color: #002b36; }
h2 ::-moz-selection {
background-color: #002b36; }
h2::selection {
background-color: #002b36; }
h2::-moz-selection {
background-color: #002b36; }
@media only screen and (max-width: 35em) {
h2 {
font-size: 25.5px; } }
h2:before {
content: "* *";
color: #b58900; }
h1 {
background-color: #073642;
border: 2px solid #93a1a1;
font-size: 43.2px;
margin-top: 2em; }
h1 ::selection {
background-color: #002b36; }
h1 ::-moz-selection {
background-color: #002b36; }
h1::selection {
background-color: #002b36; }
h1::-moz-selection {
background-color: #002b36; }
@media only screen and (max-width: 35em) {
h1 {
font-size: 30px; } }
h1:before {
content: "*";
color: #dc322f; }
ul, ol {
padding-left: 35px; }
@media only screen {
ul, ol {
padding-left: 10px; } }
@media only screen and (min-width: 35.063em) {
ul, ol {
padding-left: 35px; } }
ul {
list-style: disc; }
ul ul {
list-style: square; }
ul ul ul {
list-style: disc; }
ul ul ul ul {
list-style: square; }
ul ul ul ul ul {
list-style: disc; }
ol {
list-style: decimal-leading-zero; }
ol ol {
list-style: lower-roman; }
ol ol ol {
list-style: upper-latin; }
ol ol ol ol {
list-style: lower-latin; }
ol ol ol ol ol {
list-style: decimal-leading-zero; }
strong, b, em, i {
color: #93a1a1; }
a {
color: #268bd2;
text-decoration: underline; }
a:visited {
color: #6c71c4; }
a:focus, a:hover {
color: #cb4b16 !important; }
a *:hover, a *:focus {
color: #cb4b16; }
a strong, a b, a em, a i {
color: inherit; }
code {
background-color: #073642;
font-family: "Inconsolata", monospace;
padding: 1px 0.2em;
border: 1px solid #586e75; }
code ::selection {
background-color: #002b36; }
code ::-moz-selection {
background-color: #002b36; }
code::selection {
background-color: #002b36; }
code::-moz-selection {
background-color: #002b36; }
pre {
background-color: #073642;
font-family: "Inconsolata", monospace;
color: #93a1a1;
font-size: 16px;
border: none;
padding: 8px; }
pre code {
border: none; }
pre ::selection {
background-color: #002b36; }
pre ::-moz-selection {
background-color: #002b36; }
pre::selection {
background-color: #002b36; }
pre::-moz-selection {
background-color: #002b36; }
@media only screen {
pre {
font-size: 9.5pt; } }
@media only screen and (min-width: 35.063em) {
pre {
font-size: 16px; } }
@media only screen and (min-width: 35.063em) and (orientation: landscape) {
pre {
width: 75vw;
min-width: 634px;
border: 1px solid #002b36; } }
pre span {
margin: 0; }
pre span::selection {
background-color: #002b36; }
pre span::-moz-selection {
background-color: #002b36; }
table {
margin-bottom: 1em;
border-collapse: separate;
border-spacing: 4px;
font-size: 14.4px; }
@media only screen {
table {
font-size: 13.5px; } }
@media only screen and (min-width: 35.063em) {
table {
font-size: 14.4px; } }
td, th {
text-align: left;
vertical-align: baseline;
background-color: #073642;
padding: 8px; }
td ::selection, th ::selection {
background-color: #002b36; }
td ::-moz-selection, th ::-moz-selection {
background-color: #002b36; }
td::selection, th::selection {
background-color: #002b36; }
td::-moz-selection, th::-moz-selection {
background-color: #002b36; }
th {
font-weight: 700; }
blockquote {
color: #93a1a1;
border-left: 6px solid #586e75;
margin-left: 0;
padding: 8px;
padding-left: 16px; }
@media only screen {
blockquote {
padding-left: 15px; } }
@media only screen and (min-width: 35.063em) {
blockquote {
padding-left: 16px; } }
dt {
color: #93a1a1;
background-color: #073642;
display: inline-block;
padding-left: 8px;
padding-right: 8px; }
dt ::selection {
background-color: #002b36; }
dt ::-moz-selection {
background-color: #002b36; }
dt::selection {
background-color: #002b36; }
dt::-moz-selection {
background-color: #002b36; }
dd {
margin-bottom: 1em; }
img {
height: auto;
width: auto;
max-height: 650px;
max-width: 100%; }
ul img, ol img, span img {
margin-top: 0;
margin-bottom: 0; }
video {
max-width: 100%; }
hr {
color: #839496;
background-color: #839496;
border: 1px solid #839496;
margin: 2em auto 2em;
width: 50%; }
nav {
padding: 8px;
font-size: 14.4px; }
@media only screen {
nav {
font-size: 13.5px; } }
@media only screen and (min-width: 35.063em) {
nav {
font-size: 14.4px; } }
nav a {
margin: 0 4px; }
button {
padding: 8px;
margin-top: 1px;
margin-bottom: 1px;
color: #268bd2;
background-color: #073642;
border-style: outset;
border-color: white #586e75 #586e75 white;
border-width: 1px 2px 2px 1px;
font-size: 14.4px; }
button ::selection {
background-color: #002b36; }
button ::-moz-selection {
background-color: #002b36; }
button::selection {
background-color: #002b36; }
button::-moz-selection {
background-color: #002b36; }
@media only screen {
button {
font-size: 13.5px; } }
@media only screen and (min-width: 35.063em) {
button {
font-size: 14.4px; } }
button:hover {
color: #cb4b16; }
/******************************************************************************/
/*
/* Org-mode export styles
* (plus some org-info.js handling)
/*
/******************************************************************************/
.title {
text-align: left; }
.todo {
font-family: "Inconsolata", monospace;
color: #dc322f;
font-family: "Inconsolata", monospace; }
.done {
color: #859900;
font-family: "Inconsolata", monospace; }
.tag {
background-color: #073642;
color: #b58900;
font-weight: 400;
font-family: "Inconsolata", monospace;
font-size: 100%; }
.tag ::selection {
background-color: #002b36; }
.tag ::-moz-selection {
background-color: #002b36; }
.tag::selection {
background-color: #002b36; }
.tag::-moz-selection {
background-color: #002b36; }
.timestamp, .timestamp-kwd {
color: #2aa198;
font-family: "Inconsolata", monospace; }
.outline-2 li {
margin-top: 0.9em;
margin-bottom: 0.9em; }
.outline-2 ul, .outline-2 ol {
margin-top: 1.5em;
margin-bottom: 1.5em; }
#table-of-contents li, #text-table-of-contents li, .org-info-js_local-toc li {
margin-top: 0;
margin-bottom: 0; }
#table-of-contents ul, #table-of-contents ol, #text-table-of-contents ul, #text-table-of-contents ol, .org-info-js_local-toc ul, .org-info-js_local-toc ol {
margin-top: 0;
margin-bottom: 0.3em; }
@media (orientation: landscape) {
#text-table-of-contents {
width: 75vw;
min-width: 634px; } }
#text-table-of-contents li a {
background-color: #002b36; }
#postamble {
text-align: right;
padding-top: 32px; }
pre.src {
overflow: auto; }
pre.src:before {
background-color: #073642;
color: #93a1a1;
top: 0;
right: 0;
border: none; }
pre.src:before ::selection {
background-color: #002b36; }
pre.src:before ::-moz-selection {
background-color: #002b36; }
pre.src:before::selection {
background-color: #002b36; }
pre.src:before::-moz-selection {
background-color: #002b36; }
pre.src-python:before {
content: "Python"; }
pre {
box-shadow: none; }
table {
border: none; }
.section-number-1, .section-number-2,
.section-number-3, .section-number-4,
.section-number-5, .section-number-6 {
color: #839496; }
dt {
font-weight: 400; }
/*# sourceMappingURL=generic-dark.css.map */ | css/generic-dark.css | * 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,400italic|Roboto:700|Inconsolata:400,700);
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold; }
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic; }
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000; }
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0; }
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px; }
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto; }
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible; }
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none; }
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default; }
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal; }
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto; }
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold; }
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/******************************************************************************/
/*
/* Ranges taken from Foundation (MIT License | https://github.com/zurb/foundation)
/*
/******************************************************************************/
/******************************************************************************/
/*
/* Fonts
/*
/******************************************************************************/
/* Use these to avoid Google
@font-face {
font-family: 'Inconsolata';
font-style: normal;
font-weight: 400;
src: local('Inconsolata'), url() format('truetype');
}
@font-face {
font-family: 'Inconsolata';
font-style: normal;
font-weight: 700;
src: local('Inconsolata Bold'), local('Inconsolata-Bold'), url() format('truetype');
}
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather'), url() format('truetype');
}
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: local('Merriweather Bold'), local('Merriweather-Bold'), url() format('truetype');
}
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 400;
src: local('Merriweather Italic'), local('Merriweather-Italic'), url() format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url() format('truetype');
}
*/
/******************************************************************************/
/*
/* Colours
/*
/******************************************************************************/
/******************************************************************************/
/*
/* Sizes
/*
/******************************************************************************/
/******************************************************************************/
/*
/* Mixins
/*
/******************************************************************************/
/******************************************************************************/
/*
/* Elements
/*
/******************************************************************************/
html {
background-color: #073642;
background-color: #073642; }
html ::selection {
background-color: #002b36; }
html ::-moz-selection {
background-color: #002b36; }
html::selection {
background-color: #002b36; }
html::-moz-selection {
background-color: #002b36; }
body {
background-color: #002b36;
max-width: 650px;
padding: 32px;
font-size: 16px;
margin: auto;
line-height: 1.55;
font-family: "Merriweather", serif;
font-weight: 400;
color: #839496; }
@media only screen {
body {
margin: auto;
font-size: 15px;
line-height: 1.3;
padding: 16px; } }
@media only screen and (min-width: 35.063em) {
body {
font-size: 16px;
line-height: 1.55;
padding: 32px; } }
@media only screen and (min-width: 64.063em) {
body {
margin-left: 130px;
margin-right: 32px; } }
body ::selection {
background-color: #fdf6e3;
color: #d33682; }
body ::-moz-selection {
background-color: #073642;
color: #d33682; }
body::selection {
background-color: #fdf6e3;
color: #d33682; }
body::-moz-selection {
background-color: #073642;
color: #d33682; }
p, blockquote, pre, hr, table, ul, ol, dl, img, video {
margin-top: 1.6em;
margin-bottom: 1.6em; }
@media only screen {
p, blockquote, pre, hr, table, ul, ol, dl, img, video {
margin-top: 1.1em;
margin-bottom: 1.1em; } }
@media only screen and (min-width: 35.063em) {
p, blockquote, pre, hr, table, ul, ol, dl, img, video {
margin-top: 1.6em;
margin-bottom: 1.6em; } }
h1, h2, h3, h4, h5, h6 {
font-family: "Roboto", sans-serif;
color: #93a1a1;
font-weight: 700;
line-height: 1.4;
padding-left: 8px;
padding-right: 8px;
border-radius: 2px;
position: relative;
margin-top: 2.4em;
margin-bottom: 1em; }
@media only screen {
h1, h2, h3, h4, h5, h6 {
line-height: 1.3; } }
@media only screen and (min-width: 35.063em) {
h1, h2, h3, h4, h5, h6 {
line-height: 1.4; } }
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
font-size: 12.8px;
margin-right: 0.5em;
vertical-align: top; }
@media only screen and (max-width: 35em) {
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
font-size: 7.5px; } }
@media only screen {
h1, h2, h3, h4, h5, h6 {
margin-top: 1.5em;
margin-bottom: 1em; } }
@media only screen and (min-width: 35.063em) {
h1, h2, h3, h4, h5, h6 {
margin-top: 2.4em;
margin-bottom: 1em; } }
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
color: #268bd2; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
background-color: #073642; }
h1 img ::selection, h2 img ::selection, h3 img ::selection, h4 img ::selection, h5 img ::selection, h6 img ::selection {
background-color: #002b36; }
h1 img ::-moz-selection, h2 img ::-moz-selection, h3 img ::-moz-selection, h4 img ::-moz-selection, h5 img ::-moz-selection, h6 img ::-moz-selection {
background-color: #002b36; }
h1 img::selection, h2 img::selection, h3 img::selection, h4 img::selection, h5 img::selection, h6 img::selection {
background-color: #002b36; }
h1 img::-moz-selection, h2 img::-moz-selection, h3 img::-moz-selection, h4 img::-moz-selection, h5 img::-moz-selection, h6 img::-moz-selection {
background-color: #002b36; }
h6 {
font-size: 16px;
border-left: 1px solid #586e75; }
@media only screen and (max-width: 35em) {
h6 {
font-size: 15px; } }
h6:before {
content: "* * * * * *";
color: #859900; }
h5 {
font-size: 19.2px;
border-left: 1px solid #586e75; }
@media only screen and (max-width: 35em) {
h5 {
font-size: 16.5px; } }
h5:before {
content: "* * * * *";
color: #6c71c4; }
h4 {
border-left: 1px solid #586e75;
font-size: 20.8px; }
@media only screen and (max-width: 35em) {
h4 {
font-size: 18px; } }
h4:before {
content: "* * * *";
color: #2aa198; }
h3 {
border-left: 1px solid #586e75;
font-size: 25.6px; }
@media only screen and (max-width: 35em) {
h3 {
font-size: 21px; } }
h3:before {
content: "* * *";
color: #268bd2; }
h2 {
background-color: #073642;
border: 1px solid #586e75;
font-size: 35.2px; }
h2 ::selection {
background-color: #002b36; }
h2 ::-moz-selection {
background-color: #002b36; }
h2::selection {
background-color: #002b36; }
h2::-moz-selection {
background-color: #002b36; }
@media only screen and (max-width: 35em) {
h2 {
font-size: 25.5px; } }
h2:before {
content: "* *";
color: #b58900; }
h1 {
background-color: #073642;
border: 2px solid #93a1a1;
font-size: 43.2px;
margin-top: 2em; }
h1 ::selection {
background-color: #002b36; }
h1 ::-moz-selection {
background-color: #002b36; }
h1::selection {
background-color: #002b36; }
h1::-moz-selection {
background-color: #002b36; }
@media only screen and (max-width: 35em) {
h1 {
font-size: 30px; } }
h1:before {
content: "*";
color: #dc322f; }
ul, ol {
padding-left: 35px; }
@media only screen {
ul, ol {
padding-left: 10px; } }
@media only screen and (min-width: 35.063em) {
ul, ol {
padding-left: 35px; } }
ul {
list-style: disc; }
ul ul {
list-style: square; }
ul ul ul {
list-style: disc; }
ul ul ul ul {
list-style: square; }
ul ul ul ul ul {
list-style: disc; }
ol {
list-style: decimal-leading-zero; }
ol ol {
list-style: lower-roman; }
ol ol ol {
list-style: upper-latin; }
ol ol ol ol {
list-style: lower-latin; }
ol ol ol ol ol {
list-style: decimal-leading-zero; }
strong, b, em, i {
color: #93a1a1; }
a {
color: #268bd2;
text-decoration: underline; }
a:visited {
color: #6c71c4; }
a:focus, a:hover {
color: #cb4b16 !important; }
a *:hover, a *:focus {
color: #cb4b16; }
a strong, a b, a em, a i {
color: inherit; }
code {
background-color: #073642;
font-family: "Inconsolata", monospace;
padding: 1px 0.2em;
border: 1px solid #586e75; }
code ::selection {
background-color: #002b36; }
code ::-moz-selection {
background-color: #002b36; }
code::selection {
background-color: #002b36; }
code::-moz-selection {
background-color: #002b36; }
pre {
background-color: #073642;
font-family: "Inconsolata", monospace;
color: #93a1a1;
font-size: 16px;
border: none;
padding: 8px; }
pre code {
border: none; }
pre ::selection {
background-color: #002b36; }
pre ::-moz-selection {
background-color: #002b36; }
pre::selection {
background-color: #002b36; }
pre::-moz-selection {
background-color: #002b36; }
@media only screen {
pre {
font-size: 9.5pt; } }
@media only screen and (min-width: 35.063em) {
pre {
font-size: 16px; } }
@media only screen and (min-width: 35.063em) and (orientation: landscape) {
pre {
width: 75vw;
min-width: 634px;
border: 1px solid #002b36; } }
pre span {
margin: 0; }
pre span::selection {
background-color: #002b36; }
pre span::-moz-selection {
background-color: #002b36; }
table {
margin-bottom: 1em;
border-collapse: separate;
border-spacing: 4px;
font-size: 14.4px; }
@media only screen {
table {
font-size: 13.5px; } }
@media only screen and (min-width: 35.063em) {
table {
font-size: 14.4px; } }
td, th {
text-align: left;
vertical-align: baseline;
background-color: #073642;
padding: 8px; }
td ::selection, th ::selection {
background-color: #002b36; }
td ::-moz-selection, th ::-moz-selection {
background-color: #002b36; }
td::selection, th::selection {
background-color: #002b36; }
td::-moz-selection, th::-moz-selection {
background-color: #002b36; }
th {
font-weight: 700; }
blockquote {
color: #93a1a1;
border-left: 6px solid #586e75;
margin-left: 0;
padding: 8px;
padding-left: 16px; }
@media only screen {
blockquote {
padding-left: 15px; } }
@media only screen and (min-width: 35.063em) {
blockquote {
padding-left: 16px; } }
dt {
color: #93a1a1;
background-color: #073642;
display: inline-block;
padding-left: 8px;
padding-right: 8px; }
dt ::selection {
background-color: #002b36; }
dt ::-moz-selection {
background-color: #002b36; }
dt::selection {
background-color: #002b36; }
dt::-moz-selection {
background-color: #002b36; }
dd {
margin-bottom: 1em; }
img {
height: auto;
width: auto;
max-height: 650px;
max-width: 100%; }
ul img, ol img, span img {
margin-top: 0;
margin-bottom: 0; }
video {
max-width: 100%; }
hr {
color: #839496;
background-color: #839496;
border: 1px solid #839496;
margin: 2em auto 2em;
width: 50%; }
nav {
padding: 8px;
font-size: 14.4px; }
@media only screen {
nav {
font-size: 13.5px; } }
@media only screen and (min-width: 35.063em) {
nav {
font-size: 14.4px; } }
nav a {
margin: 0 4px; }
button {
padding: 8px;
margin-top: 1px;
margin-bottom: 1px;
color: #268bd2;
background-color: #073642;
border-style: outset;
border-color: white #586e75 #586e75 white;
border-width: 1px 2px 2px 1px;
font-size: 14.4px; }
button ::selection {
background-color: #002b36; }
button ::-moz-selection {
background-color: #002b36; }
button::selection {
background-color: #002b36; }
button::-moz-selection {
background-color: #002b36; }
@media only screen {
button {
font-size: 13.5px; } }
@media only screen and (min-width: 35.063em) {
button {
font-size: 14.4px; } }
button:hover {
color: #cb4b16; }
/******************************************************************************/
/*
/* Org-mode export styles
* (plus some org-info.js handling)
/*
/******************************************************************************/
.title {
text-align: left; }
.todo {
font-family: "Inconsolata", monospace;
color: #dc322f;
font-family: "Inconsolata", monospace; }
.done {
color: #859900;
font-family: "Inconsolata", monospace; }
.tag {
background-color: #073642;
color: #b58900;
font-weight: 400;
font-family: "Inconsolata", monospace;
font-size: 100%; }
.tag ::selection {
background-color: #002b36; }
.tag ::-moz-selection {
background-color: #002b36; }
.tag::selection {
background-color: #002b36; }
.tag::-moz-selection {
background-color: #002b36; }
.timestamp, .timestamp-kwd {
color: #2aa198;
font-family: "Inconsolata", monospace; }
.outline-2 li {
margin-top: 0.9em;
margin-bottom: 0.9em; }
.outline-2 ul, .outline-2 ol {
margin-top: 1.5em;
margin-bottom: 1.5em; }
#table-of-contents li, #text-table-of-contents li, .org-info-js_local-toc li {
margin-top: 0;
margin-bottom: 0; }
#table-of-contents ul, #table-of-contents ol, #text-table-of-contents ul, #text-table-of-contents ol, .org-info-js_local-toc ul, .org-info-js_local-toc ol {
margin-top: 0;
margin-bottom: 0.3em; }
@media (orientation: landscape) {
#text-table-of-contents {
width: 75vw;
min-width: 634px; } }
#text-table-of-contents li a {
background-color: #002b36; }
#postamble {
text-align: right;
padding-top: 32px; }
pre.src {
overflow: auto; }
pre.src:before {
background-color: #073642;
color: #93a1a1;
top: 0;
right: 0;
border: none; }
pre.src:before ::selection {
background-color: #002b36; }
pre.src:before ::-moz-selection {
background-color: #002b36; }
pre.src:before::selection {
background-color: #002b36; }
pre.src:before::-moz-selection {
background-color: #002b36; }
pre.src-python:before {
content: "Python"; }
pre {
box-shadow: none; }
table {
border: none; }
.section-number-1, .section-number-2,
.section-number-3, .section-number-4,
.section-number-5, .section-number-6 {
color: #839496; }
dt {
font-weight: 400; }
/*# sourceMappingURL=generic-dark.css.map */ | 0.666171 | 0.093512 |
* {margin: 0; padding: 0; font-family:"my all font";}
html, body {height: 100%;}
@font-face{
font-family: "my nav font";
src : url('../ttf/NanumBarunpenB.ttf');
}
@font-face {
font-family: "my food title font";
src : url('../ttf/NanumBarunpenR.ttf');
}
@font-face {
font-family: "my all font";
src : url('../ttf/NanumSquareB.ttf');
}
/* --------------------------- page-wrapper ---------------------*/
.page-wrapper {
width:800px;
margin:0 auto;
}
header {
clear:left; /* ??? */
text-align:center;
align-items: center;
margin-top:30px;
}
nav {
border: 3px solid black;
margin: 20px 0;
}
nav ul
.pull-left{
display : inline-block;
}
.pull-right {
display : inline-block;
float: right;
}
.pull-right form {
margin-top: 10px;
}
.search-bar {
margin-right: 30px;
}
.input-search{
display: block;
float: left;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 15px 0 0 15px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
width:120px; height:24px;
padding: 0 0 0 10px;
font-size: 12px;
color: #555555;
}
/* 외곽선 설정으로 입력부의 테두리에 맞게 설정. */
.input-search:focus{
border-color: rgba(255,168, 236, 0.8);
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* 검색버튼 꾸미기 */
.input-search-submit{
display: block;
float: left;
width: 50px; height: 26px; /* 기존 24px에서 border 1px 씩을 더한 높이 */
border-radius:0 15px 15px 0;
border: 1px solid #CCCCCC;
margin-left: -1px;
vertical-align: top; /* 텍스트 수직정렬 : 위쪽 */
display: inline-block;
}
nav ul {
list-style: none;
}
nav ul li a{
font-family: "my nav font";
}
nav ul li > a:hover{
text-shadow: 2px 2px black;
font-size: 1.2em;
color: white;
}
nav ul a:first-child {
margin-left: 40px;
}
nav ul a {
margin-right: 30px;
}
a {
text-decoration: none;
color: black;
}
article ul {
list-style: none;
}
section {
overflow:hidden;
}
.traverse-bar {
float: none;
margin-bottom: 10px;
}
.category {
overflow:hidden;
}
.category > li {
float : left;
margin: 5px 10px;
padding: 2px 5px;
}
/*--------------------------section ---------------------*/
/* border:.* solid .*; -> NULL */
.contents-wrapper{
}
.food {
overflow:hidden;
margin-bottom: 10px;
}
.food-image {
position: relative;
float:left;
margin-right: 30px;
}
.food-image ul {
list-style: none;
position: absolute;
left : 50%;
overflow: hidden;
}
.food-image li {
margin-right: 10px;
float:left;
}
.food-contents {
margin-top: 10px;
overflow: hidden;
}
.food-title h3 {
font-family: "my food title font";
}
.food-contents-cont * {
margin-top:10px;
font-family: "my food title font";
}
.food-contents-gpa {
height:25px;
}
.food-contents-gpa > * {
float: right;
margin-right: 10px;
}
.food-contents-fnbutton {
}
.food-contents-fnbutton > ul {
list-style: none;
overflow: hidden;
}
.food-contents-fnbutton > ul > li {
float:left;
font-size: 0.75em;
text-align: center;
margin-right: 16px;
}
/* ----------------------- info-wrapper -------------------------*/
.info-wrapper{
margin-top:30px;
overflow: hidden;
}
.info-wrapper-left {
width:390px;
float:left
}
.store-review {
margin-left: 10px;
float:right ;
width: 400px;
}
.detail-explanation {
margin-bottom: 20px;
font-size: 0.9em;
}
#map {
margin-top: 20px;
}
.review-title {
}
.review-contents {
margin-top:10px;
overflow: hidden;
}
.people-photo {
float:left;
margin-right: 5px;
}
.people-long {
position: relative;
float: left;
width: 300px;
}
.people-long > p.review-text {
margin-top:10px;
font-size: 0.7em;
}
/* ----------------------- info2-wrapper ------------------------*/
.info2-wrapper{
margin-top: 30px;
overflow:hidden;
}
.info2-subinfo{
float:left;
width:400px;
}
.info2-graph{
float: left;
width: 400px;
}
.info2-menu{
margin-bottom: 15px;
}
.info2-origin{
margin-bottom: 15px;
}
.info2-parttime{
overflow: hidden;
}
.info2-parttime-content{
float:left;
width:335px;
}
.info2-parttime-call{
text-align: center;
float:left;
}
.info2-parttime-call > a{
font-size: 0.7em;
}
.title {
margin-bottom: 10px;
}
/* ----------------------- footer ----------------------------*/
footer{
position:fixed;
left: 40%; bottom:10px;
}
footer > p{
color: silver;
}
/* ----------------------- fixed-bar ----------------------------*/
body {
position:relative;
}
.fixed-bar {
display: inline-block;
width: 100px; height: 50px;
border: 5px solid black;
border-radius: 3px;
background: white;
position:fixed;
top:30%;
right:10%;
/*top: 339px;
right: 195px;*/
}
.fixed-bar span {
margin-top: 10px;
text-align:center;
}
.top-button {
position: relative;
}
.top-button > a {
position: absolute;
top: 13px;
left: 21px;
} | css/food1-detail.css | * {margin: 0; padding: 0; font-family:"my all font";}
html, body {height: 100%;}
@font-face{
font-family: "my nav font";
src : url('../ttf/NanumBarunpenB.ttf');
}
@font-face {
font-family: "my food title font";
src : url('../ttf/NanumBarunpenR.ttf');
}
@font-face {
font-family: "my all font";
src : url('../ttf/NanumSquareB.ttf');
}
/* --------------------------- page-wrapper ---------------------*/
.page-wrapper {
width:800px;
margin:0 auto;
}
header {
clear:left; /* ??? */
text-align:center;
align-items: center;
margin-top:30px;
}
nav {
border: 3px solid black;
margin: 20px 0;
}
nav ul
.pull-left{
display : inline-block;
}
.pull-right {
display : inline-block;
float: right;
}
.pull-right form {
margin-top: 10px;
}
.search-bar {
margin-right: 30px;
}
.input-search{
display: block;
float: left;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 15px 0 0 15px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
width:120px; height:24px;
padding: 0 0 0 10px;
font-size: 12px;
color: #555555;
}
/* 외곽선 설정으로 입력부의 테두리에 맞게 설정. */
.input-search:focus{
border-color: rgba(255,168, 236, 0.8);
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* 검색버튼 꾸미기 */
.input-search-submit{
display: block;
float: left;
width: 50px; height: 26px; /* 기존 24px에서 border 1px 씩을 더한 높이 */
border-radius:0 15px 15px 0;
border: 1px solid #CCCCCC;
margin-left: -1px;
vertical-align: top; /* 텍스트 수직정렬 : 위쪽 */
display: inline-block;
}
nav ul {
list-style: none;
}
nav ul li a{
font-family: "my nav font";
}
nav ul li > a:hover{
text-shadow: 2px 2px black;
font-size: 1.2em;
color: white;
}
nav ul a:first-child {
margin-left: 40px;
}
nav ul a {
margin-right: 30px;
}
a {
text-decoration: none;
color: black;
}
article ul {
list-style: none;
}
section {
overflow:hidden;
}
.traverse-bar {
float: none;
margin-bottom: 10px;
}
.category {
overflow:hidden;
}
.category > li {
float : left;
margin: 5px 10px;
padding: 2px 5px;
}
/*--------------------------section ---------------------*/
/* border:.* solid .*; -> NULL */
.contents-wrapper{
}
.food {
overflow:hidden;
margin-bottom: 10px;
}
.food-image {
position: relative;
float:left;
margin-right: 30px;
}
.food-image ul {
list-style: none;
position: absolute;
left : 50%;
overflow: hidden;
}
.food-image li {
margin-right: 10px;
float:left;
}
.food-contents {
margin-top: 10px;
overflow: hidden;
}
.food-title h3 {
font-family: "my food title font";
}
.food-contents-cont * {
margin-top:10px;
font-family: "my food title font";
}
.food-contents-gpa {
height:25px;
}
.food-contents-gpa > * {
float: right;
margin-right: 10px;
}
.food-contents-fnbutton {
}
.food-contents-fnbutton > ul {
list-style: none;
overflow: hidden;
}
.food-contents-fnbutton > ul > li {
float:left;
font-size: 0.75em;
text-align: center;
margin-right: 16px;
}
/* ----------------------- info-wrapper -------------------------*/
.info-wrapper{
margin-top:30px;
overflow: hidden;
}
.info-wrapper-left {
width:390px;
float:left
}
.store-review {
margin-left: 10px;
float:right ;
width: 400px;
}
.detail-explanation {
margin-bottom: 20px;
font-size: 0.9em;
}
#map {
margin-top: 20px;
}
.review-title {
}
.review-contents {
margin-top:10px;
overflow: hidden;
}
.people-photo {
float:left;
margin-right: 5px;
}
.people-long {
position: relative;
float: left;
width: 300px;
}
.people-long > p.review-text {
margin-top:10px;
font-size: 0.7em;
}
/* ----------------------- info2-wrapper ------------------------*/
.info2-wrapper{
margin-top: 30px;
overflow:hidden;
}
.info2-subinfo{
float:left;
width:400px;
}
.info2-graph{
float: left;
width: 400px;
}
.info2-menu{
margin-bottom: 15px;
}
.info2-origin{
margin-bottom: 15px;
}
.info2-parttime{
overflow: hidden;
}
.info2-parttime-content{
float:left;
width:335px;
}
.info2-parttime-call{
text-align: center;
float:left;
}
.info2-parttime-call > a{
font-size: 0.7em;
}
.title {
margin-bottom: 10px;
}
/* ----------------------- footer ----------------------------*/
footer{
position:fixed;
left: 40%; bottom:10px;
}
footer > p{
color: silver;
}
/* ----------------------- fixed-bar ----------------------------*/
body {
position:relative;
}
.fixed-bar {
display: inline-block;
width: 100px; height: 50px;
border: 5px solid black;
border-radius: 3px;
background: white;
position:fixed;
top:30%;
right:10%;
/*top: 339px;
right: 195px;*/
}
.fixed-bar span {
margin-top: 10px;
text-align:center;
}
.top-button {
position: relative;
}
.top-button > a {
position: absolute;
top: 13px;
left: 21px;
} | 0.360602 | 0.104889 |
* {
text-align: center;
}
.container {
min-width: 100%;
}
.part1 {
background-image: url("../image/h_img.jpg");
height: 500px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
color: white;
text-align: center;
}
.padd {
padding-bottom: 20px;
}
#logo {
margin-top: 10%;
}
#mouse {
margin-top: 10%;
}
.part3 {
background-image: url("../image/s_image.jpg");
background-size: cover;
text-align: center;
height: 300px;
width: 100%;
color: white;
}
.what2{
height: 300px;
width: 100%;
}
.what1 {
margin-bottom: 40px;
}
#con1 {
margin-top: 10%;
}
#do {
text-align: center;
}
.mop {
margin: -10px;
padding: -10px;
}
.part4 {
background-image: url("../image/c_image.jpg");
background-size: cover;
text-align: center;
height: 400px;
width: 100%;
color: white;
}
.social {
align-items: center;
}
.social img{
transition: width 3s,height 3s,transform 3s;
}
.social img:hover{
transform: rotate(360deg);
}
.hide {
display: none;
}
.form-cont input {
width: 49%;
background: transparent;
}
.form-cont textarea {
margin-top: 10px;
width: 100%;
background: transparent;
}
.form-cont {
text-align: center;
position: relative;
width: 700px;
max-width: 100%;
left: 50%;
transform: translate(-50%);
}
::placeholder,
.con {
color: #fff;
}
::placeholder {
font-size: 10px;
}
.con {
padding-bottom: 30px;
}
.what {
display: inline-block;
}
.mop {
padding-top: 11px;
padding-bottom:11px;
}
.mop2 {
padding-bottom: px;
}
.social {
display: inline-block;
}
.effects{
margin-bottom: 30px;
overflow: hidden;
position: relative;
box-shadow: 5px 5px 15px #100;
transition: all 0.3s ease 0s;
color: Blue;
}
.effects img{
width:200px;
height:200px;
}
.effects .overlay-text{
width: 100%;
height: 100px;
text-align: center;
padding-top: 20%;
opacity: 0;
position: absolute;
top: 0;
left: 0;
}
.effects .overlay-text:before;
border-left:1px solid rgba(255,255, 255 ,0.9);
border-right:1px solid rgba(255 ,255 ,255 ,0.9);,
left: 30px;
right:30px;
}
.effects .overlay-text: after;
border-top:1px solid rgba(255,255, 255 ,0.9);
border-bottom:1px solid rgba(255 ,255 ,255 ,0.9);,
top: 30px;
bottom:30px;
}
.effects .overlay-text:before, .effects .overlay-text:after{
content: '';
position: absolute;
top:20px;
left: 20px;
bottom:20px;
right:20px;
opacity: 0;
z-index: 1;
transform:scale(1.5);
transition:all 0.6s ease 0.2s;
}
.effects:hover{
transform: translateY(-8px);
}
.effects:hover .overlay-text{
opacity: 1;
}
.effects:hover .overlay-text Before
.effects:hover .overlay-text:after{
opacity: 1;
transform: scale(1);
}
#mouse img{
margin-top: 7%;
animation:wyci 3s linear infinite;
} | css/styles.css | * {
text-align: center;
}
.container {
min-width: 100%;
}
.part1 {
background-image: url("../image/h_img.jpg");
height: 500px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
color: white;
text-align: center;
}
.padd {
padding-bottom: 20px;
}
#logo {
margin-top: 10%;
}
#mouse {
margin-top: 10%;
}
.part3 {
background-image: url("../image/s_image.jpg");
background-size: cover;
text-align: center;
height: 300px;
width: 100%;
color: white;
}
.what2{
height: 300px;
width: 100%;
}
.what1 {
margin-bottom: 40px;
}
#con1 {
margin-top: 10%;
}
#do {
text-align: center;
}
.mop {
margin: -10px;
padding: -10px;
}
.part4 {
background-image: url("../image/c_image.jpg");
background-size: cover;
text-align: center;
height: 400px;
width: 100%;
color: white;
}
.social {
align-items: center;
}
.social img{
transition: width 3s,height 3s,transform 3s;
}
.social img:hover{
transform: rotate(360deg);
}
.hide {
display: none;
}
.form-cont input {
width: 49%;
background: transparent;
}
.form-cont textarea {
margin-top: 10px;
width: 100%;
background: transparent;
}
.form-cont {
text-align: center;
position: relative;
width: 700px;
max-width: 100%;
left: 50%;
transform: translate(-50%);
}
::placeholder,
.con {
color: #fff;
}
::placeholder {
font-size: 10px;
}
.con {
padding-bottom: 30px;
}
.what {
display: inline-block;
}
.mop {
padding-top: 11px;
padding-bottom:11px;
}
.mop2 {
padding-bottom: px;
}
.social {
display: inline-block;
}
.effects{
margin-bottom: 30px;
overflow: hidden;
position: relative;
box-shadow: 5px 5px 15px #100;
transition: all 0.3s ease 0s;
color: Blue;
}
.effects img{
width:200px;
height:200px;
}
.effects .overlay-text{
width: 100%;
height: 100px;
text-align: center;
padding-top: 20%;
opacity: 0;
position: absolute;
top: 0;
left: 0;
}
.effects .overlay-text:before;
border-left:1px solid rgba(255,255, 255 ,0.9);
border-right:1px solid rgba(255 ,255 ,255 ,0.9);,
left: 30px;
right:30px;
}
.effects .overlay-text: after;
border-top:1px solid rgba(255,255, 255 ,0.9);
border-bottom:1px solid rgba(255 ,255 ,255 ,0.9);,
top: 30px;
bottom:30px;
}
.effects .overlay-text:before, .effects .overlay-text:after{
content: '';
position: absolute;
top:20px;
left: 20px;
bottom:20px;
right:20px;
opacity: 0;
z-index: 1;
transform:scale(1.5);
transition:all 0.6s ease 0.2s;
}
.effects:hover{
transform: translateY(-8px);
}
.effects:hover .overlay-text{
opacity: 1;
}
.effects:hover .overlay-text Before
.effects:hover .overlay-text:after{
opacity: 1;
transform: scale(1);
}
#mouse img{
margin-top: 7%;
animation:wyci 3s linear infinite;
} | 0.468061 | 0.104569 |
@font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon/icomoon.eot');
src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
url('../fonts/icomoon/icomoon.woff') format('woff'),
url('../fonts/icomoon/icomoon.ttf') format('truetype'),
url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
/* General button style (reset) */
.btn {
border: none;
font-family: inherit;
font-size: inherit;
color: inherit;
background: none;
cursor: pointer;
padding: 25px 80px;
display: inline-block;
margin: 15px 30px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
font-family: 'Fontawesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
position: relative;
-webkit-font-smoothing: antialiased;
}
.icon-envelope:before {
content: "\e000";
}
.icon-cart:before {
content: "\e007";
}
.icon-cart-2:before {
content: "\e008";
}
.icon-heart:before {
content: "\e009";
}
/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
content: "\e00a";
}
.icon-star:before {
content: "\e00b";
}
/* Filled star */
.icon-star:after,
.icon-star-2:before {
content: "\e00c";
}
.icon-arrow-right:before {
content: "\e00d";
}
.icon-arrow-left:before {
content: "\e003";
}
.icon-truck:before {
content: "\e00e";
}
.icon-remove:before {
content: "\e00f";
}
.icon-cog:before {
content: "\e010";
}
.icon-plus:before,
.icon-plus:after {
content: "\e011";
}
.icon-minus:before {
content: "\e012";
}
.bh-icon-smiley:before {
content: "\e001";
}
.bh-icon-sad:before {
content: "\e002";
}
.icon-file:before {
content: "\e004";
}
.icon-remove-2:before {
content: "\e005";
}
/* Button 1 */
.btn-1 {
border: 3px solid #fff;
color: #fff;
}
/* Button 1a */
.btn-1a:hover,
.btn-1a:active {
color: #0e83cd;
background: #fff;
}
/* Button 1b */
.btn-1b:after {
width: 100%;
height: 0;
top: 0;
left: 0;
background: #fff;
}
.btn-1b:hover,
.btn-1b:active {
color: #0e83cd;
}
.btn-1b:hover:after,
.btn-1b:active:after {
height: 100%;
}
/* Button 1c */
.btn-1c:after {
width: 0%;
height: 100%;
top: 0;
left: 0;
background: #fff;
}
.btn-1c:hover,
.btn-1c:active {
color: #0e83cd;
}
.btn-1c:hover:after,
.btn-1c:active:after {
width: 100%;
}
/* Button 1d */
.btn-1d {
overflow: hidden;
}
.btn-1d:after {
width: 0;
height: 103%;
top: 50%;
left: 50%;
background: #fff;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.btn-1d:hover,
.btn-1d:active {
color: #0e83cd;
}
.btn-1d:hover:after {
width: 90%;
opacity: 1;
}
.btn-1d:active:after {
width: 101%;
opacity: 1;
}
/* Button 1e */
.btn-1e {
overflow: hidden;
}
.btn-1e:after {
width: 100%;
height: 0;
top: 50%;
left: 50%;
background: #fff;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-1e:hover,
.btn-1e:active {
color: #0e83cd;
}
.btn-1e:hover:after {
height: 260%;
opacity: 1;
}
.btn-1e:active:after {
height: 400%;
opacity: 1;
}
/* Button 1f */
.btn-1f {
overflow: hidden;
}
.btn-1f:after {
width: 101%;
height: 0;
top: 50%;
left: 50%;
background: #fff;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.btn-1f:hover,
.btn-1f:active {
color: #0e83cd;
}
.btn-1f:hover:after {
height: 75%;
opacity: 1;
}
.btn-1f:active:after {
height: 130%;
opacity: 1;
}
/* Button 2 */
.btn-2 {
background: #cb4e4e;
color: #fff;
box-shadow: 0 6px #ab3c3c;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
/* Button 2a */
.btn-2a {
border-radius: 0 0 5px 5px;
}
.btn-2a:hover {
box-shadow: 0 4px #ab3c3c;
top: 2px;
}
.btn-2a:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 2b */
.btn-2b {
border-radius: 0 0 5px 5px;
}
.btn-2b:hover {
box-shadow: 0 8px #ab3c3c;
top: -2px;
}
.btn-2b:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 2c */
.btn-2c {
border-radius: 5px;
}
.btn-2c:hover {
box-shadow: 0 4px #ab3c3c;
top: 2px;
}
.btn-2c:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 2d */
.btn-2d {
border-radius: 5px;
}
.btn-2d:hover {
box-shadow: 0 8px #ab3c3c;
top: -2px;
}
.btn-2d:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 2e */
.btn-2e {
border-radius: 5px;
box-shadow: -6px 0 #ab3c3c;
}
.btn-2e:hover {
box-shadow: -4px 0 #ab3c3c;
left: -2px;
}
.btn-2e:active {
box-shadow: 0 0 #ab3c3c;
left: -6px;
}
/* Button 2f */
.btn-2f {
border-radius: 5px;
box-shadow: 6px 0 #ab3c3c;
}
.btn-2f:hover {
box-shadow: 4px 0 #ab3c3c;
left: 2px;
}
.btn-2f:active {
box-shadow: 0 0 #ab3c3c;
left: 6px;
}
/* Button 2g */
.btn-2g {
border-radius: 40px;
}
.btn-2g:hover {
box-shadow: 0 4px #ab3c3c;
top: 2px;
}
.btn-2g:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 2h */
.btn-2h {
border-radius: 20px;
}
.btn-2h:hover {
box-shadow: 0 4px #ab3c3c;
top: 2px;
}
.btn-2h:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 2i */
.btn-2i {
border-radius: 50%;
width: 90px;
height: 90px;
padding: 0;
}
.btn-2i:hover {
box-shadow: 0 4px #ab3c3c;
top: 2px;
}
.btn-2i:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 2j */
.btn-2j {
border-radius: 50%;
width: 90px;
height: 90px;
padding: 0;
}
.btn-2j:hover {
box-shadow: 0 8px #ab3c3c;
top: -2px;
}
.btn-2j:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 3 */
.btn-3 {
background: #fcad26;
color: #fff;
}
.btn-3:hover {
background: #f29e0d;
}
.btn-3:active {
background: #f58500;
top: 2px;
}
.btn-3:before {
position: absolute;
height: 100%;
left: 0;
top: 0;
line-height: 3;
font-size: 140%;
width: 60px;
}
/* Button 3a */
.btn-3a {
padding: 25px 60px 25px 120px;
}
.btn-3a:before {
background: rgba(0,0,0,0.05);
}
/* Button 3b */
.btn-3b {
padding: 25px 60px 25px 120px;
border-radius: 10px;
}
.btn-3b:before {
border-right: 2px solid rgba(255,255,255,0.5);
}
/* Button 3c */
.btn-3c {
padding: 80px 20px 20px 20px;
border-radius: 10px;
box-shadow: 0 3px #da9622;
}
.btn-3c:active {
box-shadow: 0 3px #dc7801;
}
.btn-3c:before {
height: 60px;
width: 100%;
line-height: 60px;
background: #fff;
color: #f29e0d;
border-radius: 10px 10px 0 0;
}
.btn-3c:active:before {
color: #f58500;
}
/* Button 3d */
.btn-3d {
padding: 25px 60px 25px 120px;
border-radius: 10px;
}
.btn-3d:before {
background: #fff;
color: #fcad26;
z-index: 2;
border-radius: 10px 0 0 10px;
}
.btn-3d:after {
width: 20px;
height: 20px;
background: #fff;
z-index: 1;
left: 55px;
top: 50%;
margin: -10px 0 0 -10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.btn-3d:active:before {
color: #f58500;
}
.btn-3d:active {
top: 0;
}
.btn-3d:active:after {
left: 60px;
}
/* Button 3e */
.btn-3e {
padding: 25px 120px 25px 60px;
overflow: hidden;
}
.btn-3e:before {
left: auto;
right: 10px;
z-index: 2;
}
.btn-3e:after {
width: 30%;
height: 200%;
background: rgba(255,255,255,0.1);
z-index: 1;
right: 0;
top: 0;
margin: -5px 0 0 -5px;
-webkit-transform-origin: 0 0;
-webkit-transform: rotate(-20deg);
-moz-transform-origin: 0 0;
-moz-transform: rotate(-20deg);
-ms-transform-origin: 0 0;
-ms-transform: rotate(-20deg);
transform-origin: 0 0;
transform: rotate(-20deg);
}
.btn-3e:hover:after {
width: 40%;
}
/* Button 4 */
.btn-4 {
border-radius: 50px;
border: 3px solid #fff;
color: #fff;
overflow: hidden;
}
.btn-4:active {
border-color: #17954c;
color: #17954c;
}
.btn-4:hover {
background: #24b662;
}
.btn-4:before {
position: absolute;
height: 100%;
font-size: 125%;
line-height: 3.5;
color: #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-4:active:before {
color: #17954c;
}
/* Button 4a */
.btn-4a:before {
left: 130%;
top: 0;
}
.btn-4a:hover:before {
left: 80%;
}
/* Button 4b */
.btn-4b:before {
left: -50%;
top: 0;
}
.btn-4b:hover:before {
left: 10%;
}
/* Button 4c */
.btn-4c:before {
left: 70%;
opacity: 0;
top: 0;
}
.btn-4c:hover:before {
left: 80%;
opacity: 1;
}
/* Button 4d */
.btn-4d:before {
left: 30%;
opacity: 0;
top: 0;
}
.btn-4d:hover:before {
left: 10%;
opacity: 1;
}
/* Button 5 */
.btn-5 {
background: #008080;
color: #fff;
height: 70px;
min-width: 260px;
line-height: 24px;
font-size: 16px;
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.btn-5:active {
background: #9053a9;
top: 2px;
}
.btn-5 span {
display: inline-block;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s;
-webkit-backface-visibility: hidden;
-moz-transition: all 0.3s;
-moz-backface-visibility: hidden;
transition: all 0.3s;
backface-visibility: hidden;
}
.btn-5:before {
position: absolute;
height: 100%;
width: 100%;
line-height: 2.5;
font-size: 180%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-5:active:before {
color: #703b87;
}
/* Button 5a */
.btn-5a:hover span {
-webkit-transform: translateY(300%);
-moz-transform: translateY(300%);
-ms-transform: translateY(300%);
transform: translateY(300%);
}
.btn-5a:before {
left: 0;
top: -100%;
}
.btn-5a:hover:before {
top: 0;
}
/* Button 5b */
.btn-5b:hover span {
-webkit-transform: translateX(200%);
-moz-transform: translateX(200%);
-ms-transform: translateX(200%);
transform: translateX(200%);
}
.btn-5b:before {
left: -100%;
top: 0;
}
.btn-5b:hover:before {
left: 0;
}
/* Button 6 */
.btn-6 {
color: #fff;
background: #226fbe;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btn-6:active {
top: 2px;
}
/* Button 6a */
.btn-6a {
border: 4px solid #226fbe;
}
.btn-6a:hover {
background: transparent;
color: #226fbe;
}
/* Button 6b */
.btn-6b {
border: 4px solid #226fbe;
border-radius: 15px;
}
.btn-6b:hover {
background: transparent;
color: #226fbe;
}
/* Button 6c */
.btn-6c {
border: 4px solid #226fbe;
border-radius: 60px;
}
.btn-6c:hover {
background: transparent;
color: #226fbe;
}
/* Button 6d */
.btn-6d {
border: 2px dashed #226fbe;
}
.btn-6d:hover {
background: transparent;
color: #226fbe;
}
/* Button 6e */
.btn-6e {
border: 2px dashed #226fbe;
border-radius: 15px;
}
.btn-6e:hover {
background: transparent;
color: #226fbe;
}
/* Button 6f */
.btn-6f {
border: 2px dashed #226fbe;
border-radius: 60px;
}
.btn-6f:hover {
background: transparent;
color: #226fbe;
}
/* Button 6g */
.btn-6g {
border: 2px dotted #226fbe;
}
.btn-6g:hover {
background: transparent;
color: #226fbe;
}
/* Button 6h */
.btn-6h {
border: 2px dotted #226fbe;
border-radius: 15px;
}
.btn-6h:hover {
background: transparent;
color: #226fbe;
}
/* Button 6i */
.btn-6i {
border: 2px dotted #226fbe;
border-radius: 60px;
}
.btn-6i:hover {
background: transparent;
color: #226fbe;
}
/* Button 6j */
.btn-6j {
border: 4px double #226fbe;
}
.btn-6j:hover {
background: transparent;
color: #226fbe;
}
/* Button 6k */
.btn-6k {
border: 4px double #226fbe;
border-radius: 15px;
}
.btn-6k:hover {
background: transparent;
color: #226fbe;
}
/* Button 6l */
.btn-6l {
border: 4px double #226fbe;
border-radius: 60px;
}
.btn-6l:hover {
background: transparent;
color: #226fbe;
}
/* Button 7 */
.btn-7 {
background: #17aa56;
color: #fff;
border-radius: 7px;
box-shadow: 0 5px #119e4d;
padding: 25px 60px 25px 90px;
}
/* Button 7a */
.btn-7a {
overflow: hidden;
}
.btn-7a:before {
position: absolute;
left: 0;
width: 40%;
font-size: 160%;
line-height: 0.8;
color: #0a833d;
}
.btn-7a.btn-activated {
-webkit-animation: fadeOutText 0.5s;
-moz-animation: fadeOutText 0.5s;
animation: fadeOutText 0.5s;
}
.btn-7a.btn-activated:before {
-webkit-animation: moveToRight 0.5s;
-moz-animation: moveToRight 0.5s;
animation: moveToRight 0.5s;
}
@-webkit-keyframes fadeOutText {
0% { color: transparent; }
80% { color: transparent; }
100% { color: #fff; }
}
@-moz-keyframes fadeOutText {
0% { color: transparent; }
80% { color: transparent; }
100% { color: #fff; }
}
@keyframes fadeOutText {
0% { color: transparent; }
80% { color: transparent; }
100% { color: #fff; }
}
@-webkit-keyframes moveToRight {
80% { -webkit-transform: translateX(250%); }
81% { opacity: 1; -webkit-transform: translateX(250%); }
82% { opacity: 0; -webkit-transform: translateX(250%); }
83% { opacity: 0; -webkit-transform: translateX(-50%); }
84% { opacity: 1; -webkit-transform: translateX(-50%); }
100% { -webkit-transform: translateX(0%); }
}
@-moz-keyframes moveToRight {
80% { -moz-transform: translateX(250%); }
81% { opacity: 1; -moz-transform: translateX(250%); }
82% { opacity: 0; -moz-transform: translateX(250%); }
83% { opacity: 0; -moz-transform: translateX(-50%); }
84% { opacity: 1; -moz-transform: translateX(-50%); }
100% { -moz-transform: translateX(0%); }
}
@keyframes moveToRight {
80% { transform: translateX(250%); }
81% { opacity: 1; transform: translateX(250%); }
82% { opacity: 0; transform: translateX(250%); }
83% { opacity: 0; transform: translateX(-50%); }
84% { opacity: 1; transform: translateX(-50%); }
100% { transform: translateX(0%); }
}
/* Button 7b */
.btn-7b {
overflow: hidden;
}
.btn-7b:before {
position: absolute;
left: 0;
width: 40%;
font-size: 160%;
line-height: 0.8;
color: #0a833d;
}
.btn-7b.btn-activated:before {
-webkit-animation: scaleUp 0.5s;
-moz-animation: scaleUp 0.5s;
animation: scaleUp 0.5s;
}
@-webkit-keyframes scaleUp {
80% {
opacity: 0;
-webkit-transform: scale(2);
}
100% {
opacity: 0;
-webkit-transform: scale(2);
}
}
@-moz-keyframes scaleUp {
80% {
opacity: 0;
-moz-transform: scale(2);
}
100% {
opacity: 0;
-moz-transform: scale(2);
}
}
@keyframes scaleUp {
80% {
opacity: 0;
transform: scale(2);
}
100% {
opacity: 0;
transform: scale(2);
}
}
/* Icon only style */
.btn-icon-only {
font-size: 0;
padding: 25px 30px;
}
.btn-icon-only:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 26px;
line-height: 54px;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
/* Button 7c */
.btn-7c {
overflow: hidden;
}
.btn-7c:before {
color: #fff;
z-index: 1;
}
.btn-7c:after {
position: absolute;
top: 0;
left: 0;
height: 100%;
z-index: 0;
width: 0;
background: #0a833d;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btn-7c.btn-activated:after {
-webkit-animation: fillToRight 0.7s forwards;
-moz-animation: fillToRight 0.7s forwards;
animation: fillToRight 0.7s forwards;
}
@-webkit-keyframes fillToRight {
to {
width: 100%;
}
}
@-moz-keyframes fillToRight {
to {
width: 100%;
}
}
@keyframes fillToRight {
to {
width: 100%;
}
}
/* Button 7d */
.btn-7d {
overflow: hidden;
}
.btn-7d:before {
color: #fff;
z-index: 1;
}
.btn-7d:after {
position: absolute;
top: 0;
left: 0;
height: 0;
width: 100%;
z-index: 0;
background: #21bb63;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btn-7d.btn-activated:after {
-webkit-animation: emptyBottom 0.7s forwards;
-moz-animation: emptyBottom 0.7s forwards;
animation: emptyBottom 0.7s forwards;
}
@-webkit-keyframes emptyBottom {
to {
height: 100%;
}
}
@-moz-keyframes emptyBottom {
to {
height: 100%;
}
}
@keyframes emptyBottom {
to {
height: 100%;
}
}
/* Button 7e */
.btn-7e:after {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
font-size: 26px;
line-height: 54px;
color: #ea515e;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
opacity: 0;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btn-7e.btn-activated:after {
-webkit-animation: scaleFade 0.5s forwards;
-moz-animation: scaleFade 0.5s forwards;
animation: scaleFade 0.5s forwards;
}
@-webkit-keyframes scaleFade {
50% {
opacity: 1;
-webkit-transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(2.5);
}
}
@-moz-keyframes scaleFade {
50% {
opacity: 1;
-moz-transform: scale(1);
}
100% {
opacity: 0;
-moz-transform: scale(2.5);
}
}
@keyframes scaleFade {
50% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(2.5);
}
}
/* Button 7f */
.btn-7f:before {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
}
.btn-7f:after {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
font-size: 26px;
line-height: 54px;
color: #ffe44d;
visibility: hidden;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #ffe44d;
-webkit-transform: scale(4);
-moz-transform: scale(4);
-ms-transform: scale(4);
transform: scale(4);
opacity: 0;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btn-7f.btn-activated:after {
visibility: visible;
-webkit-animation: dropDown 0.3s forwards;
-moz-animation: dropDown 0.3s forwards;
animation: dropDown 0.3s forwards;
}
@-webkit-keyframes dropDown {
to {
opacity: 1;
-webkit-transform: scale(1);
}
}
@-moz-keyframes dropDown {
to {
opacity: 1;
-moz-transform: scale(1);
}
}
@keyframes dropDown {
to {
opacity: 1;
transform: scale(1);
}
}
/* Button 7g */
.btn-7g:after {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
font-size: 26px;
line-height: 54px;
color: #0a833d;
visibility: hidden;
-webkit-transform: scale(2);
-moz-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
opacity: 0;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btn-7g.btn-activated:after {
visibility: visible;
-webkit-animation: dropDownFade 0.5s forwards;
-moz-animation: dropDownFade 0.5s forwards;
animation: dropDownFade 0.5s forwards;
}
@-webkit-keyframes dropDownFade {
50% {
opacity: 1;
-webkit-transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes dropDownFade {
50% {
opacity: 1;
-moz-transform: scale(1);
}
100% {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes dropDownFade {
50% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(1.5);
}
}
/* Button 7h */
.btn-7h span {
display: inline-block;
width: 100%;
}
.btn-7h:before {
position: absolute;
left: 0;
width: 40%;
font-size: 160%;
line-height: 0.8;
color: #0a833d;
}
/* Success and error */
.btn-success,
.btn-error {
color: transparent;
}
.btn-success:after,
.btn-error:after {
z-index: 1;
color: #fff;
left: 40%;
}
.btn-success:before {
content: "\e001";
}
.btn-success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
-moz-animation: moveUp 0.5s;
animation: moveUp 0.5s;
}
@-webkit-keyframes moveUp {
0% {
-webkit-transform: translateY(50%);
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes moveUp {
0% {
-moz-transform: translateY(50%);
opacity: 0;
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@keyframes moveUp {
0% {
transform: translateY(50%);
opacity: 0;
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.btn-error {
-webkit-animation: shake 0.5s;
-moz-animation: shake 0.5s;
animation: shake 0.5s;
}
/* From Dan Eden's animate.css: http://daneden.me/animate/ */
@-webkit-keyframes shake {
0%, 100% {-webkit-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}
@-moz-keyframes shake {
0%, 100% {-moz-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}
@keyframes shake {
0%, 100% {transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.btn-error:before {
content: "\e002";
}
.btn-error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
-moz-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
}
@-webkit-keyframes scaleFromUp {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@-moz-keyframes scaleFromUp {
0% {
-moz-transform: scale(0);
opacity: 0;
}
100% {
opacity: 1;
-moz-transform: scale(1);
}
}
@keyframes scaleFromUp {
0% {
transform: scale(0);
opacity: 0;
}
100% {
opacity: 1;
transform: scale(1);
}
}
/* Special trash effect */
.trash-effect {
position: relative;
max-width: 320px;
margin: 60px auto 0;
}
.trash-effect .icon-file {
font-size: 30px;
position: absolute;
width: 50px;
height: 50px;
left: 50%;
top: 50%;
margin: -45px 0 0 -25px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform: translateX(90px) translateY(20px) scale(1);
-moz-transform: translateX(90px) translateY(20px) scale(1);
-ms-transform: translateX(90px) translateY(20px) scale(1);
transform: translateX(90px) translateY(20px) scale(1);
}
.trash-effect .icon-file:nth-child(2) {
-webkit-transform: translateX(140px) translateY(-10px) scale(1);
-moz-transform: translateX(140px) translateY(-10px) scale(1);
-ms-transform: translateX(140px) translateY(-10px) scale(1);
transform: translateX(140px) translateY(-10px) scale(1);
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.trash-effect .icon-file:nth-child(3) {
-webkit-transform: translateX(140px) translateY(50px) scale(1);
-moz-transform: translateX(140px) translateY(50px) scale(1);
-ms-transform: translateX(140px) translateY(50px) scale(1);
transform: translateX(140px) translateY(50px) scale(1);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.trash-effect.trash-effect-active .icon-file {
-webkit-transform: translateX(-100px) translateY(-10px) scale(0);
-moz-transform: translateX(-100px) translateY(-10px) scale(0);
-ms-transform: translateX(-100px) translateY(-10px) scale(0);
transform: translateX(-100px) translateY(-10px) scale(0);
}
/* Button 7i */
.btn-7i {
box-shadow: none;
border-radius: 0 0 7px 7px;
padding: 27px 33px;
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
}
.btn-7i:before {
line-height: 45px;
}
.btn-7i:after {
height: 11px; /* should be 10px but in Chrome Version 34.0.1847.131 there's a gap because of the transform of the button */
width: 100%;
background: #17aa56;
border-radius: 7px 7px 0 0;
left: 0;
top: -10px;
z-index: 1;
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.trash-effect-active .btn-7i:after {
-webkit-animation: openTrash 0.5s;
-moz-animation: openTrash 0.5s;
animation: openTrash 0.5s;
}
@-webkit-keyframes openTrash {
50% {
-webkit-transform: rotate(-35deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@-moz-keyframes openTrash {
50% {
-moz-transform: rotate(-35deg);
}
100% {
-moz-transform: rotate(0deg);
}
}
@keyframes openTrash {
50% {
transform: rotate(-35deg);
}
100% {
transform: rotate(0deg);
}
}
/* Button 8 */
.perspective {
-webkit-perspective: 800px;
-moz-perspective: 800px;
perspective: 800px;
display: inline-block;
}
.btn-8 {
display: block;
background: #5cbcf6;
outline: 1px solid transparent; /* FF jagged edges fix */
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.btn-8:active {
background: #55b7f3;
}
/* Button 8a */
.btn-8a:after {
width: 100%;
height: 42%; /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
left: 0;
top: -40%;
background: #49a7df;
-webkit-transform-origin: 0% 100%;
-webkit-transform: rotateX(90deg);
-moz-transform-origin: 0% 100%;
-moz-transform: rotateX(90deg);
transform-origin: 0% 100%;
transform: rotateX(90deg);
}
.btn-8a:hover {
-webkit-transform: rotateX(-15deg);
-moz-transform: rotateX(-15deg);
-ms-transform: rotateX(-15deg);
transform: rotateX(-15deg);
}
/* Button 8b */
.btn-8b:after {
width: 100%;
height: 40%;
left: 0;
top: 100%;
background: #49a7df;
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(-90deg);
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(-90deg);
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(-90deg);
transform-origin: 0% 0%;
transform: rotateX(-90deg);
}
.btn-8b:hover {
-webkit-transform: rotateX(15deg);
-moz-transform: rotateX(15deg);
-ms-transform: rotateX(15deg);
transform: rotateX(15deg);
}
/* Button 8c */
.btn-8c:after {
width: 21%; /* should be 20% but there's a gap in Chrome Version 34.0.1847.131 */
height: 100%;
left: -20%;
top: 0;
background: #49a7df;
-webkit-transform-origin: 100% 0%;
-webkit-transform: rotateY(-90deg);
-moz-transform-origin: 100% 0%;
-moz-transform: rotateY(-90deg);
-ms-transform-origin: 100% 0%;
-ms-transform: rotateY(-90deg);
transform-origin: 100% 0%;
transform: rotateY(-90deg);
}
.btn-8c:hover {
-webkit-transform: rotateY(15deg);
-moz-transform: rotateY(15deg);
-ms-transform: rotateY(15deg);
transform: rotateY(15deg);
}
/* Button 8d */
.btn-8d:after {
width: 20%;
height: 100%;
left: 100%;
top: 0;
background: #49a7df;
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateY(90deg);
-moz-transform-origin: 0% 0%;
-moz-transform: rotateY(90deg);
-ms-transform-origin: 0% 0%;
-ms-transform: rotateY(90deg);
transform-origin: 0% 0%;
transform: rotateY(90deg);
}
.btn-8d:hover {
-webkit-transform: rotateY(-15deg);
-moz-transform: rotateY(-15deg);
-ms-transform: rotateY(-15deg);
transform: rotateY(-15deg);
}
/* Button 8e */
.btn-8e {
-webkit-transform: rotateX(-15deg);
-moz-transform: rotateX(-15deg);
-ms-transform: rotateX(-15deg);
transform: rotateX(-15deg);
}
.btn-8e:after {
width: 100%;
height: 42%; /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
left: 0;
top: -40%;
background: #49a7df;
-webkit-transform-origin: 0% 100%;
-webkit-transform: rotateX(90deg);
-moz-transform-origin: 0% 100%;
-moz-transform: rotateX(90deg);
-ms-transform-origin: 0% 100%;
-ms-transform: rotateX(90deg);
transform-origin: 0% 100%;
transform: rotateX(90deg);
}
.btn-8e:active {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
}
/* Button 8f */
.btn-8f {
-webkit-transform: rotateX(15deg);
-moz-transform: rotateX(15deg);
-ms-transform: rotateX(15deg);
transform: rotateX(15deg);
}
.btn-8f:after {
width: 100%;
height: 40%;
left: 0;
top: 100%;
background: #49a7df;
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(-90deg);
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(-90deg);
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(-90deg);
transform-origin: 0% 0%;
transform: rotateX(-90deg);
}
.btn-8f:active {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
}
/* Button 8g */
.btn-8g {
background: #fff;
color: #999;
}
.btn-8g:active {
background: #fff;
}
.btn-8g:after,
.btn-8g:before {
text-transform: uppercase;
width: 100%;
height: 100%;
position: absolute;
left: 0;
line-height: 70px;
}
.btn-8g:after {
top: -98%; /* should be -100% but there's a gap in Chrome Version 34.0.1847.131 */
background: #7aca7c;
color: #358337;
content: 'It worked!';
-webkit-transform-origin: 0% 100%;
-webkit-transform: rotateX(90deg);
-moz-transform-origin: 0% 100%;
-moz-transform: rotateX(90deg);
-ms-transform-origin: 0% 100%;
-ms-transform: rotateX(90deg);
transform-origin: 0% 100%;
transform: rotateX(90deg);
}
.btn-8g:before {
top: 100%;
background: #e96a6a;
color: #a33a3a;
content: 'Error!';
font-weight: 700;
font-family: 'Lato', Calibri, Arial, sans-serif;
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(-90deg);
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(-90deg);
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(-90deg);
transform-origin: 0% 0%;
transform: rotateX(-90deg);
}
.btn-8g.btn-success3d {
background: #aaa;
-webkit-transform-origin: 50% 100%;
-webkit-transform: rotateX(-90deg) translateY(100%);
-moz-transform-origin: 50% 100%;
-moz-transform: rotateX(-90deg) translateY(100%);
-ms-transform-origin: 50% 100%;
-ms-transform: rotateX(-90deg) translateY(100%);
transform-origin: 50% 100%;
transform: rotateX(-90deg) translateY(100%);
}
.btn-8g.btn-error3d {
background: #aaa;
-webkit-transform-origin: 50% 0%;
-webkit-transform: rotateX(90deg) translateY(-100%);
-moz-transform-origin: 50% 0%;
-moz-transform: rotateX(90deg) translateY(-100%);
-ms-transform-origin: 50% 0%;
-ms-transform: rotateX(90deg) translateY(-100%);
transform-origin: 50% 0%;
transform: rotateX(90deg) translateY(-100%);
} | css/component.css | @font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon/icomoon.eot');
src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
url('../fonts/icomoon/icomoon.woff') format('woff'),
url('../fonts/icomoon/icomoon.ttf') format('truetype'),
url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
/* General button style (reset) */
.btn {
border: none;
font-family: inherit;
font-size: inherit;
color: inherit;
background: none;
cursor: pointer;
padding: 25px 80px;
display: inline-block;
margin: 15px 30px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
font-family: 'Fontawesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
position: relative;
-webkit-font-smoothing: antialiased;
}
.icon-envelope:before {
content: "\e000";
}
.icon-cart:before {
content: "\e007";
}
.icon-cart-2:before {
content: "\e008";
}
.icon-heart:before {
content: "\e009";
}
/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
content: "\e00a";
}
.icon-star:before {
content: "\e00b";
}
/* Filled star */
.icon-star:after,
.icon-star-2:before {
content: "\e00c";
}
.icon-arrow-right:before {
content: "\e00d";
}
.icon-arrow-left:before {
content: "\e003";
}
.icon-truck:before {
content: "\e00e";
}
.icon-remove:before {
content: "\e00f";
}
.icon-cog:before {
content: "\e010";
}
.icon-plus:before,
.icon-plus:after {
content: "\e011";
}
.icon-minus:before {
content: "\e012";
}
.bh-icon-smiley:before {
content: "\e001";
}
.bh-icon-sad:before {
content: "\e002";
}
.icon-file:before {
content: "\e004";
}
.icon-remove-2:before {
content: "\e005";
}
/* Button 1 */
.btn-1 {
border: 3px solid #fff;
color: #fff;
}
/* Button 1a */
.btn-1a:hover,
.btn-1a:active {
color: #0e83cd;
background: #fff;
}
/* Button 1b */
.btn-1b:after {
width: 100%;
height: 0;
top: 0;
left: 0;
background: #fff;
}
.btn-1b:hover,
.btn-1b:active {
color: #0e83cd;
}
.btn-1b:hover:after,
.btn-1b:active:after {
height: 100%;
}
/* Button 1c */
.btn-1c:after {
width: 0%;
height: 100%;
top: 0;
left: 0;
background: #fff;
}
.btn-1c:hover,
.btn-1c:active {
color: #0e83cd;
}
.btn-1c:hover:after,
.btn-1c:active:after {
width: 100%;
}
/* Button 1d */
.btn-1d {
overflow: hidden;
}
.btn-1d:after {
width: 0;
height: 103%;
top: 50%;
left: 50%;
background: #fff;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.btn-1d:hover,
.btn-1d:active {
color: #0e83cd;
}
.btn-1d:hover:after {
width: 90%;
opacity: 1;
}
.btn-1d:active:after {
width: 101%;
opacity: 1;
}
/* Button 1e */
.btn-1e {
overflow: hidden;
}
.btn-1e:after {
width: 100%;
height: 0;
top: 50%;
left: 50%;
background: #fff;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-1e:hover,
.btn-1e:active {
color: #0e83cd;
}
.btn-1e:hover:after {
height: 260%;
opacity: 1;
}
.btn-1e:active:after {
height: 400%;
opacity: 1;
}
/* Button 1f */
.btn-1f {
overflow: hidden;
}
.btn-1f:after {
width: 101%;
height: 0;
top: 50%;
left: 50%;
background: #fff;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.btn-1f:hover,
.btn-1f:active {
color: #0e83cd;
}
.btn-1f:hover:after {
height: 75%;
opacity: 1;
}
.btn-1f:active:after {
height: 130%;
opacity: 1;
}
/* Button 2 */
.btn-2 {
background: #cb4e4e;
color: #fff;
box-shadow: 0 6px #ab3c3c;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
/* Button 2a */
.btn-2a {
border-radius: 0 0 5px 5px;
}
.btn-2a:hover {
box-shadow: 0 4px #ab3c3c;
top: 2px;
}
.btn-2a:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 2b */
.btn-2b {
border-radius: 0 0 5px 5px;
}
.btn-2b:hover {
box-shadow: 0 8px #ab3c3c;
top: -2px;
}
.btn-2b:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 2c */
.btn-2c {
border-radius: 5px;
}
.btn-2c:hover {
box-shadow: 0 4px #ab3c3c;
top: 2px;
}
.btn-2c:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 2d */
.btn-2d {
border-radius: 5px;
}
.btn-2d:hover {
box-shadow: 0 8px #ab3c3c;
top: -2px;
}
.btn-2d:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 2e */
.btn-2e {
border-radius: 5px;
box-shadow: -6px 0 #ab3c3c;
}
.btn-2e:hover {
box-shadow: -4px 0 #ab3c3c;
left: -2px;
}
.btn-2e:active {
box-shadow: 0 0 #ab3c3c;
left: -6px;
}
/* Button 2f */
.btn-2f {
border-radius: 5px;
box-shadow: 6px 0 #ab3c3c;
}
.btn-2f:hover {
box-shadow: 4px 0 #ab3c3c;
left: 2px;
}
.btn-2f:active {
box-shadow: 0 0 #ab3c3c;
left: 6px;
}
/* Button 2g */
.btn-2g {
border-radius: 40px;
}
.btn-2g:hover {
box-shadow: 0 4px #ab3c3c;
top: 2px;
}
.btn-2g:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 2h */
.btn-2h {
border-radius: 20px;
}
.btn-2h:hover {
box-shadow: 0 4px #ab3c3c;
top: 2px;
}
.btn-2h:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 2i */
.btn-2i {
border-radius: 50%;
width: 90px;
height: 90px;
padding: 0;
}
.btn-2i:hover {
box-shadow: 0 4px #ab3c3c;
top: 2px;
}
.btn-2i:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 2j */
.btn-2j {
border-radius: 50%;
width: 90px;
height: 90px;
padding: 0;
}
.btn-2j:hover {
box-shadow: 0 8px #ab3c3c;
top: -2px;
}
.btn-2j:active {
box-shadow: 0 0 #ab3c3c;
top: 6px;
}
/* Button 3 */
.btn-3 {
background: #fcad26;
color: #fff;
}
.btn-3:hover {
background: #f29e0d;
}
.btn-3:active {
background: #f58500;
top: 2px;
}
.btn-3:before {
position: absolute;
height: 100%;
left: 0;
top: 0;
line-height: 3;
font-size: 140%;
width: 60px;
}
/* Button 3a */
.btn-3a {
padding: 25px 60px 25px 120px;
}
.btn-3a:before {
background: rgba(0,0,0,0.05);
}
/* Button 3b */
.btn-3b {
padding: 25px 60px 25px 120px;
border-radius: 10px;
}
.btn-3b:before {
border-right: 2px solid rgba(255,255,255,0.5);
}
/* Button 3c */
.btn-3c {
padding: 80px 20px 20px 20px;
border-radius: 10px;
box-shadow: 0 3px #da9622;
}
.btn-3c:active {
box-shadow: 0 3px #dc7801;
}
.btn-3c:before {
height: 60px;
width: 100%;
line-height: 60px;
background: #fff;
color: #f29e0d;
border-radius: 10px 10px 0 0;
}
.btn-3c:active:before {
color: #f58500;
}
/* Button 3d */
.btn-3d {
padding: 25px 60px 25px 120px;
border-radius: 10px;
}
.btn-3d:before {
background: #fff;
color: #fcad26;
z-index: 2;
border-radius: 10px 0 0 10px;
}
.btn-3d:after {
width: 20px;
height: 20px;
background: #fff;
z-index: 1;
left: 55px;
top: 50%;
margin: -10px 0 0 -10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.btn-3d:active:before {
color: #f58500;
}
.btn-3d:active {
top: 0;
}
.btn-3d:active:after {
left: 60px;
}
/* Button 3e */
.btn-3e {
padding: 25px 120px 25px 60px;
overflow: hidden;
}
.btn-3e:before {
left: auto;
right: 10px;
z-index: 2;
}
.btn-3e:after {
width: 30%;
height: 200%;
background: rgba(255,255,255,0.1);
z-index: 1;
right: 0;
top: 0;
margin: -5px 0 0 -5px;
-webkit-transform-origin: 0 0;
-webkit-transform: rotate(-20deg);
-moz-transform-origin: 0 0;
-moz-transform: rotate(-20deg);
-ms-transform-origin: 0 0;
-ms-transform: rotate(-20deg);
transform-origin: 0 0;
transform: rotate(-20deg);
}
.btn-3e:hover:after {
width: 40%;
}
/* Button 4 */
.btn-4 {
border-radius: 50px;
border: 3px solid #fff;
color: #fff;
overflow: hidden;
}
.btn-4:active {
border-color: #17954c;
color: #17954c;
}
.btn-4:hover {
background: #24b662;
}
.btn-4:before {
position: absolute;
height: 100%;
font-size: 125%;
line-height: 3.5;
color: #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-4:active:before {
color: #17954c;
}
/* Button 4a */
.btn-4a:before {
left: 130%;
top: 0;
}
.btn-4a:hover:before {
left: 80%;
}
/* Button 4b */
.btn-4b:before {
left: -50%;
top: 0;
}
.btn-4b:hover:before {
left: 10%;
}
/* Button 4c */
.btn-4c:before {
left: 70%;
opacity: 0;
top: 0;
}
.btn-4c:hover:before {
left: 80%;
opacity: 1;
}
/* Button 4d */
.btn-4d:before {
left: 30%;
opacity: 0;
top: 0;
}
.btn-4d:hover:before {
left: 10%;
opacity: 1;
}
/* Button 5 */
.btn-5 {
background: #008080;
color: #fff;
height: 70px;
min-width: 260px;
line-height: 24px;
font-size: 16px;
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.btn-5:active {
background: #9053a9;
top: 2px;
}
.btn-5 span {
display: inline-block;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s;
-webkit-backface-visibility: hidden;
-moz-transition: all 0.3s;
-moz-backface-visibility: hidden;
transition: all 0.3s;
backface-visibility: hidden;
}
.btn-5:before {
position: absolute;
height: 100%;
width: 100%;
line-height: 2.5;
font-size: 180%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-5:active:before {
color: #703b87;
}
/* Button 5a */
.btn-5a:hover span {
-webkit-transform: translateY(300%);
-moz-transform: translateY(300%);
-ms-transform: translateY(300%);
transform: translateY(300%);
}
.btn-5a:before {
left: 0;
top: -100%;
}
.btn-5a:hover:before {
top: 0;
}
/* Button 5b */
.btn-5b:hover span {
-webkit-transform: translateX(200%);
-moz-transform: translateX(200%);
-ms-transform: translateX(200%);
transform: translateX(200%);
}
.btn-5b:before {
left: -100%;
top: 0;
}
.btn-5b:hover:before {
left: 0;
}
/* Button 6 */
.btn-6 {
color: #fff;
background: #226fbe;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btn-6:active {
top: 2px;
}
/* Button 6a */
.btn-6a {
border: 4px solid #226fbe;
}
.btn-6a:hover {
background: transparent;
color: #226fbe;
}
/* Button 6b */
.btn-6b {
border: 4px solid #226fbe;
border-radius: 15px;
}
.btn-6b:hover {
background: transparent;
color: #226fbe;
}
/* Button 6c */
.btn-6c {
border: 4px solid #226fbe;
border-radius: 60px;
}
.btn-6c:hover {
background: transparent;
color: #226fbe;
}
/* Button 6d */
.btn-6d {
border: 2px dashed #226fbe;
}
.btn-6d:hover {
background: transparent;
color: #226fbe;
}
/* Button 6e */
.btn-6e {
border: 2px dashed #226fbe;
border-radius: 15px;
}
.btn-6e:hover {
background: transparent;
color: #226fbe;
}
/* Button 6f */
.btn-6f {
border: 2px dashed #226fbe;
border-radius: 60px;
}
.btn-6f:hover {
background: transparent;
color: #226fbe;
}
/* Button 6g */
.btn-6g {
border: 2px dotted #226fbe;
}
.btn-6g:hover {
background: transparent;
color: #226fbe;
}
/* Button 6h */
.btn-6h {
border: 2px dotted #226fbe;
border-radius: 15px;
}
.btn-6h:hover {
background: transparent;
color: #226fbe;
}
/* Button 6i */
.btn-6i {
border: 2px dotted #226fbe;
border-radius: 60px;
}
.btn-6i:hover {
background: transparent;
color: #226fbe;
}
/* Button 6j */
.btn-6j {
border: 4px double #226fbe;
}
.btn-6j:hover {
background: transparent;
color: #226fbe;
}
/* Button 6k */
.btn-6k {
border: 4px double #226fbe;
border-radius: 15px;
}
.btn-6k:hover {
background: transparent;
color: #226fbe;
}
/* Button 6l */
.btn-6l {
border: 4px double #226fbe;
border-radius: 60px;
}
.btn-6l:hover {
background: transparent;
color: #226fbe;
}
/* Button 7 */
.btn-7 {
background: #17aa56;
color: #fff;
border-radius: 7px;
box-shadow: 0 5px #119e4d;
padding: 25px 60px 25px 90px;
}
/* Button 7a */
.btn-7a {
overflow: hidden;
}
.btn-7a:before {
position: absolute;
left: 0;
width: 40%;
font-size: 160%;
line-height: 0.8;
color: #0a833d;
}
.btn-7a.btn-activated {
-webkit-animation: fadeOutText 0.5s;
-moz-animation: fadeOutText 0.5s;
animation: fadeOutText 0.5s;
}
.btn-7a.btn-activated:before {
-webkit-animation: moveToRight 0.5s;
-moz-animation: moveToRight 0.5s;
animation: moveToRight 0.5s;
}
@-webkit-keyframes fadeOutText {
0% { color: transparent; }
80% { color: transparent; }
100% { color: #fff; }
}
@-moz-keyframes fadeOutText {
0% { color: transparent; }
80% { color: transparent; }
100% { color: #fff; }
}
@keyframes fadeOutText {
0% { color: transparent; }
80% { color: transparent; }
100% { color: #fff; }
}
@-webkit-keyframes moveToRight {
80% { -webkit-transform: translateX(250%); }
81% { opacity: 1; -webkit-transform: translateX(250%); }
82% { opacity: 0; -webkit-transform: translateX(250%); }
83% { opacity: 0; -webkit-transform: translateX(-50%); }
84% { opacity: 1; -webkit-transform: translateX(-50%); }
100% { -webkit-transform: translateX(0%); }
}
@-moz-keyframes moveToRight {
80% { -moz-transform: translateX(250%); }
81% { opacity: 1; -moz-transform: translateX(250%); }
82% { opacity: 0; -moz-transform: translateX(250%); }
83% { opacity: 0; -moz-transform: translateX(-50%); }
84% { opacity: 1; -moz-transform: translateX(-50%); }
100% { -moz-transform: translateX(0%); }
}
@keyframes moveToRight {
80% { transform: translateX(250%); }
81% { opacity: 1; transform: translateX(250%); }
82% { opacity: 0; transform: translateX(250%); }
83% { opacity: 0; transform: translateX(-50%); }
84% { opacity: 1; transform: translateX(-50%); }
100% { transform: translateX(0%); }
}
/* Button 7b */
.btn-7b {
overflow: hidden;
}
.btn-7b:before {
position: absolute;
left: 0;
width: 40%;
font-size: 160%;
line-height: 0.8;
color: #0a833d;
}
.btn-7b.btn-activated:before {
-webkit-animation: scaleUp 0.5s;
-moz-animation: scaleUp 0.5s;
animation: scaleUp 0.5s;
}
@-webkit-keyframes scaleUp {
80% {
opacity: 0;
-webkit-transform: scale(2);
}
100% {
opacity: 0;
-webkit-transform: scale(2);
}
}
@-moz-keyframes scaleUp {
80% {
opacity: 0;
-moz-transform: scale(2);
}
100% {
opacity: 0;
-moz-transform: scale(2);
}
}
@keyframes scaleUp {
80% {
opacity: 0;
transform: scale(2);
}
100% {
opacity: 0;
transform: scale(2);
}
}
/* Icon only style */
.btn-icon-only {
font-size: 0;
padding: 25px 30px;
}
.btn-icon-only:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 26px;
line-height: 54px;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
/* Button 7c */
.btn-7c {
overflow: hidden;
}
.btn-7c:before {
color: #fff;
z-index: 1;
}
.btn-7c:after {
position: absolute;
top: 0;
left: 0;
height: 100%;
z-index: 0;
width: 0;
background: #0a833d;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btn-7c.btn-activated:after {
-webkit-animation: fillToRight 0.7s forwards;
-moz-animation: fillToRight 0.7s forwards;
animation: fillToRight 0.7s forwards;
}
@-webkit-keyframes fillToRight {
to {
width: 100%;
}
}
@-moz-keyframes fillToRight {
to {
width: 100%;
}
}
@keyframes fillToRight {
to {
width: 100%;
}
}
/* Button 7d */
.btn-7d {
overflow: hidden;
}
.btn-7d:before {
color: #fff;
z-index: 1;
}
.btn-7d:after {
position: absolute;
top: 0;
left: 0;
height: 0;
width: 100%;
z-index: 0;
background: #21bb63;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btn-7d.btn-activated:after {
-webkit-animation: emptyBottom 0.7s forwards;
-moz-animation: emptyBottom 0.7s forwards;
animation: emptyBottom 0.7s forwards;
}
@-webkit-keyframes emptyBottom {
to {
height: 100%;
}
}
@-moz-keyframes emptyBottom {
to {
height: 100%;
}
}
@keyframes emptyBottom {
to {
height: 100%;
}
}
/* Button 7e */
.btn-7e:after {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
font-size: 26px;
line-height: 54px;
color: #ea515e;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
opacity: 0;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btn-7e.btn-activated:after {
-webkit-animation: scaleFade 0.5s forwards;
-moz-animation: scaleFade 0.5s forwards;
animation: scaleFade 0.5s forwards;
}
@-webkit-keyframes scaleFade {
50% {
opacity: 1;
-webkit-transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(2.5);
}
}
@-moz-keyframes scaleFade {
50% {
opacity: 1;
-moz-transform: scale(1);
}
100% {
opacity: 0;
-moz-transform: scale(2.5);
}
}
@keyframes scaleFade {
50% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(2.5);
}
}
/* Button 7f */
.btn-7f:before {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
}
.btn-7f:after {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
font-size: 26px;
line-height: 54px;
color: #ffe44d;
visibility: hidden;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #ffe44d;
-webkit-transform: scale(4);
-moz-transform: scale(4);
-ms-transform: scale(4);
transform: scale(4);
opacity: 0;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btn-7f.btn-activated:after {
visibility: visible;
-webkit-animation: dropDown 0.3s forwards;
-moz-animation: dropDown 0.3s forwards;
animation: dropDown 0.3s forwards;
}
@-webkit-keyframes dropDown {
to {
opacity: 1;
-webkit-transform: scale(1);
}
}
@-moz-keyframes dropDown {
to {
opacity: 1;
-moz-transform: scale(1);
}
}
@keyframes dropDown {
to {
opacity: 1;
transform: scale(1);
}
}
/* Button 7g */
.btn-7g:after {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
font-size: 26px;
line-height: 54px;
color: #0a833d;
visibility: hidden;
-webkit-transform: scale(2);
-moz-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
opacity: 0;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btn-7g.btn-activated:after {
visibility: visible;
-webkit-animation: dropDownFade 0.5s forwards;
-moz-animation: dropDownFade 0.5s forwards;
animation: dropDownFade 0.5s forwards;
}
@-webkit-keyframes dropDownFade {
50% {
opacity: 1;
-webkit-transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes dropDownFade {
50% {
opacity: 1;
-moz-transform: scale(1);
}
100% {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes dropDownFade {
50% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(1.5);
}
}
/* Button 7h */
.btn-7h span {
display: inline-block;
width: 100%;
}
.btn-7h:before {
position: absolute;
left: 0;
width: 40%;
font-size: 160%;
line-height: 0.8;
color: #0a833d;
}
/* Success and error */
.btn-success,
.btn-error {
color: transparent;
}
.btn-success:after,
.btn-error:after {
z-index: 1;
color: #fff;
left: 40%;
}
.btn-success:before {
content: "\e001";
}
.btn-success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
-moz-animation: moveUp 0.5s;
animation: moveUp 0.5s;
}
@-webkit-keyframes moveUp {
0% {
-webkit-transform: translateY(50%);
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes moveUp {
0% {
-moz-transform: translateY(50%);
opacity: 0;
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@keyframes moveUp {
0% {
transform: translateY(50%);
opacity: 0;
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.btn-error {
-webkit-animation: shake 0.5s;
-moz-animation: shake 0.5s;
animation: shake 0.5s;
}
/* From Dan Eden's animate.css: http://daneden.me/animate/ */
@-webkit-keyframes shake {
0%, 100% {-webkit-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}
@-moz-keyframes shake {
0%, 100% {-moz-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}
@keyframes shake {
0%, 100% {transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.btn-error:before {
content: "\e002";
}
.btn-error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
-moz-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
}
@-webkit-keyframes scaleFromUp {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@-moz-keyframes scaleFromUp {
0% {
-moz-transform: scale(0);
opacity: 0;
}
100% {
opacity: 1;
-moz-transform: scale(1);
}
}
@keyframes scaleFromUp {
0% {
transform: scale(0);
opacity: 0;
}
100% {
opacity: 1;
transform: scale(1);
}
}
/* Special trash effect */
.trash-effect {
position: relative;
max-width: 320px;
margin: 60px auto 0;
}
.trash-effect .icon-file {
font-size: 30px;
position: absolute;
width: 50px;
height: 50px;
left: 50%;
top: 50%;
margin: -45px 0 0 -25px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform: translateX(90px) translateY(20px) scale(1);
-moz-transform: translateX(90px) translateY(20px) scale(1);
-ms-transform: translateX(90px) translateY(20px) scale(1);
transform: translateX(90px) translateY(20px) scale(1);
}
.trash-effect .icon-file:nth-child(2) {
-webkit-transform: translateX(140px) translateY(-10px) scale(1);
-moz-transform: translateX(140px) translateY(-10px) scale(1);
-ms-transform: translateX(140px) translateY(-10px) scale(1);
transform: translateX(140px) translateY(-10px) scale(1);
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.trash-effect .icon-file:nth-child(3) {
-webkit-transform: translateX(140px) translateY(50px) scale(1);
-moz-transform: translateX(140px) translateY(50px) scale(1);
-ms-transform: translateX(140px) translateY(50px) scale(1);
transform: translateX(140px) translateY(50px) scale(1);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.trash-effect.trash-effect-active .icon-file {
-webkit-transform: translateX(-100px) translateY(-10px) scale(0);
-moz-transform: translateX(-100px) translateY(-10px) scale(0);
-ms-transform: translateX(-100px) translateY(-10px) scale(0);
transform: translateX(-100px) translateY(-10px) scale(0);
}
/* Button 7i */
.btn-7i {
box-shadow: none;
border-radius: 0 0 7px 7px;
padding: 27px 33px;
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
-ms-transform: translateX(-100px);
transform: translateX(-100px);
}
.btn-7i:before {
line-height: 45px;
}
.btn-7i:after {
height: 11px; /* should be 10px but in Chrome Version 34.0.1847.131 there's a gap because of the transform of the button */
width: 100%;
background: #17aa56;
border-radius: 7px 7px 0 0;
left: 0;
top: -10px;
z-index: 1;
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.trash-effect-active .btn-7i:after {
-webkit-animation: openTrash 0.5s;
-moz-animation: openTrash 0.5s;
animation: openTrash 0.5s;
}
@-webkit-keyframes openTrash {
50% {
-webkit-transform: rotate(-35deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@-moz-keyframes openTrash {
50% {
-moz-transform: rotate(-35deg);
}
100% {
-moz-transform: rotate(0deg);
}
}
@keyframes openTrash {
50% {
transform: rotate(-35deg);
}
100% {
transform: rotate(0deg);
}
}
/* Button 8 */
.perspective {
-webkit-perspective: 800px;
-moz-perspective: 800px;
perspective: 800px;
display: inline-block;
}
.btn-8 {
display: block;
background: #5cbcf6;
outline: 1px solid transparent; /* FF jagged edges fix */
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.btn-8:active {
background: #55b7f3;
}
/* Button 8a */
.btn-8a:after {
width: 100%;
height: 42%; /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
left: 0;
top: -40%;
background: #49a7df;
-webkit-transform-origin: 0% 100%;
-webkit-transform: rotateX(90deg);
-moz-transform-origin: 0% 100%;
-moz-transform: rotateX(90deg);
transform-origin: 0% 100%;
transform: rotateX(90deg);
}
.btn-8a:hover {
-webkit-transform: rotateX(-15deg);
-moz-transform: rotateX(-15deg);
-ms-transform: rotateX(-15deg);
transform: rotateX(-15deg);
}
/* Button 8b */
.btn-8b:after {
width: 100%;
height: 40%;
left: 0;
top: 100%;
background: #49a7df;
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(-90deg);
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(-90deg);
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(-90deg);
transform-origin: 0% 0%;
transform: rotateX(-90deg);
}
.btn-8b:hover {
-webkit-transform: rotateX(15deg);
-moz-transform: rotateX(15deg);
-ms-transform: rotateX(15deg);
transform: rotateX(15deg);
}
/* Button 8c */
.btn-8c:after {
width: 21%; /* should be 20% but there's a gap in Chrome Version 34.0.1847.131 */
height: 100%;
left: -20%;
top: 0;
background: #49a7df;
-webkit-transform-origin: 100% 0%;
-webkit-transform: rotateY(-90deg);
-moz-transform-origin: 100% 0%;
-moz-transform: rotateY(-90deg);
-ms-transform-origin: 100% 0%;
-ms-transform: rotateY(-90deg);
transform-origin: 100% 0%;
transform: rotateY(-90deg);
}
.btn-8c:hover {
-webkit-transform: rotateY(15deg);
-moz-transform: rotateY(15deg);
-ms-transform: rotateY(15deg);
transform: rotateY(15deg);
}
/* Button 8d */
.btn-8d:after {
width: 20%;
height: 100%;
left: 100%;
top: 0;
background: #49a7df;
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateY(90deg);
-moz-transform-origin: 0% 0%;
-moz-transform: rotateY(90deg);
-ms-transform-origin: 0% 0%;
-ms-transform: rotateY(90deg);
transform-origin: 0% 0%;
transform: rotateY(90deg);
}
.btn-8d:hover {
-webkit-transform: rotateY(-15deg);
-moz-transform: rotateY(-15deg);
-ms-transform: rotateY(-15deg);
transform: rotateY(-15deg);
}
/* Button 8e */
.btn-8e {
-webkit-transform: rotateX(-15deg);
-moz-transform: rotateX(-15deg);
-ms-transform: rotateX(-15deg);
transform: rotateX(-15deg);
}
.btn-8e:after {
width: 100%;
height: 42%; /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
left: 0;
top: -40%;
background: #49a7df;
-webkit-transform-origin: 0% 100%;
-webkit-transform: rotateX(90deg);
-moz-transform-origin: 0% 100%;
-moz-transform: rotateX(90deg);
-ms-transform-origin: 0% 100%;
-ms-transform: rotateX(90deg);
transform-origin: 0% 100%;
transform: rotateX(90deg);
}
.btn-8e:active {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
}
/* Button 8f */
.btn-8f {
-webkit-transform: rotateX(15deg);
-moz-transform: rotateX(15deg);
-ms-transform: rotateX(15deg);
transform: rotateX(15deg);
}
.btn-8f:after {
width: 100%;
height: 40%;
left: 0;
top: 100%;
background: #49a7df;
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(-90deg);
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(-90deg);
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(-90deg);
transform-origin: 0% 0%;
transform: rotateX(-90deg);
}
.btn-8f:active {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
}
/* Button 8g */
.btn-8g {
background: #fff;
color: #999;
}
.btn-8g:active {
background: #fff;
}
.btn-8g:after,
.btn-8g:before {
text-transform: uppercase;
width: 100%;
height: 100%;
position: absolute;
left: 0;
line-height: 70px;
}
.btn-8g:after {
top: -98%; /* should be -100% but there's a gap in Chrome Version 34.0.1847.131 */
background: #7aca7c;
color: #358337;
content: 'It worked!';
-webkit-transform-origin: 0% 100%;
-webkit-transform: rotateX(90deg);
-moz-transform-origin: 0% 100%;
-moz-transform: rotateX(90deg);
-ms-transform-origin: 0% 100%;
-ms-transform: rotateX(90deg);
transform-origin: 0% 100%;
transform: rotateX(90deg);
}
.btn-8g:before {
top: 100%;
background: #e96a6a;
color: #a33a3a;
content: 'Error!';
font-weight: 700;
font-family: 'Lato', Calibri, Arial, sans-serif;
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(-90deg);
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(-90deg);
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(-90deg);
transform-origin: 0% 0%;
transform: rotateX(-90deg);
}
.btn-8g.btn-success3d {
background: #aaa;
-webkit-transform-origin: 50% 100%;
-webkit-transform: rotateX(-90deg) translateY(100%);
-moz-transform-origin: 50% 100%;
-moz-transform: rotateX(-90deg) translateY(100%);
-ms-transform-origin: 50% 100%;
-ms-transform: rotateX(-90deg) translateY(100%);
transform-origin: 50% 100%;
transform: rotateX(-90deg) translateY(100%);
}
.btn-8g.btn-error3d {
background: #aaa;
-webkit-transform-origin: 50% 0%;
-webkit-transform: rotateX(90deg) translateY(-100%);
-moz-transform-origin: 50% 0%;
-moz-transform: rotateX(90deg) translateY(-100%);
-ms-transform-origin: 50% 0%;
-ms-transform: rotateX(90deg) translateY(-100%);
transform-origin: 50% 0%;
transform: rotateX(90deg) translateY(-100%);
} | 0.273671 | 0.063048 |
html.truncgil a {
color: #323232;
font-size: 1rem;
transition: .3s ease;
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
-o-transition: .3s ease;
}
html.truncgil a:hover {
color: #0077B5;
text-decoration: none;
}
.w-0,
.w-none {
width: 0 !important;
}
.h-0,
.h-none {
height: 0 !important;
}
.wh-0,
.wh-none {
width: 0 !important;
height: 0 !important;
}
.m-0,
.m-no {
margin: 0 !important;
}
.p-0,
.p-no {
padding: 0 !important;
}
div.reset-div {
padding: 0 !important;
margin: 0 !important;
background: none !important;
width: auto !important;
height: auto !important;
}
.bg-none {
background: none !important;
}
.border-none {
border: none !important;
}
.m-0-auto {
display: block;
margin: 0 auto;
}
.m-5 {
margin: 5px;
}
.m-10 {
margin: 10px;
}
.m-20 {
margin: 20px;
}
.m-30 {
margin: 30px;
}
.m-40 {
margin: 40px;
}
.m-50 {
margin: 50px;
}
.m-100 {
margin: 100px;
}
.mt-5 {
margin-top: 5px;
}
.mt-5-i {
margin-top: 5px !important;
}
.mt-7p5 {
margin-top: 7.5px;
}
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-25 {
margin-top: 25px;
}
.mt-30 {
margin-top: 30px;
}
.mt-35 {
margin-top: 35px;
}
.mt-40 {
margin-top: 40px;
}
.mt-45 {
margin-top: 45px;
}
.mt-50 {
margin-top: 50px;
}
.mt-60 {
margin-top: 60px;
}
.mt-70 {
margin-top: 70px;
}
.mt-80 {
margin-top: 80px;
}
.mt-90 {
margin-top: 90px;
}
.mt-100 {
margin-top: 100px;
}
.mt-150 {
margin-top: 150px;
}
.mt-200 {
margin-top: 200px;
}
.mt-250 {
margin-top: 250px;
}
.mt-300 {
margin-top: 200px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-100 {
margin-bottom: 100px;
}
.mb-200 {
margin-bottom: 200px;
}
.mb-300 {
margin-bottom: 300px;
}
.mt-0 {
margin-top: 0;
}
.mt-0-i {
margin-top: 0 !important;
}
.ml-0 {
margin-left: 0;
}
.mr-0 {
margin-right: 0;
}
.mb-0 {
margin-bottom: 0;
}
.p-5 {
padding: 5px;
}
.p-10 {
padding: 10px;
}
.p-20 {
padding: 20px;
}
.p-30 {
padding: 30px;
}
.p-40 {
padding: 40px;
}
.p-50 {
padding: 50px;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-80 {
padding-bottom: 80px;
}
.pt-10 {
padding-top: 10px;
}
.pt-20 {
padding-top: 20px;
}
.pt-25 {
padding-top: 25px;
}
.pt-50 {
padding-top: 50px;
}
.pt-70 {
padding-top: 80px;
}
.pt-80 {
padding-top: 80px;
}
.pt-100 {
padding-top: 100px;
}
.ptb-30 {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.ptb-50 {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
.ptb-80 {
padding-top: 80px;
padding-bottom: 80px;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pb-40 {
padding-bottom: 40px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.pb-60 {
padding-bottom: 60px !important;
}
.pb-70 {
padding-bottom: 70px !important;
}
.pb-80 {
padding-bottom: 80px !important;
}
.pb-90 {
padding-bottom: 90px !important;
}
.pb-100 {
padding-bottom: 100px;
}
.plr-5 {
padding-left: 5px !important;
padding-right: 5px !important;
}
.plr-5-for-two-col.first {
padding-right: 2.5px;
}
.plr-5-for-two-col.second {
padding-left: 2.5px;
}
.plr-10-for-two-col.first {
padding-right: 5px;
}
.plr-10-for-two-col.second {
padding-left: 5px;
}
.plr-10 {
padding-left: 10px;
padding-right: 10px;
}
.plr-20 {
padding-left: 20px;
padding-right: 20px;
}
.plr-30 {
padding-left: 30px;
padding-right: 30px;
}
.plr-40 {
padding-left: 40px;
padding-right: 40px;
}
.plr-50 {
padding-left: 50px;
padding-right: 50px;
}
.plr-60 {
padding-left: 60px;
padding-right: 60px;
}
.plr-70 {
padding-left: 70px;
padding-right: 70px;
}
.plr-5p {
padding-left: 5%;
padding-right: 5%;
}
.plr-10p {
padding-left: 10%;
padding-right: 10%;
}
.plr-15p {
padding-left: 15%;
padding-right: 15%;
}
.plr-20p {
padding-left: 20%;
padding-right: 20%;
}
.plr-25p {
padding-left: 25%;
padding-right: 25%;
}
.plr-30p {
padding-left: 30%;
padding-right: 30%;
}
.plr-35p {
padding-left: 35%;
padding-right: 35%;
}
.plr-40p {
padding-left: 40%;
padding-right: 40%;
}
.plr-45p {
padding-left: 45%;
padding-right: 45%;
}
.plr-50p {
padding-left: 50%;
padding-right: 50%;
}
.pl-0 {
padding-left: 0;
}
@media (min-width: 768px) {
.pl-0-md {
padding-left: 0 !important;
}
}
.t-right {
text-align: right !important;
}
.t-left {
text-align: left !important;
}
.t-center {
text-align: center !important;
}
.t-justify {
text-align: justify !important;
}
.t-justify-to-children * {
text-align: justify !important;
}
.t-center-to-children * {
text-align: center !important;
}
.t-left-to-children * {
text-align: left !important;
}
.t-right-to-children * {
text-align: right !important;
}
.t-uppercase {
text-transform: uppercase;
}
.t-lowercase {
text-transform: lowercase;
}
.t-capitalize {
text-transform: capitalize;
}
.t-white {
color: #fff;
}
.t-black {
color: #000;
}
.t-fancy-white {
color: #eee;
}
.t-fancy-black {
color: #333;
}
.t-dark-grey {
color: #555;
}
.t-underline {
text-decoration: underline;
}
.t-italic {
font-style: italic;
}
.t-lighter {
font-weight: lighter;
}
.t-normal {
font-weight: normal !important;
}
.t-bold {
font-weight: bold;
}
.t-bolder {
font-weight: bolder;
}
.f-left {
float: left;
}
.f-right {
float: right;
}
.navbar-toggler {
color:black !important;
position:relative;
top:5px;
background:white !important;
border:none !important;
}
.f-none {
float: none;
}
.pos-relative {
position: relative;
}
.pos-static {
position: static;
}
.pos-absolute {
position: absolute;
}
.pos-fixed {
position: fixed;
}
.pos-sticky {
position: sticky;
position: -webkit-sticky;
}
.pos-unset {
position: unset;
}
.tl-0 {
top: 0;
left: 0;
}
.z-9 {
z-index: 9;
}
.flasher {
border: 1px solid #f00;
}
.flasher-green {
border: 1px solid #0f0;
}
.flasher-blue {
border: 1px solid #00f;
}
.flasher-black {
border: 1px solid #000;
}
.flasher-white {
border: 1px solid #fff;
}
.flasher-red {
border: 1px solid #f00;
}
.flasher-yellow {
border: 1px solid #f9d71c;
}
.w-full {
width: 100%;
}
.w-25p {
width: 25%;
}
.w-50p {
width: 50%;
}
.w-75p {
width: 75%;
}
.w-10p {
width: 10%;
}
.w-20p {
width: 20%;
}
.w-30p {
width: 30%;
}
.w-40p {
width: 40%;
}
.w-60p {
width: 60%;
}
.w-70p {
width: 70%;
}
.w-80p {
width: 80%;
}
.w-90p {
width: 90%;
}
.w-33p {
width: 33%;
}
.w-66p {
width: 66%;
}
.w-67p {
width: 67%;
}
.w-99p {
width: 99%;
}
.w-5p {
width: 5%;
}
.w-15p {
width: 15%;
}
.w-35p {
width: 35%;
}
.w-45p {
width: 45%;
}
.w-55p {
width: 55%;
}
.w-65p {
width: 65%;
}
.w-85p {
width: 85%;
}
.w-95p {
width: 95%;
}
.w-auto {
width: auto;
}
.w-full-h-auto {
width: 100%;
height: auto;
}
@media screen and (max-width:768px) {
.tr-card-title-homepage {
font-size: 16px;
}
#mainLogo{
width:230px
}
}
.h-full-w-auto {
height: 100%;
width: auto;
}
.wh-25p {
width: 25%;
height: 25%;
}
.wh-50p {
width: 50%;
height: 50%;
}
.wh-75p {
width: 75%;
height: 75%;
}
.wh-full,
.wh-100p,
.wh-100 {
width: 100%;
height: 100%;
}
.h-1rem {
height: 1rem;
}
.h-2rem {
height: 2rem;
}
.h-3rem {
height: 3rem;
}
.h-4rem {
height: 4rem;
}
.h-5rem {
height: 5rem;
}
.h-6rem {
height: 6rem;
}
.h-7rem {
height: 7rem;
}
.h-8rem {
height: 8rem;
}
.h-9rem {
height: 9rem;
}
.h-10rem {
height: 10rem;
}
.h-80p {
height: 80%;
}
.h-25p {
height: 25%;
}
.h-50p {
height: 50%;
}
.h-75p {
height: 75%;
}
.max-w-100 {
max-width: 100px;
}
.square-box {
width: 100%;
}
.square-box:after {
content: "";
display: block;
padding-bottom: 100%;
}
.round-box {
width: 100%;
border-radius: 50%;
}
.round-box:after {
content: "";
display: block;
padding-bottom: 100%;
}
.bg-cover {
background-size: cover;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparet {
background-color: transparent !important;
}
.parallax-section-with-height {
width: 100%;
height: 60vh;
/* background-attachment: fixed; */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax-section {
width: 100%;
/* background-attachment: fixed; */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax-section-important {
width: 100% !important;
background-attachment: fixed !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.section-bg-gray {
background-color: #ededed;
}
/* tr-image-cards */
.tr-image-cards .card-item .card-image-outer {
overflow: hidden;
}
.tr-image-cards .card-item a .card-image {
transition: .4s ease;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
-o-transition: .4s ease;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
}
.tr-image-cards .card-item a:hover .card-image-outer {
background-color: rgba(0, 0, 0, 0.3);
}
.tr-image-cards .card-item a:hover .card-image {
transform: scale(1.2) rotate(-10deg);
-webkit-transformm: scale(1.2) rotate(-10deg);
-moz-transformm: scale(1.2) rotate(-10deg);
-o-transformm: scale(1.2) rotate(-10deg);
filter: none;
-webkit-filter: none;
-moz-filter: none;
}
/* /tr-image-cards */
.default-section {
padding-top: 30px;
padding-bottom: 30px;
}
.default-section.smallest {
padding-top: 10px;
padding-bottom: 10px;
}
.default-section.smaller {
padding-top: 20px;
padding-bottom: 20px;
}
.default-section.small {
padding-top: 30px;
padding-bottom: 30px;
}
.default-section.large {
/* padding-top: 70px; */
/* padding-bottom: 70px; */
padding: 10px 0 0 0;
margin: 20px 0;
}
.default-section.larger {
padding-top: 90px;
padding-bottom: 90px;
}
.default-section.largest {
padding-top: 90px;
padding-bottom: 90px;
}
.section-stripe {
background-color: #ddd;
}
@media (max-width: 767px) {
.mt-7rem-to-md-i {
margin-top: 7rem !important;
}
}
@media (min-width: 992px) {
.mt-md-40 {
margin-top: 40px;
}
.mt-md-50 {
margin-top: 50px;
}
.mt-md-80 {
margin-top: 80px;
}
.mt-md-15vh {
margin-top: 15vh;
}
}
@media (min-width:768px) {
.plr-10-md-else-mt-10 {
padding-left: 10px;
padding-right: 10px;
}
.plr-30-md-else-mt-10 {
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width:767px) {
.plr-10-md-else-mt-10 {
margin-top: 10px;
}
.plr-30-md-else-mt-10 {
margin-top: 10px;
}
}
.no-li-style {
list-style: none;
}
.fs-10 {
font-size: 10px;
}
.fs-12 {
font-size: 12px;
}
.fs-13 {
font-size: 13px;
}
.fs-14 {
font-size: 14px;
}
.fs-16 {
font-size: 16px;
}
.fs-18 {
font-size: 18px;
}
.fs-20 {
font-size: 20px;
}
.fs-30 {
font-size: 30px;
}
.fs-40 {
font-size: 40px;
}
.fs-50 {
font-size: 50px;
}
.fs-60 {
font-size: 60px;
}
.fs-70 {
font-size: 70px;
}
.fs-0p1rem {
font-size: .1rem;
}
.fs-0p2rem {
font-size: .2rem;
}
.fs-0p3rem {
font-size: .3rem;
}
.fs-0p4rem {
font-size: .4rem;
}
.fs-0p5rem {
font-size: .5rem;
}
.fs-0p6rem {
font-size: .6rem;
}
.fs-0p7rem {
font-size: .7rem;
}
.fs-0p8rem {
font-size: .8rem;
}
.fs-0p9rem {
font-size: .9rem;
}
.fs-1rem {
font-size: 1rem;
}
.fs-1p1rem {
font-size: 1.1rem;
}
.fs-1p2rem {
font-size: 1.2rem;
}
.fs-1p3rem {
font-size: 1.3rem;
}
.fs-1p3rem-i {
font-size: 1.3rem !important;
}
.fs-1p4rem {
font-size: 1.4rem;
}
.fs-1p4rem-i {
font-size: 1.4rem !important;
}
.fs-1p5rem {
font-size: 1.5rem;
}
.fs-1p5rem-i {
font-size: 1.5rem !important;
}
.fs-1p6rem {
font-size: 1.6rem;
}
.fs-1p7rem {
font-size: 1.7rem;
}
.fs-1p8rem {
font-size: 1.8rem;
}
.fs-1p9rem {
font-size: 1.9rem;
}
.fs-2rem {
font-size: 2rem;
}
.fs-3rem {
font-size: 3rem;
}
.fs-4rem {
font-size: 4rem;
}
.fs-5rem {
font-size: 5rem;
}
.fs-5rem-i {
font-size: 5rem !important;
}
.fs-6rem {
font-size: 6rem;
}
.fs-7rem {
font-size: 7rem;
}
.fs-8rem {
font-size: 8rem;
}
.fs-9rem {
font-size: 9rem;
}
.fs-10rem {
font-size: 10rem;
}
.fs-20rem {
font-size: 20rem;
}
.fs-initial {
font-size: initial !important;
}
.fs-inherit {
font-size: inherit !important;
}
.p-set-for-contact-table>tbody>tr>td:first-of-type {
padding-right: 10px;
}
.p-set-for-contact-table>tbody>tr>td:last-of-type {
padding-left: 10px;
}
.centered-list {
text-align: center;
}
.centered-list>li {
display: inline-block;
float: none !important;
}
iframe.iframe-map-smaller {
width: 100%;
height: 20vh;
}
iframe.iframe-map-25vh {
width: 100%;
height: 25vh;
}
iframe.iframe-map-small {
width: 100%;
height: 30vh;
}
iframe.iframe-map {
width: 100%;
height: 40vh;
}
iframe.iframe-map-larger {
width: 100%;
height: 50vh;
}
h1.parallax-section-title {
padding-top: 15%;
font-size: 4rem;
padding-left: 18%;
}
.parallax-section-title-centered {
text-align: center;
position: absolute;
font-size: 3rem !important;
width: 100%;
top: calc(50% - 1.5rem);
background-color: rgba(0, 0, 0, 0.8);
color: #fff;
padding-top: 1rem;
padding-bottom: 1rem;
}
.section-title,
.section-title.medium {
font-size: 2rem;
}
.section-title.small {
font-size: 1.2rem;
}
.section-title.x-small {
font-size: 1rem;
}
.section-title.large {
font-size: 2.2rem;
}
.section-title.larger {
font-size: 3rem;
}
.section-title.x-large {
font-size: 4rem;
}
.section-title.xx-large {
font-size: 5rem;
}
.section-title.xxx-large {
font-size: 6rem;
}
.col-plr-10 {
padding-left: 10px;
padding-right: 10px;
}
.col-plr-10.first {
padding-left: 0 !important;
}
.col-plr-10.last {
padding-right: 0 !important;
}
ul.bbc {
list-style-type: none;
}
ul.bbc li {
position: relative;
margin: 0;
padding-bottom: 1em;
padding-left: 20px;
}
ul.bbc li:before {
background-color: #c00;
/* color */
width: 2px;
content: '';
position: absolute;
top: 0px;
bottom: 0px;
left: 5px;
}
ul.bbc li::after {
content: '';
position: absolute;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%23c00' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
/* color */
background-repeat: no-repeat;
background-size: contain;
left: 0;
top: 2px;
width: 12px;
height: 12px;
}
ul.bbc li:first-child::after {
content: '';
width: 16px;
height: 16px;
left: -2px;
top: 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Cpath d='M16 4c6.6 0 12 5.4 12 12s-5.4 12-12 12S4 22.6 4 16 9.4 4 16 4zm0-4C7.2 0 0 7.2 0 16s7.2 16 16 16 16-7.2 16-16S24.8 0 16 0z' fill='%23c00'%3E%3C/path%3E%3Ccircle fill='%23c00' cx='16' cy='16' r='6'%3E%3C/circle%3E%3C/svg%3E");
/* color */
}
ul.bbc li:first-child:before {
top: 15px;
}
ul.bbc li:last-child:before {
height: 6px;
}
.border-radius-50p {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
/* Image Gallery Tabs */
.image-gallery-tabs {
border-bottom: none;
}
.image-gallery-tabs .nav-item,
.image-gallery-tabs .nav-link {
border: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
margin-bottom: 0;
padding: 0;
}
.image-gallery-tabs .nav-link.active {
color: inherit;
background-color: unset;
border: none;
}
.image-gallery-tabs .nav-link.active .card-image {
filter: none;
-webkit-filter: none;
-moz-filter: none;
}
.image-gallery-tabs .card-item {
padding: 0;
}
.image-gallery-tabs .card-item .card-image-outer {
overflow: hidden;
}
.image-gallery-tabs .card-item a .card-image {
transition: .4s ease;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
-o-transition: .4s ease;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
}
.image-gallery-tabs .card-item a:hover .card-image-outer {
background-color: rgba(0, 0, 0, 0.3);
}
.image-gallery-tabs .card-item a:hover .card-image {
transform: scale(1.2) rotate(-10deg);
-webkit-transformm: scale(1.2) rotate(-10deg);
-moz-transformm: scale(1.2) rotate(-10deg);
-o-transformm: scale(1.2) rotate(-10deg);
filter: none;
-webkit-filter: none;
-moz-filter: none;
}
.image-gallery-tabs-content {
width: 100%;
}
.image-gallery-tabs-content .tab-pane {
padding-top: 40px;
padding-bottom: 40px;
}
/* /Image Gallery Tabs */
@media (min-width: 992px) {
.w-20p-lg {
width: 20%;
}
}
.h-10vh {
height: 10vh;
}
.h-20vh {
height: 20vh;
}
.h-30vh {
height: 30vh;
}
.h-40vh {
height: 40vh;
}
.h-50vh {
height: 50vh;
}
.h-60vh {
height: 60vh;
}
.h-70vh {
height: 70vh;
}
.h-80vh {
height: 80vh;
}
.h-90vh {
height: 90vh;
}
.h-100vh {
height: 100vh;
}
.h-25vh-w-auto {
height: 25vh !important;
width: auto;
}
.designed-by {
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
}
.designed-by:hover {
letter-spacing: 10px;
}
.footer-designed-by-dark {
color: #777;
}
ul.no-style,
ol.no-style {
list-style: none;
}
input.fancy-dark {
background-color: #333;
color: #fff;
border-color: #ddd;
}
input.fancy-dark:focus {
background-color: #333;
color: #fff;
border-color: #ddd;
}
.cursor-default {
cursor: default;
}
a.bademmedya {
color: #f7a30a !important;
transition: .5s ease !important;
-webkit-transition: .5s ease !important;
-moz-transition: .5s ease !important;
-o-transition: .5s ease !important;
}
a.bademmedya:hover {
color: #f7a30a !important;
text-decoration: none !important;
letter-spacing: 5px;
}
a.truncgil {
color: #fc7a01 !important;
transition: .5s ease !important;
-webkit-transition: .5s ease !important;
-moz-transition: .5s ease !important;
-o-transition: .5s ease !important;
}
a.truncgil:hover {
color: #fc7a01 !important;
text-decoration: none !important;
letter-spacing: 5px;
}
.checkmark {
display: inline-block;
width: 22px;
height: 22px;
-ms-transform: rotate(45deg);
/* IE 9 */
-webkit-transform: rotate(45deg);
/* Chrome, Safari, Opera */
transform: rotate(45deg);
}
.checkmark_circle {
position: absolute;
width: 22px;
height: 22px;
background-color: green;
border-radius: 11px;
left: 0;
top: 0;
}
.checkmark_stem {
position: absolute;
width: 3px;
height: 9px;
background-color: #fff;
left: 11px;
top: 6px;
}
.checkmark_kick {
position: absolute;
width: 3px;
height: 3px;
background-color: #fff;
left: 8px;
top: 12px;
}
ul.default {
list-style: none;
padding-inline-start: 0px !important;
}
ul.default>li {
vertical-align: middle;
}
.v-align-middle {
vertical-align: middle;
display: inline-block;
}
.v-align-bottom {
vertical-align: bottom;
display: inline-block;
left: 0;
bottom: 0;
}
.v-align-top {
vertical-align: top;
display: inline-block;
}
.v-align-baseline {
vertical-align: baseline;
display: inline-block;
}
.v-align-sub {
vertical-align: sub;
display: inline-block;
}
.p-0p5rem {
padding: 0.5rem !important;
}
.p-1rem {
padding: 1rem !important;
}
.p-1p5rem {
padding: 1.5rem !important;
}
.p-2rem {
padding: 2rem !important;
}
.p-2p5rem {
padding: 2p5rem !important;
}
.p-3rem {
padding: 3rem !important;
}
.wh-auto {
width: auto;
height: auto;
}
/* Shapes */
/* https://css-tricks.com/the-shapes-of-css/ */
.tr-shape-square {
width: 100px;
height: 100px;
}
.tr-shape-rectangle {
width: 200px;
height: 100px;
background: red;
}
.tr-shape-circle {
width: 100px;
height: 100px;
background: red;
border-radius: 50%
}
.tr-shape-oval {
width: 200px;
height: 100px;
background: red;
border-radius: 100px / 50px;
}
.tr-shape-triangle-up {
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 100px solid red;
}
.tr-shape-triangle-down {
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 100px solid red;
}
.tr-shape-triangle-left {
width: 0;
height: 0;
border-top: 50px solid transparent;
border-right: 100px solid red;
border-bottom: 50px solid transparent;
}
.tr-shape-triangle-right {
width: 0;
height: 0;
border-top: 50px solid transparent;
border-left: 100px solid red;
border-bottom: 50px solid transparent;
}
.tr-shape-triangle-topleft {
width: 0;
height: 0;
border-top: 100px solid red;
border-right: 100px solid transparent;
}
.tr-shape-triangle-topright {
width: 0;
height: 0;
border-top: 100px solid red;
border-left: 100px solid transparent;
}
.tr-shape-triangle-bottomleft {
width: 0;
height: 0;
border-bottom: 100px solid red;
border-right: 100px solid transparent;
}
.tr-shape-triangle-bottomright {
width: 0;
height: 0;
border-bottom: 100px solid red;
border-left: 100px solid transparent;
}
.tr-shape-curvedarrow {
position: relative;
width: 0;
height: 0;
border-top: 9px solid transparent;
border-right: 9px solid red;
transform: rotate(10deg);
}
.tr-shape-curvedarrow:after {
content: "";
position: absolute;
border: 0 solid transparent;
border-top: 3px solid red;
border-radius: 20px 0 0 0;
top: -12px;
left: -9px;
width: 12px;
height: 12px;
transform: rotate(45deg);
}
.tr-shape-trapezoid {
border-bottom: 100px solid red;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
height: 0;
width: 100px;
}
.tr-shape-parallelogram {
width: 150px;
height: 100px;
transform: skew(20deg);
background: red;
}
.tr-shape-star-six {
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 100px solid red;
position: relative;
}
.tr-shape-star-six:after {
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 100px solid red;
position: absolute;
content: "";
top: 30px;
left: -50px;
}
.tr-shape-star-five {
margin: 50px 0;
position: relative;
display: block;
color: red;
width: 0px;
height: 0px;
border-right: 100px solid transparent;
border-bottom: 70px solid red;
border-left: 100px solid transparent;
transform: rotate(35deg);
}
.tr-shape-star-five:before {
border-bottom: 80px solid red;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
position: absolute;
height: 0;
width: 0;
top: -45px;
left: -65px;
display: block;
content: '';
transform: rotate(-35deg);
}
.tr-shape-star-five:after {
position: absolute;
display: block;
color: red;
top: 3px;
left: -105px;
width: 0px;
height: 0px;
border-right: 100px solid transparent;
border-bottom: 70px solid red;
border-left: 100px solid transparent;
transform: rotate(-70deg);
content: '';
}
.tr-shape-pentagon {
position: relative;
width: 54px;
box-sizing: content-box;
border-width: 50px 18px 0;
border-style: solid;
border-color: red transparent;
}
.tr-shape-pentagon:before {
content: "";
position: absolute;
height: 0;
width: 0;
top: -85px;
left: -18px;
border-width: 0 45px 35px;
border-style: solid;
border-color: transparent transparent red;
}
.tr-shape-hexagon {
width: 100px;
height: 55px;
background: red;
position: relative;
}
.tr-shape-hexagon:before {
content: "";
position: absolute;
top: -25px;
left: 0;
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 25px solid red;
}
.tr-shape-hexagon:after {
content: "";
position: absolute;
bottom: -25px;
left: 0;
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 25px solid red;
}
.tr-shape-octagon {
width: 100px;
height: 100px;
background: red;
position: relative;
}
.tr-shape-octagon:before {
content: "";
width: 100px;
height: 0;
position: absolute;
top: 0;
left: 0;
border-bottom: 29px solid red;
border-left: 29px solid #eee;
border-right: 29px solid #eee;
}
.tr-shape-octagon:after {
content: "";
width: 100px;
height: 0;
position: absolute;
bottom: 0;
left: 0;
border-top: 29px solid red;
border-left: 29px solid #eee;
border-right: 29px solid #eee;
}
.tr-shape-heart {
position: relative;
width: 100px;
height: 90px;
}
.tr-shape-heart:before,
.tr-shape-heart:after {
position: absolute;
content: "";
left: 50px;
top: 0;
width: 50px;
height: 80px;
background: red;
border-radius: 50px 50px 0 0;
transform: rotate(-45deg);
transform-origin: 0 100%;
}
.tr-shape-heart:after {
left: 0;
transform: rotate(45deg);
transform-origin: 100% 100%;
}
.tr-shape-infinity {
position: relative;
width: 212px;
height: 100px;
box-sizing: content-box;
}
.tr-shape-infinity:before,
.tr-shape-infinity:after {
content: "";
box-sizing: content-box;
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
border: 20px solid red;
border-radius: 50px 50px 0 50px;
transform: rotate(-45deg);
}
.tr-shape-infinity:after {
left: auto;
right: 0;
border-radius: 50px 50px 50px 0;
transform: rotate(45deg);
}
.tr-shape-diamond {
width: 0;
height: 0;
border: 50px solid transparent;
border-bottom-color: red;
position: relative;
top: -50px;
}
.tr-shape-diamond:after {
content: '';
position: absolute;
left: -50px;
top: 50px;
width: 0;
height: 0;
border: 50px solid transparent;
border-top-color: red;
}
.tr-shape-diamond-shield {
width: 0;
height: 0;
border: 50px solid transparent;
border-bottom: 20px solid red;
position: relative;
top: -50px;
}
.tr-shape-diamond-shield:after {
content: '';
position: absolute;
left: -50px;
top: 20px;
width: 0;
height: 0;
border: 50px solid transparent;
border-top: 70px solid red;
}
.tr-shape-diamond-narrow {
width: 0;
height: 0;
border: 50px solid transparent;
border-bottom: 70px solid red;
position: relative;
top: -50px;
}
.tr-shape-diamond-narrow:after {
content: '';
position: absolute;
left: -50px;
top: 70px;
width: 0;
height: 0;
border: 50px solid transparent;
border-top: 70px solid red;
}
.tr-shape-cut-diamond {
border-style: solid;
border-color: transparent transparent red transparent;
border-width: 0 25px 25px 25px;
height: 0;
width: 50px;
box-sizing: content-box;
position: relative;
margin: 20px 0 50px 0;
}
.tr-shape-cut-diamond:after {
content: "";
position: absolute;
top: 25px;
left: -25px;
width: 0;
height: 0;
border-style: solid;
border-color: red transparent transparent transparent;
border-width: 70px 50px 0 50px;
}
.tr-shape-egg {
display: block;
width: 126px;
height: 180px;
background-color: red;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
.tr-shape-pacman {
width: 0px;
height: 0px;
border-right: 60px solid transparent;
border-top: 60px solid red;
border-left: 60px solid red;
border-bottom: 60px solid red;
border-top-left-radius: 60px;
border-top-right-radius: 60px;
border-bottom-left-radius: 60px;
border-bottom-right-radius: 60px;
}
.tr-shape-talkbubble {
width: 120px;
height: 80px;
background: red;
position: relative;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.tr-shape-talkbubble:before {
content: "";
position: absolute;
right: 100%;
top: 26px;
width: 0;
height: 0;
border-top: 13px solid transparent;
border-right: 26px solid red;
border-bottom: 13px solid transparent;
}
.tr-shape-burst-12 {
background: red;
width: 80px;
height: 80px;
position: relative;
text-align: center;
}
.tr-shape-burst-12:before,
.tr-shape-burst-12:after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 80px;
width: 80px;
background: red;
}
.tr-shape-burst-12:before {
transform: rotate(30deg);
}
.tr-shape-burst-12:after {
transform: rotate(60deg);
}
.tr-shape-burst-8 {
background: red;
width: 80px;
height: 80px;
position: relative;
text-align: center;
transform: rotate(20deg);
}
.tr-shape-burst-8:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 80px;
width: 80px;
background: red;
transform: rotate(135deg);
}
.tr-shape-yin-yang {
width: 96px;
box-sizing: content-box;
height: 48px;
background: #eee;
border-color: red;
border-style: solid;
border-width: 2px 2px 50px 2px;
border-radius: 100%;
position: relative;
}
.tr-shape-yin-yang:before {
content: "";
position: absolute;
top: 50%;
left: 0;
background: #eee;
border: 18px solid red;
border-radius: 100%;
width: 12px;
height: 12px;
box-sizing: content-box;
}
.tr-shape-yin-yang:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
background: red;
border: 18px solid #eee;
border-radius: 100%;
width: 12px;
height: 12px;
box-sizing: content-box;
}
.tr-shape-badge-ribbon {
position: relative;
background: red;
height: 100px;
width: 100px;
border-radius: 50px;
}
.tr-shape-badge-ribbon:before,
.tr-shape-badge-ribbon:after {
content: '';
position: absolute;
border-bottom: 70px solid red;
border-left: 40px solid transparent;
border-right: 40px solid transparent;
top: 70px;
left: -10px;
transform: rotate(-140deg);
}
.tr-shape-badge-ribbon:after {
left: auto;
right: -10px;
transform: rotate(140deg);
}
.tr-shape-space-invader {
box-shadow: 0 0 0 1em red,
0 1em 0 1em red,
-2.5em 1.5em 0 .5em red,
2.5em 1.5em 0 .5em red,
-3em -3em 0 0 red,
3em -3em 0 0 red,
-2em -2em 0 0 red,
2em -2em 0 0 red,
-3em -1em 0 0 red,
-2em -1em 0 0 red,
2em -1em 0 0 red,
3em -1em 0 0 red,
-4em 0 0 0 red,
-3em 0 0 0 red,
3em 0 0 0 red,
4em 0 0 0 red,
-5em 1em 0 0 red,
-4em 1em 0 0 red,
4em 1em 0 0 red,
5em 1em 0 0 red,
-5em 2em 0 0 red,
5em 2em 0 0 red,
-5em 3em 0 0 red,
-3em 3em 0 0 red,
3em 3em 0 0 red,
5em 3em 0 0 red,
-2em 4em 0 0 red,
-1em 4em 0 0 red,
1em 4em 0 0 red,
2em 4em 0 0 red;
background: red;
width: 1em;
height: 1em;
overflow: hidden;
margin: 50px 0 70px 65px;
}
.tr-shape-tv-screen {
position: relative;
width: 200px;
height: 150px;
margin: 20px 0;
background: red;
border-radius: 50% / 10%;
color: white;
text-align: center;
text-indent: .1em;
}
.tr-shape-tv-screen:before {
content: '';
position: absolute;
top: 10%;
bottom: 10%;
right: -5%;
left: -5%;
background: inherit;
border-radius: 5% / 50%;
}
.tr-shape-chevron {
position: relative;
text-align: center;
padding: 12px;
margin-bottom: 6px;
height: 60px;
width: 200px;
}
.tr-shape-chevron:before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 51%;
background: red;
transform: skew(0deg, 6deg);
}
.tr-shape-chevron:after {
content: '';
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 50%;
background: red;
transform: skew(0deg, -6deg);
}
.tr-shape-magnifying-glass {
font-size: 10em;
display: inline-block;
width: 0.4em;
box-sizing: content-box;
height: 0.4em;
border: 0.1em solid red;
position: relative;
border-radius: 0.35em;
}
.tr-shape-magnifying-glass:before {
content: "";
display: inline-block;
position: absolute;
right: -0.25em;
bottom: -0.1em;
border-width: 0;
background: red;
width: 0.35em;
height: 0.08em;
transform: rotate(45deg);
}
.tr-shape-facebook-icon {
background: red;
text-indent: -999em;
width: 100px;
height: 110px;
box-sizing: content-box;
border-radius: 5px;
position: relative;
overflow: hidden;
border: 15px solid red;
border-bottom: 0;
}
.tr-shape-facebook-icon:before {
content: "/20";
position: absolute;
background: red;
width: 40px;
height: 90px;
bottom: -30px;
right: -37px;
border: 20px solid #eee;
border-radius: 25px;
box-sizing: content-box;
}
.tr-shape-facebook-icon:after {
content: "/20";
position: absolute;
width: 55px;
top: 50px;
height: 20px;
background: #eee;
right: 5px;
box-sizing: content-box;
}
.tr-shape-moon {
width: 80px;
height: 80px;
border-radius: 50%;
box-shadow: 15px 15px 0 0 red;
}
.tr-shape-flag {
width: 110px;
height: 56px;
box-sizing: content-box;
padding-top: 15px;
position: relative;
background: red;
color: white;
font-size: 11px;
letter-spacing: 0.2em;
text-align: center;
text-transform: uppercase;
}
.tr-shape-flag:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 0;
border-bottom: 13px solid #eee;
border-left: 55px solid transparent;
border-right: 55px solid transparent;
}
.tr-shape-cone {
width: 0;
height: 0;
border-left: 70px solid transparent;
border-right: 70px solid transparent;
border-top: 100px solid red;
border-radius: 50%;
}
.tr-shape-cross {
background: red;
height: 100px;
position: relative;
width: 20px;
}
.tr-shape-cross:after {
background: red;
content: "";
height: 20px;
left: -40px;
position: absolute;
top: 40px;
width: 100px;
}
.tr-shape-base {
background: red;
display: inline-block;
height: 55px;
margin-left: 20px;
margin-top: 55px;
position: relative;
width: 100px;
}
.tr-shape-base:before {
border-bottom: 35px solid red;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
content: "";
height: 0;
left: 0;
position: absolute;
top: -35px;
width: 0;
}
.tr-shape-pointer {
width: 200px;
height: 40px;
position: relative;
background: red;
}
.tr-shape-pointer:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 0;
border-left: 20px solid white;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
}
.tr-shape-pointer:before {
content: "";
position: absolute;
right: -20px;
bottom: 0;
width: 0;
height: 0;
border-left: 20px solid red;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
}
.tr-shape-lock {
font-size: 8px;
position: relative;
width: 18em;
height: 13em;
border-radius: 2em;
top: 10em;
box-sizing: border-box;
border: 3.5em solid red;
border-right-width: 7.5em;
border-left-width: 7.5em;
margin: 0 0 6rem 0;
}
.tr-shape-lock:before {
content: "";
box-sizing: border-box;
position: absolute;
border: 2.5em solid red;
width: 14em;
height: 12em;
left: 50%;
margin-left: -7em;
top: -12em;
border-top-left-radius: 7em;
border-top-right-radius: 7em;
}
.tr-shape-lock:after {
content: "";
box-sizing: border-box;
position: absolute;
border: 1em solid red;
width: 5em;
height: 8em;
border-radius: 2.5em;
left: 50%;
top: -1em;
margin-left: -2.5em;
}
/* /Shapes */
.d-inline-block {
display: inline-block;
}
.language-list {
list-style: none;
}
.language-list>li {
display: inline-block;
padding-left: .6rem;
padding-right: .6rem;
border-left: 1px solid #343434;
}
.language-list>li:first-of-type {
border-left: none !important;
}
.language-list>li>a {
transition: .4s ease;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
-o-transition: .4s ease;
color: inherit;
}
.language-list>li>a:hover {
text-decoration: underline;
}
.social-media-list {
list-style: none;
padding-inline-start: 0;
}
.social-media-list>li {
display: inline-block;
padding-left: .6rem;
padding-right: .6rem;
}
/*
Link Effects
*/
.tr-link-effect a {
position: relative;
display: inline-block;
margin: 15px 25px;
outline: none;
color: #fff;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 400;
text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
font-size: 1.35em;
}
.tr-link-effect a:hover,
.tr-link-effect a:focus {
outline: none;
}
/* Effect 1: Brackets */
.tr-link-effect-1 a::before,
.tr-link-effect-1 a::after {
display: inline-block;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
-moz-transition: -moz-transform 0.3s, opacity 0.2s;
transition: transform 0.3s, opacity 0.2s;
}
.tr-link-effect-1 a::before {
margin-right: 10px;
content: '[';
-webkit-transform: translateX(20px);
-moz-transform: translateX(20px);
transform: translateX(20px);
}
.tr-link-effect-1 a::after {
margin-left: 10px;
content: ']';
-webkit-transform: translateX(-20px);
-moz-transform: translateX(-20px);
transform: translateX(-20px);
}
.tr-link-effect-1 a:hover::before,
.tr-link-effect-1 a:hover::after,
.tr-link-effect-1 a:focus::before,
.tr-link-effect-1 a:focus::after {
opacity: 1;
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
}
/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.tr-link-effect-2 a {
line-height: 44px;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.tr-link-effect-2 a span {
position: relative;
display: inline-block;
padding: 0 14px;
background: #2195de;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.csstransforms3d .tr-link-effect-2 a span::before {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 100%;
background: #0965a0;
content: attr(data-hover);
-webkit-transition: background 0.3s;
-moz-transition: background 0.3s;
transition: background 0.3s;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.tr-link-effect-2 a:hover span,
.tr-link-effect-2 a:focus span {
-webkit-transform: rotateX(90deg) translateY(-22px);
-moz-transform: rotateX(90deg) translateY(-22px);
transform: rotateX(90deg) translateY(-22px);
}
.csstransforms3d .tr-link-effect-2 a:hover span::before,
.csstransforms3d .tr-link-effect-2 a:focus span::before {
background: #28a2ee;
}
/* Effect 3: bottom line slides/fades in */
.tr-link-effect-3 a {
padding: 8px 0;
}
.tr-link-effect-3 a::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 4px;
background: rgba(0, 0, 0, 0.1);
content: '';
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: opacity 0.3s, -moz-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
}
.tr-link-effect-3 a:hover::after,
.tr-link-effect-3 a:focus::after {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
/* Effect 4: bottom border enlarge */
.tr-link-effect-4 a {
padding: 0 0 10px;
}
.tr-link-effect-4 a::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 1px;
background: #fff;
content: '';
opacity: 0;
-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
transition: height 0.3s, opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
.tr-link-effect-4 a:hover::after,
.tr-link-effect-4 a:focus::after {
height: 5px;
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
/* Effect 5: same word slide in */
.tr-link-effect-5 a {
overflow: hidden;
padding: 0 4px;
height: 1em;
}
.tr-link-effect-5 a span {
position: relative;
display: inline-block;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.tr-link-effect-5 a span::before {
position: absolute;
top: 100%;
content: attr(data-hover);
font-weight: 700;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.tr-link-effect-5 a:hover span,
.tr-link-effect-5 a:focus span {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
/* Effect 5: same word slide in and border bottom */
.tr-link-effect-6 a {
margin: 0 10px;
padding: 10px 20px;
}
.tr-link-effect-6 a::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: #fff;
content: '';
-webkit-transition: top 0.3s;
-moz-transition: top 0.3s;
transition: top 0.3s;
}
.tr-link-effect-6 a::after {
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 2px;
background: #fff;
content: '';
-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
transition: height 0.3s;
}
.tr-link-effect-6 a:hover::before {
top: 100%;
opacity: 1;
}
.tr-link-effect-6 a:hover::after {
height: 100%;
}
/* Effect 7: second border slides up */
.tr-link-effect-7 a {
padding: 12px 10px 10px;
color: #566473;
text-shadow: none;
font-weight: 700;
}
.tr-link-effect-7 a::before,
.tr-link-effect-7 a::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 3px;
background: #566473;
content: '';
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
transform: scale(0.85);
}
.tr-link-effect-7 a::after {
opacity: 0;
-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
transition: top 0.3s, opacity 0.3s, transform 0.3s;
}
.tr-link-effect-7 a:hover::before,
.tr-link-effect-7 a:hover::after,
.tr-link-effect-7 a:focus::before,
.tr-link-effect-7 a:focus::after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.tr-link-effect-7 a:hover::after,
.tr-link-effect-7 a:focus::after {
top: 0%;
opacity: 1;
}
/* Effect 8: border slight translate */
.tr-link-effect-8 a {
padding: 10px 20px;
}
.tr-link-effect-8 a::before,
.tr-link-effect-8 a::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 3px solid #354856;
content: '';
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
.tr-link-effect-8 a::after {
border-color: #fff;
opacity: 0;
-webkit-transform: translateY(-7px) translateX(6px);
-moz-transform: translateY(-7px) translateX(6px);
transform: translateY(-7px) translateX(6px);
}
.tr-link-effect-8 a:hover::before,
.tr-link-effect-8 a:focus::before {
opacity: 0;
-webkit-transform: translateY(5px) translateX(-5px);
-moz-transform: translateY(5px) translateX(-5px);
transform: translateY(5px) translateX(-5px);
}
.tr-link-effect-8 a:hover::after,
.tr-link-effect-8 a:focus::after {
opacity: 1;
-webkit-transform: translateY(0px) translateX(0px);
-moz-transform: translateY(0px) translateX(0px);
transform: translateY(0px) translateX(0px);
}
/* Effect 9: second text and borders */
.tr-link-effect-9 a {
margin: 0 20px;
padding: 18px 20px;
}
.tr-link-effect-9 a::before,
.tr-link-effect-9 a::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background: #fff;
content: '';
opacity: 0.2;
-webkit-transition: opacity 0.3s, height 0.3s;
-moz-transition: opacity 0.3s, height 0.3s;
transition: opacity 0.3s, height 0.3s;
}
.tr-link-effect-9 a::after {
top: 100%;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
.tr-link-effect-9 a span:first-child {
z-index: 2;
display: block;
font-weight: 300;
}
.tr-link-effect-9 a span:last-child {
z-index: 1;
display: block;
padding: 8px 0 0 0;
color: rgba(0, 0, 0, 0.4);
text-shadow: none;
text-transform: none;
font-style: italic;
font-size: 0.75em;
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
.tr-link-effect-9 a:hover::before,
.tr-link-effect-9 a:focus::before {
height: 6px;
}
.tr-link-effect-9 a:hover::before,
.tr-link-effect-9 a:hover::after,
.tr-link-effect-9 a:focus::before,
.tr-link-effect-9 a:focus::after {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
.tr-link-effect-9 a:hover span:last-child,
.tr-link-effect-9 a:focus span:last-child {
opacity: 1;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
}
/* Effect 10: reveal, push out */
.tr-link-effect-10 {
position: relative;
z-index: 1;
}
.tr-link-effect-10 a {
overflow: hidden;
margin: 0 15px;
}
.tr-link-effect-10 a span {
display: block;
padding: 10px 20px;
background: #0f7c67;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.tr-link-effect-10 a::before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
padding: 10px 20px;
width: 100%;
height: 100%;
background: #fff;
color: #0f7c67;
content: attr(data-hover);
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: translateX(-25%);
}
.tr-link-effect-10 a:hover span,
.tr-link-effect-10 a:focus span {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
transform: translateX(100%);
}
.tr-link-effect-10 a:hover::before,
.tr-link-effect-10 a:focus::before {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.tr-link-effect-11 a {
padding: 10px 0;
border-top: 2px solid #0972b4;
color: #0972b4;
text-shadow: none;
}
.tr-link-effect-11 a::before {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
padding: 10px 0;
max-width: 0;
border-bottom: 2px solid #fff;
color: #fff;
content: attr(data-hover);
-webkit-transition: max-width 0.5s;
-moz-transition: max-width 0.5s;
transition: max-width 0.5s;
}
.tr-link-effect-11 a:hover::before,
.tr-link-effect-11 a:focus::before {
max-width: 100%;
}
/* Effect 12: circle */
.tr-link-effect-12 a::before,
.tr-link-effect-12 a::after {
position: absolute;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
border: 2px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;
content: '';
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.tr-link-effect-12 a::after {
width: 90px;
height: 90px;
border-width: 6px;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.tr-link-effect-12 a:hover::before,
.tr-link-effect-12 a:hover::after,
.tr-link-effect-12 a:focus::before,
.tr-link-effect-12 a:focus::after {
opacity: 1;
-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
-moz-transform: translateX(-50%) translateY(-50%) scale(1);
transform: translateX(-50%) translateY(-50%) scale(1);
}
/* Effect 13: three circles */
.tr-link-effect-13 a {
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s;
}
.tr-link-effect-13 a::before {
position: absolute;
top: 100%;
left: 50%;
color: transparent;
content: '•';
text-shadow: 0 0 transparent;
font-size: 1.2em;
-webkit-transition: text-shadow 0.3s, color 0.3s;
-moz-transition: text-shadow 0.3s, color 0.3s;
transition: text-shadow 0.3s, color 0.3s;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
}
.tr-link-effect-13 a:hover::before,
.tr-link-effect-13 a:focus::before {
color: #fff;
text-shadow: 10px 0 #fff, -10px 0 #fff;
}
.tr-link-effect-13 a:hover,
.tr-link-effect-13 a:focus {
color: #ba7700;
}
/* Effect 14: border switch */
.tr-link-effect-14 a {
padding: 0 20px;
height: 45px;
line-height: 45px;
}
.tr-link-effect-14 a::before,
.tr-link-effect-14 a::after {
position: absolute;
width: 45px;
height: 2px;
background: #fff;
content: '';
opacity: 0.2;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
pointer-events: none;
}
.tr-link-effect-14 a::before {
top: 0;
left: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
}
.tr-link-effect-14 a::after {
right: 0;
bottom: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.tr-link-effect-14 a:hover::before,
.tr-link-effect-14 a:hover::after,
.tr-link-effect-14 a:focus::before,
.tr-link-effect-14 a:focus::after {
opacity: 1;
}
.tr-link-effect-14 a:hover::before,
.tr-link-effect-14 a:focus::before {
left: 50%;
-webkit-transform: rotate(0deg) translateX(-50%);
-moz-transform: rotate(0deg) translateX(-50%);
transform: rotate(0deg) translateX(-50%);
}
.tr-link-effect-14 a:hover::after,
.tr-link-effect-14 a:focus::after {
right: 50%;
-webkit-transform: rotate(0deg) translateX(50%);
-moz-transform: rotate(0deg) translateX(50%);
transform: rotate(0deg) translateX(50%);
}
/* Effect 15: scale down, reveal */
.tr-link-effect-15 a {
color: rgba(0, 0, 0, 0.2);
font-weight: 700;
text-shadow: none;
}
.tr-link-effect-15 a::before {
color: #fff;
content: attr(data-hover);
position: absolute;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
.tr-link-effect-15 a:hover::before,
.tr-link-effect-15 a:focus::before {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
transform: scale(0.9);
opacity: 0;
}
/* Effect 16: fall down */
.tr-link-effect-16 a {
color: #6f8686;
text-shadow: 0 0 1px rgba(111, 134, 134, 0.3);
}
.tr-link-effect-16 a::before {
color: #fff;
content: attr(data-hover);
position: absolute;
opacity: 0;
text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
pointer-events: none;
}
.tr-link-effect-16 a:hover::before,
.tr-link-effect-16 a:focus::before {
-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
opacity: 1;
}
/* Effect 17: move up fade out, push border */
.tr-link-effect-17 a {
color: #10649b;
text-shadow: none;
padding: 10px 0;
}
.tr-link-effect-17 a::before {
color: #fff;
text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
content: attr(data-hover);
position: absolute;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
pointer-events: none;
}
.tr-link-effect-17 a::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: #fff;
opacity: 0;
-webkit-transform: translateY(5px);
-moz-transform: translateY(5px);
transform: translateY(5px);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
pointer-events: none;
}
.tr-link-effect-17 a:hover::before,
.tr-link-effect-17 a:focus::before {
opacity: 0;
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
transform: translateY(-2px);
}
.tr-link-effect-17 a:hover::after,
.tr-link-effect-17 a:focus::after {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
/* Effect 18: cross */
.tr-link-effect-18 {
position: relative;
z-index: 1;
}
.tr-link-effect-18 a {
padding: 0 5px;
color: #b4770d;
font-weight: 700;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s;
}
.tr-link-effect-18 a::before,
.tr-link-effect-18 a::after {
position: absolute;
width: 100%;
left: 0;
top: 50%;
height: 2px;
margin-top: -1px;
background: #b4770d;
content: '';
z-index: -1;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
pointer-events: none;
}
.tr-link-effect-18 a::before {
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
transform: translateY(-20px);
}
.tr-link-effect-18 a::after {
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
transform: translateY(20px);
}
.tr-link-effect-18 a:hover,
.tr-link-effect-18 a:focus {
color: #fff;
}
.tr-link-effect-18 a:hover::before,
.tr-link-effect-18 a:hover::after,
.tr-link-effect-18 a:focus::before,
.tr-link-effect-18 a:focus::after {
opacity: 0.7;
}
.tr-link-effect-18 a:hover::before,
.tr-link-effect-18 a:focus::before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.tr-link-effect-18 a:hover::after,
.tr-link-effect-18 a:focus::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/* Effect 19: 3D side */
.tr-link-effect-19 a {
line-height: 2em;
margin: 15px;
-webkit-perspective: 800px;
-moz-perspective: 800px;
perspective: 800px;
width: 200px;
}
.tr-link-effect-19 a span {
position: relative;
display: inline-block;
width: 100%;
padding: 0 14px;
background: #e35041;
-webkit-transition: -webkit-transform 0.4s, background 0.4s;
-moz-transition: -moz-transform 0.4s, background 0.4s;
transition: transform 0.4s, background 0.4s;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 50% 50% -100px;
-moz-transform-origin: 50% 50% -100px;
transform-origin: 50% 50% -100px;
}
.csstransforms3d .tr-link-effect-19 a span::before {
position: absolute;
top: 0;
left: 100%;
width: 100%;
height: 100%;
background: #b53a2d;
content: attr(data-hover);
-webkit-transition: background 0.4s;
-moz-transition: background 0.4s;
transition: background 0.4s;
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 0 50%;
-moz-transform-origin: 0 50%;
transform-origin: 0 50%;
pointer-events: none;
}
.tr-link-effect-19 a:hover span,
.tr-link-effect-19 a:focus span {
background: #b53a2d;
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.csstransforms3d .tr-link-effect-19 a:hover span::before,
.csstransforms3d .tr-link-effect-19 a:focus span::before {
background: #ef5e50;
}
/* Effect 20: 3D side */
.tr-link-effect-20 a {
line-height: 2em;
-webkit-perspective: 800px;
-moz-perspective: 800px;
perspective: 800px;
}
.tr-link-effect-20 a span {
position: relative;
display: inline-block;
padding: 3px 15px 0;
background: #587285;
box-shadow: inset 0 3px #2f4351;
-webkit-transition: background 0.6s;
-moz-transition: background 0.6s;
transition: background 0.6s;
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.tr-link-effect-20 a span::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
color: #2f4351;
content: attr(data-hover);
-webkit-transform: rotateX(270deg);
-moz-transform: rotateX(270deg);
transform: rotateX(270deg);
-webkit-transition: -webkit-transform 0.6s;
-moz-transition: -moz-transform 0.6s;
transition: transform 0.6s;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
pointer-events: none;
}
.tr-link-effect-20 a:hover span,
.tr-link-effect-20 a:focus span {
background: #2f4351;
}
.tr-link-effect-20 a:hover span::before,
.tr-link-effect-20 a:focus span::before {
-webkit-transform: rotateX(10deg);
-moz-transform: rotateX(10deg);
transform: rotateX(10deg);
}
/* Effect 21: borders slight translate */
.tr-link-effect-21 a {
padding: 10px;
color: #237546;
font-weight: 700;
text-shadow: none;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s;
}
.tr-link-effect-21 a::before,
.tr-link-effect-21 a::after {
position: absolute;
left: 0;
width: 100%;
height: 2px;
background: #fff;
content: '';
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: opacity 0.3s, -moz-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
.tr-link-effect-21 a::before {
top: 0;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
.tr-link-effect-21 a::after {
bottom: 0;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
}
.tr-link-effect-21 a:hover,
.tr-link-effect-21 a:focus {
color: #fff;
}
.tr-link-effect-21 a:hover::before,
.tr-link-effect-21 a:focus::before,
.tr-link-effect-21 a:hover::after,
.tr-link-effect-21 a:focus::after {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:400,300,700);
@font-face {
font-family: 'codropsicons';
src: url('../fonts/codropsicons/codropsicons.eot');
src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/codropsicons/codropsicons.woff') format('woff'),
url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
font-weight: normal;
font-style: normal;
}
.container>header,
.codrops-top {
font-family: 'Lato', Arial, sans-serif;
}
.container>header {
margin: 0 auto;
padding: 2em;
text-align: center;
color: #89867e;
}
.container>header h1 {
font-size: 2.625em;
line-height: 1.3;
margin: 0;
font-weight: 300;
}
.container>header span {
display: block;
font-size: 60%;
color: #ceccc6;
padding: 0 0 0.6em 0.1em;
}
/* To Navigation Style */
.codrops-top {
background: #fff;
background: rgba(255, 255, 255, 0.6);
text-transform: uppercase;
width: 100%;
font-size: 0.69em;
line-height: 2.2;
}
.codrops-top a {
text-decoration: none;
padding: 0 1em;
letter-spacing: 0.1em;
color: #888;
display: inline-block;
}
.codrops-top a:hover {
background: rgba(255, 255, 255, 0.95);
color: #716d62;
}
.codrops-top span.right {
float: right;
}
.codrops-top span.right a {
float: left;
display: block;
}
.codrops-icon:before {
font-family: 'codropsicons';
margin: 0 4px;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before {
content: "\e001";
}
.codrops-icon-prev:before {
content: "\e004";
}
.container>section {
margin: 0 auto;
padding: 5em 3em;
text-align: center;
}
.fancy-color-1 {
background: #435a6b;
}
.fancy-color-2 {
background: #f39c12;
}
.fancy-color-3 {
background: #2ac56c;
}
.fancy-color-4 {
background: #0e83cd;
}
.fancy-color-5 {
background: #cd4436;
}
.fancy-color-6 {
background: #f19f0f;
}
.fancy-color-7 {
background: #3fa46a;
}
.fancy-color-8 {
background: #ecf0f1;
}
.fancy-color-9 {
background: #9e487f;
}
.fancy-color-10 {
background: #16a085;
}
.fancy-color-11 {
background: #aab7b7;
}
.color-white {
color: #fff;
}
.color-fancy-white {
color: #eee;
}
.color-black {
color: #000;
}
.color-fancy-black {
color: #333;
}
.color-fancy-dark-black {
color: #222;
}
.color-red {
color: #cd4436 !important;
}
.color-green {
color: #2ac56c !important;
}
@media screen and (max-width: 25em) {
.codrops-icon span {
display: none;
}
}
/* //Link Effect */
.bg-repeat {
background-repeat: repeat;
overflow: hidden;
background-position: left top;
}
.white-text-shadow {
text-shadow: 0px 1px 10px #2222226b;
font-weight: bold;
}
.black-text-shadow {
text-shadow: 2px 2px #ddd;
}
.white-text-shadow.xs {
text-shadow: 1px 1px #222;
}
.black-text-shadow.xs.soft {
text-shadow: 1px 1px #999;
}
.black-text-shadow.xs {
text-shadow: 1px 1px #ddd;
}
.white-text-shadow.sm {
text-shadow: 2px 2px #222;
}
.black-text-shadow.sm {
text-shadow: 2px 2px #ddd;
}
.white-text-shadow.md {
text-shadow: 4px 4px #222;
}
.black-text-shadow.md {
text-shadow: 4px 4px #ddd;
}
.white-text-shadow.lg {
text-shadow: 6px 6px #222;
}
.black-text-shadow.lg {
text-shadow: 6px 6px #ddd;
}
.colored-hover-image-box {
padding: 0 !important;
height: 350px;
}
.colored-hover-image-box>a {
width: 100%;
height: 350px;
padding: 0 !important;
position: absolute;
top: 0;
left: 0;
}
.colored-hover-image-box .tr-overlay {
padding: 0 !important;
position: absolute;
top: 0;
left: 0;
z-index: 9;
height: 350px;
width: 100%;
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
}
.colored-hover-image-box .tr-image {
padding: 0 !important;
position: absolute;
top: 0;
left: 0;
background-size: cover;
z-index: 3;
height: 350px;
width: 100%;
}
.colored-hover-image-box .tr-caption {
width: 100%;
padding: 0 !important;
position: absolute;
font-size: 5rem !important;
top: calc(50% - 2.5rem);
text-align: center;
z-index: 99;
color: #fff;
}
@media (max-width: 767px) {
.colored-hover-image-box .tr-image,
.colored-hover-image-box .tr-overlay,
.colored-hover-image-box>a,
.colored-hover-image-box {
height: 150px !important;
}
.colored-hover-image-box .tr-caption {
font-size: 3rem !important;
}
}
.colored-hover-image-box>a:hover .tr-overlay {
opacity: .5;
}
ul.tick-icon li {
text-align: left;
list-style: none;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAaVBMVEUAAADoggDqgwDpgQDtgADoggDpggDpggDqgADogQDoggDpggDqggDpggDqggDpgQDqggDpgQDpgwDqggDqggDpggDphQDoggDoggDpggDqgADpggDpggDrhQDrgADoggDogADpggAAAAAqM5JzAAAAIXRSTlMALW1dDnz84SSGtfHWXoOKVsPTj4XVF9e07TDs2BkykSyhgtskAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAAd0SU1FB+MHFA0pKT9zS4AAAADOSURBVFjD7ZTHDsJADERNOoTQewv+/5+ESLBK2WyZ5YZ9dd5TpB0PkYxM2EyiOAnh04w5L3B+ys3MAnkuA3meB/JcYfziyy+FF1544X/Jr9abrbneVX/tdNuq2ewPME9HthgsPJVsNth4OrHRYOWpOJsMdp7ocv18c7sPdm7vP25wzc+YwT1/eoNPfnUGv/wPDb730zf431/XgNxv24Dd/0NlsnbIn/Ef4P7pGYD+6hig/msZwP5UBpBXBph/v2bOnKU4T5TE0TOEl/nHeQGQ3kd4V1J0GwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wNy0yMFQxMTo0MTo0MSswMjowMN2m6wkAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDctMjBUMTE6NDE6NDErMDI6MDCs+1O1AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==');
background-repeat: no-repeat;
background-position: left top;
padding: 3px 0px 3px 80px;
margin: 0;
min-height: 64px;
margin-bottom: 15px;
}
.tr-dropdown-menu {
display: none;
position: absolute;
text-align: center;
background-color: #212529 !important;
}
.tr-dropdown-menu .dropdown-item {
background-color: #212529 !important;
}
.tr-dropdown-menu .dropdown-item a:hover {
background-color: #212529 !important;
color: #fff;
}
.bold {
font-weight: bold;
}
.bolder {
font-weight: bolder;
}
.slider-band {
position: absolute;
width: 100%;
height: auto;
background-color: rgba(0, 0, 0, 0.7);
top: 50vh;
color: #fff;
padding-top: 10px;
padding-bottom: 0px;
}
.slider-band:hover h4 {
text-shadow: 2px 2px #000;
color: #fff;
}
.ribbon {
top: 30vh;
width: 60%;
padding-top: 1.5rem;
height: 60px;
margin: 100px auto 0px;
position: relative;
color: #fff;
font: 28px/60px sans-serif;
text-align: center;
text-transform: uppercase;
background: #3D79D0;
-webkit-animation: main 250ms;
-moz-animation: main 250ms;
-ms-animation: main 250ms;
animation: main 250ms;
}
.ribbon i {
position: absolute;
}
.ribbon i:first-child,
.ribbon i:nth-child(2) {
position: absolute;
left: -20px;
bottom: -20px;
z-index: -1;
border: 20px solid transparent;
border-right-color: #043140;
-webkit-animation: edge 500ms;
-moz-animation: edge 500ms;
-ms-animation: edge 500ms;
animation: edge 500ms;
}
.ribbon i:nth-child(2) {
display: none;
left: auto;
right: -20px;
border-right-color: transparent;
border-left-color: #043140;
}
.ribbon i:nth-child(3),
.ribbon i:last-child {
width: 20px;
bottom: -20px;
left: -60px;
z-index: -2;
border: 30px solid #1D53C0;
border-left-color: transparent;
-webkit-animation: back 600ms;
-moz-animation: back 600ms;
-ms-animation: back 600ms;
animation: back 600ms;
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.ribbon i:last-child {
bottom: -20px;
left: auto;
right: -60px;
border: 30px solid #1D53C0;
border-right-color: transparent;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.ribbon i {
z-index: 9999 !important;
}
.ribbon:hover h4 {
color: #ffffff !important;
text-shadow: 1px 1px #000 !important;
}
.facebook:hover {
color: #3b5998;
}
.twitter:hover {
color: #00acee;
}
.instagram:hover {
color: #FA7E1E;
}
.linkedin:hover {
color: #0077B5;
}
.youtube:hover {
color: #c4302b;
}
.hover-underline:hover {
text-decoration: underline;
}
.facebook i,
.twitter i,
.instagram i,
.youtube i,
.linkedin i {
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
}
.facebook:hover i,
.twitter:hover i,
.instagram:hover i,
.youtube:hover i,
.linkedin:hover i {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
.rotate-360-animation {
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
}
.rotate-360-animation:hover {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
.spc-link {
transition: .4s ease;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
-o-transition: .4s ease;
}
.spc-link:hover {
letter-spacing: 5px;
}
.contact-table tr td.contact-icon {
padding-right: 10px;
font-size: 1.7rem;
color: #ededed;
}
.contact-table tr td {
text-align: left;
}
.tr-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .8;
z-index: 2;
}
.tr-overlay-hover {
position: absolute;
top: 0;
left: 0;
width: calc(100% - 30px);
margin-left: 15px;
height: 100%;
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
z-index: 9;
background-color: rgba(0, 0, 0, 0);
}
.tr-overlay-hover:hover {
background-color: rgba(0, 0, 0, 0.6);
}
.tr-overlay-hover .overlay-text {
font-size: 4rem;
text-align: center;
position: absolute;
top: calc(50% - 2rem);
color: #fff;
display: block;
margin: 0 auto;
width: 100%;
opacity: 0;
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
}
.tr-overlay-hover:hover .overlay-text {
opacity: 1;
}
@media (max-width: 767px) {
.tr-overlay-hover .overlay-text {
font-size: 3rem !important;
opacity: 1 !important;
}
}
.tr-overlay-hover .overlay-text.sm {
font-size: 1.2rem !important;
top: calc(50% - .9rem) !important;
padding-left: .2rem;
padding-right: .2rem;
}
.aa-overlay {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 9999;
opacity: 0;
background: rgba(39, 42, 43, 0.8);
transition: opacity 200ms ease-in-out;
margin: -15px 0 0 -15px;
}
.aa-overlay:hover {
opacity: 1;
}
.b-radius-10 {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.custom-box-shadow {
-webkit-box-shadow: 7px 9px 14px -5px rgba(0, 0, 0, 0.63);
-moz-box-shadow: 7px 9px 14px -5px rgba(0, 0, 0, 0.63);
box-shadow: 7px 9px 14px -5px rgba(0, 0, 0, 0.63);
}
.fs-social-xxxs {
font-size: .4rem;
}
.fs-social-xxs {
font-size: .6rem;
}
.fs-social-xs {
font-size: .8rem;
}
.fs-social-sm {
font-size: 1rem;
}
.fs-social-md {
font-size: 1.2rem;
}
.fs-social-lg {
font-size: 1.5rem;
}
.fs-social-xl {
font-size: 2rem;
}
.fs-social-xxl {
font-size: 3rem;
}
.fs-social-xxxl {
font-size: 5rem;
}
@media (max-width: 767px) {
.t-center-xs-else-md {
text-align: center;
}
}
.fixed-whatsapp {
position: fixed;
bottom: 1rem;
right: 5rem;
width: 5rem;
height: 5rem;
background-color: #3dbc29;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
padding: 10px;
border: 2px solid #1c5b13;
z-index: 99999999999;
}
.inline-breadcrumb {
width: 100%;
}
.inline-breadcrumb ul {
background-color: transparent !important;
}
.inline-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
color: #333 !important;
}
.border-radius-5 {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.border-radius-10 {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.border-radius-20 {
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
.border-radius-30 {
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
}
.border-radius-40 {
border-radius: 40px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
}
.border-radius-50 {
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
}
@media (max-width: 767px) {
.mt-10-xs-else-md {
margin-top: 10px;
}
.mt-20-xs-else-md {
margin-top: 20px;
}
.mt-30-xs-else-md {
margin-top: 30px;
}
.mt-40-xs-else-md {
margin-top: 40px;
}
.mt-50-xs-else-md {
margin-top: 50px;
}
}
.default-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
}
a.no-style {
color: inherit;
background-color: inherit;
}
a.no-style:hover {
text-decoration: none;
}
.material-icons {}
.material-icons.xxxs {
font-size: .2rem;
}
.material-icons.xxs {
font-size: .4rem;
}
.material-icons.xs {
font-size: .6rem;
}
.material-icons.sm {
font-size: .8rem;
}
.material-icons.md {
font-size: 1rem;
}
.material-icons.lg {
font-size: 2rem;
}
.material-icons.xl {
font-size: 3rem;
}
.material-icons.xxl {
font-size: 4rem;
}
.material-icons.xxxl {
font-size: 6rem;
}
.material-icons.large {
font-size: 10rem;
}
.material-icons.larger {
font-size: 15rem;
}
.material-icons.largest {
font-size: 30rem;
}
.golden-ratio-height-long {
height: 61.8%;
width: auto;
}
.golden-ratio-height-short {
height: 38.2%;
width: auto;
}
.golden-ratio-long {
width: 61.8%;
height: auto;
}
.golden-ratio-short {
width: 38.2%;
height: auto;
}
.golden-ratio-long,
.golden-ratio-short,
.golden-ratio-long-sm,
.golden-ratio-short-sm,
.golden-ratio-long-md,
.golden-ratio-short-md,
.golden-ratio-long-lg,
.golden-ratio-short-lg,
.golden-ratio-long-xl,
.golden-ratio-short-xl {
float: left;
}
.golden-ratio-long-sm,
.golden-ratio-short-sm,
.golden-ratio-long-md,
.golden-ratio-short-md,
.golden-ratio-long-lg,
.golden-ratio-short-lg,
.golden-ratio-long-xl,
.golden-ratio-short-xl {
width: 100%;
height: auto;
}
@media (min-width: 576px) {
.golden-ratio-long-sm {
width: 61.8%;
height: auto;
}
.golden-ratio-short-sm {
width: 38.2%;
height: auto;
}
}
@media (min-width: 768px) {
.golden-ratio-long-md {
width: 61.8%;
height: auto;
}
.golden-ratio-short-md {
width: 38.2%;
height: auto;
}
}
@media (min-width: 992px) {
.golden-ratio-long-lg {
width: 61.8%;
height: auto;
}
.golden-ratio-short-lg {
width: 38.2%;
height: auto;
}
}
@media (min-width: 1200px) {
.golden-ratio-long-xl {
width: 61.8%;
height: auto;
}
.golden-ratio-short-xl {
width: 38.2%;
height: auto;
}
}
.rotate-45 {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.rotate-45 .non-rotate {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-o-transform: rotate(315deg);
padding: 0;
}
.rotate-45-l {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-o-transform: rotate(315deg);
}
.rotate-45-l .non-rotate {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
padding: 0;
}
.non-rotate.no-wh {
width: 0;
height: 0;
}
@media (min-width: 768px) {
.rotate-45-md {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.rotate-45-md .non-rotate {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-o-transform: rotate(315deg);
padding: 0;
}
.rotate-45-l-md {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-o-transform: rotate(315deg);
}
.rotate-45-l-md .non-rotate {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
padding: 0;
}
}
@media (min-width: 992px) {
.rotate-45-lg {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.rotate-45-lg .non-rotate {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-o-transform: rotate(315deg);
padding: 0;
}
.rotate-45-l-lg {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-o-transform: rotate(315deg);
}
.rotate-45-l-lg .non-rotate {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
padding: 0;
}
}
.align-cols-right>* {
position: relative;
margin-left: auto;
float: right !important;
}
.top-5 {
top: 5px;
}
.top-10 {
top: 10px;
}
.top-20 {
top: 20px;
}
.top-30 {
top: 30px;
}
.top-40 {
top: 40px;
}
.top-50 {
top: 50px;
}
.top-60 {
top: 60px;
}
.top-70 {
top: 70px;
}
.top-80 {
top: 80px;
}
.top-90 {
top: 90px;
}
.top-100 {
top: 100px;
}
.top-150 {
top: 150px;
}
.top-200 {
top: 200px;
}
.top-300 {
top: 300px;
}
.left-5 {
left: 5px;
}
.left-10 {
left: 10px;
}
.left-20 {
left: 20px;
}
.left-30 {
left: 30px;
}
.left-40 {
left: 40px;
}
.left-50 {
left: 50px;
}
.left-60 {
left: 60px;
}
.left-70 {
left: 70px;
}
.left-80 {
left: 80px;
}
.left-90 {
left: 90px;
}
.left-100 {
left: 100px;
}
.left-150 {
left: 150px;
}
.left-200 {
left: 200px;
}
.left-300 {
left: 300px;
}
.topleft-300 {
top: 300px;
left: 300px;
}
.top-0,
.top-none {
top: 0;
}
.left-0,
.left-none {
left: 0;
}
.right-0,
.right-none {
right: 0;
}
.bottom-0,
.bottom-none {
bottom: 0;
}
.reset-mp {
margin: initial;
padding: initial;
}
.vis-hidden {
visibility: hidden;
}
.vis-visible {
visibility: visible;
}
.vis-collapse {
visibility: collapse;
}
.vis-inherit {
visibility: inherit;
}
.vis-initial {
visibility: initial;
}
.vh-5 {
height: 5vh;
}
.vh-10 {
height: 10vh;
}
.vh-20 {
height: 20vh;
}
.vh-30 {
height: 30vh;
}
.vh-40 {
height: 40vh;
}
.vh-50 {
height: 50vh;
}
.vh-60 {
height: 60vh;
}
.vh-70 {
height: 70vh;
}
.vh-80 {
height: 80vh;
}
.vh-90 {
height: 90vh;
}
.vh-100 {
height: 100vh;
}
.vw-5 {
width: 5vw;
}
.vw-10 {
width: 10vw;
}
.vw-20 {
width: 20vw;
}
.vw-30 {
width: 30vw;
}
.vw-40 {
width: 40vw;
}
.vw-50 {
width: 50vw;
}
.vw-60 {
width: 60vw;
}
.vw-70 {
width: 70vw;
}
.vw-80 {
width: 80vw;
}
.vw-90 {
width: 90vw;
}
.vw-100 {
width: 100vw;
}
.fullscreen {
width: 100vw;
height: 100vh;
}
.fixed-header {
width: 100%;
height: auto;
position: fixed;
z-index: 999;
padding: 20px 0;
}
.tr-navbar .navbar-nav .nav-item a.nav-link {
font-size: 1.2rem;
color: #4c9671;
font-weight: 400;
text-shadow: 1px 1px #fff;
}
.tr-navbar .navbar-nav .nav-item a.nav-link:before {
content: "";
position: absolute;
width: 100%;
height: 3px;
bottom: 0;
left: 0;
background: #555;
visibility: hidden;
border-radius: 5px;
transform: scaleX(0);
transition: .25s linear;
}
.tr-navbar .navbar-nav .dropdown-menu {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
background-color: rgba(255, 255, 255, 0.8);
color: #333;
}
.tr-navbar .navbar-nav .dropdown-menu .dropdown-item {
transition: .3s ease;
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
-o-transition: .3s ease;
}
.tr-navbar .navbar-nav .dropdown-menu a:hover {
background-color: #eee;
text-decoration:none;
}
.tr-navbar .navbar-nav .nav-item {
padding-left: 10px;
padding-right: 10px;
}
.tr-navbar .navbar-nav .nav-item a.nav-link:hover:before,
.tr-navbar .navbar-nav .nav-item a.nav-link:focus:before {
visibility: visible;
transform: scaleX(1);
}
@media (min-width: 768px) {
.f-right-md {
float: right;
}
.tr-navbar .navbar-nav .nav-item a.nav-link {
position: relative;
}
}
.tr-navbar .navbar-nav .dropdown:hover .dropdown-menu {
display: block;
margin-top: 0;
}
.tr-navbar .navbar-nav .dropdown .dropdown-toggle:after {
display: none;
}
.mt-10vh {
margin-top: 10vh;
}
.mt-20vh {
margin-top: 20vh;
}
.mt-30vh {
margin-top: 30vh;
}
.mt-40vh {
margin-top: 40vh;
}
.mt-50vh {
margin-top: 50vh;
}
.mt-60vh {
margin-top: 60vh;
}
.mt-70vh {
margin-top: 70vh;
}
.mt-80vh {
margin-top: 80vh;
}
.mt-90vh {
margin-top: 90vh;
}
.mt-100vh {
margin-top: 100vh;
}
.pl-1rem {
padding-left: 1rem;
}
.pl-10 {
padding-left: 10px;
}
.pl-20 {
padding-left: 20px;
}
.pl-30 {
padding-left: 30px;
}
.pl-40 {
padding-left: 40px;
}
.pl-50 {
padding-left: 50px;
}
.pl-60 {
padding-left: 60px;
}
.pl-70 {
padding-left: 70px;
}
.pl-80 {
padding-left: 80px;
}
.pl-90 {
padding-left: 90px;
}
.pl-100 {
padding-left: 100px;
}
.tr-card {
width: 100%;
height: auto;
padding: 10px;
border: 1px solid #888;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.tr-fancy-subtitle {
position: relative;
z-index: 1;
}
.tr-fancy-subtitle:before {
border-top: 2px solid #dfdfdf;
content: "";
margin: 0 auto;
position: absolute;
top: 50%;
left: 0;
right: 0;
bottom: 0;
width: 95%;
z-index: -1;
}
.tr-fancy-subtitle span {
padding: 0 15px;
background-color: #fff;
}
.tr-fancy-subtitle:before {
border-top: none;
}
.tr-fancy-subtitle:after {
border-bottom: 1px solid #333;
-webkit-box-shadow: 0 1px 0 0 #333;
-moz-box-shadow: 0 1px 0 0 #333;
box-shadow: 0 1px 0 0 #333;
content: "";
margin: 0 auto;
position: absolute;
top: 45%;
left: 0;
right: 0;
width: 95%;
z-index: -1;
}
.bg-f {
background-color: #fff;
}
.bg-f {
background-color: #fff !important;
}
.bg-e {
background-color: #fff;
}
.bg-e-i {
background-color: #eee !important;
}
.bg-d {
background-color: #ddd;
}
.bg-d-i {
background-color: #ddd !important;
}
.bg-c {
background-color: #ccc;
}
.bg-b {
background-color: #bbb;
}
.bg-a {
background-color: #aaa;
}
.bg-9 {
background-color: #999;
}
.bg-8 {
background-color: #888;
}
.bg-7 {
background-color: #777;
}
.bg-6 {
background-color: #666;
}
.bg-5 {
background-color: #555;
}
.bg-4 {
background-color: #444;
}
.bg-3 {
background-color: #333;
}
.bg-2 {
background-color: #222;
}
.bg-1 {
background-color: #111;
}
.bg-0 {
background-color: #000;
}
.color-f {
color: #fff;
}
.color-e {
color: #eee;
}
.color-d {
color: #ddd;
}
.color-c {
color: #ccc;
}
.color-b {
color: #bbb;
}
.color-a {
color: #aaa;
}
.color-9 {
color: #999;
}
.color-8 {
color: #888;
}
.color-7 {
color: #777;
}
.color-6 {
color: #666;
}
.color-5 {
color: #555;
}
.color-4 {
color: #444;
}
.color-3 {
color: #333;
}
.color-2 {
color: #222;
}
.color-1 {
color: #111;
}
.color-0 {
color: #000;
}
.carousel-fade .carousel-inner .item {
transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
.mt-md-10 {
margin-top: 10px;
}
.mt-md-20 {
margin-top: 20px;
}
.mt-md-30 {
margin-top: 30px;
}
.mt-md-40 {
margin-top: 40px;
}
.mt-md-50 {
margin-top: 50px;
}
.mt-md-60 {
margin-top: 60px;
}
.mt-md-70 {
margin-top: 70px;
}
.mt-md-80 {
margin-top: 80px;
}
.mt-md-90 {
margin-top: 90px;
}
.mt-md-100 {
margin-top: 100px;
}
}
.tr-footer {
background-color: #2b2b2b;
color: #fff;
}
.tr-footer li.list-title {
padding-top: 10px;
padding-bottom: 10px;
font-size: 1.2rem;
}
.tr-footer ul.list-unstyled li a {
color: #bbb;
transition: .2s ease;
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-o-transition: .2s ease;
}
.tr-footer ul.list-unstyled li a:hover {
text-decoration: none;
color: #fff;
}
.nowrap {
flex-wrap: nowrap;
}
.content-p.t-justify p {
text-align: justify !important;
}
.content-p.t-left p {
text-align: left !important;
}
.content-p.t-right p {
text-align: right !important;
}
.content-p.t-center p {
text-align: center !important;
}
.rect-box,
.rect-horizontal-box {
width: 100%;
}
.rect-box:after,
.rect-horizontal-box:after {
content: "";
display: block;
padding-bottom: 50%;
}
.rect-vertical-box {
width: 100%;
}
.rect-vertical-box:after {
content: "";
display: block;
padding-bottom: 200%;
}
.triangle-box {
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.chevron-box,
.chevron-right-box {
clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
-webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
.chevron-left-box {
clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
-webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.rhombus-box {
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.parallelogram-box {
clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
-webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.pentagon-box {
clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
-webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
.octagon-box {
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.rabbet-box {
clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
-webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.star-box {
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
-webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.message-shape-box {
clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
}
.round-box {
width: 100%;
border-radius: 50%;
}
.round-box:after {
content: "";
display: block;
padding-bottom: 100%;
}
a {
text-decoration:none !important;
}
.blog-item {
background:#fbfbfb !important;
padding:20px;
box-shadow:0px 5px 5px #00000021;
border:solid 5px #fff;
} | assets/css/truncgil.css | html.truncgil a {
color: #323232;
font-size: 1rem;
transition: .3s ease;
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
-o-transition: .3s ease;
}
html.truncgil a:hover {
color: #0077B5;
text-decoration: none;
}
.w-0,
.w-none {
width: 0 !important;
}
.h-0,
.h-none {
height: 0 !important;
}
.wh-0,
.wh-none {
width: 0 !important;
height: 0 !important;
}
.m-0,
.m-no {
margin: 0 !important;
}
.p-0,
.p-no {
padding: 0 !important;
}
div.reset-div {
padding: 0 !important;
margin: 0 !important;
background: none !important;
width: auto !important;
height: auto !important;
}
.bg-none {
background: none !important;
}
.border-none {
border: none !important;
}
.m-0-auto {
display: block;
margin: 0 auto;
}
.m-5 {
margin: 5px;
}
.m-10 {
margin: 10px;
}
.m-20 {
margin: 20px;
}
.m-30 {
margin: 30px;
}
.m-40 {
margin: 40px;
}
.m-50 {
margin: 50px;
}
.m-100 {
margin: 100px;
}
.mt-5 {
margin-top: 5px;
}
.mt-5-i {
margin-top: 5px !important;
}
.mt-7p5 {
margin-top: 7.5px;
}
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-25 {
margin-top: 25px;
}
.mt-30 {
margin-top: 30px;
}
.mt-35 {
margin-top: 35px;
}
.mt-40 {
margin-top: 40px;
}
.mt-45 {
margin-top: 45px;
}
.mt-50 {
margin-top: 50px;
}
.mt-60 {
margin-top: 60px;
}
.mt-70 {
margin-top: 70px;
}
.mt-80 {
margin-top: 80px;
}
.mt-90 {
margin-top: 90px;
}
.mt-100 {
margin-top: 100px;
}
.mt-150 {
margin-top: 150px;
}
.mt-200 {
margin-top: 200px;
}
.mt-250 {
margin-top: 250px;
}
.mt-300 {
margin-top: 200px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-100 {
margin-bottom: 100px;
}
.mb-200 {
margin-bottom: 200px;
}
.mb-300 {
margin-bottom: 300px;
}
.mt-0 {
margin-top: 0;
}
.mt-0-i {
margin-top: 0 !important;
}
.ml-0 {
margin-left: 0;
}
.mr-0 {
margin-right: 0;
}
.mb-0 {
margin-bottom: 0;
}
.p-5 {
padding: 5px;
}
.p-10 {
padding: 10px;
}
.p-20 {
padding: 20px;
}
.p-30 {
padding: 30px;
}
.p-40 {
padding: 40px;
}
.p-50 {
padding: 50px;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-80 {
padding-bottom: 80px;
}
.pt-10 {
padding-top: 10px;
}
.pt-20 {
padding-top: 20px;
}
.pt-25 {
padding-top: 25px;
}
.pt-50 {
padding-top: 50px;
}
.pt-70 {
padding-top: 80px;
}
.pt-80 {
padding-top: 80px;
}
.pt-100 {
padding-top: 100px;
}
.ptb-30 {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.ptb-50 {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
.ptb-80 {
padding-top: 80px;
padding-bottom: 80px;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pb-40 {
padding-bottom: 40px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.pb-60 {
padding-bottom: 60px !important;
}
.pb-70 {
padding-bottom: 70px !important;
}
.pb-80 {
padding-bottom: 80px !important;
}
.pb-90 {
padding-bottom: 90px !important;
}
.pb-100 {
padding-bottom: 100px;
}
.plr-5 {
padding-left: 5px !important;
padding-right: 5px !important;
}
.plr-5-for-two-col.first {
padding-right: 2.5px;
}
.plr-5-for-two-col.second {
padding-left: 2.5px;
}
.plr-10-for-two-col.first {
padding-right: 5px;
}
.plr-10-for-two-col.second {
padding-left: 5px;
}
.plr-10 {
padding-left: 10px;
padding-right: 10px;
}
.plr-20 {
padding-left: 20px;
padding-right: 20px;
}
.plr-30 {
padding-left: 30px;
padding-right: 30px;
}
.plr-40 {
padding-left: 40px;
padding-right: 40px;
}
.plr-50 {
padding-left: 50px;
padding-right: 50px;
}
.plr-60 {
padding-left: 60px;
padding-right: 60px;
}
.plr-70 {
padding-left: 70px;
padding-right: 70px;
}
.plr-5p {
padding-left: 5%;
padding-right: 5%;
}
.plr-10p {
padding-left: 10%;
padding-right: 10%;
}
.plr-15p {
padding-left: 15%;
padding-right: 15%;
}
.plr-20p {
padding-left: 20%;
padding-right: 20%;
}
.plr-25p {
padding-left: 25%;
padding-right: 25%;
}
.plr-30p {
padding-left: 30%;
padding-right: 30%;
}
.plr-35p {
padding-left: 35%;
padding-right: 35%;
}
.plr-40p {
padding-left: 40%;
padding-right: 40%;
}
.plr-45p {
padding-left: 45%;
padding-right: 45%;
}
.plr-50p {
padding-left: 50%;
padding-right: 50%;
}
.pl-0 {
padding-left: 0;
}
@media (min-width: 768px) {
.pl-0-md {
padding-left: 0 !important;
}
}
.t-right {
text-align: right !important;
}
.t-left {
text-align: left !important;
}
.t-center {
text-align: center !important;
}
.t-justify {
text-align: justify !important;
}
.t-justify-to-children * {
text-align: justify !important;
}
.t-center-to-children * {
text-align: center !important;
}
.t-left-to-children * {
text-align: left !important;
}
.t-right-to-children * {
text-align: right !important;
}
.t-uppercase {
text-transform: uppercase;
}
.t-lowercase {
text-transform: lowercase;
}
.t-capitalize {
text-transform: capitalize;
}
.t-white {
color: #fff;
}
.t-black {
color: #000;
}
.t-fancy-white {
color: #eee;
}
.t-fancy-black {
color: #333;
}
.t-dark-grey {
color: #555;
}
.t-underline {
text-decoration: underline;
}
.t-italic {
font-style: italic;
}
.t-lighter {
font-weight: lighter;
}
.t-normal {
font-weight: normal !important;
}
.t-bold {
font-weight: bold;
}
.t-bolder {
font-weight: bolder;
}
.f-left {
float: left;
}
.f-right {
float: right;
}
.navbar-toggler {
color:black !important;
position:relative;
top:5px;
background:white !important;
border:none !important;
}
.f-none {
float: none;
}
.pos-relative {
position: relative;
}
.pos-static {
position: static;
}
.pos-absolute {
position: absolute;
}
.pos-fixed {
position: fixed;
}
.pos-sticky {
position: sticky;
position: -webkit-sticky;
}
.pos-unset {
position: unset;
}
.tl-0 {
top: 0;
left: 0;
}
.z-9 {
z-index: 9;
}
.flasher {
border: 1px solid #f00;
}
.flasher-green {
border: 1px solid #0f0;
}
.flasher-blue {
border: 1px solid #00f;
}
.flasher-black {
border: 1px solid #000;
}
.flasher-white {
border: 1px solid #fff;
}
.flasher-red {
border: 1px solid #f00;
}
.flasher-yellow {
border: 1px solid #f9d71c;
}
.w-full {
width: 100%;
}
.w-25p {
width: 25%;
}
.w-50p {
width: 50%;
}
.w-75p {
width: 75%;
}
.w-10p {
width: 10%;
}
.w-20p {
width: 20%;
}
.w-30p {
width: 30%;
}
.w-40p {
width: 40%;
}
.w-60p {
width: 60%;
}
.w-70p {
width: 70%;
}
.w-80p {
width: 80%;
}
.w-90p {
width: 90%;
}
.w-33p {
width: 33%;
}
.w-66p {
width: 66%;
}
.w-67p {
width: 67%;
}
.w-99p {
width: 99%;
}
.w-5p {
width: 5%;
}
.w-15p {
width: 15%;
}
.w-35p {
width: 35%;
}
.w-45p {
width: 45%;
}
.w-55p {
width: 55%;
}
.w-65p {
width: 65%;
}
.w-85p {
width: 85%;
}
.w-95p {
width: 95%;
}
.w-auto {
width: auto;
}
.w-full-h-auto {
width: 100%;
height: auto;
}
@media screen and (max-width:768px) {
.tr-card-title-homepage {
font-size: 16px;
}
#mainLogo{
width:230px
}
}
.h-full-w-auto {
height: 100%;
width: auto;
}
.wh-25p {
width: 25%;
height: 25%;
}
.wh-50p {
width: 50%;
height: 50%;
}
.wh-75p {
width: 75%;
height: 75%;
}
.wh-full,
.wh-100p,
.wh-100 {
width: 100%;
height: 100%;
}
.h-1rem {
height: 1rem;
}
.h-2rem {
height: 2rem;
}
.h-3rem {
height: 3rem;
}
.h-4rem {
height: 4rem;
}
.h-5rem {
height: 5rem;
}
.h-6rem {
height: 6rem;
}
.h-7rem {
height: 7rem;
}
.h-8rem {
height: 8rem;
}
.h-9rem {
height: 9rem;
}
.h-10rem {
height: 10rem;
}
.h-80p {
height: 80%;
}
.h-25p {
height: 25%;
}
.h-50p {
height: 50%;
}
.h-75p {
height: 75%;
}
.max-w-100 {
max-width: 100px;
}
.square-box {
width: 100%;
}
.square-box:after {
content: "";
display: block;
padding-bottom: 100%;
}
.round-box {
width: 100%;
border-radius: 50%;
}
.round-box:after {
content: "";
display: block;
padding-bottom: 100%;
}
.bg-cover {
background-size: cover;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparet {
background-color: transparent !important;
}
.parallax-section-with-height {
width: 100%;
height: 60vh;
/* background-attachment: fixed; */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax-section {
width: 100%;
/* background-attachment: fixed; */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax-section-important {
width: 100% !important;
background-attachment: fixed !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.section-bg-gray {
background-color: #ededed;
}
/* tr-image-cards */
.tr-image-cards .card-item .card-image-outer {
overflow: hidden;
}
.tr-image-cards .card-item a .card-image {
transition: .4s ease;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
-o-transition: .4s ease;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
}
.tr-image-cards .card-item a:hover .card-image-outer {
background-color: rgba(0, 0, 0, 0.3);
}
.tr-image-cards .card-item a:hover .card-image {
transform: scale(1.2) rotate(-10deg);
-webkit-transformm: scale(1.2) rotate(-10deg);
-moz-transformm: scale(1.2) rotate(-10deg);
-o-transformm: scale(1.2) rotate(-10deg);
filter: none;
-webkit-filter: none;
-moz-filter: none;
}
/* /tr-image-cards */
.default-section {
padding-top: 30px;
padding-bottom: 30px;
}
.default-section.smallest {
padding-top: 10px;
padding-bottom: 10px;
}
.default-section.smaller {
padding-top: 20px;
padding-bottom: 20px;
}
.default-section.small {
padding-top: 30px;
padding-bottom: 30px;
}
.default-section.large {
/* padding-top: 70px; */
/* padding-bottom: 70px; */
padding: 10px 0 0 0;
margin: 20px 0;
}
.default-section.larger {
padding-top: 90px;
padding-bottom: 90px;
}
.default-section.largest {
padding-top: 90px;
padding-bottom: 90px;
}
.section-stripe {
background-color: #ddd;
}
@media (max-width: 767px) {
.mt-7rem-to-md-i {
margin-top: 7rem !important;
}
}
@media (min-width: 992px) {
.mt-md-40 {
margin-top: 40px;
}
.mt-md-50 {
margin-top: 50px;
}
.mt-md-80 {
margin-top: 80px;
}
.mt-md-15vh {
margin-top: 15vh;
}
}
@media (min-width:768px) {
.plr-10-md-else-mt-10 {
padding-left: 10px;
padding-right: 10px;
}
.plr-30-md-else-mt-10 {
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width:767px) {
.plr-10-md-else-mt-10 {
margin-top: 10px;
}
.plr-30-md-else-mt-10 {
margin-top: 10px;
}
}
.no-li-style {
list-style: none;
}
.fs-10 {
font-size: 10px;
}
.fs-12 {
font-size: 12px;
}
.fs-13 {
font-size: 13px;
}
.fs-14 {
font-size: 14px;
}
.fs-16 {
font-size: 16px;
}
.fs-18 {
font-size: 18px;
}
.fs-20 {
font-size: 20px;
}
.fs-30 {
font-size: 30px;
}
.fs-40 {
font-size: 40px;
}
.fs-50 {
font-size: 50px;
}
.fs-60 {
font-size: 60px;
}
.fs-70 {
font-size: 70px;
}
.fs-0p1rem {
font-size: .1rem;
}
.fs-0p2rem {
font-size: .2rem;
}
.fs-0p3rem {
font-size: .3rem;
}
.fs-0p4rem {
font-size: .4rem;
}
.fs-0p5rem {
font-size: .5rem;
}
.fs-0p6rem {
font-size: .6rem;
}
.fs-0p7rem {
font-size: .7rem;
}
.fs-0p8rem {
font-size: .8rem;
}
.fs-0p9rem {
font-size: .9rem;
}
.fs-1rem {
font-size: 1rem;
}
.fs-1p1rem {
font-size: 1.1rem;
}
.fs-1p2rem {
font-size: 1.2rem;
}
.fs-1p3rem {
font-size: 1.3rem;
}
.fs-1p3rem-i {
font-size: 1.3rem !important;
}
.fs-1p4rem {
font-size: 1.4rem;
}
.fs-1p4rem-i {
font-size: 1.4rem !important;
}
.fs-1p5rem {
font-size: 1.5rem;
}
.fs-1p5rem-i {
font-size: 1.5rem !important;
}
.fs-1p6rem {
font-size: 1.6rem;
}
.fs-1p7rem {
font-size: 1.7rem;
}
.fs-1p8rem {
font-size: 1.8rem;
}
.fs-1p9rem {
font-size: 1.9rem;
}
.fs-2rem {
font-size: 2rem;
}
.fs-3rem {
font-size: 3rem;
}
.fs-4rem {
font-size: 4rem;
}
.fs-5rem {
font-size: 5rem;
}
.fs-5rem-i {
font-size: 5rem !important;
}
.fs-6rem {
font-size: 6rem;
}
.fs-7rem {
font-size: 7rem;
}
.fs-8rem {
font-size: 8rem;
}
.fs-9rem {
font-size: 9rem;
}
.fs-10rem {
font-size: 10rem;
}
.fs-20rem {
font-size: 20rem;
}
.fs-initial {
font-size: initial !important;
}
.fs-inherit {
font-size: inherit !important;
}
.p-set-for-contact-table>tbody>tr>td:first-of-type {
padding-right: 10px;
}
.p-set-for-contact-table>tbody>tr>td:last-of-type {
padding-left: 10px;
}
.centered-list {
text-align: center;
}
.centered-list>li {
display: inline-block;
float: none !important;
}
iframe.iframe-map-smaller {
width: 100%;
height: 20vh;
}
iframe.iframe-map-25vh {
width: 100%;
height: 25vh;
}
iframe.iframe-map-small {
width: 100%;
height: 30vh;
}
iframe.iframe-map {
width: 100%;
height: 40vh;
}
iframe.iframe-map-larger {
width: 100%;
height: 50vh;
}
h1.parallax-section-title {
padding-top: 15%;
font-size: 4rem;
padding-left: 18%;
}
.parallax-section-title-centered {
text-align: center;
position: absolute;
font-size: 3rem !important;
width: 100%;
top: calc(50% - 1.5rem);
background-color: rgba(0, 0, 0, 0.8);
color: #fff;
padding-top: 1rem;
padding-bottom: 1rem;
}
.section-title,
.section-title.medium {
font-size: 2rem;
}
.section-title.small {
font-size: 1.2rem;
}
.section-title.x-small {
font-size: 1rem;
}
.section-title.large {
font-size: 2.2rem;
}
.section-title.larger {
font-size: 3rem;
}
.section-title.x-large {
font-size: 4rem;
}
.section-title.xx-large {
font-size: 5rem;
}
.section-title.xxx-large {
font-size: 6rem;
}
.col-plr-10 {
padding-left: 10px;
padding-right: 10px;
}
.col-plr-10.first {
padding-left: 0 !important;
}
.col-plr-10.last {
padding-right: 0 !important;
}
ul.bbc {
list-style-type: none;
}
ul.bbc li {
position: relative;
margin: 0;
padding-bottom: 1em;
padding-left: 20px;
}
ul.bbc li:before {
background-color: #c00;
/* color */
width: 2px;
content: '';
position: absolute;
top: 0px;
bottom: 0px;
left: 5px;
}
ul.bbc li::after {
content: '';
position: absolute;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%23c00' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
/* color */
background-repeat: no-repeat;
background-size: contain;
left: 0;
top: 2px;
width: 12px;
height: 12px;
}
ul.bbc li:first-child::after {
content: '';
width: 16px;
height: 16px;
left: -2px;
top: 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Cpath d='M16 4c6.6 0 12 5.4 12 12s-5.4 12-12 12S4 22.6 4 16 9.4 4 16 4zm0-4C7.2 0 0 7.2 0 16s7.2 16 16 16 16-7.2 16-16S24.8 0 16 0z' fill='%23c00'%3E%3C/path%3E%3Ccircle fill='%23c00' cx='16' cy='16' r='6'%3E%3C/circle%3E%3C/svg%3E");
/* color */
}
ul.bbc li:first-child:before {
top: 15px;
}
ul.bbc li:last-child:before {
height: 6px;
}
.border-radius-50p {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
/* Image Gallery Tabs */
.image-gallery-tabs {
border-bottom: none;
}
.image-gallery-tabs .nav-item,
.image-gallery-tabs .nav-link {
border: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
margin-bottom: 0;
padding: 0;
}
.image-gallery-tabs .nav-link.active {
color: inherit;
background-color: unset;
border: none;
}
.image-gallery-tabs .nav-link.active .card-image {
filter: none;
-webkit-filter: none;
-moz-filter: none;
}
.image-gallery-tabs .card-item {
padding: 0;
}
.image-gallery-tabs .card-item .card-image-outer {
overflow: hidden;
}
.image-gallery-tabs .card-item a .card-image {
transition: .4s ease;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
-o-transition: .4s ease;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
}
.image-gallery-tabs .card-item a:hover .card-image-outer {
background-color: rgba(0, 0, 0, 0.3);
}
.image-gallery-tabs .card-item a:hover .card-image {
transform: scale(1.2) rotate(-10deg);
-webkit-transformm: scale(1.2) rotate(-10deg);
-moz-transformm: scale(1.2) rotate(-10deg);
-o-transformm: scale(1.2) rotate(-10deg);
filter: none;
-webkit-filter: none;
-moz-filter: none;
}
.image-gallery-tabs-content {
width: 100%;
}
.image-gallery-tabs-content .tab-pane {
padding-top: 40px;
padding-bottom: 40px;
}
/* /Image Gallery Tabs */
@media (min-width: 992px) {
.w-20p-lg {
width: 20%;
}
}
.h-10vh {
height: 10vh;
}
.h-20vh {
height: 20vh;
}
.h-30vh {
height: 30vh;
}
.h-40vh {
height: 40vh;
}
.h-50vh {
height: 50vh;
}
.h-60vh {
height: 60vh;
}
.h-70vh {
height: 70vh;
}
.h-80vh {
height: 80vh;
}
.h-90vh {
height: 90vh;
}
.h-100vh {
height: 100vh;
}
.h-25vh-w-auto {
height: 25vh !important;
width: auto;
}
.designed-by {
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
}
.designed-by:hover {
letter-spacing: 10px;
}
.footer-designed-by-dark {
color: #777;
}
ul.no-style,
ol.no-style {
list-style: none;
}
input.fancy-dark {
background-color: #333;
color: #fff;
border-color: #ddd;
}
input.fancy-dark:focus {
background-color: #333;
color: #fff;
border-color: #ddd;
}
.cursor-default {
cursor: default;
}
a.bademmedya {
color: #f7a30a !important;
transition: .5s ease !important;
-webkit-transition: .5s ease !important;
-moz-transition: .5s ease !important;
-o-transition: .5s ease !important;
}
a.bademmedya:hover {
color: #f7a30a !important;
text-decoration: none !important;
letter-spacing: 5px;
}
a.truncgil {
color: #fc7a01 !important;
transition: .5s ease !important;
-webkit-transition: .5s ease !important;
-moz-transition: .5s ease !important;
-o-transition: .5s ease !important;
}
a.truncgil:hover {
color: #fc7a01 !important;
text-decoration: none !important;
letter-spacing: 5px;
}
.checkmark {
display: inline-block;
width: 22px;
height: 22px;
-ms-transform: rotate(45deg);
/* IE 9 */
-webkit-transform: rotate(45deg);
/* Chrome, Safari, Opera */
transform: rotate(45deg);
}
.checkmark_circle {
position: absolute;
width: 22px;
height: 22px;
background-color: green;
border-radius: 11px;
left: 0;
top: 0;
}
.checkmark_stem {
position: absolute;
width: 3px;
height: 9px;
background-color: #fff;
left: 11px;
top: 6px;
}
.checkmark_kick {
position: absolute;
width: 3px;
height: 3px;
background-color: #fff;
left: 8px;
top: 12px;
}
ul.default {
list-style: none;
padding-inline-start: 0px !important;
}
ul.default>li {
vertical-align: middle;
}
.v-align-middle {
vertical-align: middle;
display: inline-block;
}
.v-align-bottom {
vertical-align: bottom;
display: inline-block;
left: 0;
bottom: 0;
}
.v-align-top {
vertical-align: top;
display: inline-block;
}
.v-align-baseline {
vertical-align: baseline;
display: inline-block;
}
.v-align-sub {
vertical-align: sub;
display: inline-block;
}
.p-0p5rem {
padding: 0.5rem !important;
}
.p-1rem {
padding: 1rem !important;
}
.p-1p5rem {
padding: 1.5rem !important;
}
.p-2rem {
padding: 2rem !important;
}
.p-2p5rem {
padding: 2p5rem !important;
}
.p-3rem {
padding: 3rem !important;
}
.wh-auto {
width: auto;
height: auto;
}
/* Shapes */
/* https://css-tricks.com/the-shapes-of-css/ */
.tr-shape-square {
width: 100px;
height: 100px;
}
.tr-shape-rectangle {
width: 200px;
height: 100px;
background: red;
}
.tr-shape-circle {
width: 100px;
height: 100px;
background: red;
border-radius: 50%
}
.tr-shape-oval {
width: 200px;
height: 100px;
background: red;
border-radius: 100px / 50px;
}
.tr-shape-triangle-up {
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 100px solid red;
}
.tr-shape-triangle-down {
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 100px solid red;
}
.tr-shape-triangle-left {
width: 0;
height: 0;
border-top: 50px solid transparent;
border-right: 100px solid red;
border-bottom: 50px solid transparent;
}
.tr-shape-triangle-right {
width: 0;
height: 0;
border-top: 50px solid transparent;
border-left: 100px solid red;
border-bottom: 50px solid transparent;
}
.tr-shape-triangle-topleft {
width: 0;
height: 0;
border-top: 100px solid red;
border-right: 100px solid transparent;
}
.tr-shape-triangle-topright {
width: 0;
height: 0;
border-top: 100px solid red;
border-left: 100px solid transparent;
}
.tr-shape-triangle-bottomleft {
width: 0;
height: 0;
border-bottom: 100px solid red;
border-right: 100px solid transparent;
}
.tr-shape-triangle-bottomright {
width: 0;
height: 0;
border-bottom: 100px solid red;
border-left: 100px solid transparent;
}
.tr-shape-curvedarrow {
position: relative;
width: 0;
height: 0;
border-top: 9px solid transparent;
border-right: 9px solid red;
transform: rotate(10deg);
}
.tr-shape-curvedarrow:after {
content: "";
position: absolute;
border: 0 solid transparent;
border-top: 3px solid red;
border-radius: 20px 0 0 0;
top: -12px;
left: -9px;
width: 12px;
height: 12px;
transform: rotate(45deg);
}
.tr-shape-trapezoid {
border-bottom: 100px solid red;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
height: 0;
width: 100px;
}
.tr-shape-parallelogram {
width: 150px;
height: 100px;
transform: skew(20deg);
background: red;
}
.tr-shape-star-six {
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 100px solid red;
position: relative;
}
.tr-shape-star-six:after {
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 100px solid red;
position: absolute;
content: "";
top: 30px;
left: -50px;
}
.tr-shape-star-five {
margin: 50px 0;
position: relative;
display: block;
color: red;
width: 0px;
height: 0px;
border-right: 100px solid transparent;
border-bottom: 70px solid red;
border-left: 100px solid transparent;
transform: rotate(35deg);
}
.tr-shape-star-five:before {
border-bottom: 80px solid red;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
position: absolute;
height: 0;
width: 0;
top: -45px;
left: -65px;
display: block;
content: '';
transform: rotate(-35deg);
}
.tr-shape-star-five:after {
position: absolute;
display: block;
color: red;
top: 3px;
left: -105px;
width: 0px;
height: 0px;
border-right: 100px solid transparent;
border-bottom: 70px solid red;
border-left: 100px solid transparent;
transform: rotate(-70deg);
content: '';
}
.tr-shape-pentagon {
position: relative;
width: 54px;
box-sizing: content-box;
border-width: 50px 18px 0;
border-style: solid;
border-color: red transparent;
}
.tr-shape-pentagon:before {
content: "";
position: absolute;
height: 0;
width: 0;
top: -85px;
left: -18px;
border-width: 0 45px 35px;
border-style: solid;
border-color: transparent transparent red;
}
.tr-shape-hexagon {
width: 100px;
height: 55px;
background: red;
position: relative;
}
.tr-shape-hexagon:before {
content: "";
position: absolute;
top: -25px;
left: 0;
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 25px solid red;
}
.tr-shape-hexagon:after {
content: "";
position: absolute;
bottom: -25px;
left: 0;
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 25px solid red;
}
.tr-shape-octagon {
width: 100px;
height: 100px;
background: red;
position: relative;
}
.tr-shape-octagon:before {
content: "";
width: 100px;
height: 0;
position: absolute;
top: 0;
left: 0;
border-bottom: 29px solid red;
border-left: 29px solid #eee;
border-right: 29px solid #eee;
}
.tr-shape-octagon:after {
content: "";
width: 100px;
height: 0;
position: absolute;
bottom: 0;
left: 0;
border-top: 29px solid red;
border-left: 29px solid #eee;
border-right: 29px solid #eee;
}
.tr-shape-heart {
position: relative;
width: 100px;
height: 90px;
}
.tr-shape-heart:before,
.tr-shape-heart:after {
position: absolute;
content: "";
left: 50px;
top: 0;
width: 50px;
height: 80px;
background: red;
border-radius: 50px 50px 0 0;
transform: rotate(-45deg);
transform-origin: 0 100%;
}
.tr-shape-heart:after {
left: 0;
transform: rotate(45deg);
transform-origin: 100% 100%;
}
.tr-shape-infinity {
position: relative;
width: 212px;
height: 100px;
box-sizing: content-box;
}
.tr-shape-infinity:before,
.tr-shape-infinity:after {
content: "";
box-sizing: content-box;
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
border: 20px solid red;
border-radius: 50px 50px 0 50px;
transform: rotate(-45deg);
}
.tr-shape-infinity:after {
left: auto;
right: 0;
border-radius: 50px 50px 50px 0;
transform: rotate(45deg);
}
.tr-shape-diamond {
width: 0;
height: 0;
border: 50px solid transparent;
border-bottom-color: red;
position: relative;
top: -50px;
}
.tr-shape-diamond:after {
content: '';
position: absolute;
left: -50px;
top: 50px;
width: 0;
height: 0;
border: 50px solid transparent;
border-top-color: red;
}
.tr-shape-diamond-shield {
width: 0;
height: 0;
border: 50px solid transparent;
border-bottom: 20px solid red;
position: relative;
top: -50px;
}
.tr-shape-diamond-shield:after {
content: '';
position: absolute;
left: -50px;
top: 20px;
width: 0;
height: 0;
border: 50px solid transparent;
border-top: 70px solid red;
}
.tr-shape-diamond-narrow {
width: 0;
height: 0;
border: 50px solid transparent;
border-bottom: 70px solid red;
position: relative;
top: -50px;
}
.tr-shape-diamond-narrow:after {
content: '';
position: absolute;
left: -50px;
top: 70px;
width: 0;
height: 0;
border: 50px solid transparent;
border-top: 70px solid red;
}
.tr-shape-cut-diamond {
border-style: solid;
border-color: transparent transparent red transparent;
border-width: 0 25px 25px 25px;
height: 0;
width: 50px;
box-sizing: content-box;
position: relative;
margin: 20px 0 50px 0;
}
.tr-shape-cut-diamond:after {
content: "";
position: absolute;
top: 25px;
left: -25px;
width: 0;
height: 0;
border-style: solid;
border-color: red transparent transparent transparent;
border-width: 70px 50px 0 50px;
}
.tr-shape-egg {
display: block;
width: 126px;
height: 180px;
background-color: red;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
.tr-shape-pacman {
width: 0px;
height: 0px;
border-right: 60px solid transparent;
border-top: 60px solid red;
border-left: 60px solid red;
border-bottom: 60px solid red;
border-top-left-radius: 60px;
border-top-right-radius: 60px;
border-bottom-left-radius: 60px;
border-bottom-right-radius: 60px;
}
.tr-shape-talkbubble {
width: 120px;
height: 80px;
background: red;
position: relative;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.tr-shape-talkbubble:before {
content: "";
position: absolute;
right: 100%;
top: 26px;
width: 0;
height: 0;
border-top: 13px solid transparent;
border-right: 26px solid red;
border-bottom: 13px solid transparent;
}
.tr-shape-burst-12 {
background: red;
width: 80px;
height: 80px;
position: relative;
text-align: center;
}
.tr-shape-burst-12:before,
.tr-shape-burst-12:after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 80px;
width: 80px;
background: red;
}
.tr-shape-burst-12:before {
transform: rotate(30deg);
}
.tr-shape-burst-12:after {
transform: rotate(60deg);
}
.tr-shape-burst-8 {
background: red;
width: 80px;
height: 80px;
position: relative;
text-align: center;
transform: rotate(20deg);
}
.tr-shape-burst-8:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 80px;
width: 80px;
background: red;
transform: rotate(135deg);
}
.tr-shape-yin-yang {
width: 96px;
box-sizing: content-box;
height: 48px;
background: #eee;
border-color: red;
border-style: solid;
border-width: 2px 2px 50px 2px;
border-radius: 100%;
position: relative;
}
.tr-shape-yin-yang:before {
content: "";
position: absolute;
top: 50%;
left: 0;
background: #eee;
border: 18px solid red;
border-radius: 100%;
width: 12px;
height: 12px;
box-sizing: content-box;
}
.tr-shape-yin-yang:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
background: red;
border: 18px solid #eee;
border-radius: 100%;
width: 12px;
height: 12px;
box-sizing: content-box;
}
.tr-shape-badge-ribbon {
position: relative;
background: red;
height: 100px;
width: 100px;
border-radius: 50px;
}
.tr-shape-badge-ribbon:before,
.tr-shape-badge-ribbon:after {
content: '';
position: absolute;
border-bottom: 70px solid red;
border-left: 40px solid transparent;
border-right: 40px solid transparent;
top: 70px;
left: -10px;
transform: rotate(-140deg);
}
.tr-shape-badge-ribbon:after {
left: auto;
right: -10px;
transform: rotate(140deg);
}
.tr-shape-space-invader {
box-shadow: 0 0 0 1em red,
0 1em 0 1em red,
-2.5em 1.5em 0 .5em red,
2.5em 1.5em 0 .5em red,
-3em -3em 0 0 red,
3em -3em 0 0 red,
-2em -2em 0 0 red,
2em -2em 0 0 red,
-3em -1em 0 0 red,
-2em -1em 0 0 red,
2em -1em 0 0 red,
3em -1em 0 0 red,
-4em 0 0 0 red,
-3em 0 0 0 red,
3em 0 0 0 red,
4em 0 0 0 red,
-5em 1em 0 0 red,
-4em 1em 0 0 red,
4em 1em 0 0 red,
5em 1em 0 0 red,
-5em 2em 0 0 red,
5em 2em 0 0 red,
-5em 3em 0 0 red,
-3em 3em 0 0 red,
3em 3em 0 0 red,
5em 3em 0 0 red,
-2em 4em 0 0 red,
-1em 4em 0 0 red,
1em 4em 0 0 red,
2em 4em 0 0 red;
background: red;
width: 1em;
height: 1em;
overflow: hidden;
margin: 50px 0 70px 65px;
}
.tr-shape-tv-screen {
position: relative;
width: 200px;
height: 150px;
margin: 20px 0;
background: red;
border-radius: 50% / 10%;
color: white;
text-align: center;
text-indent: .1em;
}
.tr-shape-tv-screen:before {
content: '';
position: absolute;
top: 10%;
bottom: 10%;
right: -5%;
left: -5%;
background: inherit;
border-radius: 5% / 50%;
}
.tr-shape-chevron {
position: relative;
text-align: center;
padding: 12px;
margin-bottom: 6px;
height: 60px;
width: 200px;
}
.tr-shape-chevron:before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 51%;
background: red;
transform: skew(0deg, 6deg);
}
.tr-shape-chevron:after {
content: '';
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 50%;
background: red;
transform: skew(0deg, -6deg);
}
.tr-shape-magnifying-glass {
font-size: 10em;
display: inline-block;
width: 0.4em;
box-sizing: content-box;
height: 0.4em;
border: 0.1em solid red;
position: relative;
border-radius: 0.35em;
}
.tr-shape-magnifying-glass:before {
content: "";
display: inline-block;
position: absolute;
right: -0.25em;
bottom: -0.1em;
border-width: 0;
background: red;
width: 0.35em;
height: 0.08em;
transform: rotate(45deg);
}
.tr-shape-facebook-icon {
background: red;
text-indent: -999em;
width: 100px;
height: 110px;
box-sizing: content-box;
border-radius: 5px;
position: relative;
overflow: hidden;
border: 15px solid red;
border-bottom: 0;
}
.tr-shape-facebook-icon:before {
content: "/20";
position: absolute;
background: red;
width: 40px;
height: 90px;
bottom: -30px;
right: -37px;
border: 20px solid #eee;
border-radius: 25px;
box-sizing: content-box;
}
.tr-shape-facebook-icon:after {
content: "/20";
position: absolute;
width: 55px;
top: 50px;
height: 20px;
background: #eee;
right: 5px;
box-sizing: content-box;
}
.tr-shape-moon {
width: 80px;
height: 80px;
border-radius: 50%;
box-shadow: 15px 15px 0 0 red;
}
.tr-shape-flag {
width: 110px;
height: 56px;
box-sizing: content-box;
padding-top: 15px;
position: relative;
background: red;
color: white;
font-size: 11px;
letter-spacing: 0.2em;
text-align: center;
text-transform: uppercase;
}
.tr-shape-flag:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 0;
border-bottom: 13px solid #eee;
border-left: 55px solid transparent;
border-right: 55px solid transparent;
}
.tr-shape-cone {
width: 0;
height: 0;
border-left: 70px solid transparent;
border-right: 70px solid transparent;
border-top: 100px solid red;
border-radius: 50%;
}
.tr-shape-cross {
background: red;
height: 100px;
position: relative;
width: 20px;
}
.tr-shape-cross:after {
background: red;
content: "";
height: 20px;
left: -40px;
position: absolute;
top: 40px;
width: 100px;
}
.tr-shape-base {
background: red;
display: inline-block;
height: 55px;
margin-left: 20px;
margin-top: 55px;
position: relative;
width: 100px;
}
.tr-shape-base:before {
border-bottom: 35px solid red;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
content: "";
height: 0;
left: 0;
position: absolute;
top: -35px;
width: 0;
}
.tr-shape-pointer {
width: 200px;
height: 40px;
position: relative;
background: red;
}
.tr-shape-pointer:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 0;
border-left: 20px solid white;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
}
.tr-shape-pointer:before {
content: "";
position: absolute;
right: -20px;
bottom: 0;
width: 0;
height: 0;
border-left: 20px solid red;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
}
.tr-shape-lock {
font-size: 8px;
position: relative;
width: 18em;
height: 13em;
border-radius: 2em;
top: 10em;
box-sizing: border-box;
border: 3.5em solid red;
border-right-width: 7.5em;
border-left-width: 7.5em;
margin: 0 0 6rem 0;
}
.tr-shape-lock:before {
content: "";
box-sizing: border-box;
position: absolute;
border: 2.5em solid red;
width: 14em;
height: 12em;
left: 50%;
margin-left: -7em;
top: -12em;
border-top-left-radius: 7em;
border-top-right-radius: 7em;
}
.tr-shape-lock:after {
content: "";
box-sizing: border-box;
position: absolute;
border: 1em solid red;
width: 5em;
height: 8em;
border-radius: 2.5em;
left: 50%;
top: -1em;
margin-left: -2.5em;
}
/* /Shapes */
.d-inline-block {
display: inline-block;
}
.language-list {
list-style: none;
}
.language-list>li {
display: inline-block;
padding-left: .6rem;
padding-right: .6rem;
border-left: 1px solid #343434;
}
.language-list>li:first-of-type {
border-left: none !important;
}
.language-list>li>a {
transition: .4s ease;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
-o-transition: .4s ease;
color: inherit;
}
.language-list>li>a:hover {
text-decoration: underline;
}
.social-media-list {
list-style: none;
padding-inline-start: 0;
}
.social-media-list>li {
display: inline-block;
padding-left: .6rem;
padding-right: .6rem;
}
/*
Link Effects
*/
.tr-link-effect a {
position: relative;
display: inline-block;
margin: 15px 25px;
outline: none;
color: #fff;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 400;
text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
font-size: 1.35em;
}
.tr-link-effect a:hover,
.tr-link-effect a:focus {
outline: none;
}
/* Effect 1: Brackets */
.tr-link-effect-1 a::before,
.tr-link-effect-1 a::after {
display: inline-block;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
-moz-transition: -moz-transform 0.3s, opacity 0.2s;
transition: transform 0.3s, opacity 0.2s;
}
.tr-link-effect-1 a::before {
margin-right: 10px;
content: '[';
-webkit-transform: translateX(20px);
-moz-transform: translateX(20px);
transform: translateX(20px);
}
.tr-link-effect-1 a::after {
margin-left: 10px;
content: ']';
-webkit-transform: translateX(-20px);
-moz-transform: translateX(-20px);
transform: translateX(-20px);
}
.tr-link-effect-1 a:hover::before,
.tr-link-effect-1 a:hover::after,
.tr-link-effect-1 a:focus::before,
.tr-link-effect-1 a:focus::after {
opacity: 1;
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
transform: translateX(0px);
}
/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.tr-link-effect-2 a {
line-height: 44px;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.tr-link-effect-2 a span {
position: relative;
display: inline-block;
padding: 0 14px;
background: #2195de;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.csstransforms3d .tr-link-effect-2 a span::before {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 100%;
background: #0965a0;
content: attr(data-hover);
-webkit-transition: background 0.3s;
-moz-transition: background 0.3s;
transition: background 0.3s;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.tr-link-effect-2 a:hover span,
.tr-link-effect-2 a:focus span {
-webkit-transform: rotateX(90deg) translateY(-22px);
-moz-transform: rotateX(90deg) translateY(-22px);
transform: rotateX(90deg) translateY(-22px);
}
.csstransforms3d .tr-link-effect-2 a:hover span::before,
.csstransforms3d .tr-link-effect-2 a:focus span::before {
background: #28a2ee;
}
/* Effect 3: bottom line slides/fades in */
.tr-link-effect-3 a {
padding: 8px 0;
}
.tr-link-effect-3 a::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 4px;
background: rgba(0, 0, 0, 0.1);
content: '';
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: opacity 0.3s, -moz-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
}
.tr-link-effect-3 a:hover::after,
.tr-link-effect-3 a:focus::after {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
/* Effect 4: bottom border enlarge */
.tr-link-effect-4 a {
padding: 0 0 10px;
}
.tr-link-effect-4 a::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 1px;
background: #fff;
content: '';
opacity: 0;
-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
transition: height 0.3s, opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
.tr-link-effect-4 a:hover::after,
.tr-link-effect-4 a:focus::after {
height: 5px;
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
/* Effect 5: same word slide in */
.tr-link-effect-5 a {
overflow: hidden;
padding: 0 4px;
height: 1em;
}
.tr-link-effect-5 a span {
position: relative;
display: inline-block;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.tr-link-effect-5 a span::before {
position: absolute;
top: 100%;
content: attr(data-hover);
font-weight: 700;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.tr-link-effect-5 a:hover span,
.tr-link-effect-5 a:focus span {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
/* Effect 5: same word slide in and border bottom */
.tr-link-effect-6 a {
margin: 0 10px;
padding: 10px 20px;
}
.tr-link-effect-6 a::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: #fff;
content: '';
-webkit-transition: top 0.3s;
-moz-transition: top 0.3s;
transition: top 0.3s;
}
.tr-link-effect-6 a::after {
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 2px;
background: #fff;
content: '';
-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
transition: height 0.3s;
}
.tr-link-effect-6 a:hover::before {
top: 100%;
opacity: 1;
}
.tr-link-effect-6 a:hover::after {
height: 100%;
}
/* Effect 7: second border slides up */
.tr-link-effect-7 a {
padding: 12px 10px 10px;
color: #566473;
text-shadow: none;
font-weight: 700;
}
.tr-link-effect-7 a::before,
.tr-link-effect-7 a::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 3px;
background: #566473;
content: '';
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
transform: scale(0.85);
}
.tr-link-effect-7 a::after {
opacity: 0;
-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
transition: top 0.3s, opacity 0.3s, transform 0.3s;
}
.tr-link-effect-7 a:hover::before,
.tr-link-effect-7 a:hover::after,
.tr-link-effect-7 a:focus::before,
.tr-link-effect-7 a:focus::after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.tr-link-effect-7 a:hover::after,
.tr-link-effect-7 a:focus::after {
top: 0%;
opacity: 1;
}
/* Effect 8: border slight translate */
.tr-link-effect-8 a {
padding: 10px 20px;
}
.tr-link-effect-8 a::before,
.tr-link-effect-8 a::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 3px solid #354856;
content: '';
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
.tr-link-effect-8 a::after {
border-color: #fff;
opacity: 0;
-webkit-transform: translateY(-7px) translateX(6px);
-moz-transform: translateY(-7px) translateX(6px);
transform: translateY(-7px) translateX(6px);
}
.tr-link-effect-8 a:hover::before,
.tr-link-effect-8 a:focus::before {
opacity: 0;
-webkit-transform: translateY(5px) translateX(-5px);
-moz-transform: translateY(5px) translateX(-5px);
transform: translateY(5px) translateX(-5px);
}
.tr-link-effect-8 a:hover::after,
.tr-link-effect-8 a:focus::after {
opacity: 1;
-webkit-transform: translateY(0px) translateX(0px);
-moz-transform: translateY(0px) translateX(0px);
transform: translateY(0px) translateX(0px);
}
/* Effect 9: second text and borders */
.tr-link-effect-9 a {
margin: 0 20px;
padding: 18px 20px;
}
.tr-link-effect-9 a::before,
.tr-link-effect-9 a::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background: #fff;
content: '';
opacity: 0.2;
-webkit-transition: opacity 0.3s, height 0.3s;
-moz-transition: opacity 0.3s, height 0.3s;
transition: opacity 0.3s, height 0.3s;
}
.tr-link-effect-9 a::after {
top: 100%;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
.tr-link-effect-9 a span:first-child {
z-index: 2;
display: block;
font-weight: 300;
}
.tr-link-effect-9 a span:last-child {
z-index: 1;
display: block;
padding: 8px 0 0 0;
color: rgba(0, 0, 0, 0.4);
text-shadow: none;
text-transform: none;
font-style: italic;
font-size: 0.75em;
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
.tr-link-effect-9 a:hover::before,
.tr-link-effect-9 a:focus::before {
height: 6px;
}
.tr-link-effect-9 a:hover::before,
.tr-link-effect-9 a:hover::after,
.tr-link-effect-9 a:focus::before,
.tr-link-effect-9 a:focus::after {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
.tr-link-effect-9 a:hover span:last-child,
.tr-link-effect-9 a:focus span:last-child {
opacity: 1;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
}
/* Effect 10: reveal, push out */
.tr-link-effect-10 {
position: relative;
z-index: 1;
}
.tr-link-effect-10 a {
overflow: hidden;
margin: 0 15px;
}
.tr-link-effect-10 a span {
display: block;
padding: 10px 20px;
background: #0f7c67;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.tr-link-effect-10 a::before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
padding: 10px 20px;
width: 100%;
height: 100%;
background: #fff;
color: #0f7c67;
content: attr(data-hover);
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: translateX(-25%);
}
.tr-link-effect-10 a:hover span,
.tr-link-effect-10 a:focus span {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
transform: translateX(100%);
}
.tr-link-effect-10 a:hover::before,
.tr-link-effect-10 a:focus::before {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.tr-link-effect-11 a {
padding: 10px 0;
border-top: 2px solid #0972b4;
color: #0972b4;
text-shadow: none;
}
.tr-link-effect-11 a::before {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
padding: 10px 0;
max-width: 0;
border-bottom: 2px solid #fff;
color: #fff;
content: attr(data-hover);
-webkit-transition: max-width 0.5s;
-moz-transition: max-width 0.5s;
transition: max-width 0.5s;
}
.tr-link-effect-11 a:hover::before,
.tr-link-effect-11 a:focus::before {
max-width: 100%;
}
/* Effect 12: circle */
.tr-link-effect-12 a::before,
.tr-link-effect-12 a::after {
position: absolute;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
border: 2px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;
content: '';
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.tr-link-effect-12 a::after {
width: 90px;
height: 90px;
border-width: 6px;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.tr-link-effect-12 a:hover::before,
.tr-link-effect-12 a:hover::after,
.tr-link-effect-12 a:focus::before,
.tr-link-effect-12 a:focus::after {
opacity: 1;
-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
-moz-transform: translateX(-50%) translateY(-50%) scale(1);
transform: translateX(-50%) translateY(-50%) scale(1);
}
/* Effect 13: three circles */
.tr-link-effect-13 a {
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s;
}
.tr-link-effect-13 a::before {
position: absolute;
top: 100%;
left: 50%;
color: transparent;
content: '•';
text-shadow: 0 0 transparent;
font-size: 1.2em;
-webkit-transition: text-shadow 0.3s, color 0.3s;
-moz-transition: text-shadow 0.3s, color 0.3s;
transition: text-shadow 0.3s, color 0.3s;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
}
.tr-link-effect-13 a:hover::before,
.tr-link-effect-13 a:focus::before {
color: #fff;
text-shadow: 10px 0 #fff, -10px 0 #fff;
}
.tr-link-effect-13 a:hover,
.tr-link-effect-13 a:focus {
color: #ba7700;
}
/* Effect 14: border switch */
.tr-link-effect-14 a {
padding: 0 20px;
height: 45px;
line-height: 45px;
}
.tr-link-effect-14 a::before,
.tr-link-effect-14 a::after {
position: absolute;
width: 45px;
height: 2px;
background: #fff;
content: '';
opacity: 0.2;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
pointer-events: none;
}
.tr-link-effect-14 a::before {
top: 0;
left: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
}
.tr-link-effect-14 a::after {
right: 0;
bottom: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.tr-link-effect-14 a:hover::before,
.tr-link-effect-14 a:hover::after,
.tr-link-effect-14 a:focus::before,
.tr-link-effect-14 a:focus::after {
opacity: 1;
}
.tr-link-effect-14 a:hover::before,
.tr-link-effect-14 a:focus::before {
left: 50%;
-webkit-transform: rotate(0deg) translateX(-50%);
-moz-transform: rotate(0deg) translateX(-50%);
transform: rotate(0deg) translateX(-50%);
}
.tr-link-effect-14 a:hover::after,
.tr-link-effect-14 a:focus::after {
right: 50%;
-webkit-transform: rotate(0deg) translateX(50%);
-moz-transform: rotate(0deg) translateX(50%);
transform: rotate(0deg) translateX(50%);
}
/* Effect 15: scale down, reveal */
.tr-link-effect-15 a {
color: rgba(0, 0, 0, 0.2);
font-weight: 700;
text-shadow: none;
}
.tr-link-effect-15 a::before {
color: #fff;
content: attr(data-hover);
position: absolute;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
.tr-link-effect-15 a:hover::before,
.tr-link-effect-15 a:focus::before {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
transform: scale(0.9);
opacity: 0;
}
/* Effect 16: fall down */
.tr-link-effect-16 a {
color: #6f8686;
text-shadow: 0 0 1px rgba(111, 134, 134, 0.3);
}
.tr-link-effect-16 a::before {
color: #fff;
content: attr(data-hover);
position: absolute;
opacity: 0;
text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
pointer-events: none;
}
.tr-link-effect-16 a:hover::before,
.tr-link-effect-16 a:focus::before {
-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
opacity: 1;
}
/* Effect 17: move up fade out, push border */
.tr-link-effect-17 a {
color: #10649b;
text-shadow: none;
padding: 10px 0;
}
.tr-link-effect-17 a::before {
color: #fff;
text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
content: attr(data-hover);
position: absolute;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
pointer-events: none;
}
.tr-link-effect-17 a::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: #fff;
opacity: 0;
-webkit-transform: translateY(5px);
-moz-transform: translateY(5px);
transform: translateY(5px);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
pointer-events: none;
}
.tr-link-effect-17 a:hover::before,
.tr-link-effect-17 a:focus::before {
opacity: 0;
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
transform: translateY(-2px);
}
.tr-link-effect-17 a:hover::after,
.tr-link-effect-17 a:focus::after {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
/* Effect 18: cross */
.tr-link-effect-18 {
position: relative;
z-index: 1;
}
.tr-link-effect-18 a {
padding: 0 5px;
color: #b4770d;
font-weight: 700;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s;
}
.tr-link-effect-18 a::before,
.tr-link-effect-18 a::after {
position: absolute;
width: 100%;
left: 0;
top: 50%;
height: 2px;
margin-top: -1px;
background: #b4770d;
content: '';
z-index: -1;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
pointer-events: none;
}
.tr-link-effect-18 a::before {
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
transform: translateY(-20px);
}
.tr-link-effect-18 a::after {
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
transform: translateY(20px);
}
.tr-link-effect-18 a:hover,
.tr-link-effect-18 a:focus {
color: #fff;
}
.tr-link-effect-18 a:hover::before,
.tr-link-effect-18 a:hover::after,
.tr-link-effect-18 a:focus::before,
.tr-link-effect-18 a:focus::after {
opacity: 0.7;
}
.tr-link-effect-18 a:hover::before,
.tr-link-effect-18 a:focus::before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.tr-link-effect-18 a:hover::after,
.tr-link-effect-18 a:focus::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/* Effect 19: 3D side */
.tr-link-effect-19 a {
line-height: 2em;
margin: 15px;
-webkit-perspective: 800px;
-moz-perspective: 800px;
perspective: 800px;
width: 200px;
}
.tr-link-effect-19 a span {
position: relative;
display: inline-block;
width: 100%;
padding: 0 14px;
background: #e35041;
-webkit-transition: -webkit-transform 0.4s, background 0.4s;
-moz-transition: -moz-transform 0.4s, background 0.4s;
transition: transform 0.4s, background 0.4s;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 50% 50% -100px;
-moz-transform-origin: 50% 50% -100px;
transform-origin: 50% 50% -100px;
}
.csstransforms3d .tr-link-effect-19 a span::before {
position: absolute;
top: 0;
left: 100%;
width: 100%;
height: 100%;
background: #b53a2d;
content: attr(data-hover);
-webkit-transition: background 0.4s;
-moz-transition: background 0.4s;
transition: background 0.4s;
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 0 50%;
-moz-transform-origin: 0 50%;
transform-origin: 0 50%;
pointer-events: none;
}
.tr-link-effect-19 a:hover span,
.tr-link-effect-19 a:focus span {
background: #b53a2d;
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.csstransforms3d .tr-link-effect-19 a:hover span::before,
.csstransforms3d .tr-link-effect-19 a:focus span::before {
background: #ef5e50;
}
/* Effect 20: 3D side */
.tr-link-effect-20 a {
line-height: 2em;
-webkit-perspective: 800px;
-moz-perspective: 800px;
perspective: 800px;
}
.tr-link-effect-20 a span {
position: relative;
display: inline-block;
padding: 3px 15px 0;
background: #587285;
box-shadow: inset 0 3px #2f4351;
-webkit-transition: background 0.6s;
-moz-transition: background 0.6s;
transition: background 0.6s;
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.tr-link-effect-20 a span::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
color: #2f4351;
content: attr(data-hover);
-webkit-transform: rotateX(270deg);
-moz-transform: rotateX(270deg);
transform: rotateX(270deg);
-webkit-transition: -webkit-transform 0.6s;
-moz-transition: -moz-transform 0.6s;
transition: transform 0.6s;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
pointer-events: none;
}
.tr-link-effect-20 a:hover span,
.tr-link-effect-20 a:focus span {
background: #2f4351;
}
.tr-link-effect-20 a:hover span::before,
.tr-link-effect-20 a:focus span::before {
-webkit-transform: rotateX(10deg);
-moz-transform: rotateX(10deg);
transform: rotateX(10deg);
}
/* Effect 21: borders slight translate */
.tr-link-effect-21 a {
padding: 10px;
color: #237546;
font-weight: 700;
text-shadow: none;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s;
}
.tr-link-effect-21 a::before,
.tr-link-effect-21 a::after {
position: absolute;
left: 0;
width: 100%;
height: 2px;
background: #fff;
content: '';
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: opacity 0.3s, -moz-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
.tr-link-effect-21 a::before {
top: 0;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
.tr-link-effect-21 a::after {
bottom: 0;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
}
.tr-link-effect-21 a:hover,
.tr-link-effect-21 a:focus {
color: #fff;
}
.tr-link-effect-21 a:hover::before,
.tr-link-effect-21 a:focus::before,
.tr-link-effect-21 a:hover::after,
.tr-link-effect-21 a:focus::after {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:400,300,700);
@font-face {
font-family: 'codropsicons';
src: url('../fonts/codropsicons/codropsicons.eot');
src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/codropsicons/codropsicons.woff') format('woff'),
url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
font-weight: normal;
font-style: normal;
}
.container>header,
.codrops-top {
font-family: 'Lato', Arial, sans-serif;
}
.container>header {
margin: 0 auto;
padding: 2em;
text-align: center;
color: #89867e;
}
.container>header h1 {
font-size: 2.625em;
line-height: 1.3;
margin: 0;
font-weight: 300;
}
.container>header span {
display: block;
font-size: 60%;
color: #ceccc6;
padding: 0 0 0.6em 0.1em;
}
/* To Navigation Style */
.codrops-top {
background: #fff;
background: rgba(255, 255, 255, 0.6);
text-transform: uppercase;
width: 100%;
font-size: 0.69em;
line-height: 2.2;
}
.codrops-top a {
text-decoration: none;
padding: 0 1em;
letter-spacing: 0.1em;
color: #888;
display: inline-block;
}
.codrops-top a:hover {
background: rgba(255, 255, 255, 0.95);
color: #716d62;
}
.codrops-top span.right {
float: right;
}
.codrops-top span.right a {
float: left;
display: block;
}
.codrops-icon:before {
font-family: 'codropsicons';
margin: 0 4px;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before {
content: "\e001";
}
.codrops-icon-prev:before {
content: "\e004";
}
.container>section {
margin: 0 auto;
padding: 5em 3em;
text-align: center;
}
.fancy-color-1 {
background: #435a6b;
}
.fancy-color-2 {
background: #f39c12;
}
.fancy-color-3 {
background: #2ac56c;
}
.fancy-color-4 {
background: #0e83cd;
}
.fancy-color-5 {
background: #cd4436;
}
.fancy-color-6 {
background: #f19f0f;
}
.fancy-color-7 {
background: #3fa46a;
}
.fancy-color-8 {
background: #ecf0f1;
}
.fancy-color-9 {
background: #9e487f;
}
.fancy-color-10 {
background: #16a085;
}
.fancy-color-11 {
background: #aab7b7;
}
.color-white {
color: #fff;
}
.color-fancy-white {
color: #eee;
}
.color-black {
color: #000;
}
.color-fancy-black {
color: #333;
}
.color-fancy-dark-black {
color: #222;
}
.color-red {
color: #cd4436 !important;
}
.color-green {
color: #2ac56c !important;
}
@media screen and (max-width: 25em) {
.codrops-icon span {
display: none;
}
}
/* //Link Effect */
.bg-repeat {
background-repeat: repeat;
overflow: hidden;
background-position: left top;
}
.white-text-shadow {
text-shadow: 0px 1px 10px #2222226b;
font-weight: bold;
}
.black-text-shadow {
text-shadow: 2px 2px #ddd;
}
.white-text-shadow.xs {
text-shadow: 1px 1px #222;
}
.black-text-shadow.xs.soft {
text-shadow: 1px 1px #999;
}
.black-text-shadow.xs {
text-shadow: 1px 1px #ddd;
}
.white-text-shadow.sm {
text-shadow: 2px 2px #222;
}
.black-text-shadow.sm {
text-shadow: 2px 2px #ddd;
}
.white-text-shadow.md {
text-shadow: 4px 4px #222;
}
.black-text-shadow.md {
text-shadow: 4px 4px #ddd;
}
.white-text-shadow.lg {
text-shadow: 6px 6px #222;
}
.black-text-shadow.lg {
text-shadow: 6px 6px #ddd;
}
.colored-hover-image-box {
padding: 0 !important;
height: 350px;
}
.colored-hover-image-box>a {
width: 100%;
height: 350px;
padding: 0 !important;
position: absolute;
top: 0;
left: 0;
}
.colored-hover-image-box .tr-overlay {
padding: 0 !important;
position: absolute;
top: 0;
left: 0;
z-index: 9;
height: 350px;
width: 100%;
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
}
.colored-hover-image-box .tr-image {
padding: 0 !important;
position: absolute;
top: 0;
left: 0;
background-size: cover;
z-index: 3;
height: 350px;
width: 100%;
}
.colored-hover-image-box .tr-caption {
width: 100%;
padding: 0 !important;
position: absolute;
font-size: 5rem !important;
top: calc(50% - 2.5rem);
text-align: center;
z-index: 99;
color: #fff;
}
@media (max-width: 767px) {
.colored-hover-image-box .tr-image,
.colored-hover-image-box .tr-overlay,
.colored-hover-image-box>a,
.colored-hover-image-box {
height: 150px !important;
}
.colored-hover-image-box .tr-caption {
font-size: 3rem !important;
}
}
.colored-hover-image-box>a:hover .tr-overlay {
opacity: .5;
}
ul.tick-icon li {
text-align: left;
list-style: none;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAaVBMVEUAAADoggDqgwDpgQDtgADoggDpggDpggDqgADogQDoggDpggDqggDpggDqggDpgQDqggDpgQDpgwDqggDqggDpggDphQDoggDoggDpggDqgADpggDpggDrhQDrgADoggDogADpggAAAAAqM5JzAAAAIXRSTlMALW1dDnz84SSGtfHWXoOKVsPTj4XVF9e07TDs2BkykSyhgtskAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAAd0SU1FB+MHFA0pKT9zS4AAAADOSURBVFjD7ZTHDsJADERNOoTQewv+/5+ESLBK2WyZ5YZ9dd5TpB0PkYxM2EyiOAnh04w5L3B+ys3MAnkuA3meB/JcYfziyy+FF1544X/Jr9abrbneVX/tdNuq2ewPME9HthgsPJVsNth4OrHRYOWpOJsMdp7ocv18c7sPdm7vP25wzc+YwT1/eoNPfnUGv/wPDb730zf431/XgNxv24Dd/0NlsnbIn/Ef4P7pGYD+6hig/msZwP5UBpBXBph/v2bOnKU4T5TE0TOEl/nHeQGQ3kd4V1J0GwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wNy0yMFQxMTo0MTo0MSswMjowMN2m6wkAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDctMjBUMTE6NDE6NDErMDI6MDCs+1O1AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==');
background-repeat: no-repeat;
background-position: left top;
padding: 3px 0px 3px 80px;
margin: 0;
min-height: 64px;
margin-bottom: 15px;
}
.tr-dropdown-menu {
display: none;
position: absolute;
text-align: center;
background-color: #212529 !important;
}
.tr-dropdown-menu .dropdown-item {
background-color: #212529 !important;
}
.tr-dropdown-menu .dropdown-item a:hover {
background-color: #212529 !important;
color: #fff;
}
.bold {
font-weight: bold;
}
.bolder {
font-weight: bolder;
}
.slider-band {
position: absolute;
width: 100%;
height: auto;
background-color: rgba(0, 0, 0, 0.7);
top: 50vh;
color: #fff;
padding-top: 10px;
padding-bottom: 0px;
}
.slider-band:hover h4 {
text-shadow: 2px 2px #000;
color: #fff;
}
.ribbon {
top: 30vh;
width: 60%;
padding-top: 1.5rem;
height: 60px;
margin: 100px auto 0px;
position: relative;
color: #fff;
font: 28px/60px sans-serif;
text-align: center;
text-transform: uppercase;
background: #3D79D0;
-webkit-animation: main 250ms;
-moz-animation: main 250ms;
-ms-animation: main 250ms;
animation: main 250ms;
}
.ribbon i {
position: absolute;
}
.ribbon i:first-child,
.ribbon i:nth-child(2) {
position: absolute;
left: -20px;
bottom: -20px;
z-index: -1;
border: 20px solid transparent;
border-right-color: #043140;
-webkit-animation: edge 500ms;
-moz-animation: edge 500ms;
-ms-animation: edge 500ms;
animation: edge 500ms;
}
.ribbon i:nth-child(2) {
display: none;
left: auto;
right: -20px;
border-right-color: transparent;
border-left-color: #043140;
}
.ribbon i:nth-child(3),
.ribbon i:last-child {
width: 20px;
bottom: -20px;
left: -60px;
z-index: -2;
border: 30px solid #1D53C0;
border-left-color: transparent;
-webkit-animation: back 600ms;
-moz-animation: back 600ms;
-ms-animation: back 600ms;
animation: back 600ms;
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.ribbon i:last-child {
bottom: -20px;
left: auto;
right: -60px;
border: 30px solid #1D53C0;
border-right-color: transparent;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.ribbon i {
z-index: 9999 !important;
}
.ribbon:hover h4 {
color: #ffffff !important;
text-shadow: 1px 1px #000 !important;
}
.facebook:hover {
color: #3b5998;
}
.twitter:hover {
color: #00acee;
}
.instagram:hover {
color: #FA7E1E;
}
.linkedin:hover {
color: #0077B5;
}
.youtube:hover {
color: #c4302b;
}
.hover-underline:hover {
text-decoration: underline;
}
.facebook i,
.twitter i,
.instagram i,
.youtube i,
.linkedin i {
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
}
.facebook:hover i,
.twitter:hover i,
.instagram:hover i,
.youtube:hover i,
.linkedin:hover i {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
.rotate-360-animation {
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
}
.rotate-360-animation:hover {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
.spc-link {
transition: .4s ease;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
-o-transition: .4s ease;
}
.spc-link:hover {
letter-spacing: 5px;
}
.contact-table tr td.contact-icon {
padding-right: 10px;
font-size: 1.7rem;
color: #ededed;
}
.contact-table tr td {
text-align: left;
}
.tr-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .8;
z-index: 2;
}
.tr-overlay-hover {
position: absolute;
top: 0;
left: 0;
width: calc(100% - 30px);
margin-left: 15px;
height: 100%;
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
z-index: 9;
background-color: rgba(0, 0, 0, 0);
}
.tr-overlay-hover:hover {
background-color: rgba(0, 0, 0, 0.6);
}
.tr-overlay-hover .overlay-text {
font-size: 4rem;
text-align: center;
position: absolute;
top: calc(50% - 2rem);
color: #fff;
display: block;
margin: 0 auto;
width: 100%;
opacity: 0;
transition: .5s ease;
-webkit-transition: .5s ease;
-moz-transition: .5s ease;
-o-transition: .5s ease;
}
.tr-overlay-hover:hover .overlay-text {
opacity: 1;
}
@media (max-width: 767px) {
.tr-overlay-hover .overlay-text {
font-size: 3rem !important;
opacity: 1 !important;
}
}
.tr-overlay-hover .overlay-text.sm {
font-size: 1.2rem !important;
top: calc(50% - .9rem) !important;
padding-left: .2rem;
padding-right: .2rem;
}
.aa-overlay {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 9999;
opacity: 0;
background: rgba(39, 42, 43, 0.8);
transition: opacity 200ms ease-in-out;
margin: -15px 0 0 -15px;
}
.aa-overlay:hover {
opacity: 1;
}
.b-radius-10 {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.custom-box-shadow {
-webkit-box-shadow: 7px 9px 14px -5px rgba(0, 0, 0, 0.63);
-moz-box-shadow: 7px 9px 14px -5px rgba(0, 0, 0, 0.63);
box-shadow: 7px 9px 14px -5px rgba(0, 0, 0, 0.63);
}
.fs-social-xxxs {
font-size: .4rem;
}
.fs-social-xxs {
font-size: .6rem;
}
.fs-social-xs {
font-size: .8rem;
}
.fs-social-sm {
font-size: 1rem;
}
.fs-social-md {
font-size: 1.2rem;
}
.fs-social-lg {
font-size: 1.5rem;
}
.fs-social-xl {
font-size: 2rem;
}
.fs-social-xxl {
font-size: 3rem;
}
.fs-social-xxxl {
font-size: 5rem;
}
@media (max-width: 767px) {
.t-center-xs-else-md {
text-align: center;
}
}
.fixed-whatsapp {
position: fixed;
bottom: 1rem;
right: 5rem;
width: 5rem;
height: 5rem;
background-color: #3dbc29;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
padding: 10px;
border: 2px solid #1c5b13;
z-index: 99999999999;
}
.inline-breadcrumb {
width: 100%;
}
.inline-breadcrumb ul {
background-color: transparent !important;
}
.inline-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
color: #333 !important;
}
.border-radius-5 {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.border-radius-10 {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.border-radius-20 {
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
.border-radius-30 {
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
}
.border-radius-40 {
border-radius: 40px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
}
.border-radius-50 {
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
}
@media (max-width: 767px) {
.mt-10-xs-else-md {
margin-top: 10px;
}
.mt-20-xs-else-md {
margin-top: 20px;
}
.mt-30-xs-else-md {
margin-top: 30px;
}
.mt-40-xs-else-md {
margin-top: 40px;
}
.mt-50-xs-else-md {
margin-top: 50px;
}
}
.default-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
}
a.no-style {
color: inherit;
background-color: inherit;
}
a.no-style:hover {
text-decoration: none;
}
.material-icons {}
.material-icons.xxxs {
font-size: .2rem;
}
.material-icons.xxs {
font-size: .4rem;
}
.material-icons.xs {
font-size: .6rem;
}
.material-icons.sm {
font-size: .8rem;
}
.material-icons.md {
font-size: 1rem;
}
.material-icons.lg {
font-size: 2rem;
}
.material-icons.xl {
font-size: 3rem;
}
.material-icons.xxl {
font-size: 4rem;
}
.material-icons.xxxl {
font-size: 6rem;
}
.material-icons.large {
font-size: 10rem;
}
.material-icons.larger {
font-size: 15rem;
}
.material-icons.largest {
font-size: 30rem;
}
.golden-ratio-height-long {
height: 61.8%;
width: auto;
}
.golden-ratio-height-short {
height: 38.2%;
width: auto;
}
.golden-ratio-long {
width: 61.8%;
height: auto;
}
.golden-ratio-short {
width: 38.2%;
height: auto;
}
.golden-ratio-long,
.golden-ratio-short,
.golden-ratio-long-sm,
.golden-ratio-short-sm,
.golden-ratio-long-md,
.golden-ratio-short-md,
.golden-ratio-long-lg,
.golden-ratio-short-lg,
.golden-ratio-long-xl,
.golden-ratio-short-xl {
float: left;
}
.golden-ratio-long-sm,
.golden-ratio-short-sm,
.golden-ratio-long-md,
.golden-ratio-short-md,
.golden-ratio-long-lg,
.golden-ratio-short-lg,
.golden-ratio-long-xl,
.golden-ratio-short-xl {
width: 100%;
height: auto;
}
@media (min-width: 576px) {
.golden-ratio-long-sm {
width: 61.8%;
height: auto;
}
.golden-ratio-short-sm {
width: 38.2%;
height: auto;
}
}
@media (min-width: 768px) {
.golden-ratio-long-md {
width: 61.8%;
height: auto;
}
.golden-ratio-short-md {
width: 38.2%;
height: auto;
}
}
@media (min-width: 992px) {
.golden-ratio-long-lg {
width: 61.8%;
height: auto;
}
.golden-ratio-short-lg {
width: 38.2%;
height: auto;
}
}
@media (min-width: 1200px) {
.golden-ratio-long-xl {
width: 61.8%;
height: auto;
}
.golden-ratio-short-xl {
width: 38.2%;
height: auto;
}
}
.rotate-45 {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.rotate-45 .non-rotate {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-o-transform: rotate(315deg);
padding: 0;
}
.rotate-45-l {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-o-transform: rotate(315deg);
}
.rotate-45-l .non-rotate {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
padding: 0;
}
.non-rotate.no-wh {
width: 0;
height: 0;
}
@media (min-width: 768px) {
.rotate-45-md {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.rotate-45-md .non-rotate {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-o-transform: rotate(315deg);
padding: 0;
}
.rotate-45-l-md {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-o-transform: rotate(315deg);
}
.rotate-45-l-md .non-rotate {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
padding: 0;
}
}
@media (min-width: 992px) {
.rotate-45-lg {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.rotate-45-lg .non-rotate {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-o-transform: rotate(315deg);
padding: 0;
}
.rotate-45-l-lg {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-o-transform: rotate(315deg);
}
.rotate-45-l-lg .non-rotate {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
padding: 0;
}
}
.align-cols-right>* {
position: relative;
margin-left: auto;
float: right !important;
}
.top-5 {
top: 5px;
}
.top-10 {
top: 10px;
}
.top-20 {
top: 20px;
}
.top-30 {
top: 30px;
}
.top-40 {
top: 40px;
}
.top-50 {
top: 50px;
}
.top-60 {
top: 60px;
}
.top-70 {
top: 70px;
}
.top-80 {
top: 80px;
}
.top-90 {
top: 90px;
}
.top-100 {
top: 100px;
}
.top-150 {
top: 150px;
}
.top-200 {
top: 200px;
}
.top-300 {
top: 300px;
}
.left-5 {
left: 5px;
}
.left-10 {
left: 10px;
}
.left-20 {
left: 20px;
}
.left-30 {
left: 30px;
}
.left-40 {
left: 40px;
}
.left-50 {
left: 50px;
}
.left-60 {
left: 60px;
}
.left-70 {
left: 70px;
}
.left-80 {
left: 80px;
}
.left-90 {
left: 90px;
}
.left-100 {
left: 100px;
}
.left-150 {
left: 150px;
}
.left-200 {
left: 200px;
}
.left-300 {
left: 300px;
}
.topleft-300 {
top: 300px;
left: 300px;
}
.top-0,
.top-none {
top: 0;
}
.left-0,
.left-none {
left: 0;
}
.right-0,
.right-none {
right: 0;
}
.bottom-0,
.bottom-none {
bottom: 0;
}
.reset-mp {
margin: initial;
padding: initial;
}
.vis-hidden {
visibility: hidden;
}
.vis-visible {
visibility: visible;
}
.vis-collapse {
visibility: collapse;
}
.vis-inherit {
visibility: inherit;
}
.vis-initial {
visibility: initial;
}
.vh-5 {
height: 5vh;
}
.vh-10 {
height: 10vh;
}
.vh-20 {
height: 20vh;
}
.vh-30 {
height: 30vh;
}
.vh-40 {
height: 40vh;
}
.vh-50 {
height: 50vh;
}
.vh-60 {
height: 60vh;
}
.vh-70 {
height: 70vh;
}
.vh-80 {
height: 80vh;
}
.vh-90 {
height: 90vh;
}
.vh-100 {
height: 100vh;
}
.vw-5 {
width: 5vw;
}
.vw-10 {
width: 10vw;
}
.vw-20 {
width: 20vw;
}
.vw-30 {
width: 30vw;
}
.vw-40 {
width: 40vw;
}
.vw-50 {
width: 50vw;
}
.vw-60 {
width: 60vw;
}
.vw-70 {
width: 70vw;
}
.vw-80 {
width: 80vw;
}
.vw-90 {
width: 90vw;
}
.vw-100 {
width: 100vw;
}
.fullscreen {
width: 100vw;
height: 100vh;
}
.fixed-header {
width: 100%;
height: auto;
position: fixed;
z-index: 999;
padding: 20px 0;
}
.tr-navbar .navbar-nav .nav-item a.nav-link {
font-size: 1.2rem;
color: #4c9671;
font-weight: 400;
text-shadow: 1px 1px #fff;
}
.tr-navbar .navbar-nav .nav-item a.nav-link:before {
content: "";
position: absolute;
width: 100%;
height: 3px;
bottom: 0;
left: 0;
background: #555;
visibility: hidden;
border-radius: 5px;
transform: scaleX(0);
transition: .25s linear;
}
.tr-navbar .navbar-nav .dropdown-menu {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
background-color: rgba(255, 255, 255, 0.8);
color: #333;
}
.tr-navbar .navbar-nav .dropdown-menu .dropdown-item {
transition: .3s ease;
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
-o-transition: .3s ease;
}
.tr-navbar .navbar-nav .dropdown-menu a:hover {
background-color: #eee;
text-decoration:none;
}
.tr-navbar .navbar-nav .nav-item {
padding-left: 10px;
padding-right: 10px;
}
.tr-navbar .navbar-nav .nav-item a.nav-link:hover:before,
.tr-navbar .navbar-nav .nav-item a.nav-link:focus:before {
visibility: visible;
transform: scaleX(1);
}
@media (min-width: 768px) {
.f-right-md {
float: right;
}
.tr-navbar .navbar-nav .nav-item a.nav-link {
position: relative;
}
}
.tr-navbar .navbar-nav .dropdown:hover .dropdown-menu {
display: block;
margin-top: 0;
}
.tr-navbar .navbar-nav .dropdown .dropdown-toggle:after {
display: none;
}
.mt-10vh {
margin-top: 10vh;
}
.mt-20vh {
margin-top: 20vh;
}
.mt-30vh {
margin-top: 30vh;
}
.mt-40vh {
margin-top: 40vh;
}
.mt-50vh {
margin-top: 50vh;
}
.mt-60vh {
margin-top: 60vh;
}
.mt-70vh {
margin-top: 70vh;
}
.mt-80vh {
margin-top: 80vh;
}
.mt-90vh {
margin-top: 90vh;
}
.mt-100vh {
margin-top: 100vh;
}
.pl-1rem {
padding-left: 1rem;
}
.pl-10 {
padding-left: 10px;
}
.pl-20 {
padding-left: 20px;
}
.pl-30 {
padding-left: 30px;
}
.pl-40 {
padding-left: 40px;
}
.pl-50 {
padding-left: 50px;
}
.pl-60 {
padding-left: 60px;
}
.pl-70 {
padding-left: 70px;
}
.pl-80 {
padding-left: 80px;
}
.pl-90 {
padding-left: 90px;
}
.pl-100 {
padding-left: 100px;
}
.tr-card {
width: 100%;
height: auto;
padding: 10px;
border: 1px solid #888;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.tr-fancy-subtitle {
position: relative;
z-index: 1;
}
.tr-fancy-subtitle:before {
border-top: 2px solid #dfdfdf;
content: "";
margin: 0 auto;
position: absolute;
top: 50%;
left: 0;
right: 0;
bottom: 0;
width: 95%;
z-index: -1;
}
.tr-fancy-subtitle span {
padding: 0 15px;
background-color: #fff;
}
.tr-fancy-subtitle:before {
border-top: none;
}
.tr-fancy-subtitle:after {
border-bottom: 1px solid #333;
-webkit-box-shadow: 0 1px 0 0 #333;
-moz-box-shadow: 0 1px 0 0 #333;
box-shadow: 0 1px 0 0 #333;
content: "";
margin: 0 auto;
position: absolute;
top: 45%;
left: 0;
right: 0;
width: 95%;
z-index: -1;
}
.bg-f {
background-color: #fff;
}
.bg-f {
background-color: #fff !important;
}
.bg-e {
background-color: #fff;
}
.bg-e-i {
background-color: #eee !important;
}
.bg-d {
background-color: #ddd;
}
.bg-d-i {
background-color: #ddd !important;
}
.bg-c {
background-color: #ccc;
}
.bg-b {
background-color: #bbb;
}
.bg-a {
background-color: #aaa;
}
.bg-9 {
background-color: #999;
}
.bg-8 {
background-color: #888;
}
.bg-7 {
background-color: #777;
}
.bg-6 {
background-color: #666;
}
.bg-5 {
background-color: #555;
}
.bg-4 {
background-color: #444;
}
.bg-3 {
background-color: #333;
}
.bg-2 {
background-color: #222;
}
.bg-1 {
background-color: #111;
}
.bg-0 {
background-color: #000;
}
.color-f {
color: #fff;
}
.color-e {
color: #eee;
}
.color-d {
color: #ddd;
}
.color-c {
color: #ccc;
}
.color-b {
color: #bbb;
}
.color-a {
color: #aaa;
}
.color-9 {
color: #999;
}
.color-8 {
color: #888;
}
.color-7 {
color: #777;
}
.color-6 {
color: #666;
}
.color-5 {
color: #555;
}
.color-4 {
color: #444;
}
.color-3 {
color: #333;
}
.color-2 {
color: #222;
}
.color-1 {
color: #111;
}
.color-0 {
color: #000;
}
.carousel-fade .carousel-inner .item {
transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
.mt-md-10 {
margin-top: 10px;
}
.mt-md-20 {
margin-top: 20px;
}
.mt-md-30 {
margin-top: 30px;
}
.mt-md-40 {
margin-top: 40px;
}
.mt-md-50 {
margin-top: 50px;
}
.mt-md-60 {
margin-top: 60px;
}
.mt-md-70 {
margin-top: 70px;
}
.mt-md-80 {
margin-top: 80px;
}
.mt-md-90 {
margin-top: 90px;
}
.mt-md-100 {
margin-top: 100px;
}
}
.tr-footer {
background-color: #2b2b2b;
color: #fff;
}
.tr-footer li.list-title {
padding-top: 10px;
padding-bottom: 10px;
font-size: 1.2rem;
}
.tr-footer ul.list-unstyled li a {
color: #bbb;
transition: .2s ease;
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-o-transition: .2s ease;
}
.tr-footer ul.list-unstyled li a:hover {
text-decoration: none;
color: #fff;
}
.nowrap {
flex-wrap: nowrap;
}
.content-p.t-justify p {
text-align: justify !important;
}
.content-p.t-left p {
text-align: left !important;
}
.content-p.t-right p {
text-align: right !important;
}
.content-p.t-center p {
text-align: center !important;
}
.rect-box,
.rect-horizontal-box {
width: 100%;
}
.rect-box:after,
.rect-horizontal-box:after {
content: "";
display: block;
padding-bottom: 50%;
}
.rect-vertical-box {
width: 100%;
}
.rect-vertical-box:after {
content: "";
display: block;
padding-bottom: 200%;
}
.triangle-box {
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.chevron-box,
.chevron-right-box {
clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
-webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
.chevron-left-box {
clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
-webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.rhombus-box {
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.parallelogram-box {
clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
-webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.pentagon-box {
clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
-webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
.octagon-box {
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.rabbet-box {
clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
-webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.star-box {
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
-webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.message-shape-box {
clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
}
.round-box {
width: 100%;
border-radius: 50%;
}
.round-box:after {
content: "";
display: block;
padding-bottom: 100%;
}
a {
text-decoration:none !important;
}
.blog-item {
background:#fbfbfb !important;
padding:20px;
box-shadow:0px 5px 5px #00000021;
border:solid 5px #fff;
} | 0.494873 | 0.110567 |
@charset "UTF-8";
/**
* Colors
*/
/**
* Breakpoints & Media Queries
*/
/**
* SCSS Variables.
*
* Please use variables from this sheet to ensure consistency across the UI.
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
*/
/**
* Colors
*/
/**
* Fonts & basic variables.
*/
/**
* Grid System.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
*/
/**
* Dimensions.
*/
/**
* Shadows.
*/
/**
* Editor widths.
*/
/**
* Block & Editor UI.
*/
/**
* Block paddings.
*/
/**
* React Native specific.
* These variables do not appear to be used anywhere else.
*/
/**
* Breakpoint mixins
*/
/**
* Long content fade mixin
*
* Creates a fading overlay to signify that the content is longer
* than the space allows.
*/
/**
* Focus styles.
*/
/**
* Applies editor left position to the selector passed as argument
*/
/**
* Styles that are reused verbatim in a few places
*/
/**
* Allows users to opt-out of animations via OS-level preferences.
*/
/**
* Reset default styles for JavaScript UI based pages.
* This is a WP-admin agnostic reset
*/
/**
* Reset the WP Admin page styles for Gutenberg-like pages.
*/
:root {
--wp-admin-theme-color: #007cba;
--wp-admin-theme-color-darker-10: #006ba1;
--wp-admin-theme-color-darker-20: #005a87;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
:root {
--wp-admin-border-width-focus: 1.5px;
}
}
#start-resizable-editor-section {
display: none;
}
.block-editor-autocompleters__block {
white-space: nowrap;
}
.block-editor-autocompleters__block .block-editor-block-icon {
margin-right: 8px;
}
.block-editor-block-alignment-matrix-control__popover .components-popover__content {
min-width: 0;
width: auto;
}
.block-editor-block-alignment-matrix-control__popover .components-popover__content > div {
padding: 8px;
}
.block-editor-block-icon {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
}
.block-editor-block-icon.has-colors svg {
fill: currentColor;
}
.block-editor-block-icon svg {
min-width: 20px;
min-height: 20px;
max-width: 24px;
max-height: 24px;
}
.block-editor-block-inspector p {
margin-top: 0;
}
.block-editor-block-inspector h2,
.block-editor-block-inspector h3 {
font-size: 13px;
color: #1e1e1e;
margin-bottom: 1.5em;
}
.block-editor-block-inspector .components-base-control {
margin-bottom: 24px;
}
.block-editor-block-inspector .components-base-control:last-child {
margin-bottom: 8px;
}
.block-editor-block-inspector .components-panel__body {
border: none;
border-top: 1px solid #e0e0e0;
}
.block-editor-block-inspector .block-editor-block-card {
padding: 16px;
}
.block-editor-block-inspector__no-blocks {
display: block;
font-size: 13px;
background: #fff;
padding: 32px 16px;
text-align: center;
}
.block-editor-block-styles .block-editor-block-list__block {
margin: 0;
}
/**
* Notices & Block Selected/Hover Styles.
*/
/**
* Cross-Block Selection
*/
.block-editor-block-list__layout {
position: relative;
}
.block-editor-block-list__layout.is-navigate-mode {
cursor: default;
}
.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected::after, .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered::after,
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after,
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after {
position: absolute;
z-index: 1;
pointer-events: none;
content: "";
top: 1px;
bottom: 1px;
left: 1px;
right: 1px;
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
border-radius: 1px;
outline: 2px solid transparent;
}
.is-dark-theme .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected::after, .is-dark-theme .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered::after,
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after,
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after {
box-shadow: 0 0 0 1px #fff;
}
.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected .components-placeholder ::selection, .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered .components-placeholder ::selection,
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted .components-placeholder ::selection,
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected .components-placeholder ::selection {
background: transparent;
}
.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered:not(.is-selected)::after {
box-shadow: 0 0 0 1px #949494;
}
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after,
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after, .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected::after, .block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.has-child-selected {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: var(--wp-admin-border-width-focus) solid transparent;
}
.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected::before {
content: "";
position: absolute;
z-index: 0;
pointer-events: none;
transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear;
right: 0;
left: 0;
top: -14px;
border-radius: 2px;
border-top: 4px solid #ccc;
}
.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected::after {
content: none;
}
.block-editor-block-list__layout .is-block-moving-mode.can-insert-moving-block.block-editor-block-list__block.is-selected::before {
border-color: var(--wp-admin-theme-color);
}
.is-block-moving-mode.block-editor-block-list__block-selection-button {
opacity: 0;
font-size: 1px;
height: 1px;
padding: 0;
}
.block-editor-block-list__layout .block-editor-block-list__block {
position: relative;
overflow-wrap: break-word;
/**
* Notices
*/
/**
* Block Layout
*/
/**
* Block styles and alignments
*/
}
.block-editor-block-list__layout .block-editor-block-list__block .reusable-block-edit-panel * {
z-index: 1;
}
.block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui {
margin: -10px 0 12px 0;
}
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui {
margin: 0 0 12px 0;
width: 100%;
}
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice {
margin-left: 0;
margin-right: 0;
}
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content {
font-size: 13px;
}
.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus {
outline: none;
}
.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after {
position: absolute;
z-index: 1;
pointer-events: none;
content: "";
top: 1px;
bottom: 1px;
left: 1px;
right: 1px;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
border-radius: 1px;
}
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff;
}
.block-editor-block-list__layout .block-editor-block-list__block::after {
content: "";
pointer-events: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 2px;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) transparent;
}
.block-editor-block-list__layout .block-editor-block-list__block.has-warning {
min-height: 48px;
}
.block-editor-block-list__layout .block-editor-block-list__block.has-warning > * {
pointer-events: none;
-webkit-user-select: none;
user-select: none;
}
.block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-warning {
pointer-events: all;
}
.block-editor-block-list__layout .block-editor-block-list__block.has-warning::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.4);
}
.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected::after {
background-color: transparent;
}
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable > .block-editor-inner-blocks > .block-editor-block-list__layout.has-overlay::after {
display: none;
}
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable > .block-editor-inner-blocks > .block-editor-block-list__layout.has-overlay .block-editor-block-list__layout.has-overlay::after {
display: block;
}
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable.has-child-selected::after {
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.block-editor-block-list__layout .block-editor-block-list__block[data-clear=true] {
float: none;
}
.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__layout .block-editor-default-block-appender .block-editor-inserter {
left: auto;
right: 8px;
}
.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-hovered {
cursor: default;
}
.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-hovered::after {
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
border-radius: 1px;
}
.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-selected {
cursor: unset;
}
.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-selected::after {
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
border-radius: 1px;
}
.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-selected:focus::after {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) {
opacity: 0.5;
transition: opacity 0.1s linear;
}
@media (prefers-reduced-motion: reduce) {
.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) {
transition-duration: 0s;
transition-delay: 0s;
}
}
.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) .block-editor-block-list__block, .is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-selected, .is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-multi-selected {
opacity: 1;
}
.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity {
opacity: 0.5;
transition: opacity 0.1s linear;
}
@media (prefers-reduced-motion: reduce) {
.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity {
transition-duration: 0s;
transition-delay: 0s;
}
}
.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity.is-active-entity, .is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity.has-child-selected, .is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity:not(.has-child-selected) .block-editor-block-list__block, .is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity.is-active-entity .block-editor-block-list__block,
.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity .is-active-entity .block-editor-block-list__block {
opacity: 1;
}
.wp-block[data-align=left] > *,
.wp-block[data-align=right] > * {
z-index: 21;
}
/**
* In-Canvas Inserter
*/
.block-editor-block-list .block-editor-inserter {
margin: 8px;
cursor: move;
cursor: grab;
}
@keyframes block-editor-inserter__toggle__fade-in-animation {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.wp-block .block-list-appender .block-editor-inserter__toggle {
animation: block-editor-inserter__toggle__fade-in-animation 0.1s ease;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.wp-block .block-list-appender .block-editor-inserter__toggle {
animation-duration: 1ms;
animation-delay: 0s;
}
}
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender {
display: none;
}
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender .block-editor-inserter__toggle {
opacity: 0;
transform: scale(0);
}
.block-editor-block-list__block .block-editor-block-list__block-html-textarea {
display: block;
margin: 0;
padding: 12px;
width: 100%;
border: none;
outline: none;
border-radius: 2px;
box-shadow: inset 0 0 0 1px #1e1e1e;
resize: none;
overflow: hidden;
font-family: Menlo, Consolas, monaco, monospace;
font-size: 15px;
line-height: 1.5;
transition: padding 0.2s linear;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-list__block .block-editor-block-list__block-html-textarea {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
/**
* Warnings.
*/
.block-editor-block-list__block .block-editor-warning {
z-index: 5;
position: relative;
}
.block-editor-block-list__block .block-editor-warning.block-editor-block-list__block-crash-warning {
margin-bottom: auto;
}
/**
* Insertion Point.
*/
.block-editor-block-list__insertion-point {
position: absolute;
}
.block-editor-block-list__insertion-point-indicator {
position: absolute;
background: var(--wp-admin-theme-color);
animation: block-editor-inserter__toggle__fade-in-animation-delayed 0.3s ease;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-list__insertion-point-indicator {
animation-duration: 1ms;
animation-delay: 0s;
}
}
.block-editor-block-list__insertion-point.is-vertical > .block-editor-block-list__insertion-point-indicator {
top: 50%;
right: 0;
left: 0;
height: 1px;
}
.block-editor-block-list__insertion-point.is-horizontal > .block-editor-block-list__insertion-point-indicator {
top: 0;
right: 0;
left: 50%;
height: 100%;
width: 1px;
}
.block-editor-block-list__insertion-point-inserter {
display: none;
position: absolute;
justify-content: center;
top: calc(50% - 12px);
left: calc(50% - 12px);
}
@media (min-width: 480px) {
.block-editor-block-list__insertion-point-inserter {
display: flex;
}
}
.block-editor-block-list__block-popover-inserter {
position: absolute;
top: -9999em;
margin-bottom: 14px;
}
.block-editor-block-list__block-popover-inserter.is-visible {
position: static;
}
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon {
background: #1e1e1e;
border-radius: 2px;
color: #fff;
padding: 0;
min-width: 24px;
height: 24px;
}
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon:hover {
color: #fff;
background: var(--wp-admin-theme-color);
}
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon {
background: var(--wp-admin-theme-color);
}
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover {
background: #1e1e1e;
}
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button,
.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button {
animation: block-editor-inserter__toggle__fade-in-animation-delayed 0.3s ease;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button,
.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button {
animation-duration: 1ms;
animation-delay: 0s;
}
}
@keyframes block-editor-inserter__toggle__fade-in-animation-delayed {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/**
* Block Toolbar when contextual.
*/
.block-editor-block-contextual-toolbar {
display: inline-flex;
border: 1px solid #1e1e1e;
border-radius: 2px;
background-color: #fff;
}
.block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar-group,
.block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar {
border-right-color: #1e1e1e;
}
.block-editor-block-contextual-toolbar.is-fixed {
position: sticky;
top: 0;
width: 100%;
z-index: 31;
min-height: 48px;
display: block;
border: none;
border-bottom: 1px solid #e0e0e0;
border-radius: 0;
}
.block-editor-block-contextual-toolbar.is-fixed .block-editor-block-toolbar .components-toolbar-group,
.block-editor-block-contextual-toolbar.is-fixed .block-editor-block-toolbar .components-toolbar {
border-right-color: #e0e0e0;
}
.block-editor-block-contextual-toolbar .block-editor-block-mover-button {
overflow: hidden;
}
.block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button {
min-width: 24px;
width: 24px;
}
.block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button svg {
min-width: 24px;
}
.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus::before {
left: 0 !important;
min-width: 0;
width: 100%;
}
@media (min-width: 600px) {
.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg {
top: 5px;
}
.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg {
bottom: 5px;
}
}
/**
* Block Label for Navigation/Selection Mode
*/
.block-editor-block-list__block-selection-button {
display: inline-flex;
padding: 0 13px;
z-index: 22;
border-radius: 2px;
background-color: #1e1e1e;
font-size: 13px;
height: 48px;
}
.block-editor-block-list__block-selection-button .block-editor-block-list__block-selection-button__content {
margin: auto;
display: inline-flex;
align-items: center;
}
.block-editor-block-list__block-selection-button .block-editor-block-list__block-selection-button__content > .components-flex__item {
margin-right: 6px;
}
.block-editor-block-list__block-selection-button .components-button.has-icon.block-selection-button_drag-handle {
cursor: grab;
padding: 0;
height: 24px;
min-width: 24px;
}
.block-editor-block-list__block-selection-button .components-button.has-icon.block-selection-button_drag-handle svg {
min-width: 18px;
min-height: 18px;
}
.block-editor-block-list__block-selection-button .block-editor-block-icon {
font-size: 13px;
color: #fff;
height: 48px;
}
.block-editor-block-list__block-selection-button .components-button {
min-width: 36px;
color: #fff;
height: 48px;
display: flex;
}
.block-editor-block-list__block-selection-button .components-button:focus {
box-shadow: none;
border: none;
}
.block-editor-block-list__block-selection-button .components-button:active {
color: #fff;
}
.block-editor-block-list__block-selection-button .block-selection-button_select-button.components-button {
padding: 0;
}
/**
* Popovers.
*/
.block-editor-block-list__insertion-point-popover.is-without-arrow {
z-index: 28;
position: absolute;
pointer-events: none;
}
.block-editor-block-list__insertion-point-popover.is-without-arrow * {
pointer-events: none;
}
.block-editor-block-list__insertion-point-popover.is-without-arrow .is-with-inserter {
pointer-events: all;
}
.block-editor-block-list__insertion-point-popover.is-without-arrow .is-with-inserter * {
pointer-events: all;
}
.block-editor-block-list__insertion-point-popover.is-without-arrow .components-popover__content.components-popover__content {
background: none;
border: none;
box-shadow: none;
overflow-y: visible;
margin-left: 0;
}
@keyframes hide-during-dragging {
to {
position: fixed;
transform: translate(9999px, 9999px);
}
}
.components-popover.block-editor-block-list__block-popover {
z-index: 31;
position: absolute;
}
.components-popover.block-editor-block-list__block-popover .components-popover__content {
margin: 0 !important;
min-width: auto;
width: max-content;
background: none;
border: none;
box-shadow: none;
overflow-y: visible;
pointer-events: none;
}
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__block-selection-button,
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-contextual-toolbar,
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__empty-block-inserter {
pointer-events: all;
}
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__block-selection-button,
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-contextual-toolbar {
margin-top: 12px;
margin-bottom: 12px;
}
.components-popover.block-editor-block-list__block-popover.is-insertion-point-visible {
visibility: hidden;
}
.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover {
opacity: 0;
animation: hide-during-dragging 1ms linear forwards;
}
.is-dragging-components-draggable .components-tooltip {
display: none;
}
.block-editor-block-list__block .block-list-appender {
align-self: center;
padding: 0;
list-style: none;
margin: 0 auto 0 0;
}
.block-editor-block-list__block .block-list-appender.wp-block {
max-width: none;
}
.block-editor-block-list__block .block-list-appender .block-editor-default-block-appender {
margin: 8px 0;
}
.block-editor-block-list__block .block-list-appender .block-list-appender__toggle {
padding: 0;
opacity: 1;
transform: scale(1);
transition: all 0.1s ease;
margin-left: 8px;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-list__block .block-list-appender .block-list-appender__toggle {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-block-list__block .block-list-appender:first-of-type .block-list-appender__toggle {
margin-left: 0;
}
.is-vertical .block-list-appender {
width: 24px;
margin-right: auto;
margin-top: 12px;
margin-left: 12px;
}
.block-list-appender > .block-editor-inserter {
display: block;
}
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.block-editor-block-list__layout) .block-editor-block-list__layout > .block-list-appender .block-list-appender__toggle {
opacity: 0;
transform: scale(0);
}
.block-editor-block-breadcrumb {
list-style: none;
padding: 0;
margin: 0;
}
.block-editor-block-breadcrumb li {
display: inline-block;
margin: 0;
}
.block-editor-block-breadcrumb li:not(:last-child)::after {
content: "→" /*rtl:"←"*/;
}
.block-editor-block-breadcrumb__button.components-button {
height: 24px;
line-height: 24px;
padding: 0;
position: relative;
}
.block-editor-block-breadcrumb__button.components-button:hover:not(:disabled) {
text-decoration: underline;
box-shadow: none;
}
.block-editor-block-breadcrumb__button.components-button:focus {
box-shadow: none;
}
.block-editor-block-breadcrumb__button.components-button:focus::before {
content: "";
display: block;
position: absolute;
border-radius: 2px;
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.block-editor-block-breadcrumb__current {
cursor: default;
}
.block-editor-block-breadcrumb__button.components-button,
.block-editor-block-breadcrumb__current {
color: #1e1e1e;
padding: 0 8px;
font-size: inherit;
}
.block-editor-block-card {
display: flex;
align-items: flex-start;
}
.block-editor-block-card__content {
flex-grow: 1;
margin-bottom: 4px;
}
.block-editor-block-card__title {
font-weight: 500;
}
.block-editor-block-card__title.block-editor-block-card__title {
line-height: 24px;
margin: 0 0 4px;
}
.block-editor-block-card__description {
font-size: 13px;
}
.block-editor-block-card .block-editor-block-icon {
flex: 0 0 24px;
margin-left: 0;
margin-right: 12px;
width: 24px;
height: 24px;
}
/**
* Invalid block comparison
*/
.block-editor-block-compare {
overflow: auto;
height: auto;
}
@media (min-width: 600px) {
.block-editor-block-compare {
max-height: 70%;
}
}
.block-editor-block-compare__wrapper {
display: flex;
padding-bottom: 16px;
}
.block-editor-block-compare__wrapper > div {
display: flex;
justify-content: space-between;
flex-direction: column;
width: 50%;
padding: 0 16px 0 0;
min-width: 200px;
}
.block-editor-block-compare__wrapper > div button {
float: right;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__converted {
border-left: 1px solid #ddd;
padding-left: 15px;
padding-right: 0;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html {
font-family: Menlo, Consolas, monaco, monospace;
font-size: 12px;
color: #1e1e1e;
border-bottom: 1px solid #ddd;
padding-bottom: 15px;
line-height: 1.7;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html span {
background-color: #e6ffed;
padding-top: 3px;
padding-bottom: 3px;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added {
background-color: #acf2bd;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed {
background-color: #cc1818;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__preview {
padding: 0;
padding-top: 16px;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__preview p {
font-size: 12px;
margin-top: 0;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__action {
margin-top: 16px;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__heading {
font-size: 1em;
font-weight: 400;
margin: 0.67em 0;
}
.block-editor-block-draggable-chip-wrapper {
position: absolute;
top: -24px;
left: 0;
}
.block-editor-block-draggable-chip {
background-color: #1e1e1e;
border-radius: 2px;
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
color: #fff;
cursor: grabbing;
display: inline-flex;
height: 48px;
padding: 0 13px;
-webkit-user-select: none;
user-select: none;
}
.block-editor-block-draggable-chip svg {
fill: currentColor;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content {
margin: auto;
justify-content: flex-start;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content > .components-flex__item {
margin-right: 6px;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content > .components-flex__item:last-child {
margin-right: 0;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg {
min-width: 18px;
min-height: 18px;
}
.block-editor-block-draggable-chip .components-flex__item {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
}
.is-dragging {
display: none !important;
}
.block-editor-block-mobile-toolbar {
display: flex;
flex-direction: row;
border-right: 1px solid #ddd;
}
.block-editor-block-mobile-toolbar .block-editor-block-mover-button {
width: 36px;
height: 36px;
border-radius: 2px;
padding: 3px;
margin: 0;
justify-content: center;
align-items: center;
}
.block-editor-block-mobile-toolbar .block-editor-block-mover-button .dashicon {
margin: auto;
}
.block-editor-block-mobile-toolbar .block-editor-block-mover {
display: flex;
margin-right: auto;
}
.block-editor-block-mobile-toolbar .block-editor-block-mover .block-editor-block-mover-button {
float: left;
}
.block-editor-block-mover-button__description {
display: none;
}
.block-editor-block-mover-button.has-icon {
padding: 0;
}
.block-editor-block-mover {
display: inline-flex;
flex-direction: row;
}
.block-editor-block-mover .block-editor-block-mover__move-button-container,
.block-editor-block-mover .components-toolbar {
flex: 1;
flex-direction: row;
border-right: none !important;
}
@media (min-width: 600px) {
.block-editor-block-mover .block-editor-block-mover__move-button-container,
.block-editor-block-mover .components-toolbar {
flex-direction: column;
}
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container, .block-editor-block-mover.is-horizontal .components-toolbar {
flex-direction: row;
}
.block-editor-block-mover .block-editor-block-mover-button.block-editor-block-mover-button {
padding-right: 0;
padding-left: 0;
min-width: 36px;
}
@media (min-width: 600px) {
.block-editor-block-mover .block-editor-block-mover-button {
height: 24px;
width: 42px;
padding-right: 11px !important;
padding-left: 6px !important;
}
.block-editor-block-mover .block-editor-block-mover-button.block-editor-block-mover-button {
min-width: 42px;
}
}
@media (min-width: 600px) {
.block-editor-block-mover .block-editor-block-mover-button::before {
left: 8px !important;
right: 8px !important;
}
}
.block-editor-block-mover .block-editor-block-mover__drag-handle {
width: 24px;
cursor: grab;
min-width: 24px !important;
padding: 0 !important;
}
.block-editor-block-mover .block-editor-block-mover__drag-handle:focus::before {
left: 0 !important;
right: 0 !important;
}
@media (min-width: 600px) {
.block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button,
.block-editor-block-mover .components-toolbar .block-editor-block-mover-button {
margin: 0 auto 0 0;
}
.block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-up-button::before,
.block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-up-button::before {
bottom: 0;
height: calc(100% - 1px);
}
.block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-down-button::before,
.block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-down-button::before {
top: 0;
height: calc(100% - 1px);
}
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon {
height: 48px;
width: 24px;
padding-left: 0;
padding-right: 0;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon::before {
top: 1px;
bottom: 1px;
min-width: 0;
width: auto;
height: auto;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-up-button.has-icon svg {
margin-left: 0;
margin-right: -8px;
margin-bottom: 0;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-up-button.has-icon::before {
left: 0 !important;
right: 0 !important;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon svg {
margin-left: -8px;
margin-right: 0;
margin-top: 0;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon::before {
left: 0 !important;
right: 0 !important;
width: calc(100% + 1px);
}
.block-editor-block-navigation__label {
margin: 0 0 12px;
color: #757575;
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
}
.block-editor-block-navigation__container {
min-width: 280px;
}
.block-editor-block-navigation-tree {
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0;
}
.components-modal__content .block-editor-block-navigation-tree {
margin: -12px -6px 0;
width: calc(100% + 12px);
}
.block-editor-block-navigation-leaf {
position: relative;
}
.block-editor-block-navigation-leaf.is-selected .block-editor-block-navigation-block-contents {
background: var(--wp-admin-theme-color);
color: #fff;
}
.block-editor-block-navigation-leaf.is-selected .block-editor-block-navigation-block-contents:focus {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.block-editor-block-navigation-leaf.is-branch-selected.is-selected .block-editor-block-navigation-block-contents {
border-radius: 2px 2px 0 0;
}
.block-editor-block-navigation-leaf.is-branch-selected:not(.is-selected) .block-editor-block-navigation-block-contents {
background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(var(--wp-admin-theme-color), var(--wp-admin-theme-color));
border-radius: 0;
}
.block-editor-block-navigation-leaf.is-branch-selected.is-last-of-selected-branch .block-editor-block-navigation-block-contents {
border-radius: 0 0 2px 2px;
}
.block-editor-block-navigation-leaf.is-dragging {
display: none;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents {
display: flex;
align-items: center;
width: 100%;
height: auto;
padding: 6px 12px;
text-align: left;
color: #1e1e1e;
border-radius: 2px;
position: relative;
white-space: nowrap;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents:hover, .block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents:focus {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents:focus {
z-index: 1;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-before::before {
content: "";
position: absolute;
pointer-events: none;
transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear;
top: -2px;
right: 0;
left: 0;
border-top: 4px solid var(--wp-admin-theme-color);
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-after::before {
content: "";
position: absolute;
pointer-events: none;
transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear;
bottom: -2px;
right: 0;
left: 0;
border-bottom: 4px solid var(--wp-admin-theme-color);
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-to-inner-blocks::before {
content: "";
position: absolute;
pointer-events: none;
transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear;
bottom: -2px;
right: 0;
left: 24px;
border-bottom: 4px solid var(--wp-admin-theme-color);
}
.components-modal__content .block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents {
padding-left: 0;
padding-right: 0;
}
.block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents {
opacity: 1;
animation: edit-post__fade-in-animation 0.2s ease-out 0s;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents {
animation-duration: 1ms;
animation-delay: 0s;
}
}
.block-editor-block-navigation-leaf .block-editor-block-icon {
align-self: flex-start;
margin-right: 10px;
width: 20px;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__contents-cell {
padding-top: 0;
padding-bottom: 0;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell {
line-height: 0;
width: 36px;
opacity: 0;
vertical-align: top;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell:hover, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell:hover,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible {
position: relative;
z-index: 1;
opacity: 1;
animation: edit-post__fade-in-animation 0.2s ease-out 0s;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell:hover, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell:hover,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible {
animation-duration: 1ms;
animation-delay: 0s;
}
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell .components-button.has-icon,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell .components-button.has-icon {
width: 24px;
min-width: 24px;
padding: 0;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell {
padding-top: 8px;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell-alignment-wrapper {
display: flex;
height: 100%;
flex-direction: column;
align-items: center;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button {
position: relative;
width: 36px;
height: 24px;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button svg {
position: relative;
height: 24px;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button {
margin-top: -6px;
align-items: flex-end;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button svg {
bottom: -4px;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button {
margin-bottom: -6px;
align-items: flex-start;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button svg {
top: -4px;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus:enabled {
box-shadow: none;
outline: none;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus {
box-shadow: none;
outline: none;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus::before {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 4px #fff;
outline: 2px solid transparent;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button::before {
content: "";
position: absolute;
display: block;
border-radius: 2px;
height: 16px;
min-width: 100%;
left: 0;
right: 0;
animation: components-button__appear-animation 0.1s ease;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-navigation-leaf .block-editor-block-mover-button::before {
animation-duration: 1ms;
animation-delay: 0s;
}
}
.block-editor-block-navigation-leaf .block-editor-inserter__toggle {
background: #1e1e1e;
color: #fff;
height: 24px;
margin: 6px 6px 6px 1px;
min-width: 24px;
}
.block-editor-block-navigation-leaf .block-editor-inserter__toggle:active {
color: #fff;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-select-button__anchor {
background: rgba(0, 0, 0, 0.1);
border-radius: 2px;
display: inline-block;
padding: 2px 6px;
margin: 0 8px;
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
}
.block-editor-block-navigation-leaf.is-selected .block-editor-block-navigation-block-select-button__anchor {
background: rgba(0, 0, 0, 0.3);
}
.block-editor-block-navigation-block-slot__description,
.block-editor-block-navigation-block-select-button__description,
.block-editor-block-navigation-appender__description {
display: none;
}
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-block__contents-container,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-appender__container,
.block-editor-block-navigation-appender__cell .block-editor-block-navigation-block__contents-container,
.block-editor-block-navigation-appender__cell .block-editor-block-navigation-appender__container {
display: flex;
}
.block-editor-block-navigation-leaf[aria-level] .block-editor-block-icon {
margin-left: 224px;
}
.block-editor-block-navigation-leaf[aria-level="1"] .block-editor-block-icon {
margin-left: 0px;
}
.block-editor-block-navigation-leaf[aria-level="2"] .block-editor-block-icon {
margin-left: 28px;
}
.block-editor-block-navigation-leaf[aria-level="3"] .block-editor-block-icon {
margin-left: 56px;
}
.block-editor-block-navigation-leaf[aria-level="4"] .block-editor-block-icon {
margin-left: 84px;
}
.block-editor-block-navigation-leaf[aria-level="5"] .block-editor-block-icon {
margin-left: 112px;
}
.block-editor-block-navigation-leaf[aria-level="6"] .block-editor-block-icon {
margin-left: 140px;
}
.block-editor-block-navigation-leaf[aria-level="7"] .block-editor-block-icon {
margin-left: 168px;
}
.block-editor-block-navigation-leaf[aria-level="8"] .block-editor-block-icon {
margin-left: 196px;
}
.block-editor-block-navigation-leaf[aria-level="9"] .block-editor-block-icon {
margin-left: 224px;
}
.block-editor-block-parent-selector {
background: #fff;
border-radius: 2px;
}
.block-editor-block-parent-selector .block-editor-block-parent-selector__button {
width: 48px;
height: 48px;
border: 1px solid #1e1e1e;
border-radius: 2px;
}
.block-editor-block-patterns-list__list-item {
cursor: pointer;
margin-top: 16px;
}
.block-editor-block-patterns-list__list-item.is-placeholder {
min-height: 100px;
}
.block-editor-block-patterns-list__list-item[draggable=true] .block-editor-block-preview__container {
cursor: grab;
}
.block-editor-block-patterns-list__item {
height: 100%;
border-radius: 2px;
transition: all 0.05s ease-in-out;
position: relative;
border: 1px solid transparent;
}
.block-editor-block-patterns-list__item:hover {
border: 1px solid var(--wp-admin-theme-color);
}
.block-editor-block-patterns-list__item:focus {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-block-patterns-list__item-title {
padding: 4px;
font-size: 12px;
text-align: center;
}
.block-editor-block-preview__container {
position: relative;
width: 100%;
overflow: hidden;
}
.block-editor-block-preview__container.editor-styles-wrapper {
padding: 0;
margin: 0;
}
.block-editor-block-preview__container .block-editor-block-preview__content {
position: absolute;
top: 0;
left: 0;
transform-origin: top left;
text-align: initial;
margin: 0;
overflow: visible;
min-height: auto;
}
.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,
.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-drop-zone,
.block-editor-block-preview__container .block-editor-block-preview__content .reusable-block-indicator,
.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender {
display: none;
}
.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container {
padding-left: 0;
padding-right: 0;
}
.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] {
margin-left: 0;
margin-right: 0;
}
.block-editor-block-settings-menu__popover .components-dropdown-menu__menu {
padding: 0;
}
.block-editor-block-styles {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.block-editor-block-styles__item {
width: calc(50% - 4px);
margin: 4px 0;
flex-shrink: 0;
cursor: pointer;
overflow: hidden;
border-radius: 2px;
padding: 6px;
display: flex;
flex-direction: column;
}
.block-editor-block-styles__item:focus {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-block-styles__item:hover .block-editor-block-styles__item-preview {
border-color: var(--wp-admin-theme-color);
}
.block-editor-block-styles__item.is-active .block-editor-block-styles__item-label {
font-weight: bold;
}
.block-editor-block-styles__item.is-active .block-editor-block-styles__item-preview {
margin: 0;
border: 2px solid #1e1e1e;
}
.block-editor-block-styles__item .block-editor-block-preview__container {
cursor: inherit;
}
.block-editor-block-styles__item-preview {
outline: 1px solid transparent;
padding: 0;
margin: 2px;
border-radius: 2px;
display: flex;
overflow: hidden;
background: #fff;
align-items: center;
flex-grow: 1;
min-height: 80px;
max-height: 160px;
}
.block-editor-block-switcher__styles__menugroup {
position: relative;
}
.block-editor-block-styles__item-label {
text-align: center;
padding: 4px 0;
}
.block-editor-block-switcher {
position: relative;
}
.block-editor-block-switcher__no-switcher-icon,
.block-editor-block-switcher__toggle {
position: relative;
}
.components-button.block-editor-block-switcher__toggle,
.components-button.block-editor-block-switcher__no-switcher-icon {
margin: 0;
display: block;
height: 48px;
}
.components-button.block-editor-block-switcher__toggle .block-editor-block-icon,
.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon {
margin: auto;
}
.block-editor-block-switcher__toggle-text {
margin-left: 8px;
}
.show-icon-labels .block-editor-block-switcher__toggle-text {
display: none;
}
.show-icon-labels .block-editor-block-toolbar .block-editor-block-switcher .components-button.has-icon::after {
font-size: 14px;
}
.block-editor-block-switcher__popover {
margin-left: 6px;
}
.components-button.block-editor-block-switcher__no-switcher-icon {
width: 48px;
}
.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-blocks-icon {
margin-right: auto;
margin-left: auto;
}
.components-button.block-editor-block-switcher__no-switcher-icon:disabled {
opacity: 1;
}
.components-button.block-editor-block-switcher__no-switcher-icon:disabled,
.components-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors {
color: #1e1e1e;
}
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon,
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon {
height: 100%;
position: relative;
margin: 0 auto;
display: flex;
align-items: center;
min-width: 100%;
}
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon::before,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon::before,
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon::before,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon::before {
top: 8px;
right: 8px;
bottom: 8px;
left: 8px;
}
.components-popover.block-editor-block-switcher__popover .components-popover__content {
min-width: 300px;
}
.components-popover.block-editor-block-switcher__popover .components-popover__content > div {
min-width: auto;
display: flex;
background: #fff;
padding: 0;
}
.components-popover.block-editor-block-switcher__popover .components-popover__content > div .components-menu-group {
margin: 0;
}
.block-editor-block-switcher__popover .components-popover__content .block-editor-block-styles {
margin: 0 -3px;
}
.block-editor-block-switcher__popover .components-popover__content .components-panel__body {
border: 0;
position: relative;
z-index: 1;
}
.block-editor-block-switcher__popover .components-popover__content .components-panel__body + .components-panel__body {
border-top: 1px solid #e0e0e0;
}
.block-editor-block-switcher__popover__preview__parent .block-editor-block-switcher__popover__preview__container {
position: absolute;
top: -12px;
left: calc(100% + 32px);
}
.block-editor-block-switcher__preview__popover {
display: none;
}
.block-editor-block-switcher__preview__popover.components-popover {
margin-left: 4px;
margin-top: 11px;
}
@media (min-width: 782px) {
.block-editor-block-switcher__preview__popover {
display: block;
}
}
.block-editor-block-switcher__preview__popover .components-popover__content {
box-shadow: none;
border: 1px solid #1e1e1e;
background: #fff;
border-radius: 2px;
}
.block-editor-block-switcher__preview__popover .block-editor-block-switcher__preview {
width: 300px;
height: auto;
max-height: 500px;
padding: 16px;
}
.block-editor-block-switcher__preview-title {
margin-bottom: 12px;
color: #757575;
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
}
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon {
width: 48px;
}
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle {
height: 48px;
}
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform {
width: 48px;
height: 48px;
}
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform {
padding: 12px;
}
.block-editor-block-switcher__preview-patterns-container {
padding-bottom: 16px;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item {
margin-top: 16px;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container {
cursor: pointer;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item {
height: 100%;
border-radius: 2px;
transition: all 0.05s ease-in-out;
position: relative;
border: 1px solid transparent;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover, .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #1e1e1e;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title {
padding: 4px;
font-size: 12px;
text-align: center;
cursor: pointer;
}
.block-editor-block-types-list > [role=presentation] {
padding: 4px;
margin-left: -4px;
margin-right: -4px;
overflow: hidden;
display: flex;
flex-wrap: wrap;
}
.block-editor-block-variation-picker .components-placeholder__instructions {
margin-bottom: 0;
}
.block-editor-block-variation-picker .components-placeholder__fieldset {
flex-direction: column;
}
.block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset {
max-width: 90%;
}
.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations {
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
margin: 16px 0;
padding: 0;
list-style: none;
}
.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations > li {
list-style: none;
margin: 8px 20px 0 0;
flex-shrink: 1;
width: 75px;
text-align: center;
}
.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations > li button {
display: inline-flex;
margin-right: 0;
}
.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation {
padding: 8px;
}
.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation-label {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 12px;
display: block;
line-height: 1.4;
}
.block-editor-block-variation-picker__variation {
width: 100%;
}
.block-editor-block-variation-picker__variation.components-button.has-icon {
justify-content: center;
width: auto;
}
.block-editor-block-variation-picker__variation.components-button.has-icon.is-secondary {
background-color: #fff;
}
.block-editor-block-variation-picker__variation.components-button {
height: auto;
padding: 0;
}
.block-editor-block-variation-picker__variation::before {
content: "";
padding-bottom: 100%;
}
.block-editor-block-variation-picker__variation:first-child {
margin-left: 0;
}
.block-editor-block-variation-picker__variation:last-child {
margin-right: 0;
}
.block-editor-block-pattern-setup {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
width: 100%;
border-radius: 2px;
box-shadow: inset 0 0 0 1px #1e1e1e;
outline: 1px solid transparent;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar {
justify-content: center;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 16px;
padding: 16px;
max-height: 550px;
overflow: auto;
margin: 0 1px 1px 1px;
width: calc(100% - 2px);
background: #fff;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button] {
cursor: pointer;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item-title {
padding: 4px;
font-size: 12px;
text-align: center;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container {
border-radius: 2px;
border: 1px solid #ddd;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar {
box-sizing: border-box;
position: relative;
padding: 16px;
width: 100%;
text-align: left;
margin: 0;
color: #1e1e1e;
border-radius: 2px 2px 0 0;
background-color: #fff;
box-shadow: inset 0 0 0 1px #1e1e1e;
outline: 1px solid transparent;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls {
display: flex;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation,
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions {
width: calc(50% - 36px);
display: flex;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions {
justify-content: flex-end;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container {
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container {
overflow: hidden;
position: relative;
padding: 0;
margin: 0;
list-style: none;
transform-style: preserve-3d;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container * {
box-sizing: border-box;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide {
opacity: 0;
position: absolute;
top: 0;
width: 100%;
margin: auto;
padding: 16px;
transition: transform 0.5s, opacity 0.5s, z-index 0.5s;
z-index: 100;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide {
opacity: 1;
position: relative;
z-index: 102;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide {
transform: translateX(-100%);
z-index: 101;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide {
transform: translateX(100%);
z-index: 101;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender {
display: none;
}
.block-editor-block-variation-transforms {
padding: 0 16px 16px 56px;
width: 100%;
}
.block-editor-block-variation-transforms .components-dropdown-menu__toggle {
border: 1px solid #757575;
border-radius: 2px;
min-height: 30px;
width: 100%;
position: relative;
text-align: left;
justify-content: left;
padding: 6px 12px;
}
.block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle {
padding-right: 24px;
}
.block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled) {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 calc(var(--wp-admin-border-width-focus) - 1px) var(--wp-admin-theme-color);
}
.block-editor-block-variation-transforms .components-dropdown-menu__toggle svg {
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
}
.block-editor-block-variation-transforms__popover .components-popover__content {
min-width: 230px;
}
.components-border-style-control__select {
margin-bottom: 24px;
}
.components-border-style-control__select button {
width: 100%;
}
.components-border-style-control__select ul li,
.components-border-style-control__select ul li:last-child {
margin: 6px;
}
.block-editor-button-block-appender {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 8px;
width: 100%;
height: auto;
color: #1e1e1e;
box-shadow: inset 0 0 0 1px #1e1e1e;
}
.is-dark-theme .block-editor-button-block-appender {
color: rgba(255, 255, 255, 0.65);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}
.block-editor-button-block-appender:hover {
color: var(--wp-admin-theme-color);
box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
}
.block-editor-button-block-appender:focus {
box-shadow: inset 0 0 0 2px var(--wp-admin-theme-color);
}
.block-editor-button-block-appender:active {
color: #000;
}
.block-editor-button-block-appender.block-list-appender__toggle {
display: flex;
flex-direction: row;
box-shadow: none;
height: 24px;
width: 24px;
}
.block-editor-button-block-appender.block-list-appender__toggle > svg {
width: 24px;
background-color: #1e1e1e;
color: #fff;
border-radius: 2px;
flex: 1 0 auto;
}
.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator {
margin-bottom: 12px;
}
.block-editor-color-gradient-control .block-editor-color-gradient-control__button-tabs {
display: block;
margin-bottom: 12px;
}
.block-editor-panel-color-gradient-settings .component-color-indicator {
vertical-align: text-bottom;
}
.block-editor-panel-color-gradient-settings__panel-title .component-color-indicator {
display: inline-block;
}
.block-editor-panel-color-gradient-settings.is-opened .block-editor-panel-color-gradient-settings__panel-title .component-color-indicator {
display: none;
}
@media screen and (min-width: 782px) {
.block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches {
margin-right: 0;
}
.block-editor-panel-color-gradient-settings .components-circular-option-picker__option-wrapper {
margin-right: calc((100% - (28px * 6)) / 5);
}
.block-editor-panel-color-gradient-settings .components-circular-option-picker__option-wrapper:nth-child(6n+6) {
margin-right: 0;
}
}
.block-editor-contrast-checker > .components-notice {
margin: 0;
}
.block-editor-default-block-appender {
clear: both;
margin-left: auto;
margin-right: auto;
position: relative;
}
.block-editor-default-block-appender[data-root-client-id=""] .block-editor-default-block-appender__content:hover {
outline: 1px solid transparent;
}
.block-editor-default-block-appender .block-editor-default-block-appender__content {
opacity: 0.62;
}
.block-editor-default-block-appender .components-drop-zone__content-icon {
display: none;
}
.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter,
.block-editor-default-block-appender .block-editor-inserter {
position: absolute;
top: 0;
height: 32px;
}
.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle,
.block-editor-default-block-appender .block-editor-inserter .block-editor-inserter__toggle {
margin-right: 0;
}
.block-editor-block-list__empty-block-inserter,
.block-editor-default-block-appender .block-editor-inserter {
right: 8px;
}
@media (min-width: 600px) {
.block-editor-block-list__empty-block-inserter,
.block-editor-default-block-appender .block-editor-inserter {
display: flex;
height: 100%;
}
}
.block-editor-block-list__empty-block-inserter:disabled,
.block-editor-default-block-appender .block-editor-inserter:disabled {
display: none;
}
.block-editor-duotone-control__popover .components-popover__content {
border: 1px solid #1e1e1e;
min-width: 214px;
}
.block-editor-duotone-control__popover .components-circular-option-picker {
padding: 12px;
}
.block-editor-duotone-control__popover .components-menu-group__label {
padding: 12px 12px 0 12px;
width: 100%;
box-sizing: border-box;
}
.block-editor-duotone-control__popover > .components-popover__content {
width: 334px;
}
.block-editor-duotone-control__popover:not([data-y-axis=middle][data-x-axis=right]) > .components-popover__content {
margin-left: -14px;
}
.components-font-appearance-control__select {
margin-bottom: 24px;
}
.components-font-appearance-control__select ul li {
color: #1e1e1e;
text-transform: capitalize;
}
.items-justified-left {
justify-content: flex-start;
}
.items-justified-center {
justify-content: center;
}
.items-justified-right {
justify-content: flex-end;
}
.items-justified-space-between {
justify-content: space-between;
}
.block-editor-link-control {
position: relative;
min-width: 360px;
}
.components-popover__content .block-editor-link-control {
min-width: auto;
width: 90vw;
max-width: 360px;
}
.block-editor-link-control__search-input-wrapper {
position: relative;
}
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px;
box-shadow: 0 0 0 transparent;
transition: box-shadow 0.1s linear;
border-radius: 2px;
border: 1px solid #757575;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px;
/* Override core line-height. To be reviewed. */
line-height: normal;
width: calc(100% - 32px);
display: block;
padding: 11px 16px;
padding-right: 36px;
margin: 16px;
position: relative;
border: 1px solid #ddd;
border-radius: 2px;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] {
font-size: 13px;
/* Override core line-height. To be reviewed. */
line-height: normal;
}
}
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-moz-placeholder {
opacity: 1;
color: rgba(30, 30, 30, 0.62);
}
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.block-editor-link-control .block-editor-link-control__search-input .components-base-control__field {
margin-bottom: 0;
}
.block-editor-link-control__search-error {
margin: -8px 16px 16px;
}
.block-editor-link-control__search-actions {
position: absolute;
/*
* Actions must be positioned on top of URLInput, since the input will grow
* when suggestions are rendered.
*
* Compensate for:
* - Input margin ($grid-unit-20)
* - Border (1px)
* - Vertically, for the difference in height between the input (40px) and
* the icon buttons.
* - Horizontally, pad to the minimum of: default input padding, or the
* equivalent of the vertical padding.
*/
top: 19px;
right: 19px;
}
.components-button .block-editor-link-control__search-submit .has-icon {
margin: -1px;
}
.block-editor-link-control__search-results-wrapper {
position: relative;
margin-top: -15px;
}
.block-editor-link-control__search-results-wrapper::before, .block-editor-link-control__search-results-wrapper::after {
content: "";
position: absolute;
left: -1px;
right: 16px;
display: block;
pointer-events: none;
z-index: 100;
}
.block-editor-link-control__search-results-wrapper::before {
height: 8px;
top: 0;
bottom: auto;
}
.block-editor-link-control__search-results-wrapper::after {
height: 16px;
bottom: 0;
top: auto;
}
.block-editor-link-control__search-results-label {
padding: 16px 32px 0;
display: block;
font-weight: 600;
}
.block-editor-link-control__search-results {
margin: 0;
padding: 8px 16px 8px;
max-height: 200px;
overflow-y: auto;
}
.block-editor-link-control__search-results.is-loading {
opacity: 0.2;
}
.block-editor-link-control__search-item {
position: relative;
display: flex;
align-items: center;
font-size: 13px;
cursor: pointer;
background: #fff;
width: 100%;
border: none;
text-align: left;
padding: 12px 16px;
border-radius: 5px;
height: auto;
}
.block-editor-link-control__search-item:hover, .block-editor-link-control__search-item:focus {
background-color: #ddd;
}
.block-editor-link-control__search-item:focus:not(:disabled) {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color) inset;
}
.block-editor-link-control__search-item.is-selected {
background: #f0f0f0;
}
.block-editor-link-control__search-item.is-selected .block-editor-link-control__search-item-type {
background: #fff;
}
.block-editor-link-control__search-item.is-current {
background: transparent;
border: 0;
width: 100%;
cursor: default;
padding: 16px;
padding-left: 24px;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-header {
display: block;
margin-right: 8px;
overflow: hidden;
white-space: nowrap;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-icon {
margin-right: 1em;
min-width: 24px;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-info,
.block-editor-link-control__search-item .block-editor-link-control__search-item-title {
overflow: hidden;
text-overflow: ellipsis;
padding-right: 24px;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-info .components-external-link__icon,
.block-editor-link-control__search-item .block-editor-link-control__search-item-title .components-external-link__icon {
position: absolute;
right: 0;
margin-top: 0;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-title {
display: block;
margin-bottom: 0.2em;
font-weight: 500;
position: relative;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-title mark {
font-weight: 700;
color: #000;
background-color: transparent;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-title span {
font-weight: normal;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-info {
display: block;
color: #757575;
font-size: 0.9em;
line-height: 1.3;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-type {
display: block;
padding: 3px 8px;
margin-left: auto;
font-size: 0.9em;
background-color: #f0f0f0;
border-radius: 2px;
}
.block-editor-link-control__loading {
margin: 16px;
display: flex;
align-items: center;
}
.block-editor-link-control__loading .components-spinner {
margin-top: 0;
}
.components-button + .block-editor-link-control__search-create {
overflow: visible;
padding: 12px 16px;
}
.components-button + .block-editor-link-control__search-create::before {
content: "";
position: absolute;
top: -10px;
left: 0;
display: block;
width: 100%;
}
.block-editor-link-control__search-results div[role=menu] > .block-editor-link-control__search-item.block-editor-link-control__search-item {
padding: 10px;
}
.block-editor-link-control__settings {
border-top: 1px solid #ddd;
margin: 0;
padding: 16px 24px;
}
.block-editor-link-control__settings :last-child {
margin-bottom: 0;
}
.is-alternate .block-editor-link-control__settings {
border-top: 1px solid #1e1e1e;
}
.block-editor-link-control__setting {
margin-bottom: 16px;
}
.block-editor-link-control__setting :last-child {
margin-bottom: 0;
}
.block-editor-link-control .block-editor-link-control__search-input .components-spinner {
display: block;
}
.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner {
position: absolute;
left: auto;
bottom: auto;
/*
* Position spinner to the left of the actions.
*
* Compensate for:
* - Input margin ($grid-unit-20)
* - Border (1px)
* - Vertically, for the difference in height between the input (40px)
* and the spinner.
* - Horizontally, adjust for the width occupied by the icon buttons,
* then artificially create spacing that mimics as if the spinner
* were center-padded to the same width as an icon button.
*/
top: 28px;
right: 62px;
}
.block-editor-link-control__search-item-action {
margin-left: auto;
flex-shrink: 0;
}
.block-editor-line-height-control {
margin-bottom: 24px;
}
.block-editor-line-height-control input {
display: block;
max-width: 60px;
}
.block-editor-image-size-control {
margin-bottom: 1em;
}
.block-editor-image-size-control .block-editor-image-size-control__row {
display: flex;
justify-content: space-between;
}
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width,
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height {
margin-bottom: 0.5em;
}
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width input,
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height input {
line-height: 1.25;
}
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width {
margin-right: 5px;
}
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height {
margin-left: 5px;
}
.block-editor-block-list__layout.has-overlay::after {
content: "";
position: absolute;
top: -14px;
right: -14px;
bottom: -14px;
left: -14px;
z-index: 60;
}
[data-align=full] .has-overlay::after {
right: 0;
left: 0;
}
.block-editor-block-types-list__list-item {
display: block;
width: 33.33%;
padding: 0;
margin: 0;
}
.components-button.block-editor-block-types-list__item {
display: flex;
flex-direction: column;
width: 100%;
font-size: 13px;
color: #1e1e1e;
padding: 8px;
align-items: stretch;
justify-content: center;
cursor: pointer;
background: transparent;
word-break: break-word;
border-radius: 2px;
border: 1px solid transparent;
transition: all 0.05s ease-in-out;
position: relative;
height: auto;
}
@media (prefers-reduced-motion: reduce) {
.components-button.block-editor-block-types-list__item {
transition-duration: 0s;
transition-delay: 0s;
}
}
.components-button.block-editor-block-types-list__item:disabled {
opacity: 0.6;
cursor: default;
}
.components-button.block-editor-block-types-list__item:not(:disabled):hover {
border-color: var(--wp-admin-theme-color);
color: var(--wp-admin-theme-color) !important;
}
.components-button.block-editor-block-types-list__item:not(:disabled).is-active {
color: #fff;
background: #1e1e1e;
outline: 2px solid transparent;
outline-offset: -2px;
}
.block-editor-block-types-list__item-icon {
padding: 12px 20px;
border-radius: 2px;
color: #1e1e1e;
transition: all 0.05s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-types-list__item-icon {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-block-types-list__item-icon .block-editor-block-icon {
margin-left: auto;
margin-right: auto;
}
.block-editor-block-types-list__item-icon svg {
transition: all 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-types-list__item-icon svg {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon {
cursor: grab;
}
.block-editor-block-types-list__item-title {
padding: 4px 2px 8px;
font-size: 12px;
}
.modal-open .block-editor-media-replace-flow__options {
display: none;
}
.block-editor-media-replace-flow__options .components-popover__content > div {
padding-top: 16px;
}
.block-editor-media-replace-flow__indicator {
margin-left: 4px;
}
.block-editor-media-flow__url-input {
border-top: 1px solid #1e1e1e;
margin-top: 12px;
margin-right: -12px;
margin-left: -12px;
padding: 12px 24px 0;
}
.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label {
top: 16px;
}
.block-editor-media-flow__url-input .block-editor-link-control {
margin-top: -16px;
width: auto;
}
.block-editor-media-flow__url-input .block-editor-link-control .components-base-control .components-base-control__field {
margin-bottom: 0;
}
.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-title {
max-width: 180px;
margin-top: 16px;
}
.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current {
width: auto;
padding: 0;
}
.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] {
margin: 16px 0 0 0;
width: 100%;
}
.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions {
right: 4px;
}
.block-editor-media-flow__error {
padding: 0 20px 20px 20px;
max-width: 255px;
}
.block-editor-media-flow__error .components-with-notices-ui {
max-width: 255px;
}
.block-editor-media-flow__error .components-with-notices-ui .components-notice__content {
overflow: hidden;
word-wrap: break-word;
}
.block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss {
position: absolute;
right: 10px;
}
.block-editor-media-placeholder__url-input-container .block-editor-media-placeholder__button {
margin-bottom: 0;
}
.block-editor-media-placeholder__url-input-form {
display: flex;
}
.block-editor-media-placeholder__url-input-form input[type=url].block-editor-media-placeholder__url-input-field {
width: 100%;
flex-grow: 1;
border: none;
border-radius: 0;
margin: 2px;
}
@media (min-width: 600px) {
.block-editor-media-placeholder__url-input-form input[type=url].block-editor-media-placeholder__url-input-field {
width: 300px;
}
}
.block-editor-media-placeholder__url-input-submit-button {
flex-shrink: 1;
}
.block-editor-media-placeholder__button {
margin-bottom: 0.5rem;
}
.block-editor-media-placeholder__cancel-button.is-link {
margin: 1em;
display: block;
}
.block-editor-media-placeholder.is-appender {
min-height: 0;
}
.block-editor-media-placeholder.is-appender:hover {
cursor: pointer;
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.block-editor-multi-selection-inspector__card {
display: flex;
align-items: flex-start;
padding: 16px;
}
.block-editor-multi-selection-inspector__card-content {
flex-grow: 1;
}
.block-editor-multi-selection-inspector__card-title {
font-weight: 500;
margin-bottom: 5px;
}
.block-editor-multi-selection-inspector__card-description {
font-size: 13px;
}
.block-editor-multi-selection-inspector__card .block-editor-block-icon {
margin-left: -2px;
margin-right: 10px;
padding: 0 3px;
width: 36px;
height: 24px;
}
.block-editor-plain-text {
box-shadow: none;
font-family: inherit;
font-size: inherit;
color: inherit;
line-height: inherit;
border: none;
padding: 0;
margin: 0;
width: 100%;
}
.block-editor-responsive-block-control {
margin-bottom: 28px;
border-bottom: 1px solid #ccc;
padding-bottom: 14px;
}
.block-editor-responsive-block-control:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.block-editor-responsive-block-control__title {
margin: 0;
margin-bottom: 0.6em;
margin-left: -3px;
}
.block-editor-responsive-block-control__label {
font-weight: 600;
margin-bottom: 0.6em;
margin-left: -3px;
}
.block-editor-responsive-block-control__inner {
margin-left: -1px;
}
.block-editor-responsive-block-control__toggle {
margin-left: 1px;
}
.block-editor-responsive-block-control .components-base-control__help {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.block-editor-rich-text__editable > p:first-child {
margin-top: 0;
}
.block-editor-rich-text__editable [data-rich-text-placeholder] {
pointer-events: none;
}
.block-editor-rich-text__editable [data-rich-text-placeholder]::after {
content: attr(data-rich-text-placeholder);
opacity: 0.62;
}
.block-editor-rich-text__editable:focus {
outline: none;
}
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary] {
border-radius: 2px;
}
figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before {
opacity: 0.8;
}
.components-popover.block-editor-rich-text__inline-format-toolbar {
z-index: 99998;
}
.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content {
width: auto;
min-width: auto;
margin-bottom: 8px;
box-shadow: none;
border: 1px solid #1e1e1e;
border-radius: 2px;
background-color: #fff;
}
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group,
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar {
border: none;
}
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control,
.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle {
min-width: 48px;
min-height: 48px;
padding-left: 12px;
padding-right: 12px;
}
.block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle {
justify-content: center;
}
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon {
width: auto;
}
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg {
display: none;
}
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon::after {
content: attr(aria-label);
}
[data-rich-text-script] {
display: inline;
}
[data-rich-text-script]::before {
content: "</>";
background: yellow;
}
.block-editor-skip-to-selected-block {
position: absolute;
top: -9999em;
}
.block-editor-skip-to-selected-block:focus {
height: auto;
width: auto;
display: block;
font-size: 14px;
font-weight: 600;
padding: 15px 23px 14px;
background: #f1f1f1;
color: var(--wp-admin-theme-color);
line-height: normal;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
text-decoration: none;
outline: none;
z-index: 100000;
}
.block-editor-text-decoration-and-transform {
display: flex;
}
.block-editor-text-transform-control {
flex: 0 0 50%;
}
.block-editor-text-transform-control legend {
margin-bottom: 8px;
}
.block-editor-text-transform-control .block-editor-text-transform-control__buttons {
display: inline-flex;
margin-bottom: 24px;
}
.block-editor-text-transform-control .block-editor-text-transform-control__buttons .components-button.has-icon {
min-width: 24px;
padding: 0;
margin-right: 4px;
}
.block-editor-text-decoration-control {
flex: 0 0 50%;
}
.block-editor-text-decoration-control legend {
margin-bottom: 8px;
}
.block-editor-text-decoration-control .block-editor-text-decoration-control__buttons {
display: inline-flex;
margin-bottom: 24px;
}
.block-editor-text-decoration-control .block-editor-text-decoration-control__buttons .components-button.has-icon {
min-width: 24px;
padding: 0;
margin-right: 4px;
}
.block-editor-tool-selector__help {
margin-top: 8px;
margin-left: -12px;
margin-right: -12px;
margin-bottom: -12px;
padding: 12px 20px;
border-top: 1px solid #ddd;
color: #757575;
min-width: 280px;
}
.block-editor-block-list__block .block-editor-url-input,
.components-popover .block-editor-url-input,
.block-editor-url-input {
flex-grow: 1;
position: relative;
padding: 1px;
}
.block-editor-block-list__block .block-editor-url-input input[type=text],
.components-popover .block-editor-url-input input[type=text],
.block-editor-url-input input[type=text] {
width: 100%;
padding: 8px 8px 8px 12px;
border: none;
border-radius: 0;
margin-left: 0;
margin-right: 0;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px;
}
@media (min-width: 600px) {
.block-editor-block-list__block .block-editor-url-input input[type=text],
.components-popover .block-editor-url-input input[type=text],
.block-editor-url-input input[type=text] {
width: 300px;
}
}
@media (min-width: 600px) {
.block-editor-block-list__block .block-editor-url-input input[type=text],
.components-popover .block-editor-url-input input[type=text],
.block-editor-url-input input[type=text] {
font-size: 13px;
}
}
.block-editor-block-list__block .block-editor-url-input input[type=text]::-ms-clear,
.components-popover .block-editor-url-input input[type=text]::-ms-clear,
.block-editor-url-input input[type=text]::-ms-clear {
display: none;
}
.block-editor-block-list__block .block-editor-url-input.is-full-width,
.components-popover .block-editor-url-input.is-full-width,
.block-editor-url-input.is-full-width {
width: 100%;
}
.block-editor-block-list__block .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text],
.components-popover .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text],
.block-editor-url-input.is-full-width .block-editor-url-input__input[type=text] {
width: 100%;
}
.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,
.components-popover .block-editor-url-input.is-full-width__suggestions,
.block-editor-url-input.is-full-width__suggestions {
width: 100%;
}
.block-editor-block-list__block .block-editor-url-input .components-spinner,
.components-popover .block-editor-url-input .components-spinner,
.block-editor-url-input .components-spinner {
position: absolute;
right: 8px 8px 8px 12px;
bottom: 8px 8px 8px 12px8px1;
margin: 0;
}
.block-editor-url-input__input[type=text] {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px;
box-shadow: 0 0 0 transparent;
transition: box-shadow 0.1s linear;
border-radius: 2px;
border: 1px solid #757575;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px;
/* Override core line-height. To be reviewed. */
line-height: normal;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-url-input__input[type=text] {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.block-editor-url-input__input[type=text] {
font-size: 13px;
/* Override core line-height. To be reviewed. */
line-height: normal;
}
}
.block-editor-url-input__input[type=text]:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-url-input__input[type=text]::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.block-editor-url-input__input[type=text]::-moz-placeholder {
opacity: 1;
color: rgba(30, 30, 30, 0.62);
}
.block-editor-url-input__input[type=text]:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.block-editor-url-input__suggestions {
max-height: 200px;
transition: all 0.15s ease-in-out;
padding: 4px 0;
width: 302px;
overflow-y: auto;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-url-input__suggestions {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-url-input__suggestions,
.block-editor-url-input .components-spinner {
display: none;
}
@media (min-width: 600px) {
.block-editor-url-input__suggestions,
.block-editor-url-input .components-spinner {
display: inherit;
}
}
.block-editor-url-input__suggestion {
padding: 4px 8px 8px 8px 12px;
color: #757575;
display: block;
font-size: 13px;
cursor: pointer;
background: #fff;
width: 100%;
border: none;
text-align: left;
box-shadow: none;
}
.block-editor-url-input__suggestion:hover {
background: #ddd;
}
.block-editor-url-input__suggestion:focus, .block-editor-url-input__suggestion.is-selected {
background: var(--wp-admin-theme-color-darker-20);
color: #fff;
outline: none;
}
.components-toolbar-group > .block-editor-url-input__button,
.components-toolbar > .block-editor-url-input__button {
position: inherit;
}
.block-editor-url-input__button .block-editor-url-input__back {
margin-right: 4px;
overflow: visible;
}
.block-editor-url-input__button .block-editor-url-input__back::after {
content: "";
position: absolute;
display: block;
width: 1px;
height: 24px;
right: -1px;
background: #ddd;
}
.block-editor-url-input__button-modal {
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
border: 1px solid #ddd;
background: #fff;
}
.block-editor-url-input__button-modal-line {
display: flex;
flex-direction: row;
flex-grow: 1;
flex-shrink: 1;
min-width: 0;
align-items: flex-start;
}
.block-editor-url-input__button-modal-line .components-button {
flex-shrink: 0;
width: 36px;
height: 36px;
}
.block-editor-url-popover__additional-controls {
border-top: 1px solid #ddd;
}
.block-editor-url-popover__additional-controls > div[role=menu] .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) > svg {
box-shadow: none;
}
.block-editor-url-popover__additional-controls div[role=menu] > .components-button {
padding-left: 12px;
}
.block-editor-url-popover__row {
display: flex;
}
.block-editor-url-popover__row > :not(.block-editor-url-popover__settings-toggle) {
flex-grow: 1;
}
.block-editor-url-popover .components-button.has-icon {
padding: 3px;
}
.block-editor-url-popover .components-button.has-icon > svg {
padding: 5px;
border-radius: 2px;
height: 30px;
width: 30px;
}
.block-editor-url-popover .components-button.has-icon:not(:disabled):focus {
box-shadow: none;
}
.block-editor-url-popover .components-button.has-icon:not(:disabled):focus > svg {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 4px #fff;
outline: 2px solid transparent;
}
.block-editor-url-popover__settings-toggle {
flex-shrink: 0;
border-radius: 0;
border-left: 1px solid #ddd;
margin-left: 1px;
}
.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon {
transform: rotate(180deg);
}
.block-editor-url-popover__input-container .components-base-control:last-child,
.block-editor-url-popover__input-container .components-base-control:last-child .components-base-control__field {
margin-bottom: 0;
}
.block-editor-url-popover__settings {
display: block;
padding: 16px;
border-top: 1px solid #ddd;
}
.block-editor-url-popover__link-editor,
.block-editor-url-popover__link-viewer {
display: flex;
}
.block-editor-url-popover__link-editor .block-editor-url-input .components-base-control__field,
.block-editor-url-popover__link-viewer .block-editor-url-input .components-base-control__field {
margin-bottom: 0;
}
.block-editor-url-popover__link-editor .block-editor-url-input .components-spinner,
.block-editor-url-popover__link-viewer .block-editor-url-input .components-spinner {
bottom: 8px 8px 8px 12px1;
}
.block-editor-url-popover__link-viewer-url {
margin: 7px;
flex-grow: 1;
flex-shrink: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
min-width: 150px;
max-width: 500px;
}
.block-editor-url-popover__link-viewer-url.has-invalid-link {
color: #cc1818;
}
.block-editor-warning {
align-items: center;
display: flex;
flex-wrap: wrap;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 1em;
border: 1px solid #1e1e1e;
border-radius: 2px;
background-color: #fff;
}
.block-editor-warning .block-editor-warning__message {
line-height: 1.4;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
color: #1e1e1e;
margin: 0;
}
.block-editor-warning p.block-editor-warning__message.block-editor-warning__message {
min-height: auto;
}
.block-editor-warning .block-editor-warning__contents {
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
align-items: baseline;
width: 100%;
}
.block-editor-warning .block-editor-warning__actions {
display: flex;
margin-top: 1em;
}
.block-editor-warning .block-editor-warning__action {
margin: 0 8px 0 0;
}
.block-editor-warning__secondary {
margin: auto 0 auto 8px;
}
.components-popover.block-editor-warning__dropdown {
z-index: 99998;
}
.html-anchor-control .components-external-link {
display: block;
margin-top: 8px;
}
.block-editor-hooks__layout-controls {
display: flex;
margin-bottom: 16px;
}
.block-editor-hooks__layout-controls .block-editor-hooks__layout-controls-unit {
display: flex;
margin-right: 24px;
}
.block-editor-hooks__layout-controls .block-editor-hooks__layout-controls-unit svg {
margin: auto 0 4px 8px;
}
.block-editor-hooks__layout-controls-reset {
display: flex;
justify-content: flex-end;
margin-bottom: 24px;
}
.block-editor-hooks__layout-controls-helptext {
font-size: 12px;
}
#end-resizable-editor-section {
display: none;
}
/**
* Block Toolbar
*/
.block-editor-block-toolbar {
display: flex;
flex-grow: 1;
width: 100%;
overflow: auto;
position: relative;
transition: border-color 0.1s linear, box-shadow 0.1s linear;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-toolbar {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.block-editor-block-toolbar {
overflow: inherit;
}
}
.block-editor-block-toolbar .components-toolbar-group,
.block-editor-block-toolbar .components-toolbar {
background: none;
line-height: 0;
margin-top: -1px;
margin-bottom: -1px;
border: 0;
border-right: 1px solid #ddd;
}
.block-editor-block-toolbar > :last-child,
.block-editor-block-toolbar > :last-child .components-toolbar-group,
.block-editor-block-toolbar > :last-child .components-toolbar {
border-right: none;
}
.block-editor-block-contextual-toolbar.has-parent:not(.is-fixed) {
margin-left: calc(48px + 8px);
}
.show-icon-labels .block-editor-block-contextual-toolbar.has-parent:not(.is-fixed) {
margin-left: 0;
}
.block-editor-block-parent-selector {
position: absolute;
top: -1px;
left: calc(-48px - 8px - 1px);
}
.show-icon-labels .block-editor-block-parent-selector {
position: relative;
left: auto;
top: auto;
margin-top: -1px;
margin-left: -1px;
margin-bottom: -1px;
}
.block-editor-block-toolbar__block-controls {
height: auto !important;
padding: 0 !important;
margin-left: -1px;
}
.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,
.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon {
width: 24px !important;
margin: 0 !important;
}
.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle:focus::before,
.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon:focus::before {
right: 4px !important;
}
.block-editor-block-toolbar__block-controls .block-editor-block-mover {
margin-left: -6px;
}
.block-editor-block-toolbar .components-toolbar-group,
.block-editor-block-toolbar .components-toolbar,
.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group,
.block-editor-rich-text__inline-format-toolbar-group .components-toolbar {
display: flex;
flex-wrap: nowrap;
}
.block-editor-block-toolbar__slot {
display: inline-block;
line-height: 0;
}
@supports (position: sticky) {
.block-editor-block-toolbar__slot {
display: inline-flex;
}
}
.show-icon-labels .block-editor-block-toolbar .components-button.has-icon {
width: auto;
}
.show-icon-labels .block-editor-block-toolbar .components-button.has-icon svg {
display: none;
}
.show-icon-labels .block-editor-block-toolbar .components-button.has-icon::after {
content: attr(aria-label);
font-size: 12px;
}
.show-icon-labels .components-accessible-toolbar .components-toolbar-group > div:first-child:last-child > .components-button.has-icon {
padding-left: 6px;
padding-right: 6px;
}
.show-icon-labels .block-editor-block-switcher {
border-right: 1px solid #1e1e1e;
}
.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle {
margin-left: 0;
}
.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,
.show-icon-labels .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon {
width: 0 !important;
height: 0 !important;
}
.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle:focus::before,
.show-icon-labels .block-editor-block-switcher__no-switcher-icon:focus::before {
right: 4px !important;
}
.show-icon-labels .block-editor-block-parent-selector__button .block-editor-block-icon {
width: 0;
}
.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover {
margin-left: 0;
white-space: nowrap;
}
.show-icon-labels .block-editor-block-mover-button {
padding-left: 8px !important;
padding-right: 8px !important;
}
.show-icon-labels .block-editor-block-mover__drag-handle.has-icon {
padding-left: 6px !important;
padding-right: 6px !important;
border-right: 1px solid #1e1e1e;
}
@media (min-width: 600px) {
.show-icon-labels .is-up-button.is-up-button.is-up-button {
border-bottom: 1px solid #1e1e1e;
margin-right: 0;
border-radius: 0;
}
}
.show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button {
width: auto;
}
.show-icon-labels .components-toolbar,
.show-icon-labels .components-toolbar-group {
flex-shrink: 1;
}
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button + .components-button {
margin-left: 6px;
}
.block-editor-inserter {
display: inline-block;
background: none;
border: none;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
line-height: 0;
}
@media (min-width: 782px) {
.block-editor-inserter {
position: relative;
}
}
.block-editor-inserter__popover.is-quick .components-popover__content {
border: none;
}
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > * {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > *:first-child {
border-top: 1px solid #ccc;
}
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > *:last-child {
border-bottom: 1px solid #ccc;
}
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > *.components-button {
border: 1px solid #1e1e1e;
}
.block-editor-inserter__popover .block-editor-inserter__menu {
margin: -12px;
}
.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tabs .components-tab-panel__tabs {
top: 60px;
}
.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area {
overflow: visible;
height: auto;
}
.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container {
display: none;
}
.block-editor-inserter__toggle.components-button {
display: inline-flex;
align-items: center;
cursor: pointer;
border: none;
outline: none;
padding: 0;
transition: color 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-inserter__toggle.components-button {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-inserter__menu {
height: 100%;
position: relative;
overflow: visible;
}
.block-editor-inserter__main-area {
width: auto;
overflow-y: auto;
height: 100%;
}
@media (min-width: 782px) {
.block-editor-inserter__main-area {
width: 350px;
}
}
.block-editor-inserter__inline-elements {
margin-top: -1px;
}
.block-editor-inserter__menu.is-bottom::after {
border-bottom-color: #fff;
}
.components-popover.block-editor-inserter__popover {
z-index: 99999;
}
.block-editor-inserter__search {
padding: 16px;
position: sticky;
top: 0;
background: #fff;
z-index: 1;
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px;
box-shadow: 0 0 0 transparent;
transition: box-shadow 0.1s linear;
border-radius: 2px;
border: 1px solid #757575;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px;
/* Override core line-height. To be reviewed. */
line-height: normal;
display: block;
padding: 16px 48px 16px 16px;
background: #f0f0f0;
border: none;
width: 100%;
height: 48px;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input {
font-size: 13px;
/* Override core line-height. To be reviewed. */
line-height: normal;
}
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-moz-placeholder {
opacity: 1;
color: rgba(30, 30, 30, 0.62);
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
@media (min-width: 600px) {
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input {
font-size: 13px;
}
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:focus {
background: #fff;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::placeholder {
color: #757575;
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-decoration, .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-cancel-button, .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-results-button, .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-results-decoration {
-webkit-appearance: none;
}
.block-editor-inserter__search-icon {
position: absolute;
top: 0;
right: 20px;
bottom: 0;
display: flex;
align-items: center;
}
.block-editor-inserter__search-icon > svg {
margin: 8px;
}
.block-editor-inserter__tabs {
display: flex;
flex-direction: column;
margin-top: -8px;
}
.block-editor-inserter__tabs .components-tab-panel__tabs {
position: sticky;
top: 72px;
background: #fff;
z-index: 1;
border-bottom: 1px solid #ddd;
}
.block-editor-inserter__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item {
flex-grow: 1;
margin-bottom: -1px;
}
.block-editor-inserter__tabs .components-tab-panel__tab-content {
display: flex;
flex-grow: 1;
flex-direction: column;
position: relative;
z-index: 0;
}
.block-editor-inserter__panel-header {
display: inline-flex;
align-items: center;
padding: 16px 16px 0;
}
.block-editor-inserter__panel-header-patterns {
padding: 16px 16px 0;
}
.block-editor-inserter__panel-content {
padding: 16px;
}
.block-editor-inserter__panel-title,
.block-editor-inserter__panel-title button {
margin: 0 12px 0 0;
color: #757575;
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
}
.block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input {
line-height: 1.2;
}
.block-editor-inserter__panel-dropdown select {
border: none;
}
.block-editor-inserter__block-list {
flex-grow: 1;
position: relative;
}
.block-editor-inserter__popover .block-editor-block-types-list {
margin: -8px;
}
.block-editor-inserter__reusable-blocks-panel {
position: relative;
text-align: right;
}
.block-editor-inserter__manage-reusable-blocks {
display: inline-block;
margin: 16px;
}
.block-editor-inserter__no-results {
padding: 32px;
margin-top: 64px;
text-align: center;
}
.block-editor-inserter__no-results-icon {
fill: #949494;
}
.block-editor-inserter__child-blocks {
padding: 0 16px;
}
.block-editor-inserter__parent-block-header {
display: flex;
align-items: center;
}
.block-editor-inserter__parent-block-header h2 {
font-size: 13px;
}
.block-editor-inserter__parent-block-header .block-editor-block-icon {
margin-right: 8px;
}
.block-editor-inserter__preview-container {
display: none;
width: 300px;
background: #fff;
border-radius: 2px;
border: 1px solid #ddd;
position: absolute;
top: 16px;
left: calc(100% + 16px);
max-height: calc(100% - 32px);
overflow-y: hidden;
}
@media (min-width: 782px) {
.block-editor-inserter__preview-container {
display: block;
}
}
.block-editor-inserter__preview-container .block-editor-block-card {
padding: 16px;
}
.block-editor-inserter__preview-container .block-editor-block-card__title {
font-size: 13px;
}
.block-editor-inserter__preview-content {
min-height: 144px;
background: #f0f0f0;
display: grid;
flex-grow: 1;
align-items: center;
}
.block-editor-inserter__preview-content-missing {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
min-height: 144px;
color: #757575;
background: #f0f0f0;
}
.block-editor-inserter__tips {
border-top: 1px solid #ddd;
padding: 16px;
flex-shrink: 0;
position: relative;
}
.block-editor-inserter__manage-reusable-blocks-container {
padding: 16px;
}
.block-editor-inserter__quick-inserter {
width: 100%;
max-width: 100%;
}
@media (min-width: 782px) {
.block-editor-inserter__quick-inserter {
width: 350px;
}
}
.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header {
height: 0;
padding: 0;
float: left;
}
.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content,
.block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content {
padding: 16px;
}
.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 8px;
}
.block-editor-inserter__quick-inserter-separator {
border-top: 1px solid #ddd;
}
.block-editor-inserter__popover.is-quick > .components-popover__content > div {
padding: 0;
}
.block-editor-inserter__quick-inserter-expand.components-button {
display: block;
background: #1e1e1e;
color: #fff;
width: 100%;
height: 44px;
border-radius: 0;
}
.block-editor-inserter__quick-inserter-expand.components-button:hover {
color: #fff;
}
.block-editor-inserter__quick-inserter-expand.components-button:active {
color: #ccc;
}
.block-editor-inserter__quick-inserter-expand.components-button:focus:not(:disabled) {
box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 3px #fff;
}
.block-editor-post-preview__dropdown {
padding: 0;
}
.block-editor-post-preview__button-resize.block-editor-post-preview__button-resize {
padding-left: 40px;
}
.block-editor-post-preview__button-resize.block-editor-post-preview__button-resize.has-icon {
padding-left: 8px;
}
.block-editor-post-preview__dropdown-content .components-popover__content {
overflow-y: visible;
}
.block-editor-post-preview__dropdown-content.edit-post-post-preview-dropdown .components-menu-group:first-child {
padding-bottom: 8px;
}
.block-editor-post-preview__dropdown-content.edit-post-post-preview-dropdown .components-menu-group:last-child {
margin-bottom: 0;
}
.block-editor-post-preview__dropdown-content .components-menu-group + .components-menu-group {
padding: 8px;
}
@media (min-width: 600px) {
.edit-post-header__settings .editor-post-preview,
.edit-site-header__actions .editor-post-preview {
display: none;
}
}
@media (min-width: 600px) {
.edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-save-draft,
.edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-saved-state,
.edit-post-header.has-reduced-ui .edit-post-header__settings .block-editor-post-preview__button-toggle {
transition: opacity 0.1s linear;
}
}
@media (min-width: 600px) and (prefers-reduced-motion: reduce) {
.edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-save-draft,
.edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-saved-state,
.edit-post-header.has-reduced-ui .edit-post-header__settings .block-editor-post-preview__button-toggle {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-save-draft,
.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-saved-state,
.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle {
opacity: 0;
}
.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle.is-opened {
opacity: 1;
}
}
body.admin-color-light {
--wp-admin-theme-color: #0085ba;
--wp-admin-theme-color-darker-10: #0073a1;
--wp-admin-theme-color-darker-20: #006187;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-light {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-modern {
--wp-admin-theme-color: #3858e9;
--wp-admin-theme-color-darker-10: #2145e6;
--wp-admin-theme-color-darker-20: #183ad6;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-modern {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-blue {
--wp-admin-theme-color: #096484;
--wp-admin-theme-color-darker-10: #07526c;
--wp-admin-theme-color-darker-20: #064054;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-blue {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-coffee {
--wp-admin-theme-color: #46403c;
--wp-admin-theme-color-darker-10: #383330;
--wp-admin-theme-color-darker-20: #2b2724;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-coffee {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-ectoplasm {
--wp-admin-theme-color: #523f6d;
--wp-admin-theme-color-darker-10: #46365d;
--wp-admin-theme-color-darker-20: #3a2c4d;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-ectoplasm {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-midnight {
--wp-admin-theme-color: #e14d43;
--wp-admin-theme-color-darker-10: #dd382d;
--wp-admin-theme-color-darker-20: #d02c21;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-midnight {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-ocean {
--wp-admin-theme-color: #627c83;
--wp-admin-theme-color-darker-10: #576e74;
--wp-admin-theme-color-darker-20: #4c6066;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-ocean {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-sunrise {
--wp-admin-theme-color: #dd823b;
--wp-admin-theme-color-darker-10: #d97426;
--wp-admin-theme-color-darker-20: #c36922;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-sunrise {
--wp-admin-border-width-focus: 1.5px;
}
} | wordpress/wp-includes/css/dist/block-editor/style.css | @charset "UTF-8";
/**
* Colors
*/
/**
* Breakpoints & Media Queries
*/
/**
* SCSS Variables.
*
* Please use variables from this sheet to ensure consistency across the UI.
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
*/
/**
* Colors
*/
/**
* Fonts & basic variables.
*/
/**
* Grid System.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
*/
/**
* Dimensions.
*/
/**
* Shadows.
*/
/**
* Editor widths.
*/
/**
* Block & Editor UI.
*/
/**
* Block paddings.
*/
/**
* React Native specific.
* These variables do not appear to be used anywhere else.
*/
/**
* Breakpoint mixins
*/
/**
* Long content fade mixin
*
* Creates a fading overlay to signify that the content is longer
* than the space allows.
*/
/**
* Focus styles.
*/
/**
* Applies editor left position to the selector passed as argument
*/
/**
* Styles that are reused verbatim in a few places
*/
/**
* Allows users to opt-out of animations via OS-level preferences.
*/
/**
* Reset default styles for JavaScript UI based pages.
* This is a WP-admin agnostic reset
*/
/**
* Reset the WP Admin page styles for Gutenberg-like pages.
*/
:root {
--wp-admin-theme-color: #007cba;
--wp-admin-theme-color-darker-10: #006ba1;
--wp-admin-theme-color-darker-20: #005a87;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
:root {
--wp-admin-border-width-focus: 1.5px;
}
}
#start-resizable-editor-section {
display: none;
}
.block-editor-autocompleters__block {
white-space: nowrap;
}
.block-editor-autocompleters__block .block-editor-block-icon {
margin-right: 8px;
}
.block-editor-block-alignment-matrix-control__popover .components-popover__content {
min-width: 0;
width: auto;
}
.block-editor-block-alignment-matrix-control__popover .components-popover__content > div {
padding: 8px;
}
.block-editor-block-icon {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
}
.block-editor-block-icon.has-colors svg {
fill: currentColor;
}
.block-editor-block-icon svg {
min-width: 20px;
min-height: 20px;
max-width: 24px;
max-height: 24px;
}
.block-editor-block-inspector p {
margin-top: 0;
}
.block-editor-block-inspector h2,
.block-editor-block-inspector h3 {
font-size: 13px;
color: #1e1e1e;
margin-bottom: 1.5em;
}
.block-editor-block-inspector .components-base-control {
margin-bottom: 24px;
}
.block-editor-block-inspector .components-base-control:last-child {
margin-bottom: 8px;
}
.block-editor-block-inspector .components-panel__body {
border: none;
border-top: 1px solid #e0e0e0;
}
.block-editor-block-inspector .block-editor-block-card {
padding: 16px;
}
.block-editor-block-inspector__no-blocks {
display: block;
font-size: 13px;
background: #fff;
padding: 32px 16px;
text-align: center;
}
.block-editor-block-styles .block-editor-block-list__block {
margin: 0;
}
/**
* Notices & Block Selected/Hover Styles.
*/
/**
* Cross-Block Selection
*/
.block-editor-block-list__layout {
position: relative;
}
.block-editor-block-list__layout.is-navigate-mode {
cursor: default;
}
.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected::after, .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered::after,
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after,
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after {
position: absolute;
z-index: 1;
pointer-events: none;
content: "";
top: 1px;
bottom: 1px;
left: 1px;
right: 1px;
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
border-radius: 1px;
outline: 2px solid transparent;
}
.is-dark-theme .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected::after, .is-dark-theme .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered::after,
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after,
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after {
box-shadow: 0 0 0 1px #fff;
}
.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected .components-placeholder ::selection, .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered .components-placeholder ::selection,
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted .components-placeholder ::selection,
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected .components-placeholder ::selection {
background: transparent;
}
.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered:not(.is-selected)::after {
box-shadow: 0 0 0 1px #949494;
}
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after,
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after, .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected::after, .block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.has-child-selected {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: var(--wp-admin-border-width-focus) solid transparent;
}
.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected::before {
content: "";
position: absolute;
z-index: 0;
pointer-events: none;
transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear;
right: 0;
left: 0;
top: -14px;
border-radius: 2px;
border-top: 4px solid #ccc;
}
.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected::after {
content: none;
}
.block-editor-block-list__layout .is-block-moving-mode.can-insert-moving-block.block-editor-block-list__block.is-selected::before {
border-color: var(--wp-admin-theme-color);
}
.is-block-moving-mode.block-editor-block-list__block-selection-button {
opacity: 0;
font-size: 1px;
height: 1px;
padding: 0;
}
.block-editor-block-list__layout .block-editor-block-list__block {
position: relative;
overflow-wrap: break-word;
/**
* Notices
*/
/**
* Block Layout
*/
/**
* Block styles and alignments
*/
}
.block-editor-block-list__layout .block-editor-block-list__block .reusable-block-edit-panel * {
z-index: 1;
}
.block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui {
margin: -10px 0 12px 0;
}
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui {
margin: 0 0 12px 0;
width: 100%;
}
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice {
margin-left: 0;
margin-right: 0;
}
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content {
font-size: 13px;
}
.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus {
outline: none;
}
.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after {
position: absolute;
z-index: 1;
pointer-events: none;
content: "";
top: 1px;
bottom: 1px;
left: 1px;
right: 1px;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
border-radius: 1px;
}
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff;
}
.block-editor-block-list__layout .block-editor-block-list__block::after {
content: "";
pointer-events: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 2px;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) transparent;
}
.block-editor-block-list__layout .block-editor-block-list__block.has-warning {
min-height: 48px;
}
.block-editor-block-list__layout .block-editor-block-list__block.has-warning > * {
pointer-events: none;
-webkit-user-select: none;
user-select: none;
}
.block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-warning {
pointer-events: all;
}
.block-editor-block-list__layout .block-editor-block-list__block.has-warning::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.4);
}
.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected::after {
background-color: transparent;
}
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable > .block-editor-inner-blocks > .block-editor-block-list__layout.has-overlay::after {
display: none;
}
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable > .block-editor-inner-blocks > .block-editor-block-list__layout.has-overlay .block-editor-block-list__layout.has-overlay::after {
display: block;
}
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable.has-child-selected::after {
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.block-editor-block-list__layout .block-editor-block-list__block[data-clear=true] {
float: none;
}
.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__layout .block-editor-default-block-appender .block-editor-inserter {
left: auto;
right: 8px;
}
.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-hovered {
cursor: default;
}
.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-hovered::after {
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
border-radius: 1px;
}
.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-selected {
cursor: unset;
}
.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-selected::after {
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
border-radius: 1px;
}
.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-selected:focus::after {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) {
opacity: 0.5;
transition: opacity 0.1s linear;
}
@media (prefers-reduced-motion: reduce) {
.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) {
transition-duration: 0s;
transition-delay: 0s;
}
}
.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) .block-editor-block-list__block, .is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-selected, .is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-multi-selected {
opacity: 1;
}
.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity {
opacity: 0.5;
transition: opacity 0.1s linear;
}
@media (prefers-reduced-motion: reduce) {
.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity {
transition-duration: 0s;
transition-delay: 0s;
}
}
.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity.is-active-entity, .is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity.has-child-selected, .is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity:not(.has-child-selected) .block-editor-block-list__block, .is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity.is-active-entity .block-editor-block-list__block,
.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity .is-active-entity .block-editor-block-list__block {
opacity: 1;
}
.wp-block[data-align=left] > *,
.wp-block[data-align=right] > * {
z-index: 21;
}
/**
* In-Canvas Inserter
*/
.block-editor-block-list .block-editor-inserter {
margin: 8px;
cursor: move;
cursor: grab;
}
@keyframes block-editor-inserter__toggle__fade-in-animation {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.wp-block .block-list-appender .block-editor-inserter__toggle {
animation: block-editor-inserter__toggle__fade-in-animation 0.1s ease;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.wp-block .block-list-appender .block-editor-inserter__toggle {
animation-duration: 1ms;
animation-delay: 0s;
}
}
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender {
display: none;
}
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender .block-editor-inserter__toggle {
opacity: 0;
transform: scale(0);
}
.block-editor-block-list__block .block-editor-block-list__block-html-textarea {
display: block;
margin: 0;
padding: 12px;
width: 100%;
border: none;
outline: none;
border-radius: 2px;
box-shadow: inset 0 0 0 1px #1e1e1e;
resize: none;
overflow: hidden;
font-family: Menlo, Consolas, monaco, monospace;
font-size: 15px;
line-height: 1.5;
transition: padding 0.2s linear;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-list__block .block-editor-block-list__block-html-textarea {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
/**
* Warnings.
*/
.block-editor-block-list__block .block-editor-warning {
z-index: 5;
position: relative;
}
.block-editor-block-list__block .block-editor-warning.block-editor-block-list__block-crash-warning {
margin-bottom: auto;
}
/**
* Insertion Point.
*/
.block-editor-block-list__insertion-point {
position: absolute;
}
.block-editor-block-list__insertion-point-indicator {
position: absolute;
background: var(--wp-admin-theme-color);
animation: block-editor-inserter__toggle__fade-in-animation-delayed 0.3s ease;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-list__insertion-point-indicator {
animation-duration: 1ms;
animation-delay: 0s;
}
}
.block-editor-block-list__insertion-point.is-vertical > .block-editor-block-list__insertion-point-indicator {
top: 50%;
right: 0;
left: 0;
height: 1px;
}
.block-editor-block-list__insertion-point.is-horizontal > .block-editor-block-list__insertion-point-indicator {
top: 0;
right: 0;
left: 50%;
height: 100%;
width: 1px;
}
.block-editor-block-list__insertion-point-inserter {
display: none;
position: absolute;
justify-content: center;
top: calc(50% - 12px);
left: calc(50% - 12px);
}
@media (min-width: 480px) {
.block-editor-block-list__insertion-point-inserter {
display: flex;
}
}
.block-editor-block-list__block-popover-inserter {
position: absolute;
top: -9999em;
margin-bottom: 14px;
}
.block-editor-block-list__block-popover-inserter.is-visible {
position: static;
}
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon {
background: #1e1e1e;
border-radius: 2px;
color: #fff;
padding: 0;
min-width: 24px;
height: 24px;
}
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon:hover {
color: #fff;
background: var(--wp-admin-theme-color);
}
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon {
background: var(--wp-admin-theme-color);
}
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover {
background: #1e1e1e;
}
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button,
.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button {
animation: block-editor-inserter__toggle__fade-in-animation-delayed 0.3s ease;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button,
.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button {
animation-duration: 1ms;
animation-delay: 0s;
}
}
@keyframes block-editor-inserter__toggle__fade-in-animation-delayed {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/**
* Block Toolbar when contextual.
*/
.block-editor-block-contextual-toolbar {
display: inline-flex;
border: 1px solid #1e1e1e;
border-radius: 2px;
background-color: #fff;
}
.block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar-group,
.block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar {
border-right-color: #1e1e1e;
}
.block-editor-block-contextual-toolbar.is-fixed {
position: sticky;
top: 0;
width: 100%;
z-index: 31;
min-height: 48px;
display: block;
border: none;
border-bottom: 1px solid #e0e0e0;
border-radius: 0;
}
.block-editor-block-contextual-toolbar.is-fixed .block-editor-block-toolbar .components-toolbar-group,
.block-editor-block-contextual-toolbar.is-fixed .block-editor-block-toolbar .components-toolbar {
border-right-color: #e0e0e0;
}
.block-editor-block-contextual-toolbar .block-editor-block-mover-button {
overflow: hidden;
}
.block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button {
min-width: 24px;
width: 24px;
}
.block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button svg {
min-width: 24px;
}
.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus::before {
left: 0 !important;
min-width: 0;
width: 100%;
}
@media (min-width: 600px) {
.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg {
top: 5px;
}
.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg {
bottom: 5px;
}
}
/**
* Block Label for Navigation/Selection Mode
*/
.block-editor-block-list__block-selection-button {
display: inline-flex;
padding: 0 13px;
z-index: 22;
border-radius: 2px;
background-color: #1e1e1e;
font-size: 13px;
height: 48px;
}
.block-editor-block-list__block-selection-button .block-editor-block-list__block-selection-button__content {
margin: auto;
display: inline-flex;
align-items: center;
}
.block-editor-block-list__block-selection-button .block-editor-block-list__block-selection-button__content > .components-flex__item {
margin-right: 6px;
}
.block-editor-block-list__block-selection-button .components-button.has-icon.block-selection-button_drag-handle {
cursor: grab;
padding: 0;
height: 24px;
min-width: 24px;
}
.block-editor-block-list__block-selection-button .components-button.has-icon.block-selection-button_drag-handle svg {
min-width: 18px;
min-height: 18px;
}
.block-editor-block-list__block-selection-button .block-editor-block-icon {
font-size: 13px;
color: #fff;
height: 48px;
}
.block-editor-block-list__block-selection-button .components-button {
min-width: 36px;
color: #fff;
height: 48px;
display: flex;
}
.block-editor-block-list__block-selection-button .components-button:focus {
box-shadow: none;
border: none;
}
.block-editor-block-list__block-selection-button .components-button:active {
color: #fff;
}
.block-editor-block-list__block-selection-button .block-selection-button_select-button.components-button {
padding: 0;
}
/**
* Popovers.
*/
.block-editor-block-list__insertion-point-popover.is-without-arrow {
z-index: 28;
position: absolute;
pointer-events: none;
}
.block-editor-block-list__insertion-point-popover.is-without-arrow * {
pointer-events: none;
}
.block-editor-block-list__insertion-point-popover.is-without-arrow .is-with-inserter {
pointer-events: all;
}
.block-editor-block-list__insertion-point-popover.is-without-arrow .is-with-inserter * {
pointer-events: all;
}
.block-editor-block-list__insertion-point-popover.is-without-arrow .components-popover__content.components-popover__content {
background: none;
border: none;
box-shadow: none;
overflow-y: visible;
margin-left: 0;
}
@keyframes hide-during-dragging {
to {
position: fixed;
transform: translate(9999px, 9999px);
}
}
.components-popover.block-editor-block-list__block-popover {
z-index: 31;
position: absolute;
}
.components-popover.block-editor-block-list__block-popover .components-popover__content {
margin: 0 !important;
min-width: auto;
width: max-content;
background: none;
border: none;
box-shadow: none;
overflow-y: visible;
pointer-events: none;
}
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__block-selection-button,
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-contextual-toolbar,
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__empty-block-inserter {
pointer-events: all;
}
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__block-selection-button,
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-contextual-toolbar {
margin-top: 12px;
margin-bottom: 12px;
}
.components-popover.block-editor-block-list__block-popover.is-insertion-point-visible {
visibility: hidden;
}
.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover {
opacity: 0;
animation: hide-during-dragging 1ms linear forwards;
}
.is-dragging-components-draggable .components-tooltip {
display: none;
}
.block-editor-block-list__block .block-list-appender {
align-self: center;
padding: 0;
list-style: none;
margin: 0 auto 0 0;
}
.block-editor-block-list__block .block-list-appender.wp-block {
max-width: none;
}
.block-editor-block-list__block .block-list-appender .block-editor-default-block-appender {
margin: 8px 0;
}
.block-editor-block-list__block .block-list-appender .block-list-appender__toggle {
padding: 0;
opacity: 1;
transform: scale(1);
transition: all 0.1s ease;
margin-left: 8px;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-list__block .block-list-appender .block-list-appender__toggle {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-block-list__block .block-list-appender:first-of-type .block-list-appender__toggle {
margin-left: 0;
}
.is-vertical .block-list-appender {
width: 24px;
margin-right: auto;
margin-top: 12px;
margin-left: 12px;
}
.block-list-appender > .block-editor-inserter {
display: block;
}
.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.block-editor-block-list__layout) .block-editor-block-list__layout > .block-list-appender .block-list-appender__toggle {
opacity: 0;
transform: scale(0);
}
.block-editor-block-breadcrumb {
list-style: none;
padding: 0;
margin: 0;
}
.block-editor-block-breadcrumb li {
display: inline-block;
margin: 0;
}
.block-editor-block-breadcrumb li:not(:last-child)::after {
content: "→" /*rtl:"←"*/;
}
.block-editor-block-breadcrumb__button.components-button {
height: 24px;
line-height: 24px;
padding: 0;
position: relative;
}
.block-editor-block-breadcrumb__button.components-button:hover:not(:disabled) {
text-decoration: underline;
box-shadow: none;
}
.block-editor-block-breadcrumb__button.components-button:focus {
box-shadow: none;
}
.block-editor-block-breadcrumb__button.components-button:focus::before {
content: "";
display: block;
position: absolute;
border-radius: 2px;
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.block-editor-block-breadcrumb__current {
cursor: default;
}
.block-editor-block-breadcrumb__button.components-button,
.block-editor-block-breadcrumb__current {
color: #1e1e1e;
padding: 0 8px;
font-size: inherit;
}
.block-editor-block-card {
display: flex;
align-items: flex-start;
}
.block-editor-block-card__content {
flex-grow: 1;
margin-bottom: 4px;
}
.block-editor-block-card__title {
font-weight: 500;
}
.block-editor-block-card__title.block-editor-block-card__title {
line-height: 24px;
margin: 0 0 4px;
}
.block-editor-block-card__description {
font-size: 13px;
}
.block-editor-block-card .block-editor-block-icon {
flex: 0 0 24px;
margin-left: 0;
margin-right: 12px;
width: 24px;
height: 24px;
}
/**
* Invalid block comparison
*/
.block-editor-block-compare {
overflow: auto;
height: auto;
}
@media (min-width: 600px) {
.block-editor-block-compare {
max-height: 70%;
}
}
.block-editor-block-compare__wrapper {
display: flex;
padding-bottom: 16px;
}
.block-editor-block-compare__wrapper > div {
display: flex;
justify-content: space-between;
flex-direction: column;
width: 50%;
padding: 0 16px 0 0;
min-width: 200px;
}
.block-editor-block-compare__wrapper > div button {
float: right;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__converted {
border-left: 1px solid #ddd;
padding-left: 15px;
padding-right: 0;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html {
font-family: Menlo, Consolas, monaco, monospace;
font-size: 12px;
color: #1e1e1e;
border-bottom: 1px solid #ddd;
padding-bottom: 15px;
line-height: 1.7;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html span {
background-color: #e6ffed;
padding-top: 3px;
padding-bottom: 3px;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added {
background-color: #acf2bd;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed {
background-color: #cc1818;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__preview {
padding: 0;
padding-top: 16px;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__preview p {
font-size: 12px;
margin-top: 0;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__action {
margin-top: 16px;
}
.block-editor-block-compare__wrapper .block-editor-block-compare__heading {
font-size: 1em;
font-weight: 400;
margin: 0.67em 0;
}
.block-editor-block-draggable-chip-wrapper {
position: absolute;
top: -24px;
left: 0;
}
.block-editor-block-draggable-chip {
background-color: #1e1e1e;
border-radius: 2px;
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
color: #fff;
cursor: grabbing;
display: inline-flex;
height: 48px;
padding: 0 13px;
-webkit-user-select: none;
user-select: none;
}
.block-editor-block-draggable-chip svg {
fill: currentColor;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content {
margin: auto;
justify-content: flex-start;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content > .components-flex__item {
margin-right: 6px;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content > .components-flex__item:last-child {
margin-right: 0;
}
.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg {
min-width: 18px;
min-height: 18px;
}
.block-editor-block-draggable-chip .components-flex__item {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
}
.is-dragging {
display: none !important;
}
.block-editor-block-mobile-toolbar {
display: flex;
flex-direction: row;
border-right: 1px solid #ddd;
}
.block-editor-block-mobile-toolbar .block-editor-block-mover-button {
width: 36px;
height: 36px;
border-radius: 2px;
padding: 3px;
margin: 0;
justify-content: center;
align-items: center;
}
.block-editor-block-mobile-toolbar .block-editor-block-mover-button .dashicon {
margin: auto;
}
.block-editor-block-mobile-toolbar .block-editor-block-mover {
display: flex;
margin-right: auto;
}
.block-editor-block-mobile-toolbar .block-editor-block-mover .block-editor-block-mover-button {
float: left;
}
.block-editor-block-mover-button__description {
display: none;
}
.block-editor-block-mover-button.has-icon {
padding: 0;
}
.block-editor-block-mover {
display: inline-flex;
flex-direction: row;
}
.block-editor-block-mover .block-editor-block-mover__move-button-container,
.block-editor-block-mover .components-toolbar {
flex: 1;
flex-direction: row;
border-right: none !important;
}
@media (min-width: 600px) {
.block-editor-block-mover .block-editor-block-mover__move-button-container,
.block-editor-block-mover .components-toolbar {
flex-direction: column;
}
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container, .block-editor-block-mover.is-horizontal .components-toolbar {
flex-direction: row;
}
.block-editor-block-mover .block-editor-block-mover-button.block-editor-block-mover-button {
padding-right: 0;
padding-left: 0;
min-width: 36px;
}
@media (min-width: 600px) {
.block-editor-block-mover .block-editor-block-mover-button {
height: 24px;
width: 42px;
padding-right: 11px !important;
padding-left: 6px !important;
}
.block-editor-block-mover .block-editor-block-mover-button.block-editor-block-mover-button {
min-width: 42px;
}
}
@media (min-width: 600px) {
.block-editor-block-mover .block-editor-block-mover-button::before {
left: 8px !important;
right: 8px !important;
}
}
.block-editor-block-mover .block-editor-block-mover__drag-handle {
width: 24px;
cursor: grab;
min-width: 24px !important;
padding: 0 !important;
}
.block-editor-block-mover .block-editor-block-mover__drag-handle:focus::before {
left: 0 !important;
right: 0 !important;
}
@media (min-width: 600px) {
.block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button,
.block-editor-block-mover .components-toolbar .block-editor-block-mover-button {
margin: 0 auto 0 0;
}
.block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-up-button::before,
.block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-up-button::before {
bottom: 0;
height: calc(100% - 1px);
}
.block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-down-button::before,
.block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-down-button::before {
top: 0;
height: calc(100% - 1px);
}
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon {
height: 48px;
width: 24px;
padding-left: 0;
padding-right: 0;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon::before {
top: 1px;
bottom: 1px;
min-width: 0;
width: auto;
height: auto;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-up-button.has-icon svg {
margin-left: 0;
margin-right: -8px;
margin-bottom: 0;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-up-button.has-icon::before {
left: 0 !important;
right: 0 !important;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon svg {
margin-left: -8px;
margin-right: 0;
margin-top: 0;
}
.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon::before {
left: 0 !important;
right: 0 !important;
width: calc(100% + 1px);
}
.block-editor-block-navigation__label {
margin: 0 0 12px;
color: #757575;
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
}
.block-editor-block-navigation__container {
min-width: 280px;
}
.block-editor-block-navigation-tree {
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0;
}
.components-modal__content .block-editor-block-navigation-tree {
margin: -12px -6px 0;
width: calc(100% + 12px);
}
.block-editor-block-navigation-leaf {
position: relative;
}
.block-editor-block-navigation-leaf.is-selected .block-editor-block-navigation-block-contents {
background: var(--wp-admin-theme-color);
color: #fff;
}
.block-editor-block-navigation-leaf.is-selected .block-editor-block-navigation-block-contents:focus {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.block-editor-block-navigation-leaf.is-branch-selected.is-selected .block-editor-block-navigation-block-contents {
border-radius: 2px 2px 0 0;
}
.block-editor-block-navigation-leaf.is-branch-selected:not(.is-selected) .block-editor-block-navigation-block-contents {
background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(var(--wp-admin-theme-color), var(--wp-admin-theme-color));
border-radius: 0;
}
.block-editor-block-navigation-leaf.is-branch-selected.is-last-of-selected-branch .block-editor-block-navigation-block-contents {
border-radius: 0 0 2px 2px;
}
.block-editor-block-navigation-leaf.is-dragging {
display: none;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents {
display: flex;
align-items: center;
width: 100%;
height: auto;
padding: 6px 12px;
text-align: left;
color: #1e1e1e;
border-radius: 2px;
position: relative;
white-space: nowrap;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents:hover, .block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents:focus {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents:focus {
z-index: 1;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-before::before {
content: "";
position: absolute;
pointer-events: none;
transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear;
top: -2px;
right: 0;
left: 0;
border-top: 4px solid var(--wp-admin-theme-color);
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-after::before {
content: "";
position: absolute;
pointer-events: none;
transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear;
bottom: -2px;
right: 0;
left: 0;
border-bottom: 4px solid var(--wp-admin-theme-color);
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-to-inner-blocks::before {
content: "";
position: absolute;
pointer-events: none;
transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear;
bottom: -2px;
right: 0;
left: 24px;
border-bottom: 4px solid var(--wp-admin-theme-color);
}
.components-modal__content .block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents {
padding-left: 0;
padding-right: 0;
}
.block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents {
opacity: 1;
animation: edit-post__fade-in-animation 0.2s ease-out 0s;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents {
animation-duration: 1ms;
animation-delay: 0s;
}
}
.block-editor-block-navigation-leaf .block-editor-block-icon {
align-self: flex-start;
margin-right: 10px;
width: 20px;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__contents-cell {
padding-top: 0;
padding-bottom: 0;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell {
line-height: 0;
width: 36px;
opacity: 0;
vertical-align: top;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell:hover, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell:hover,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible {
position: relative;
z-index: 1;
opacity: 1;
animation: edit-post__fade-in-animation 0.2s ease-out 0s;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell:hover, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell:hover,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible {
animation-duration: 1ms;
animation-delay: 0s;
}
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell .components-button.has-icon,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell .components-button.has-icon {
width: 24px;
min-width: 24px;
padding: 0;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell {
padding-top: 8px;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell-alignment-wrapper {
display: flex;
height: 100%;
flex-direction: column;
align-items: center;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button {
position: relative;
width: 36px;
height: 24px;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button svg {
position: relative;
height: 24px;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button {
margin-top: -6px;
align-items: flex-end;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button svg {
bottom: -4px;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button {
margin-bottom: -6px;
align-items: flex-start;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button svg {
top: -4px;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus:enabled {
box-shadow: none;
outline: none;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus {
box-shadow: none;
outline: none;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus::before {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 4px #fff;
outline: 2px solid transparent;
}
.block-editor-block-navigation-leaf .block-editor-block-mover-button::before {
content: "";
position: absolute;
display: block;
border-radius: 2px;
height: 16px;
min-width: 100%;
left: 0;
right: 0;
animation: components-button__appear-animation 0.1s ease;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-navigation-leaf .block-editor-block-mover-button::before {
animation-duration: 1ms;
animation-delay: 0s;
}
}
.block-editor-block-navigation-leaf .block-editor-inserter__toggle {
background: #1e1e1e;
color: #fff;
height: 24px;
margin: 6px 6px 6px 1px;
min-width: 24px;
}
.block-editor-block-navigation-leaf .block-editor-inserter__toggle:active {
color: #fff;
}
.block-editor-block-navigation-leaf .block-editor-block-navigation-block-select-button__anchor {
background: rgba(0, 0, 0, 0.1);
border-radius: 2px;
display: inline-block;
padding: 2px 6px;
margin: 0 8px;
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
}
.block-editor-block-navigation-leaf.is-selected .block-editor-block-navigation-block-select-button__anchor {
background: rgba(0, 0, 0, 0.3);
}
.block-editor-block-navigation-block-slot__description,
.block-editor-block-navigation-block-select-button__description,
.block-editor-block-navigation-appender__description {
display: none;
}
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-block__contents-container,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-appender__container,
.block-editor-block-navigation-appender__cell .block-editor-block-navigation-block__contents-container,
.block-editor-block-navigation-appender__cell .block-editor-block-navigation-appender__container {
display: flex;
}
.block-editor-block-navigation-leaf[aria-level] .block-editor-block-icon {
margin-left: 224px;
}
.block-editor-block-navigation-leaf[aria-level="1"] .block-editor-block-icon {
margin-left: 0px;
}
.block-editor-block-navigation-leaf[aria-level="2"] .block-editor-block-icon {
margin-left: 28px;
}
.block-editor-block-navigation-leaf[aria-level="3"] .block-editor-block-icon {
margin-left: 56px;
}
.block-editor-block-navigation-leaf[aria-level="4"] .block-editor-block-icon {
margin-left: 84px;
}
.block-editor-block-navigation-leaf[aria-level="5"] .block-editor-block-icon {
margin-left: 112px;
}
.block-editor-block-navigation-leaf[aria-level="6"] .block-editor-block-icon {
margin-left: 140px;
}
.block-editor-block-navigation-leaf[aria-level="7"] .block-editor-block-icon {
margin-left: 168px;
}
.block-editor-block-navigation-leaf[aria-level="8"] .block-editor-block-icon {
margin-left: 196px;
}
.block-editor-block-navigation-leaf[aria-level="9"] .block-editor-block-icon {
margin-left: 224px;
}
.block-editor-block-parent-selector {
background: #fff;
border-radius: 2px;
}
.block-editor-block-parent-selector .block-editor-block-parent-selector__button {
width: 48px;
height: 48px;
border: 1px solid #1e1e1e;
border-radius: 2px;
}
.block-editor-block-patterns-list__list-item {
cursor: pointer;
margin-top: 16px;
}
.block-editor-block-patterns-list__list-item.is-placeholder {
min-height: 100px;
}
.block-editor-block-patterns-list__list-item[draggable=true] .block-editor-block-preview__container {
cursor: grab;
}
.block-editor-block-patterns-list__item {
height: 100%;
border-radius: 2px;
transition: all 0.05s ease-in-out;
position: relative;
border: 1px solid transparent;
}
.block-editor-block-patterns-list__item:hover {
border: 1px solid var(--wp-admin-theme-color);
}
.block-editor-block-patterns-list__item:focus {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-block-patterns-list__item-title {
padding: 4px;
font-size: 12px;
text-align: center;
}
.block-editor-block-preview__container {
position: relative;
width: 100%;
overflow: hidden;
}
.block-editor-block-preview__container.editor-styles-wrapper {
padding: 0;
margin: 0;
}
.block-editor-block-preview__container .block-editor-block-preview__content {
position: absolute;
top: 0;
left: 0;
transform-origin: top left;
text-align: initial;
margin: 0;
overflow: visible;
min-height: auto;
}
.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,
.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-drop-zone,
.block-editor-block-preview__container .block-editor-block-preview__content .reusable-block-indicator,
.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender {
display: none;
}
.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container {
padding-left: 0;
padding-right: 0;
}
.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] {
margin-left: 0;
margin-right: 0;
}
.block-editor-block-settings-menu__popover .components-dropdown-menu__menu {
padding: 0;
}
.block-editor-block-styles {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.block-editor-block-styles__item {
width: calc(50% - 4px);
margin: 4px 0;
flex-shrink: 0;
cursor: pointer;
overflow: hidden;
border-radius: 2px;
padding: 6px;
display: flex;
flex-direction: column;
}
.block-editor-block-styles__item:focus {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-block-styles__item:hover .block-editor-block-styles__item-preview {
border-color: var(--wp-admin-theme-color);
}
.block-editor-block-styles__item.is-active .block-editor-block-styles__item-label {
font-weight: bold;
}
.block-editor-block-styles__item.is-active .block-editor-block-styles__item-preview {
margin: 0;
border: 2px solid #1e1e1e;
}
.block-editor-block-styles__item .block-editor-block-preview__container {
cursor: inherit;
}
.block-editor-block-styles__item-preview {
outline: 1px solid transparent;
padding: 0;
margin: 2px;
border-radius: 2px;
display: flex;
overflow: hidden;
background: #fff;
align-items: center;
flex-grow: 1;
min-height: 80px;
max-height: 160px;
}
.block-editor-block-switcher__styles__menugroup {
position: relative;
}
.block-editor-block-styles__item-label {
text-align: center;
padding: 4px 0;
}
.block-editor-block-switcher {
position: relative;
}
.block-editor-block-switcher__no-switcher-icon,
.block-editor-block-switcher__toggle {
position: relative;
}
.components-button.block-editor-block-switcher__toggle,
.components-button.block-editor-block-switcher__no-switcher-icon {
margin: 0;
display: block;
height: 48px;
}
.components-button.block-editor-block-switcher__toggle .block-editor-block-icon,
.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon {
margin: auto;
}
.block-editor-block-switcher__toggle-text {
margin-left: 8px;
}
.show-icon-labels .block-editor-block-switcher__toggle-text {
display: none;
}
.show-icon-labels .block-editor-block-toolbar .block-editor-block-switcher .components-button.has-icon::after {
font-size: 14px;
}
.block-editor-block-switcher__popover {
margin-left: 6px;
}
.components-button.block-editor-block-switcher__no-switcher-icon {
width: 48px;
}
.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-blocks-icon {
margin-right: auto;
margin-left: auto;
}
.components-button.block-editor-block-switcher__no-switcher-icon:disabled {
opacity: 1;
}
.components-button.block-editor-block-switcher__no-switcher-icon:disabled,
.components-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors {
color: #1e1e1e;
}
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon,
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon {
height: 100%;
position: relative;
margin: 0 auto;
display: flex;
align-items: center;
min-width: 100%;
}
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon::before,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon::before,
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon::before,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon::before {
top: 8px;
right: 8px;
bottom: 8px;
left: 8px;
}
.components-popover.block-editor-block-switcher__popover .components-popover__content {
min-width: 300px;
}
.components-popover.block-editor-block-switcher__popover .components-popover__content > div {
min-width: auto;
display: flex;
background: #fff;
padding: 0;
}
.components-popover.block-editor-block-switcher__popover .components-popover__content > div .components-menu-group {
margin: 0;
}
.block-editor-block-switcher__popover .components-popover__content .block-editor-block-styles {
margin: 0 -3px;
}
.block-editor-block-switcher__popover .components-popover__content .components-panel__body {
border: 0;
position: relative;
z-index: 1;
}
.block-editor-block-switcher__popover .components-popover__content .components-panel__body + .components-panel__body {
border-top: 1px solid #e0e0e0;
}
.block-editor-block-switcher__popover__preview__parent .block-editor-block-switcher__popover__preview__container {
position: absolute;
top: -12px;
left: calc(100% + 32px);
}
.block-editor-block-switcher__preview__popover {
display: none;
}
.block-editor-block-switcher__preview__popover.components-popover {
margin-left: 4px;
margin-top: 11px;
}
@media (min-width: 782px) {
.block-editor-block-switcher__preview__popover {
display: block;
}
}
.block-editor-block-switcher__preview__popover .components-popover__content {
box-shadow: none;
border: 1px solid #1e1e1e;
background: #fff;
border-radius: 2px;
}
.block-editor-block-switcher__preview__popover .block-editor-block-switcher__preview {
width: 300px;
height: auto;
max-height: 500px;
padding: 16px;
}
.block-editor-block-switcher__preview-title {
margin-bottom: 12px;
color: #757575;
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
}
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon {
width: 48px;
}
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle {
height: 48px;
}
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform {
width: 48px;
height: 48px;
}
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform {
padding: 12px;
}
.block-editor-block-switcher__preview-patterns-container {
padding-bottom: 16px;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item {
margin-top: 16px;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container {
cursor: pointer;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item {
height: 100%;
border-radius: 2px;
transition: all 0.05s ease-in-out;
position: relative;
border: 1px solid transparent;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover, .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover {
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #1e1e1e;
}
.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title {
padding: 4px;
font-size: 12px;
text-align: center;
cursor: pointer;
}
.block-editor-block-types-list > [role=presentation] {
padding: 4px;
margin-left: -4px;
margin-right: -4px;
overflow: hidden;
display: flex;
flex-wrap: wrap;
}
.block-editor-block-variation-picker .components-placeholder__instructions {
margin-bottom: 0;
}
.block-editor-block-variation-picker .components-placeholder__fieldset {
flex-direction: column;
}
.block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset {
max-width: 90%;
}
.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations {
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
margin: 16px 0;
padding: 0;
list-style: none;
}
.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations > li {
list-style: none;
margin: 8px 20px 0 0;
flex-shrink: 1;
width: 75px;
text-align: center;
}
.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations > li button {
display: inline-flex;
margin-right: 0;
}
.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation {
padding: 8px;
}
.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation-label {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 12px;
display: block;
line-height: 1.4;
}
.block-editor-block-variation-picker__variation {
width: 100%;
}
.block-editor-block-variation-picker__variation.components-button.has-icon {
justify-content: center;
width: auto;
}
.block-editor-block-variation-picker__variation.components-button.has-icon.is-secondary {
background-color: #fff;
}
.block-editor-block-variation-picker__variation.components-button {
height: auto;
padding: 0;
}
.block-editor-block-variation-picker__variation::before {
content: "";
padding-bottom: 100%;
}
.block-editor-block-variation-picker__variation:first-child {
margin-left: 0;
}
.block-editor-block-variation-picker__variation:last-child {
margin-right: 0;
}
.block-editor-block-pattern-setup {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
width: 100%;
border-radius: 2px;
box-shadow: inset 0 0 0 1px #1e1e1e;
outline: 1px solid transparent;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar {
justify-content: center;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 16px;
padding: 16px;
max-height: 550px;
overflow: auto;
margin: 0 1px 1px 1px;
width: calc(100% - 2px);
background: #fff;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button] {
cursor: pointer;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item-title {
padding: 4px;
font-size: 12px;
text-align: center;
}
.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container {
border-radius: 2px;
border: 1px solid #ddd;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar {
box-sizing: border-box;
position: relative;
padding: 16px;
width: 100%;
text-align: left;
margin: 0;
color: #1e1e1e;
border-radius: 2px 2px 0 0;
background-color: #fff;
box-shadow: inset 0 0 0 1px #1e1e1e;
outline: 1px solid transparent;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls {
display: flex;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation,
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions {
width: calc(50% - 36px);
display: flex;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions {
justify-content: flex-end;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container {
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container {
overflow: hidden;
position: relative;
padding: 0;
margin: 0;
list-style: none;
transform-style: preserve-3d;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container * {
box-sizing: border-box;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide {
opacity: 0;
position: absolute;
top: 0;
width: 100%;
margin: auto;
padding: 16px;
transition: transform 0.5s, opacity 0.5s, z-index 0.5s;
z-index: 100;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide {
opacity: 1;
position: relative;
z-index: 102;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide {
transform: translateX(-100%);
z-index: 101;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide {
transform: translateX(100%);
z-index: 101;
}
.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender {
display: none;
}
.block-editor-block-variation-transforms {
padding: 0 16px 16px 56px;
width: 100%;
}
.block-editor-block-variation-transforms .components-dropdown-menu__toggle {
border: 1px solid #757575;
border-radius: 2px;
min-height: 30px;
width: 100%;
position: relative;
text-align: left;
justify-content: left;
padding: 6px 12px;
}
.block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle {
padding-right: 24px;
}
.block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled) {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 calc(var(--wp-admin-border-width-focus) - 1px) var(--wp-admin-theme-color);
}
.block-editor-block-variation-transforms .components-dropdown-menu__toggle svg {
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
}
.block-editor-block-variation-transforms__popover .components-popover__content {
min-width: 230px;
}
.components-border-style-control__select {
margin-bottom: 24px;
}
.components-border-style-control__select button {
width: 100%;
}
.components-border-style-control__select ul li,
.components-border-style-control__select ul li:last-child {
margin: 6px;
}
.block-editor-button-block-appender {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 8px;
width: 100%;
height: auto;
color: #1e1e1e;
box-shadow: inset 0 0 0 1px #1e1e1e;
}
.is-dark-theme .block-editor-button-block-appender {
color: rgba(255, 255, 255, 0.65);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}
.block-editor-button-block-appender:hover {
color: var(--wp-admin-theme-color);
box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
}
.block-editor-button-block-appender:focus {
box-shadow: inset 0 0 0 2px var(--wp-admin-theme-color);
}
.block-editor-button-block-appender:active {
color: #000;
}
.block-editor-button-block-appender.block-list-appender__toggle {
display: flex;
flex-direction: row;
box-shadow: none;
height: 24px;
width: 24px;
}
.block-editor-button-block-appender.block-list-appender__toggle > svg {
width: 24px;
background-color: #1e1e1e;
color: #fff;
border-radius: 2px;
flex: 1 0 auto;
}
.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator {
margin-bottom: 12px;
}
.block-editor-color-gradient-control .block-editor-color-gradient-control__button-tabs {
display: block;
margin-bottom: 12px;
}
.block-editor-panel-color-gradient-settings .component-color-indicator {
vertical-align: text-bottom;
}
.block-editor-panel-color-gradient-settings__panel-title .component-color-indicator {
display: inline-block;
}
.block-editor-panel-color-gradient-settings.is-opened .block-editor-panel-color-gradient-settings__panel-title .component-color-indicator {
display: none;
}
@media screen and (min-width: 782px) {
.block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches {
margin-right: 0;
}
.block-editor-panel-color-gradient-settings .components-circular-option-picker__option-wrapper {
margin-right: calc((100% - (28px * 6)) / 5);
}
.block-editor-panel-color-gradient-settings .components-circular-option-picker__option-wrapper:nth-child(6n+6) {
margin-right: 0;
}
}
.block-editor-contrast-checker > .components-notice {
margin: 0;
}
.block-editor-default-block-appender {
clear: both;
margin-left: auto;
margin-right: auto;
position: relative;
}
.block-editor-default-block-appender[data-root-client-id=""] .block-editor-default-block-appender__content:hover {
outline: 1px solid transparent;
}
.block-editor-default-block-appender .block-editor-default-block-appender__content {
opacity: 0.62;
}
.block-editor-default-block-appender .components-drop-zone__content-icon {
display: none;
}
.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter,
.block-editor-default-block-appender .block-editor-inserter {
position: absolute;
top: 0;
height: 32px;
}
.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle,
.block-editor-default-block-appender .block-editor-inserter .block-editor-inserter__toggle {
margin-right: 0;
}
.block-editor-block-list__empty-block-inserter,
.block-editor-default-block-appender .block-editor-inserter {
right: 8px;
}
@media (min-width: 600px) {
.block-editor-block-list__empty-block-inserter,
.block-editor-default-block-appender .block-editor-inserter {
display: flex;
height: 100%;
}
}
.block-editor-block-list__empty-block-inserter:disabled,
.block-editor-default-block-appender .block-editor-inserter:disabled {
display: none;
}
.block-editor-duotone-control__popover .components-popover__content {
border: 1px solid #1e1e1e;
min-width: 214px;
}
.block-editor-duotone-control__popover .components-circular-option-picker {
padding: 12px;
}
.block-editor-duotone-control__popover .components-menu-group__label {
padding: 12px 12px 0 12px;
width: 100%;
box-sizing: border-box;
}
.block-editor-duotone-control__popover > .components-popover__content {
width: 334px;
}
.block-editor-duotone-control__popover:not([data-y-axis=middle][data-x-axis=right]) > .components-popover__content {
margin-left: -14px;
}
.components-font-appearance-control__select {
margin-bottom: 24px;
}
.components-font-appearance-control__select ul li {
color: #1e1e1e;
text-transform: capitalize;
}
.items-justified-left {
justify-content: flex-start;
}
.items-justified-center {
justify-content: center;
}
.items-justified-right {
justify-content: flex-end;
}
.items-justified-space-between {
justify-content: space-between;
}
.block-editor-link-control {
position: relative;
min-width: 360px;
}
.components-popover__content .block-editor-link-control {
min-width: auto;
width: 90vw;
max-width: 360px;
}
.block-editor-link-control__search-input-wrapper {
position: relative;
}
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px;
box-shadow: 0 0 0 transparent;
transition: box-shadow 0.1s linear;
border-radius: 2px;
border: 1px solid #757575;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px;
/* Override core line-height. To be reviewed. */
line-height: normal;
width: calc(100% - 32px);
display: block;
padding: 11px 16px;
padding-right: 36px;
margin: 16px;
position: relative;
border: 1px solid #ddd;
border-radius: 2px;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] {
font-size: 13px;
/* Override core line-height. To be reviewed. */
line-height: normal;
}
}
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-moz-placeholder {
opacity: 1;
color: rgba(30, 30, 30, 0.62);
}
.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.block-editor-link-control .block-editor-link-control__search-input .components-base-control__field {
margin-bottom: 0;
}
.block-editor-link-control__search-error {
margin: -8px 16px 16px;
}
.block-editor-link-control__search-actions {
position: absolute;
/*
* Actions must be positioned on top of URLInput, since the input will grow
* when suggestions are rendered.
*
* Compensate for:
* - Input margin ($grid-unit-20)
* - Border (1px)
* - Vertically, for the difference in height between the input (40px) and
* the icon buttons.
* - Horizontally, pad to the minimum of: default input padding, or the
* equivalent of the vertical padding.
*/
top: 19px;
right: 19px;
}
.components-button .block-editor-link-control__search-submit .has-icon {
margin: -1px;
}
.block-editor-link-control__search-results-wrapper {
position: relative;
margin-top: -15px;
}
.block-editor-link-control__search-results-wrapper::before, .block-editor-link-control__search-results-wrapper::after {
content: "";
position: absolute;
left: -1px;
right: 16px;
display: block;
pointer-events: none;
z-index: 100;
}
.block-editor-link-control__search-results-wrapper::before {
height: 8px;
top: 0;
bottom: auto;
}
.block-editor-link-control__search-results-wrapper::after {
height: 16px;
bottom: 0;
top: auto;
}
.block-editor-link-control__search-results-label {
padding: 16px 32px 0;
display: block;
font-weight: 600;
}
.block-editor-link-control__search-results {
margin: 0;
padding: 8px 16px 8px;
max-height: 200px;
overflow-y: auto;
}
.block-editor-link-control__search-results.is-loading {
opacity: 0.2;
}
.block-editor-link-control__search-item {
position: relative;
display: flex;
align-items: center;
font-size: 13px;
cursor: pointer;
background: #fff;
width: 100%;
border: none;
text-align: left;
padding: 12px 16px;
border-radius: 5px;
height: auto;
}
.block-editor-link-control__search-item:hover, .block-editor-link-control__search-item:focus {
background-color: #ddd;
}
.block-editor-link-control__search-item:focus:not(:disabled) {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color) inset;
}
.block-editor-link-control__search-item.is-selected {
background: #f0f0f0;
}
.block-editor-link-control__search-item.is-selected .block-editor-link-control__search-item-type {
background: #fff;
}
.block-editor-link-control__search-item.is-current {
background: transparent;
border: 0;
width: 100%;
cursor: default;
padding: 16px;
padding-left: 24px;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-header {
display: block;
margin-right: 8px;
overflow: hidden;
white-space: nowrap;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-icon {
margin-right: 1em;
min-width: 24px;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-info,
.block-editor-link-control__search-item .block-editor-link-control__search-item-title {
overflow: hidden;
text-overflow: ellipsis;
padding-right: 24px;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-info .components-external-link__icon,
.block-editor-link-control__search-item .block-editor-link-control__search-item-title .components-external-link__icon {
position: absolute;
right: 0;
margin-top: 0;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-title {
display: block;
margin-bottom: 0.2em;
font-weight: 500;
position: relative;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-title mark {
font-weight: 700;
color: #000;
background-color: transparent;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-title span {
font-weight: normal;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-info {
display: block;
color: #757575;
font-size: 0.9em;
line-height: 1.3;
}
.block-editor-link-control__search-item .block-editor-link-control__search-item-type {
display: block;
padding: 3px 8px;
margin-left: auto;
font-size: 0.9em;
background-color: #f0f0f0;
border-radius: 2px;
}
.block-editor-link-control__loading {
margin: 16px;
display: flex;
align-items: center;
}
.block-editor-link-control__loading .components-spinner {
margin-top: 0;
}
.components-button + .block-editor-link-control__search-create {
overflow: visible;
padding: 12px 16px;
}
.components-button + .block-editor-link-control__search-create::before {
content: "";
position: absolute;
top: -10px;
left: 0;
display: block;
width: 100%;
}
.block-editor-link-control__search-results div[role=menu] > .block-editor-link-control__search-item.block-editor-link-control__search-item {
padding: 10px;
}
.block-editor-link-control__settings {
border-top: 1px solid #ddd;
margin: 0;
padding: 16px 24px;
}
.block-editor-link-control__settings :last-child {
margin-bottom: 0;
}
.is-alternate .block-editor-link-control__settings {
border-top: 1px solid #1e1e1e;
}
.block-editor-link-control__setting {
margin-bottom: 16px;
}
.block-editor-link-control__setting :last-child {
margin-bottom: 0;
}
.block-editor-link-control .block-editor-link-control__search-input .components-spinner {
display: block;
}
.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner {
position: absolute;
left: auto;
bottom: auto;
/*
* Position spinner to the left of the actions.
*
* Compensate for:
* - Input margin ($grid-unit-20)
* - Border (1px)
* - Vertically, for the difference in height between the input (40px)
* and the spinner.
* - Horizontally, adjust for the width occupied by the icon buttons,
* then artificially create spacing that mimics as if the spinner
* were center-padded to the same width as an icon button.
*/
top: 28px;
right: 62px;
}
.block-editor-link-control__search-item-action {
margin-left: auto;
flex-shrink: 0;
}
.block-editor-line-height-control {
margin-bottom: 24px;
}
.block-editor-line-height-control input {
display: block;
max-width: 60px;
}
.block-editor-image-size-control {
margin-bottom: 1em;
}
.block-editor-image-size-control .block-editor-image-size-control__row {
display: flex;
justify-content: space-between;
}
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width,
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height {
margin-bottom: 0.5em;
}
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width input,
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height input {
line-height: 1.25;
}
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width {
margin-right: 5px;
}
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height {
margin-left: 5px;
}
.block-editor-block-list__layout.has-overlay::after {
content: "";
position: absolute;
top: -14px;
right: -14px;
bottom: -14px;
left: -14px;
z-index: 60;
}
[data-align=full] .has-overlay::after {
right: 0;
left: 0;
}
.block-editor-block-types-list__list-item {
display: block;
width: 33.33%;
padding: 0;
margin: 0;
}
.components-button.block-editor-block-types-list__item {
display: flex;
flex-direction: column;
width: 100%;
font-size: 13px;
color: #1e1e1e;
padding: 8px;
align-items: stretch;
justify-content: center;
cursor: pointer;
background: transparent;
word-break: break-word;
border-radius: 2px;
border: 1px solid transparent;
transition: all 0.05s ease-in-out;
position: relative;
height: auto;
}
@media (prefers-reduced-motion: reduce) {
.components-button.block-editor-block-types-list__item {
transition-duration: 0s;
transition-delay: 0s;
}
}
.components-button.block-editor-block-types-list__item:disabled {
opacity: 0.6;
cursor: default;
}
.components-button.block-editor-block-types-list__item:not(:disabled):hover {
border-color: var(--wp-admin-theme-color);
color: var(--wp-admin-theme-color) !important;
}
.components-button.block-editor-block-types-list__item:not(:disabled).is-active {
color: #fff;
background: #1e1e1e;
outline: 2px solid transparent;
outline-offset: -2px;
}
.block-editor-block-types-list__item-icon {
padding: 12px 20px;
border-radius: 2px;
color: #1e1e1e;
transition: all 0.05s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-types-list__item-icon {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-block-types-list__item-icon .block-editor-block-icon {
margin-left: auto;
margin-right: auto;
}
.block-editor-block-types-list__item-icon svg {
transition: all 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-types-list__item-icon svg {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon {
cursor: grab;
}
.block-editor-block-types-list__item-title {
padding: 4px 2px 8px;
font-size: 12px;
}
.modal-open .block-editor-media-replace-flow__options {
display: none;
}
.block-editor-media-replace-flow__options .components-popover__content > div {
padding-top: 16px;
}
.block-editor-media-replace-flow__indicator {
margin-left: 4px;
}
.block-editor-media-flow__url-input {
border-top: 1px solid #1e1e1e;
margin-top: 12px;
margin-right: -12px;
margin-left: -12px;
padding: 12px 24px 0;
}
.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label {
top: 16px;
}
.block-editor-media-flow__url-input .block-editor-link-control {
margin-top: -16px;
width: auto;
}
.block-editor-media-flow__url-input .block-editor-link-control .components-base-control .components-base-control__field {
margin-bottom: 0;
}
.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-title {
max-width: 180px;
margin-top: 16px;
}
.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current {
width: auto;
padding: 0;
}
.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] {
margin: 16px 0 0 0;
width: 100%;
}
.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions {
right: 4px;
}
.block-editor-media-flow__error {
padding: 0 20px 20px 20px;
max-width: 255px;
}
.block-editor-media-flow__error .components-with-notices-ui {
max-width: 255px;
}
.block-editor-media-flow__error .components-with-notices-ui .components-notice__content {
overflow: hidden;
word-wrap: break-word;
}
.block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss {
position: absolute;
right: 10px;
}
.block-editor-media-placeholder__url-input-container .block-editor-media-placeholder__button {
margin-bottom: 0;
}
.block-editor-media-placeholder__url-input-form {
display: flex;
}
.block-editor-media-placeholder__url-input-form input[type=url].block-editor-media-placeholder__url-input-field {
width: 100%;
flex-grow: 1;
border: none;
border-radius: 0;
margin: 2px;
}
@media (min-width: 600px) {
.block-editor-media-placeholder__url-input-form input[type=url].block-editor-media-placeholder__url-input-field {
width: 300px;
}
}
.block-editor-media-placeholder__url-input-submit-button {
flex-shrink: 1;
}
.block-editor-media-placeholder__button {
margin-bottom: 0.5rem;
}
.block-editor-media-placeholder__cancel-button.is-link {
margin: 1em;
display: block;
}
.block-editor-media-placeholder.is-appender {
min-height: 0;
}
.block-editor-media-placeholder.is-appender:hover {
cursor: pointer;
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.block-editor-multi-selection-inspector__card {
display: flex;
align-items: flex-start;
padding: 16px;
}
.block-editor-multi-selection-inspector__card-content {
flex-grow: 1;
}
.block-editor-multi-selection-inspector__card-title {
font-weight: 500;
margin-bottom: 5px;
}
.block-editor-multi-selection-inspector__card-description {
font-size: 13px;
}
.block-editor-multi-selection-inspector__card .block-editor-block-icon {
margin-left: -2px;
margin-right: 10px;
padding: 0 3px;
width: 36px;
height: 24px;
}
.block-editor-plain-text {
box-shadow: none;
font-family: inherit;
font-size: inherit;
color: inherit;
line-height: inherit;
border: none;
padding: 0;
margin: 0;
width: 100%;
}
.block-editor-responsive-block-control {
margin-bottom: 28px;
border-bottom: 1px solid #ccc;
padding-bottom: 14px;
}
.block-editor-responsive-block-control:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.block-editor-responsive-block-control__title {
margin: 0;
margin-bottom: 0.6em;
margin-left: -3px;
}
.block-editor-responsive-block-control__label {
font-weight: 600;
margin-bottom: 0.6em;
margin-left: -3px;
}
.block-editor-responsive-block-control__inner {
margin-left: -1px;
}
.block-editor-responsive-block-control__toggle {
margin-left: 1px;
}
.block-editor-responsive-block-control .components-base-control__help {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.block-editor-rich-text__editable > p:first-child {
margin-top: 0;
}
.block-editor-rich-text__editable [data-rich-text-placeholder] {
pointer-events: none;
}
.block-editor-rich-text__editable [data-rich-text-placeholder]::after {
content: attr(data-rich-text-placeholder);
opacity: 0.62;
}
.block-editor-rich-text__editable:focus {
outline: none;
}
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary] {
border-radius: 2px;
}
figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before {
opacity: 0.8;
}
.components-popover.block-editor-rich-text__inline-format-toolbar {
z-index: 99998;
}
.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content {
width: auto;
min-width: auto;
margin-bottom: 8px;
box-shadow: none;
border: 1px solid #1e1e1e;
border-radius: 2px;
background-color: #fff;
}
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group,
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar {
border: none;
}
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control,
.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle {
min-width: 48px;
min-height: 48px;
padding-left: 12px;
padding-right: 12px;
}
.block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle {
justify-content: center;
}
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon {
width: auto;
}
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg {
display: none;
}
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon::after {
content: attr(aria-label);
}
[data-rich-text-script] {
display: inline;
}
[data-rich-text-script]::before {
content: "</>";
background: yellow;
}
.block-editor-skip-to-selected-block {
position: absolute;
top: -9999em;
}
.block-editor-skip-to-selected-block:focus {
height: auto;
width: auto;
display: block;
font-size: 14px;
font-weight: 600;
padding: 15px 23px 14px;
background: #f1f1f1;
color: var(--wp-admin-theme-color);
line-height: normal;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
text-decoration: none;
outline: none;
z-index: 100000;
}
.block-editor-text-decoration-and-transform {
display: flex;
}
.block-editor-text-transform-control {
flex: 0 0 50%;
}
.block-editor-text-transform-control legend {
margin-bottom: 8px;
}
.block-editor-text-transform-control .block-editor-text-transform-control__buttons {
display: inline-flex;
margin-bottom: 24px;
}
.block-editor-text-transform-control .block-editor-text-transform-control__buttons .components-button.has-icon {
min-width: 24px;
padding: 0;
margin-right: 4px;
}
.block-editor-text-decoration-control {
flex: 0 0 50%;
}
.block-editor-text-decoration-control legend {
margin-bottom: 8px;
}
.block-editor-text-decoration-control .block-editor-text-decoration-control__buttons {
display: inline-flex;
margin-bottom: 24px;
}
.block-editor-text-decoration-control .block-editor-text-decoration-control__buttons .components-button.has-icon {
min-width: 24px;
padding: 0;
margin-right: 4px;
}
.block-editor-tool-selector__help {
margin-top: 8px;
margin-left: -12px;
margin-right: -12px;
margin-bottom: -12px;
padding: 12px 20px;
border-top: 1px solid #ddd;
color: #757575;
min-width: 280px;
}
.block-editor-block-list__block .block-editor-url-input,
.components-popover .block-editor-url-input,
.block-editor-url-input {
flex-grow: 1;
position: relative;
padding: 1px;
}
.block-editor-block-list__block .block-editor-url-input input[type=text],
.components-popover .block-editor-url-input input[type=text],
.block-editor-url-input input[type=text] {
width: 100%;
padding: 8px 8px 8px 12px;
border: none;
border-radius: 0;
margin-left: 0;
margin-right: 0;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px;
}
@media (min-width: 600px) {
.block-editor-block-list__block .block-editor-url-input input[type=text],
.components-popover .block-editor-url-input input[type=text],
.block-editor-url-input input[type=text] {
width: 300px;
}
}
@media (min-width: 600px) {
.block-editor-block-list__block .block-editor-url-input input[type=text],
.components-popover .block-editor-url-input input[type=text],
.block-editor-url-input input[type=text] {
font-size: 13px;
}
}
.block-editor-block-list__block .block-editor-url-input input[type=text]::-ms-clear,
.components-popover .block-editor-url-input input[type=text]::-ms-clear,
.block-editor-url-input input[type=text]::-ms-clear {
display: none;
}
.block-editor-block-list__block .block-editor-url-input.is-full-width,
.components-popover .block-editor-url-input.is-full-width,
.block-editor-url-input.is-full-width {
width: 100%;
}
.block-editor-block-list__block .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text],
.components-popover .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text],
.block-editor-url-input.is-full-width .block-editor-url-input__input[type=text] {
width: 100%;
}
.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,
.components-popover .block-editor-url-input.is-full-width__suggestions,
.block-editor-url-input.is-full-width__suggestions {
width: 100%;
}
.block-editor-block-list__block .block-editor-url-input .components-spinner,
.components-popover .block-editor-url-input .components-spinner,
.block-editor-url-input .components-spinner {
position: absolute;
right: 8px 8px 8px 12px;
bottom: 8px 8px 8px 12px8px1;
margin: 0;
}
.block-editor-url-input__input[type=text] {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px;
box-shadow: 0 0 0 transparent;
transition: box-shadow 0.1s linear;
border-radius: 2px;
border: 1px solid #757575;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px;
/* Override core line-height. To be reviewed. */
line-height: normal;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-url-input__input[type=text] {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.block-editor-url-input__input[type=text] {
font-size: 13px;
/* Override core line-height. To be reviewed. */
line-height: normal;
}
}
.block-editor-url-input__input[type=text]:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-url-input__input[type=text]::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.block-editor-url-input__input[type=text]::-moz-placeholder {
opacity: 1;
color: rgba(30, 30, 30, 0.62);
}
.block-editor-url-input__input[type=text]:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.block-editor-url-input__suggestions {
max-height: 200px;
transition: all 0.15s ease-in-out;
padding: 4px 0;
width: 302px;
overflow-y: auto;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-url-input__suggestions {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-url-input__suggestions,
.block-editor-url-input .components-spinner {
display: none;
}
@media (min-width: 600px) {
.block-editor-url-input__suggestions,
.block-editor-url-input .components-spinner {
display: inherit;
}
}
.block-editor-url-input__suggestion {
padding: 4px 8px 8px 8px 12px;
color: #757575;
display: block;
font-size: 13px;
cursor: pointer;
background: #fff;
width: 100%;
border: none;
text-align: left;
box-shadow: none;
}
.block-editor-url-input__suggestion:hover {
background: #ddd;
}
.block-editor-url-input__suggestion:focus, .block-editor-url-input__suggestion.is-selected {
background: var(--wp-admin-theme-color-darker-20);
color: #fff;
outline: none;
}
.components-toolbar-group > .block-editor-url-input__button,
.components-toolbar > .block-editor-url-input__button {
position: inherit;
}
.block-editor-url-input__button .block-editor-url-input__back {
margin-right: 4px;
overflow: visible;
}
.block-editor-url-input__button .block-editor-url-input__back::after {
content: "";
position: absolute;
display: block;
width: 1px;
height: 24px;
right: -1px;
background: #ddd;
}
.block-editor-url-input__button-modal {
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
border: 1px solid #ddd;
background: #fff;
}
.block-editor-url-input__button-modal-line {
display: flex;
flex-direction: row;
flex-grow: 1;
flex-shrink: 1;
min-width: 0;
align-items: flex-start;
}
.block-editor-url-input__button-modal-line .components-button {
flex-shrink: 0;
width: 36px;
height: 36px;
}
.block-editor-url-popover__additional-controls {
border-top: 1px solid #ddd;
}
.block-editor-url-popover__additional-controls > div[role=menu] .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) > svg {
box-shadow: none;
}
.block-editor-url-popover__additional-controls div[role=menu] > .components-button {
padding-left: 12px;
}
.block-editor-url-popover__row {
display: flex;
}
.block-editor-url-popover__row > :not(.block-editor-url-popover__settings-toggle) {
flex-grow: 1;
}
.block-editor-url-popover .components-button.has-icon {
padding: 3px;
}
.block-editor-url-popover .components-button.has-icon > svg {
padding: 5px;
border-radius: 2px;
height: 30px;
width: 30px;
}
.block-editor-url-popover .components-button.has-icon:not(:disabled):focus {
box-shadow: none;
}
.block-editor-url-popover .components-button.has-icon:not(:disabled):focus > svg {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 4px #fff;
outline: 2px solid transparent;
}
.block-editor-url-popover__settings-toggle {
flex-shrink: 0;
border-radius: 0;
border-left: 1px solid #ddd;
margin-left: 1px;
}
.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon {
transform: rotate(180deg);
}
.block-editor-url-popover__input-container .components-base-control:last-child,
.block-editor-url-popover__input-container .components-base-control:last-child .components-base-control__field {
margin-bottom: 0;
}
.block-editor-url-popover__settings {
display: block;
padding: 16px;
border-top: 1px solid #ddd;
}
.block-editor-url-popover__link-editor,
.block-editor-url-popover__link-viewer {
display: flex;
}
.block-editor-url-popover__link-editor .block-editor-url-input .components-base-control__field,
.block-editor-url-popover__link-viewer .block-editor-url-input .components-base-control__field {
margin-bottom: 0;
}
.block-editor-url-popover__link-editor .block-editor-url-input .components-spinner,
.block-editor-url-popover__link-viewer .block-editor-url-input .components-spinner {
bottom: 8px 8px 8px 12px1;
}
.block-editor-url-popover__link-viewer-url {
margin: 7px;
flex-grow: 1;
flex-shrink: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
min-width: 150px;
max-width: 500px;
}
.block-editor-url-popover__link-viewer-url.has-invalid-link {
color: #cc1818;
}
.block-editor-warning {
align-items: center;
display: flex;
flex-wrap: wrap;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 1em;
border: 1px solid #1e1e1e;
border-radius: 2px;
background-color: #fff;
}
.block-editor-warning .block-editor-warning__message {
line-height: 1.4;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
color: #1e1e1e;
margin: 0;
}
.block-editor-warning p.block-editor-warning__message.block-editor-warning__message {
min-height: auto;
}
.block-editor-warning .block-editor-warning__contents {
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
align-items: baseline;
width: 100%;
}
.block-editor-warning .block-editor-warning__actions {
display: flex;
margin-top: 1em;
}
.block-editor-warning .block-editor-warning__action {
margin: 0 8px 0 0;
}
.block-editor-warning__secondary {
margin: auto 0 auto 8px;
}
.components-popover.block-editor-warning__dropdown {
z-index: 99998;
}
.html-anchor-control .components-external-link {
display: block;
margin-top: 8px;
}
.block-editor-hooks__layout-controls {
display: flex;
margin-bottom: 16px;
}
.block-editor-hooks__layout-controls .block-editor-hooks__layout-controls-unit {
display: flex;
margin-right: 24px;
}
.block-editor-hooks__layout-controls .block-editor-hooks__layout-controls-unit svg {
margin: auto 0 4px 8px;
}
.block-editor-hooks__layout-controls-reset {
display: flex;
justify-content: flex-end;
margin-bottom: 24px;
}
.block-editor-hooks__layout-controls-helptext {
font-size: 12px;
}
#end-resizable-editor-section {
display: none;
}
/**
* Block Toolbar
*/
.block-editor-block-toolbar {
display: flex;
flex-grow: 1;
width: 100%;
overflow: auto;
position: relative;
transition: border-color 0.1s linear, box-shadow 0.1s linear;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-block-toolbar {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.block-editor-block-toolbar {
overflow: inherit;
}
}
.block-editor-block-toolbar .components-toolbar-group,
.block-editor-block-toolbar .components-toolbar {
background: none;
line-height: 0;
margin-top: -1px;
margin-bottom: -1px;
border: 0;
border-right: 1px solid #ddd;
}
.block-editor-block-toolbar > :last-child,
.block-editor-block-toolbar > :last-child .components-toolbar-group,
.block-editor-block-toolbar > :last-child .components-toolbar {
border-right: none;
}
.block-editor-block-contextual-toolbar.has-parent:not(.is-fixed) {
margin-left: calc(48px + 8px);
}
.show-icon-labels .block-editor-block-contextual-toolbar.has-parent:not(.is-fixed) {
margin-left: 0;
}
.block-editor-block-parent-selector {
position: absolute;
top: -1px;
left: calc(-48px - 8px - 1px);
}
.show-icon-labels .block-editor-block-parent-selector {
position: relative;
left: auto;
top: auto;
margin-top: -1px;
margin-left: -1px;
margin-bottom: -1px;
}
.block-editor-block-toolbar__block-controls {
height: auto !important;
padding: 0 !important;
margin-left: -1px;
}
.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,
.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon {
width: 24px !important;
margin: 0 !important;
}
.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle:focus::before,
.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon:focus::before {
right: 4px !important;
}
.block-editor-block-toolbar__block-controls .block-editor-block-mover {
margin-left: -6px;
}
.block-editor-block-toolbar .components-toolbar-group,
.block-editor-block-toolbar .components-toolbar,
.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group,
.block-editor-rich-text__inline-format-toolbar-group .components-toolbar {
display: flex;
flex-wrap: nowrap;
}
.block-editor-block-toolbar__slot {
display: inline-block;
line-height: 0;
}
@supports (position: sticky) {
.block-editor-block-toolbar__slot {
display: inline-flex;
}
}
.show-icon-labels .block-editor-block-toolbar .components-button.has-icon {
width: auto;
}
.show-icon-labels .block-editor-block-toolbar .components-button.has-icon svg {
display: none;
}
.show-icon-labels .block-editor-block-toolbar .components-button.has-icon::after {
content: attr(aria-label);
font-size: 12px;
}
.show-icon-labels .components-accessible-toolbar .components-toolbar-group > div:first-child:last-child > .components-button.has-icon {
padding-left: 6px;
padding-right: 6px;
}
.show-icon-labels .block-editor-block-switcher {
border-right: 1px solid #1e1e1e;
}
.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle {
margin-left: 0;
}
.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,
.show-icon-labels .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon {
width: 0 !important;
height: 0 !important;
}
.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle:focus::before,
.show-icon-labels .block-editor-block-switcher__no-switcher-icon:focus::before {
right: 4px !important;
}
.show-icon-labels .block-editor-block-parent-selector__button .block-editor-block-icon {
width: 0;
}
.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover {
margin-left: 0;
white-space: nowrap;
}
.show-icon-labels .block-editor-block-mover-button {
padding-left: 8px !important;
padding-right: 8px !important;
}
.show-icon-labels .block-editor-block-mover__drag-handle.has-icon {
padding-left: 6px !important;
padding-right: 6px !important;
border-right: 1px solid #1e1e1e;
}
@media (min-width: 600px) {
.show-icon-labels .is-up-button.is-up-button.is-up-button {
border-bottom: 1px solid #1e1e1e;
margin-right: 0;
border-radius: 0;
}
}
.show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button {
width: auto;
}
.show-icon-labels .components-toolbar,
.show-icon-labels .components-toolbar-group {
flex-shrink: 1;
}
.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button + .components-button {
margin-left: 6px;
}
.block-editor-inserter {
display: inline-block;
background: none;
border: none;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
line-height: 0;
}
@media (min-width: 782px) {
.block-editor-inserter {
position: relative;
}
}
.block-editor-inserter__popover.is-quick .components-popover__content {
border: none;
}
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > * {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > *:first-child {
border-top: 1px solid #ccc;
}
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > *:last-child {
border-bottom: 1px solid #ccc;
}
.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > *.components-button {
border: 1px solid #1e1e1e;
}
.block-editor-inserter__popover .block-editor-inserter__menu {
margin: -12px;
}
.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tabs .components-tab-panel__tabs {
top: 60px;
}
.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area {
overflow: visible;
height: auto;
}
.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container {
display: none;
}
.block-editor-inserter__toggle.components-button {
display: inline-flex;
align-items: center;
cursor: pointer;
border: none;
outline: none;
padding: 0;
transition: color 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-inserter__toggle.components-button {
transition-duration: 0s;
transition-delay: 0s;
}
}
.block-editor-inserter__menu {
height: 100%;
position: relative;
overflow: visible;
}
.block-editor-inserter__main-area {
width: auto;
overflow-y: auto;
height: 100%;
}
@media (min-width: 782px) {
.block-editor-inserter__main-area {
width: 350px;
}
}
.block-editor-inserter__inline-elements {
margin-top: -1px;
}
.block-editor-inserter__menu.is-bottom::after {
border-bottom-color: #fff;
}
.components-popover.block-editor-inserter__popover {
z-index: 99999;
}
.block-editor-inserter__search {
padding: 16px;
position: sticky;
top: 0;
background: #fff;
z-index: 1;
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px;
box-shadow: 0 0 0 transparent;
transition: box-shadow 0.1s linear;
border-radius: 2px;
border: 1px solid #757575;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px;
/* Override core line-height. To be reviewed. */
line-height: normal;
display: block;
padding: 16px 48px 16px 16px;
background: #f0f0f0;
border: none;
width: 100%;
height: 48px;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px;
}
@media (prefers-reduced-motion: reduce) {
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input {
font-size: 13px;
/* Override core line-height. To be reviewed. */
line-height: normal;
}
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-moz-placeholder {
opacity: 1;
color: rgba(30, 30, 30, 0.62);
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
@media (min-width: 600px) {
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input {
font-size: 13px;
}
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:focus {
background: #fff;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::placeholder {
color: #757575;
}
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-decoration, .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-cancel-button, .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-results-button, .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-results-decoration {
-webkit-appearance: none;
}
.block-editor-inserter__search-icon {
position: absolute;
top: 0;
right: 20px;
bottom: 0;
display: flex;
align-items: center;
}
.block-editor-inserter__search-icon > svg {
margin: 8px;
}
.block-editor-inserter__tabs {
display: flex;
flex-direction: column;
margin-top: -8px;
}
.block-editor-inserter__tabs .components-tab-panel__tabs {
position: sticky;
top: 72px;
background: #fff;
z-index: 1;
border-bottom: 1px solid #ddd;
}
.block-editor-inserter__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item {
flex-grow: 1;
margin-bottom: -1px;
}
.block-editor-inserter__tabs .components-tab-panel__tab-content {
display: flex;
flex-grow: 1;
flex-direction: column;
position: relative;
z-index: 0;
}
.block-editor-inserter__panel-header {
display: inline-flex;
align-items: center;
padding: 16px 16px 0;
}
.block-editor-inserter__panel-header-patterns {
padding: 16px 16px 0;
}
.block-editor-inserter__panel-content {
padding: 16px;
}
.block-editor-inserter__panel-title,
.block-editor-inserter__panel-title button {
margin: 0 12px 0 0;
color: #757575;
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
}
.block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input {
line-height: 1.2;
}
.block-editor-inserter__panel-dropdown select {
border: none;
}
.block-editor-inserter__block-list {
flex-grow: 1;
position: relative;
}
.block-editor-inserter__popover .block-editor-block-types-list {
margin: -8px;
}
.block-editor-inserter__reusable-blocks-panel {
position: relative;
text-align: right;
}
.block-editor-inserter__manage-reusable-blocks {
display: inline-block;
margin: 16px;
}
.block-editor-inserter__no-results {
padding: 32px;
margin-top: 64px;
text-align: center;
}
.block-editor-inserter__no-results-icon {
fill: #949494;
}
.block-editor-inserter__child-blocks {
padding: 0 16px;
}
.block-editor-inserter__parent-block-header {
display: flex;
align-items: center;
}
.block-editor-inserter__parent-block-header h2 {
font-size: 13px;
}
.block-editor-inserter__parent-block-header .block-editor-block-icon {
margin-right: 8px;
}
.block-editor-inserter__preview-container {
display: none;
width: 300px;
background: #fff;
border-radius: 2px;
border: 1px solid #ddd;
position: absolute;
top: 16px;
left: calc(100% + 16px);
max-height: calc(100% - 32px);
overflow-y: hidden;
}
@media (min-width: 782px) {
.block-editor-inserter__preview-container {
display: block;
}
}
.block-editor-inserter__preview-container .block-editor-block-card {
padding: 16px;
}
.block-editor-inserter__preview-container .block-editor-block-card__title {
font-size: 13px;
}
.block-editor-inserter__preview-content {
min-height: 144px;
background: #f0f0f0;
display: grid;
flex-grow: 1;
align-items: center;
}
.block-editor-inserter__preview-content-missing {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
min-height: 144px;
color: #757575;
background: #f0f0f0;
}
.block-editor-inserter__tips {
border-top: 1px solid #ddd;
padding: 16px;
flex-shrink: 0;
position: relative;
}
.block-editor-inserter__manage-reusable-blocks-container {
padding: 16px;
}
.block-editor-inserter__quick-inserter {
width: 100%;
max-width: 100%;
}
@media (min-width: 782px) {
.block-editor-inserter__quick-inserter {
width: 350px;
}
}
.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header {
height: 0;
padding: 0;
float: left;
}
.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content,
.block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content {
padding: 16px;
}
.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 8px;
}
.block-editor-inserter__quick-inserter-separator {
border-top: 1px solid #ddd;
}
.block-editor-inserter__popover.is-quick > .components-popover__content > div {
padding: 0;
}
.block-editor-inserter__quick-inserter-expand.components-button {
display: block;
background: #1e1e1e;
color: #fff;
width: 100%;
height: 44px;
border-radius: 0;
}
.block-editor-inserter__quick-inserter-expand.components-button:hover {
color: #fff;
}
.block-editor-inserter__quick-inserter-expand.components-button:active {
color: #ccc;
}
.block-editor-inserter__quick-inserter-expand.components-button:focus:not(:disabled) {
box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 3px #fff;
}
.block-editor-post-preview__dropdown {
padding: 0;
}
.block-editor-post-preview__button-resize.block-editor-post-preview__button-resize {
padding-left: 40px;
}
.block-editor-post-preview__button-resize.block-editor-post-preview__button-resize.has-icon {
padding-left: 8px;
}
.block-editor-post-preview__dropdown-content .components-popover__content {
overflow-y: visible;
}
.block-editor-post-preview__dropdown-content.edit-post-post-preview-dropdown .components-menu-group:first-child {
padding-bottom: 8px;
}
.block-editor-post-preview__dropdown-content.edit-post-post-preview-dropdown .components-menu-group:last-child {
margin-bottom: 0;
}
.block-editor-post-preview__dropdown-content .components-menu-group + .components-menu-group {
padding: 8px;
}
@media (min-width: 600px) {
.edit-post-header__settings .editor-post-preview,
.edit-site-header__actions .editor-post-preview {
display: none;
}
}
@media (min-width: 600px) {
.edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-save-draft,
.edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-saved-state,
.edit-post-header.has-reduced-ui .edit-post-header__settings .block-editor-post-preview__button-toggle {
transition: opacity 0.1s linear;
}
}
@media (min-width: 600px) and (prefers-reduced-motion: reduce) {
.edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-save-draft,
.edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-saved-state,
.edit-post-header.has-reduced-ui .edit-post-header__settings .block-editor-post-preview__button-toggle {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-save-draft,
.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-saved-state,
.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle {
opacity: 0;
}
.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle.is-opened {
opacity: 1;
}
}
body.admin-color-light {
--wp-admin-theme-color: #0085ba;
--wp-admin-theme-color-darker-10: #0073a1;
--wp-admin-theme-color-darker-20: #006187;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-light {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-modern {
--wp-admin-theme-color: #3858e9;
--wp-admin-theme-color-darker-10: #2145e6;
--wp-admin-theme-color-darker-20: #183ad6;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-modern {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-blue {
--wp-admin-theme-color: #096484;
--wp-admin-theme-color-darker-10: #07526c;
--wp-admin-theme-color-darker-20: #064054;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-blue {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-coffee {
--wp-admin-theme-color: #46403c;
--wp-admin-theme-color-darker-10: #383330;
--wp-admin-theme-color-darker-20: #2b2724;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-coffee {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-ectoplasm {
--wp-admin-theme-color: #523f6d;
--wp-admin-theme-color-darker-10: #46365d;
--wp-admin-theme-color-darker-20: #3a2c4d;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-ectoplasm {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-midnight {
--wp-admin-theme-color: #e14d43;
--wp-admin-theme-color-darker-10: #dd382d;
--wp-admin-theme-color-darker-20: #d02c21;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-midnight {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-ocean {
--wp-admin-theme-color: #627c83;
--wp-admin-theme-color-darker-10: #576e74;
--wp-admin-theme-color-darker-20: #4c6066;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-ocean {
--wp-admin-border-width-focus: 1.5px;
}
}
body.admin-color-sunrise {
--wp-admin-theme-color: #dd823b;
--wp-admin-theme-color-darker-10: #d97426;
--wp-admin-theme-color-darker-20: #c36922;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body.admin-color-sunrise {
--wp-admin-border-width-focus: 1.5px;
}
} | 0.696784 | 0.051106 |
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* 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;
}
/* Grouping content
========================================================================== */
/**
* 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 */
}
/* Text-level semantics
========================================================================== */
/**
* 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 */
-webkit-text-decoration: underline dotted;
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;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 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 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.wrapper {
display: block;
width: 1200px;
margin: 0 auto;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visuali-hidden,
input[type="radio"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
-webkit-clip-path: inset(100%);
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
.fone {
min-height: 1000px;
margin: 0 auto;
position: relative;
margin-bottom: 46px;
background: linear-gradient(to bottom left, rgba(255, 153, 153, 0.8), rgba(255, 204, 102, 0.8)), url("../images/bird@1X.png") no-repeat;
background-position: center;
background-size: cover;
}
.header {
position: absolute;
top: 36px;
min-height: 100px;
}
.head {
display: flex;
justify-content: space-between;
}
.menu {
display: flex;
justify-content: space-between;
width: 500px;
padding: 0;
margin: 0;
list-style: none;
}
.menu__item-men {
font-size: 14px;
color: white;
font-family: "Montserrat";
font-weight: 400;
font-style: normal;
text-decoration: none;
text-transform: uppercase;
}
.menu__item-men {
display: block;
height: 26px;
padding-top: 6px;
}
.menu__item-men:hover {
color: #ffcccc;
padding-bottom: 24px;
border-bottom: #ffcccc solid 4px;
transition: 0.2s linear;
}
.menu__svg_hover {
fill: white;
width: 30px;
height: 30px;
padding-top: 6px;
}
.menu__svg_hover:hover {
fill: #ffcccc;
}
.header__header-name {
text-align: center;
margin-top: 130px;
margin-bottom: 36px;
font-size: 72px;
color: white;
font-family: "Kaushan Script";
font-weight: 400;
font-style: italic;
}
.header__header-text {
width: 830px;
text-align: center;
text-transform: uppercase;
margin: 0 auto;
margin-bottom: 82px;
font-size: 150px;
color: white;
font-family: "Montserrat";
font-weight: 700;
font-style: normal;
}
.header__learn-more {
display: block;
width: 160px;
height: 38px;
font-size: 14px;
padding: 0;
padding-top: 10px;
margin: 0 auto;
color: white;
border: 2px solid white;
text-transform: uppercase;
text-align: center;
list-style: none;
}
.about__abou-us {
text-align: center;
margin: 0 auto;
margin-bottom: 22px;
font-size: 24px;
color: black;
font-family: "Kaushan Script";
font-weight: 400;
font-style: italic;
}
.about__serwices {
text-align: center;
text-transform: uppercase;
margin: 0 avto;
font-size: 30px;
color: black;
font-family: "Montserrat";
font-weight: 700;
font-style: normal;
}
.about__serwices::after {
display: block;
content: '';
height: 4px;
width: 60px;
background-color: #ffcccc;
margin: 0 auto;
margin-top: 40px;
}
.about-us {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
margin: 0;
list-style: none;
}
.about-list {
padding: 10px;
flex-basis: 380px;
padding-left: 70px;
position: relative;
}
.about-list:nth-child(-n + 3) {
margin-bottom: 30px;
}
.about-list__picture {
text-transform: uppercase;
font-size: 14px;
color: black;
font-family: "Montserrat";
font-weight: 700;
font-style: normal;
}
.about-list__for-picture {
line-height: 24px;
margin: 0 auto;
font-size: 14px;
color: #998c8c;
font-family: "Roboto";
font-weight: 400;
font-style: normal;
}
/* FON PICTURES */
.about-list__alarm::before {
content: '';
display: block;
width: 32px;
height: 32px;
background-image: url("../images/icon-clock.svg#clock");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
margin-left: -45px;
}
.about-list__book::before {
content: '';
display: block;
width: 32px;
height: 32px;
background-image: url("../images/icon-book.svg#book");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
margin-left: -45px;
}
.about-list__svg-pic {
display: block;
position: absolute;
margin-left: -55px;
margin-top: 20px;
}
.about-list__computer::before {
content: '';
display: block;
width: 32px;
height: 32px;
background-image: url("../images/icon-computer.svg#computer");
position: absolute;
background-repeat: no-repeat;
background-size: cover;
margin-left: -45px;
}
.about-list__home::before {
content: '';
display: block;
width: 32px;
height: 32px;
background-image: url("../images/icon-home.svg#home");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
margin-left: -45px;
}
.about-list__image::before {
content: '';
display: block;
width: 32px;
height: 32px;
background-image: url("../images/icon-image.svg#image");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
margin-left: -45px;
}
.about-list__line::before {
content: '';
display: block;
width: 32px;
height: 32px;
background-image: url("../images/icon-linegraph.svg");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
margin-left: -45px;
}
.team {
margin-bottom: 90px;
margin-top: 90px;
}
.about__about-text {
line-height: 24px;
text-align: center;
padding-left: 120px;
padding-right: 120px;
margin: 0 auto;
margin-bottom: 100px;
font-size: 14px;
color: #998c8c;
font-family: "Roboto";
font-weight: 400;
font-style: normal;
}
/* CARDS TEAM */
.our-team {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
margin: 0;
list-style: none;
}
.team-list {
position: relative;
}
.team-list:hover .team-list__transparent {
opacity: 1;
box-shadow: 10px 10px 0 rgba(153, 204, 255, 0.7);
transition: box-shadow 0.2s linear;
}
.team-list:hover .icons {
opacity: 1;
transition: 0.2s linear;
}
.team-list__transparent {
position: absolute;
width: 382px;
height: 474px;
top: 0;
opacity: 0;
background-image: linear-gradient(to bottom, rgba(255, 153, 153, 0.5), rgba(255, 255, 153, 0.5));
}
.team-list__name {
text-transform: uppercase;
text-align: center;
margin: 0;
padding-top: 30px;
padding-bottom: 14px;
}
.team-list__job {
text-align: center;
margin: 0 auto;
font-size: 14px;
color: #998c8c;
font-family: "Roboto";
font-weight: 400;
font-style: italic;
}
/* ICONS */
.for-icons {
width: 380px;
height: 472px;
}
.for-icons:hover {
transform: translate(-10px, -10px);
transition: 0.2s linear;
}
.icons {
list-style: none;
display: flex;
justify-content: space-around;
align-items: center;
position: absolute;
top: 208px;
left: 74px;
padding: 0;
margin: 0 auto;
opacity: 0;
width: 230px;
height: 58px;
}
.icons__icon-social {
display: block;
width: 56px;
height: 56px;
text-decoration: none;
background-color: #ffcc99;
text-decoration: none;
padding-top: 14px;
}
.icons__icon-social:hover {
background-color: #ff9999;
transition: 0.2s linear;
}
.icons__icon-social:hover .icons__social {
fill: white;
transition: 0.2s linear;
}
.icons__social {
display: block;
fill: #ff9999;
margin: 0 auto;
}
.footer-box__info {
line-height: 60px;
font-family: 'Montserrat';
}
.footer-box__info::before {
content: '\233e';
}
.footer-box__name-footer {
color: #ffcccc;
padding-left: 4px;
}
.footer-box {
border: 2px solid #f7efef;
position: relative;
}
.footer-box__mail {
border: 2px solid #f7efef;
width: 380px;
line-height: 40px;
position: absolute;
right: 0;
top: 26px;
padding-left: 10px;
font-size: 14px;
color: #998c8c;
font-family: "Roboto";
font-weight: 400;
font-style: italic;
}
.footer-box__button {
display: block;
width: 150px;
height: 40px;
color: white;
background-color: #99cccc;
text-transform: uppercase;
position: absolute;
text-align: center;
bottom: 0;
right: 0;
text-decoration: none;
font-size: 14px;
color: white;
font-family: "Montserrat";
font-weight: 700;
font-style: normal;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.box {
background: linear-gradient(to bottom left, rgba(255, 153, 153, 0.8), rgbargba(255, 204, 102, 0.8)), url("../images/bird@2X.png") no-repeat;
}
/* WORK PAGE */
} | homework-11/build/css/styles.css | /**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* 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;
}
/* Grouping content
========================================================================== */
/**
* 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 */
}
/* Text-level semantics
========================================================================== */
/**
* 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 */
-webkit-text-decoration: underline dotted;
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;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 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 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.wrapper {
display: block;
width: 1200px;
margin: 0 auto;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visuali-hidden,
input[type="radio"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
-webkit-clip-path: inset(100%);
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
.fone {
min-height: 1000px;
margin: 0 auto;
position: relative;
margin-bottom: 46px;
background: linear-gradient(to bottom left, rgba(255, 153, 153, 0.8), rgba(255, 204, 102, 0.8)), url("../images/bird@1X.png") no-repeat;
background-position: center;
background-size: cover;
}
.header {
position: absolute;
top: 36px;
min-height: 100px;
}
.head {
display: flex;
justify-content: space-between;
}
.menu {
display: flex;
justify-content: space-between;
width: 500px;
padding: 0;
margin: 0;
list-style: none;
}
.menu__item-men {
font-size: 14px;
color: white;
font-family: "Montserrat";
font-weight: 400;
font-style: normal;
text-decoration: none;
text-transform: uppercase;
}
.menu__item-men {
display: block;
height: 26px;
padding-top: 6px;
}
.menu__item-men:hover {
color: #ffcccc;
padding-bottom: 24px;
border-bottom: #ffcccc solid 4px;
transition: 0.2s linear;
}
.menu__svg_hover {
fill: white;
width: 30px;
height: 30px;
padding-top: 6px;
}
.menu__svg_hover:hover {
fill: #ffcccc;
}
.header__header-name {
text-align: center;
margin-top: 130px;
margin-bottom: 36px;
font-size: 72px;
color: white;
font-family: "Kaushan Script";
font-weight: 400;
font-style: italic;
}
.header__header-text {
width: 830px;
text-align: center;
text-transform: uppercase;
margin: 0 auto;
margin-bottom: 82px;
font-size: 150px;
color: white;
font-family: "Montserrat";
font-weight: 700;
font-style: normal;
}
.header__learn-more {
display: block;
width: 160px;
height: 38px;
font-size: 14px;
padding: 0;
padding-top: 10px;
margin: 0 auto;
color: white;
border: 2px solid white;
text-transform: uppercase;
text-align: center;
list-style: none;
}
.about__abou-us {
text-align: center;
margin: 0 auto;
margin-bottom: 22px;
font-size: 24px;
color: black;
font-family: "Kaushan Script";
font-weight: 400;
font-style: italic;
}
.about__serwices {
text-align: center;
text-transform: uppercase;
margin: 0 avto;
font-size: 30px;
color: black;
font-family: "Montserrat";
font-weight: 700;
font-style: normal;
}
.about__serwices::after {
display: block;
content: '';
height: 4px;
width: 60px;
background-color: #ffcccc;
margin: 0 auto;
margin-top: 40px;
}
.about-us {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
margin: 0;
list-style: none;
}
.about-list {
padding: 10px;
flex-basis: 380px;
padding-left: 70px;
position: relative;
}
.about-list:nth-child(-n + 3) {
margin-bottom: 30px;
}
.about-list__picture {
text-transform: uppercase;
font-size: 14px;
color: black;
font-family: "Montserrat";
font-weight: 700;
font-style: normal;
}
.about-list__for-picture {
line-height: 24px;
margin: 0 auto;
font-size: 14px;
color: #998c8c;
font-family: "Roboto";
font-weight: 400;
font-style: normal;
}
/* FON PICTURES */
.about-list__alarm::before {
content: '';
display: block;
width: 32px;
height: 32px;
background-image: url("../images/icon-clock.svg#clock");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
margin-left: -45px;
}
.about-list__book::before {
content: '';
display: block;
width: 32px;
height: 32px;
background-image: url("../images/icon-book.svg#book");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
margin-left: -45px;
}
.about-list__svg-pic {
display: block;
position: absolute;
margin-left: -55px;
margin-top: 20px;
}
.about-list__computer::before {
content: '';
display: block;
width: 32px;
height: 32px;
background-image: url("../images/icon-computer.svg#computer");
position: absolute;
background-repeat: no-repeat;
background-size: cover;
margin-left: -45px;
}
.about-list__home::before {
content: '';
display: block;
width: 32px;
height: 32px;
background-image: url("../images/icon-home.svg#home");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
margin-left: -45px;
}
.about-list__image::before {
content: '';
display: block;
width: 32px;
height: 32px;
background-image: url("../images/icon-image.svg#image");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
margin-left: -45px;
}
.about-list__line::before {
content: '';
display: block;
width: 32px;
height: 32px;
background-image: url("../images/icon-linegraph.svg");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
margin-left: -45px;
}
.team {
margin-bottom: 90px;
margin-top: 90px;
}
.about__about-text {
line-height: 24px;
text-align: center;
padding-left: 120px;
padding-right: 120px;
margin: 0 auto;
margin-bottom: 100px;
font-size: 14px;
color: #998c8c;
font-family: "Roboto";
font-weight: 400;
font-style: normal;
}
/* CARDS TEAM */
.our-team {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
margin: 0;
list-style: none;
}
.team-list {
position: relative;
}
.team-list:hover .team-list__transparent {
opacity: 1;
box-shadow: 10px 10px 0 rgba(153, 204, 255, 0.7);
transition: box-shadow 0.2s linear;
}
.team-list:hover .icons {
opacity: 1;
transition: 0.2s linear;
}
.team-list__transparent {
position: absolute;
width: 382px;
height: 474px;
top: 0;
opacity: 0;
background-image: linear-gradient(to bottom, rgba(255, 153, 153, 0.5), rgba(255, 255, 153, 0.5));
}
.team-list__name {
text-transform: uppercase;
text-align: center;
margin: 0;
padding-top: 30px;
padding-bottom: 14px;
}
.team-list__job {
text-align: center;
margin: 0 auto;
font-size: 14px;
color: #998c8c;
font-family: "Roboto";
font-weight: 400;
font-style: italic;
}
/* ICONS */
.for-icons {
width: 380px;
height: 472px;
}
.for-icons:hover {
transform: translate(-10px, -10px);
transition: 0.2s linear;
}
.icons {
list-style: none;
display: flex;
justify-content: space-around;
align-items: center;
position: absolute;
top: 208px;
left: 74px;
padding: 0;
margin: 0 auto;
opacity: 0;
width: 230px;
height: 58px;
}
.icons__icon-social {
display: block;
width: 56px;
height: 56px;
text-decoration: none;
background-color: #ffcc99;
text-decoration: none;
padding-top: 14px;
}
.icons__icon-social:hover {
background-color: #ff9999;
transition: 0.2s linear;
}
.icons__icon-social:hover .icons__social {
fill: white;
transition: 0.2s linear;
}
.icons__social {
display: block;
fill: #ff9999;
margin: 0 auto;
}
.footer-box__info {
line-height: 60px;
font-family: 'Montserrat';
}
.footer-box__info::before {
content: '\233e';
}
.footer-box__name-footer {
color: #ffcccc;
padding-left: 4px;
}
.footer-box {
border: 2px solid #f7efef;
position: relative;
}
.footer-box__mail {
border: 2px solid #f7efef;
width: 380px;
line-height: 40px;
position: absolute;
right: 0;
top: 26px;
padding-left: 10px;
font-size: 14px;
color: #998c8c;
font-family: "Roboto";
font-weight: 400;
font-style: italic;
}
.footer-box__button {
display: block;
width: 150px;
height: 40px;
color: white;
background-color: #99cccc;
text-transform: uppercase;
position: absolute;
text-align: center;
bottom: 0;
right: 0;
text-decoration: none;
font-size: 14px;
color: white;
font-family: "Montserrat";
font-weight: 700;
font-style: normal;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.box {
background: linear-gradient(to bottom left, rgba(255, 153, 153, 0.8), rgbargba(255, 204, 102, 0.8)), url("../images/bird@2X.png") no-repeat;
}
/* WORK PAGE */
} | 0.701815 | 0.121165 |
* {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
:root {
--radius: 10px;
--background-base: #ffffff;
--background-light: #f8f9fa;
--foreground: #000000;
--highlight: #228be6;
--border-color: #dee2e6;
--positive-background: #ebfbee;
--positive-border: #b2f2bb;
--positive-foreground: #205c2c;
}
@media (prefers-color-scheme: dark) {
:root {
--background-base: #000000;
--background-light: #212529;
--foreground: #ffffff;
--highlight: #4dabf7;
--border-color: #343a40;
--positive-background: #0a1e0e;
--positive-border: #205c2c;
--positive-foreground: #d3f9d8;
}
}
body {
margin: 0;
font-family: ui-rounded, 'Inter', sans-serif;
height: 100vh;
background: var(--background-base);
color: var(--foreground);
}
#__next, .container {
height: 100%;
}
.container {
display: flex;
flex-direction: column;
gap: 32px;
padding: 32px;
}
header {
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-between;
align-items: center;
& h1 {
margin: 0;
font-size: 2.4rem;
user-select: none;
}
& .preset-container {
user-select: none;
& select {
width: 100px;
}
}
}
main {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.table-container {
border: 2px solid var(--border-color);
border-radius: var(--radius);
padding-bottom: 2px;
width: 100%;
}
table {
font-variant-numeric: tabular-nums;
text-align: left;
border-collapse: collapse;
width: 100%;
& td, & th {
padding: 8px;
}
& th {
user-select: none;
}
& tbody tr {
border-top: 1px solid var(--border-color);
&.result {
border-top: 2px dashed var(--border-color);
}
& th:only-of-type {
font-weight: normal;
}
}
& input {
font-size: inherit;
font-family: inherit;
border: none;
display: inline-block;
flex: 1;
width: 100%;
text-decoration: underline;
text-decoration-thickness: 1.5px;
text-decoration-color: var(--highlight); /* This has to be a separate statement in Safari? */
border-radius: 0;
padding: 0;
outline: none;
background: inherit;
color: inherit;
}
& .safety {
font-size: 1.2em;
vertical-align: -15%;
&.positive {
color: #37b24d;
}
&.negative {
color: #f03e3e;
}
}
}
.popover {
padding: 4px;
user-select: none;
&>div {
background-color: var(--background-light);
border: 1px solid var(--border-color);
padding: 14px;
border-radius: var(--radius);
font-size: 0.9em;
}
&.positive>div {
background-color: var(--positive-background);
border: 1px solid var(--positive-border);
color: var(--positive-foreground);
}
}
select {
display: inline-block;
background: var(--background-light) svg-load('select-arrow.svg', fill: #737a81) calc(100% - 8px) 50% / 0.9em no-repeat;
padding: 8px;
padding-right: calc(12px + 0.9em);
font-family: inherit;
font-size: 0.9em;
color: inherit;
border: 1px solid var(--border-color);
box-size: border-box;
cursor: pointer;
outline: none;
border-radius: var(--radius);
-webkit-appearance: none;
} | styles/global.css | * {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
:root {
--radius: 10px;
--background-base: #ffffff;
--background-light: #f8f9fa;
--foreground: #000000;
--highlight: #228be6;
--border-color: #dee2e6;
--positive-background: #ebfbee;
--positive-border: #b2f2bb;
--positive-foreground: #205c2c;
}
@media (prefers-color-scheme: dark) {
:root {
--background-base: #000000;
--background-light: #212529;
--foreground: #ffffff;
--highlight: #4dabf7;
--border-color: #343a40;
--positive-background: #0a1e0e;
--positive-border: #205c2c;
--positive-foreground: #d3f9d8;
}
}
body {
margin: 0;
font-family: ui-rounded, 'Inter', sans-serif;
height: 100vh;
background: var(--background-base);
color: var(--foreground);
}
#__next, .container {
height: 100%;
}
.container {
display: flex;
flex-direction: column;
gap: 32px;
padding: 32px;
}
header {
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-between;
align-items: center;
& h1 {
margin: 0;
font-size: 2.4rem;
user-select: none;
}
& .preset-container {
user-select: none;
& select {
width: 100px;
}
}
}
main {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.table-container {
border: 2px solid var(--border-color);
border-radius: var(--radius);
padding-bottom: 2px;
width: 100%;
}
table {
font-variant-numeric: tabular-nums;
text-align: left;
border-collapse: collapse;
width: 100%;
& td, & th {
padding: 8px;
}
& th {
user-select: none;
}
& tbody tr {
border-top: 1px solid var(--border-color);
&.result {
border-top: 2px dashed var(--border-color);
}
& th:only-of-type {
font-weight: normal;
}
}
& input {
font-size: inherit;
font-family: inherit;
border: none;
display: inline-block;
flex: 1;
width: 100%;
text-decoration: underline;
text-decoration-thickness: 1.5px;
text-decoration-color: var(--highlight); /* This has to be a separate statement in Safari? */
border-radius: 0;
padding: 0;
outline: none;
background: inherit;
color: inherit;
}
& .safety {
font-size: 1.2em;
vertical-align: -15%;
&.positive {
color: #37b24d;
}
&.negative {
color: #f03e3e;
}
}
}
.popover {
padding: 4px;
user-select: none;
&>div {
background-color: var(--background-light);
border: 1px solid var(--border-color);
padding: 14px;
border-radius: var(--radius);
font-size: 0.9em;
}
&.positive>div {
background-color: var(--positive-background);
border: 1px solid var(--positive-border);
color: var(--positive-foreground);
}
}
select {
display: inline-block;
background: var(--background-light) svg-load('select-arrow.svg', fill: #737a81) calc(100% - 8px) 50% / 0.9em no-repeat;
padding: 8px;
padding-right: calc(12px + 0.9em);
font-family: inherit;
font-size: 0.9em;
color: inherit;
border: 1px solid var(--border-color);
box-size: border-box;
cursor: pointer;
outline: none;
border-radius: var(--radius);
-webkit-appearance: none;
} | 0.242923 | 0.122655 |
.cartitem {
width: 100%;
height: 100px;
margin-bottom: .5rem;
display: flex;
border: 1px solid var(--extra-extra-light-gray);
border-radius: 5px;
}
.cartitem__image {
object-fit: contain;
width: 100px;
}
.cartitem__info {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 1rem;
background-color: var(--extra-extra-light-gray);
}
.cartitem__name {
font-size: .75rem;
}
.cartitem__options {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.cartitem__price {
font-size: .75rem;
padding-bottom: .5rem;
}
.cartitem__edits {
display: flex;
justify-content: space-between;
}
.cartitem__amount {
display: flex;
align-items: center;
margin-bottom: .5rem;
}
.cartitem__button {
min-width: 0 !important;
width: 1rem !important;
height: 1rem !important;
border-radius: 5px !important;
margin-right: .25rem !important;
background-color: var(--extra-extra-light-gray) !important;
}
.cartitem__multiple {
height: 1rem !important;
}
.cartitem__removeButton {
min-width: 0 !important;
background-color: var(--gray) !important;
width: 1rem !important;
height: 1rem !important;
}
.cartitem__removeButton:hover {
}
.cartitem__removeIcon {
color: var(--light) !important;
width: .75rem !important;
height: .75rem !important;
}
@media (min-width: 350px) {
.cartitem {
height: 150px;
}
.cartitem__image {
width: 150px;
}
.cartitem__name {
font-size: 1rem;
}
.cartitem__price {
font-size: 1rem;
}
.cartitem__button {
width: 1.75rem !important;
height: 1.75rem !important;
}
.cartitem__icon {
width: 2rem !important;
height: 2rem !important;
}
.cartitem__removeButton {
width: 1.75rem !important;
height: 1.75rem !important;
}
.cartitem__removeIcon {
width: 1.5rem !important;
height: 1.5rem !important;
}
}
@media (min-width: 925px) {
}
@media (min-width: 1116px) {
} | src/components/Cart/CartItem/styles.css | .cartitem {
width: 100%;
height: 100px;
margin-bottom: .5rem;
display: flex;
border: 1px solid var(--extra-extra-light-gray);
border-radius: 5px;
}
.cartitem__image {
object-fit: contain;
width: 100px;
}
.cartitem__info {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 1rem;
background-color: var(--extra-extra-light-gray);
}
.cartitem__name {
font-size: .75rem;
}
.cartitem__options {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.cartitem__price {
font-size: .75rem;
padding-bottom: .5rem;
}
.cartitem__edits {
display: flex;
justify-content: space-between;
}
.cartitem__amount {
display: flex;
align-items: center;
margin-bottom: .5rem;
}
.cartitem__button {
min-width: 0 !important;
width: 1rem !important;
height: 1rem !important;
border-radius: 5px !important;
margin-right: .25rem !important;
background-color: var(--extra-extra-light-gray) !important;
}
.cartitem__multiple {
height: 1rem !important;
}
.cartitem__removeButton {
min-width: 0 !important;
background-color: var(--gray) !important;
width: 1rem !important;
height: 1rem !important;
}
.cartitem__removeButton:hover {
}
.cartitem__removeIcon {
color: var(--light) !important;
width: .75rem !important;
height: .75rem !important;
}
@media (min-width: 350px) {
.cartitem {
height: 150px;
}
.cartitem__image {
width: 150px;
}
.cartitem__name {
font-size: 1rem;
}
.cartitem__price {
font-size: 1rem;
}
.cartitem__button {
width: 1.75rem !important;
height: 1.75rem !important;
}
.cartitem__icon {
width: 2rem !important;
height: 2rem !important;
}
.cartitem__removeButton {
width: 1.75rem !important;
height: 1.75rem !important;
}
.cartitem__removeIcon {
width: 1.5rem !important;
height: 1.5rem !important;
}
}
@media (min-width: 925px) {
}
@media (min-width: 1116px) {
} | 0.535584 | 0.08617 |
Base styles: opinionated defaults
========================================================================== */
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
outline: none;
}
:root{
--business-name-color: #312084;
--overlay-color: #2842DF;
--box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15), 0px 1px 6px rgba(0, 0, 0, 0.15);
--green: #312084;
--dark-gray:#312084;;
--neutral-gray: #2842DF;
--light-gray: #D5D9DC;
--placeholder-gray: #ADB1B5;
--background-color: #F5F6F7;
--white :#FFFFFF;
--warning: #ffdddd;
--success: #ddffdd;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: var(--placeholder-gray);
}
::-moz-placeholder { /* Firefox 19+ */
color:var(--placeholder-gray);
}
::-ms-input-placeholder { /* IE 10+ */
color: var(--placeholder-gray);
}
::-moz-placeholder { /* Firefox 18- */
color: var(--placeholder-gray);
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
.green {
color:var(--green);
}
.subtext{
color: var(--placeholder-gray);
}
.helperText {
color: #2842DF;
font-size: 12px;
line-height: 20px;
}
a {
color:inherit;
text-decoration: none;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
icons {
border-bottom: none;
position: relative;
}
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
font-size: 10px;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
html, body {
color: var(--dark-gray);
font-size: 16px;
line-height: 28px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
margin: 0;
padding: 0;
text-align: center;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
button {
border-radius: 4px;
background-color:var(--green);
line-height: 28px;
padding: 14px 24px;
font-weight: 500;
font-size: 16px;
color: #fff;
text-decoration: none;
}
body.modal-open { overflow: hidden; position: relative; }
body.modal-open #cocoon { overflow: hidden; position: relative; }
h1, h2, h3, h4, h5 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
margin: 1em auto 0 auto;
}
h1 {
font-size: 32px;
line-height: 40px;
/* margin-bottom: 24px; */
}
h2 {
font-size: 24px;
line-height: 32px;
margin-bottom: 16px;
}
h3 {
font-size: 20px;
line-height: 28px;
margin-bottom: 8px;
}
h4 {
font-size: 16px;
line-height: 28px;
margin-bottom: 4px;
letter-spacing: 1px;
}
h5 {
font-size: 16px;
line-height: 28px;
margin-bottom: 0px;
}
.page-title {
text-align: center;
margin: 8px auto 40px;
height: 32px;
left: 372px;
top: 112px;
font-size: 24px;
line-height: 32px;
}
.container {
width: 920px;
margin: 0 auto;
}
.left { float: left; }
.right { float: right; }
.tabular-figures {
font-variant-numeric: tabular-nums;
-webkit-font-feature-settings: "tnum";
-moz-font-feature-settings: "tnum";
font-feature-settings: "tnum";
font-size: 24px;
}
.tabular-figures.negative {
margin-right: -5px;
}
.cocoon {
height: 100%;
width: 100%;
padding: 0 24px 24px 24px;
position: relative;
}
/*
* Hide visually and from screen readers
*/
.hidden {
display: none;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
/* .clearfix:before, */
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
footer {
display: flex;
width: 100%;
text-transform: capitalize;
padding-top: 25px;
padding-bottom: 25px;
margin-top: 80px;
background-color: #2842DF;
color: #fff;
text-align: center;
}
footer strong{
font-weight: bold;
}
footer ul{
list-style: none;
margin: 0;
padding: 0;
margin: 0;
line-height: 2.5;
padding-left: 10px;
text-transform: capitalize;
}
footer ul li {
width: 160px;
float: left;
}
body {
margin: 0px;
padding: 0px;
font-family: Lato;
overflow-x: hidden;
}
nav{
background: #2842DF;
}
ul {
margin: 0px;
padding: 0px;
list-style: none;
text-align: right;
}
ul li {
display: inline-block;
cursor: pointer;
padding: 6px;
}
ul li a {
text-transform: uppercase;
color: #fff;
text-decoration: none;
display: block;
padding: 16px;
}
ul li:hover {
background: var(--green);
}
ul li i {
color: #fff;
float: right;
padding-left: 10px;
padding-top: 0px;
}
nav div{
display: none;
}
@media(max-width: 768px) {
nav div {
display: block;
text-align: right;
padding: 10px 15px;
color: #fff;
font-size: 24px;
cursor: pointer;
}
nav div .fa{
font-size: 40px;
}
ul {
display: none;
background: var(--green);
}
ul li{
width: 100%;
text-align: center;
padding: 0px;
}
.drop .fa-sort-desc {
display: none;
}
} | public/stylesheets/main.css | Base styles: opinionated defaults
========================================================================== */
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
outline: none;
}
:root{
--business-name-color: #312084;
--overlay-color: #2842DF;
--box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15), 0px 1px 6px rgba(0, 0, 0, 0.15);
--green: #312084;
--dark-gray:#312084;;
--neutral-gray: #2842DF;
--light-gray: #D5D9DC;
--placeholder-gray: #ADB1B5;
--background-color: #F5F6F7;
--white :#FFFFFF;
--warning: #ffdddd;
--success: #ddffdd;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: var(--placeholder-gray);
}
::-moz-placeholder { /* Firefox 19+ */
color:var(--placeholder-gray);
}
::-ms-input-placeholder { /* IE 10+ */
color: var(--placeholder-gray);
}
::-moz-placeholder { /* Firefox 18- */
color: var(--placeholder-gray);
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
.green {
color:var(--green);
}
.subtext{
color: var(--placeholder-gray);
}
.helperText {
color: #2842DF;
font-size: 12px;
line-height: 20px;
}
a {
color:inherit;
text-decoration: none;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
icons {
border-bottom: none;
position: relative;
}
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
font-size: 10px;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
html, body {
color: var(--dark-gray);
font-size: 16px;
line-height: 28px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
margin: 0;
padding: 0;
text-align: center;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
button {
border-radius: 4px;
background-color:var(--green);
line-height: 28px;
padding: 14px 24px;
font-weight: 500;
font-size: 16px;
color: #fff;
text-decoration: none;
}
body.modal-open { overflow: hidden; position: relative; }
body.modal-open #cocoon { overflow: hidden; position: relative; }
h1, h2, h3, h4, h5 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
margin: 1em auto 0 auto;
}
h1 {
font-size: 32px;
line-height: 40px;
/* margin-bottom: 24px; */
}
h2 {
font-size: 24px;
line-height: 32px;
margin-bottom: 16px;
}
h3 {
font-size: 20px;
line-height: 28px;
margin-bottom: 8px;
}
h4 {
font-size: 16px;
line-height: 28px;
margin-bottom: 4px;
letter-spacing: 1px;
}
h5 {
font-size: 16px;
line-height: 28px;
margin-bottom: 0px;
}
.page-title {
text-align: center;
margin: 8px auto 40px;
height: 32px;
left: 372px;
top: 112px;
font-size: 24px;
line-height: 32px;
}
.container {
width: 920px;
margin: 0 auto;
}
.left { float: left; }
.right { float: right; }
.tabular-figures {
font-variant-numeric: tabular-nums;
-webkit-font-feature-settings: "tnum";
-moz-font-feature-settings: "tnum";
font-feature-settings: "tnum";
font-size: 24px;
}
.tabular-figures.negative {
margin-right: -5px;
}
.cocoon {
height: 100%;
width: 100%;
padding: 0 24px 24px 24px;
position: relative;
}
/*
* Hide visually and from screen readers
*/
.hidden {
display: none;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
/* .clearfix:before, */
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
footer {
display: flex;
width: 100%;
text-transform: capitalize;
padding-top: 25px;
padding-bottom: 25px;
margin-top: 80px;
background-color: #2842DF;
color: #fff;
text-align: center;
}
footer strong{
font-weight: bold;
}
footer ul{
list-style: none;
margin: 0;
padding: 0;
margin: 0;
line-height: 2.5;
padding-left: 10px;
text-transform: capitalize;
}
footer ul li {
width: 160px;
float: left;
}
body {
margin: 0px;
padding: 0px;
font-family: Lato;
overflow-x: hidden;
}
nav{
background: #2842DF;
}
ul {
margin: 0px;
padding: 0px;
list-style: none;
text-align: right;
}
ul li {
display: inline-block;
cursor: pointer;
padding: 6px;
}
ul li a {
text-transform: uppercase;
color: #fff;
text-decoration: none;
display: block;
padding: 16px;
}
ul li:hover {
background: var(--green);
}
ul li i {
color: #fff;
float: right;
padding-left: 10px;
padding-top: 0px;
}
nav div{
display: none;
}
@media(max-width: 768px) {
nav div {
display: block;
text-align: right;
padding: 10px 15px;
color: #fff;
font-size: 24px;
cursor: pointer;
}
nav div .fa{
font-size: 40px;
}
ul {
display: none;
background: var(--green);
}
ul li{
width: 100%;
text-align: center;
padding: 0px;
}
.drop .fa-sort-desc {
display: none;
}
} | 0.449876 | 0.095898 |
1) Typography
2) Layout
3) Sections
4) Pages ( blog, about etc )
5) Components
6) Navigations
7) Blocks/Widgets
8) Main Slideshow
9) Owl carousel
10) Full Page
* */
/* 1 Typography
----------------------------------------------------------------------------- */
/*Fonts
---------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.navbar .navbar-nav {
font-family: Tahoma, 'Microsoft Yahei', Simsun;
}
body {
font-family: Tahoma, 'Microsoft Yahei', Simsun;
}
.logo-font {
font-family: 'Pacifico', cursive, sans-serif;
}
/*Typography
---------------------------------- */
html {
height: 100%;
}
body {
font-size: 15px;
line-height: 1.46666667;
color: #777777;
background-color: #ffffff;
font-weight: 300;
}
body.canvas-sliding,
body.canvas-slid {
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #333333;
line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #333333;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
color: #ffffff;
}
.dark h1 a,
.dark h2 a,
.dark h3 a,
.dark h4 a,
.dark h5 a,
.dark h6 a {
color: #ffffff;
}
.dark .footer h1,
.dark .footer h2,
.dark .footer h3,
.dark .footer h4,
.dark .footer h5,
.dark .footer h6 {
color: #999999;
}
.dark .footer h1 a,
.dark .footer h2 a,
.dark .footer h3 a,
.dark .footer h4 a,
.dark .footer h5 a,
.dark .footer h6 a {
color: #999999;
}
h1 {
font-size: 33px;
font-weight: 700;
text-transform: uppercase;
}
h1.logo-font {
text-transform: none;
font-weight: 300;
font-size: 50px;
}
h1.large {
font-size: 45px;
font-weight: 300;
letter-spacing: 0.1em;
}
h2 {
font-size: 28px;
margin-bottom: 15px;
text-transform: uppercase;
}
h2.logo-font {
text-transform: none;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 19px;
}
h5 {
font-size: 15px;
text-transform: uppercase;
font-weight: 700;
}
h6 {
font-size: 13px;
font-weight: 700;
}
/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
.jumbotron h1 {
font-size: 130px;
}
}
/* Small devices (tablets, phones less than 767px) */
@media screen and (max-width: 767px) {
.jumbotron h1 {
font-size: 60px;
}
}
.page-title {
margin-top: 0;
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.title {
margin-top: 0;
}
}
.sidebar .title {
margin-top: 3px;
}
p {
margin-bottom: 15px;
}
p.large {
font-size: 18px;
line-height: 1.4;
margin-bottom: 30px;
}
a {
color: #09afdf;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a:hover {
color: #0c9ec7;
}
a:focus,
a:active {
outline: none;
color: #0c9ec7;
}
.link-dark {
color: #333333;
text-decoration: none!important;
}
.link-dark:hover {
color: #333333;
text-decoration: underline!important;
}
.dark .footer .link-dark {
color: #777777;
text-decoration: none!important;
}
.dark .footer .link-dark:hover {
color: #777777;
text-decoration: underline!important;
}
.link-light {
color: #ffffff;
text-decoration: none!important;
}
.link-light:hover {
color: #ffffff;
text-decoration: underline!important;
}
.no-trans * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
img {
display: block;
max-width: 100%;
height: auto;
}
blockquote {
border-left: none;
display: inline-block;
margin: 20px auto 20px;
font-size: 16px;
position: relative;
padding: 10px 25px;
}
blockquote:after {
content: "“";
width: 25px;
height: 25px;
line-height: 36px;
font-size: 36px;
font-family: 'PT Serif', serif;
position: absolute;
top: 12px;
left: 0px;
color: #cdcdcd;
}
.blockquote:before {
font-family: 'PT Serif', serif;
content: "“";
font-size: 40px;
}
blockquote.inline {
padding: 0;
}
blockquote.inline p {
width: 60%;
display: inline-block;
margin: 0;
}
blockquote.inline footer {
width: 37%;
display: inline-block;
padding-left: 5px;
}
blockquote.inline:after {
top: 0;
}
mark,
.mark {
background-color: #09afdf;
color: #ffffff;
}
pre {
padding: 20px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.text-muted {
color: #999999;
}
.text-default {
color: #09afdf;
}
.text-white {
color: #ffffff!important;
}
.well {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color: #f3f3f3;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
.dark hr {
border-color: #333333;
}
/* Lists
---------------------------------- */
ul {
list-style: square;
}
.list-icons,
.list {
list-style: none;
padding: 0;
}
.list-icons li,
.list li {
padding: 5px 0;
}
.list-icons li i {
min-width: 25px;
text-align: center;
}
.list-inline {
margin-top: 9px;
margin-bottom: 8px;
}
.header-top .list-inline {
display: inline-block;
}
/* Medium desktop devices and tablets */
@media (min-width: 992px) and (max-width: 1199px) {
.header-top .list-inline > li {
padding: 0;
}
}
/* Tables
---------------------------------- */
.table:not(.table-bordered) {
border-bottom: 2px solid #f3f3f3;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 1px solid #eaeaea;
background-color: #eaeaea;
color: #333333;
font-weight: 400;
}
.table.table-colored {
border-bottom-color: #09afdf;
}
.table-colored > thead > tr > th {
border-color: #09afdf;
background-color: #09afdf;
color: #fff;
}
tbody {
background-color: #ffffff;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px 15px;
border-top: 1px solid #f3f3f3;
}
.table-striped tbody {
background-color: #ffffff;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f5f5f5;
}
.table-striped.table > tbody > tr > td {
border-color: #e8e8e8;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border-color: #f3f3f3;
}
.dl-horizontal dd {
margin-bottom: 10px;
}
.table-hover > tbody > tr:hover {
background-color: rgba(0, 0, 0, 0.04);
}
.dark .table:not(.table-bordered) {
border-bottom: 2px solid rgba(255, 255, 255, 0.07);
}
.dark .table > tbody {
background-color: transparent;
}
.dark .table > tbody > tr > td {
border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.dark .table > thead > tr > th {
border-bottom: 1px solid rgba(255, 255, 255, 0.07);
background-color: rgba(0, 0, 0, 0.15);
color: #f1f1f1;
font-weight: 400;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.dl-horizontal dd {
margin-left: 150px;
}
.dl-horizontal dt {
max-width: 120px;
}
}
/* 2 Layout
----------------------------------------------------------------------------- */
.page-wrapper {
background-color: #ffffff;
}
.header-top:not(.banner) {
background-color: #f2f2f2;
border-bottom: 1px solid #d0d0d0;
padding: 4px 0;
}
.header-top.dark {
background-color: #2e3537;
border-bottom: 1px solid #252a2c;
}
.header-top.colored {
background-color: #09afdf;
border-bottom: 1px solid #09afdf;
}
.header {
border-top: 1px solid #ffffff;
border-bottom: 2px solid #f1f1f1;
background-color: #fcfcfc;
}
.header.dark {
background-color: #394245;
border-top-color: #394245;
border-bottom: none;
}
.header-top.dark + .header:not(.dark) {
border-top-color: #dddddd;
}
.header-top:not(.dark) + .header.dark {
border-top-color: #303030;
}
.header.header-small {
padding: 10px 0;
}
.dark .footer {
background-color: #222222;
}
.dark .subfooter {
background-color: #373737;
border-color: #454545;
}
/*Transparent Header*/
.transparent-header .header-top {
z-index: 103;
position: relative;
}
.transparent-header header.header.transparent-header-on {
z-index: 22;
position: absolute;
width: 100%;
left: 0;
background-color: rgba(255, 255, 255, 0.92);
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
border-top-color: #a0a0a0;
}
.transparent-header .header-top.colored + header.header.transparent-header-on {
border-top-color: transparent;
}
.transparent-header header.header.dark.transparent-header-on {
background-color: rgba(57, 66, 69, 0.8);
border-top-color: rgba(37, 42, 44, 0.5);
}
.transparent-header.gradient-background-header header.header.transparent-header-on {
background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.05) 85%, rgba(255, 255, 255, 0) 100%);
background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.05) 85%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.05) 85%, rgba(255, 255, 255, 0) 100%);
border-bottom: none;
border-top: none;
}
.transparent-header.gradient-background-header header.header.dark.transparent-header-on {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0) 100%);
border-bottom: none;
border-top: none;
}
.header-left {
padding: 12px 0 0 0;
}
.header-right {
position: relative;
}
.banner.parallax,
.banner.light-translucent-bg,
.banner.dark-translucent-bg,
.banner.default-translucent-bg {
min-height: 250px;
padding-top: 60px;
padding-bottom: 20px;
}
.banner.banner-big-height {
min-height: 550px;
padding-top: 100px;
}
.banner.video-background-banner {
min-height: 400px;
padding-top: 100px;
}
.main-container {
padding: 50px 0;
}
.block {
margin-bottom: 50px;
}
.section {
padding: 20px 0;
}
.footer-top {
padding: 20px 0;
}
.footer {
padding: 40px 0;
background-color: #fafafa;
}
.footer-content {
padding: 20px 0;
}
.subfooter {
background-color: #f5f5f5;
padding: 25px 0;
border-top: 1px solid #eaeaea;
}
.full-page .subfooter {
background-color: transparent;
position: fixed;
border: none;
color: #bbbbbb;
width: 100%;
bottom: 0;
padding: 15px 0;
}
.full-page .subfooter p a {
text-decoration: none;
color: #a1a1a1;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.with-dropdown-buttons .navbar-default .navbar-collapse {
padding-right: 120px;
}
.with-dropdown-buttons .header-dropdown-buttons {
position: absolute;
top: 18px;
right: 0px;
}
/*Full width Header*/
header.full-width .with-dropdown-buttons .header-dropdown-buttons {
right: 15px;
}
/*Centered Logo Layout*/
.header.centered .header-left {
padding: 12px 0;
}
.header.centered .header-right {
text-align: center;
}
.header.centered .main-navigation .navbar-collapse.collapse {
display: inline-block !important;
vertical-align: top;
}
.header.centered .with-dropdown-buttons .navbar-default .navbar-collapse {
padding-right: 0px!important;
}
.header.centered .with-dropdown-buttons .header-dropdown-buttons {
position: relative;
top: 4px;
margin-left: 20px;
float: left;
}
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
.main-navigation.with-dropdown-buttons .navbar-default .navbar-collapse {
padding-right: 110px;
}
}
/* Medium desktop devices and tablets */
@media (min-width: 768px) and (max-width: 991px) {
header.full-width .main-navigation.with-dropdown-buttons .navbar-default .navbar-collapse {
padding-right: 15px;
}
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
.sidebar {
margin-top: 40px;
}
.footer-content {
padding: 10px 0;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.header-left .header-dropdown-buttons {
position: absolute;
top: 22px;
right: 15px;
}
/*Transparent Header*/
.transparent-header .header-left {
padding: 12px 0 12px;
}
.transparent-header .header-left.visible-xs {
padding: 10px 0 3px;
}
.transparent-header .header-right {
z-index: 21;
}
/*Full width Header*/
.header.full-width {
padding: 0 15px;
}
.header.full-width .header-left {
padding: 8px 0 0;
}
}
/* Boxed Layout
---------------------------------- */
.boxed .page-wrapper {
margin-right: auto;
margin-left: auto;
position: relative;
-webkit-box-shadow: 0px 0px 10px #cacaca;
box-shadow: 0px 0px 10px #cacaca;
}
.boxed.transparent-page-wrapper .page-wrapper {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.pattern-1 {
background-image: url("../images/pattern-1.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-2 {
background-image: url("../images/pattern-2.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-3 {
background-image: url("../images/pattern-3.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-4 {
background-image: url("../images/pattern-4.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-5 {
background-image: url("../images/pattern-5.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-6 {
background-image: url("../images/pattern-6.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-7 {
background-image: url("../images/pattern-7.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-8 {
background-image: url("../images/pattern-8.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-9 {
background-image: url("../images/pattern-9.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-4 .page-wrapper,
.pattern-5 .page-wrapper,
.pattern-6 .page-wrapper,
.pattern-7 .page-wrapper,
.pattern-8 .page-wrapper,
.pattern-9 .page-wrapper {
-webkit-box-shadow: none;
box-shadow: none;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.boxed .page-wrapper {
width: 750px;
}
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.boxed .page-wrapper {
width: 970px;
}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
.boxed .page-wrapper {
width: 1170px;
}
}
/*Backgrounds
---------------------------------- */
.background-img-1 {
background: url("../images/background-img-1.jpg") 50% 0px no-repeat;
}
.background-img-2 {
background: url("../images/background-img-2.jpg") 50% 0px no-repeat;
}
.background-img-3 {
background: url("../images/background-img-3.jpg") 50% 0px no-repeat;
}
.background-img-4 {
background: url("../images/background-img-4.jpg") 50% 0px no-repeat;
}
.background-img-5 {
background: url("../images/background-img-5.jpg") 50% 0px no-repeat;
}
.background-img-6 {
background: url("../images/background-img-6.jpg") 50% 0px no-repeat;
}
.background-img-7 {
background: url("../images/background-img-7.jpg") 50% 0px no-repeat;
}
.background-img-8 {
background: url("../images/background-img-8.jpg") 50% 0px no-repeat;
}
.background-img-9 {
background: url("../images/background-img-9.jpg") 50% 0px no-repeat;
}
.background-img-10 {
background: url("../images/background-img-10.jpg") 50% 0px no-repeat;
}
.fullscreen-bg {
background: url("../images/fullscreen-bg.jpg") 50% 0px no-repeat;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.boxed .fullscreen-bg {
background: none;
}
.white-bg {
background-color: #ffffff;
}
.light-gray-bg {
background-color: #fafafa;
border-top: 1px solid #f3f3f3;
border-bottom: 1px solid #f3f3f3;
}
.footer-top.light-gray-bg {
background-color: #f5f5f5;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.dark-bg {
background-color: #373737;
color: #cdcdcd;
}
.dark-bg + .dark-bg:not(.image-box):not(.full-image-container):not(.full-text-container):not(.full-width-section) {
background-color: #555555;
}
.dark-bg + .dark-bg + .dark-bg {
background-color: #373737;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
color: #ffffff;
}
.dark-bg a:not(.btn) {
text-decoration: underline;
color: #cdcdcd;
}
.dark-bg a:not(.btn):hover {
text-decoration: none;
color: #cdcdcd;
}
.default-bg {
background-color: #09afdf;
color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6 {
color: #ffffff;
}
.default-bg a:not(.btn) {
text-decoration: underline;
color: #ffffff;
}
.default-bg a:not(.btn):hover {
text-decoration: none;
color: #ffffff;
}
/*Translucent Backgrounds*/
.no-touch .parallax,
.no-touch .parallax-2,
.no-touch .parallax-3,
.no-touch .fixed-bg {
background-attachment: fixed;
}
.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg,
.two-col-translucent-bg {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: 50% 0;
background-repeat: no-repeat;
z-index: 1;
position: relative;
overflow: hidden;
}
.light-translucent-bg:after,
.dark-translucent-bg:after,
.default-translucent-bg:after,
.two-col-translucent-bg:after {
content: "";
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
.light-translucent-bg > div,
.dark-translucent-bg > div,
.default-translucent-bg > div,
.two-col-translucent-bg > div {
z-index: 3;
position: relative;
}
.light-translucent-bg {
color: #333;
border-bottom: 1px solid #dadada;
border-top: 1px solid #dadada;
}
.light-translucent-bg:after {
background-color: rgba(255, 255, 255, 0.7);
}
.light-translucent-bg.slight:after {
background-color: rgba(255, 255, 255, 0.85);
}
.video-background.light-translucent-bg:after,
.video-background-banner.light-translucent-bg:after {
background-color: rgba(255, 255, 255, 0.5);
}
.light-translucent-bg.hovered:hover:after {
background-color: rgba(255, 255, 255, 0.8);
}
.dark-translucent-bg:after {
background-color: rgba(0, 0, 0, 0.5);
}
.dark-translucent-bg.hovered:hover:after {
background-color: rgba(0, 0, 0, 0.6);
}
.dark-translucent-bg,
.dark-translucent-bg h1,
.dark-translucent-bg h2,
.dark-translucent-bg h3,
.dark-translucent-bg h4,
.dark-translucent-bg h5,
.dark-translucent-bg h6 {
color: #ffffff;
}
.dark-translucent-bg a:not(.btn) {
text-decoration: underline;
color: #ffffff;
}
.dark-translucent-bg a:not(.btn):hover {
text-decoration: none;
color: #ffffff;
}
.two-col-translucent-bg {
color: #333;
}
.two-col-translucent-bg:after {
background-color: rgba(255, 255, 255, 0.7);
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.two-col-translucent-bg:after {
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
background: -webkit-gradient(left, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
}
.two-col-translucent-bg .container > .row > div + div,
.two-col-translucent-bg .container > .row > div + div h1,
.two-col-translucent-bg .container > .row > div + div h2,
.two-col-translucent-bg .container > .row > div + div h3,
.two-col-translucent-bg .container > .row > div + div h4,
.two-col-translucent-bg .container > .row > div + div h5,
.two-col-translucent-bg .container > .row > div + div h6 {
color: #ffffff;
}
.two-col-translucent-bg .container > .row > div + div a:not(.btn) {
text-decoration: underline;
color: #ffffff;
}
.two-col-translucent-bg .container > .row > div + div a:not(.btn):hover {
text-decoration: none;
color: #ffffff;
}
}
.default-translucent-bg:after {
background-color: rgba(9, 175, 223, 0.7);
}
.default-translucent-bg.hovered:hover:after {
background-color: rgba(9, 175, 223, 0.8);
}
.default-translucent-bg,
.default-translucent-bg h1,
.default-translucent-bg h2,
.default-translucent-bg h3,
.default-translucent-bg h4,
.default-translucent-bg h5,
.default-translucent-bg h6 {
color: #ffffff;
}
.default-translucent-bg a:not(.btn) {
text-decoration: underline;
color: #ffffff;
}
.default-translucent-bg a:not(.btn):hover {
text-decoration: none;
color: #ffffff;
}
.default-hovered {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.default-hovered:hover:after,
.default-hovered:hover {
background-color: #09afdf;
}
.light-gray-bg.default-hovered:hover * {
color: #ffffff;
}
.position-bottom {
position: absolute!important;
bottom: 0;
width: 100%;
}
/*Animated Backgrounds
---------------------------------- */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.animated-text h2 {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: absolute;
top: 0;
width: 100%;
}
.animated-text h2 + h2 {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-ms-transform: scale(1.15);
-o-transform: scale(1.15);
transform: scale(1.15);
}
.animated-text:hover h2 {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.animated-text:hover h2 + h2 {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.animated-text h2 + h2 {
display: none;
}
}
/* Fixed navigation
---------------------------------- */
.fixed-header-on .header.fixed,
.fixed-header-on header.header.transparent-header-on {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 1006;
opacity: 0;
filter: alpha(opacity=0);
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
}
.fixed-header-on .header.fixed:not(.dark) {
border-bottom: 1px solid #f1f1f1;
background-color: rgba(255, 255, 255, 0.95);
}
.transparent-header.gradient-background-header.fixed-header-on .header.fixed:not(.dark) {
border-bottom: none;
background-color: rgba(255, 255, 255, 0.8);
-webkit-transition: all linear 0.2s;
-o-transition: all linear 0.2s;
transition: all linear 0.2s;
}
.fixed-header-on .dark.header.fixed {
background-color: rgba(57, 66, 69, 0.95);
}
.transparent-header.gradient-background-header.fixed-header-on .dark.header.fixed {
background-color: rgba(0, 0, 0, 0.3);
-webkit-transition: all linear 0.2s;
-o-transition: all linear 0.2s;
transition: all linear 0.2s;
}
.fixed-header-on.boxed .header.fixed {
left: auto;
-webkit-transition: left linear 0s!important;
-o-transition: left linear 0s!important;
transition: left linear 0s!important;
}
.fixed-header-on .header .logo {
margin: 0px 0 -5px 0;
display: none;
}
.fixed-header-on .header .logo img {
max-height: 30px;
}
.fixed-header-on .header.fixed-before .logo img {
max-height: none;
}
.fixed-header-on .header .site-slogan,
.fixed-header-on .header.centered .header-left {
display: none;
}
.fixed-header-on .header.fixed.animated {
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.fixed-header-on.boxed .header.fixed {
width: 750px;
}
.fixed-header-on .header-left {
padding: 0;
}
.fixed-header-on .dark.header .dropdown-menu {
border: 1px solid #2e3537;
}
.fixed-header-on .main-navigation .navbar-nav > li > a {
padding-top: 21px!important;
padding-bottom: 21px!important;
}
.fixed-header-on .header:not(.centered) .main-navigation .navbar-nav > .dropdown > a:before {
top: 24px;
}
.fixed-header-on .header:not(.centered) .main-navigation.with-dropdown-buttons .header-dropdown-buttons {
top: 12px;
}
.header.fixed-before .main-navigation .navbar-nav > .dropdown > a:before,
.header.fixed-before .main-navigation.with-dropdown-buttons .header-dropdown-buttons {
-webkit-transition: all linear 0.2s;
-o-transition: all linear 0.2s;
transition: all linear 0.2s;
}
.fixed-header-on .header-dropdown-buttons .btn-group .dropdown-menu,
.fixed-header-on .dark .header-dropdown-buttons .btn-group .dropdown-menu {
margin-top: 11px;
}
/*Fixed Header Animations Duration*/
.fixed.header .main-navigation.animated .navbar-nav > li > a,
.header-left {
-webkit-transition: padding 0s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
-o-transition: padding 0s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
transition: padding 0s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.fixed.fixed-before.header .main-navigation.animated .navbar-nav > li > a,
.fixed-before .header-left {
-webkit-transition: padding 0.2s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
-o-transition: padding 0.2s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
transition: padding 0.2s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.fixed-header-on .header .logo,
.fixed-header-on .header .site-slogan {
display: block;
}
.fixed-header-on.boxed .header.fixed {
width: 970px;
}
.fixed-header-on .header-left {
padding: 7px 0 0 0;
}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
.fixed-header-on.boxed .header.fixed {
width: 1170px;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
/* Fixed header position */
.header.fixed {
position: relative !important;
top: auto !important;
}
.header.fixed.transparent-header-on {
position: absolute!important;
}
}
/* Fullpage navigation
---------------------------------- */
.full-page .header-container {
position: fixed;
width: 100%;
top: 0;
}
/* Custom Grid
---------------------------------- */
.grid-space-20 {
margin-right: -10.5px;
margin-left: -10.5px;
}
.grid-space-20 .col-lg-6,
.grid-space-20 .col-lg-4,
.grid-space-20 .col-lg-3,
.grid-space-20 .col-md-6,
.grid-space-20 .col-md-4,
.grid-space-20 .col-md-3,
.grid-space-20 .col-sm-6,
.grid-space-20 .col-sm-4,
.grid-space-20 .col-sm-3,
.grid-space-20 .col-xs-6,
.grid-space-20 .col-xs-4,
.grid-space-20 .col-xs-3 {
padding-left: 10px;
padding-right: 10px;
}
.grid-space-10 {
margin-right: -6px;
margin-left: -6px;
}
.grid-space-10 .col-lg-6,
.grid-space-10 .col-lg-4,
.grid-space-10 .col-lg-3,
.grid-space-10 .col-md-6,
.grid-space-10 .col-md-4,
.grid-space-10 .col-md-3,
.grid-space-10 .col-sm-6,
.grid-space-10 .col-sm-4,
.grid-space-10 .col-sm-3,
.grid-space-10 .col-xs-6,
.grid-space-10 .col-xs-4,
.grid-space-10 .col-xs-3 {
padding-left: 5px;
padding-right: 5px;
}
.grid-space-0 {
margin-right: 0;
margin-left: 0;
}
.container-fluid .grid-space-0 {
margin-right: -15px;
margin-left: -15px;
}
.grid-space-0 .col-lg-6,
.grid-space-0 .col-lg-4,
.grid-space-0 .col-lg-3,
.grid-space-0 .col-md-6,
.grid-space-0 .col-md-4,
.grid-space-0 .col-md-3,
.grid-space-0 .col-sm-6,
.grid-space-0 .col-sm-4,
.grid-space-0 .col-sm-3,
.grid-space-0 .col-xs-6,
.grid-space-0 .col-xs-4,
.grid-space-0 .col-xs-3 {
padding-left: 0;
padding-right: 0;
}
.grid-space-0 > div {
margin-bottom: 0;
padding-bottom: 0;
}
/* Separators
---------------------------------- */
.separator {
width: 100%;
margin: 20px auto 15px;
position: relative;
height: 1px;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
.separator:after {
height: 1px;
background: #e8e8e8;
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
position: absolute;
bottom: -1px;
content: "";
width: 100%;
left: 0;
}
.dark-bg:not(.banner) .separator:after {
background: #505050;
background: -moz-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #373737), color-stop(35%, #505050), color-stop(70%, #505050), color-stop(100%, #373737));
background: -webkit-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
background: -o-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
background: -ms-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
background: linear-gradient(to right, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
}
#footer.dark .separator:after {
background: #505050;
background: -moz-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #222222), color-stop(35%, #505050), color-stop(70%, #505050), color-stop(100%, #222222));
background: -webkit-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
background: -o-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
background: -ms-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
background: linear-gradient(to right, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
}
.default-bg .separator:after,
.dark-translucent-bg .separator:after,
.default-translucent-bg .separator:after,
.light.separator:after {
background: rgba(255, 255, 255, 0.5);
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.two-col-translucent-bg .container > .row > div + div .separator:after {
background: rgba(255, 255, 255, 0.5);
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
}
}
.light-translucent-bg .separator:after,
.two-col-translucent-bg .container > .row > div .separator:after,
.dark.separator:after {
background: rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.4)), color-stop(70%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
}
h3 + .separator,
h4 + .separator,
h5 + .separator {
margin-top: 15px;
}
.separator-2,
.separator-3 {
width: 100%;
margin-bottom: 15px;
position: relative;
height: 1px;
}
.separator-2:after {
height: 1px;
background: #d1d1d1;
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
position: absolute;
bottom: -1px;
left: 0px;
content: "";
width: 100%;
}
.dark-bg .separator-2:after {
background: #666666;
background: -moz-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #666666), color-stop(35%, #555555), color-stop(70%, #444444), color-stop(100%, #373737));
background: -webkit-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: -o-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: -ms-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: linear-gradient(to right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
}
#footer.dark .separator-2:after {
background: #444444;
background: -moz-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #444444), color-stop(35%, #393939), color-stop(70%, #323232), color-stop(100%, #222222));
background: -webkit-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: -o-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: -ms-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: linear-gradient(to right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
}
.light-translucent-bg .separator-2:after,
.two-col-translucent-bg .container > .row > div .separator-2:after,
.dark.separator-2:after {
background: rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}
.default-bg .separator-2:after,
.default-translucent-bg .separator-2:after,
.dark-translucent-bg .separator-2:after,
.light.separator-2:after {
background: rgba(255, 255, 255, 0.5);
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.two-col-translucent-bg .container > .row > div + div .separator-2:after {
background: rgba(255, 255, 255, 0.5);
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
}
}
.separator-3:after {
height: 1px;
background: #d1d1d1;
background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
position: absolute;
bottom: -1px;
left: 0px;
content: "";
width: 100%;
}
.dark-bg .separator-3:after {
background: #666666;
background: -moz-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: -webkit-gradient(linear, right top, left top, color-stop(0%, #666666), color-stop(35%, #555555), color-stop(70%, #444444), color-stop(100%, #373737));
background: -webkit-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: -o-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: -ms-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: linear-gradient(to left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
}
#footer.dark .separator-3:after {
background: #444444;
background: -moz-linear-gradient(right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: -webkit-gradient(linear, right top, left top, color-stop(0%, #444444), color-stop(35%, #393939), color-stop(70%, #323232), color-stop(100%, #222222));
background: -webkit-linear-gradient(right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: -o-linear-gradient(right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: -ms-linear-gradient(right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: linear-gradient(to left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
}
.light-translucent-bg .separator-3:after,
.two-col-translucent-bg .container > .row > div .separator-3:after,
.dark.separator-3:after {
background: rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}
.default-bg .separator-3:after,
.default-translucent-bg .separator-3:after,
.dark-translucent-bg .separator-3:after,
.light.separator-3:after {
background: rgba(255, 255, 255, 0.5);
background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.two-col-translucent-bg .container > .row > div + div .separator-3:after {
background: rgba(255, 255, 255, 0.5);
background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
}
}
.footer-content .separator-2,
.footer-content .separator-3 {
margin-bottom: 25px;
}
.object-non-visible {
opacity: 0;
filter: alpha(opacity=0);
}
.object-visible {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
.object-visible {
-webkit-transition: opacity 0.6s ease-in-out;
-moz-transition: opacity 0.6s ease-in-out;
-o-transition: opacity 0.6s ease-in-out;
-ms-transition: opacity 0.6s ease-in-out;
transition: opacity 0.6s ease-in-out;
}
}
/* Miscellaneous
---------------------------------- */
.pl-5 {
padding-left: 5px;
}
.pl-10 {
padding-left: 10px;
}
.pl-20 {
padding-left: 20px;
}
.pr-5 {
padding-right: 5px;
}
.pr-10 {
padding-right: 10px;
}
.pr-20 {
padding-right: 20px;
}
.p-20 {
padding: 20px;
}
.p-30 {
padding: 30px;
}
.p-40 {
padding: 40px;
}
.ph-20 {
padding-left: 20px;
padding-right: 20px;
}
.ph-30 {
padding-left: 30px;
padding-right: 30px;
}
.ph-40 {
padding-left: 40px;
padding-right: 40px;
}
.pv-20 {
padding-top: 20px;
padding-bottom: 20px;
}
.pv-30 {
padding-top: 30px;
padding-bottom: 30px;
}
.pv-40 {
padding-top: 40px;
padding-bottom: 40px;
}
.mt-5 {
margin-top: 5px;
}
.mb-5 {
margin-bottom: 5px;
}
.mt-10 {
margin-top: 10px;
}
.mb-10 {
margin-bottom: 10px;
}
.mt-20 {
margin-top: 20px;
}
.mb-20 {
margin-bottom: 20px;
}
.space-top {
padding-top: 20px;
}
.space-bottom {
padding-bottom: 20px;
}
.margin-clear {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.padding-top-clear {
padding-top: 0 !important;
}
.padding-bottom-clear {
padding-bottom: 0 !important;
}
.padding-ver-clear {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.padding-hor-clear {
padding-right: 0 !important;
padding-left: 0 !important;
}
.border-bottom-clear {
border-bottom: none !important;
}
.border-top-clear {
border-top: none !important;
}
.border-clear {
border: none !important;
}
.circle {
-webkit-border-radius: 100%!important;
-moz-border-radius: 100%!important;
border-radius: 100%!important;
}
.radius-clear {
-webkit-border-radius: 0%!important;
-moz-border-radius: 0%!important;
border-radius: 0%!important;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.text-center-xs {
text-align: center;
}
}
/* 3 Sections
----------------------------------------------------------------------------- */
/*Header Top*/
.header-top {
font-size: 12px;
color: #777777;
font-weight: 300;
}
.header-top.dark,
.header-top.colored {
color: #ffffff;
}
.header-top.colored a {
color: #ffffff;
text-decoration: underline;
}
.header-top.colored a:hover {
text-decoration: none;
}
/* Medium desktop devices and tablets */
@media (min-width: 992px) and (max-width: 1199px) {
.header-top {
font-size: 11px;
}
}
/*Header*/
.header.dark {
color: #cacaca;
}
/*Footer*/
.footer {
font-size: 14px;
line-height: 1.5;
}
.footer h2.title {
font-size: 22px;
text-transform: none;
margin-bottom: 10px;
}
/*Subfooter*/
.subfooter {
font-size: 14px;
line-height: 1.3;
color: #999999;
}
.subfooter p {
margin-bottom: 0;
}
/* 4 Pages
----------------------------------------------------------------------------- */
/* Blog pages
---------------------------------- */
.blogpost {
margin: 0 0 70px;
}
.blogpost header {
padding: 20px 10px 20px;
}
.blogpost header h2 {
text-transform: none;
margin-top: 0;
margin-bottom: 10px;
}
.blogpost .post-info {
font-size: 12px;
color: #aaa;
font-weight: 400;
}
.blogpost .post-info > span {
margin-right: 5px;
display: inline-block;
}
.blogpost .post-info a {
color: #aaa;
}
.blogpost .blogpost-content {
padding: 0 10px 10px;
}
.blogpost .row .blogpost-content {
padding-bottom: 0;
}
.blogpost footer {
font-size: 12px;
padding: 10px;
color: #aaa;
border-top: 1px solid #eaeaea;
}
.blogpost .row + footer {
padding: 10px 0;
}
.blogpost.full {
margin-bottom: 30px;
}
.blogpost.full header {
padding: 0 0 15px 0;
}
.blogpost.full .blogpost-content {
padding: 0 0 5px;
}
.blogpost.full footer {
padding: 10px 0;
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.blogpost .row header {
padding-top: 0;
}
.blogpost .row + footer {
margin-top: 15px;
}
}
/* Comments
---------------------------------- */
#comments {
margin-top: 60px;
}
.comments h2.title {
margin-bottom: 40px;
padding-bottom: 10px;
position: relative;
}
.comments h2.title:after {
height: 1px;
background: #d1d1d1;
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
position: absolute;
bottom: -1px;
left: 0px;
content: "";
width: 100%;
}
.comment {
font-size: 14px;
}
.comment .comment {
margin-left: 75px;
}
.comment h3 {
margin-top: 0;
margin-bottom: 5px;
}
.comment p {
margin-bottom: 10px;
}
.comment .btn-sm-link {
padding: 0;
}
.comment-avatar {
width: 50px;
float: left;
margin: 0 15px 0 0;
}
.comment-content {
border-bottom: 1px solid #f1f1f1;
margin-bottom: 40px;
clear: both;
}
.comment-meta {
margin-bottom: 15px;
color: #aaa;
font-size: 12px;
}
.comment-meta a {
color: #aaa;
}
.comment-meta a:hover {
text-decoration: underline;
}
/* Blog Masonry Grid
---------------------------------- */
.masonry-grid-item .blogpost footer {
padding-top: 0px;
border-top: none;
}
.masonry-grid-item .blogpost header h2 {
font-size: 22px;
}
/* Blog Timeline layout
---------------------------------- */
.timeline {
position: relative;
padding: 40px 0;
margin-top: 40px;
}
.timeline .blogpost footer {
padding-top: 0px;
border-top: none;
}
.timeline .blogpost header h2 {
font-size: 22px;
}
.timeline .timeline-item {
padding: 0 15px;
}
.timeline-date-label {
float: none;
clear: both;
display: block;
margin: 0px auto;
text-align: center;
margin-bottom: 80px;
line-height: 1;
width: 135px;
position: relative;
z-index: 2;
color: #ffffff;
}
.timeline-date-label:after {
background-color: #09afdf;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 30px;
width: 100%;
position: absolute;
bottom: -8px;
z-index: -1;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.timeline .blogpost {
margin-bottom: 0;
}
.timeline:before {
background-color: #e8e8e8;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.09)), color-stop(90%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
width: 1px;
height: 100%;
content: "";
position: absolute;
left: 50%;
display: block;
top: 0;
}
.timeline .timeline-item {
position: relative;
width: 50%;
padding-left: 0;
padding-right: 40px;
margin-bottom: 80px;
float: left;
clear: left;
z-index: 1;
}
.timeline .timeline-item.pull-right {
position: relative;
width: 50%;
padding-left: 40px;
padding-right: 0;
margin-top: 80px;
margin-bottom: 0;
float: right;
clear: right;
}
.timeline .timeline-item.pull-right + .timeline-date-label {
padding-top: 80px;
}
.timeline .timeline-item:after {
content: "";
font-family: "FontAwesome";
right: 0px;
background-color: #eaeaea;
left: auto;
position: absolute;
top: 20px;
z-index: -1;
width: 35px;
height: 1px;
}
.timeline .timeline-item:before {
content: "";
position: absolute;
background-color: #cdcdcd;
border: 1px solid #cdcdcd;
height: 7px;
width: 7px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
top: 17px;
right: -4px;
}
.timeline .timeline-item.pull-right:after {
right: auto;
left: 0px;
}
.timeline .timeline-item.pull-right:before {
left: -3px;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.timeline .timeline-item.pull-right {
float: none !important;
}
}
/* Shop Pages
---------------------------------- */
/*Product Page*/
.product.price {
font-size: 24px;
font-weight: 400;
}
.product.price del {
color: #cdcdcd;
font-size: 14px;
}
.product.element-list {
margin-top: 7px;
}
/*Dropdown Cart*/
.header-dropdown-buttons .btn-group .dropdown-menu.cart {
padding: 0;
min-width: 350px;
font-size: 13px;
}
.header-dropdown-buttons .btn-group .dropdown-menu.cart table {
margin-bottom: 0;
}
.header-dropdown-buttons .btn-group .dropdown-menu.cart .panel-body {
padding: 0px 10px 0px;
}
.cart-count {
position: absolute;
top: -2px;
right: -3px;
line-height: 14px;
width: 14px;
height: 14px;
border-radius: 30%;
font-size: 10px;
text-shadow: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.dark .header-dropdown-buttons .cart-count {
background-color: rgba(0, 0, 0, 0.5);
color: #cdcdcd;
}
.dropdown.open .cart-count,
.dropdown:hover .cart-count {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
filter: alpha(opacity=0);
}
.total-amount,
.total-quantity {
font-size: 13px;
}
.cart .table > tbody > tr > td,
.cart.table > tbody > tr > td {
vertical-align: inherit;
}
.cart .quantity {
width: 50px;
font-size: 11px;
}
.cart .product {
width: 220px;
font-size: 13px;
}
.cart .product .small {
display: block;
color: #999999;
}
/* Small devices (phones less than 480px) */
@media (max-width: 480px) {
.header-dropdown-buttons .btn-group .dropdown-menu.cart {
min-width: 300px;
}
}
/* Cart and Checkout pages
---------------------------------- */
.cart.table .price {
width: 18%;
font-size: 14px;
}
.cart.table .amount,
.cart.table .remove,
.cart.table .quantity {
width: 12%;
}
.cart.table .quantity input {
width: 60px;
padding: 6px;
}
.cart.table .product {
font-size: 15px;
}
.cart.table .product small {
font-size: 12px;
display: block;
color: #999999;
}
.cart.table .amount {
text-align: right;
}
.cart.table thead > tr > th {
font-size: 16px;
}
.cart.table .total-quantity,
.cart.table .total-amount {
padding-top: 15px;
padding-bottom: 15px;
font-size: 16px;
font-weight: 700;
}
.cart.table .total-amount {
text-align: right;
}
.cart.table .btn-remove {
position: relative;
top: -5px;
}
.cart.table .form-group {
margin: 7px 0;
}
.table .information {
width: 80%;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.cart.table thead > tr > th {
font-size: 14px;
}
.cart.table .amount,
.cart.table .price {
width: 12%;
}
.cart.table .remove,
.cart.table .quantity {
width: 8%;
}
.cart.table > thead > tr > th,
.cart.table > tbody > tr > th,
.cart.table > tfoot > tr > th,
.cart.table > thead > tr > td,
.cart.table > tbody > tr > td,
.cart.table > tfoot > tr > td {
padding: 8px 10px;
}
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.cart.table > thead > tr > th,
.cart.table > tbody > tr > th,
.cart.table > tfoot > tr > th,
.cart.table > thead > tr > td,
.cart.table > tbody > tr > td,
.cart.table > tfoot > tr > td {
padding: 8px 7px;
}
}
/* About Us Pages
---------------------------------- */
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.team-member {
max-width: 480px;
margin: 20px auto 20px !important;
}
}
/* Coming Soon Page
---------------------------------- */
.is-countdown {
border: 1px solid transparent;
background-color: transparent;
}
.countdown-row {
height: 0;
padding: 0;
}
.countdown-section {
text-align: center;
padding: 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5%;
-moz-border-radius: 5%;
border-radius: 5%;
}
.countdown-show4 .countdown-section {
width: 24%;
margin: 10px 0.5%;
}
.countdown-amount {
font-size: 36px;
font-weight: 700;
display: block;
}
.countdown-period {
display: block;
font-size: 28px;
line-height: 1.2;
margin-top: 15px;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.countdown-amount {
font-size: 24px;
}
.countdown-period {
font-size: 18px;
}
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.countdown-amount {
font-size: 18px;
}
.countdown-period {
font-size: 10px;
}
}
/* Pages Misc
---------------------------------- */
.icons-page i {
font-size: 20px;
width: 35px;
text-align: center;
}
.grid span {
padding: 5px 5px;
background-color: #666;
border: 1px solid #444;
display: block;
text-align: center;
margin-bottom: 10px;
color: #fff;
}
/* 5 Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
/*Buttons Color Variations*/
.btn:focus {
color: inherit;
}
.btn {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
/*Default Button*/
.btn-default {
color: #ffffff;
background-color: #09afdf;
border-color: #0c9ec7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #ffffff;
background-color: #0c9ec7;
border-color: #0c9ec7;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
background-color: #09afdf;
border-color: #0c9ec7;
}
.btn-default-transparent {
color: #777777;
background-color: transparent;
border-color: #09afdf;
}
.btn-default-transparent:hover,
.btn-default-transparent:focus,
.btn-default-transparent.focus,
.btn-default-transparent:active,
.btn-default-transparent.active,
.open > .dropdown-toggle.btn-default-transparent {
color: #ffffff;
background-color: #0c9ec7;
border-color: #0781a4;
}
.dark-bg .btn-default-transparent {
color: #ffffff;
}
.default-bg .btn-default,
.default-translucent-bg .btn-default,
.default-bg .btn-default-transparent,
.default-translucent-bg .btn-default-transparent {
color: #09afdf;
background-color: #ffffff;
border-color: #ffffff;
}
.default-bg .btn-default:hover,
.default-translucent-bg .btn-default:hover,
.default-bg .btn-default:focus,
.default-translucent-bg .btn-default:focus,
.default-bg .btn-default.focus,
.default-translucent-bg .btn-default.focus,
.default-bg .btn-default:active,
.default-translucent-bg .btn-default:active,
.default-bg .btn-default.active,
.default-translucent-bg .btn-default.active,
.default-bg .open > .dropdown-toggle.btn-default,
.default-translucent-bg .open > .dropdown-toggle.btn-default,
.default-bg .btn-default-transparent:hover,
.default-translucent-bg .btn-default-transparent:hover,
.default-bg .btn-default-transparent:focus,
.default-translucent-bg .btn-default-transparent:focus,
.default-bg .btn-default-transparent.focus,
.default-translucent-bg .btn-default-transparent.focus,
.default-bg .btn-default-transparent:active,
.default-translucent-bg .btn-default-transparent:active,
.default-bg .btn-default-transparent.active,
.default-translucent-bg .btn-default-transparent.active,
.default-bg .open > .dropdown-toggle.btn-default-transparent,
.default-translucent-bg .open > .dropdown-toggle.btn-default-transparent {
color: #ffffff;
background-color: transparent;
border-color: #ffffff;
}
.dark .btn-default {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.2);
border-color: rgba(0, 0, 0, 0.1);
}
.dark .btn-default .badge {
color: rgba(0, 0, 0, 0.2);
background-color: #ffffff;
}
.dark .btn-default:hover,
.dark .btn-default:focus,
.dark .btn-default.focus,
.dark .btn-default:active,
.dark .btn-default.active,
.dark .open > .dropdown-toggle.btn-default {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.35);
border-color: rgba(0, 0, 0, 0.2);
}
.colored .btn-default {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.2);
border-color: rgba(0, 0, 0, 0.01);
}
.colored .btn-default .badge {
color: rgba(0, 0, 0, 0.2);
background-color: #ffffff;
}
.colored .btn-default:hover,
.colored .btn-default:focus,
.colored .btn-default.focus,
.colored .btn-default:active,
.colored .btn-default.active,
.colored .open > .dropdown-toggle.btn-default {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.3);
border-color: rgba(0, 0, 0, 0.02);
}
.default-hovered:hover .btn-default-transparent {
border-color: #ffffff;
}
/*White Button*/
.btn-white {
color: #777777;
background-color: #ffffff;
border-color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
color: #0c9ec7;
background-color: #ffffff;
border-color: #ffffff;
}
/*Gray Button*/
.btn-gray {
color: #333333;
background-color: #e1e1e1;
border-color: #d3d3d3;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
color: #333333;
background-color: #cdcdcd;
border-color: #cdcdcd;
}
.btn-gray-transparent {
color: #333333;
background-color: transparent;
border-color: #777777;
}
.btn-gray-transparent:hover,
.btn-gray-transparent:focus,
.btn-gray-transparent.focus,
.btn-gray-transparent:active,
.btn-gray-transparent.active,
.open > .dropdown-toggle.btn-gray-transparent {
color: #ffffff;
background-color: #333333;
border-color: #333333;
}
.dark-bg .btn-gray-transparent {
color: #ffffff;
}
.dark-bg .btn-gray-transparent:hover {
border-color: #ffffff;
color: #777777;
background-color: #ffffff;
}
.dark-translucent-bg .btn-gray-transparent,
.default-translucent-bg .btn-gray-transparent,
.default-bg .btn-gray-transparent {
border-color: #ffffff;
color: #ffffff;
}
.dark-translucent-bg .btn-gray-transparent:hover,
.default-translucent-bg .btn-gray-transparent:hover,
.default-bg .btn-gray-transparent:hover,
.dark-translucent-bg .btn-gray-transparent:focus,
.default-translucent-bg .btn-gray-transparent:focus,
.default-bg .btn-gray-transparent:focus {
border-color: #ffffff;
color: #777777;
background-color: #ffffff;
}
.default-hovered:hover .btn-gray-transparent {
border-color: #ffffff;
}
.light-gray-bg.default-hovered:hover .btn-gray-transparent:hover {
border-color: #333333;
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.two-col-translucent-bg .container > .row > div + div .btn-gray-transparent {
border-color: #ffffff;
color: #ffffff;
}
.two-col-translucent-bg .container > .row > div + div .btn-gray-transparent:hover,
.two-col-translucent-bg .container > .row > div + div .btn-gray-transparent:focus {
border-color: #ffffff;
color: #777777;
background-color: #ffffff;
}
}
/*Dark Button*/
.btn-dark {
color: #ffffff;
background-color: #373737;
border-color: #333333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
color: #ffffff;
background-color: #111111;
border-color: #111111;
}
.dark-bg .btn-dark {
color: #ffffff;
background-color: #222222;
border-color: #171717;
}
.dark-bg .btn-dark:hover,
.dark-bg .btn-dark:focus,
.dark-bg .btn-dark.focus,
.dark-bg .btn-dark:active,
.dark-bg .btn-dark.active,
.dark-bg .open > .dropdown-toggle.btn-dark {
color: #ffffff;
background-color: #000000;
border-color: #000000;
}
/*Buttons Sizes*/
.btn {
padding: 7px 20px;
font-size: 14px;
line-height: 1.46666667;
border-radius: 3px;
margin: 10px 0;
}
.btn-sm {
padding: 5px 15px;
font-size: 12px;
line-height: 1.46666667;
border-radius: 3px;
margin: 5px 0;
}
.btn-lg {
padding: 10px 25px;
font-size: 18px;
line-height: 1.46666667;
border-radius: 4px;
margin: 10px 0;
}
.btn-xl {
padding: 15px 50px;
font-size: 22px;
line-height: 1.46666667;
border-radius: 6px;
margin: 10px 0;
}
.btn-md-link {
padding: 7px 15px;
font-size: 14px;
line-height: 1.46666667;
border-radius: 0px;
margin: 10px 0;
}
.btn-sm-link {
padding: 5px 15px;
font-size: 12px;
line-height: 1.46666667;
border-radius: 0px;
margin: 5px 0;
}
.btn-lg-link {
padding: 10px 15px;
font-size: 18px;
line-height: 1.46666667;
border-radius: 0px;
margin: 10px 0;
}
.btn-remove {
font-size: 10px;
padding: 3px 15px;
min-width: 0;
margin: -5px 0 0 0;
}
/*Buttons with radius*/
.radius-50 {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
/*Animated Buttons*/
.btn-animated {
position: relative;
min-width: 0!important;
padding-right: 45px!important;
}
.btn-animated i {
-webkit-transition: right 0.2s ease-in-out;
-o-transition: right 0.2s ease-in-out;
transition: right 0.2s ease-in-out;
z-index: 3;
right: 17px;
position: absolute;
line-height: 34px;
top: 0;
min-width: 12px;
}
.btn-animated:after {
width: 35px;
height: 100%;
background-color: rgba(0, 0, 0, 0.1);
position: absolute;
content: "";
top: 0;
opacity: 0;
filter: alpha(opacity=0);
right: 0px;
z-index: 2;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.btn-animated.radius-50:after {
-webkit-border-radius: 0 50px 50px 0;
-moz-border-radius: 0 50px 50px 0;
border-radius: 0 50px 50px 0;
}
.btn-animated.btn-gray-transparent:after {
background-color: rgba(0, 0, 0, 0.05);
}
.btn-animated:hover:after {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-animated:hover i {
right: 11px;
}
.btn-animated.btn-sm {
padding-right: 35px!important;
}
.btn-animated.btn-sm:after {
width: 25px;
}
.btn-animated.btn-sm i {
right: 14px;
line-height: 28px;
min-width: 11px;
}
.btn-animated.btn-sm:hover i {
right: 7px;
}
.btn-animated.btn-lg {
padding-right: 60px!important;
}
.btn-animated.btn-lg:after {
width: 45px;
}
.btn-animated.btn-lg i {
right: 25px;
line-height: 48px;
min-width: 15px;
}
.btn-animated.btn-lg:hover i {
right: 15px;
}
.btn-animated.btn-xl {
padding-right: 60px!important;
}
.btn-animated.btn-xl:after {
width: 45px;
}
.btn-animated.btn-xl i {
right: 25px;
line-height: 64px;
min-width: 15px;
text-align: center;
}
.btn-animated.btn-xl:hover i {
right: 13px;
}
/*Background Transition*/
.btn-hvr {
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.btn-hvr.radius-50 {
overflow: hidden;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-left:hover,
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-top:hover,
.hvr-bounce-to-right:hover,
.hvr-bounce-to-left:hover,
.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-top:hover,
.hvr-radial-out:hover,
.hvr-rectangle-out:hover,
.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-vertical:hover {
background: transparent;
}
.hvr-radial-in,
.hvr-rectangle-in,
.hvr-shutter-in-horizontal,
.hvr-shutter-in-vertical {
background: #0c9ec7;
}
.hvr-radial-in:hover,
.hvr-rectangle-in:hover,
.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-vertical:hover {
background: #0c9ec7;
}
.hvr-radial-in:before,
.hvr-rectangle-in:before,
.hvr-shutter-in-horizontal:before,
.hvr-shutter-in-vertical:before {
background: #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.hvr-sweep-to-right:before,
.hvr-sweep-to-left:before,
.hvr-sweep-to-bottom:before,
.hvr-sweep-to-top:before,
.hvr-bounce-to-right:before,
.hvr-bounce-to-left:before,
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before,
.hvr-radial-out:before,
.hvr-rectangle-out:before,
.hvr-shutter-out-horizontal:before,
.hvr-shutter-out-vertical:before {
background: #0c9ec7;
}
/*ie9*/
.no-csstransitions .hvr-radial-in,
.no-csstransitions .hvr-rectangle-in,
.no-csstransitions .hvr-shutter-in-horizontal,
.no-csstransitions .hvr-shutter-in-vertical {
background: transparent;
}
.no-csstransitions .hvr-sweep-to-right:hover,
.no-csstransitions .hvr-sweep-to-left:hover,
.no-csstransitions .hvr-sweep-to-bottom:hover,
.no-csstransitions .hvr-sweep-to-top:hover,
.no-csstransitions .hvr-bounce-to-right:hover,
.no-csstransitions .hvr-bounce-to-left:hover,
.no-csstransitions .hvr-bounce-to-bottom:hover,
.no-csstransitions .hvr-bounce-to-top:hover,
.no-csstransitions .hvr-radial-out:hover,
.no-csstransitions .hvr-rectangle-out:hover,
.no-csstransitions .hvr-shutter-out-horizontal:hover,
.no-csstransitions .hvr-shutter-out-vertical:hover,
.no-csstransitions .hvr-radial-in:hover,
.no-csstransitions .hvr-rectangle-in:hover,
.no-csstransitions .hvr-shutter-in-horizontal:hover,
.no-csstransitions .hvr-shutter-in-vertical:hover {
background: #0c9ec7;
}
/* Tabs
---------------------------------- */
.nav-tabs.style-1 {
border-bottom: 1px solid #e1e1e1;
margin-bottom: 15px;
}
.nav-tabs.style-1 > li > a {
color: #333333;
margin-right: 0;
line-height: 1;
border: 1px solid transparent;
padding: 12px 15px 11px 15px;
-webkit-border-radius: 15px 15px 0 0;
-moz-border-radius: 15px 15px 0 0;
border-radius: 15px 15px 0 0;
-webkit-transition: none;
-o-transition: none;
transition: none;
height: 40px;
}
.nav-tabs.style-1 > li > a:hover {
border-color: #222222!important;
background-color: #333333!important;
color: #ffffff;
}
.nav-tabs.style-1 > li > a:focus {
border-color: transparent;
background-color: transparent;
}
.nav-tabs.style-1 > li > a:after {
position: absolute;
right: -14px;
bottom: -1px;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 31px 0 0 14px;
border-color: transparent transparent transparent transparent;
}
.nav-tabs.style-1 > li > a:before {
position: absolute;
left: -14px;
bottom: -1px;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 31px 14px 0 0;
border-color: transparent transparent transparent transparent;
}
.nav-tabs.style-1 > li > a:hover:after {
border-color: transparent transparent transparent #333333;
border-width: 31px 0 0 14px;
}
.nav-tabs.style-1 > li > a:hover:before {
border-color: transparent #333333 transparent transparent;
border-width: 31px 14px 0 0;
}
.nav-tabs.style-1 > li.active > a {
background-color: #333333!important;
}
.nav-tabs.style-1 > li.active > a,
.nav-tabs.style-1 > li.active > a:hover,
.nav-tabs.style-1 > li.active > a:focus {
color: #ffffff;
cursor: default;
border-color: #222222;
}
.nav-tabs.style-1 > li.active > a:after {
border-color: transparent transparent transparent #333333;
}
.nav-tabs.style-1 > li.active > a:before {
border-color: transparent #333333 transparent transparent;
}
.nav-tabs.style-1 > li:first-child > a:before,
.nav-tabs.style-1 > li:last-child > a:after {
border-width: 0 0 0 0;
border-color: transparent transparent transparent transparent;
}
.nav-tabs.style-1 + .tab-content > .tab-pane {
padding-bottom: 0;
border-bottom: none;
}
.nav-tabs.style-2 {
border-bottom: 1px solid #f1f1f1;
}
.nav-tabs.style-2 > li > a {
color: #999999;
}
.nav-tabs.style-2 > li > a:hover {
color: #333333;
background-color: #fafafa!important;
border-color: #f1f1f1;
border-bottom-color: #fafafa!important;
}
.nav-tabs.style-2 > li > a:focus {
border-color: transparent;
background-color: transparent;
}
.nav-tabs.style-2 > li.active > a,
.nav-tabs.style-2 > li.active > a:hover,
.nav-tabs.style-2 > li.active > a:focus {
color: #333333;
cursor: default;
background-color: #fafafa;
border-color: #f1f1f1;
border-bottom-color: transparent;
}
.nav-tabs.style-2 + .tab-content > .tab-pane {
padding: 15px;
border: 1px solid #f1f1f1;
border-top: none;
background-color: #fafafa;
}
.nav-tabs.style-3 {
border-bottom: 1px solid #999999;
background-color: #999999;
}
.nav-tabs.style-3 > li > a {
color: #ffffff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin: 0;
}
.nav-tabs.style-3 > li > a:hover {
color: #333333;
background-color: #fff!important;
border-color: #999999;
border-bottom-color: #fff!important;
}
.nav-tabs.style-3 > li > a:focus {
border-color: transparent;
background-color: transparent;
}
.nav-tabs.style-3 > li.active > a,
.nav-tabs.style-3 > li.active > a:hover,
.nav-tabs.style-3 > li.active > a:focus {
color: #333333;
cursor: default;
background-color: #fff;
border-color: #999999;
border-bottom-color: transparent;
}
.nav-tabs.style-3 + .tab-content > .tab-pane {
padding: 15px;
border: 1px solid #999999;
border-top: none;
background-color: #ffffff;
}
.nav-tabs.style-4 {
margin-bottom: 15px;
border-bottom: 1px solid #333333;
}
.nav-tabs.style-4 > li > a {
color: #999999;
}
.nav-tabs.style-4 > li > a:hover {
color: #ffffff;
background-color: #333333 !important;
border-color: #333333;
border-bottom-color: #333333 !important;
}
.nav-tabs.style-4 > li > a:focus {
border-color: #333333;
background-color: #333333;
}
.nav-tabs.style-4 > li.active > a,
.nav-tabs.style-4 > li.active > a:hover,
.nav-tabs.style-4 > li.active > a:focus {
color: #ffffff;
cursor: default;
background-color: #333333;
border-color: #333333;
border-bottom-color: transparent;
}
/* Small devices (tablets, smartphones) */
@media (min-width: 481px) and (max-width: 767px) {
.nav-tabs > li > a {
padding: 12px 10px;
font-size: 11px;
margin-right: 0;
}
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.nav-tabs {
background-color: #eaeaea;
border-bottom: none!important;
}
.nav-tabs > li {
float: none;
}
.nav-tabs > li a {
color: #ffffff;
margin-right: 0;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
border-radius: 0px!important;
}
.nav-tabs.style-3 > li.active > a,
.nav-tabs.style-3 > li.active > a:hover,
.nav-tabs.style-3 > li.active > a:focus,
.nav-tabs.style-3 > li > a:hover,
.nav-tabs.style-3 > li > a:focus {
border-bottom: 1px solid #999999!important;
}
.nav-tabs.style-3 + .tab-content > .tab-pane {
border-top: 1px solid #999999;
}
.nav-tabs > li a:after,
.nav-tabs > li a:before {
border-color: transparent transparent transparent transparent!important;
}
}
/* vertical tabs */
.vertical {
margin: 20px 0;
}
.vertical .nav-tabs,
.vertical .tab-content {
display: table-cell;
margin: 0;
vertical-align: top;
}
.vertical .nav-tabs {
border-bottom-color: transparent;
background-color: #999999;
}
.vertical .nav-tabs > li {
float: none;
}
.vertical .nav-tabs > li a {
margin: 0;
padding: 10px 20px;
white-space: nowrap;
color: #ffffff;
border-bottom: 1px solid #919191;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.vertical .nav-tabs > li > a:hover,
.vertical .nav-tabs > li > a:focus {
background-color: #fafafa;
border-right-color: transparent;
border-bottom: 1px solid #f1f1f1;
color: #777777;
z-index: 2;
}
.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:hover,
.vertical .nav-tabs > li.active > a:focus {
border: 1px solid #f1f1f1;
background-color: #fafafa;
border-right-color: transparent;
color: #777777;
z-index: 2;
}
.vertical.left .nav-tabs > li > a:hover,
.vertical.left .nav-tabs > li > a:focus {
border-left-color: transparent;
border-right-color: #f1f1f1;
}
.vertical.left .nav-tabs > li.active > a,
.vertical.left .nav-tabs > li.active > a:hover,
.vertical.left .nav-tabs > li.active > a:focus {
border-right-color: #f1f1f1;
border-left-color: transparent;
}
.vertical .tab-content {
border: 1px solid #f1f1f1;
border-left: 1px solid #fafafa;
background-color: #fafafa;
left: -1px;
z-index: 1;
padding: 20px 30px;
}
.left.vertical .tab-content {
border-left-color: #f1f1f1;
border-right-color: transparent;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.vertical .nav-tabs,
.vertical .tab-content {
display: block;
}
.vertical .nav-tabs > li a {
font-size: 15px;
}
}
/* Pager
---------------------------------- */
ul.pagination,
ul.pager {
margin: 20px 0 40px;
text-align: left;
}
ul.pagination li {
padding: 0;
margin: 0 5px 0 0;
border-bottom: none;
display: inline-block;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
ul.pagination li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
ul.pager li > a {
text-align: center;
padding: 0;
height: 40px;
width: 40px;
border: 1px solid #777777;
line-height: 39px;
background-color: #777777;
color: #ffffff;
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
ul.pagination li > a:hover,
ul.pagination li > a:focus {
background-color: transparent;
color: #ffffff;
background-color: #0c9ec7;
border-color: #0c9ec7;
}
ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
color: #ffffff;
background-color: #09afdf;
border-color: #09afdf;
}
/* Breadcrumb
---------------------------------- */
.breadcrumb-container {
background-color: #f8f8f8;
border-bottom: 1px solid #f4f4f4;
}
.dark.breadcrumb-container {
background-color: #777777;
border-color: #333333;
color: #ffffff;
}
.breadcrumb {
background-color: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-bottom: 0;
font-size: 12px;
padding-left: 0;
}
.breadcrumb > li + li:before {
font-family: "FontAwesome";
content: "\f101";
font-size: 11px;
padding-left: 3px;
}
.banner .breadcrumb-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: rgba(255, 255, 255, 0.85);
border-bottom-color: rgba(255, 255, 255, 0.1);
}
.banner .dark.breadcrumb-container {
background-color: rgba(57, 66, 69, 0.6);
border-bottom-color: rgba(119, 119, 119, 0.1);
}
.banner .breadcrumb > li a,
.banner .breadcrumb > li i {
color: #000000;
}
.banner .breadcrumb > .active,
.banner .breadcrumb > li + li:before {
color: #777777;
}
.dark .breadcrumb > li a,
.dark .breadcrumb > li i,
.dark .breadcrumb > .active,
.dark .breadcrumb > li + li:before {
color: #ffffff;
}
.banner .breadcrumb > li a:hover {
color: #0c9ec7;
}
/* Nav pills
---------------------------------- */
.nav-pills:not(.nav-stacked) {
margin-bottom: 15px;
}
.text-center > .nav-pills {
display: inline-block;
}
.nav-pills > li > a {
border-radius: 0;
padding: 7px 10px;
border: 1px solid transparent;
color: #999999;
font-size: 13px;
text-transform: uppercase;
font-weight: 400;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
color: #777777;
background-color: transparent;
border-bottom: 1px solid #777777;
}
.nav-pills.style-2 > li > a {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.nav-pills.style-2 > li.active > a,
.nav-pills.style-2 > li.active > a:hover,
.nav-pills.style-2 > li.active > a:focus,
.nav-pills.style-2 > li > a:hover,
.nav-pills.style-2 > li > a:focus {
color: #09afdf;
background-color: #fafafa;
border: 1px solid #eaeaea;
}
.nav-pills > li + li {
margin-left: 5px;
}
.nav-pills.nav-stacked > li + li {
margin-left: 0;
}
.nav-pills.nav-stacked > li > a {
padding: 5px 0px;
color: #777777;
}
.nav-pills.nav-stacked.list-style-icons > li > a {
padding: 4px 0px;
}
.nav-pills.nav-stacked > li.active > a,
.nav-pills.nav-stacked > li.active > a:hover,
.nav-pills.nav-stacked > li.active > a:focus,
.nav-pills.nav-stacked > li > a:hover,
.nav-pills.nav-stacked > li > a:focus {
color: #09afdf;
background-color: transparent;
border-color: transparent;
}
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:after {
font-family: "FontAwesome";
content: "\f101";
font-size: 12px;
position: absolute;
right: 15px;
top: 6px;
color: #d1d1d1;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.nav-pills > li.active > a:after {
color: #09afdf;
}
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:hover:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:focus:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:hover:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:focus:after {
color: #0c9ec7;
right: 10px;
}
.nav-pills.nav-stacked.list-style-icons > li > a > i {
padding-right: 10px;
font-size: 14px;
color: #cdcdcd;
}
.nav-pills.nav-stacked.list-style-icons > li.active > a > i,
.nav-pills.nav-stacked.list-style-icons > li > a:hover > i,
.nav-pills.nav-stacked.list-style-icons > li > a:focus > i {
color: #0c9ec7;
}
/* Process pills */
.process .nav-pills > li + li {
margin-left: 40px;
position: relative;
}
.process .nav-pills > li + li:after {
font-family: "FontAwesome";
content: "\f101";
position: absolute;
top: 6px;
left: -24px;
width: 10px;
color: #cdcdcd;
}
/*footer*/
.footer-content .nav-pills > li > a {
padding: 4px 0px;
}
.footer-content .nav-pills.nav-stacked > li > a:after {
top: 5px;
}
.dark .footer-content .nav-pills > li > a,
.dark .footer-content .nav-pills > li.active > a,
.dark .footer-content .nav-pills > li.active > a:focus,
.dark .footer-content .nav-pills > li > a:focus {
color: #999999;
}
.dark .footer-content .nav-pills > li.active > a:hover,
.dark .footer-content .nav-pills > li > a:hover {
color: #0c9ec7;
}
/* Collapse
---------------------------------- */
.panel-group .panel-default {
border-color: #eaeaea;
-webkit-box-shadow: none;
box-shadow: none;
}
.panel-group .panel-heading {
padding: 0;
}
.panel-heading a {
font-weight: 400;
display: inline-block;
width: 100%;
position: relative;
text-decoration: none;
padding: 10px 40px 10px 15px;
color: inherit;
}
/*Style 1*/
.collapse-style-1 .panel-heading {
background-color: #fafafa;
}
.collapse-style-1 .panel-heading a {
color: #999999;
}
.collapse-style-1 .panel-heading a:not(.collapsed) {
color: #777777;
}
.collapse-style-1 .panel-heading a:after {
font-family: "FontAwesome";
content: "\f146";
position: absolute;
right: 15px;
font-size: 14px;
font-weight: 300;
top: 50%;
line-height: 1;
margin-top: -7px;
}
.collapse-style-1 .panel-heading a.collapsed:after {
content: "\f0fe";
}
.panel-heading a:hover {
text-decoration: none;
}
.panel-title a i {
font-size: 16px;
}
.collapse-style-1 .panel-body {
border-top: none!important;
background-color: #fafafa;
padding-top: 0;
}
/*Style 2*/
.collapse-style-2 .panel {
border-color: transparent;
}
.collapse-style-2 .panel-heading {
background-color: transparent;
}
.collapse-style-2 .panel-heading a {
color: #ffffff;
background-color: #09afdf;
}
.collapse-style-2 .panel-heading a.collapsed {
background-color: #333333;
}
.collapse-style-2 .panel-heading a:after {
font-family: "FontAwesome";
content: "\f106";
position: absolute;
right: 15px;
font-size: 14px;
font-weight: 300;
top: 50%;
line-height: 1;
margin-top: -7px;
}
.collapse-style-2 .panel-heading a.collapsed:after {
content: "\f107";
}
.panel-heading a:hover {
text-decoration: none;
}
.panel-title a i {
font-size: 16px;
}
.collapse-style-2 .panel-body {
border-top: none!important;
background-color: transparent;
padding: 15px 0;
}
.collapse-style-2 .panel-body.p-15 {
padding: 15px;
}
/*Style 3*/
.collapse-style-3 .panel {
border-color: #999999;
}
.collapse-style-3 .panel-heading {
background-color: transparent;
}
.collapse-style-3 .panel-heading a {
color: #ffffff;
background-color: #999999;
}
.collapse-style-3 .panel-heading a.collapsed {
background-color: #999999;
}
.collapse-style-3 .panel-heading a:after {
font-family: "FontAwesome";
content: "\f139";
position: absolute;
right: 15px;
font-size: 12px;
font-weight: 300;
top: 50%;
line-height: 1;
margin-top: -7px;
}
.collapse-style-3 .panel-heading a.collapsed:after {
content: "\f13a";
}
.panel-heading a:hover {
text-decoration: none;
}
.panel-title a i {
font-size: 16px;
}
.collapse-style-3 .panel-body {
border-top: none!important;
background-color: transparent;
}
/*Contextual Headings*/
.collapse-contextual .panel-heading a:after {
font-family: "FontAwesome";
content: "\f068";
position: absolute;
right: 15px;
font-size: 10px;
font-weight: 300;
top: 50%;
line-height: 1;
margin-top: -6px;
}
.collapse-contextual .panel-heading a.collapsed:after {
content: "\f067";
}
/*Content Collapse*/
.btn[data-toggle="collapse"] i:before {
font-size: 10px;
content: "\f068";
}
.btn.collapsed[data-toggle="collapse"] i:before {
content: "\f067";
}
/* Progress bars
---------------------------------- */
.progress.style-1 {
margin-top: 25px;
background-color: #fafafa;
border: 1px solid #eaeaea;
height: 8px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
overflow: visible;
position: relative;
}
.progress.style-1 .progress-bar {
padding: 0;
text-align: left;
font-size: 11px;
font-weight: 300;
margin-top: 0px;
height: 4px;
margin: 1px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
}
.progress.style-2 {
margin-bottom: 15px;
background-color: #fafafa;
border: 1px solid #eaeaea;
height: 20px;
-webkit-box-shadow: none;
box-shadow: none;
}
.progress.style-2 .progress-bar {
padding: 0;
text-align: left;
-webkit-box-shadow: none;
box-shadow: none;
}
.progress.style-2 span {
font-size: 11px;
line-height: 1;
position: relative;
top: -2px;
left: 10px;
}
.progress-bar {
-webkit-transition: width 1.5s ease;
-o-transition: width 1.5s ease;
transition: width 1.5s ease;
}
.progress .label {
position: absolute;
top: -16px;
font-size: 11px;
color: #333333;
right: 10px;
font-weight: 400;
padding: 0;
}
.progress .text {
position: absolute;
font-size: 11px;
top: -17px;
left: 0;
font-weight: 400;
text-transform: uppercase;
color: #999999;
}
.progress.dark {
background-color: #cdcdcd;
border-color: #cdcdcd;
}
.progress.dark.style-1 {
border-color: #ffffff;
}
.dark .progress-striped .progress-bar,
.dark .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);
}
.progress-bar-white {
background-color: #ffffff;
color: #777777;
}
.progress-bar-default {
background-color: #09afdf;
}
.progress-bar-gray {
background-color: #999999;
}
.progress-bar-dark {
background-color: #333333;
}
.gray-bg .progress {
background-color: #ffffff;
-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}
/* Circular Progress Bars
---------------------------------- */
.knob-container {
margin: 10px;
position: relative;
display: inline-block;
}
.knob-container canvas {
width: 132px;
height: 132px;
margin: 0 auto;
}
.knob-text {
position: absolute;
text-align: center;
top: 50%;
width: 100%;
margin-top: -14px;
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
.knob-container canvas {
width: 169px;
height: 169px;
}
}
/* Forms
---------------------------------- */
form {
margin: 20px 0;
}
textarea {
resize: vertical;
}
.sidebar form {
margin: 5px 0 20px 0;
}
.form-control {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #ffffff;
height: 40px;
padding-right: 30px;
border-color: #e1e1e1;
color: #777777;
position: relative;
-webkit-appearance: none;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-control.radius-50 {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.form-control-lg {
height: 48px;
}
/* Small devices (tablets, phones 481px and up) */
@media (min-width: 481px) {
.form-control-lg {
min-width: 350px;
}
}
.form-control:focus {
border-color: #999999;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
select.form-control {
padding-right: 5px;
-webkit-appearance: menulist;
}
select[multiple].form-control {
-webkit-appearance: listbox;
}
.form-control::-moz-placeholder {
color: inherit;
}
.form-control:-ms-input-placeholder {
color: inherit;
}
.form-control::-webkit-input-placeholder {
color: inherit;
}
.input-group-addon {
background-color: #f1f1f1;
border-color: #e1e1e1;
}
.form-list > div {
padding: 7px 15px;
border-bottom: 1px solid #dddddd;
background-color: #f3f3f3;
margin: 6px 0;
display: block;
}
form label,
.radio label,
.checkbox label {
font-weight: 300;
}
fieldset {
padding: 10px 25px;
margin: 15px 0px;
border: 1px solid #dddddd;
background-color: #fafafa;
}
fieldset legend {
display: block;
width: auto;
padding: 3px 10px;
margin-bottom: 0;
font-size: 15px;
line-height: inherit;
color: #333;
border: 1px solid #ddd;
background-color: #ffffff;
}
fieldset .form-control,
fieldset .form-control:focus {
webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
border-color: #f3f3f3;
}
input[type="radio"],
input[type="checkbox"] {
margin-top: 5px;
}
/* forms with icons */
.has-feedback label ~ .form-control-feedback {
top: 27px;
}
.form-control-feedback {
width: 40px;
height: 40px;
line-height: 42px !important;
top: 0;
color: #777777;
}
.form-control-lg + .form-control-feedback,
.has-feedback label.sr-only ~ .form-control-lg + .form-control-feedback {
height: 48px;
top: 4px;
}
/* Disabled forms */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
opacity: 0.5;
filter: alpha(opacity=50);
}
/* forms with icons */
.form-control-feedback {
width: 40px;
height: 40px;
line-height: 40px !important;
top: 0;
}
/* Forms in all backgrounds */
.dark-bg .form-control {
background-color: rgba(255, 255, 255, 0.15);
border-color: #353535;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
color: #cdcdcd;
}
.dark-bg .has-success .form-control:focus,
.dark-bg .has-warning .form-control:focus,
.dark-bg .has-error .form-control:focus {
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
}
.dark-bg .input-group-addon {
background-color: rgba(255, 255, 255, 0.2);
border-color: #000;
}
.dark-bg .form-control:focus,
.dark-bg .has-success .form-control:focus,
.dark-bg .has-warning .form-control:focus,
.dark-bg .has-error .form-control:focus {
background-color: rgba(255, 255, 255, 0.25);
}
.dark-bg .form-control-feedback {
color: #cdcdcd;
}
.default-bg .form-control {
background-color: rgba(0, 0, 0, 0.2);
border-color: #0c9ec7;
-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
color: #ffffff;
}
.default-bg .has-success .form-control:focus,
.default-bg .has-warning .form-control:focus,
.default-bg .has-error .form-control:focus {
-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
}
.default-bg .input-group-addon {
background-color: rgba(0, 0, 0, 0.2);
border-color: #0c9ec7;
}
.default-bg .form-control:focus {
background-color: rgba(0, 0, 0, 0.1);
}
.default-bg .form-control-feedback {
color: #ffffff;
}
.dark .form-control {
-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6);
color: #cccccc;
background-color: rgba(255, 255, 255, 0.1);
border-color: #373737;
}
.dark .form-control:focus {
background-color: rgba(255, 255, 255, 0.15);
}
.dark .form-control-feedback {
color: #cdcdcd;
}
.dark .footer-content .form-control {
border-color: #222222;
}
/* Validation states */
.dark-bg .has-success .help-block,
.dark-bg .has-success .control-label,
.dark-bg .has-success .radio,
.dark-bg .has-success .checkbox,
.dark-bg .has-success .radio-inline,
.dark-bg .has-success .checkbox-inline,
.dark-bg .has-success.radio label,
.dark-bg .has-success.checkbox label,
.dark-bg .has-success.radio-inline label,
.dark-bg .has-success.checkbox-inline label,
.dark-bg .has-success .form-control-feedback {
color: #15c019;
}
.dark-bg .has-warning .help-block,
.dark-bg .has-warning .control-label,
.dark-bg .has-warning .radio,
.dark-bg .has-warning .checkbox,
.dark-bg .has-warning .radio-inline,
.dark-bg .has-warning .checkbox-inline,
.dark-bg .has-warning.radio label,
.dark-bg .has-warning.checkbox label,
.dark-bg .has-warning.radio-inline label,
.dark-bg .has-warning.checkbox-inline label,
.dark-bg .has-warning .form-control-feedback {
color: #e5af51;
}
.dark-bg .has-error .help-block,
.dark-bg .has-error .control-label,
.dark-bg .has-error .radio,
.dark-bg .has-error .checkbox,
.dark-bg .has-error .radio-inline,
.dark-bg .has-error .checkbox-inline,
.dark-bg .has-error.radio label,
.dark-bg .has-error.checkbox label,
.dark-bg .has-error.radio-inline label,
.dark-bg .has-error.checkbox-inline label,
.dark-bg .has-error .form-control-feedback {
color: #ef4f4c;
}
.has-success .form-control,
.has-success .form-control:focus {
border-color: #3c763d;
}
.has-warning .form-control,
.has-warning .form-control:focus {
border-color: #8a6d3b;
}
.has-error .form-control,
.has-error .form-control:focus {
border-color: #a94442;
}
.default-bg .has-success .form-control,
.default-bg .has-warning .form-control,
.default-bg .has-error .form-control,
.default-bg .has-success .form-control:focus,
.default-bg .has-warning .form-control:focus,
.default-bg .has-error .form-control:focus {
border-color: #fff;
color: #ffffff;
}
.default-bg .has-success .form-control-feedback,
.default-bg .has-warning .form-control-feedback,
.default-bg .has-error .form-control-feedback,
.default-bg .has-success .control-label,
.default-bg .has-warning .control-label,
.default-bg .has-error .control-label {
color: #fff;
}
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.has-error .error {
font-weight: 400;
margin-bottom: 5px;
display: block;
}
/*Sorting Filters*/
.sorting-filters label {
display: block;
margin-bottom: 5px;
font-size: 14px;
text-align: left;
}
.sorting-filters form {
margin: 0;
}
.sorting-filters .form-inline .form-control {
width: 100%;
}
.sorting-filters .btn {
margin: 0;
min-width: 0;
width: 100%;
}
/* Small devices (tablets, smartphones) */
@media (min-width: 768px) and (max-width: 991px) {
.sorting-filters .form-inline .form-group {
width: 18%;
margin-right: 1.2%;
}
}
/* Small devices (tablets, smartphones 768px and up) */
@media (min-width: 768px) {
.sorting-filters .btn {
margin: 25px 0 0;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.sorting-filters .form-control {
margin: 0 0 5px;
}
}
/* Alerts
---------------------------------- */
.alert {
margin: 20px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: none;
}
.alert-success {
color: #2a5f2b;
background-color: #bcdab0;
}
.alert-info {
color: #1a4e68;
background-color: #c6e8fa;
}
.alert-warning {
color: #72582b;
background-color: #f7f0ce;
}
.alert-icon {
padding-left: 70px;
position: relative;
}
.alert-icon i {
position: absolute;
font-size: 28px;
left: 21px;
top: 13px;
width: 30px;
text-align: center;
}
.close {
font-size: 28px;
font-weight: normal;
filter: alpha(opacity=40);
opacity: 0.4;
}
[data-notify="container"] {
max-width: 400px;
}
[data-notify="progressbar"] {
display: none;
}
/*Icons
---------------------------------- */
.icon {
display: inline-block;
text-align: center;
position: relative;
background-color: rgba(255, 255, 255, 0.85);
color: #000;
font-size: 24px;
width: 60px;
height: 60px;
line-height: 58px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid transparent;
}
.icons .icon {
margin: 0 5px 5px 0;
}
.icon i {
position: relative;
z-index: 1;
}
.icon.dark-bg {
background-color: rgba(66, 66, 66, 0.66);
color: #ffffff;
}
.icon.default-bg {
background-color: #09afdf;
color: #ffffff;
}
.icon.light-bg {
background-color: #fff;
color: #09afdf;
}
.icon.without-bg {
font-size: 36px;
line-height: 1;
color: inherit;
background-color: transparent;
height: 100%;
}
.icon.large {
font-size: 36px;
width: 100px;
height: 100px;
line-height: 97px;
}
.icon.small {
font-size: 18px;
width: 45px;
height: 45px;
line-height: 43px;
}
/*Feature Box
---------------------------------- */
.feature-box,
.feature-box-2 {
margin-bottom: 30px;
}
.feature-box .title,
.feature-box-2 .title {
margin-top: 0px;
}
/*style-1*/
.feature-box h3 {
margin-top: 0;
}
.feature-box .icon {
margin-bottom: 10px;
}
.feature-box p {
clear: both;
margin-bottom: 15px;
}
.feature-box:not(.shadow):hover .icon {
opacity: 0.8;
filter: alpha(opacity=80);
}
/*style-2*/
.feature-box-2 {
position: relative;
}
.feature-box-2 .icon {
position: absolute;
top: 0px;
left: 0px;
}
.feature-box-2 .icon.without-bg {
width: 0;
height: 0;
}
.feature-box-2.boxed {
border: 1px solid #f1f1f1;
}
.feature-box-2.boxed .icon {
left: 20px;
top: 20px;
}
.feature-box-2 .icon {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.feature-box-2 .body {
margin-left: 62px;
}
.feature-box-2:hover .icon {
opacity: 0.8;
filter: alpha(opacity=80);
}
.feature-box-2.right .body {
margin-right: 62px;
margin-left: 0px;
text-align: right;
}
.feature-box-2.right .icon {
left: auto;
right: 0px;
}
.feature-box-2.right .icon.without-bg {
right: 40px;
}
.feature-box-2.boxed.right .icon {
left: auto;
right: 20px;
}
.feature-box-2.boxed.right .icon.without-bg {
right: 60px;
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
.feature-box-2:not(.boxed) {
padding-bottom: 0;
}
}
/*shadow*/
.shadow,
.shadow-narrow {
position: relative;
background-color: #ffffff;
}
.light-gray-bg.shadow,
.light-gray-bg.shadow-narrow {
background-color: #fafafa;
}
.bordered {
border: 1px solid #f1f1f1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.dark-bg .bordered {
border: 1px solid #555555;
}
.shadow *,
.shadow-narrow * {
position: relative;
z-index: 3;
}
.shadow:before,
.shadow-narrow:before {
position: absolute;
left: 0;
height: 60%;
bottom: 0;
width: 100%;
content: "";
background-color: #ffffff;
z-index: 2;
}
.light-gray-bg.shadow:before,
.light-gray-bg.shadow-narrow:before {
background-color: #fafafa;
}
.shadow:after,
.shadow-narrow:after {
content: "";
position: absolute;
height: 50%;
width: 96%;
left: 50%;
bottom: 2px;
margin-left: -48%;
-webkit-box-shadow: 0 5px 7px #999999;
box-shadow: 0 5px 7px #999999;
z-index: 1;
border-radius: 10%;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.shadow-narrow:after {
width: 90%;
margin-left: -45%;
}
.shadow:hover:after,
.shadow-narrow:hover:after {
bottom: 10px;
}
/*Image box
---------------------------------- */
.owl-item .image-box {
margin-bottom: 20px;
}
.image-box .body {
padding: 15px;
}
.image-box .body h3 {
margin-top: 0;
}
.image-box .body p:last-child {
margin-bottom: 0;
}
.image-box.style-4 {
border: none;
}
.image-box.style-3-b {
display: block;
margin-bottom: 40px;
}
.image-box.style-3-b .body {
padding: 10px 0;
}
/* Medium devices (tablets, laptops, smartphones 768px and up) */
@media (min-width: 768px) {
.image-box.style-3-b .body {
padding: 0;
}
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
.image-box.style-4 {
margin-bottom: 30px;
}
}
/*Listing Items
---------------------------------- */
.listing-item .overlay-container .badge {
position: absolute;
border: 1px solid #09afdf;
background-color: rgba(255, 255, 255, 0.95);
color: #09afdf;
font-weight: 400;
padding: 4px;
top: 10px;
right: 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.listing-item .body {
padding: 15px;
}
.listing-item .body h3 {
margin-top: 0;
font-size: 18px;
line-height: 1.4;
}
.listing-item .elements-list {
font-size: 12px;
}
.listing-item .price {
font-size: 18px;
margin-top: 1px;
display: inline-block;
font-weight: 400;
}
.listing-item .price del {
font-size: 12px;
color: #999999;
}
.listing-item .overlay-to-top {
padding: 10px 0!important;
}
.listing-item .overlay-to-top .btn-sm-link {
padding: 5px;
}
/*Modals
---------------------------------- */
.modal-content .modal-header {
background-color: #09afdf;
}
.modal-content .modal-title {
color: #ffffff;
}
.modal-open .page-wrapper {
-webkit-filter: blur(3px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}
.modal-footer .btn + .btn {
margin-bottom: 5px;
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
.modal-lg {
width: 1140px;
}
}
/*Images and Overlays
---------------------------------- */
.overlay-container {
position: relative;
display: block;
text-align: center;
overflow: hidden;
}
.overlay-bottom,
.overlay-top {
position: absolute;
top: auto;
padding: 15px;
bottom: 0px;
left: 0;
right: 0px;
background-color: rgba(30, 30, 30, 0.5);
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all ease-in-out 0.25s;
-o-transition: all ease-in-out 0.25s;
transition: all ease-in-out 0.25s;
height: 0;
color: #ffffff;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-bottom.links,
.overlay-to-top.links {
z-index: 11;
}
.overlay-to-top {
position: absolute;
top: auto;
padding: 10px;
bottom: -30px;
left: 0;
right: 0px;
background-color: rgba(30, 30, 30, 0.5);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all ease-in-out 0.25s;
-o-transition: all ease-in-out 0.25s;
transition: all ease-in-out 0.25s;
color: #ffffff;
}
.overlay-top {
top: 0;
}
.overlay-visible .overlay-bottom,
.overlay-visible .overlay-top {
opacity: 1;
filter: alpha(opacity=100);
height: auto!important;
padding-bottom: 20px;
}
.overlay-visible.overlay-container:hover .overlay-bottom:not(.links),
.overlay-visible.overlay-container:hover .overlay-top {
opacity: 0.5;
filter: alpha(opacity=50);
}
.overlay-top a,
.overlay-bottom a,
.overlay-to-top a {
color: #ffffff;
}
.overlay-container .text {
padding: 0 20px;
position: relative;
}
.overlay-container .text h3,
.overlay-container .text h3 .small {
margin-top: 0;
color: #ffffff;
}
.overlay-container .text a:hover {
color: #ffffff;
}
.overlay-bottom .btn,
.overlay-top .btn {
color: #ffffff;
border-color: #ffffff;
margin: 0;
}
.overlay-bottom .btn:hover,
.overlay-top .btn:hover {
color: #777777;
background-color: #ffffff;
}
.overlay-container:hover .overlay-top,
.overlay-container:hover .overlay-bottom,
.image-box.style-2:hover .overlay-top,
.image-box.style-2:hover .overlay-bottom {
height: 50%;
opacity: 1;
filter: alpha(opacity=100);
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-container:hover .overlay-to-top,
.image-box:hover .overlay-to-top {
opacity: 1;
filter: alpha(opacity=100);
bottom: 0;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-link {
position: absolute;
z-index: 10;
top: 0;
padding: 15px;
bottom: 0px;
left: 0;
right: 0px;
background-color: rgba(30, 30, 30, 0.5);
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all ease-in-out 0.25s;
-o-transition: all ease-in-out 0.25s;
transition: all ease-in-out 0.25s;
color: #ffffff;
}
.overlay-link i {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 80px;
height: 80px;
border: 1px solid #ffffff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
color: #ffffff;
position: absolute;
top: 50%;
left: 50%;
margin: -40px 0 0 -40px;
font-size: 32px;
line-height: 80px;
}
.overlay-link i:hover {
background-color: #ffffff;
color: #777777;
}
.overlay-link.small i {
width: 25px;
height: 25px;
margin: -12.5px 0 0 -12.5px;
font-size: 14px;
line-height: 25px;
}
.overlay-container:hover .overlay-link {
height: 100%;
opacity: 1;
filter: alpha(opacity=100);
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
.overlay-container .text {
top: 30%;
}
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.overlay-container .text {
top: 30%;
}
.overlay-container .text p:not(.mobile-visible) {
display: none;
}
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (min-width: 480px) and (max-width: 1199px) {
.overlay-container:not(.overlay-visible) .overlay-top ~ .overlay-bottom {
padding-top: 5px;
padding-bottom: 5px;
}
.owl-item .overlay-container:hover .overlay-top {
height: 71%;
}
.owl-item .overlay-container:hover .overlay-bottom {
height: 29%;
}
}
/*Video Backgrounds
---------------------------------- */
.video-background,
.video-background-banner {
position: relative;
overflow: hidden;
}
/* Responsive iframe
---------------------------------- */
.tp-caption .embed-responsive {
overflow: visible;
}
/* Audio wrapper
---------------------------------- */
.audio-wrapper iframe {
width: 100%;
border: none;
margin-bottom: 20px;
}
/* Jumbotron
---------------------------------- */
.jumbotron {
background-color: transparent;
}
/*Carousel
---------------------------------- */
.top.carousel-indicators {
bottom: auto;
top: 10px;
}
.bottom.carousel-indicators {
bottom: 10px;
}
.shadow .carousel-indicators {
position: absolute;
z-index: 4;
}
/*Badges
---------------------------------- */
.main-navigation .badge {
position: absolute;
top: 13px;
right: 20px;
font-size: 12px;
background-color: transparent;
color: inherit;
font-weight: 300;
padding: 2px 4px;
}
.main-navigation .mega-menu .badge {
top: 8px;
}
/* Extra small devices (phones, less than 767px) */
@media (max-width: 767px) {
.main-navigation .dropdown-toggle .badge {
right: 50px;
}
}
/*Pace (Page loader)
---------------------------------- */
/*loader 1*/
.page-loader-1 .page-wrapper {
opacity: 0;
filter: alpha(opacity=0);
}
.page-loader-1.pace-done .page-wrapper {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: ease-in-out opacity 0.2s;
-o-transition: ease-in-out opacity 0.2s;
transition: ease-in-out opacity 0.2s;
}
.page-loader-1 .pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
z-index: 2000;
position: fixed;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 5px;
width: 200px;
background: #fff;
border: 1px solid #09afdf;
overflow: hidden;
}
.page-loader-1 .pace .pace-progress {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
max-width: 200px;
position: fixed;
z-index: 2000;
display: block;
position: absolute;
top: 0;
right: 100%;
height: 100%;
width: 100%;
background: #09afdf;
}
/*loader 2*/
.page-loader-2 .page-wrapper {
opacity: 0;
filter: alpha(opacity=0);
}
.page-loader-2.pace-done .page-wrapper {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: ease-in-out opacity 0.2s;
-o-transition: ease-in-out opacity 0.2s;
transition: ease-in-out opacity 0.2s;
}
.page-loader-2 .pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
z-index: 2000;
position: fixed;
height: 60px;
width: 100px;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.page-loader-2 .pace .pace-progress {
z-index: 2000;
position: absolute;
height: 60px;
width: 100px;
-webkit-transform: translate3d(0, 0, 0) !important;
-ms-transform: translate3d(0, 0, 0) !important;
transform: translate3d(0, 0, 0) !important;
}
.page-loader-2 .pace .pace-progress:before {
content: attr(data-progress-text);
text-align: center;
color: #fff;
background: #09afdf;
border-radius: 50%;
font-family: "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 100;
line-height: 45px;
padding: 0;
width: 44px;
height: 44px;
margin: 8px 0 0 29px;
display: block;
z-index: 999;
position: absolute;
}
.page-loader-2 .pace .pace-activity {
font-size: 15px;
line-height: 1;
z-index: 2000;
position: absolute;
height: 60px;
width: 100px;
display: block;
-webkit-animation: pace-theme-center-atom-spin 2s linear infinite;
-moz-animation: pace-theme-center-atom-spin 2s linear infinite;
-o-animation: pace-theme-center-atom-spin 2s linear infinite;
animation: pace-theme-center-atom-spin 2s linear infinite;
}
.page-loader-2 .pace .pace-activity {
border-radius: 50%;
border: 5px solid #09afdf;
content: ' ';
display: block;
position: absolute;
top: 0;
left: 0;
height: 60px;
width: 100px;
}
.page-loader-2 .pace .pace-activity:after {
border-radius: 50%;
border: 5px solid #09afdf;
content: ' ';
display: block;
position: absolute;
top: -5px;
left: -5px;
height: 60px;
width: 100px;
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-o-transform: rotate(60deg);
transform: rotate(60deg);
}
.page-loader-2 .pace .pace-activity:before {
border-radius: 50%;
border: 5px solid #09afdf;
content: ' ';
display: block;
position: absolute;
top: -5px;
left: -5px;
height: 60px;
width: 100px;
-webkit-transform: rotate(120deg);
-moz-transform: rotate(120deg);
-o-transform: rotate(120deg);
transform: rotate(120deg);
}
@-webkit-keyframes pace-theme-center-atom-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-moz-keyframes pace-theme-center-atom-spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-o-keyframes pace-theme-center-atom-spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@keyframes pace-theme-center-atom-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
/*loader 3*/
.page-loader-3 .pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace.pace-inactive {
display: none;
}
.page-loader-3 .pace .pace-progress {
background: #09afdf;
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 2px;
}
/*loader 4*/
.page-loader-4 .page-wrapper {
opacity: 0;
filter: alpha(opacity=0);
}
.page-loader-4.pace-done .page-wrapper {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: ease-in-out opacity 0.2s;
-o-transition: ease-in-out opacity 0.2s;
transition: ease-in-out opacity 0.2s;
}
.page-loader-4 .pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-perspective: 12rem;
-moz-perspective: 12rem;
-ms-perspective: 12rem;
-o-perspective: 12rem;
perspective: 12rem;
z-index: 2000;
position: fixed;
height: 6rem;
width: 6rem;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.page-loader-4 .pace .pace-progress {
position: fixed;
z-index: 2000;
display: block;
position: absolute;
left: 0;
top: 0;
height: 6rem;
width: 6rem !important;
line-height: 6rem;
font-size: 2rem;
border-radius: 50%;
background: #09afdf;
color: #fff;
font-family: "Helvetica Neue", sans-serif;
font-weight: 100;
text-align: center;
-webkit-animation: pace-theme-center-circle-spin linear infinite 2s;
-moz-animation: pace-theme-center-circle-spin linear infinite 2s;
-ms-animation: pace-theme-center-circle-spin linear infinite 2s;
-o-animation: pace-theme-center-circle-spin linear infinite 2s;
animation: pace-theme-center-circle-spin linear infinite 2s;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.page-loader-4 .pace .pace-progress:after {
content: attr(data-progress-text);
display: block;
}
@-webkit-keyframes pace-theme-center-circle-spin {
from {
-webkit-transform: rotateY(0deg);
}
to {
-webkit-transform: rotateY(360deg);
}
}
@-moz-keyframes pace-theme-center-circle-spin {
from {
-moz-transform: rotateY(0deg);
}
to {
-moz-transform: rotateY(360deg);
}
}
@-ms-keyframes pace-theme-center-circle-spin {
from {
-ms-transform: rotateY(0deg);
}
to {
-ms-transform: rotateY(360deg);
}
}
@-o-keyframes pace-theme-center-circle-spin {
from {
-o-transform: rotateY(0deg);
}
to {
-o-transform: rotateY(360deg);
}
}
@keyframes pace-theme-center-circle-spin {
from {
transform: rotateY(0deg);
}
to {
transform: rotateY(360deg);
}
}
/*loader 5*/
.page-loader-5 .page-wrapper {
opacity: 0;
filter: alpha(opacity=0);
}
.page-loader-5.pace-done .page-wrapper {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: ease-in-out opacity 0.2s;
-o-transition: ease-in-out opacity 0.2s;
transition: ease-in-out opacity 0.2s;
}
.page-loader-5 .pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.page-loader-5 .pace .pace-progress {
position: fixed;
z-index: 2000;
top: 0;
right: 0;
height: 5rem;
width: 5rem;
-webkit-transform: translate3d(0, 0, 0) !important;
-ms-transform: translate3d(0, 0, 0) !important;
transform: translate3d(0, 0, 0) !important;
}
.page-loader-5 .pace .pace-progress:after {
display: block;
position: absolute;
top: 0;
right: .5rem;
content: attr(data-progress-text);
font-family: "Helvetica Neue", sans-serif;
font-weight: 100;
font-size: 100px;
line-height: 1;
text-align: right;
color: #09afdf;
}
/*loader 6*/
.page-loader-6 .page-wrapper {
opacity: 0;
filter: alpha(opacity=0);
}
.page-loader-6.pace-done .page-wrapper {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: ease-in-out opacity 0.2s;
-o-transition: ease-in-out opacity 0.2s;
transition: ease-in-out opacity 0.2s;
}
.page-loader-6 .pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.page-loader-6 .pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 0;
right: 0;
width: 300px;
height: 300px;
background: #09afdf;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
transform: translateX(100%) translateY(-100%) rotate(45deg);
pointer-events: none;
}
.page-loader-6 .pace.pace-active .pace-activity {
-webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
transform: translateX(50%) translateY(-50%) rotate(45deg);
}
.page-loader-6 .pace .pace-activity::before,
.page-loader-6 .pace .pace-activity::after {
-moz-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
bottom: 30px;
left: 50%;
display: block;
border: 5px solid #fff;
border-radius: 50%;
content: '';
}
.page-loader-6 .pace .pace-activity::before {
margin-left: -40px;
width: 80px;
height: 80px;
border-right-color: rgba(0, 0, 0, 0.2);
border-left-color: rgba(0, 0, 0, 0.2);
-webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite;
animation: pace-theme-corner-indicator-spin 3s linear infinite;
}
.page-loader-6 .pace .pace-activity::after {
bottom: 50px;
margin-left: -20px;
width: 40px;
height: 40px;
border-top-color: rgba(0, 0, 0, 0.2);
border-bottom-color: rgba(0, 0, 0, 0.2);
-webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite;
animation: pace-theme-corner-indicator-spin 1s linear infinite;
}
@-webkit-keyframes pace-theme-corner-indicator-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@keyframes pace-theme-corner-indicator-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
/* 6 Navigations
----------------------------------------------------------------------------- */
/* 6.1 Light Version
----------------------------------------------------------------------------- */
/* mobile menu */
.navbar.navbar-default {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 10px 0 15px;
border-color: #ededed;
background-color: #fafafa;
font-weight: 400;
}
/* first level menu item */
.navbar-default .navbar-nav > li > a {
color: #333333;
font-size: 16px;
padding: 10px 15px 10px 15px;
z-index: 102;
border: none;
border-bottom: 1px solid transparent;
border-right: 1px solid transparent;
border-left: 1px solid transparent;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.main-navigation.animated .navbar-default .navbar-nav > li > a {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.transparent-header .header:not(.dark) .navbar-nav > li:not(.active) > a {
color: #000000;
}
.navbar-default .navbar-nav > li.dropdown > a {
padding-right: 20px;
}
/* first level menu item on hover/focus */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
background-color: transparent;
color: #09afdf;
}
.transparent-header .header:not(.dark) .navbar-nav > li.open > a,
.transparent-header .header:not(.dark) .navbar-nav > li > a:hover,
.transparent-header .header:not(.dark) .navbar-nav > li > a:focus {
color: #09afdf;
}
/* first level menu item when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus,
.main-navigation .navbar-nav > .dropdown > a:focus {
background-color: #ffffff;
color: #09afdf;
border-bottom-color: #ffffff;
border-right: 1px solid #f5f5f5;
border-left: 1px solid #f5f5f5;
z-index: 106;
}
.transparent-header.gradient-background-header .header:not(.dark) .active.dropdown > a:before {
color: #000000;
}
.transparent-header.gradient-background-header .header:not(.dark) .main-navigation .navbar-nav > .open > a,
.transparent-header.gradient-background-header .header:not(.dark) .main-navigation .navbar-nav > .open > a:hover,
.transparent-header.gradient-background-header .header:not(.dark) .main-navigation .navbar-nav > .open > a:focus,
.transparent-header.gradient-background-header .header:not(.dark) .main-navigation .navbar-nav > .dropdown > a:focus {
border-right-color: transparent;
border-left-color: transparent;
border-bottom-color: transparent;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.transparent-header.gradient-background-header .header:not(.dark) .navbar-default .navbar-nav > li:not(.open) > a:hover,
.transparent-header.gradient-background-header .header:not(.dark) .navbar-default .navbar-nav > li:not(.open) > a:focus,
.transparent-header.gradient-background-header .header:not(.dark) .navbar-default .navbar-nav > .active:not(.open) > a,
.transparent-header.gradient-background-header .header:not(.dark) .navbar-default .navbar-nav > .active:not(.open) > a:hover,
.transparent-header.gradient-background-header .header:not(.dark) .navbar-default .navbar-nav > .active:not(.open) > a:focus {
color: #000000;
border-bottom: 1px solid #454545;
}
}
/* first level active menu item when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
-webkit-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
display: none;
}
/* second level menu */
.main-navigation .dropdown-menu {
z-index: 105;
top: 99.2%;
}
.header.centered .main-navigation .dropdown-menu {
top: 99%;
}
.dropdown-menu .divider {
background-color: #ededed;
}
.dropdown-menu {
min-width: 220px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 0;
margin: 0;
background-color: #ffffff;
-webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.06);
box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.06);
border: 1px solid #f1f1f1;
z-index: 101;
}
/* second level menu item */
.dropdown-menu > li > a {
padding: 10px 20px;
font-size: 14px;
color: #333333;
border-bottom: 1px solid #f7f7f7;
-webkit-transition: none;
-o-transition: none;
transition: none;
position: relative;
}
/* second level menu item on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
background-color: #fcfcfc;
color: #0c9ec7;
border-color: #f7f7f7;
}
/* third level menu */
.dropdown-menu .dropdown-menu {
top: -1px;
left: 100% !important;
right: auto;
border-top: 1px solid #f7f7f7;
}
.header.centered .dropdown-menu .dropdown-menu {
top: -1px;
left: 100% !important;
}
header.full-width .dropdown-menu .dropdown-menu.to-left {
right: 100%!important;
left: auto!important;
}
/*Large Devices less than 1610px*/
@media (max-width: 1610px) {
.dropdown-menu .dropdown-menu.to-left {
right: 100%!important;
left: auto!important;
}
}
/* Mega Menu
------------------------------ */
.mega-menu.dropdown {
position: static;
}
.mega-menu .dropdown-menu {
left: 0;
width: 100%;
padding: 20px 30px;
}
/* mega menu menu item */
.mega-menu .menu {
list-style: none;
padding: 0;
margin: 0;
}
.mega-menu .menu li {
position: relative;
}
.mega-menu h4.title {
margin: 5px 0;
font-size: 15px;
text-transform: uppercase;
}
.mega-menu .menu > li > a {
padding: 5px 0;
font-size: 14px;
color: #333333;
border-bottom: 1px solid #f7f7f7;
display: block;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.mega-menu .menu > li > a i,
.dropdown-menu > li > a i {
padding-left: 5px;
font-size: 12px;
width: 20px;
position: relative;
top: -1px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #cdcdcd;
}
.mega-menu .menu > li > a i.fa,
.dropdown-menu > li > a i.fa {
width: 32px;
text-align: center;
}
.mega-menu .menu > li > a i.fa-circle-o,
.dropdown-menu > li > a i.fa-circle-o {
font-size: 7px;
top: -3px;
}
.mega-menu .menu > li > a i.fa-spin {
width: 11px;
padding: 0;
margin-right: 13px;
margin-left: 8px;
}
.mega-menu .menu > li:last-child > a {
border-bottom: none!important;
}
header:not(.dark) .mega-menu .menu > li > a:hover i,
header:not(.dark) .dropdown-menu > li > a:hover i,
header:not(.dark) .mega-menu .menu > li.active > a i,
header:not(.dark) .dropdown-menu > li.active > a i {
color: #09afdf;
}
header .mega-menu .menu > li > a:hover i.fa-circle-o:before,
header .dropdown-menu > li > a:hover i.fa-circle-o:before,
header .mega-menu .menu > li.active > a i.fa-circle-o:before,
header .dropdown-menu > li.active > a i.fa-circle-o:before {
content: "\f111";
}
/* mega menu menu item on focus/hover*/
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
background-color: #fcfcfc;
color: #0c9ec7;
border-color: #f7f7f7;
text-decoration: none;
}
/* Arrow for parent menu item
------------------------------ */
.dropdown > a:before {
font-family: 'FontAwesome';
content: "\f107";
position: absolute;
left: auto;
top: 31px;
right: 6px;
line-height: 1;
color: #d1d1d1;
font-size: 14px;
}
.header.centered .dropdown > a:before {
top: 18px;
}
.header:not(.dark) .active.dropdown > a:before,
.header:not(.dark).centered .active.dropdown > a:before {
color: #09afdf;
}
.transparent-header .header:not(.dark) .dropdown:not(.open):not(.active) > a:before {
color: #777777;
}
.navbar-default .navbar-nav > .dropdown.open > a:before {
color: #eaeaea;
}
.transparent-header .header:not(.dark) .navbar-default .navbar-nav > .dropdown.open > a:before {
color: #09afdf;
}
.dropdown .dropdown > a:before,
.header.centered .dropdown .dropdown > a:before {
content: "\f105";
right: 10px;
top: 13px;
margin-left: 0;
visibility: visible;
color: #666;
}
.dropdown .dropdown.open > a:before,
.header.centered:not(.dark) .dropdown .dropdown.open > a:before {
color: #09afdf;
}
/* Dropdown animations
------------------------------ */
.animated.main-navigation .navbar-nav .open .dropdown-menu,
#offcanvas.animated .open .dropdown-menu,
#offcanvas.animated .dropdown-menu .open .dropdown-menu {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInUpSmall;
animation-name: fadeInUpSmall;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu {
-webkit-animation-name: fadeInLeftSmall;
animation-name: fadeInLeftSmall;
}
header.full-width .animated.main-navigation .dropdown-menu .open .dropdown-menu.to-left {
-webkit-animation-name: fadeInRightSmall;
animation-name: fadeInRightSmall;
}
/*Large Devices less than 1610px*/
@media (max-width: 1610px) {
.animated.main-navigation .dropdown-menu .open .dropdown-menu.to-left {
-webkit-animation-name: fadeInRightSmall;
animation-name: fadeInRightSmall;
}
}
/* Mobile Menu
------------------------------ */
/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle {
border-color: #ccc;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #fafafa;
border-color: #0c9ec7;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #ccc;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
background-color: #0c9ec7;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.main-navigation .navbar-nav.navbar-right:last-child {
margin-right: 0;
}
/* first level menu */
.navbar.navbar-default {
background-color: transparent;
border: none;
margin: 0;
}
.navbar-default .navbar-nav > li > a {
padding: 28px 15px 27px 15px;
}
/*centered logo layout*/
.header.centered .navbar-default .navbar-nav > li > a {
padding-top: 15px!important;
padding-bottom: 15px!important;
border-top: 1px solid transparent;
}
.header.centered:not(.dark) .main-navigation .navbar-nav > .open > a,
.header.centered:not(.dark) .main-navigation .navbar-nav > .open > a:hover,
.header.centered:not(.dark) .main-navigation .navbar-nav > .open > a:focus,
.header.centered:not(.dark) .main-navigation .navbar-nav > .dropdown > a:focus {
border-top: 1px solid #f5f5f5;
}
/* mega menu */
header:not(.full-width):not(.centered) .with-dropdown-buttons .mega-menu:not(.narrow) .dropdown-menu {
left: 0px;
width: 720px;
}
/* layout fixes */
header:not(.full-width) .main-navigation .container-fluid {
padding-right: 0;
padding-left: 0;
}
header:not(.full-width) .navbar-collapse {
padding-right: 0px;
padding-left: 0px;
}
header:not(.full-width) .main-navigation .navbar-right .dropdown-menu {
right: auto;
left: 0;
}
header:not(.full-width) .main-navigation .navbar-right > li:last-child > .dropdown-menu {
right: 0;
left: auto;
}
}
/* Medium desktop devices and tablets */
@media (min-width: 768px) and (max-width: 1199px) {
.navbar-default .navbar-nav > li > a {
font-size: 15px;
padding: 28px 10px 27px 10px;
}
}
/* Medium devices (tablets landscape to portrait) */
@media (min-width: 768px) and (max-width: 991px) {
.header:not(.full-width) .main-navigation .navbar-nav {
float: left !important;
}
body:not(.fixed-header-on) .header:not(.dark) .navbar-default .navbar-nav > li > a {
border-top: 1px solid transparent;
}
body:not(.fixed-header-on) .header:not(.dark) .main-navigation .navbar-nav > .open > a,
body:not(.fixed-header-on) .header:not(.dark) .main-navigation .navbar-nav > .open > a:hover,
body:not(.fixed-header-on) .header:not(.dark) .main-navigation .navbar-nav > .open > a:focus,
body:not(.fixed-header-on) .header:not(.dark) .main-navigation .navbar-nav > .dropdown > a:focus {
border-top: 1px solid #f5f5f5;
}
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.col-md-3 + .col-md-9 .mega-menu:not(.narrow) .dropdown-menu {
left: -243px !important;
width: 940px!important;
}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
/* first level menu item */
.main-navigation .navbar-nav > li {
margin: 0 0 0 10px;
}
.main-navigation .navbar-nav > li:first-child {
margin: 0;
}
.col-md-3 + .col-md-9 .mega-menu:not(.narrow) .dropdown-menu {
left: -293px !important;
width: 1140px!important;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
/* Mobile menu
------------------------------ */
/* active item */
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #0c9ec7;
background-color: transparent;
}
/* first level item */
.navbar-default .navbar-nav > li > a {
border-bottom: 1px solid #f3f3f3;
}
.navbar-default .navbar-nav > li:last-child > a {
border-bottom: 1px solid transparent;
}
/* first level item hover and focus states */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #0c9ec7;
background-color: #fff;
border-bottom-color: transparent;
}
/* second level menu */
.navbar-default .navbar-nav .open .dropdown-menu {
background-color: #ffffff;
}
/* second level item */
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
padding: 12px 15px 12px 40px;
color: #333333;
border-color: #f9f9f9;
}
/* second level item on hover/focus */
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #0c9ec7;
}
/* third level item */
.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
padding-left: 60px;
}
/* four level item */
.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
padding-left: 80px;
}
/* Arrow for parent menu item */
.navbar-default .navbar-nav > .dropdown.open > a:before {
color: #09afdf;
}
.dropdown > a:before,
.header.centered .dropdown > a:before {
color: #999999;
top: 14px;
right: 32px;
}
.dropdown .dropdown > a:before,
.header.centered .dropdown .dropdown > a:before {
right: 36px;
}
/*Transparent Mobile menu*/
.transparent-header .main-navigation .navbar.navbar-default {
background-color: rgba(255, 255, 255, 0.9);
position: absolute;
width: 100%;
}
}
/* 6.2 Dark Version
----------------------------------------------------------------------------- */
/* first level menu item */
.dark.header .navbar.navbar-default {
border-color: rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.2);
}
.dark.header .navbar-default .navbar-nav > li > a {
color: #cccccc;
border-bottom: 1px solid transparent;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}
.transparent-header .dark.header .navbar-nav > li > a {
color: #e1e1e1;
}
/* first level menu item on hover/focus */
.dark.header .navbar-default .navbar-nav > li > a:hover,
.dark.header .navbar-default .navbar-nav > li > a:focus,
.dark.header .navbar-default .navbar-nav > .active > a,
.dark.header .navbar-default .navbar-nav > .active > a:hover,
.dark.header .navbar-default .navbar-nav > .active > a:focus {
font-weight: 550;
background-color: transparent;
color: #ffffff;
border-right: 1px solid transparent;
border-left: 1px solid transparent;
}
.dark.header .navbar-default .navbar-nav > li > a:hover,
.dark.header .navbar-default .navbar-nav > li > a:focus {
z-index: 106;
}
/* first level active menu item when opened */
.dark.header .main-navigation .navbar-nav > .open > a,
.dark.header .main-navigation .navbar-nav > .open > a:hover,
.dark.header .main-navigation .navbar-nav > .open > a:focus,
.dark.header .main-navigation .navbar-nav > .dropdown > a:focus {
background-color: rgba(0, 0, 0, 0.15);
color: #ffffff;
border-bottom-color: #2e3537;
border-right: 1px solid transparent;
border-left: 1px solid transparent;
z-index: 106;
}
.transparent-header.gradient-background-header .dark.header .main-navigation .navbar-nav > .open > a,
.transparent-header.gradient-background-header .dark.header .main-navigation .navbar-nav > .open > a:hover,
.transparent-header.gradient-background-header .dark.header .main-navigation .navbar-nav > .open > a:focus,
.transparent-header.gradient-background-header .dark.header .main-navigation .navbar-nav > .dropdown > a:focus {
border-right-color: transparent;
border-left-color: transparent;
border-bottom-color: transparent;
}
/* second level menu item */
.dark.header .dropdown-menu {
background-color: #2e3537;
border: 1px solid rgba(57, 66, 69, 0.8);
border-bottom: none;
}
.dark.header .mega-menu .dropdown-menu {
z-index: 103;
}
.dark.header .dropdown-menu .divider {
background-color: rgba(57, 66, 69, 0.8);
}
.dark.header .dropdown-menu > li > a,
.dark.header .mega-menu .menu > li > a {
color: #cccccc;
border-bottom: 1px solid rgba(57, 66, 69, 0.8);
text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}
.dark.header .mega-menu .menu > li > a:hover,
.dark.header .mega-menu .menu > li > a:focus {
background-color: rgba(0, 0, 0, 0.2);
color: #ffffff;
border-color: rgba(57, 66, 69, 0.8);
}
.dark.header .dropdown-menu > li > a:hover,
.dark.header .dropdown-menu > li > a:focus,
.dark.header .nav .open > a,
.dark.header .nav .open > a:hover,
.dark.header .nav .open > a:focus,
.dark.header .dropdown-menu > .active > a,
.dark.header .dropdown-menu > .active > a:hover,
.dark.header .dropdown-menu > .active > a:focus,
.dark.header .dropdown-menu .menu > .active > a,
.dark.header .dropdown-menu .menu > .active > a:hover,
.dark.header .dropdown-menu .menu > .active > a:focus {
background-color: rgba(0, 0, 0, 0.2);
color: #ffffff;
border-color: rgba(57, 66, 69, 0.8);
}
.dark.header .dropdown .dropdown > a:before {
color: #cccccc;
top: 13px;
}
.dark.header .dropdown .dropdown.open > a:before {
color: #ffffff;
}
/* Mobile Menu
------------------------------ */
/*Dark mobile menu toggle button*/
.dark .navbar-default .navbar-toggle {
border-color: rgba(0, 0, 0, 0.7);
background-color: rgba(0, 0, 0, 0.4);
}
.dark .navbar-default .navbar-toggle:hover,
.dark .navbar-default .navbar-toggle:focus {
background-color: rgba(0, 0, 0, 0.1);
border-color: rgba(0, 0, 0, 0.7);
}
.dark .navbar-default .navbar-toggle .icon-bar {
background-color: #ccc;
}
.dark .navbar-default .navbar-toggle:hover .icon-bar,
.dark .navbar-default .navbar-toggle:focus .icon-bar {
background-color: #ccc;
}
.dark .navbar-default .navbar-collapse,
.dark .navbar-default .navbar-form {
border-color: #121212;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
/* first level menu item */
.dark.header .navbar.navbar-default {
background-color: transparent;
border: none;
margin: 0;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
/*Dark Mobile menu*/
/* second level menu */
.dark .navbar-default .navbar-nav .open .dropdown-menu {
background-color: rgba(0, 0, 0, 0.2);
border: none;
}
/* second level item */
.dark .navbar-default .navbar-nav .open .dropdown-menu > li > a,
.dark .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
color: #cccccc;
border-color: rgba(255, 255, 255, 0.08);
}
/* item on hover/focus */
.dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.dark.header .navbar-default .navbar-nav > li > a:hover,
.dark.header .navbar-default .navbar-nav > li > a:focus,
.dark.header .navbar-default .navbar-nav > .active > a,
.dark.header .navbar-default .navbar-nav > .active > a:hover,
.dark.header .navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.2);
}
/* Arrow for parent menu item */
.dark .navbar-default .navbar-nav > .dropdown.open > a:before {
color: #ffffff;
}
.transparent-header .dark .main-navigation .navbar.navbar-default {
background-color: rgba(57, 66, 69, 0.9);
border-color: rgba(37, 42, 44, 0.5);
}
}
/* 6.3 Subfooter navigation
----------------------------------------------------------------------------- */
.subfooter .navbar {
margin: 0;
min-height: 0;
background: transparent;
border-color: transparent;
}
.subfooter .navbar-default .nav > li > a {
padding: 10px 10px;
text-transform: none;
line-height: 1;
font-size: 14px;
font-weight: 400;
color: #999999;
}
.subfooter .navbar-default .nav li:last-child a,
.dark .subfooter .navbar-default .nav > li:last-child > a {
border: none;
}
.subfooter .navbar-default .nav > li > a:hover,
.subfooter .navbar-default .nav > .active > a:hover,
.subfooter .navbar-default .nav > .active > a:focus {
background-color: transparent;
text-decoration: underline;
color: #0c9ec7;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.subfooter .navbar-nav {
float: none;
margin: 15px 0;
text-align: center;
}
.subfooter .navbar-nav > li {
float: none;
padding: 5px 0;
}
.subfooter .navbar-default .nav > li > a {
padding: 0px 10px;
}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.subfooter {
text-align: left;
}
.subfooter .navbar-nav {
float: right;
margin: 0;
text-align: left;
}
.subfooter .navbar-nav > li {
float: left;
padding: 0;
margin-top: 2px;
}
.dark .subfooter .navbar-default .nav > li > a {
border-right: 1px solid #333333;
}
.subfooter .navbar-default .nav > li > a {
border-right: 1px solid #cdcdcd;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
/* subfooter nav */
.subfooter .navbar-default .navbar-toggle:hover,
.subfooter .navbar-default .navbar-toggle:focus {
background-color: transparent;
border-color: #ddd;
}
.dark .subfooter .navbar-default .navbar-collapse {
border-color: #888;
}
.subfooter .navbar-default .navbar-collapse {
border-color: #000000;
}
}
/* 6.4 Offcanvas navigation
----------------------------------------------------------------------------- */
.offcanvas {
background-color: #f5f5f5;
border-color: #f1f1f1;
}
.offcanvas-toggle-left {
display: block;
padding: 0;
margin: 0;
position: fixed;
width: 40px;
height: 40px;
top: 10px;
left: 10px;
z-index: 1031;
text-align: center;
background-color: rgba(255, 255, 255, 0.85);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.offcanvas-toggle-left:after {
font-family: "FontAwesome";
content: "\f0c9";
font-size: 22px;
line-height: 35px;
text-align: center;
color: #000000;
}
#offcanvas.in + .offcanvas-toggle-left:after {
content: "\f00d";
}
.offcanvas-toggle-right {
display: block;
padding: 0;
margin: 0;
position: fixed;
width: 40px;
height: 40px;
top: 10px;
right: 10px;
z-index: 1031;
text-align: center;
background-color: rgba(255, 255, 255, 0.85);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.offcanvas-toggle-right:after {
font-family: "FontAwesome";
content: "\f0c9";
font-size: 22px;
line-height: 35px;
text-align: center;
color: #000000;
}
#offcanvas.in + .offcanvas-toggle-right:after {
content: "\f00d";
}
/*First level menu items*/
#offcanvas .navbar-nav > li,
#offcanvas .navbar-nav {
float: none;
margin: 0;
}
#offcanvas .navbar-nav > li > a {
color: #333333;
border-bottom: 1px solid #eeeeee;
padding-top: 10px;
padding-bottom: 10px;
font-weight: 300;
}
#offcanvas .navbar-nav > li:last-child > a {
border-bottom-color: transparent!important;
}
#offcanvas .nav .open > a,
#offcanvas .nav .open > a:hover,
#offcanvas .nav .open > a:focus,
#offcanvas .nav > li > a:hover,
#offcanvas .nav > li > a:focus,
#offcanvas .navbar-nav > li.active > a {
color: #0c9ec7;
background-color: #ffffff;
}
/*Second level menu items*/
#offcanvas .dropdown-menu {
position: static;
width: 100%;
float: none;
box-shadow: none;
border: none;
background-color: #ffffff;
margin: 0;
}
#offcanvas.offcanvas-right .dropdown-menu {
overflow: hidden;
}
#offcanvas .dropdown-menu > li > a {
padding-top: 10px;
padding-bottom: 10px;
border-color: #f7f7f7;
font-weight: 300;
text-align: center;
background-color: #f8f8f8;
}
/*Third level menu items*/
#offcanvas .dropdown-menu .dropdown-menu > li > a {
background-color: #fafafa;
}
/*Fourth level menu items*/
#offcanvas .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
background-color: #ffffff;
}
/*Nav arrows*/
#offcanvas .dropdown > a:before {
right: 15px;
top: 13px;
color: #777777;
}
#offcanvas .dropdown.open > a:before {
color: #09afdf;
}
#offcanvas.offcanvas-right .dropdown > a:before {
right: auto;
left: 15px;
top: 13px;
}
#offcanvas .dropdown .dropdown > a:before {
content: "\f107";
}
/* 6.5 Full page navigation
----------------------------------------------------------------------------- */
.full-page .header-container header {
background-color: rgba(255, 255, 255, 0.1);
border-bottom: none;
border-top: none;
padding-bottom: 15px;
padding-top: 10px;
}
.full-page .header-container header.dark {
background-color: rgba(0, 0, 0, 0.1);
padding-bottom: 15px;
}
.transparent-header.full-page .header-container header {
background-color: transparent;
padding-bottom: 15px;
}
/* 6.6 Misc
----------------------------------------------------------------------------- */
.dropdown-header {
color: #333333;
margin: -1px -1px 0 0;
padding: 14px 20px 9px;
border-bottom: 1px solid rgba(0, 0, 0, 0.04);
text-align: center;
background-color: rgba(0, 0, 0, 0.02);
}
/* 7 Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Slogan
---------------------------------- */
#logo img:hover,
#logo-mobile img:hover {
opacity: 0.8;
filter: alpha(opacity=80);
}
.header.centered #logo img,
.header.centered #logo-mobile img {
margin: 0 auto;
}
#logo-footer {
margin-bottom: 20px;
}
.site-slogan {
color: #777777;
font-size: 11px;
padding: 3px 0 0;
font-weight: 300;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.offcanvas .logo {
margin: 20px 0 10px;
}
.offcanvas .logo img {
margin: 0 auto;
}
.offcanvas .site-slogan {
text-align: center;
margin-bottom: 20px;
margin-top: -10px;
}
.transparent-header .header:not(.dark) .site-slogan {
color: #000000;
}
.header.dark .site-slogan {
color: #cdcdcd;
text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
.transparent-header .header.dark .site-slogan {
color: #f1f1f1;
}
/* Medium devices (tablets, phones) */
@media (min-width: 992px) and (max-width: 1199px) {
.site-slogan {
font-size: 11px;
}
}
/* Small devices (tablets, phones less than 991px) */
@media (max-width: 991px) {
header:not(.full-width) .logo img {
margin: 0 auto;
}
body.full-page header .logo img {
margin: 0;
}
.site-slogan {
text-align: center;
}
body.full-page .site-slogan {
text-align: left;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.navbar-header #logo img,
.navbar-header #logo-mobile img {
max-height: 35px;
margin-left: 15px;
}
}
/* Small devices (phones less than 480px) */
@media (max-width: 480px) {
header:not(.full-width) .header-dropdown-buttons + .logo img {
margin: 0;
}
.header-dropdown-buttons ~ .site-slogan {
text-align: left;
}
}
/* Social icons block
---------------------------------- */
.social-links {
list-style: none;
font-size: 0;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 0;
}
.social-links li {
display: inline-block;
margin: 0 2px 2px 0;
}
.social-links li a {
width: 40px;
height: 40px;
display: block;
text-align: center;
font-size: 18px;
border: 1px solid #e7e7e7;
color: #cdcdcd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.social-links li a i {
line-height: 40px;
}
.social-links li a:hover {
background-color: transparent;
border-color: #0c9ec7;
color: #0c9ec7;
}
.social-links.animated-effect-1 li a {
-webkit-transition: color 0.4s;
-o-transition: color 0.4s;
transition: color 0.4s;
position: relative;
z-index: 1;
}
.social-links.animated-effect-1 li a:hover {
color: #ffffff!important;
-webkit-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
.social-links.animated-effect-1 li a:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: '';
top: 0px;
left: 0px;
padding: 0px;
z-index: -1;
background-color: #09afdf;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s, background-color 0.4s;
transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(1.4);
opacity: 0;
filter: alpha(opacity=0);
}
.social-links.animated-effect-1 li a:hover:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-transition: -webkit-transform 0s, opacity 0.3s, background-color 0.3s;
-moz-transition: -moz-transform 0s, opacity 0.3s, background-color 0.3s;
transition: transform 0s, opacity 0.3s, background-color 0.3s;
}
.social-links.animated-effect-1:not(.circle) li a:after {
-webkit-border-radius: 0%;
-moz-border-radius: 0%;
border-radius: 0%;
}
.default.social-links li a {
background-color: #09afdf;
border: 1px solid #0c9ec7;
color: #ffffff;
}
.default.social-links li a:hover {
background-color: #ffffff;
color: #777777;
}
.dark .social-links li a {
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.1);
color: #ffffff;
}
.dark.social-links li a {
background-color: rgba(0, 0, 0, 0.6);
border: 1px solid rgba(0, 0, 0, 0.1);
color: #ffffff;
}
.dark.social-links li a:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.colored .social-links li a {
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.01);
color: #ffffff;
}
.header-top .social-links {
margin: 0;
display: inline-block;
margin-top: 2px;
}
.full-page .header .social-links {
margin-top: 15px;
margin-bottom: 0;
}
.footer-content .social-links li {
margin: 0 5px 5px 0;
}
.footer-content .social-links li a {
color: #777777;
background-color: transparent;
border-color: #777777;
}
.footer-content .social-links li a:hover {
color: #fff;
background-color: #777777;
border-color: #777777;
}
.social-links.small li a {
width: 30px;
height: 30px;
font-size: 14px;
}
.social-links.small li a i {
line-height: 29px;
}
.social-links.large li a {
width: 60px;
height: 60px;
font-size: 24px;
}
.social-links.large li a i {
line-height: 60px;
}
.social-links.square li a,
.square {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.social-links.circle li a {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.social-links.animated-effect-1 li.twitter a:hover {
border-color: #55acee;
}
.social-links:not(.animated-effect-1) li.twitter a:hover,
.colored.social-links li.twitter a,
.social-links.animated-effect-1 li.twitter a:after,
.btn.twitter {
background-color: #55acee;
border-color: #55acee;
color: #fff;
}
.social-links.animated-effect-1 li.skype a:hover {
border-color: #00aff0;
}
.social-links:not(.animated-effect-1) li.skype a:hover,
.colored.social-links li.skype a,
.social-links.animated-effect-1 li.skype a:after,
.btn.skype {
background-color: #00aff0;
border-color: #00aff0;
color: #fff;
}
.social-links.animated-effect-1 li.linkedin a:hover {
border-color: #0976b4;
}
.social-links:not(.animated-effect-1) li.linkedin a:hover,
.colored.social-links li.linkedin a,
.social-links.animated-effect-1 li.linkedin a:after,
.btn.linkedin {
background-color: #0976b4;
border-color: #0976b4;
color: #fff;
}
.social-links.animated-effect-1 li.googleplus a:hover {
border-color: #dd4b39;
}
.social-links:not(.animated-effect-1) li.googleplus a:hover,
.colored.social-links li.googleplus a,
.social-links.animated-effect-1 li.googleplus a:after,
.btn.googleplus {
background-color: #dd4b39;
border-color: #dd4b39;
color: #fff;
}
.social-links.animated-effect-1 li.youtube a:hover {
border-color: #b31217;
}
.social-links:not(.animated-effect-1) li.youtube a:hover,
.colored.social-links li.youtube a,
.social-links.animated-effect-1 li.youtube a:after,
.btn.youtube {
background-color: #b31217;
border-color: #b31217;
color: #fff;
}
.social-links.animated-effect-1 li.flickr a:hover {
border-color: #ff0084;
}
.social-links:not(.animated-effect-1) li.flickr a:hover,
.colored.social-links li.flickr a,
.social-links.animated-effect-1 li.flickr a:after,
.btn.flickr {
background-color: #ff0084;
border-color: #ff0084;
color: #fff;
}
.social-links.animated-effect-1 li.facebook a:hover {
border-color: #3b5998;
}
.social-links:not(.animated-effect-1) li.facebook a:hover,
.colored.social-links li.facebook a,
.social-links.animated-effect-1 li.facebook a:after,
.btn.facebook {
background-color: #3b5998;
border-color: #3b5998;
color: #fff;
}
.social-links.animated-effect-1 li.pinterest a:hover {
border-color: #cb2027;
}
.social-links:not(.animated-effect-1) li.pinterest a:hover,
.colored.social-links li.pinterest a,
.social-links.animated-effect-1 li.pinterest a:after,
.btn.pinterest {
background-color: #cb2027;
border-color: #cb2027;
color: #fff;
}
.social-links.animated-effect-1 li.instagram a:hover {
border-color: #517fa4;
}
.social-links:not(.animated-effect-1) li.instagram a:hover,
.colored.social-links li.instagram a,
.social-links.animated-effect-1 li.instagram a:after,
.btn.instagram {
background-color: #517fa4;
border-color: #517fa4;
color: #fff;
}
.social-links.animated-effect-1 li.vimeo a:hover {
border-color: #aad450;
}
.social-links:not(.animated-effect-1) li.vimeo a:hover,
.colored.social-links li.vimeo a,
.social-links.animated-effect-1 li.vimeo a:after,
.btn.vimeo {
background-color: #aad450;
border-color: #aad450;
color: #fff;
}
.social-links.animated-effect-1 li.tumblr a:hover {
border-color: #32506d;
}
.social-links:not(.animated-effect-1) li.tumblr a:hover,
.colored.social-links li.tumblr a,
.social-links.animated-effect-1 li.tumblr a:after,
.btn.tumblr {
background-color: #32506d;
border-color: #32506d;
color: #fff;
}
.social-links.animated-effect-1 li.soundcloud a:hover {
border-color: #ff3a00;
}
.social-links:not(.animated-effect-1) li.soundcloud a:hover,
.colored.social-links li.soundcloud a,
.social-links.animated-effect-1 li.soundcloud a:after,
.btn.soundcloud {
background-color: #ff3a00;
border-color: #ff3a00;
color: #fff;
}
.social-links.animated-effect-1 li.foursquare a:hover {
border-color: #0072b1;
}
.social-links:not(.animated-effect-1) li.foursquare a:hover,
.colored.social-links li.foursquare a,
.social-links.animated-effect-1 li.foursquare a:after,
.btn.foursquare {
background-color: #0072b1;
border-color: #0072b1;
color: #fff;
}
.social-links.animated-effect-1 li.dribbble a:hover {
border-color: #ea4c89;
}
.social-links:not(.animated-effect-1) li.dribbble a:hover,
.colored.social-links li.dribbble a,
.social-links.animated-effect-1 li.dribbble a:after,
.btn.dribbble {
background-color: #ea4c89;
border-color: #ea4c89;
color: #fff;
}
.social-links.animated-effect-1 li.xing a:hover {
border-color: #126567;
}
.social-links:not(.animated-effect-1) li.xing a:hover,
.colored.social-links li.xing a,
.social-links.animated-effect-1 li.xing a:after,
.btn.xing {
background-color: #126567;
border-color: #126567;
color: #fff;
}
.social-links.animated-effect-1 li.behance a:hover {
border-color: #126567;
}
.social-links:not(.animated-effect-1) li.behance a:hover,
.colored.social-links li.behance a,
.social-links.animated-effect-1 li.behance a:after,
.btn.behance {
background-color: #053eff;
border-color: #053eff;
color: #fff;
}
.social-links.animated-effect-1 li.vine a:hover {
border-color: #126567;
}
.social-links:not(.animated-effect-1) li.vine a:hover,
.colored.social-links li.vine a,
.social-links.animated-effect-1 li.vine a:after,
.btn.vine {
background-color: #00a478;
border-color: #00a478;
color: #fff;
}
.social-links.animated-effect-1 li.stumbleupon a:hover {
border-color: #126567;
}
.social-links:not(.animated-effect-1) li.stumbleupon a:hover,
.colored.social-links li.stumbleupon a,
.social-links.animated-effect-1 li.stumbleupon a:after,
.btn.stumbleupon {
background-color: #f74425;
border-color: #f74425;
color: #fff;
}
.social-links .dropdown > button {
padding: 1px 15px 0px;
font-size: 16px;
color: #999999;
text-align: center;
min-width: 0;
margin: 0;
background-color: transparent;
-moz-box-shadow: none !important;
-o-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.social-links .dropdown > button i {
width: 15px;
}
.header-top:not(.dark) .social-links .dropdown.open > button > i:before {
color: #09afdf;
}
.header-top.colored .social-links .dropdown > button > i:before,
.header-top.colored .social-links .dropdown.open > button > i:before {
color: #ffffff;
}
.header-top .social-links .dropdown.open > button > i:before {
content: "\f00d";
}
.social-links .dropdown-menu {
z-index: 103;
padding: 5px;
min-width: 270px;
margin-top: 6px;
font-size: 0;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #f2f2f2;
border: 1px solid #D0D0D0;
border-top: none;
}
.social-links .dropdown-menu li a,
.dark .social-links .dropdown-menu li a i,
.colored .social-links .dropdown-menu li a i {
padding: 0;
line-height: 30px;
color: #ffffff;
}
.social-links .dropdown-menu li a i {
padding-left: 0;
}
.social-links .dropdown-menu li a:hover i {
color: #ffffff;
}
/*Header Dropdowns (search, cart etc)
---------------------------------- */
/*Header Dropdowns*/
.transparent-header .header-dropdown-buttons .btn-group > .btn {
background-color: transparent;
border: 1px solid #999999;
color: #000000;
}
.transparent-header.gradient-background-header .header-dropdown-buttons .btn-group > .btn {
border: 1px solid #333333;
}
.header-dropdown-buttons .btn-group:first-child {
margin-right: 5px;
}
.header-dropdown-buttons .btn-group > .btn {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
width: 40px;
height: 40px;
padding: 0;
line-height: 38px;
text-align: center;
background-color: #f2f2f2;
border: 1px solid #e9e9e9;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin: 0;
}
.header-dropdown-buttons .btn-group > .btn:hover {
background-color: #09afdf;
color: #fff;
border-color: #0c9ec7;
}
.header-dropdown-buttons .btn-group .dropdown-menu {
z-index: 103;
padding: 20px;
min-width: 280px;
margin-top: 18px;
top: 100%;
border: none;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.header-dropdown-buttons .btn-group.open > .btn {
background-color: #09afdf;
color: #fff;
border-color: #0c9ec7;
}
.header.centered .header-dropdown-buttons .btn-group .dropdown-menu {
margin-top: 8px;
}
.dark .header-dropdown-buttons .btn-group > .btn,
.colored .header-dropdown-buttons .btn-group > .btn {
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.15);
text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
color: #cdcdcd;
}
.dark .header-dropdown-buttons .btn-group > .btn:hover,
.colored .header-dropdown-buttons .btn-group > .btn:hover {
background-color: rgba(0, 0, 0, 0.3);
border: 1px solid rgba(0, 0, 0, 0.25);
}
.dark .header-dropdown-buttons .btn-group.open > .btn,
.colored .header-dropdown-buttons .btn-group.open > .btn {
background-color: rgba(0, 0, 0, 0.3);
border: 1px solid rgba(0, 0, 0, 0.25);
}
.btn-group.open .dropdown-animation {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
/*Header Top Dropdowns*/
.header-top-dropdown .dropdown-menu {
z-index: 103;
padding: 20px;
min-width: 280px;
margin-top: 6px;
border: 1px solid #D0D0D0;
border-top: none;
background: #f2f2f2;
font-weight: 400;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.header-top-dropdown .login-form ul {
padding-left: 0;
list-style-position: inside;
margin: 15px 0 10px;
}
.header-top-dropdown .login-form .social-links {
padding-left: 20px;
margin: 0;
}
.header-top-dropdown .login-form label {
font-weight: 400;
}
.dark.header-top .dropdown-menu {
border: 1px solid #252a2c;
border-top: none;
background: #2e3537;
}
.colored.header-top .dropdown-menu {
border: 1px solid #09afdf;
border-top: none;
background: #09afdf;
}
.search-box .form-group {
margin-bottom: 0;
}
/*Button Groups*/
.header-top .btn-group {
margin: 3px 0 2px;
}
.header-top .btn-group .btn {
margin: 0;
text-decoration: none;
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.header-top-dropdown .btn-group {
position: static;
}
.header-top-dropdown .dropdown-menu {
right: 15px!important;
margin-top: 5px;
width: 100%;
}
}
/*Dark Dropdowns
---------------------------------- */
.dark.btn-group .dropdown-menu {
background-color: #333333;
border: 1px solid #424242;
border-bottom: none;
}
.dark.btn-group .dropdown-menu .divider {
background-color: #505050;
}
.dark.btn-group .dropdown-menu > li > a,
.dark.btn-group .mega-menu .menu > li > a {
color: #cccccc;
border-bottom: 1px solid #424242;
text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}
.dark.btn-group .dropdown-menu > li > a:hover,
.dark.btn-group .dropdown-menu > li > a:focus,
.dark.btn-group .nav .open > a,
.dark.btn-group .nav .open > a:hover,
.dark.btn-group .nav .open > a:focus,
.dark.btn-group .dropdown-menu > .active > a,
.dark.btn-group .dropdown-menu > .active > a:hover,
.dark.btn-group .dropdown-menu > .active > a:focus {
background-color: rgba(0, 0, 0, 0.2);
color: #ffffff;
border-color: #424242;
}
.dark.btn-group .dropdown .dropdown > a:before {
color: #cccccc;
top: 13px;
}
.dark.btn-group .dropdown .dropdown.open > a:before {
color: #ffffff;
}
/* Login/Register Forms
---------------------------------- */
.form-block {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 550px;
}
.form-block .social-links {
display: inline-block;
margin: 0 0 0 5px;
}
.form-block ul {
padding-left: 0;
list-style-position: inside;
}
.light-gray-bg.form-block h2,
.light-gray-bg.form-block a,
.light-gray-bg.form-block a:hover,
.light-gray-bg.form-block {
color: #777777;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.form-block {
width: 90%;
}
}
/* Latest tweets block
---------------------------------- */
ul.tweets {
list-style: none;
padding: 0;
}
ul.tweets li {
margin-bottom: 20px;
position: relative;
padding-left: 35px;
}
ul.tweets li i {
position: absolute;
top: 4px;
left: 0;
width: 25px;
height: 25px;
text-align: center;
color: #777777;
}
ul.tweets li p {
margin-bottom: 5px;
}
ul.tweets li span {
font-size: 12px;
color: #777777;
}
/* Media
---------------------------------- */
.media {
margin-top: 0;
margin-bottom: 25px;
}
.media img {
max-width: none;
}
.footer-content .media img,
.block .media img {
width: 60px;
}
.media-heading {
margin-bottom: 0;
}
h6.media-heading {
margin-bottom: 5px;
}
.media:hover .icon {
background-color: transparent;
color: #09afdf;
border: 1px solid #09afdf;
}
.dark-bg .media:hover .icon {
border-color: #cdcdcd;
color: #cdcdcd;
}
.media:hover .icon:after {
content: "";
border-color: transparent;
}
/* Testimonials
---------------------------------- */
.testimonial {
padding: 20px 0;
}
.testimonial blockquote {
margin: 0;
}
.testimonial .separator {
margin: 15px auto 5px;
}
.testimonial-image {
width: 90px;
margin: 0 auto;
}
.testimonial-info-1 {
font-size: 12px;
}
.testimonial-info-2 {
font-size: 12px;
font-weight: 400;
}
.testimonial h3 {
margin-bottom: 0;
margin-top: 15px;
}
.testimonial p {
margin-bottom: 15px;
}
/* Clients
---------------------------------- */
.clients-container {
text-align: center;
}
.clients {
margin: 10px auto;
}
.clients .client-image {
text-align: center;
width: 80px;
height: 80px;
margin: 5px;
display: inline-block;
}
.clients img {
margin: 0px auto;
}
/* Full Width Content
---------------------------------- */
.full-width-section {
position: relative;
}
.full-text-container {
position: absolute;
top: 30%;
padding: 20px 40px;
z-index: 2;
}
.full-image-overlay {
display: none;
position: absolute;
width: 100%;
top: 50%;
padding: 0 10%;
margin-top: -133px;
color: #ffffff;
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.full-image-overlay h3 {
color: #ffffff;
}
.to-right-block {
margin-left: auto;
display: block;
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
.full-width-section {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
}
.full-width-section.no-image {
min-height: 400px;
}
.full-image-container {
width: 50%;
display: table-cell;
position: relative;
overflow: hidden;
}
.full-image-overlay {
display: block;
opacity: 0;
filter: alpha(opacity=0);
}
.full-image-container:before {
content: '';
position: absolute;
top: 5%;
right: 0%;
width: 50%;
height: 90%;
background-color: rgba(55, 55, 55, 0.6);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.full-text-container + .full-image-container:before {
right: auto;
left: 0;
}
.full-width-section:hover .full-image-container:before,
.full-width-section .full-image-container.hovered:before {
width: 90%;
right: 5%;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.full-width-section:hover .full-text-container + .full-image-container:before,
.full-width-section .full-text-container + .full-image-container.hovered:before {
right: auto;
left: 5%;
}
.full-width-section:hover .full-image-overlay,
.full-width-section .hovered .full-image-overlay {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.full-text-container {
display: table-cell;
vertical-align: middle;
width: 50%;
padding: 0 50px;
position: static;
}
.full-text-container * {
max-width: 700px;
}
.full-text-container.left {
text-align: right;
}
.full-text-container.left * {
margin-left: auto;
}
.full-text-container p {
margin-bottom: 10px;
}
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (max-width: 1199px) {
.no-image .full-text-container {
position: static;
display: block;
}
.full-width-section:not(.no-image) .full-text-container.dark-bg {
background-color: rgba(0, 0, 0, 0.8);
width: 100%;
}
.full-width-section:not(.no-image) .full-text-container.light-gray-bg {
background-color: rgba(255, 255, 255, 0.8);
color: #000000;
border-top: none;
border-bottom: none;
width: 100%;
}
.full-width-section:not(.no-image) .full-text-container.default-bg {
background-color: rgba(9, 175, 223, 0.6);
width: 100%;
}
.full-width-section .to-right-block,
.full-width-section img {
margin: 0 auto;
}
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
.full-width-section:not(.no-image) .full-text-container {
top: 0;
height: 100%;
padding: 0 20px;
}
.full-text-container h1 {
font-size: 28px;
}
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.full-text-container {
position: static;
padding: 20px!important;
}
}
/* Call to action
---------------------------------- */
.call-to-action h1,
.call-to-action a {
margin: 0;
}
.call-to-action p {
margin-bottom: 10px;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.call-to-action .text-right {
text-align: left;
}
}
/* Counters
---------------------------------- */
.counter {
display: block;
font-size: 32px;
line-height: 1;
}
/* Pricing tables
---------------------------------- */
.pricing-tables {
margin: 60px 0 0;
}
.plan {
text-align: center;
margin-bottom: 40px !important;
}
.plan.round-corners .header {
-webkit-border-radius: 25px 25px 0 0;
-moz-border-radius: 25px 25px 0 0;
border-radius: 25px 25px 0 0;
}
.plan.round-corners ul li:last-child,
.plan.round-corners ul {
-webkit-border-radius: 0 0 25px 25px;
-moz-border-radius: 0 0 25px 25px;
border-radius: 0 0 25px 25px;
}
.plan .header {
padding: 0;
margin: 0 -1px;
border: none;
}
.plan .header h3 {
font-size: 36px;
margin: 0;
line-height: 36px;
font-weight: 300;
padding: 15px 0 10px;
border: 1px solid rgba(0, 0, 0, 0.05);
border-top: none;
}
.plan .header .price {
font-size: 28px;
padding: 8px 0 10px;
font-weight: 300;
background-color: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(0, 0, 0, 0.1);
border-top: 1px solid rgba(255, 255, 255, 0.15);
line-height: 1;
color: #ffffff;
}
.plan ul {
margin: 0;
padding: 0;
font-size: 14px;
list-style: none;
}
.plan ul li {
padding: 12px 0px;
font-size: 13px;
border-bottom: 1px solid #f3f3f3;
border-top: 1px solid #ffffff;
color: #333333;
}
.best-value.plan ul li {
padding: 15px 0;
}
.plan ul li a.pt-popover {
color: #000;
border-bottom: 1px dashed #000;
position: relative;
}
.plan ul li a.pt-popover:hover {
text-decoration: none;
}
.plan ul li a.pt-popover:after {
position: absolute;
top: 0px;
left: -15px;
font-family: "FontAwesome";
content: "\f059";
color: #ddd;
font-size: 12px;
}
.popover {
width: 250px;
font-size: 13px;
text-align: center;
border: none;
}
.popover-title {
background-color: #09afdf;
color: #ffffff;
text-shadow: none;
font-size: 13px;
}
.popover-content {
font-size: 12px;
}
.circle-head .plan .header {
padding: 0;
border: none;
width: 160px;
height: 160px;
border-radius: 100%;
margin: 20px auto;
padding: 10px 0;
}
.circle-head .plan .header h3 {
font-size: 26px;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding-top: 27px;
}
.circle-head .plan .header .price {
height: 80px;
border: none;
padding-top: 15px;
font-size: 22px;
border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.stripped .plan ul {
-webkit-box-shadow: 0px -15px 32px 0px #cacaca inset;
-moz-box-shadow: 0px -15px 32px 0px #cacaca inset;
box-shadow: 0px -15px 32px 0px #cacaca inset;
background: #fdfdfd;
}
.stripped .plan ul li {
border: 1px solid #ececec;
border-top: none;
color: #666;
}
.stripped .plan ul li:nth-child(even) {
-webkit-box-shadow: 0px 0px 40px #e4e4e4 inset;
-moz-box-shadow: 0px 0px 40px #e4e4e4 inset;
box-shadow: 0px 0px 40px #e4e4e4 inset;
background: #ffffff;
border-right: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.best-value.plan {
top: -30px;
position: relative;
z-index: 2;
}
}
/* Google maps
---------------------------------- */
#map-canvas {
height: 450px;
}
#map-canvas.small {
height: 347px;
}
#collapseMap {
overflow: hidden;
height: 0;
-webkit-transition: height 0.3s ease-in-out;
-o-transition: height 0.3s ease-in-out;
transition: height 0.3s ease-in-out;
}
#collapseMap.in {
height: 450px;
}
.footer-content #map-canvas {
height: 300px;
}
#map-canvas img {
max-width: inherit;
}
/* Tags cloud block
---------------------------------- */
.tags-cloud {
font-size: 0;
}
.tag {
display: inline-block;
margin: 0 3px 3px 0;
}
.tag a {
padding: 3px 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #ffffff;
display: block;
font-size: 11px;
background-color: #09afdf;
border: 1px solid #0c9ec7;
}
.tag a:hover {
color: #09afdf;
background-color: #ffffff;
border-color: #0c9ec7;
text-decoration: none;
}
.dark .tag a {
color: #777777;
background-color: transparent;
border: 1px solid #333333;
}
.dark .tag a:hover {
color: #ffffff;
background-color: #777777;
border-color: #777777;
text-decoration: none;
}
/* Credit Carts Block
---------------------------------- */
.icons-block i {
display: inline-block;
font-size: 30px;
color: #999999;
}
/* Isotope filtering
---------------------------------- */
.isotope-container {
display: none;
}
.isotope-container-fitrows {
display: none;
}
/* Small devices (tablets, phones less than 991px) */
@media (max-width: 991px) {
.isotope-item,
.masonry-grid-item {
max-width: 100%;
}
}
/* Affix Menu
---------------------------------- */
.sidebar.affix {
position: static;
}
/* Show and affix the side nav when space allows it */
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.col-md-4 .sidebar.affix,
.col-md-4 .sidebar.affix-bottom {
width: 293px;
}
.col-md-3 .sidebar.affix,
.col-md-3 .sidebar.affix-bottom {
width: 213px;
}
.sidebar.affix {
position: fixed;
top: 20px;
}
.fixed-header-on .sidebar.affix {
top: 65px;
}
.sidebar.affix-bottom {
position: absolute;
}
.sidebar.affix-bottom .affix-menu,
.sidebar.affix .affix-menu {
margin-top: 0;
margin-bottom: 0;
}
.affix-menu {
padding-top: 20px;
}
h3.title ~ .affix-menu {
padding-top: 0px;
}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
.col-md-4 .sidebar.affix,
.col-md-4 .sidebar.affix-bottom {
width: 390px;
}
.col-md-3 .sidebar.affix,
.col-md-3 .sidebar.affix-bottom {
width: 263px;
}
}
/* Scroll to top
---------------------------------- */
.scrollToTop {
color: #fff;
position: fixed;
bottom: 5px;
right: 5px;
width: 50px;
height: 50px;
text-align: center;
cursor: pointer;
background-color: rgba(0, 0, 0, 0.4);
z-index: 1005;
display: none;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.scrollToTop i {
line-height: 50px;
font-size: 24px;
}
.scrollToTop:hover {
background-color: rgba(0, 0, 0, 0.6);
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.scrollToTop {
width: 40px;
height: 40px;
background-color: rgba(0, 0, 0, 0.4);
}
.scrollToTop i {
line-height: 40px;
font-size: 20px;
}
}
/* 8 Main Slideshow
----------------------------------------------------------------------------- */
.slider-banner-container,
.slider-revolution-5-container {
width: 100%;
position: relative;
padding: 0;
}
.slider-banner-fullscreen,
.slider-banner-fullwidth {
width: 100%;
position: relative;
}
.slider-banner-container ul.slides,
.slider-revolution-5-container ul.slides {
display: none;
}
/*Spinner*/
.tp-loader.spinner2 {
background-color: #999;
}
/*Captions*/
.tp-caption {
z-index: 5;
}
.tp-caption a,
.tp-caption a:hover {
color: #ffffff;
}
.tp-caption a.btn-gray,
.tp-caption a.btn-gray:hover {
color: #333333;
}
.caption-box {
max-width: 540px;
color: #ffffff;
white-space: normal;
padding: 20px;
border: none;
}
.caption-box h2 {
color: #ffffff;
}
/*text rotator*/
.tp-caption .text-rotator {
min-width: 580px;
display: inline-block;
}
.light-translucent-bg.caption-box h2,
.light-translucent-bg.caption-box p {
color: #333333;
font-weight: 400;
}
.caption-box:after {
z-index: -1;
}
.slideshow .dark-translucent-bg:not(.caption-box),
.slideshow .light-translucent-bg:not(.caption-box) {
border-top: none;
border-bottom: none;
position: absolute;
left: 0;
top: 0!important;
width: 100%;
height: 100%;
}
.slideshow .dark-translucent-bg {
background-color: rgba(0, 0, 0, 0.4);
}
.slideshow .light-translucent-bg {
background-color: rgba(255, 255, 255, 0.4);
}
.slideshow .dark-translucent-bg:after,
.slideshow .light-translucent-bg:after {
background-color: transparent;
}
.xlarge_white {
font-size: 68px;
font-family: 'Raleway', sans-serif;
font-weight: 400;
color: #ffffff;
line-height: 1.2;
}
.large_white {
font-size: 42px;
font-family: 'Raleway', sans-serif;
color: #ffffff;
line-height: 1.2;
}
.medium_white {
font-size: 24px;
color: #ffffff;
font-weight: 300;
}
.small_white {
font-size: 16px;
color: #ffffff;
font-weight: 300;
}
.xlarge_dark {
font-size: 68px;
font-family: 'Raleway', sans-serif;
font-weight: 400;
color: #333;
line-height: 1.2;
}
.large_dark {
font-size: 42px;
font-family: 'Raleway', sans-serif;
color: #333;
line-height: 1.2;
}
.tp-caption.medium_dark {
font-family: 'Roboto', sans-serif;
font-size: 24px;
color: #333;
font-weight: 400;
letter-spacing: 0;
line-height: 1.4583;
}
.small_dark {
font-size: 16px;
color: #333;
font-weight: 400;
}
.text-shadow-light {
text-shadow: 2px 2px 25px rgba(255, 255, 255, 0.5);
}
.text-shadow-dark {
text-shadow: 2px 2px 25px #000000;
}
.tp-caption .separator,
.tp-caption .separator-2,
.tp-caption .separator-3 {
width: 500px;
}
.slider-banner-boxedwidth .tp-caption[data-x="left"] {
margin-left: 20px!important;
}
.slider-banner-boxedwidth .tp-caption[data-x="right"] {
margin-right: 20px!important;
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (max-width: 1199px) {
.tp-caption[data-x="left"] {
margin-left: 20px!important;
}
.tp-caption[data-x="right"] {
margin-right: 20px!important;
}
.caption-box {
max-width: 480px!important;
}
.caption-box p {
font-size: 14px;
line-height: 1.5;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.tp-caption .separator,
.tp-caption .separator-2,
.tp-caption .separator-3 {
width: 250px;
}
.caption-box {
max-width: 420px!important;
width: 100%;
}
.caption-box h2 {
font-size: 22px;
}
}
/* Small devices (smartphones less than 480px) */
@media (max-width: 480px) {
.caption-box {
display: none;
}
.tp-caption .text-rotator {
min-width: 250px;
}
}
/*Slider Moving Button*/
.tp-caption .btn.moving {
padding: 10px 0px 20px;
}
.tp-caption .btn.moving i {
display: block;
font-size: 24px;
line-height: 1px;
height: 10px;
color: #ffffff;
opacity: 1;
filter: alpha(opacity=100);
}
.tp-caption .btn.moving i + i {
opacity: 0.66;
filter: alpha(opacity=66);
}
.tp-caption .btn.moving i + i + i {
opacity: 0.33;
filter: alpha(opacity=33);
}
.moving i + i + i {
-webkit-animation: opacity_first 2s linear infinite;
animation: opacity_first 2s linear infinite;
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
.moving i + i {
-webkit-animation: opacity_second 2s linear infinite;
animation: opacity_second 2s linear infinite;
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
.moving > i {
-webkit-animation: opacity_third 2s linear infinite;
animation: opacity_third 2s linear infinite;
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
@-webkit-keyframes opacity_first {
0% {
opacity: 0.33;
filter: alpha(opacity=33);
}
24.91% {
opacity: 1;
filter: alpha(opacity=100);
}
49.833% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@keyframes opacity_first {
0% {
opacity: 0.33;
filter: alpha(opacity=33);
}
24.91% {
opacity: 1;
filter: alpha(opacity=100);
}
49.833% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@-webkit-keyframes opacity_second {
0% {
opacity: 0.66;
filter: alpha(opacity=66);
}
16.66% {
opacity: 1;
filter: alpha(opacity=100);
}
41.5833% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@keyframes opacity_second {
0% {
opacity: 0.66;
filter: alpha(opacity=66);
}
16.66% {
opacity: 1;
filter: alpha(opacity=100);
}
41.5833% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@-webkit-keyframes opacity_third {
0% {
opacity: 1;
filter: alpha(opacity=100);
}
33.33% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@keyframes opacity_third {
0% {
opacity: 1;
filter: alpha(opacity=100);
}
33.33% {
opacity: 0;
filter: alpha(opacity=0);
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.tp-caption .btn.moving {
position: absolute;
bottom: -100px;
left: 50%;
margin-left: -18px;
}
}
/*Nav Controls*/
/*Prev/Next Nav Controls*/
.tparrows.preview2 {
background-color: rgba(0, 0, 0, 0.4);
color: #ffffff;
-webkit-border-radius: 0px 3px 3px 0;
-moz-border-radius: 0px 3px 3px 0;
border-radius: 0px 3px 3px 0;
}
.tp-rightarrow.preview2 {
-webkit-border-radius: 3px 0px 0px 3px;
-moz-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
}
.tparrows.preview2:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.tparrows.preview2:after {
content: "";
}
.tparrows.preview2:before {
font-family: "fontello";
content: "\e876";
color: #ffffff;
font-size: 24px;
line-height: 60px;
left: 22px;
position: absolute;
}
.tp-rightarrow.preview2:before {
left: auto;
content: "\e877";
right: 22px;
}
.tparrows.preview2 .tp-arr-titleholder {
color: #ffffff;
text-transform: none;
font-weight: 300;
font-family: 'Raleway', sans-serif;
}
/*Slider Revolution 5*/
.hebe.tparrows {
min-width: 50px;
min-height: 50px;
}
.hebe.tparrows,
.hebe.tparrows:before {
background-color: rgba(0, 0, 0, 0.2);
color: rgba(255, 255, 255, 0.8);
}
.hebe.tparrows:before {
line-height: 50px;
min-width: 50px;
min-height: 50px;
font-size: 22px;
}
.hebe.tparrows:hover:before {
color: rgba(255, 255, 255, 0.8);
}
.hebe .tp-arr-titleholder {
line-height: 70px;
}
.hebe .tp-arr-titleholder {
text-transform: none;
font-weight: 300;
font-family: 'Raleway', sans-serif;
padding-left: 70px;
}
.hebe.tp-rightarrow .tp-arr-titleholder {
padding-right: 70px;
}
/* Small devices (tablets, phones 768px and Up) */
@media (min-width: 768px) {
.tparrows.preview4 {
height: 200px;
}
.tparrows.preview4:after {
line-height: 200px;
height: 200px;
}
.tparrows.preview4 .tp-arr-imgholder {
height: 200px;
}
.tparrows.preview4 .tp-arr-imgholder2 {
height: 200px;
}
}
/* Medium devices (laptops, tablets, phones 991px and below) */
@media (max-width: 991px) {
.tparrows.preview2:before {
font-size: 18px;
line-height: 40px;
left: 15px;
}
.tp-rightarrow.preview2:before {
left: auto;
right: 15px;
}
}
/* Medium devices (desktops, tablets less than 991px) */
@media (min-width: 768px) and (max-width: 991px) {
.tparrows.preview2 {
min-width: 40px;
min-height: 40px;
}
.tparrows.preview2 .tp-arr-titleholder {
font-size: 12px;
line-height: 40px;
letter-spacing: 0px;
}
.tp-rightarrow.preview2 .tp-arr-titleholder {
right: 35px;
}
.tp-leftarrow.preview2 .tp-arr-titleholder {
left: 35px;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.tparrows.preview2:before {
font-size: 16px;
line-height: 30px;
left: 10px;
}
.tp-rightarrow.preview2:before {
left: auto;
right: 10px;
}
}
.tp-bullets.preview4 .bullet,
.tp-bullets.preview2 .bullet,
.tp-bullets.horizontal .tp-bullet {
background: rgba(0, 0, 0, 0.6) !important;
border: none!important;
width: 10px !important;
height: 10px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-left: 1px!important;
margin-right: 1px!important;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected,
.tp-bullets.horizontal .tp-bullet:hover,
.tp-bullets.horizontal .tp-bullet.selected {
background: #000000 !important;
border: none!important;
width: 10px !important;
height: 10px !important;
}
.tp-bannertimer {
background-image: none;
background-color: rgba(9, 175, 223, 0.8);
z-index: 21;
display: none;
height: 2px;
}
/* Medium devices (netbooks, tablets, phones less than 991px) */
@media (max-width: 991px) {
.slideshow .icon.large {
font-size: 24px;
width: 90px;
height: 90px;
line-height: 88px;
}
.slideshow .icon.small {
font-size: 15px;
width: 35px;
height: 35px;
line-height: 35px;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.slideshow .icon.large {
font-size: 18px;
width: 60px;
height: 60px;
line-height: 58px;
}
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.slideshow .icon.large {
font-size: 18px;
width: 35px;
height: 35px;
line-height: 33px;
}
}
/* 9 Owl Carousel
----------------------------------------------------------------------------- */
.owl-carousel {
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}
.container .owl-carousel {
cursor: default;
cursor: -moz-default;
cursor: -webkit-default;
}
.container .content-slider-with-large-controls,
.container .content-slider-with-large-controls-autoplay {
margin-bottom: 50px;
border: 1px solid #f5f5f5;
}
/* Styling Next and Prev buttons */
/*style-1*/
.content-slider-with-controls .owl-buttons,
.content-slider-with-controls-autoplay .owl-buttons {
width: 100%;
height: 0;
position: absolute;
top: 50%;
margin-top: -15px;
z-index: 10;
}
.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
display: inline-block;
font-size: 14px;
position: absolute;
text-transform: capitalize;
font-weight: 300;
color: transparent;
background: rgba(0, 0, 0, 0.5);
padding: 5px 5px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.content-slider-with-controls .owl-buttons div:after,
.content-slider-with-controls-autoplay .owl-buttons div:after {
font-family: "FontAwesome";
position: absolute;
font-size: 16px;
line-height: 1;
top: 50%;
margin-top: -8px;
}
.content-slider-with-controls .owl-buttons .owl-prev,
.content-slider-with-controls-autoplay .owl-buttons .owl-prev {
left: 0;
padding-left: 0px;
}
.content-slider-with-controls .owl-buttons .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-buttons .owl-prev:hover {
padding-left: 25px;
padding-right: 10px;
color: #ffffff;
}
.content-slider-with-controls .owl-buttons .owl-prev:after,
.content-slider-with-controls-autoplay .owl-buttons .owl-prev:after {
content: "\f104";
left: 13px;
color: #ffffff;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.content-slider-with-controls .owl-buttons .owl-prev:hover:after,
.content-slider-with-controls-autoplay .owl-buttons .owl-prev:hover:after {
left: 8px;
}
.content-slider-with-controls .owl-buttons .owl-next,
.content-slider-with-controls-autoplay .owl-buttons .owl-next {
right: 0px;
left: auto;
padding-right: 0px;
}
.content-slider-with-controls .owl-buttons .owl-next:hover,
.content-slider-with-controls-autoplay .owl-buttons .owl-next:hover {
padding-right: 25px;
padding-left: 10px;
color: #ffffff;
}
.content-slider-with-controls .owl-buttons .owl-next:after,
.content-slider-with-controls-autoplay .owl-buttons .owl-next:after {
content: "\f105";
right: 13px;
color: #ffffff;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.content-slider-with-controls .owl-buttons .owl-next:hover:after,
.content-slider-with-controls-autoplay .owl-buttons .owl-next:hover:after {
right: 8px;
}
/*style-2*/
.content-slider-with-large-controls .owl-buttons,
.content-slider-with-large-controls-autoplay .owl-buttons {
width: 100%;
height: 0;
position: absolute;
top: 50%;
}
.container .content-slider-with-large-controls .owl-buttons,
.container .content-slider-with-large-controls-autoplay .owl-buttons {
top: auto;
bottom: -10px;
}
.content-slider-with-large-controls .owl-buttons div,
.content-slider-with-large-controls-autoplay .owl-buttons div {
display: inline-block;
font-size: 18px;
position: absolute;
text-transform: capitalize;
font-weight: 300;
color: #cdcdcd;
}
.content-slider-with-large-controls .owl-buttons div:after,
.content-slider-with-large-controls-autoplay .owl-buttons div:after {
font-family: "FontAwesome";
position: absolute;
font-size: 16px;
line-height: 1;
top: 50%;
margin-top: -8px;
}
.content-slider-with-large-controls .owl-buttons .owl-prev,
.content-slider-with-large-controls-autoplay .owl-buttons .owl-prev {
left: 0;
padding-left: 30px;
}
.content-slider-with-large-controls .owl-buttons .owl-prev:after,
.content-slider-with-large-controls-autoplay .owl-buttons .owl-prev:after {
content: "\f104";
left: 15px;
color: #09afdf;
}
.content-slider-with-large-controls .owl-buttons .owl-next,
.content-slider-with-large-controls-autoplay .owl-buttons .owl-next {
right: 0px;
left: auto;
padding-right: 30px;
}
.content-slider-with-large-controls .owl-buttons .owl-next:after,
.content-slider-with-large-controls-autoplay .owl-buttons .owl-next:after {
content: "\f105";
right: 15px;
color: #09afdf;
}
.container .content-slider-with-large-controls .owl-buttons .owl-prev,
.container .content-slider-with-large-controls-autoplay .owl-buttons .owl-prev {
padding-left: 15px;
}
.container .content-slider-with-large-controls .owl-buttons .owl-prev:after,
.container .content-slider-with-large-controls-autoplay .owl-buttons .owl-prev:after {
left: 0px;
}
.container .content-slider-with-large-controls .owl-buttons .owl-next,
.container .content-slider-with-large-controls-autoplay .owl-buttons .owl-next {
padding-right: 15px;
}
.container .content-slider-with-large-controls .owl-buttons .owl-next:after,
.container .content-slider-with-large-controls-autoplay .owl-buttons .owl-next:after {
right: 0px;
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (max-width: 1199px) {
.content-slider-with-large-controls .owl-buttons,
.content-slider-with-large-controls-autoplay .owl-buttons {
top: 98%;
}
}
.buttons-hide .owl-buttons {
display: none;
}
/* Styling Pagination*/
.owl-pagination,
.owl-pagination {
position: absolute;
bottom: 0px;
text-align: center;
width: 100%;
z-index: 10;
}
.owl-controls .owl-page,
.owl-controls .owl-page {
display: inline-block;
zoom: 1;
}
.owl-controls .owl-page span,
.owl-controls .owl-page span {
display: block;
width: 9px;
height: 9px;
margin: 5px 3px;
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #ffffff;
}
.dark-controls .owl-controls .owl-page span,
.dark-controls .owl-controls .owl-page span {
background: #333;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span,
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
opacity: 1;
filter: alpha(opacity=100);
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.owl-controls .owl-page span,
.owl-controls .owl-page span {
background: #000000;
}
}
/* 10 Full Page
----------------------------------------------------------------------------- */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
background: rgba(9, 175, 223, 0.8);
}
#fp-nav ul li .fp-tooltip {
background-color: #fff;
color: #454545;
padding: 0 15px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
top: -4px;
overflow: visible;
}
#fp-nav ul li .fp-tooltip.right {
right: 30px;
}
#fp-nav ul li .fp-tooltip:after {
content: "\f0da";
font-family: "FontAwesome";
position: absolute;
right: -8px;
top: 50%;
font-size: 30px;
line-height: 20px;
margin-top: -9px;
color: #fff;
}
/*# sourceMappingURL=style.css.map */ | Public/css/style.css | 1) Typography
2) Layout
3) Sections
4) Pages ( blog, about etc )
5) Components
6) Navigations
7) Blocks/Widgets
8) Main Slideshow
9) Owl carousel
10) Full Page
* */
/* 1 Typography
----------------------------------------------------------------------------- */
/*Fonts
---------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.navbar .navbar-nav {
font-family: Tahoma, 'Microsoft Yahei', Simsun;
}
body {
font-family: Tahoma, 'Microsoft Yahei', Simsun;
}
.logo-font {
font-family: 'Pacifico', cursive, sans-serif;
}
/*Typography
---------------------------------- */
html {
height: 100%;
}
body {
font-size: 15px;
line-height: 1.46666667;
color: #777777;
background-color: #ffffff;
font-weight: 300;
}
body.canvas-sliding,
body.canvas-slid {
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #333333;
line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #333333;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
color: #ffffff;
}
.dark h1 a,
.dark h2 a,
.dark h3 a,
.dark h4 a,
.dark h5 a,
.dark h6 a {
color: #ffffff;
}
.dark .footer h1,
.dark .footer h2,
.dark .footer h3,
.dark .footer h4,
.dark .footer h5,
.dark .footer h6 {
color: #999999;
}
.dark .footer h1 a,
.dark .footer h2 a,
.dark .footer h3 a,
.dark .footer h4 a,
.dark .footer h5 a,
.dark .footer h6 a {
color: #999999;
}
h1 {
font-size: 33px;
font-weight: 700;
text-transform: uppercase;
}
h1.logo-font {
text-transform: none;
font-weight: 300;
font-size: 50px;
}
h1.large {
font-size: 45px;
font-weight: 300;
letter-spacing: 0.1em;
}
h2 {
font-size: 28px;
margin-bottom: 15px;
text-transform: uppercase;
}
h2.logo-font {
text-transform: none;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 19px;
}
h5 {
font-size: 15px;
text-transform: uppercase;
font-weight: 700;
}
h6 {
font-size: 13px;
font-weight: 700;
}
/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
.jumbotron h1 {
font-size: 130px;
}
}
/* Small devices (tablets, phones less than 767px) */
@media screen and (max-width: 767px) {
.jumbotron h1 {
font-size: 60px;
}
}
.page-title {
margin-top: 0;
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.title {
margin-top: 0;
}
}
.sidebar .title {
margin-top: 3px;
}
p {
margin-bottom: 15px;
}
p.large {
font-size: 18px;
line-height: 1.4;
margin-bottom: 30px;
}
a {
color: #09afdf;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a:hover {
color: #0c9ec7;
}
a:focus,
a:active {
outline: none;
color: #0c9ec7;
}
.link-dark {
color: #333333;
text-decoration: none!important;
}
.link-dark:hover {
color: #333333;
text-decoration: underline!important;
}
.dark .footer .link-dark {
color: #777777;
text-decoration: none!important;
}
.dark .footer .link-dark:hover {
color: #777777;
text-decoration: underline!important;
}
.link-light {
color: #ffffff;
text-decoration: none!important;
}
.link-light:hover {
color: #ffffff;
text-decoration: underline!important;
}
.no-trans * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
img {
display: block;
max-width: 100%;
height: auto;
}
blockquote {
border-left: none;
display: inline-block;
margin: 20px auto 20px;
font-size: 16px;
position: relative;
padding: 10px 25px;
}
blockquote:after {
content: "“";
width: 25px;
height: 25px;
line-height: 36px;
font-size: 36px;
font-family: 'PT Serif', serif;
position: absolute;
top: 12px;
left: 0px;
color: #cdcdcd;
}
.blockquote:before {
font-family: 'PT Serif', serif;
content: "“";
font-size: 40px;
}
blockquote.inline {
padding: 0;
}
blockquote.inline p {
width: 60%;
display: inline-block;
margin: 0;
}
blockquote.inline footer {
width: 37%;
display: inline-block;
padding-left: 5px;
}
blockquote.inline:after {
top: 0;
}
mark,
.mark {
background-color: #09afdf;
color: #ffffff;
}
pre {
padding: 20px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.text-muted {
color: #999999;
}
.text-default {
color: #09afdf;
}
.text-white {
color: #ffffff!important;
}
.well {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color: #f3f3f3;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
.dark hr {
border-color: #333333;
}
/* Lists
---------------------------------- */
ul {
list-style: square;
}
.list-icons,
.list {
list-style: none;
padding: 0;
}
.list-icons li,
.list li {
padding: 5px 0;
}
.list-icons li i {
min-width: 25px;
text-align: center;
}
.list-inline {
margin-top: 9px;
margin-bottom: 8px;
}
.header-top .list-inline {
display: inline-block;
}
/* Medium desktop devices and tablets */
@media (min-width: 992px) and (max-width: 1199px) {
.header-top .list-inline > li {
padding: 0;
}
}
/* Tables
---------------------------------- */
.table:not(.table-bordered) {
border-bottom: 2px solid #f3f3f3;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 1px solid #eaeaea;
background-color: #eaeaea;
color: #333333;
font-weight: 400;
}
.table.table-colored {
border-bottom-color: #09afdf;
}
.table-colored > thead > tr > th {
border-color: #09afdf;
background-color: #09afdf;
color: #fff;
}
tbody {
background-color: #ffffff;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px 15px;
border-top: 1px solid #f3f3f3;
}
.table-striped tbody {
background-color: #ffffff;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f5f5f5;
}
.table-striped.table > tbody > tr > td {
border-color: #e8e8e8;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border-color: #f3f3f3;
}
.dl-horizontal dd {
margin-bottom: 10px;
}
.table-hover > tbody > tr:hover {
background-color: rgba(0, 0, 0, 0.04);
}
.dark .table:not(.table-bordered) {
border-bottom: 2px solid rgba(255, 255, 255, 0.07);
}
.dark .table > tbody {
background-color: transparent;
}
.dark .table > tbody > tr > td {
border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.dark .table > thead > tr > th {
border-bottom: 1px solid rgba(255, 255, 255, 0.07);
background-color: rgba(0, 0, 0, 0.15);
color: #f1f1f1;
font-weight: 400;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.dl-horizontal dd {
margin-left: 150px;
}
.dl-horizontal dt {
max-width: 120px;
}
}
/* 2 Layout
----------------------------------------------------------------------------- */
.page-wrapper {
background-color: #ffffff;
}
.header-top:not(.banner) {
background-color: #f2f2f2;
border-bottom: 1px solid #d0d0d0;
padding: 4px 0;
}
.header-top.dark {
background-color: #2e3537;
border-bottom: 1px solid #252a2c;
}
.header-top.colored {
background-color: #09afdf;
border-bottom: 1px solid #09afdf;
}
.header {
border-top: 1px solid #ffffff;
border-bottom: 2px solid #f1f1f1;
background-color: #fcfcfc;
}
.header.dark {
background-color: #394245;
border-top-color: #394245;
border-bottom: none;
}
.header-top.dark + .header:not(.dark) {
border-top-color: #dddddd;
}
.header-top:not(.dark) + .header.dark {
border-top-color: #303030;
}
.header.header-small {
padding: 10px 0;
}
.dark .footer {
background-color: #222222;
}
.dark .subfooter {
background-color: #373737;
border-color: #454545;
}
/*Transparent Header*/
.transparent-header .header-top {
z-index: 103;
position: relative;
}
.transparent-header header.header.transparent-header-on {
z-index: 22;
position: absolute;
width: 100%;
left: 0;
background-color: rgba(255, 255, 255, 0.92);
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
border-top-color: #a0a0a0;
}
.transparent-header .header-top.colored + header.header.transparent-header-on {
border-top-color: transparent;
}
.transparent-header header.header.dark.transparent-header-on {
background-color: rgba(57, 66, 69, 0.8);
border-top-color: rgba(37, 42, 44, 0.5);
}
.transparent-header.gradient-background-header header.header.transparent-header-on {
background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.05) 85%, rgba(255, 255, 255, 0) 100%);
background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.05) 85%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.05) 85%, rgba(255, 255, 255, 0) 100%);
border-bottom: none;
border-top: none;
}
.transparent-header.gradient-background-header header.header.dark.transparent-header-on {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0) 100%);
border-bottom: none;
border-top: none;
}
.header-left {
padding: 12px 0 0 0;
}
.header-right {
position: relative;
}
.banner.parallax,
.banner.light-translucent-bg,
.banner.dark-translucent-bg,
.banner.default-translucent-bg {
min-height: 250px;
padding-top: 60px;
padding-bottom: 20px;
}
.banner.banner-big-height {
min-height: 550px;
padding-top: 100px;
}
.banner.video-background-banner {
min-height: 400px;
padding-top: 100px;
}
.main-container {
padding: 50px 0;
}
.block {
margin-bottom: 50px;
}
.section {
padding: 20px 0;
}
.footer-top {
padding: 20px 0;
}
.footer {
padding: 40px 0;
background-color: #fafafa;
}
.footer-content {
padding: 20px 0;
}
.subfooter {
background-color: #f5f5f5;
padding: 25px 0;
border-top: 1px solid #eaeaea;
}
.full-page .subfooter {
background-color: transparent;
position: fixed;
border: none;
color: #bbbbbb;
width: 100%;
bottom: 0;
padding: 15px 0;
}
.full-page .subfooter p a {
text-decoration: none;
color: #a1a1a1;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.with-dropdown-buttons .navbar-default .navbar-collapse {
padding-right: 120px;
}
.with-dropdown-buttons .header-dropdown-buttons {
position: absolute;
top: 18px;
right: 0px;
}
/*Full width Header*/
header.full-width .with-dropdown-buttons .header-dropdown-buttons {
right: 15px;
}
/*Centered Logo Layout*/
.header.centered .header-left {
padding: 12px 0;
}
.header.centered .header-right {
text-align: center;
}
.header.centered .main-navigation .navbar-collapse.collapse {
display: inline-block !important;
vertical-align: top;
}
.header.centered .with-dropdown-buttons .navbar-default .navbar-collapse {
padding-right: 0px!important;
}
.header.centered .with-dropdown-buttons .header-dropdown-buttons {
position: relative;
top: 4px;
margin-left: 20px;
float: left;
}
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
.main-navigation.with-dropdown-buttons .navbar-default .navbar-collapse {
padding-right: 110px;
}
}
/* Medium desktop devices and tablets */
@media (min-width: 768px) and (max-width: 991px) {
header.full-width .main-navigation.with-dropdown-buttons .navbar-default .navbar-collapse {
padding-right: 15px;
}
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
.sidebar {
margin-top: 40px;
}
.footer-content {
padding: 10px 0;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.header-left .header-dropdown-buttons {
position: absolute;
top: 22px;
right: 15px;
}
/*Transparent Header*/
.transparent-header .header-left {
padding: 12px 0 12px;
}
.transparent-header .header-left.visible-xs {
padding: 10px 0 3px;
}
.transparent-header .header-right {
z-index: 21;
}
/*Full width Header*/
.header.full-width {
padding: 0 15px;
}
.header.full-width .header-left {
padding: 8px 0 0;
}
}
/* Boxed Layout
---------------------------------- */
.boxed .page-wrapper {
margin-right: auto;
margin-left: auto;
position: relative;
-webkit-box-shadow: 0px 0px 10px #cacaca;
box-shadow: 0px 0px 10px #cacaca;
}
.boxed.transparent-page-wrapper .page-wrapper {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.pattern-1 {
background-image: url("../images/pattern-1.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-2 {
background-image: url("../images/pattern-2.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-3 {
background-image: url("../images/pattern-3.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-4 {
background-image: url("../images/pattern-4.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-5 {
background-image: url("../images/pattern-5.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-6 {
background-image: url("../images/pattern-6.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-7 {
background-image: url("../images/pattern-7.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-8 {
background-image: url("../images/pattern-8.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-9 {
background-image: url("../images/pattern-9.png");
background-repeat: repeat;
background-position: 0 0;
}
.pattern-4 .page-wrapper,
.pattern-5 .page-wrapper,
.pattern-6 .page-wrapper,
.pattern-7 .page-wrapper,
.pattern-8 .page-wrapper,
.pattern-9 .page-wrapper {
-webkit-box-shadow: none;
box-shadow: none;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.boxed .page-wrapper {
width: 750px;
}
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.boxed .page-wrapper {
width: 970px;
}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
.boxed .page-wrapper {
width: 1170px;
}
}
/*Backgrounds
---------------------------------- */
.background-img-1 {
background: url("../images/background-img-1.jpg") 50% 0px no-repeat;
}
.background-img-2 {
background: url("../images/background-img-2.jpg") 50% 0px no-repeat;
}
.background-img-3 {
background: url("../images/background-img-3.jpg") 50% 0px no-repeat;
}
.background-img-4 {
background: url("../images/background-img-4.jpg") 50% 0px no-repeat;
}
.background-img-5 {
background: url("../images/background-img-5.jpg") 50% 0px no-repeat;
}
.background-img-6 {
background: url("../images/background-img-6.jpg") 50% 0px no-repeat;
}
.background-img-7 {
background: url("../images/background-img-7.jpg") 50% 0px no-repeat;
}
.background-img-8 {
background: url("../images/background-img-8.jpg") 50% 0px no-repeat;
}
.background-img-9 {
background: url("../images/background-img-9.jpg") 50% 0px no-repeat;
}
.background-img-10 {
background: url("../images/background-img-10.jpg") 50% 0px no-repeat;
}
.fullscreen-bg {
background: url("../images/fullscreen-bg.jpg") 50% 0px no-repeat;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.boxed .fullscreen-bg {
background: none;
}
.white-bg {
background-color: #ffffff;
}
.light-gray-bg {
background-color: #fafafa;
border-top: 1px solid #f3f3f3;
border-bottom: 1px solid #f3f3f3;
}
.footer-top.light-gray-bg {
background-color: #f5f5f5;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.dark-bg {
background-color: #373737;
color: #cdcdcd;
}
.dark-bg + .dark-bg:not(.image-box):not(.full-image-container):not(.full-text-container):not(.full-width-section) {
background-color: #555555;
}
.dark-bg + .dark-bg + .dark-bg {
background-color: #373737;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
color: #ffffff;
}
.dark-bg a:not(.btn) {
text-decoration: underline;
color: #cdcdcd;
}
.dark-bg a:not(.btn):hover {
text-decoration: none;
color: #cdcdcd;
}
.default-bg {
background-color: #09afdf;
color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6 {
color: #ffffff;
}
.default-bg a:not(.btn) {
text-decoration: underline;
color: #ffffff;
}
.default-bg a:not(.btn):hover {
text-decoration: none;
color: #ffffff;
}
/*Translucent Backgrounds*/
.no-touch .parallax,
.no-touch .parallax-2,
.no-touch .parallax-3,
.no-touch .fixed-bg {
background-attachment: fixed;
}
.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg,
.two-col-translucent-bg {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: 50% 0;
background-repeat: no-repeat;
z-index: 1;
position: relative;
overflow: hidden;
}
.light-translucent-bg:after,
.dark-translucent-bg:after,
.default-translucent-bg:after,
.two-col-translucent-bg:after {
content: "";
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
.light-translucent-bg > div,
.dark-translucent-bg > div,
.default-translucent-bg > div,
.two-col-translucent-bg > div {
z-index: 3;
position: relative;
}
.light-translucent-bg {
color: #333;
border-bottom: 1px solid #dadada;
border-top: 1px solid #dadada;
}
.light-translucent-bg:after {
background-color: rgba(255, 255, 255, 0.7);
}
.light-translucent-bg.slight:after {
background-color: rgba(255, 255, 255, 0.85);
}
.video-background.light-translucent-bg:after,
.video-background-banner.light-translucent-bg:after {
background-color: rgba(255, 255, 255, 0.5);
}
.light-translucent-bg.hovered:hover:after {
background-color: rgba(255, 255, 255, 0.8);
}
.dark-translucent-bg:after {
background-color: rgba(0, 0, 0, 0.5);
}
.dark-translucent-bg.hovered:hover:after {
background-color: rgba(0, 0, 0, 0.6);
}
.dark-translucent-bg,
.dark-translucent-bg h1,
.dark-translucent-bg h2,
.dark-translucent-bg h3,
.dark-translucent-bg h4,
.dark-translucent-bg h5,
.dark-translucent-bg h6 {
color: #ffffff;
}
.dark-translucent-bg a:not(.btn) {
text-decoration: underline;
color: #ffffff;
}
.dark-translucent-bg a:not(.btn):hover {
text-decoration: none;
color: #ffffff;
}
.two-col-translucent-bg {
color: #333;
}
.two-col-translucent-bg:after {
background-color: rgba(255, 255, 255, 0.7);
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.two-col-translucent-bg:after {
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
background: -webkit-gradient(left, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%);
}
.two-col-translucent-bg .container > .row > div + div,
.two-col-translucent-bg .container > .row > div + div h1,
.two-col-translucent-bg .container > .row > div + div h2,
.two-col-translucent-bg .container > .row > div + div h3,
.two-col-translucent-bg .container > .row > div + div h4,
.two-col-translucent-bg .container > .row > div + div h5,
.two-col-translucent-bg .container > .row > div + div h6 {
color: #ffffff;
}
.two-col-translucent-bg .container > .row > div + div a:not(.btn) {
text-decoration: underline;
color: #ffffff;
}
.two-col-translucent-bg .container > .row > div + div a:not(.btn):hover {
text-decoration: none;
color: #ffffff;
}
}
.default-translucent-bg:after {
background-color: rgba(9, 175, 223, 0.7);
}
.default-translucent-bg.hovered:hover:after {
background-color: rgba(9, 175, 223, 0.8);
}
.default-translucent-bg,
.default-translucent-bg h1,
.default-translucent-bg h2,
.default-translucent-bg h3,
.default-translucent-bg h4,
.default-translucent-bg h5,
.default-translucent-bg h6 {
color: #ffffff;
}
.default-translucent-bg a:not(.btn) {
text-decoration: underline;
color: #ffffff;
}
.default-translucent-bg a:not(.btn):hover {
text-decoration: none;
color: #ffffff;
}
.default-hovered {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.default-hovered:hover:after,
.default-hovered:hover {
background-color: #09afdf;
}
.light-gray-bg.default-hovered:hover * {
color: #ffffff;
}
.position-bottom {
position: absolute!important;
bottom: 0;
width: 100%;
}
/*Animated Backgrounds
---------------------------------- */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.animated-text h2 {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: absolute;
top: 0;
width: 100%;
}
.animated-text h2 + h2 {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-ms-transform: scale(1.15);
-o-transform: scale(1.15);
transform: scale(1.15);
}
.animated-text:hover h2 {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.animated-text:hover h2 + h2 {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.animated-text h2 + h2 {
display: none;
}
}
/* Fixed navigation
---------------------------------- */
.fixed-header-on .header.fixed,
.fixed-header-on header.header.transparent-header-on {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 1006;
opacity: 0;
filter: alpha(opacity=0);
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
}
.fixed-header-on .header.fixed:not(.dark) {
border-bottom: 1px solid #f1f1f1;
background-color: rgba(255, 255, 255, 0.95);
}
.transparent-header.gradient-background-header.fixed-header-on .header.fixed:not(.dark) {
border-bottom: none;
background-color: rgba(255, 255, 255, 0.8);
-webkit-transition: all linear 0.2s;
-o-transition: all linear 0.2s;
transition: all linear 0.2s;
}
.fixed-header-on .dark.header.fixed {
background-color: rgba(57, 66, 69, 0.95);
}
.transparent-header.gradient-background-header.fixed-header-on .dark.header.fixed {
background-color: rgba(0, 0, 0, 0.3);
-webkit-transition: all linear 0.2s;
-o-transition: all linear 0.2s;
transition: all linear 0.2s;
}
.fixed-header-on.boxed .header.fixed {
left: auto;
-webkit-transition: left linear 0s!important;
-o-transition: left linear 0s!important;
transition: left linear 0s!important;
}
.fixed-header-on .header .logo {
margin: 0px 0 -5px 0;
display: none;
}
.fixed-header-on .header .logo img {
max-height: 30px;
}
.fixed-header-on .header.fixed-before .logo img {
max-height: none;
}
.fixed-header-on .header .site-slogan,
.fixed-header-on .header.centered .header-left {
display: none;
}
.fixed-header-on .header.fixed.animated {
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.fixed-header-on.boxed .header.fixed {
width: 750px;
}
.fixed-header-on .header-left {
padding: 0;
}
.fixed-header-on .dark.header .dropdown-menu {
border: 1px solid #2e3537;
}
.fixed-header-on .main-navigation .navbar-nav > li > a {
padding-top: 21px!important;
padding-bottom: 21px!important;
}
.fixed-header-on .header:not(.centered) .main-navigation .navbar-nav > .dropdown > a:before {
top: 24px;
}
.fixed-header-on .header:not(.centered) .main-navigation.with-dropdown-buttons .header-dropdown-buttons {
top: 12px;
}
.header.fixed-before .main-navigation .navbar-nav > .dropdown > a:before,
.header.fixed-before .main-navigation.with-dropdown-buttons .header-dropdown-buttons {
-webkit-transition: all linear 0.2s;
-o-transition: all linear 0.2s;
transition: all linear 0.2s;
}
.fixed-header-on .header-dropdown-buttons .btn-group .dropdown-menu,
.fixed-header-on .dark .header-dropdown-buttons .btn-group .dropdown-menu {
margin-top: 11px;
}
/*Fixed Header Animations Duration*/
.fixed.header .main-navigation.animated .navbar-nav > li > a,
.header-left {
-webkit-transition: padding 0s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
-o-transition: padding 0s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
transition: padding 0s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.fixed.fixed-before.header .main-navigation.animated .navbar-nav > li > a,
.fixed-before .header-left {
-webkit-transition: padding 0.2s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
-o-transition: padding 0.2s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
transition: padding 0.2s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.fixed-header-on .header .logo,
.fixed-header-on .header .site-slogan {
display: block;
}
.fixed-header-on.boxed .header.fixed {
width: 970px;
}
.fixed-header-on .header-left {
padding: 7px 0 0 0;
}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
.fixed-header-on.boxed .header.fixed {
width: 1170px;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
/* Fixed header position */
.header.fixed {
position: relative !important;
top: auto !important;
}
.header.fixed.transparent-header-on {
position: absolute!important;
}
}
/* Fullpage navigation
---------------------------------- */
.full-page .header-container {
position: fixed;
width: 100%;
top: 0;
}
/* Custom Grid
---------------------------------- */
.grid-space-20 {
margin-right: -10.5px;
margin-left: -10.5px;
}
.grid-space-20 .col-lg-6,
.grid-space-20 .col-lg-4,
.grid-space-20 .col-lg-3,
.grid-space-20 .col-md-6,
.grid-space-20 .col-md-4,
.grid-space-20 .col-md-3,
.grid-space-20 .col-sm-6,
.grid-space-20 .col-sm-4,
.grid-space-20 .col-sm-3,
.grid-space-20 .col-xs-6,
.grid-space-20 .col-xs-4,
.grid-space-20 .col-xs-3 {
padding-left: 10px;
padding-right: 10px;
}
.grid-space-10 {
margin-right: -6px;
margin-left: -6px;
}
.grid-space-10 .col-lg-6,
.grid-space-10 .col-lg-4,
.grid-space-10 .col-lg-3,
.grid-space-10 .col-md-6,
.grid-space-10 .col-md-4,
.grid-space-10 .col-md-3,
.grid-space-10 .col-sm-6,
.grid-space-10 .col-sm-4,
.grid-space-10 .col-sm-3,
.grid-space-10 .col-xs-6,
.grid-space-10 .col-xs-4,
.grid-space-10 .col-xs-3 {
padding-left: 5px;
padding-right: 5px;
}
.grid-space-0 {
margin-right: 0;
margin-left: 0;
}
.container-fluid .grid-space-0 {
margin-right: -15px;
margin-left: -15px;
}
.grid-space-0 .col-lg-6,
.grid-space-0 .col-lg-4,
.grid-space-0 .col-lg-3,
.grid-space-0 .col-md-6,
.grid-space-0 .col-md-4,
.grid-space-0 .col-md-3,
.grid-space-0 .col-sm-6,
.grid-space-0 .col-sm-4,
.grid-space-0 .col-sm-3,
.grid-space-0 .col-xs-6,
.grid-space-0 .col-xs-4,
.grid-space-0 .col-xs-3 {
padding-left: 0;
padding-right: 0;
}
.grid-space-0 > div {
margin-bottom: 0;
padding-bottom: 0;
}
/* Separators
---------------------------------- */
.separator {
width: 100%;
margin: 20px auto 15px;
position: relative;
height: 1px;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
.separator:after {
height: 1px;
background: #e8e8e8;
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
position: absolute;
bottom: -1px;
content: "";
width: 100%;
left: 0;
}
.dark-bg:not(.banner) .separator:after {
background: #505050;
background: -moz-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #373737), color-stop(35%, #505050), color-stop(70%, #505050), color-stop(100%, #373737));
background: -webkit-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
background: -o-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
background: -ms-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
background: linear-gradient(to right, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
}
#footer.dark .separator:after {
background: #505050;
background: -moz-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #222222), color-stop(35%, #505050), color-stop(70%, #505050), color-stop(100%, #222222));
background: -webkit-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
background: -o-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
background: -ms-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
background: linear-gradient(to right, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
}
.default-bg .separator:after,
.dark-translucent-bg .separator:after,
.default-translucent-bg .separator:after,
.light.separator:after {
background: rgba(255, 255, 255, 0.5);
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.two-col-translucent-bg .container > .row > div + div .separator:after {
background: rgba(255, 255, 255, 0.5);
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
}
}
.light-translucent-bg .separator:after,
.two-col-translucent-bg .container > .row > div .separator:after,
.dark.separator:after {
background: rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.4)), color-stop(70%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
}
h3 + .separator,
h4 + .separator,
h5 + .separator {
margin-top: 15px;
}
.separator-2,
.separator-3 {
width: 100%;
margin-bottom: 15px;
position: relative;
height: 1px;
}
.separator-2:after {
height: 1px;
background: #d1d1d1;
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
position: absolute;
bottom: -1px;
left: 0px;
content: "";
width: 100%;
}
.dark-bg .separator-2:after {
background: #666666;
background: -moz-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #666666), color-stop(35%, #555555), color-stop(70%, #444444), color-stop(100%, #373737));
background: -webkit-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: -o-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: -ms-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: linear-gradient(to right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
}
#footer.dark .separator-2:after {
background: #444444;
background: -moz-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #444444), color-stop(35%, #393939), color-stop(70%, #323232), color-stop(100%, #222222));
background: -webkit-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: -o-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: -ms-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: linear-gradient(to right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
}
.light-translucent-bg .separator-2:after,
.two-col-translucent-bg .container > .row > div .separator-2:after,
.dark.separator-2:after {
background: rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}
.default-bg .separator-2:after,
.default-translucent-bg .separator-2:after,
.dark-translucent-bg .separator-2:after,
.light.separator-2:after {
background: rgba(255, 255, 255, 0.5);
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.two-col-translucent-bg .container > .row > div + div .separator-2:after {
background: rgba(255, 255, 255, 0.5);
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
}
}
.separator-3:after {
height: 1px;
background: #d1d1d1;
background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
position: absolute;
bottom: -1px;
left: 0px;
content: "";
width: 100%;
}
.dark-bg .separator-3:after {
background: #666666;
background: -moz-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: -webkit-gradient(linear, right top, left top, color-stop(0%, #666666), color-stop(35%, #555555), color-stop(70%, #444444), color-stop(100%, #373737));
background: -webkit-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: -o-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: -ms-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
background: linear-gradient(to left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
}
#footer.dark .separator-3:after {
background: #444444;
background: -moz-linear-gradient(right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: -webkit-gradient(linear, right top, left top, color-stop(0%, #444444), color-stop(35%, #393939), color-stop(70%, #323232), color-stop(100%, #222222));
background: -webkit-linear-gradient(right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: -o-linear-gradient(right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: -ms-linear-gradient(right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
background: linear-gradient(to left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
}
.light-translucent-bg .separator-3:after,
.two-col-translucent-bg .container > .row > div .separator-3:after,
.dark.separator-3:after {
background: rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}
.default-bg .separator-3:after,
.default-translucent-bg .separator-3:after,
.dark-translucent-bg .separator-3:after,
.light.separator-3:after {
background: rgba(255, 255, 255, 0.5);
background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.two-col-translucent-bg .container > .row > div + div .separator-3:after {
background: rgba(255, 255, 255, 0.5);
background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
}
}
.footer-content .separator-2,
.footer-content .separator-3 {
margin-bottom: 25px;
}
.object-non-visible {
opacity: 0;
filter: alpha(opacity=0);
}
.object-visible {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
.object-visible {
-webkit-transition: opacity 0.6s ease-in-out;
-moz-transition: opacity 0.6s ease-in-out;
-o-transition: opacity 0.6s ease-in-out;
-ms-transition: opacity 0.6s ease-in-out;
transition: opacity 0.6s ease-in-out;
}
}
/* Miscellaneous
---------------------------------- */
.pl-5 {
padding-left: 5px;
}
.pl-10 {
padding-left: 10px;
}
.pl-20 {
padding-left: 20px;
}
.pr-5 {
padding-right: 5px;
}
.pr-10 {
padding-right: 10px;
}
.pr-20 {
padding-right: 20px;
}
.p-20 {
padding: 20px;
}
.p-30 {
padding: 30px;
}
.p-40 {
padding: 40px;
}
.ph-20 {
padding-left: 20px;
padding-right: 20px;
}
.ph-30 {
padding-left: 30px;
padding-right: 30px;
}
.ph-40 {
padding-left: 40px;
padding-right: 40px;
}
.pv-20 {
padding-top: 20px;
padding-bottom: 20px;
}
.pv-30 {
padding-top: 30px;
padding-bottom: 30px;
}
.pv-40 {
padding-top: 40px;
padding-bottom: 40px;
}
.mt-5 {
margin-top: 5px;
}
.mb-5 {
margin-bottom: 5px;
}
.mt-10 {
margin-top: 10px;
}
.mb-10 {
margin-bottom: 10px;
}
.mt-20 {
margin-top: 20px;
}
.mb-20 {
margin-bottom: 20px;
}
.space-top {
padding-top: 20px;
}
.space-bottom {
padding-bottom: 20px;
}
.margin-clear {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.padding-top-clear {
padding-top: 0 !important;
}
.padding-bottom-clear {
padding-bottom: 0 !important;
}
.padding-ver-clear {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.padding-hor-clear {
padding-right: 0 !important;
padding-left: 0 !important;
}
.border-bottom-clear {
border-bottom: none !important;
}
.border-top-clear {
border-top: none !important;
}
.border-clear {
border: none !important;
}
.circle {
-webkit-border-radius: 100%!important;
-moz-border-radius: 100%!important;
border-radius: 100%!important;
}
.radius-clear {
-webkit-border-radius: 0%!important;
-moz-border-radius: 0%!important;
border-radius: 0%!important;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.text-center-xs {
text-align: center;
}
}
/* 3 Sections
----------------------------------------------------------------------------- */
/*Header Top*/
.header-top {
font-size: 12px;
color: #777777;
font-weight: 300;
}
.header-top.dark,
.header-top.colored {
color: #ffffff;
}
.header-top.colored a {
color: #ffffff;
text-decoration: underline;
}
.header-top.colored a:hover {
text-decoration: none;
}
/* Medium desktop devices and tablets */
@media (min-width: 992px) and (max-width: 1199px) {
.header-top {
font-size: 11px;
}
}
/*Header*/
.header.dark {
color: #cacaca;
}
/*Footer*/
.footer {
font-size: 14px;
line-height: 1.5;
}
.footer h2.title {
font-size: 22px;
text-transform: none;
margin-bottom: 10px;
}
/*Subfooter*/
.subfooter {
font-size: 14px;
line-height: 1.3;
color: #999999;
}
.subfooter p {
margin-bottom: 0;
}
/* 4 Pages
----------------------------------------------------------------------------- */
/* Blog pages
---------------------------------- */
.blogpost {
margin: 0 0 70px;
}
.blogpost header {
padding: 20px 10px 20px;
}
.blogpost header h2 {
text-transform: none;
margin-top: 0;
margin-bottom: 10px;
}
.blogpost .post-info {
font-size: 12px;
color: #aaa;
font-weight: 400;
}
.blogpost .post-info > span {
margin-right: 5px;
display: inline-block;
}
.blogpost .post-info a {
color: #aaa;
}
.blogpost .blogpost-content {
padding: 0 10px 10px;
}
.blogpost .row .blogpost-content {
padding-bottom: 0;
}
.blogpost footer {
font-size: 12px;
padding: 10px;
color: #aaa;
border-top: 1px solid #eaeaea;
}
.blogpost .row + footer {
padding: 10px 0;
}
.blogpost.full {
margin-bottom: 30px;
}
.blogpost.full header {
padding: 0 0 15px 0;
}
.blogpost.full .blogpost-content {
padding: 0 0 5px;
}
.blogpost.full footer {
padding: 10px 0;
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.blogpost .row header {
padding-top: 0;
}
.blogpost .row + footer {
margin-top: 15px;
}
}
/* Comments
---------------------------------- */
#comments {
margin-top: 60px;
}
.comments h2.title {
margin-bottom: 40px;
padding-bottom: 10px;
position: relative;
}
.comments h2.title:after {
height: 1px;
background: #d1d1d1;
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
position: absolute;
bottom: -1px;
left: 0px;
content: "";
width: 100%;
}
.comment {
font-size: 14px;
}
.comment .comment {
margin-left: 75px;
}
.comment h3 {
margin-top: 0;
margin-bottom: 5px;
}
.comment p {
margin-bottom: 10px;
}
.comment .btn-sm-link {
padding: 0;
}
.comment-avatar {
width: 50px;
float: left;
margin: 0 15px 0 0;
}
.comment-content {
border-bottom: 1px solid #f1f1f1;
margin-bottom: 40px;
clear: both;
}
.comment-meta {
margin-bottom: 15px;
color: #aaa;
font-size: 12px;
}
.comment-meta a {
color: #aaa;
}
.comment-meta a:hover {
text-decoration: underline;
}
/* Blog Masonry Grid
---------------------------------- */
.masonry-grid-item .blogpost footer {
padding-top: 0px;
border-top: none;
}
.masonry-grid-item .blogpost header h2 {
font-size: 22px;
}
/* Blog Timeline layout
---------------------------------- */
.timeline {
position: relative;
padding: 40px 0;
margin-top: 40px;
}
.timeline .blogpost footer {
padding-top: 0px;
border-top: none;
}
.timeline .blogpost header h2 {
font-size: 22px;
}
.timeline .timeline-item {
padding: 0 15px;
}
.timeline-date-label {
float: none;
clear: both;
display: block;
margin: 0px auto;
text-align: center;
margin-bottom: 80px;
line-height: 1;
width: 135px;
position: relative;
z-index: 2;
color: #ffffff;
}
.timeline-date-label:after {
background-color: #09afdf;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 30px;
width: 100%;
position: absolute;
bottom: -8px;
z-index: -1;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.timeline .blogpost {
margin-bottom: 0;
}
.timeline:before {
background-color: #e8e8e8;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.09)), color-stop(90%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 10%, rgba(0, 0, 0, 0.09) 90%, rgba(0, 0, 0, 0) 100%);
width: 1px;
height: 100%;
content: "";
position: absolute;
left: 50%;
display: block;
top: 0;
}
.timeline .timeline-item {
position: relative;
width: 50%;
padding-left: 0;
padding-right: 40px;
margin-bottom: 80px;
float: left;
clear: left;
z-index: 1;
}
.timeline .timeline-item.pull-right {
position: relative;
width: 50%;
padding-left: 40px;
padding-right: 0;
margin-top: 80px;
margin-bottom: 0;
float: right;
clear: right;
}
.timeline .timeline-item.pull-right + .timeline-date-label {
padding-top: 80px;
}
.timeline .timeline-item:after {
content: "";
font-family: "FontAwesome";
right: 0px;
background-color: #eaeaea;
left: auto;
position: absolute;
top: 20px;
z-index: -1;
width: 35px;
height: 1px;
}
.timeline .timeline-item:before {
content: "";
position: absolute;
background-color: #cdcdcd;
border: 1px solid #cdcdcd;
height: 7px;
width: 7px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
top: 17px;
right: -4px;
}
.timeline .timeline-item.pull-right:after {
right: auto;
left: 0px;
}
.timeline .timeline-item.pull-right:before {
left: -3px;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.timeline .timeline-item.pull-right {
float: none !important;
}
}
/* Shop Pages
---------------------------------- */
/*Product Page*/
.product.price {
font-size: 24px;
font-weight: 400;
}
.product.price del {
color: #cdcdcd;
font-size: 14px;
}
.product.element-list {
margin-top: 7px;
}
/*Dropdown Cart*/
.header-dropdown-buttons .btn-group .dropdown-menu.cart {
padding: 0;
min-width: 350px;
font-size: 13px;
}
.header-dropdown-buttons .btn-group .dropdown-menu.cart table {
margin-bottom: 0;
}
.header-dropdown-buttons .btn-group .dropdown-menu.cart .panel-body {
padding: 0px 10px 0px;
}
.cart-count {
position: absolute;
top: -2px;
right: -3px;
line-height: 14px;
width: 14px;
height: 14px;
border-radius: 30%;
font-size: 10px;
text-shadow: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.dark .header-dropdown-buttons .cart-count {
background-color: rgba(0, 0, 0, 0.5);
color: #cdcdcd;
}
.dropdown.open .cart-count,
.dropdown:hover .cart-count {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
filter: alpha(opacity=0);
}
.total-amount,
.total-quantity {
font-size: 13px;
}
.cart .table > tbody > tr > td,
.cart.table > tbody > tr > td {
vertical-align: inherit;
}
.cart .quantity {
width: 50px;
font-size: 11px;
}
.cart .product {
width: 220px;
font-size: 13px;
}
.cart .product .small {
display: block;
color: #999999;
}
/* Small devices (phones less than 480px) */
@media (max-width: 480px) {
.header-dropdown-buttons .btn-group .dropdown-menu.cart {
min-width: 300px;
}
}
/* Cart and Checkout pages
---------------------------------- */
.cart.table .price {
width: 18%;
font-size: 14px;
}
.cart.table .amount,
.cart.table .remove,
.cart.table .quantity {
width: 12%;
}
.cart.table .quantity input {
width: 60px;
padding: 6px;
}
.cart.table .product {
font-size: 15px;
}
.cart.table .product small {
font-size: 12px;
display: block;
color: #999999;
}
.cart.table .amount {
text-align: right;
}
.cart.table thead > tr > th {
font-size: 16px;
}
.cart.table .total-quantity,
.cart.table .total-amount {
padding-top: 15px;
padding-bottom: 15px;
font-size: 16px;
font-weight: 700;
}
.cart.table .total-amount {
text-align: right;
}
.cart.table .btn-remove {
position: relative;
top: -5px;
}
.cart.table .form-group {
margin: 7px 0;
}
.table .information {
width: 80%;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.cart.table thead > tr > th {
font-size: 14px;
}
.cart.table .amount,
.cart.table .price {
width: 12%;
}
.cart.table .remove,
.cart.table .quantity {
width: 8%;
}
.cart.table > thead > tr > th,
.cart.table > tbody > tr > th,
.cart.table > tfoot > tr > th,
.cart.table > thead > tr > td,
.cart.table > tbody > tr > td,
.cart.table > tfoot > tr > td {
padding: 8px 10px;
}
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.cart.table > thead > tr > th,
.cart.table > tbody > tr > th,
.cart.table > tfoot > tr > th,
.cart.table > thead > tr > td,
.cart.table > tbody > tr > td,
.cart.table > tfoot > tr > td {
padding: 8px 7px;
}
}
/* About Us Pages
---------------------------------- */
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.team-member {
max-width: 480px;
margin: 20px auto 20px !important;
}
}
/* Coming Soon Page
---------------------------------- */
.is-countdown {
border: 1px solid transparent;
background-color: transparent;
}
.countdown-row {
height: 0;
padding: 0;
}
.countdown-section {
text-align: center;
padding: 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5%;
-moz-border-radius: 5%;
border-radius: 5%;
}
.countdown-show4 .countdown-section {
width: 24%;
margin: 10px 0.5%;
}
.countdown-amount {
font-size: 36px;
font-weight: 700;
display: block;
}
.countdown-period {
display: block;
font-size: 28px;
line-height: 1.2;
margin-top: 15px;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.countdown-amount {
font-size: 24px;
}
.countdown-period {
font-size: 18px;
}
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.countdown-amount {
font-size: 18px;
}
.countdown-period {
font-size: 10px;
}
}
/* Pages Misc
---------------------------------- */
.icons-page i {
font-size: 20px;
width: 35px;
text-align: center;
}
.grid span {
padding: 5px 5px;
background-color: #666;
border: 1px solid #444;
display: block;
text-align: center;
margin-bottom: 10px;
color: #fff;
}
/* 5 Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
/*Buttons Color Variations*/
.btn:focus {
color: inherit;
}
.btn {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
/*Default Button*/
.btn-default {
color: #ffffff;
background-color: #09afdf;
border-color: #0c9ec7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #ffffff;
background-color: #0c9ec7;
border-color: #0c9ec7;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
background-color: #09afdf;
border-color: #0c9ec7;
}
.btn-default-transparent {
color: #777777;
background-color: transparent;
border-color: #09afdf;
}
.btn-default-transparent:hover,
.btn-default-transparent:focus,
.btn-default-transparent.focus,
.btn-default-transparent:active,
.btn-default-transparent.active,
.open > .dropdown-toggle.btn-default-transparent {
color: #ffffff;
background-color: #0c9ec7;
border-color: #0781a4;
}
.dark-bg .btn-default-transparent {
color: #ffffff;
}
.default-bg .btn-default,
.default-translucent-bg .btn-default,
.default-bg .btn-default-transparent,
.default-translucent-bg .btn-default-transparent {
color: #09afdf;
background-color: #ffffff;
border-color: #ffffff;
}
.default-bg .btn-default:hover,
.default-translucent-bg .btn-default:hover,
.default-bg .btn-default:focus,
.default-translucent-bg .btn-default:focus,
.default-bg .btn-default.focus,
.default-translucent-bg .btn-default.focus,
.default-bg .btn-default:active,
.default-translucent-bg .btn-default:active,
.default-bg .btn-default.active,
.default-translucent-bg .btn-default.active,
.default-bg .open > .dropdown-toggle.btn-default,
.default-translucent-bg .open > .dropdown-toggle.btn-default,
.default-bg .btn-default-transparent:hover,
.default-translucent-bg .btn-default-transparent:hover,
.default-bg .btn-default-transparent:focus,
.default-translucent-bg .btn-default-transparent:focus,
.default-bg .btn-default-transparent.focus,
.default-translucent-bg .btn-default-transparent.focus,
.default-bg .btn-default-transparent:active,
.default-translucent-bg .btn-default-transparent:active,
.default-bg .btn-default-transparent.active,
.default-translucent-bg .btn-default-transparent.active,
.default-bg .open > .dropdown-toggle.btn-default-transparent,
.default-translucent-bg .open > .dropdown-toggle.btn-default-transparent {
color: #ffffff;
background-color: transparent;
border-color: #ffffff;
}
.dark .btn-default {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.2);
border-color: rgba(0, 0, 0, 0.1);
}
.dark .btn-default .badge {
color: rgba(0, 0, 0, 0.2);
background-color: #ffffff;
}
.dark .btn-default:hover,
.dark .btn-default:focus,
.dark .btn-default.focus,
.dark .btn-default:active,
.dark .btn-default.active,
.dark .open > .dropdown-toggle.btn-default {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.35);
border-color: rgba(0, 0, 0, 0.2);
}
.colored .btn-default {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.2);
border-color: rgba(0, 0, 0, 0.01);
}
.colored .btn-default .badge {
color: rgba(0, 0, 0, 0.2);
background-color: #ffffff;
}
.colored .btn-default:hover,
.colored .btn-default:focus,
.colored .btn-default.focus,
.colored .btn-default:active,
.colored .btn-default.active,
.colored .open > .dropdown-toggle.btn-default {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.3);
border-color: rgba(0, 0, 0, 0.02);
}
.default-hovered:hover .btn-default-transparent {
border-color: #ffffff;
}
/*White Button*/
.btn-white {
color: #777777;
background-color: #ffffff;
border-color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
color: #0c9ec7;
background-color: #ffffff;
border-color: #ffffff;
}
/*Gray Button*/
.btn-gray {
color: #333333;
background-color: #e1e1e1;
border-color: #d3d3d3;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
color: #333333;
background-color: #cdcdcd;
border-color: #cdcdcd;
}
.btn-gray-transparent {
color: #333333;
background-color: transparent;
border-color: #777777;
}
.btn-gray-transparent:hover,
.btn-gray-transparent:focus,
.btn-gray-transparent.focus,
.btn-gray-transparent:active,
.btn-gray-transparent.active,
.open > .dropdown-toggle.btn-gray-transparent {
color: #ffffff;
background-color: #333333;
border-color: #333333;
}
.dark-bg .btn-gray-transparent {
color: #ffffff;
}
.dark-bg .btn-gray-transparent:hover {
border-color: #ffffff;
color: #777777;
background-color: #ffffff;
}
.dark-translucent-bg .btn-gray-transparent,
.default-translucent-bg .btn-gray-transparent,
.default-bg .btn-gray-transparent {
border-color: #ffffff;
color: #ffffff;
}
.dark-translucent-bg .btn-gray-transparent:hover,
.default-translucent-bg .btn-gray-transparent:hover,
.default-bg .btn-gray-transparent:hover,
.dark-translucent-bg .btn-gray-transparent:focus,
.default-translucent-bg .btn-gray-transparent:focus,
.default-bg .btn-gray-transparent:focus {
border-color: #ffffff;
color: #777777;
background-color: #ffffff;
}
.default-hovered:hover .btn-gray-transparent {
border-color: #ffffff;
}
.light-gray-bg.default-hovered:hover .btn-gray-transparent:hover {
border-color: #333333;
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.two-col-translucent-bg .container > .row > div + div .btn-gray-transparent {
border-color: #ffffff;
color: #ffffff;
}
.two-col-translucent-bg .container > .row > div + div .btn-gray-transparent:hover,
.two-col-translucent-bg .container > .row > div + div .btn-gray-transparent:focus {
border-color: #ffffff;
color: #777777;
background-color: #ffffff;
}
}
/*Dark Button*/
.btn-dark {
color: #ffffff;
background-color: #373737;
border-color: #333333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
color: #ffffff;
background-color: #111111;
border-color: #111111;
}
.dark-bg .btn-dark {
color: #ffffff;
background-color: #222222;
border-color: #171717;
}
.dark-bg .btn-dark:hover,
.dark-bg .btn-dark:focus,
.dark-bg .btn-dark.focus,
.dark-bg .btn-dark:active,
.dark-bg .btn-dark.active,
.dark-bg .open > .dropdown-toggle.btn-dark {
color: #ffffff;
background-color: #000000;
border-color: #000000;
}
/*Buttons Sizes*/
.btn {
padding: 7px 20px;
font-size: 14px;
line-height: 1.46666667;
border-radius: 3px;
margin: 10px 0;
}
.btn-sm {
padding: 5px 15px;
font-size: 12px;
line-height: 1.46666667;
border-radius: 3px;
margin: 5px 0;
}
.btn-lg {
padding: 10px 25px;
font-size: 18px;
line-height: 1.46666667;
border-radius: 4px;
margin: 10px 0;
}
.btn-xl {
padding: 15px 50px;
font-size: 22px;
line-height: 1.46666667;
border-radius: 6px;
margin: 10px 0;
}
.btn-md-link {
padding: 7px 15px;
font-size: 14px;
line-height: 1.46666667;
border-radius: 0px;
margin: 10px 0;
}
.btn-sm-link {
padding: 5px 15px;
font-size: 12px;
line-height: 1.46666667;
border-radius: 0px;
margin: 5px 0;
}
.btn-lg-link {
padding: 10px 15px;
font-size: 18px;
line-height: 1.46666667;
border-radius: 0px;
margin: 10px 0;
}
.btn-remove {
font-size: 10px;
padding: 3px 15px;
min-width: 0;
margin: -5px 0 0 0;
}
/*Buttons with radius*/
.radius-50 {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
/*Animated Buttons*/
.btn-animated {
position: relative;
min-width: 0!important;
padding-right: 45px!important;
}
.btn-animated i {
-webkit-transition: right 0.2s ease-in-out;
-o-transition: right 0.2s ease-in-out;
transition: right 0.2s ease-in-out;
z-index: 3;
right: 17px;
position: absolute;
line-height: 34px;
top: 0;
min-width: 12px;
}
.btn-animated:after {
width: 35px;
height: 100%;
background-color: rgba(0, 0, 0, 0.1);
position: absolute;
content: "";
top: 0;
opacity: 0;
filter: alpha(opacity=0);
right: 0px;
z-index: 2;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.btn-animated.radius-50:after {
-webkit-border-radius: 0 50px 50px 0;
-moz-border-radius: 0 50px 50px 0;
border-radius: 0 50px 50px 0;
}
.btn-animated.btn-gray-transparent:after {
background-color: rgba(0, 0, 0, 0.05);
}
.btn-animated:hover:after {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-animated:hover i {
right: 11px;
}
.btn-animated.btn-sm {
padding-right: 35px!important;
}
.btn-animated.btn-sm:after {
width: 25px;
}
.btn-animated.btn-sm i {
right: 14px;
line-height: 28px;
min-width: 11px;
}
.btn-animated.btn-sm:hover i {
right: 7px;
}
.btn-animated.btn-lg {
padding-right: 60px!important;
}
.btn-animated.btn-lg:after {
width: 45px;
}
.btn-animated.btn-lg i {
right: 25px;
line-height: 48px;
min-width: 15px;
}
.btn-animated.btn-lg:hover i {
right: 15px;
}
.btn-animated.btn-xl {
padding-right: 60px!important;
}
.btn-animated.btn-xl:after {
width: 45px;
}
.btn-animated.btn-xl i {
right: 25px;
line-height: 64px;
min-width: 15px;
text-align: center;
}
.btn-animated.btn-xl:hover i {
right: 13px;
}
/*Background Transition*/
.btn-hvr {
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.btn-hvr.radius-50 {
overflow: hidden;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-left:hover,
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-top:hover,
.hvr-bounce-to-right:hover,
.hvr-bounce-to-left:hover,
.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-top:hover,
.hvr-radial-out:hover,
.hvr-rectangle-out:hover,
.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-vertical:hover {
background: transparent;
}
.hvr-radial-in,
.hvr-rectangle-in,
.hvr-shutter-in-horizontal,
.hvr-shutter-in-vertical {
background: #0c9ec7;
}
.hvr-radial-in:hover,
.hvr-rectangle-in:hover,
.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-vertical:hover {
background: #0c9ec7;
}
.hvr-radial-in:before,
.hvr-rectangle-in:before,
.hvr-shutter-in-horizontal:before,
.hvr-shutter-in-vertical:before {
background: #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.hvr-sweep-to-right:before,
.hvr-sweep-to-left:before,
.hvr-sweep-to-bottom:before,
.hvr-sweep-to-top:before,
.hvr-bounce-to-right:before,
.hvr-bounce-to-left:before,
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before,
.hvr-radial-out:before,
.hvr-rectangle-out:before,
.hvr-shutter-out-horizontal:before,
.hvr-shutter-out-vertical:before {
background: #0c9ec7;
}
/*ie9*/
.no-csstransitions .hvr-radial-in,
.no-csstransitions .hvr-rectangle-in,
.no-csstransitions .hvr-shutter-in-horizontal,
.no-csstransitions .hvr-shutter-in-vertical {
background: transparent;
}
.no-csstransitions .hvr-sweep-to-right:hover,
.no-csstransitions .hvr-sweep-to-left:hover,
.no-csstransitions .hvr-sweep-to-bottom:hover,
.no-csstransitions .hvr-sweep-to-top:hover,
.no-csstransitions .hvr-bounce-to-right:hover,
.no-csstransitions .hvr-bounce-to-left:hover,
.no-csstransitions .hvr-bounce-to-bottom:hover,
.no-csstransitions .hvr-bounce-to-top:hover,
.no-csstransitions .hvr-radial-out:hover,
.no-csstransitions .hvr-rectangle-out:hover,
.no-csstransitions .hvr-shutter-out-horizontal:hover,
.no-csstransitions .hvr-shutter-out-vertical:hover,
.no-csstransitions .hvr-radial-in:hover,
.no-csstransitions .hvr-rectangle-in:hover,
.no-csstransitions .hvr-shutter-in-horizontal:hover,
.no-csstransitions .hvr-shutter-in-vertical:hover {
background: #0c9ec7;
}
/* Tabs
---------------------------------- */
.nav-tabs.style-1 {
border-bottom: 1px solid #e1e1e1;
margin-bottom: 15px;
}
.nav-tabs.style-1 > li > a {
color: #333333;
margin-right: 0;
line-height: 1;
border: 1px solid transparent;
padding: 12px 15px 11px 15px;
-webkit-border-radius: 15px 15px 0 0;
-moz-border-radius: 15px 15px 0 0;
border-radius: 15px 15px 0 0;
-webkit-transition: none;
-o-transition: none;
transition: none;
height: 40px;
}
.nav-tabs.style-1 > li > a:hover {
border-color: #222222!important;
background-color: #333333!important;
color: #ffffff;
}
.nav-tabs.style-1 > li > a:focus {
border-color: transparent;
background-color: transparent;
}
.nav-tabs.style-1 > li > a:after {
position: absolute;
right: -14px;
bottom: -1px;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 31px 0 0 14px;
border-color: transparent transparent transparent transparent;
}
.nav-tabs.style-1 > li > a:before {
position: absolute;
left: -14px;
bottom: -1px;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 31px 14px 0 0;
border-color: transparent transparent transparent transparent;
}
.nav-tabs.style-1 > li > a:hover:after {
border-color: transparent transparent transparent #333333;
border-width: 31px 0 0 14px;
}
.nav-tabs.style-1 > li > a:hover:before {
border-color: transparent #333333 transparent transparent;
border-width: 31px 14px 0 0;
}
.nav-tabs.style-1 > li.active > a {
background-color: #333333!important;
}
.nav-tabs.style-1 > li.active > a,
.nav-tabs.style-1 > li.active > a:hover,
.nav-tabs.style-1 > li.active > a:focus {
color: #ffffff;
cursor: default;
border-color: #222222;
}
.nav-tabs.style-1 > li.active > a:after {
border-color: transparent transparent transparent #333333;
}
.nav-tabs.style-1 > li.active > a:before {
border-color: transparent #333333 transparent transparent;
}
.nav-tabs.style-1 > li:first-child > a:before,
.nav-tabs.style-1 > li:last-child > a:after {
border-width: 0 0 0 0;
border-color: transparent transparent transparent transparent;
}
.nav-tabs.style-1 + .tab-content > .tab-pane {
padding-bottom: 0;
border-bottom: none;
}
.nav-tabs.style-2 {
border-bottom: 1px solid #f1f1f1;
}
.nav-tabs.style-2 > li > a {
color: #999999;
}
.nav-tabs.style-2 > li > a:hover {
color: #333333;
background-color: #fafafa!important;
border-color: #f1f1f1;
border-bottom-color: #fafafa!important;
}
.nav-tabs.style-2 > li > a:focus {
border-color: transparent;
background-color: transparent;
}
.nav-tabs.style-2 > li.active > a,
.nav-tabs.style-2 > li.active > a:hover,
.nav-tabs.style-2 > li.active > a:focus {
color: #333333;
cursor: default;
background-color: #fafafa;
border-color: #f1f1f1;
border-bottom-color: transparent;
}
.nav-tabs.style-2 + .tab-content > .tab-pane {
padding: 15px;
border: 1px solid #f1f1f1;
border-top: none;
background-color: #fafafa;
}
.nav-tabs.style-3 {
border-bottom: 1px solid #999999;
background-color: #999999;
}
.nav-tabs.style-3 > li > a {
color: #ffffff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin: 0;
}
.nav-tabs.style-3 > li > a:hover {
color: #333333;
background-color: #fff!important;
border-color: #999999;
border-bottom-color: #fff!important;
}
.nav-tabs.style-3 > li > a:focus {
border-color: transparent;
background-color: transparent;
}
.nav-tabs.style-3 > li.active > a,
.nav-tabs.style-3 > li.active > a:hover,
.nav-tabs.style-3 > li.active > a:focus {
color: #333333;
cursor: default;
background-color: #fff;
border-color: #999999;
border-bottom-color: transparent;
}
.nav-tabs.style-3 + .tab-content > .tab-pane {
padding: 15px;
border: 1px solid #999999;
border-top: none;
background-color: #ffffff;
}
.nav-tabs.style-4 {
margin-bottom: 15px;
border-bottom: 1px solid #333333;
}
.nav-tabs.style-4 > li > a {
color: #999999;
}
.nav-tabs.style-4 > li > a:hover {
color: #ffffff;
background-color: #333333 !important;
border-color: #333333;
border-bottom-color: #333333 !important;
}
.nav-tabs.style-4 > li > a:focus {
border-color: #333333;
background-color: #333333;
}
.nav-tabs.style-4 > li.active > a,
.nav-tabs.style-4 > li.active > a:hover,
.nav-tabs.style-4 > li.active > a:focus {
color: #ffffff;
cursor: default;
background-color: #333333;
border-color: #333333;
border-bottom-color: transparent;
}
/* Small devices (tablets, smartphones) */
@media (min-width: 481px) and (max-width: 767px) {
.nav-tabs > li > a {
padding: 12px 10px;
font-size: 11px;
margin-right: 0;
}
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.nav-tabs {
background-color: #eaeaea;
border-bottom: none!important;
}
.nav-tabs > li {
float: none;
}
.nav-tabs > li a {
color: #ffffff;
margin-right: 0;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
border-radius: 0px!important;
}
.nav-tabs.style-3 > li.active > a,
.nav-tabs.style-3 > li.active > a:hover,
.nav-tabs.style-3 > li.active > a:focus,
.nav-tabs.style-3 > li > a:hover,
.nav-tabs.style-3 > li > a:focus {
border-bottom: 1px solid #999999!important;
}
.nav-tabs.style-3 + .tab-content > .tab-pane {
border-top: 1px solid #999999;
}
.nav-tabs > li a:after,
.nav-tabs > li a:before {
border-color: transparent transparent transparent transparent!important;
}
}
/* vertical tabs */
.vertical {
margin: 20px 0;
}
.vertical .nav-tabs,
.vertical .tab-content {
display: table-cell;
margin: 0;
vertical-align: top;
}
.vertical .nav-tabs {
border-bottom-color: transparent;
background-color: #999999;
}
.vertical .nav-tabs > li {
float: none;
}
.vertical .nav-tabs > li a {
margin: 0;
padding: 10px 20px;
white-space: nowrap;
color: #ffffff;
border-bottom: 1px solid #919191;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.vertical .nav-tabs > li > a:hover,
.vertical .nav-tabs > li > a:focus {
background-color: #fafafa;
border-right-color: transparent;
border-bottom: 1px solid #f1f1f1;
color: #777777;
z-index: 2;
}
.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:hover,
.vertical .nav-tabs > li.active > a:focus {
border: 1px solid #f1f1f1;
background-color: #fafafa;
border-right-color: transparent;
color: #777777;
z-index: 2;
}
.vertical.left .nav-tabs > li > a:hover,
.vertical.left .nav-tabs > li > a:focus {
border-left-color: transparent;
border-right-color: #f1f1f1;
}
.vertical.left .nav-tabs > li.active > a,
.vertical.left .nav-tabs > li.active > a:hover,
.vertical.left .nav-tabs > li.active > a:focus {
border-right-color: #f1f1f1;
border-left-color: transparent;
}
.vertical .tab-content {
border: 1px solid #f1f1f1;
border-left: 1px solid #fafafa;
background-color: #fafafa;
left: -1px;
z-index: 1;
padding: 20px 30px;
}
.left.vertical .tab-content {
border-left-color: #f1f1f1;
border-right-color: transparent;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.vertical .nav-tabs,
.vertical .tab-content {
display: block;
}
.vertical .nav-tabs > li a {
font-size: 15px;
}
}
/* Pager
---------------------------------- */
ul.pagination,
ul.pager {
margin: 20px 0 40px;
text-align: left;
}
ul.pagination li {
padding: 0;
margin: 0 5px 0 0;
border-bottom: none;
display: inline-block;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
ul.pagination li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
ul.pager li > a {
text-align: center;
padding: 0;
height: 40px;
width: 40px;
border: 1px solid #777777;
line-height: 39px;
background-color: #777777;
color: #ffffff;
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
ul.pagination li > a:hover,
ul.pagination li > a:focus {
background-color: transparent;
color: #ffffff;
background-color: #0c9ec7;
border-color: #0c9ec7;
}
ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
color: #ffffff;
background-color: #09afdf;
border-color: #09afdf;
}
/* Breadcrumb
---------------------------------- */
.breadcrumb-container {
background-color: #f8f8f8;
border-bottom: 1px solid #f4f4f4;
}
.dark.breadcrumb-container {
background-color: #777777;
border-color: #333333;
color: #ffffff;
}
.breadcrumb {
background-color: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-bottom: 0;
font-size: 12px;
padding-left: 0;
}
.breadcrumb > li + li:before {
font-family: "FontAwesome";
content: "\f101";
font-size: 11px;
padding-left: 3px;
}
.banner .breadcrumb-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: rgba(255, 255, 255, 0.85);
border-bottom-color: rgba(255, 255, 255, 0.1);
}
.banner .dark.breadcrumb-container {
background-color: rgba(57, 66, 69, 0.6);
border-bottom-color: rgba(119, 119, 119, 0.1);
}
.banner .breadcrumb > li a,
.banner .breadcrumb > li i {
color: #000000;
}
.banner .breadcrumb > .active,
.banner .breadcrumb > li + li:before {
color: #777777;
}
.dark .breadcrumb > li a,
.dark .breadcrumb > li i,
.dark .breadcrumb > .active,
.dark .breadcrumb > li + li:before {
color: #ffffff;
}
.banner .breadcrumb > li a:hover {
color: #0c9ec7;
}
/* Nav pills
---------------------------------- */
.nav-pills:not(.nav-stacked) {
margin-bottom: 15px;
}
.text-center > .nav-pills {
display: inline-block;
}
.nav-pills > li > a {
border-radius: 0;
padding: 7px 10px;
border: 1px solid transparent;
color: #999999;
font-size: 13px;
text-transform: uppercase;
font-weight: 400;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
color: #777777;
background-color: transparent;
border-bottom: 1px solid #777777;
}
.nav-pills.style-2 > li > a {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.nav-pills.style-2 > li.active > a,
.nav-pills.style-2 > li.active > a:hover,
.nav-pills.style-2 > li.active > a:focus,
.nav-pills.style-2 > li > a:hover,
.nav-pills.style-2 > li > a:focus {
color: #09afdf;
background-color: #fafafa;
border: 1px solid #eaeaea;
}
.nav-pills > li + li {
margin-left: 5px;
}
.nav-pills.nav-stacked > li + li {
margin-left: 0;
}
.nav-pills.nav-stacked > li > a {
padding: 5px 0px;
color: #777777;
}
.nav-pills.nav-stacked.list-style-icons > li > a {
padding: 4px 0px;
}
.nav-pills.nav-stacked > li.active > a,
.nav-pills.nav-stacked > li.active > a:hover,
.nav-pills.nav-stacked > li.active > a:focus,
.nav-pills.nav-stacked > li > a:hover,
.nav-pills.nav-stacked > li > a:focus {
color: #09afdf;
background-color: transparent;
border-color: transparent;
}
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:after {
font-family: "FontAwesome";
content: "\f101";
font-size: 12px;
position: absolute;
right: 15px;
top: 6px;
color: #d1d1d1;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.nav-pills > li.active > a:after {
color: #09afdf;
}
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:hover:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:focus:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:hover:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:focus:after {
color: #0c9ec7;
right: 10px;
}
.nav-pills.nav-stacked.list-style-icons > li > a > i {
padding-right: 10px;
font-size: 14px;
color: #cdcdcd;
}
.nav-pills.nav-stacked.list-style-icons > li.active > a > i,
.nav-pills.nav-stacked.list-style-icons > li > a:hover > i,
.nav-pills.nav-stacked.list-style-icons > li > a:focus > i {
color: #0c9ec7;
}
/* Process pills */
.process .nav-pills > li + li {
margin-left: 40px;
position: relative;
}
.process .nav-pills > li + li:after {
font-family: "FontAwesome";
content: "\f101";
position: absolute;
top: 6px;
left: -24px;
width: 10px;
color: #cdcdcd;
}
/*footer*/
.footer-content .nav-pills > li > a {
padding: 4px 0px;
}
.footer-content .nav-pills.nav-stacked > li > a:after {
top: 5px;
}
.dark .footer-content .nav-pills > li > a,
.dark .footer-content .nav-pills > li.active > a,
.dark .footer-content .nav-pills > li.active > a:focus,
.dark .footer-content .nav-pills > li > a:focus {
color: #999999;
}
.dark .footer-content .nav-pills > li.active > a:hover,
.dark .footer-content .nav-pills > li > a:hover {
color: #0c9ec7;
}
/* Collapse
---------------------------------- */
.panel-group .panel-default {
border-color: #eaeaea;
-webkit-box-shadow: none;
box-shadow: none;
}
.panel-group .panel-heading {
padding: 0;
}
.panel-heading a {
font-weight: 400;
display: inline-block;
width: 100%;
position: relative;
text-decoration: none;
padding: 10px 40px 10px 15px;
color: inherit;
}
/*Style 1*/
.collapse-style-1 .panel-heading {
background-color: #fafafa;
}
.collapse-style-1 .panel-heading a {
color: #999999;
}
.collapse-style-1 .panel-heading a:not(.collapsed) {
color: #777777;
}
.collapse-style-1 .panel-heading a:after {
font-family: "FontAwesome";
content: "\f146";
position: absolute;
right: 15px;
font-size: 14px;
font-weight: 300;
top: 50%;
line-height: 1;
margin-top: -7px;
}
.collapse-style-1 .panel-heading a.collapsed:after {
content: "\f0fe";
}
.panel-heading a:hover {
text-decoration: none;
}
.panel-title a i {
font-size: 16px;
}
.collapse-style-1 .panel-body {
border-top: none!important;
background-color: #fafafa;
padding-top: 0;
}
/*Style 2*/
.collapse-style-2 .panel {
border-color: transparent;
}
.collapse-style-2 .panel-heading {
background-color: transparent;
}
.collapse-style-2 .panel-heading a {
color: #ffffff;
background-color: #09afdf;
}
.collapse-style-2 .panel-heading a.collapsed {
background-color: #333333;
}
.collapse-style-2 .panel-heading a:after {
font-family: "FontAwesome";
content: "\f106";
position: absolute;
right: 15px;
font-size: 14px;
font-weight: 300;
top: 50%;
line-height: 1;
margin-top: -7px;
}
.collapse-style-2 .panel-heading a.collapsed:after {
content: "\f107";
}
.panel-heading a:hover {
text-decoration: none;
}
.panel-title a i {
font-size: 16px;
}
.collapse-style-2 .panel-body {
border-top: none!important;
background-color: transparent;
padding: 15px 0;
}
.collapse-style-2 .panel-body.p-15 {
padding: 15px;
}
/*Style 3*/
.collapse-style-3 .panel {
border-color: #999999;
}
.collapse-style-3 .panel-heading {
background-color: transparent;
}
.collapse-style-3 .panel-heading a {
color: #ffffff;
background-color: #999999;
}
.collapse-style-3 .panel-heading a.collapsed {
background-color: #999999;
}
.collapse-style-3 .panel-heading a:after {
font-family: "FontAwesome";
content: "\f139";
position: absolute;
right: 15px;
font-size: 12px;
font-weight: 300;
top: 50%;
line-height: 1;
margin-top: -7px;
}
.collapse-style-3 .panel-heading a.collapsed:after {
content: "\f13a";
}
.panel-heading a:hover {
text-decoration: none;
}
.panel-title a i {
font-size: 16px;
}
.collapse-style-3 .panel-body {
border-top: none!important;
background-color: transparent;
}
/*Contextual Headings*/
.collapse-contextual .panel-heading a:after {
font-family: "FontAwesome";
content: "\f068";
position: absolute;
right: 15px;
font-size: 10px;
font-weight: 300;
top: 50%;
line-height: 1;
margin-top: -6px;
}
.collapse-contextual .panel-heading a.collapsed:after {
content: "\f067";
}
/*Content Collapse*/
.btn[data-toggle="collapse"] i:before {
font-size: 10px;
content: "\f068";
}
.btn.collapsed[data-toggle="collapse"] i:before {
content: "\f067";
}
/* Progress bars
---------------------------------- */
.progress.style-1 {
margin-top: 25px;
background-color: #fafafa;
border: 1px solid #eaeaea;
height: 8px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
overflow: visible;
position: relative;
}
.progress.style-1 .progress-bar {
padding: 0;
text-align: left;
font-size: 11px;
font-weight: 300;
margin-top: 0px;
height: 4px;
margin: 1px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
}
.progress.style-2 {
margin-bottom: 15px;
background-color: #fafafa;
border: 1px solid #eaeaea;
height: 20px;
-webkit-box-shadow: none;
box-shadow: none;
}
.progress.style-2 .progress-bar {
padding: 0;
text-align: left;
-webkit-box-shadow: none;
box-shadow: none;
}
.progress.style-2 span {
font-size: 11px;
line-height: 1;
position: relative;
top: -2px;
left: 10px;
}
.progress-bar {
-webkit-transition: width 1.5s ease;
-o-transition: width 1.5s ease;
transition: width 1.5s ease;
}
.progress .label {
position: absolute;
top: -16px;
font-size: 11px;
color: #333333;
right: 10px;
font-weight: 400;
padding: 0;
}
.progress .text {
position: absolute;
font-size: 11px;
top: -17px;
left: 0;
font-weight: 400;
text-transform: uppercase;
color: #999999;
}
.progress.dark {
background-color: #cdcdcd;
border-color: #cdcdcd;
}
.progress.dark.style-1 {
border-color: #ffffff;
}
.dark .progress-striped .progress-bar,
.dark .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);
}
.progress-bar-white {
background-color: #ffffff;
color: #777777;
}
.progress-bar-default {
background-color: #09afdf;
}
.progress-bar-gray {
background-color: #999999;
}
.progress-bar-dark {
background-color: #333333;
}
.gray-bg .progress {
background-color: #ffffff;
-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}
/* Circular Progress Bars
---------------------------------- */
.knob-container {
margin: 10px;
position: relative;
display: inline-block;
}
.knob-container canvas {
width: 132px;
height: 132px;
margin: 0 auto;
}
.knob-text {
position: absolute;
text-align: center;
top: 50%;
width: 100%;
margin-top: -14px;
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
.knob-container canvas {
width: 169px;
height: 169px;
}
}
/* Forms
---------------------------------- */
form {
margin: 20px 0;
}
textarea {
resize: vertical;
}
.sidebar form {
margin: 5px 0 20px 0;
}
.form-control {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #ffffff;
height: 40px;
padding-right: 30px;
border-color: #e1e1e1;
color: #777777;
position: relative;
-webkit-appearance: none;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-control.radius-50 {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.form-control-lg {
height: 48px;
}
/* Small devices (tablets, phones 481px and up) */
@media (min-width: 481px) {
.form-control-lg {
min-width: 350px;
}
}
.form-control:focus {
border-color: #999999;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
select.form-control {
padding-right: 5px;
-webkit-appearance: menulist;
}
select[multiple].form-control {
-webkit-appearance: listbox;
}
.form-control::-moz-placeholder {
color: inherit;
}
.form-control:-ms-input-placeholder {
color: inherit;
}
.form-control::-webkit-input-placeholder {
color: inherit;
}
.input-group-addon {
background-color: #f1f1f1;
border-color: #e1e1e1;
}
.form-list > div {
padding: 7px 15px;
border-bottom: 1px solid #dddddd;
background-color: #f3f3f3;
margin: 6px 0;
display: block;
}
form label,
.radio label,
.checkbox label {
font-weight: 300;
}
fieldset {
padding: 10px 25px;
margin: 15px 0px;
border: 1px solid #dddddd;
background-color: #fafafa;
}
fieldset legend {
display: block;
width: auto;
padding: 3px 10px;
margin-bottom: 0;
font-size: 15px;
line-height: inherit;
color: #333;
border: 1px solid #ddd;
background-color: #ffffff;
}
fieldset .form-control,
fieldset .form-control:focus {
webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
border-color: #f3f3f3;
}
input[type="radio"],
input[type="checkbox"] {
margin-top: 5px;
}
/* forms with icons */
.has-feedback label ~ .form-control-feedback {
top: 27px;
}
.form-control-feedback {
width: 40px;
height: 40px;
line-height: 42px !important;
top: 0;
color: #777777;
}
.form-control-lg + .form-control-feedback,
.has-feedback label.sr-only ~ .form-control-lg + .form-control-feedback {
height: 48px;
top: 4px;
}
/* Disabled forms */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
opacity: 0.5;
filter: alpha(opacity=50);
}
/* forms with icons */
.form-control-feedback {
width: 40px;
height: 40px;
line-height: 40px !important;
top: 0;
}
/* Forms in all backgrounds */
.dark-bg .form-control {
background-color: rgba(255, 255, 255, 0.15);
border-color: #353535;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
color: #cdcdcd;
}
.dark-bg .has-success .form-control:focus,
.dark-bg .has-warning .form-control:focus,
.dark-bg .has-error .form-control:focus {
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
}
.dark-bg .input-group-addon {
background-color: rgba(255, 255, 255, 0.2);
border-color: #000;
}
.dark-bg .form-control:focus,
.dark-bg .has-success .form-control:focus,
.dark-bg .has-warning .form-control:focus,
.dark-bg .has-error .form-control:focus {
background-color: rgba(255, 255, 255, 0.25);
}
.dark-bg .form-control-feedback {
color: #cdcdcd;
}
.default-bg .form-control {
background-color: rgba(0, 0, 0, 0.2);
border-color: #0c9ec7;
-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
color: #ffffff;
}
.default-bg .has-success .form-control:focus,
.default-bg .has-warning .form-control:focus,
.default-bg .has-error .form-control:focus {
-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
}
.default-bg .input-group-addon {
background-color: rgba(0, 0, 0, 0.2);
border-color: #0c9ec7;
}
.default-bg .form-control:focus {
background-color: rgba(0, 0, 0, 0.1);
}
.default-bg .form-control-feedback {
color: #ffffff;
}
.dark .form-control {
-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6);
color: #cccccc;
background-color: rgba(255, 255, 255, 0.1);
border-color: #373737;
}
.dark .form-control:focus {
background-color: rgba(255, 255, 255, 0.15);
}
.dark .form-control-feedback {
color: #cdcdcd;
}
.dark .footer-content .form-control {
border-color: #222222;
}
/* Validation states */
.dark-bg .has-success .help-block,
.dark-bg .has-success .control-label,
.dark-bg .has-success .radio,
.dark-bg .has-success .checkbox,
.dark-bg .has-success .radio-inline,
.dark-bg .has-success .checkbox-inline,
.dark-bg .has-success.radio label,
.dark-bg .has-success.checkbox label,
.dark-bg .has-success.radio-inline label,
.dark-bg .has-success.checkbox-inline label,
.dark-bg .has-success .form-control-feedback {
color: #15c019;
}
.dark-bg .has-warning .help-block,
.dark-bg .has-warning .control-label,
.dark-bg .has-warning .radio,
.dark-bg .has-warning .checkbox,
.dark-bg .has-warning .radio-inline,
.dark-bg .has-warning .checkbox-inline,
.dark-bg .has-warning.radio label,
.dark-bg .has-warning.checkbox label,
.dark-bg .has-warning.radio-inline label,
.dark-bg .has-warning.checkbox-inline label,
.dark-bg .has-warning .form-control-feedback {
color: #e5af51;
}
.dark-bg .has-error .help-block,
.dark-bg .has-error .control-label,
.dark-bg .has-error .radio,
.dark-bg .has-error .checkbox,
.dark-bg .has-error .radio-inline,
.dark-bg .has-error .checkbox-inline,
.dark-bg .has-error.radio label,
.dark-bg .has-error.checkbox label,
.dark-bg .has-error.radio-inline label,
.dark-bg .has-error.checkbox-inline label,
.dark-bg .has-error .form-control-feedback {
color: #ef4f4c;
}
.has-success .form-control,
.has-success .form-control:focus {
border-color: #3c763d;
}
.has-warning .form-control,
.has-warning .form-control:focus {
border-color: #8a6d3b;
}
.has-error .form-control,
.has-error .form-control:focus {
border-color: #a94442;
}
.default-bg .has-success .form-control,
.default-bg .has-warning .form-control,
.default-bg .has-error .form-control,
.default-bg .has-success .form-control:focus,
.default-bg .has-warning .form-control:focus,
.default-bg .has-error .form-control:focus {
border-color: #fff;
color: #ffffff;
}
.default-bg .has-success .form-control-feedback,
.default-bg .has-warning .form-control-feedback,
.default-bg .has-error .form-control-feedback,
.default-bg .has-success .control-label,
.default-bg .has-warning .control-label,
.default-bg .has-error .control-label {
color: #fff;
}
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.has-error .error {
font-weight: 400;
margin-bottom: 5px;
display: block;
}
/*Sorting Filters*/
.sorting-filters label {
display: block;
margin-bottom: 5px;
font-size: 14px;
text-align: left;
}
.sorting-filters form {
margin: 0;
}
.sorting-filters .form-inline .form-control {
width: 100%;
}
.sorting-filters .btn {
margin: 0;
min-width: 0;
width: 100%;
}
/* Small devices (tablets, smartphones) */
@media (min-width: 768px) and (max-width: 991px) {
.sorting-filters .form-inline .form-group {
width: 18%;
margin-right: 1.2%;
}
}
/* Small devices (tablets, smartphones 768px and up) */
@media (min-width: 768px) {
.sorting-filters .btn {
margin: 25px 0 0;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.sorting-filters .form-control {
margin: 0 0 5px;
}
}
/* Alerts
---------------------------------- */
.alert {
margin: 20px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: none;
}
.alert-success {
color: #2a5f2b;
background-color: #bcdab0;
}
.alert-info {
color: #1a4e68;
background-color: #c6e8fa;
}
.alert-warning {
color: #72582b;
background-color: #f7f0ce;
}
.alert-icon {
padding-left: 70px;
position: relative;
}
.alert-icon i {
position: absolute;
font-size: 28px;
left: 21px;
top: 13px;
width: 30px;
text-align: center;
}
.close {
font-size: 28px;
font-weight: normal;
filter: alpha(opacity=40);
opacity: 0.4;
}
[data-notify="container"] {
max-width: 400px;
}
[data-notify="progressbar"] {
display: none;
}
/*Icons
---------------------------------- */
.icon {
display: inline-block;
text-align: center;
position: relative;
background-color: rgba(255, 255, 255, 0.85);
color: #000;
font-size: 24px;
width: 60px;
height: 60px;
line-height: 58px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid transparent;
}
.icons .icon {
margin: 0 5px 5px 0;
}
.icon i {
position: relative;
z-index: 1;
}
.icon.dark-bg {
background-color: rgba(66, 66, 66, 0.66);
color: #ffffff;
}
.icon.default-bg {
background-color: #09afdf;
color: #ffffff;
}
.icon.light-bg {
background-color: #fff;
color: #09afdf;
}
.icon.without-bg {
font-size: 36px;
line-height: 1;
color: inherit;
background-color: transparent;
height: 100%;
}
.icon.large {
font-size: 36px;
width: 100px;
height: 100px;
line-height: 97px;
}
.icon.small {
font-size: 18px;
width: 45px;
height: 45px;
line-height: 43px;
}
/*Feature Box
---------------------------------- */
.feature-box,
.feature-box-2 {
margin-bottom: 30px;
}
.feature-box .title,
.feature-box-2 .title {
margin-top: 0px;
}
/*style-1*/
.feature-box h3 {
margin-top: 0;
}
.feature-box .icon {
margin-bottom: 10px;
}
.feature-box p {
clear: both;
margin-bottom: 15px;
}
.feature-box:not(.shadow):hover .icon {
opacity: 0.8;
filter: alpha(opacity=80);
}
/*style-2*/
.feature-box-2 {
position: relative;
}
.feature-box-2 .icon {
position: absolute;
top: 0px;
left: 0px;
}
.feature-box-2 .icon.without-bg {
width: 0;
height: 0;
}
.feature-box-2.boxed {
border: 1px solid #f1f1f1;
}
.feature-box-2.boxed .icon {
left: 20px;
top: 20px;
}
.feature-box-2 .icon {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.feature-box-2 .body {
margin-left: 62px;
}
.feature-box-2:hover .icon {
opacity: 0.8;
filter: alpha(opacity=80);
}
.feature-box-2.right .body {
margin-right: 62px;
margin-left: 0px;
text-align: right;
}
.feature-box-2.right .icon {
left: auto;
right: 0px;
}
.feature-box-2.right .icon.without-bg {
right: 40px;
}
.feature-box-2.boxed.right .icon {
left: auto;
right: 20px;
}
.feature-box-2.boxed.right .icon.without-bg {
right: 60px;
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
.feature-box-2:not(.boxed) {
padding-bottom: 0;
}
}
/*shadow*/
.shadow,
.shadow-narrow {
position: relative;
background-color: #ffffff;
}
.light-gray-bg.shadow,
.light-gray-bg.shadow-narrow {
background-color: #fafafa;
}
.bordered {
border: 1px solid #f1f1f1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.dark-bg .bordered {
border: 1px solid #555555;
}
.shadow *,
.shadow-narrow * {
position: relative;
z-index: 3;
}
.shadow:before,
.shadow-narrow:before {
position: absolute;
left: 0;
height: 60%;
bottom: 0;
width: 100%;
content: "";
background-color: #ffffff;
z-index: 2;
}
.light-gray-bg.shadow:before,
.light-gray-bg.shadow-narrow:before {
background-color: #fafafa;
}
.shadow:after,
.shadow-narrow:after {
content: "";
position: absolute;
height: 50%;
width: 96%;
left: 50%;
bottom: 2px;
margin-left: -48%;
-webkit-box-shadow: 0 5px 7px #999999;
box-shadow: 0 5px 7px #999999;
z-index: 1;
border-radius: 10%;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.shadow-narrow:after {
width: 90%;
margin-left: -45%;
}
.shadow:hover:after,
.shadow-narrow:hover:after {
bottom: 10px;
}
/*Image box
---------------------------------- */
.owl-item .image-box {
margin-bottom: 20px;
}
.image-box .body {
padding: 15px;
}
.image-box .body h3 {
margin-top: 0;
}
.image-box .body p:last-child {
margin-bottom: 0;
}
.image-box.style-4 {
border: none;
}
.image-box.style-3-b {
display: block;
margin-bottom: 40px;
}
.image-box.style-3-b .body {
padding: 10px 0;
}
/* Medium devices (tablets, laptops, smartphones 768px and up) */
@media (min-width: 768px) {
.image-box.style-3-b .body {
padding: 0;
}
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
.image-box.style-4 {
margin-bottom: 30px;
}
}
/*Listing Items
---------------------------------- */
.listing-item .overlay-container .badge {
position: absolute;
border: 1px solid #09afdf;
background-color: rgba(255, 255, 255, 0.95);
color: #09afdf;
font-weight: 400;
padding: 4px;
top: 10px;
right: 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.listing-item .body {
padding: 15px;
}
.listing-item .body h3 {
margin-top: 0;
font-size: 18px;
line-height: 1.4;
}
.listing-item .elements-list {
font-size: 12px;
}
.listing-item .price {
font-size: 18px;
margin-top: 1px;
display: inline-block;
font-weight: 400;
}
.listing-item .price del {
font-size: 12px;
color: #999999;
}
.listing-item .overlay-to-top {
padding: 10px 0!important;
}
.listing-item .overlay-to-top .btn-sm-link {
padding: 5px;
}
/*Modals
---------------------------------- */
.modal-content .modal-header {
background-color: #09afdf;
}
.modal-content .modal-title {
color: #ffffff;
}
.modal-open .page-wrapper {
-webkit-filter: blur(3px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}
.modal-footer .btn + .btn {
margin-bottom: 5px;
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
.modal-lg {
width: 1140px;
}
}
/*Images and Overlays
---------------------------------- */
.overlay-container {
position: relative;
display: block;
text-align: center;
overflow: hidden;
}
.overlay-bottom,
.overlay-top {
position: absolute;
top: auto;
padding: 15px;
bottom: 0px;
left: 0;
right: 0px;
background-color: rgba(30, 30, 30, 0.5);
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all ease-in-out 0.25s;
-o-transition: all ease-in-out 0.25s;
transition: all ease-in-out 0.25s;
height: 0;
color: #ffffff;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-bottom.links,
.overlay-to-top.links {
z-index: 11;
}
.overlay-to-top {
position: absolute;
top: auto;
padding: 10px;
bottom: -30px;
left: 0;
right: 0px;
background-color: rgba(30, 30, 30, 0.5);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all ease-in-out 0.25s;
-o-transition: all ease-in-out 0.25s;
transition: all ease-in-out 0.25s;
color: #ffffff;
}
.overlay-top {
top: 0;
}
.overlay-visible .overlay-bottom,
.overlay-visible .overlay-top {
opacity: 1;
filter: alpha(opacity=100);
height: auto!important;
padding-bottom: 20px;
}
.overlay-visible.overlay-container:hover .overlay-bottom:not(.links),
.overlay-visible.overlay-container:hover .overlay-top {
opacity: 0.5;
filter: alpha(opacity=50);
}
.overlay-top a,
.overlay-bottom a,
.overlay-to-top a {
color: #ffffff;
}
.overlay-container .text {
padding: 0 20px;
position: relative;
}
.overlay-container .text h3,
.overlay-container .text h3 .small {
margin-top: 0;
color: #ffffff;
}
.overlay-container .text a:hover {
color: #ffffff;
}
.overlay-bottom .btn,
.overlay-top .btn {
color: #ffffff;
border-color: #ffffff;
margin: 0;
}
.overlay-bottom .btn:hover,
.overlay-top .btn:hover {
color: #777777;
background-color: #ffffff;
}
.overlay-container:hover .overlay-top,
.overlay-container:hover .overlay-bottom,
.image-box.style-2:hover .overlay-top,
.image-box.style-2:hover .overlay-bottom {
height: 50%;
opacity: 1;
filter: alpha(opacity=100);
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-container:hover .overlay-to-top,
.image-box:hover .overlay-to-top {
opacity: 1;
filter: alpha(opacity=100);
bottom: 0;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-link {
position: absolute;
z-index: 10;
top: 0;
padding: 15px;
bottom: 0px;
left: 0;
right: 0px;
background-color: rgba(30, 30, 30, 0.5);
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all ease-in-out 0.25s;
-o-transition: all ease-in-out 0.25s;
transition: all ease-in-out 0.25s;
color: #ffffff;
}
.overlay-link i {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 80px;
height: 80px;
border: 1px solid #ffffff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
color: #ffffff;
position: absolute;
top: 50%;
left: 50%;
margin: -40px 0 0 -40px;
font-size: 32px;
line-height: 80px;
}
.overlay-link i:hover {
background-color: #ffffff;
color: #777777;
}
.overlay-link.small i {
width: 25px;
height: 25px;
margin: -12.5px 0 0 -12.5px;
font-size: 14px;
line-height: 25px;
}
.overlay-container:hover .overlay-link {
height: 100%;
opacity: 1;
filter: alpha(opacity=100);
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
.overlay-container .text {
top: 30%;
}
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.overlay-container .text {
top: 30%;
}
.overlay-container .text p:not(.mobile-visible) {
display: none;
}
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (min-width: 480px) and (max-width: 1199px) {
.overlay-container:not(.overlay-visible) .overlay-top ~ .overlay-bottom {
padding-top: 5px;
padding-bottom: 5px;
}
.owl-item .overlay-container:hover .overlay-top {
height: 71%;
}
.owl-item .overlay-container:hover .overlay-bottom {
height: 29%;
}
}
/*Video Backgrounds
---------------------------------- */
.video-background,
.video-background-banner {
position: relative;
overflow: hidden;
}
/* Responsive iframe
---------------------------------- */
.tp-caption .embed-responsive {
overflow: visible;
}
/* Audio wrapper
---------------------------------- */
.audio-wrapper iframe {
width: 100%;
border: none;
margin-bottom: 20px;
}
/* Jumbotron
---------------------------------- */
.jumbotron {
background-color: transparent;
}
/*Carousel
---------------------------------- */
.top.carousel-indicators {
bottom: auto;
top: 10px;
}
.bottom.carousel-indicators {
bottom: 10px;
}
.shadow .carousel-indicators {
position: absolute;
z-index: 4;
}
/*Badges
---------------------------------- */
.main-navigation .badge {
position: absolute;
top: 13px;
right: 20px;
font-size: 12px;
background-color: transparent;
color: inherit;
font-weight: 300;
padding: 2px 4px;
}
.main-navigation .mega-menu .badge {
top: 8px;
}
/* Extra small devices (phones, less than 767px) */
@media (max-width: 767px) {
.main-navigation .dropdown-toggle .badge {
right: 50px;
}
}
/*Pace (Page loader)
---------------------------------- */
/*loader 1*/
.page-loader-1 .page-wrapper {
opacity: 0;
filter: alpha(opacity=0);
}
.page-loader-1.pace-done .page-wrapper {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: ease-in-out opacity 0.2s;
-o-transition: ease-in-out opacity 0.2s;
transition: ease-in-out opacity 0.2s;
}
.page-loader-1 .pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
z-index: 2000;
position: fixed;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 5px;
width: 200px;
background: #fff;
border: 1px solid #09afdf;
overflow: hidden;
}
.page-loader-1 .pace .pace-progress {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
max-width: 200px;
position: fixed;
z-index: 2000;
display: block;
position: absolute;
top: 0;
right: 100%;
height: 100%;
width: 100%;
background: #09afdf;
}
/*loader 2*/
.page-loader-2 .page-wrapper {
opacity: 0;
filter: alpha(opacity=0);
}
.page-loader-2.pace-done .page-wrapper {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: ease-in-out opacity 0.2s;
-o-transition: ease-in-out opacity 0.2s;
transition: ease-in-out opacity 0.2s;
}
.page-loader-2 .pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
z-index: 2000;
position: fixed;
height: 60px;
width: 100px;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.page-loader-2 .pace .pace-progress {
z-index: 2000;
position: absolute;
height: 60px;
width: 100px;
-webkit-transform: translate3d(0, 0, 0) !important;
-ms-transform: translate3d(0, 0, 0) !important;
transform: translate3d(0, 0, 0) !important;
}
.page-loader-2 .pace .pace-progress:before {
content: attr(data-progress-text);
text-align: center;
color: #fff;
background: #09afdf;
border-radius: 50%;
font-family: "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 100;
line-height: 45px;
padding: 0;
width: 44px;
height: 44px;
margin: 8px 0 0 29px;
display: block;
z-index: 999;
position: absolute;
}
.page-loader-2 .pace .pace-activity {
font-size: 15px;
line-height: 1;
z-index: 2000;
position: absolute;
height: 60px;
width: 100px;
display: block;
-webkit-animation: pace-theme-center-atom-spin 2s linear infinite;
-moz-animation: pace-theme-center-atom-spin 2s linear infinite;
-o-animation: pace-theme-center-atom-spin 2s linear infinite;
animation: pace-theme-center-atom-spin 2s linear infinite;
}
.page-loader-2 .pace .pace-activity {
border-radius: 50%;
border: 5px solid #09afdf;
content: ' ';
display: block;
position: absolute;
top: 0;
left: 0;
height: 60px;
width: 100px;
}
.page-loader-2 .pace .pace-activity:after {
border-radius: 50%;
border: 5px solid #09afdf;
content: ' ';
display: block;
position: absolute;
top: -5px;
left: -5px;
height: 60px;
width: 100px;
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-o-transform: rotate(60deg);
transform: rotate(60deg);
}
.page-loader-2 .pace .pace-activity:before {
border-radius: 50%;
border: 5px solid #09afdf;
content: ' ';
display: block;
position: absolute;
top: -5px;
left: -5px;
height: 60px;
width: 100px;
-webkit-transform: rotate(120deg);
-moz-transform: rotate(120deg);
-o-transform: rotate(120deg);
transform: rotate(120deg);
}
@-webkit-keyframes pace-theme-center-atom-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-moz-keyframes pace-theme-center-atom-spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-o-keyframes pace-theme-center-atom-spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@keyframes pace-theme-center-atom-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
/*loader 3*/
.page-loader-3 .pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace.pace-inactive {
display: none;
}
.page-loader-3 .pace .pace-progress {
background: #09afdf;
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 2px;
}
/*loader 4*/
.page-loader-4 .page-wrapper {
opacity: 0;
filter: alpha(opacity=0);
}
.page-loader-4.pace-done .page-wrapper {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: ease-in-out opacity 0.2s;
-o-transition: ease-in-out opacity 0.2s;
transition: ease-in-out opacity 0.2s;
}
.page-loader-4 .pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-perspective: 12rem;
-moz-perspective: 12rem;
-ms-perspective: 12rem;
-o-perspective: 12rem;
perspective: 12rem;
z-index: 2000;
position: fixed;
height: 6rem;
width: 6rem;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.page-loader-4 .pace .pace-progress {
position: fixed;
z-index: 2000;
display: block;
position: absolute;
left: 0;
top: 0;
height: 6rem;
width: 6rem !important;
line-height: 6rem;
font-size: 2rem;
border-radius: 50%;
background: #09afdf;
color: #fff;
font-family: "Helvetica Neue", sans-serif;
font-weight: 100;
text-align: center;
-webkit-animation: pace-theme-center-circle-spin linear infinite 2s;
-moz-animation: pace-theme-center-circle-spin linear infinite 2s;
-ms-animation: pace-theme-center-circle-spin linear infinite 2s;
-o-animation: pace-theme-center-circle-spin linear infinite 2s;
animation: pace-theme-center-circle-spin linear infinite 2s;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.page-loader-4 .pace .pace-progress:after {
content: attr(data-progress-text);
display: block;
}
@-webkit-keyframes pace-theme-center-circle-spin {
from {
-webkit-transform: rotateY(0deg);
}
to {
-webkit-transform: rotateY(360deg);
}
}
@-moz-keyframes pace-theme-center-circle-spin {
from {
-moz-transform: rotateY(0deg);
}
to {
-moz-transform: rotateY(360deg);
}
}
@-ms-keyframes pace-theme-center-circle-spin {
from {
-ms-transform: rotateY(0deg);
}
to {
-ms-transform: rotateY(360deg);
}
}
@-o-keyframes pace-theme-center-circle-spin {
from {
-o-transform: rotateY(0deg);
}
to {
-o-transform: rotateY(360deg);
}
}
@keyframes pace-theme-center-circle-spin {
from {
transform: rotateY(0deg);
}
to {
transform: rotateY(360deg);
}
}
/*loader 5*/
.page-loader-5 .page-wrapper {
opacity: 0;
filter: alpha(opacity=0);
}
.page-loader-5.pace-done .page-wrapper {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: ease-in-out opacity 0.2s;
-o-transition: ease-in-out opacity 0.2s;
transition: ease-in-out opacity 0.2s;
}
.page-loader-5 .pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.page-loader-5 .pace .pace-progress {
position: fixed;
z-index: 2000;
top: 0;
right: 0;
height: 5rem;
width: 5rem;
-webkit-transform: translate3d(0, 0, 0) !important;
-ms-transform: translate3d(0, 0, 0) !important;
transform: translate3d(0, 0, 0) !important;
}
.page-loader-5 .pace .pace-progress:after {
display: block;
position: absolute;
top: 0;
right: .5rem;
content: attr(data-progress-text);
font-family: "Helvetica Neue", sans-serif;
font-weight: 100;
font-size: 100px;
line-height: 1;
text-align: right;
color: #09afdf;
}
/*loader 6*/
.page-loader-6 .page-wrapper {
opacity: 0;
filter: alpha(opacity=0);
}
.page-loader-6.pace-done .page-wrapper {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: ease-in-out opacity 0.2s;
-o-transition: ease-in-out opacity 0.2s;
transition: ease-in-out opacity 0.2s;
}
.page-loader-6 .pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.page-loader-6 .pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 0;
right: 0;
width: 300px;
height: 300px;
background: #09afdf;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
transform: translateX(100%) translateY(-100%) rotate(45deg);
pointer-events: none;
}
.page-loader-6 .pace.pace-active .pace-activity {
-webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
transform: translateX(50%) translateY(-50%) rotate(45deg);
}
.page-loader-6 .pace .pace-activity::before,
.page-loader-6 .pace .pace-activity::after {
-moz-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
bottom: 30px;
left: 50%;
display: block;
border: 5px solid #fff;
border-radius: 50%;
content: '';
}
.page-loader-6 .pace .pace-activity::before {
margin-left: -40px;
width: 80px;
height: 80px;
border-right-color: rgba(0, 0, 0, 0.2);
border-left-color: rgba(0, 0, 0, 0.2);
-webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite;
animation: pace-theme-corner-indicator-spin 3s linear infinite;
}
.page-loader-6 .pace .pace-activity::after {
bottom: 50px;
margin-left: -20px;
width: 40px;
height: 40px;
border-top-color: rgba(0, 0, 0, 0.2);
border-bottom-color: rgba(0, 0, 0, 0.2);
-webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite;
animation: pace-theme-corner-indicator-spin 1s linear infinite;
}
@-webkit-keyframes pace-theme-corner-indicator-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@keyframes pace-theme-corner-indicator-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
/* 6 Navigations
----------------------------------------------------------------------------- */
/* 6.1 Light Version
----------------------------------------------------------------------------- */
/* mobile menu */
.navbar.navbar-default {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 10px 0 15px;
border-color: #ededed;
background-color: #fafafa;
font-weight: 400;
}
/* first level menu item */
.navbar-default .navbar-nav > li > a {
color: #333333;
font-size: 16px;
padding: 10px 15px 10px 15px;
z-index: 102;
border: none;
border-bottom: 1px solid transparent;
border-right: 1px solid transparent;
border-left: 1px solid transparent;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.main-navigation.animated .navbar-default .navbar-nav > li > a {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.transparent-header .header:not(.dark) .navbar-nav > li:not(.active) > a {
color: #000000;
}
.navbar-default .navbar-nav > li.dropdown > a {
padding-right: 20px;
}
/* first level menu item on hover/focus */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
background-color: transparent;
color: #09afdf;
}
.transparent-header .header:not(.dark) .navbar-nav > li.open > a,
.transparent-header .header:not(.dark) .navbar-nav > li > a:hover,
.transparent-header .header:not(.dark) .navbar-nav > li > a:focus {
color: #09afdf;
}
/* first level menu item when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus,
.main-navigation .navbar-nav > .dropdown > a:focus {
background-color: #ffffff;
color: #09afdf;
border-bottom-color: #ffffff;
border-right: 1px solid #f5f5f5;
border-left: 1px solid #f5f5f5;
z-index: 106;
}
.transparent-header.gradient-background-header .header:not(.dark) .active.dropdown > a:before {
color: #000000;
}
.transparent-header.gradient-background-header .header:not(.dark) .main-navigation .navbar-nav > .open > a,
.transparent-header.gradient-background-header .header:not(.dark) .main-navigation .navbar-nav > .open > a:hover,
.transparent-header.gradient-background-header .header:not(.dark) .main-navigation .navbar-nav > .open > a:focus,
.transparent-header.gradient-background-header .header:not(.dark) .main-navigation .navbar-nav > .dropdown > a:focus {
border-right-color: transparent;
border-left-color: transparent;
border-bottom-color: transparent;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.transparent-header.gradient-background-header .header:not(.dark) .navbar-default .navbar-nav > li:not(.open) > a:hover,
.transparent-header.gradient-background-header .header:not(.dark) .navbar-default .navbar-nav > li:not(.open) > a:focus,
.transparent-header.gradient-background-header .header:not(.dark) .navbar-default .navbar-nav > .active:not(.open) > a,
.transparent-header.gradient-background-header .header:not(.dark) .navbar-default .navbar-nav > .active:not(.open) > a:hover,
.transparent-header.gradient-background-header .header:not(.dark) .navbar-default .navbar-nav > .active:not(.open) > a:focus {
color: #000000;
border-bottom: 1px solid #454545;
}
}
/* first level active menu item when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
-webkit-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
display: none;
}
/* second level menu */
.main-navigation .dropdown-menu {
z-index: 105;
top: 99.2%;
}
.header.centered .main-navigation .dropdown-menu {
top: 99%;
}
.dropdown-menu .divider {
background-color: #ededed;
}
.dropdown-menu {
min-width: 220px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 0;
margin: 0;
background-color: #ffffff;
-webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.06);
box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.06);
border: 1px solid #f1f1f1;
z-index: 101;
}
/* second level menu item */
.dropdown-menu > li > a {
padding: 10px 20px;
font-size: 14px;
color: #333333;
border-bottom: 1px solid #f7f7f7;
-webkit-transition: none;
-o-transition: none;
transition: none;
position: relative;
}
/* second level menu item on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
background-color: #fcfcfc;
color: #0c9ec7;
border-color: #f7f7f7;
}
/* third level menu */
.dropdown-menu .dropdown-menu {
top: -1px;
left: 100% !important;
right: auto;
border-top: 1px solid #f7f7f7;
}
.header.centered .dropdown-menu .dropdown-menu {
top: -1px;
left: 100% !important;
}
header.full-width .dropdown-menu .dropdown-menu.to-left {
right: 100%!important;
left: auto!important;
}
/*Large Devices less than 1610px*/
@media (max-width: 1610px) {
.dropdown-menu .dropdown-menu.to-left {
right: 100%!important;
left: auto!important;
}
}
/* Mega Menu
------------------------------ */
.mega-menu.dropdown {
position: static;
}
.mega-menu .dropdown-menu {
left: 0;
width: 100%;
padding: 20px 30px;
}
/* mega menu menu item */
.mega-menu .menu {
list-style: none;
padding: 0;
margin: 0;
}
.mega-menu .menu li {
position: relative;
}
.mega-menu h4.title {
margin: 5px 0;
font-size: 15px;
text-transform: uppercase;
}
.mega-menu .menu > li > a {
padding: 5px 0;
font-size: 14px;
color: #333333;
border-bottom: 1px solid #f7f7f7;
display: block;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.mega-menu .menu > li > a i,
.dropdown-menu > li > a i {
padding-left: 5px;
font-size: 12px;
width: 20px;
position: relative;
top: -1px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #cdcdcd;
}
.mega-menu .menu > li > a i.fa,
.dropdown-menu > li > a i.fa {
width: 32px;
text-align: center;
}
.mega-menu .menu > li > a i.fa-circle-o,
.dropdown-menu > li > a i.fa-circle-o {
font-size: 7px;
top: -3px;
}
.mega-menu .menu > li > a i.fa-spin {
width: 11px;
padding: 0;
margin-right: 13px;
margin-left: 8px;
}
.mega-menu .menu > li:last-child > a {
border-bottom: none!important;
}
header:not(.dark) .mega-menu .menu > li > a:hover i,
header:not(.dark) .dropdown-menu > li > a:hover i,
header:not(.dark) .mega-menu .menu > li.active > a i,
header:not(.dark) .dropdown-menu > li.active > a i {
color: #09afdf;
}
header .mega-menu .menu > li > a:hover i.fa-circle-o:before,
header .dropdown-menu > li > a:hover i.fa-circle-o:before,
header .mega-menu .menu > li.active > a i.fa-circle-o:before,
header .dropdown-menu > li.active > a i.fa-circle-o:before {
content: "\f111";
}
/* mega menu menu item on focus/hover*/
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
background-color: #fcfcfc;
color: #0c9ec7;
border-color: #f7f7f7;
text-decoration: none;
}
/* Arrow for parent menu item
------------------------------ */
.dropdown > a:before {
font-family: 'FontAwesome';
content: "\f107";
position: absolute;
left: auto;
top: 31px;
right: 6px;
line-height: 1;
color: #d1d1d1;
font-size: 14px;
}
.header.centered .dropdown > a:before {
top: 18px;
}
.header:not(.dark) .active.dropdown > a:before,
.header:not(.dark).centered .active.dropdown > a:before {
color: #09afdf;
}
.transparent-header .header:not(.dark) .dropdown:not(.open):not(.active) > a:before {
color: #777777;
}
.navbar-default .navbar-nav > .dropdown.open > a:before {
color: #eaeaea;
}
.transparent-header .header:not(.dark) .navbar-default .navbar-nav > .dropdown.open > a:before {
color: #09afdf;
}
.dropdown .dropdown > a:before,
.header.centered .dropdown .dropdown > a:before {
content: "\f105";
right: 10px;
top: 13px;
margin-left: 0;
visibility: visible;
color: #666;
}
.dropdown .dropdown.open > a:before,
.header.centered:not(.dark) .dropdown .dropdown.open > a:before {
color: #09afdf;
}
/* Dropdown animations
------------------------------ */
.animated.main-navigation .navbar-nav .open .dropdown-menu,
#offcanvas.animated .open .dropdown-menu,
#offcanvas.animated .dropdown-menu .open .dropdown-menu {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInUpSmall;
animation-name: fadeInUpSmall;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu {
-webkit-animation-name: fadeInLeftSmall;
animation-name: fadeInLeftSmall;
}
header.full-width .animated.main-navigation .dropdown-menu .open .dropdown-menu.to-left {
-webkit-animation-name: fadeInRightSmall;
animation-name: fadeInRightSmall;
}
/*Large Devices less than 1610px*/
@media (max-width: 1610px) {
.animated.main-navigation .dropdown-menu .open .dropdown-menu.to-left {
-webkit-animation-name: fadeInRightSmall;
animation-name: fadeInRightSmall;
}
}
/* Mobile Menu
------------------------------ */
/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle {
border-color: #ccc;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #fafafa;
border-color: #0c9ec7;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #ccc;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
background-color: #0c9ec7;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.main-navigation .navbar-nav.navbar-right:last-child {
margin-right: 0;
}
/* first level menu */
.navbar.navbar-default {
background-color: transparent;
border: none;
margin: 0;
}
.navbar-default .navbar-nav > li > a {
padding: 28px 15px 27px 15px;
}
/*centered logo layout*/
.header.centered .navbar-default .navbar-nav > li > a {
padding-top: 15px!important;
padding-bottom: 15px!important;
border-top: 1px solid transparent;
}
.header.centered:not(.dark) .main-navigation .navbar-nav > .open > a,
.header.centered:not(.dark) .main-navigation .navbar-nav > .open > a:hover,
.header.centered:not(.dark) .main-navigation .navbar-nav > .open > a:focus,
.header.centered:not(.dark) .main-navigation .navbar-nav > .dropdown > a:focus {
border-top: 1px solid #f5f5f5;
}
/* mega menu */
header:not(.full-width):not(.centered) .with-dropdown-buttons .mega-menu:not(.narrow) .dropdown-menu {
left: 0px;
width: 720px;
}
/* layout fixes */
header:not(.full-width) .main-navigation .container-fluid {
padding-right: 0;
padding-left: 0;
}
header:not(.full-width) .navbar-collapse {
padding-right: 0px;
padding-left: 0px;
}
header:not(.full-width) .main-navigation .navbar-right .dropdown-menu {
right: auto;
left: 0;
}
header:not(.full-width) .main-navigation .navbar-right > li:last-child > .dropdown-menu {
right: 0;
left: auto;
}
}
/* Medium desktop devices and tablets */
@media (min-width: 768px) and (max-width: 1199px) {
.navbar-default .navbar-nav > li > a {
font-size: 15px;
padding: 28px 10px 27px 10px;
}
}
/* Medium devices (tablets landscape to portrait) */
@media (min-width: 768px) and (max-width: 991px) {
.header:not(.full-width) .main-navigation .navbar-nav {
float: left !important;
}
body:not(.fixed-header-on) .header:not(.dark) .navbar-default .navbar-nav > li > a {
border-top: 1px solid transparent;
}
body:not(.fixed-header-on) .header:not(.dark) .main-navigation .navbar-nav > .open > a,
body:not(.fixed-header-on) .header:not(.dark) .main-navigation .navbar-nav > .open > a:hover,
body:not(.fixed-header-on) .header:not(.dark) .main-navigation .navbar-nav > .open > a:focus,
body:not(.fixed-header-on) .header:not(.dark) .main-navigation .navbar-nav > .dropdown > a:focus {
border-top: 1px solid #f5f5f5;
}
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.col-md-3 + .col-md-9 .mega-menu:not(.narrow) .dropdown-menu {
left: -243px !important;
width: 940px!important;
}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
/* first level menu item */
.main-navigation .navbar-nav > li {
margin: 0 0 0 10px;
}
.main-navigation .navbar-nav > li:first-child {
margin: 0;
}
.col-md-3 + .col-md-9 .mega-menu:not(.narrow) .dropdown-menu {
left: -293px !important;
width: 1140px!important;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
/* Mobile menu
------------------------------ */
/* active item */
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #0c9ec7;
background-color: transparent;
}
/* first level item */
.navbar-default .navbar-nav > li > a {
border-bottom: 1px solid #f3f3f3;
}
.navbar-default .navbar-nav > li:last-child > a {
border-bottom: 1px solid transparent;
}
/* first level item hover and focus states */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #0c9ec7;
background-color: #fff;
border-bottom-color: transparent;
}
/* second level menu */
.navbar-default .navbar-nav .open .dropdown-menu {
background-color: #ffffff;
}
/* second level item */
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
padding: 12px 15px 12px 40px;
color: #333333;
border-color: #f9f9f9;
}
/* second level item on hover/focus */
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #0c9ec7;
}
/* third level item */
.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
padding-left: 60px;
}
/* four level item */
.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
padding-left: 80px;
}
/* Arrow for parent menu item */
.navbar-default .navbar-nav > .dropdown.open > a:before {
color: #09afdf;
}
.dropdown > a:before,
.header.centered .dropdown > a:before {
color: #999999;
top: 14px;
right: 32px;
}
.dropdown .dropdown > a:before,
.header.centered .dropdown .dropdown > a:before {
right: 36px;
}
/*Transparent Mobile menu*/
.transparent-header .main-navigation .navbar.navbar-default {
background-color: rgba(255, 255, 255, 0.9);
position: absolute;
width: 100%;
}
}
/* 6.2 Dark Version
----------------------------------------------------------------------------- */
/* first level menu item */
.dark.header .navbar.navbar-default {
border-color: rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.2);
}
.dark.header .navbar-default .navbar-nav > li > a {
color: #cccccc;
border-bottom: 1px solid transparent;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}
.transparent-header .dark.header .navbar-nav > li > a {
color: #e1e1e1;
}
/* first level menu item on hover/focus */
.dark.header .navbar-default .navbar-nav > li > a:hover,
.dark.header .navbar-default .navbar-nav > li > a:focus,
.dark.header .navbar-default .navbar-nav > .active > a,
.dark.header .navbar-default .navbar-nav > .active > a:hover,
.dark.header .navbar-default .navbar-nav > .active > a:focus {
font-weight: 550;
background-color: transparent;
color: #ffffff;
border-right: 1px solid transparent;
border-left: 1px solid transparent;
}
.dark.header .navbar-default .navbar-nav > li > a:hover,
.dark.header .navbar-default .navbar-nav > li > a:focus {
z-index: 106;
}
/* first level active menu item when opened */
.dark.header .main-navigation .navbar-nav > .open > a,
.dark.header .main-navigation .navbar-nav > .open > a:hover,
.dark.header .main-navigation .navbar-nav > .open > a:focus,
.dark.header .main-navigation .navbar-nav > .dropdown > a:focus {
background-color: rgba(0, 0, 0, 0.15);
color: #ffffff;
border-bottom-color: #2e3537;
border-right: 1px solid transparent;
border-left: 1px solid transparent;
z-index: 106;
}
.transparent-header.gradient-background-header .dark.header .main-navigation .navbar-nav > .open > a,
.transparent-header.gradient-background-header .dark.header .main-navigation .navbar-nav > .open > a:hover,
.transparent-header.gradient-background-header .dark.header .main-navigation .navbar-nav > .open > a:focus,
.transparent-header.gradient-background-header .dark.header .main-navigation .navbar-nav > .dropdown > a:focus {
border-right-color: transparent;
border-left-color: transparent;
border-bottom-color: transparent;
}
/* second level menu item */
.dark.header .dropdown-menu {
background-color: #2e3537;
border: 1px solid rgba(57, 66, 69, 0.8);
border-bottom: none;
}
.dark.header .mega-menu .dropdown-menu {
z-index: 103;
}
.dark.header .dropdown-menu .divider {
background-color: rgba(57, 66, 69, 0.8);
}
.dark.header .dropdown-menu > li > a,
.dark.header .mega-menu .menu > li > a {
color: #cccccc;
border-bottom: 1px solid rgba(57, 66, 69, 0.8);
text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}
.dark.header .mega-menu .menu > li > a:hover,
.dark.header .mega-menu .menu > li > a:focus {
background-color: rgba(0, 0, 0, 0.2);
color: #ffffff;
border-color: rgba(57, 66, 69, 0.8);
}
.dark.header .dropdown-menu > li > a:hover,
.dark.header .dropdown-menu > li > a:focus,
.dark.header .nav .open > a,
.dark.header .nav .open > a:hover,
.dark.header .nav .open > a:focus,
.dark.header .dropdown-menu > .active > a,
.dark.header .dropdown-menu > .active > a:hover,
.dark.header .dropdown-menu > .active > a:focus,
.dark.header .dropdown-menu .menu > .active > a,
.dark.header .dropdown-menu .menu > .active > a:hover,
.dark.header .dropdown-menu .menu > .active > a:focus {
background-color: rgba(0, 0, 0, 0.2);
color: #ffffff;
border-color: rgba(57, 66, 69, 0.8);
}
.dark.header .dropdown .dropdown > a:before {
color: #cccccc;
top: 13px;
}
.dark.header .dropdown .dropdown.open > a:before {
color: #ffffff;
}
/* Mobile Menu
------------------------------ */
/*Dark mobile menu toggle button*/
.dark .navbar-default .navbar-toggle {
border-color: rgba(0, 0, 0, 0.7);
background-color: rgba(0, 0, 0, 0.4);
}
.dark .navbar-default .navbar-toggle:hover,
.dark .navbar-default .navbar-toggle:focus {
background-color: rgba(0, 0, 0, 0.1);
border-color: rgba(0, 0, 0, 0.7);
}
.dark .navbar-default .navbar-toggle .icon-bar {
background-color: #ccc;
}
.dark .navbar-default .navbar-toggle:hover .icon-bar,
.dark .navbar-default .navbar-toggle:focus .icon-bar {
background-color: #ccc;
}
.dark .navbar-default .navbar-collapse,
.dark .navbar-default .navbar-form {
border-color: #121212;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
/* first level menu item */
.dark.header .navbar.navbar-default {
background-color: transparent;
border: none;
margin: 0;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
/*Dark Mobile menu*/
/* second level menu */
.dark .navbar-default .navbar-nav .open .dropdown-menu {
background-color: rgba(0, 0, 0, 0.2);
border: none;
}
/* second level item */
.dark .navbar-default .navbar-nav .open .dropdown-menu > li > a,
.dark .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
color: #cccccc;
border-color: rgba(255, 255, 255, 0.08);
}
/* item on hover/focus */
.dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.dark.header .navbar-default .navbar-nav > li > a:hover,
.dark.header .navbar-default .navbar-nav > li > a:focus,
.dark.header .navbar-default .navbar-nav > .active > a,
.dark.header .navbar-default .navbar-nav > .active > a:hover,
.dark.header .navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.2);
}
/* Arrow for parent menu item */
.dark .navbar-default .navbar-nav > .dropdown.open > a:before {
color: #ffffff;
}
.transparent-header .dark .main-navigation .navbar.navbar-default {
background-color: rgba(57, 66, 69, 0.9);
border-color: rgba(37, 42, 44, 0.5);
}
}
/* 6.3 Subfooter navigation
----------------------------------------------------------------------------- */
.subfooter .navbar {
margin: 0;
min-height: 0;
background: transparent;
border-color: transparent;
}
.subfooter .navbar-default .nav > li > a {
padding: 10px 10px;
text-transform: none;
line-height: 1;
font-size: 14px;
font-weight: 400;
color: #999999;
}
.subfooter .navbar-default .nav li:last-child a,
.dark .subfooter .navbar-default .nav > li:last-child > a {
border: none;
}
.subfooter .navbar-default .nav > li > a:hover,
.subfooter .navbar-default .nav > .active > a:hover,
.subfooter .navbar-default .nav > .active > a:focus {
background-color: transparent;
text-decoration: underline;
color: #0c9ec7;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.subfooter .navbar-nav {
float: none;
margin: 15px 0;
text-align: center;
}
.subfooter .navbar-nav > li {
float: none;
padding: 5px 0;
}
.subfooter .navbar-default .nav > li > a {
padding: 0px 10px;
}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.subfooter {
text-align: left;
}
.subfooter .navbar-nav {
float: right;
margin: 0;
text-align: left;
}
.subfooter .navbar-nav > li {
float: left;
padding: 0;
margin-top: 2px;
}
.dark .subfooter .navbar-default .nav > li > a {
border-right: 1px solid #333333;
}
.subfooter .navbar-default .nav > li > a {
border-right: 1px solid #cdcdcd;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
/* subfooter nav */
.subfooter .navbar-default .navbar-toggle:hover,
.subfooter .navbar-default .navbar-toggle:focus {
background-color: transparent;
border-color: #ddd;
}
.dark .subfooter .navbar-default .navbar-collapse {
border-color: #888;
}
.subfooter .navbar-default .navbar-collapse {
border-color: #000000;
}
}
/* 6.4 Offcanvas navigation
----------------------------------------------------------------------------- */
.offcanvas {
background-color: #f5f5f5;
border-color: #f1f1f1;
}
.offcanvas-toggle-left {
display: block;
padding: 0;
margin: 0;
position: fixed;
width: 40px;
height: 40px;
top: 10px;
left: 10px;
z-index: 1031;
text-align: center;
background-color: rgba(255, 255, 255, 0.85);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.offcanvas-toggle-left:after {
font-family: "FontAwesome";
content: "\f0c9";
font-size: 22px;
line-height: 35px;
text-align: center;
color: #000000;
}
#offcanvas.in + .offcanvas-toggle-left:after {
content: "\f00d";
}
.offcanvas-toggle-right {
display: block;
padding: 0;
margin: 0;
position: fixed;
width: 40px;
height: 40px;
top: 10px;
right: 10px;
z-index: 1031;
text-align: center;
background-color: rgba(255, 255, 255, 0.85);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.offcanvas-toggle-right:after {
font-family: "FontAwesome";
content: "\f0c9";
font-size: 22px;
line-height: 35px;
text-align: center;
color: #000000;
}
#offcanvas.in + .offcanvas-toggle-right:after {
content: "\f00d";
}
/*First level menu items*/
#offcanvas .navbar-nav > li,
#offcanvas .navbar-nav {
float: none;
margin: 0;
}
#offcanvas .navbar-nav > li > a {
color: #333333;
border-bottom: 1px solid #eeeeee;
padding-top: 10px;
padding-bottom: 10px;
font-weight: 300;
}
#offcanvas .navbar-nav > li:last-child > a {
border-bottom-color: transparent!important;
}
#offcanvas .nav .open > a,
#offcanvas .nav .open > a:hover,
#offcanvas .nav .open > a:focus,
#offcanvas .nav > li > a:hover,
#offcanvas .nav > li > a:focus,
#offcanvas .navbar-nav > li.active > a {
color: #0c9ec7;
background-color: #ffffff;
}
/*Second level menu items*/
#offcanvas .dropdown-menu {
position: static;
width: 100%;
float: none;
box-shadow: none;
border: none;
background-color: #ffffff;
margin: 0;
}
#offcanvas.offcanvas-right .dropdown-menu {
overflow: hidden;
}
#offcanvas .dropdown-menu > li > a {
padding-top: 10px;
padding-bottom: 10px;
border-color: #f7f7f7;
font-weight: 300;
text-align: center;
background-color: #f8f8f8;
}
/*Third level menu items*/
#offcanvas .dropdown-menu .dropdown-menu > li > a {
background-color: #fafafa;
}
/*Fourth level menu items*/
#offcanvas .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
background-color: #ffffff;
}
/*Nav arrows*/
#offcanvas .dropdown > a:before {
right: 15px;
top: 13px;
color: #777777;
}
#offcanvas .dropdown.open > a:before {
color: #09afdf;
}
#offcanvas.offcanvas-right .dropdown > a:before {
right: auto;
left: 15px;
top: 13px;
}
#offcanvas .dropdown .dropdown > a:before {
content: "\f107";
}
/* 6.5 Full page navigation
----------------------------------------------------------------------------- */
.full-page .header-container header {
background-color: rgba(255, 255, 255, 0.1);
border-bottom: none;
border-top: none;
padding-bottom: 15px;
padding-top: 10px;
}
.full-page .header-container header.dark {
background-color: rgba(0, 0, 0, 0.1);
padding-bottom: 15px;
}
.transparent-header.full-page .header-container header {
background-color: transparent;
padding-bottom: 15px;
}
/* 6.6 Misc
----------------------------------------------------------------------------- */
.dropdown-header {
color: #333333;
margin: -1px -1px 0 0;
padding: 14px 20px 9px;
border-bottom: 1px solid rgba(0, 0, 0, 0.04);
text-align: center;
background-color: rgba(0, 0, 0, 0.02);
}
/* 7 Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Slogan
---------------------------------- */
#logo img:hover,
#logo-mobile img:hover {
opacity: 0.8;
filter: alpha(opacity=80);
}
.header.centered #logo img,
.header.centered #logo-mobile img {
margin: 0 auto;
}
#logo-footer {
margin-bottom: 20px;
}
.site-slogan {
color: #777777;
font-size: 11px;
padding: 3px 0 0;
font-weight: 300;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.offcanvas .logo {
margin: 20px 0 10px;
}
.offcanvas .logo img {
margin: 0 auto;
}
.offcanvas .site-slogan {
text-align: center;
margin-bottom: 20px;
margin-top: -10px;
}
.transparent-header .header:not(.dark) .site-slogan {
color: #000000;
}
.header.dark .site-slogan {
color: #cdcdcd;
text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
.transparent-header .header.dark .site-slogan {
color: #f1f1f1;
}
/* Medium devices (tablets, phones) */
@media (min-width: 992px) and (max-width: 1199px) {
.site-slogan {
font-size: 11px;
}
}
/* Small devices (tablets, phones less than 991px) */
@media (max-width: 991px) {
header:not(.full-width) .logo img {
margin: 0 auto;
}
body.full-page header .logo img {
margin: 0;
}
.site-slogan {
text-align: center;
}
body.full-page .site-slogan {
text-align: left;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.navbar-header #logo img,
.navbar-header #logo-mobile img {
max-height: 35px;
margin-left: 15px;
}
}
/* Small devices (phones less than 480px) */
@media (max-width: 480px) {
header:not(.full-width) .header-dropdown-buttons + .logo img {
margin: 0;
}
.header-dropdown-buttons ~ .site-slogan {
text-align: left;
}
}
/* Social icons block
---------------------------------- */
.social-links {
list-style: none;
font-size: 0;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 0;
}
.social-links li {
display: inline-block;
margin: 0 2px 2px 0;
}
.social-links li a {
width: 40px;
height: 40px;
display: block;
text-align: center;
font-size: 18px;
border: 1px solid #e7e7e7;
color: #cdcdcd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.social-links li a i {
line-height: 40px;
}
.social-links li a:hover {
background-color: transparent;
border-color: #0c9ec7;
color: #0c9ec7;
}
.social-links.animated-effect-1 li a {
-webkit-transition: color 0.4s;
-o-transition: color 0.4s;
transition: color 0.4s;
position: relative;
z-index: 1;
}
.social-links.animated-effect-1 li a:hover {
color: #ffffff!important;
-webkit-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
.social-links.animated-effect-1 li a:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: '';
top: 0px;
left: 0px;
padding: 0px;
z-index: -1;
background-color: #09afdf;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s, background-color 0.4s;
transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(1.4);
opacity: 0;
filter: alpha(opacity=0);
}
.social-links.animated-effect-1 li a:hover:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-transition: -webkit-transform 0s, opacity 0.3s, background-color 0.3s;
-moz-transition: -moz-transform 0s, opacity 0.3s, background-color 0.3s;
transition: transform 0s, opacity 0.3s, background-color 0.3s;
}
.social-links.animated-effect-1:not(.circle) li a:after {
-webkit-border-radius: 0%;
-moz-border-radius: 0%;
border-radius: 0%;
}
.default.social-links li a {
background-color: #09afdf;
border: 1px solid #0c9ec7;
color: #ffffff;
}
.default.social-links li a:hover {
background-color: #ffffff;
color: #777777;
}
.dark .social-links li a {
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.1);
color: #ffffff;
}
.dark.social-links li a {
background-color: rgba(0, 0, 0, 0.6);
border: 1px solid rgba(0, 0, 0, 0.1);
color: #ffffff;
}
.dark.social-links li a:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.colored .social-links li a {
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.01);
color: #ffffff;
}
.header-top .social-links {
margin: 0;
display: inline-block;
margin-top: 2px;
}
.full-page .header .social-links {
margin-top: 15px;
margin-bottom: 0;
}
.footer-content .social-links li {
margin: 0 5px 5px 0;
}
.footer-content .social-links li a {
color: #777777;
background-color: transparent;
border-color: #777777;
}
.footer-content .social-links li a:hover {
color: #fff;
background-color: #777777;
border-color: #777777;
}
.social-links.small li a {
width: 30px;
height: 30px;
font-size: 14px;
}
.social-links.small li a i {
line-height: 29px;
}
.social-links.large li a {
width: 60px;
height: 60px;
font-size: 24px;
}
.social-links.large li a i {
line-height: 60px;
}
.social-links.square li a,
.square {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.social-links.circle li a {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.social-links.animated-effect-1 li.twitter a:hover {
border-color: #55acee;
}
.social-links:not(.animated-effect-1) li.twitter a:hover,
.colored.social-links li.twitter a,
.social-links.animated-effect-1 li.twitter a:after,
.btn.twitter {
background-color: #55acee;
border-color: #55acee;
color: #fff;
}
.social-links.animated-effect-1 li.skype a:hover {
border-color: #00aff0;
}
.social-links:not(.animated-effect-1) li.skype a:hover,
.colored.social-links li.skype a,
.social-links.animated-effect-1 li.skype a:after,
.btn.skype {
background-color: #00aff0;
border-color: #00aff0;
color: #fff;
}
.social-links.animated-effect-1 li.linkedin a:hover {
border-color: #0976b4;
}
.social-links:not(.animated-effect-1) li.linkedin a:hover,
.colored.social-links li.linkedin a,
.social-links.animated-effect-1 li.linkedin a:after,
.btn.linkedin {
background-color: #0976b4;
border-color: #0976b4;
color: #fff;
}
.social-links.animated-effect-1 li.googleplus a:hover {
border-color: #dd4b39;
}
.social-links:not(.animated-effect-1) li.googleplus a:hover,
.colored.social-links li.googleplus a,
.social-links.animated-effect-1 li.googleplus a:after,
.btn.googleplus {
background-color: #dd4b39;
border-color: #dd4b39;
color: #fff;
}
.social-links.animated-effect-1 li.youtube a:hover {
border-color: #b31217;
}
.social-links:not(.animated-effect-1) li.youtube a:hover,
.colored.social-links li.youtube a,
.social-links.animated-effect-1 li.youtube a:after,
.btn.youtube {
background-color: #b31217;
border-color: #b31217;
color: #fff;
}
.social-links.animated-effect-1 li.flickr a:hover {
border-color: #ff0084;
}
.social-links:not(.animated-effect-1) li.flickr a:hover,
.colored.social-links li.flickr a,
.social-links.animated-effect-1 li.flickr a:after,
.btn.flickr {
background-color: #ff0084;
border-color: #ff0084;
color: #fff;
}
.social-links.animated-effect-1 li.facebook a:hover {
border-color: #3b5998;
}
.social-links:not(.animated-effect-1) li.facebook a:hover,
.colored.social-links li.facebook a,
.social-links.animated-effect-1 li.facebook a:after,
.btn.facebook {
background-color: #3b5998;
border-color: #3b5998;
color: #fff;
}
.social-links.animated-effect-1 li.pinterest a:hover {
border-color: #cb2027;
}
.social-links:not(.animated-effect-1) li.pinterest a:hover,
.colored.social-links li.pinterest a,
.social-links.animated-effect-1 li.pinterest a:after,
.btn.pinterest {
background-color: #cb2027;
border-color: #cb2027;
color: #fff;
}
.social-links.animated-effect-1 li.instagram a:hover {
border-color: #517fa4;
}
.social-links:not(.animated-effect-1) li.instagram a:hover,
.colored.social-links li.instagram a,
.social-links.animated-effect-1 li.instagram a:after,
.btn.instagram {
background-color: #517fa4;
border-color: #517fa4;
color: #fff;
}
.social-links.animated-effect-1 li.vimeo a:hover {
border-color: #aad450;
}
.social-links:not(.animated-effect-1) li.vimeo a:hover,
.colored.social-links li.vimeo a,
.social-links.animated-effect-1 li.vimeo a:after,
.btn.vimeo {
background-color: #aad450;
border-color: #aad450;
color: #fff;
}
.social-links.animated-effect-1 li.tumblr a:hover {
border-color: #32506d;
}
.social-links:not(.animated-effect-1) li.tumblr a:hover,
.colored.social-links li.tumblr a,
.social-links.animated-effect-1 li.tumblr a:after,
.btn.tumblr {
background-color: #32506d;
border-color: #32506d;
color: #fff;
}
.social-links.animated-effect-1 li.soundcloud a:hover {
border-color: #ff3a00;
}
.social-links:not(.animated-effect-1) li.soundcloud a:hover,
.colored.social-links li.soundcloud a,
.social-links.animated-effect-1 li.soundcloud a:after,
.btn.soundcloud {
background-color: #ff3a00;
border-color: #ff3a00;
color: #fff;
}
.social-links.animated-effect-1 li.foursquare a:hover {
border-color: #0072b1;
}
.social-links:not(.animated-effect-1) li.foursquare a:hover,
.colored.social-links li.foursquare a,
.social-links.animated-effect-1 li.foursquare a:after,
.btn.foursquare {
background-color: #0072b1;
border-color: #0072b1;
color: #fff;
}
.social-links.animated-effect-1 li.dribbble a:hover {
border-color: #ea4c89;
}
.social-links:not(.animated-effect-1) li.dribbble a:hover,
.colored.social-links li.dribbble a,
.social-links.animated-effect-1 li.dribbble a:after,
.btn.dribbble {
background-color: #ea4c89;
border-color: #ea4c89;
color: #fff;
}
.social-links.animated-effect-1 li.xing a:hover {
border-color: #126567;
}
.social-links:not(.animated-effect-1) li.xing a:hover,
.colored.social-links li.xing a,
.social-links.animated-effect-1 li.xing a:after,
.btn.xing {
background-color: #126567;
border-color: #126567;
color: #fff;
}
.social-links.animated-effect-1 li.behance a:hover {
border-color: #126567;
}
.social-links:not(.animated-effect-1) li.behance a:hover,
.colored.social-links li.behance a,
.social-links.animated-effect-1 li.behance a:after,
.btn.behance {
background-color: #053eff;
border-color: #053eff;
color: #fff;
}
.social-links.animated-effect-1 li.vine a:hover {
border-color: #126567;
}
.social-links:not(.animated-effect-1) li.vine a:hover,
.colored.social-links li.vine a,
.social-links.animated-effect-1 li.vine a:after,
.btn.vine {
background-color: #00a478;
border-color: #00a478;
color: #fff;
}
.social-links.animated-effect-1 li.stumbleupon a:hover {
border-color: #126567;
}
.social-links:not(.animated-effect-1) li.stumbleupon a:hover,
.colored.social-links li.stumbleupon a,
.social-links.animated-effect-1 li.stumbleupon a:after,
.btn.stumbleupon {
background-color: #f74425;
border-color: #f74425;
color: #fff;
}
.social-links .dropdown > button {
padding: 1px 15px 0px;
font-size: 16px;
color: #999999;
text-align: center;
min-width: 0;
margin: 0;
background-color: transparent;
-moz-box-shadow: none !important;
-o-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.social-links .dropdown > button i {
width: 15px;
}
.header-top:not(.dark) .social-links .dropdown.open > button > i:before {
color: #09afdf;
}
.header-top.colored .social-links .dropdown > button > i:before,
.header-top.colored .social-links .dropdown.open > button > i:before {
color: #ffffff;
}
.header-top .social-links .dropdown.open > button > i:before {
content: "\f00d";
}
.social-links .dropdown-menu {
z-index: 103;
padding: 5px;
min-width: 270px;
margin-top: 6px;
font-size: 0;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #f2f2f2;
border: 1px solid #D0D0D0;
border-top: none;
}
.social-links .dropdown-menu li a,
.dark .social-links .dropdown-menu li a i,
.colored .social-links .dropdown-menu li a i {
padding: 0;
line-height: 30px;
color: #ffffff;
}
.social-links .dropdown-menu li a i {
padding-left: 0;
}
.social-links .dropdown-menu li a:hover i {
color: #ffffff;
}
/*Header Dropdowns (search, cart etc)
---------------------------------- */
/*Header Dropdowns*/
.transparent-header .header-dropdown-buttons .btn-group > .btn {
background-color: transparent;
border: 1px solid #999999;
color: #000000;
}
.transparent-header.gradient-background-header .header-dropdown-buttons .btn-group > .btn {
border: 1px solid #333333;
}
.header-dropdown-buttons .btn-group:first-child {
margin-right: 5px;
}
.header-dropdown-buttons .btn-group > .btn {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
width: 40px;
height: 40px;
padding: 0;
line-height: 38px;
text-align: center;
background-color: #f2f2f2;
border: 1px solid #e9e9e9;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin: 0;
}
.header-dropdown-buttons .btn-group > .btn:hover {
background-color: #09afdf;
color: #fff;
border-color: #0c9ec7;
}
.header-dropdown-buttons .btn-group .dropdown-menu {
z-index: 103;
padding: 20px;
min-width: 280px;
margin-top: 18px;
top: 100%;
border: none;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.header-dropdown-buttons .btn-group.open > .btn {
background-color: #09afdf;
color: #fff;
border-color: #0c9ec7;
}
.header.centered .header-dropdown-buttons .btn-group .dropdown-menu {
margin-top: 8px;
}
.dark .header-dropdown-buttons .btn-group > .btn,
.colored .header-dropdown-buttons .btn-group > .btn {
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.15);
text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
color: #cdcdcd;
}
.dark .header-dropdown-buttons .btn-group > .btn:hover,
.colored .header-dropdown-buttons .btn-group > .btn:hover {
background-color: rgba(0, 0, 0, 0.3);
border: 1px solid rgba(0, 0, 0, 0.25);
}
.dark .header-dropdown-buttons .btn-group.open > .btn,
.colored .header-dropdown-buttons .btn-group.open > .btn {
background-color: rgba(0, 0, 0, 0.3);
border: 1px solid rgba(0, 0, 0, 0.25);
}
.btn-group.open .dropdown-animation {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
/*Header Top Dropdowns*/
.header-top-dropdown .dropdown-menu {
z-index: 103;
padding: 20px;
min-width: 280px;
margin-top: 6px;
border: 1px solid #D0D0D0;
border-top: none;
background: #f2f2f2;
font-weight: 400;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.header-top-dropdown .login-form ul {
padding-left: 0;
list-style-position: inside;
margin: 15px 0 10px;
}
.header-top-dropdown .login-form .social-links {
padding-left: 20px;
margin: 0;
}
.header-top-dropdown .login-form label {
font-weight: 400;
}
.dark.header-top .dropdown-menu {
border: 1px solid #252a2c;
border-top: none;
background: #2e3537;
}
.colored.header-top .dropdown-menu {
border: 1px solid #09afdf;
border-top: none;
background: #09afdf;
}
.search-box .form-group {
margin-bottom: 0;
}
/*Button Groups*/
.header-top .btn-group {
margin: 3px 0 2px;
}
.header-top .btn-group .btn {
margin: 0;
text-decoration: none;
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.header-top-dropdown .btn-group {
position: static;
}
.header-top-dropdown .dropdown-menu {
right: 15px!important;
margin-top: 5px;
width: 100%;
}
}
/*Dark Dropdowns
---------------------------------- */
.dark.btn-group .dropdown-menu {
background-color: #333333;
border: 1px solid #424242;
border-bottom: none;
}
.dark.btn-group .dropdown-menu .divider {
background-color: #505050;
}
.dark.btn-group .dropdown-menu > li > a,
.dark.btn-group .mega-menu .menu > li > a {
color: #cccccc;
border-bottom: 1px solid #424242;
text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}
.dark.btn-group .dropdown-menu > li > a:hover,
.dark.btn-group .dropdown-menu > li > a:focus,
.dark.btn-group .nav .open > a,
.dark.btn-group .nav .open > a:hover,
.dark.btn-group .nav .open > a:focus,
.dark.btn-group .dropdown-menu > .active > a,
.dark.btn-group .dropdown-menu > .active > a:hover,
.dark.btn-group .dropdown-menu > .active > a:focus {
background-color: rgba(0, 0, 0, 0.2);
color: #ffffff;
border-color: #424242;
}
.dark.btn-group .dropdown .dropdown > a:before {
color: #cccccc;
top: 13px;
}
.dark.btn-group .dropdown .dropdown.open > a:before {
color: #ffffff;
}
/* Login/Register Forms
---------------------------------- */
.form-block {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 550px;
}
.form-block .social-links {
display: inline-block;
margin: 0 0 0 5px;
}
.form-block ul {
padding-left: 0;
list-style-position: inside;
}
.light-gray-bg.form-block h2,
.light-gray-bg.form-block a,
.light-gray-bg.form-block a:hover,
.light-gray-bg.form-block {
color: #777777;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.form-block {
width: 90%;
}
}
/* Latest tweets block
---------------------------------- */
ul.tweets {
list-style: none;
padding: 0;
}
ul.tweets li {
margin-bottom: 20px;
position: relative;
padding-left: 35px;
}
ul.tweets li i {
position: absolute;
top: 4px;
left: 0;
width: 25px;
height: 25px;
text-align: center;
color: #777777;
}
ul.tweets li p {
margin-bottom: 5px;
}
ul.tweets li span {
font-size: 12px;
color: #777777;
}
/* Media
---------------------------------- */
.media {
margin-top: 0;
margin-bottom: 25px;
}
.media img {
max-width: none;
}
.footer-content .media img,
.block .media img {
width: 60px;
}
.media-heading {
margin-bottom: 0;
}
h6.media-heading {
margin-bottom: 5px;
}
.media:hover .icon {
background-color: transparent;
color: #09afdf;
border: 1px solid #09afdf;
}
.dark-bg .media:hover .icon {
border-color: #cdcdcd;
color: #cdcdcd;
}
.media:hover .icon:after {
content: "";
border-color: transparent;
}
/* Testimonials
---------------------------------- */
.testimonial {
padding: 20px 0;
}
.testimonial blockquote {
margin: 0;
}
.testimonial .separator {
margin: 15px auto 5px;
}
.testimonial-image {
width: 90px;
margin: 0 auto;
}
.testimonial-info-1 {
font-size: 12px;
}
.testimonial-info-2 {
font-size: 12px;
font-weight: 400;
}
.testimonial h3 {
margin-bottom: 0;
margin-top: 15px;
}
.testimonial p {
margin-bottom: 15px;
}
/* Clients
---------------------------------- */
.clients-container {
text-align: center;
}
.clients {
margin: 10px auto;
}
.clients .client-image {
text-align: center;
width: 80px;
height: 80px;
margin: 5px;
display: inline-block;
}
.clients img {
margin: 0px auto;
}
/* Full Width Content
---------------------------------- */
.full-width-section {
position: relative;
}
.full-text-container {
position: absolute;
top: 30%;
padding: 20px 40px;
z-index: 2;
}
.full-image-overlay {
display: none;
position: absolute;
width: 100%;
top: 50%;
padding: 0 10%;
margin-top: -133px;
color: #ffffff;
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.full-image-overlay h3 {
color: #ffffff;
}
.to-right-block {
margin-left: auto;
display: block;
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
.full-width-section {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
}
.full-width-section.no-image {
min-height: 400px;
}
.full-image-container {
width: 50%;
display: table-cell;
position: relative;
overflow: hidden;
}
.full-image-overlay {
display: block;
opacity: 0;
filter: alpha(opacity=0);
}
.full-image-container:before {
content: '';
position: absolute;
top: 5%;
right: 0%;
width: 50%;
height: 90%;
background-color: rgba(55, 55, 55, 0.6);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.full-text-container + .full-image-container:before {
right: auto;
left: 0;
}
.full-width-section:hover .full-image-container:before,
.full-width-section .full-image-container.hovered:before {
width: 90%;
right: 5%;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.full-width-section:hover .full-text-container + .full-image-container:before,
.full-width-section .full-text-container + .full-image-container.hovered:before {
right: auto;
left: 5%;
}
.full-width-section:hover .full-image-overlay,
.full-width-section .hovered .full-image-overlay {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.full-text-container {
display: table-cell;
vertical-align: middle;
width: 50%;
padding: 0 50px;
position: static;
}
.full-text-container * {
max-width: 700px;
}
.full-text-container.left {
text-align: right;
}
.full-text-container.left * {
margin-left: auto;
}
.full-text-container p {
margin-bottom: 10px;
}
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (max-width: 1199px) {
.no-image .full-text-container {
position: static;
display: block;
}
.full-width-section:not(.no-image) .full-text-container.dark-bg {
background-color: rgba(0, 0, 0, 0.8);
width: 100%;
}
.full-width-section:not(.no-image) .full-text-container.light-gray-bg {
background-color: rgba(255, 255, 255, 0.8);
color: #000000;
border-top: none;
border-bottom: none;
width: 100%;
}
.full-width-section:not(.no-image) .full-text-container.default-bg {
background-color: rgba(9, 175, 223, 0.6);
width: 100%;
}
.full-width-section .to-right-block,
.full-width-section img {
margin: 0 auto;
}
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
.full-width-section:not(.no-image) .full-text-container {
top: 0;
height: 100%;
padding: 0 20px;
}
.full-text-container h1 {
font-size: 28px;
}
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.full-text-container {
position: static;
padding: 20px!important;
}
}
/* Call to action
---------------------------------- */
.call-to-action h1,
.call-to-action a {
margin: 0;
}
.call-to-action p {
margin-bottom: 10px;
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.call-to-action .text-right {
text-align: left;
}
}
/* Counters
---------------------------------- */
.counter {
display: block;
font-size: 32px;
line-height: 1;
}
/* Pricing tables
---------------------------------- */
.pricing-tables {
margin: 60px 0 0;
}
.plan {
text-align: center;
margin-bottom: 40px !important;
}
.plan.round-corners .header {
-webkit-border-radius: 25px 25px 0 0;
-moz-border-radius: 25px 25px 0 0;
border-radius: 25px 25px 0 0;
}
.plan.round-corners ul li:last-child,
.plan.round-corners ul {
-webkit-border-radius: 0 0 25px 25px;
-moz-border-radius: 0 0 25px 25px;
border-radius: 0 0 25px 25px;
}
.plan .header {
padding: 0;
margin: 0 -1px;
border: none;
}
.plan .header h3 {
font-size: 36px;
margin: 0;
line-height: 36px;
font-weight: 300;
padding: 15px 0 10px;
border: 1px solid rgba(0, 0, 0, 0.05);
border-top: none;
}
.plan .header .price {
font-size: 28px;
padding: 8px 0 10px;
font-weight: 300;
background-color: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(0, 0, 0, 0.1);
border-top: 1px solid rgba(255, 255, 255, 0.15);
line-height: 1;
color: #ffffff;
}
.plan ul {
margin: 0;
padding: 0;
font-size: 14px;
list-style: none;
}
.plan ul li {
padding: 12px 0px;
font-size: 13px;
border-bottom: 1px solid #f3f3f3;
border-top: 1px solid #ffffff;
color: #333333;
}
.best-value.plan ul li {
padding: 15px 0;
}
.plan ul li a.pt-popover {
color: #000;
border-bottom: 1px dashed #000;
position: relative;
}
.plan ul li a.pt-popover:hover {
text-decoration: none;
}
.plan ul li a.pt-popover:after {
position: absolute;
top: 0px;
left: -15px;
font-family: "FontAwesome";
content: "\f059";
color: #ddd;
font-size: 12px;
}
.popover {
width: 250px;
font-size: 13px;
text-align: center;
border: none;
}
.popover-title {
background-color: #09afdf;
color: #ffffff;
text-shadow: none;
font-size: 13px;
}
.popover-content {
font-size: 12px;
}
.circle-head .plan .header {
padding: 0;
border: none;
width: 160px;
height: 160px;
border-radius: 100%;
margin: 20px auto;
padding: 10px 0;
}
.circle-head .plan .header h3 {
font-size: 26px;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding-top: 27px;
}
.circle-head .plan .header .price {
height: 80px;
border: none;
padding-top: 15px;
font-size: 22px;
border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.stripped .plan ul {
-webkit-box-shadow: 0px -15px 32px 0px #cacaca inset;
-moz-box-shadow: 0px -15px 32px 0px #cacaca inset;
box-shadow: 0px -15px 32px 0px #cacaca inset;
background: #fdfdfd;
}
.stripped .plan ul li {
border: 1px solid #ececec;
border-top: none;
color: #666;
}
.stripped .plan ul li:nth-child(even) {
-webkit-box-shadow: 0px 0px 40px #e4e4e4 inset;
-moz-box-shadow: 0px 0px 40px #e4e4e4 inset;
box-shadow: 0px 0px 40px #e4e4e4 inset;
background: #ffffff;
border-right: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.best-value.plan {
top: -30px;
position: relative;
z-index: 2;
}
}
/* Google maps
---------------------------------- */
#map-canvas {
height: 450px;
}
#map-canvas.small {
height: 347px;
}
#collapseMap {
overflow: hidden;
height: 0;
-webkit-transition: height 0.3s ease-in-out;
-o-transition: height 0.3s ease-in-out;
transition: height 0.3s ease-in-out;
}
#collapseMap.in {
height: 450px;
}
.footer-content #map-canvas {
height: 300px;
}
#map-canvas img {
max-width: inherit;
}
/* Tags cloud block
---------------------------------- */
.tags-cloud {
font-size: 0;
}
.tag {
display: inline-block;
margin: 0 3px 3px 0;
}
.tag a {
padding: 3px 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #ffffff;
display: block;
font-size: 11px;
background-color: #09afdf;
border: 1px solid #0c9ec7;
}
.tag a:hover {
color: #09afdf;
background-color: #ffffff;
border-color: #0c9ec7;
text-decoration: none;
}
.dark .tag a {
color: #777777;
background-color: transparent;
border: 1px solid #333333;
}
.dark .tag a:hover {
color: #ffffff;
background-color: #777777;
border-color: #777777;
text-decoration: none;
}
/* Credit Carts Block
---------------------------------- */
.icons-block i {
display: inline-block;
font-size: 30px;
color: #999999;
}
/* Isotope filtering
---------------------------------- */
.isotope-container {
display: none;
}
.isotope-container-fitrows {
display: none;
}
/* Small devices (tablets, phones less than 991px) */
@media (max-width: 991px) {
.isotope-item,
.masonry-grid-item {
max-width: 100%;
}
}
/* Affix Menu
---------------------------------- */
.sidebar.affix {
position: static;
}
/* Show and affix the side nav when space allows it */
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.col-md-4 .sidebar.affix,
.col-md-4 .sidebar.affix-bottom {
width: 293px;
}
.col-md-3 .sidebar.affix,
.col-md-3 .sidebar.affix-bottom {
width: 213px;
}
.sidebar.affix {
position: fixed;
top: 20px;
}
.fixed-header-on .sidebar.affix {
top: 65px;
}
.sidebar.affix-bottom {
position: absolute;
}
.sidebar.affix-bottom .affix-menu,
.sidebar.affix .affix-menu {
margin-top: 0;
margin-bottom: 0;
}
.affix-menu {
padding-top: 20px;
}
h3.title ~ .affix-menu {
padding-top: 0px;
}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
.col-md-4 .sidebar.affix,
.col-md-4 .sidebar.affix-bottom {
width: 390px;
}
.col-md-3 .sidebar.affix,
.col-md-3 .sidebar.affix-bottom {
width: 263px;
}
}
/* Scroll to top
---------------------------------- */
.scrollToTop {
color: #fff;
position: fixed;
bottom: 5px;
right: 5px;
width: 50px;
height: 50px;
text-align: center;
cursor: pointer;
background-color: rgba(0, 0, 0, 0.4);
z-index: 1005;
display: none;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.scrollToTop i {
line-height: 50px;
font-size: 24px;
}
.scrollToTop:hover {
background-color: rgba(0, 0, 0, 0.6);
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.scrollToTop {
width: 40px;
height: 40px;
background-color: rgba(0, 0, 0, 0.4);
}
.scrollToTop i {
line-height: 40px;
font-size: 20px;
}
}
/* 8 Main Slideshow
----------------------------------------------------------------------------- */
.slider-banner-container,
.slider-revolution-5-container {
width: 100%;
position: relative;
padding: 0;
}
.slider-banner-fullscreen,
.slider-banner-fullwidth {
width: 100%;
position: relative;
}
.slider-banner-container ul.slides,
.slider-revolution-5-container ul.slides {
display: none;
}
/*Spinner*/
.tp-loader.spinner2 {
background-color: #999;
}
/*Captions*/
.tp-caption {
z-index: 5;
}
.tp-caption a,
.tp-caption a:hover {
color: #ffffff;
}
.tp-caption a.btn-gray,
.tp-caption a.btn-gray:hover {
color: #333333;
}
.caption-box {
max-width: 540px;
color: #ffffff;
white-space: normal;
padding: 20px;
border: none;
}
.caption-box h2 {
color: #ffffff;
}
/*text rotator*/
.tp-caption .text-rotator {
min-width: 580px;
display: inline-block;
}
.light-translucent-bg.caption-box h2,
.light-translucent-bg.caption-box p {
color: #333333;
font-weight: 400;
}
.caption-box:after {
z-index: -1;
}
.slideshow .dark-translucent-bg:not(.caption-box),
.slideshow .light-translucent-bg:not(.caption-box) {
border-top: none;
border-bottom: none;
position: absolute;
left: 0;
top: 0!important;
width: 100%;
height: 100%;
}
.slideshow .dark-translucent-bg {
background-color: rgba(0, 0, 0, 0.4);
}
.slideshow .light-translucent-bg {
background-color: rgba(255, 255, 255, 0.4);
}
.slideshow .dark-translucent-bg:after,
.slideshow .light-translucent-bg:after {
background-color: transparent;
}
.xlarge_white {
font-size: 68px;
font-family: 'Raleway', sans-serif;
font-weight: 400;
color: #ffffff;
line-height: 1.2;
}
.large_white {
font-size: 42px;
font-family: 'Raleway', sans-serif;
color: #ffffff;
line-height: 1.2;
}
.medium_white {
font-size: 24px;
color: #ffffff;
font-weight: 300;
}
.small_white {
font-size: 16px;
color: #ffffff;
font-weight: 300;
}
.xlarge_dark {
font-size: 68px;
font-family: 'Raleway', sans-serif;
font-weight: 400;
color: #333;
line-height: 1.2;
}
.large_dark {
font-size: 42px;
font-family: 'Raleway', sans-serif;
color: #333;
line-height: 1.2;
}
.tp-caption.medium_dark {
font-family: 'Roboto', sans-serif;
font-size: 24px;
color: #333;
font-weight: 400;
letter-spacing: 0;
line-height: 1.4583;
}
.small_dark {
font-size: 16px;
color: #333;
font-weight: 400;
}
.text-shadow-light {
text-shadow: 2px 2px 25px rgba(255, 255, 255, 0.5);
}
.text-shadow-dark {
text-shadow: 2px 2px 25px #000000;
}
.tp-caption .separator,
.tp-caption .separator-2,
.tp-caption .separator-3 {
width: 500px;
}
.slider-banner-boxedwidth .tp-caption[data-x="left"] {
margin-left: 20px!important;
}
.slider-banner-boxedwidth .tp-caption[data-x="right"] {
margin-right: 20px!important;
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (max-width: 1199px) {
.tp-caption[data-x="left"] {
margin-left: 20px!important;
}
.tp-caption[data-x="right"] {
margin-right: 20px!important;
}
.caption-box {
max-width: 480px!important;
}
.caption-box p {
font-size: 14px;
line-height: 1.5;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.tp-caption .separator,
.tp-caption .separator-2,
.tp-caption .separator-3 {
width: 250px;
}
.caption-box {
max-width: 420px!important;
width: 100%;
}
.caption-box h2 {
font-size: 22px;
}
}
/* Small devices (smartphones less than 480px) */
@media (max-width: 480px) {
.caption-box {
display: none;
}
.tp-caption .text-rotator {
min-width: 250px;
}
}
/*Slider Moving Button*/
.tp-caption .btn.moving {
padding: 10px 0px 20px;
}
.tp-caption .btn.moving i {
display: block;
font-size: 24px;
line-height: 1px;
height: 10px;
color: #ffffff;
opacity: 1;
filter: alpha(opacity=100);
}
.tp-caption .btn.moving i + i {
opacity: 0.66;
filter: alpha(opacity=66);
}
.tp-caption .btn.moving i + i + i {
opacity: 0.33;
filter: alpha(opacity=33);
}
.moving i + i + i {
-webkit-animation: opacity_first 2s linear infinite;
animation: opacity_first 2s linear infinite;
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
.moving i + i {
-webkit-animation: opacity_second 2s linear infinite;
animation: opacity_second 2s linear infinite;
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
.moving > i {
-webkit-animation: opacity_third 2s linear infinite;
animation: opacity_third 2s linear infinite;
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
@-webkit-keyframes opacity_first {
0% {
opacity: 0.33;
filter: alpha(opacity=33);
}
24.91% {
opacity: 1;
filter: alpha(opacity=100);
}
49.833% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@keyframes opacity_first {
0% {
opacity: 0.33;
filter: alpha(opacity=33);
}
24.91% {
opacity: 1;
filter: alpha(opacity=100);
}
49.833% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@-webkit-keyframes opacity_second {
0% {
opacity: 0.66;
filter: alpha(opacity=66);
}
16.66% {
opacity: 1;
filter: alpha(opacity=100);
}
41.5833% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@keyframes opacity_second {
0% {
opacity: 0.66;
filter: alpha(opacity=66);
}
16.66% {
opacity: 1;
filter: alpha(opacity=100);
}
41.5833% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@-webkit-keyframes opacity_third {
0% {
opacity: 1;
filter: alpha(opacity=100);
}
33.33% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@keyframes opacity_third {
0% {
opacity: 1;
filter: alpha(opacity=100);
}
33.33% {
opacity: 0;
filter: alpha(opacity=0);
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.tp-caption .btn.moving {
position: absolute;
bottom: -100px;
left: 50%;
margin-left: -18px;
}
}
/*Nav Controls*/
/*Prev/Next Nav Controls*/
.tparrows.preview2 {
background-color: rgba(0, 0, 0, 0.4);
color: #ffffff;
-webkit-border-radius: 0px 3px 3px 0;
-moz-border-radius: 0px 3px 3px 0;
border-radius: 0px 3px 3px 0;
}
.tp-rightarrow.preview2 {
-webkit-border-radius: 3px 0px 0px 3px;
-moz-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
}
.tparrows.preview2:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.tparrows.preview2:after {
content: "";
}
.tparrows.preview2:before {
font-family: "fontello";
content: "\e876";
color: #ffffff;
font-size: 24px;
line-height: 60px;
left: 22px;
position: absolute;
}
.tp-rightarrow.preview2:before {
left: auto;
content: "\e877";
right: 22px;
}
.tparrows.preview2 .tp-arr-titleholder {
color: #ffffff;
text-transform: none;
font-weight: 300;
font-family: 'Raleway', sans-serif;
}
/*Slider Revolution 5*/
.hebe.tparrows {
min-width: 50px;
min-height: 50px;
}
.hebe.tparrows,
.hebe.tparrows:before {
background-color: rgba(0, 0, 0, 0.2);
color: rgba(255, 255, 255, 0.8);
}
.hebe.tparrows:before {
line-height: 50px;
min-width: 50px;
min-height: 50px;
font-size: 22px;
}
.hebe.tparrows:hover:before {
color: rgba(255, 255, 255, 0.8);
}
.hebe .tp-arr-titleholder {
line-height: 70px;
}
.hebe .tp-arr-titleholder {
text-transform: none;
font-weight: 300;
font-family: 'Raleway', sans-serif;
padding-left: 70px;
}
.hebe.tp-rightarrow .tp-arr-titleholder {
padding-right: 70px;
}
/* Small devices (tablets, phones 768px and Up) */
@media (min-width: 768px) {
.tparrows.preview4 {
height: 200px;
}
.tparrows.preview4:after {
line-height: 200px;
height: 200px;
}
.tparrows.preview4 .tp-arr-imgholder {
height: 200px;
}
.tparrows.preview4 .tp-arr-imgholder2 {
height: 200px;
}
}
/* Medium devices (laptops, tablets, phones 991px and below) */
@media (max-width: 991px) {
.tparrows.preview2:before {
font-size: 18px;
line-height: 40px;
left: 15px;
}
.tp-rightarrow.preview2:before {
left: auto;
right: 15px;
}
}
/* Medium devices (desktops, tablets less than 991px) */
@media (min-width: 768px) and (max-width: 991px) {
.tparrows.preview2 {
min-width: 40px;
min-height: 40px;
}
.tparrows.preview2 .tp-arr-titleholder {
font-size: 12px;
line-height: 40px;
letter-spacing: 0px;
}
.tp-rightarrow.preview2 .tp-arr-titleholder {
right: 35px;
}
.tp-leftarrow.preview2 .tp-arr-titleholder {
left: 35px;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.tparrows.preview2:before {
font-size: 16px;
line-height: 30px;
left: 10px;
}
.tp-rightarrow.preview2:before {
left: auto;
right: 10px;
}
}
.tp-bullets.preview4 .bullet,
.tp-bullets.preview2 .bullet,
.tp-bullets.horizontal .tp-bullet {
background: rgba(0, 0, 0, 0.6) !important;
border: none!important;
width: 10px !important;
height: 10px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-left: 1px!important;
margin-right: 1px!important;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected,
.tp-bullets.horizontal .tp-bullet:hover,
.tp-bullets.horizontal .tp-bullet.selected {
background: #000000 !important;
border: none!important;
width: 10px !important;
height: 10px !important;
}
.tp-bannertimer {
background-image: none;
background-color: rgba(9, 175, 223, 0.8);
z-index: 21;
display: none;
height: 2px;
}
/* Medium devices (netbooks, tablets, phones less than 991px) */
@media (max-width: 991px) {
.slideshow .icon.large {
font-size: 24px;
width: 90px;
height: 90px;
line-height: 88px;
}
.slideshow .icon.small {
font-size: 15px;
width: 35px;
height: 35px;
line-height: 35px;
}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.slideshow .icon.large {
font-size: 18px;
width: 60px;
height: 60px;
line-height: 58px;
}
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.slideshow .icon.large {
font-size: 18px;
width: 35px;
height: 35px;
line-height: 33px;
}
}
/* 9 Owl Carousel
----------------------------------------------------------------------------- */
.owl-carousel {
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}
.container .owl-carousel {
cursor: default;
cursor: -moz-default;
cursor: -webkit-default;
}
.container .content-slider-with-large-controls,
.container .content-slider-with-large-controls-autoplay {
margin-bottom: 50px;
border: 1px solid #f5f5f5;
}
/* Styling Next and Prev buttons */
/*style-1*/
.content-slider-with-controls .owl-buttons,
.content-slider-with-controls-autoplay .owl-buttons {
width: 100%;
height: 0;
position: absolute;
top: 50%;
margin-top: -15px;
z-index: 10;
}
.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
display: inline-block;
font-size: 14px;
position: absolute;
text-transform: capitalize;
font-weight: 300;
color: transparent;
background: rgba(0, 0, 0, 0.5);
padding: 5px 5px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.content-slider-with-controls .owl-buttons div:after,
.content-slider-with-controls-autoplay .owl-buttons div:after {
font-family: "FontAwesome";
position: absolute;
font-size: 16px;
line-height: 1;
top: 50%;
margin-top: -8px;
}
.content-slider-with-controls .owl-buttons .owl-prev,
.content-slider-with-controls-autoplay .owl-buttons .owl-prev {
left: 0;
padding-left: 0px;
}
.content-slider-with-controls .owl-buttons .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-buttons .owl-prev:hover {
padding-left: 25px;
padding-right: 10px;
color: #ffffff;
}
.content-slider-with-controls .owl-buttons .owl-prev:after,
.content-slider-with-controls-autoplay .owl-buttons .owl-prev:after {
content: "\f104";
left: 13px;
color: #ffffff;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.content-slider-with-controls .owl-buttons .owl-prev:hover:after,
.content-slider-with-controls-autoplay .owl-buttons .owl-prev:hover:after {
left: 8px;
}
.content-slider-with-controls .owl-buttons .owl-next,
.content-slider-with-controls-autoplay .owl-buttons .owl-next {
right: 0px;
left: auto;
padding-right: 0px;
}
.content-slider-with-controls .owl-buttons .owl-next:hover,
.content-slider-with-controls-autoplay .owl-buttons .owl-next:hover {
padding-right: 25px;
padding-left: 10px;
color: #ffffff;
}
.content-slider-with-controls .owl-buttons .owl-next:after,
.content-slider-with-controls-autoplay .owl-buttons .owl-next:after {
content: "\f105";
right: 13px;
color: #ffffff;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.content-slider-with-controls .owl-buttons .owl-next:hover:after,
.content-slider-with-controls-autoplay .owl-buttons .owl-next:hover:after {
right: 8px;
}
/*style-2*/
.content-slider-with-large-controls .owl-buttons,
.content-slider-with-large-controls-autoplay .owl-buttons {
width: 100%;
height: 0;
position: absolute;
top: 50%;
}
.container .content-slider-with-large-controls .owl-buttons,
.container .content-slider-with-large-controls-autoplay .owl-buttons {
top: auto;
bottom: -10px;
}
.content-slider-with-large-controls .owl-buttons div,
.content-slider-with-large-controls-autoplay .owl-buttons div {
display: inline-block;
font-size: 18px;
position: absolute;
text-transform: capitalize;
font-weight: 300;
color: #cdcdcd;
}
.content-slider-with-large-controls .owl-buttons div:after,
.content-slider-with-large-controls-autoplay .owl-buttons div:after {
font-family: "FontAwesome";
position: absolute;
font-size: 16px;
line-height: 1;
top: 50%;
margin-top: -8px;
}
.content-slider-with-large-controls .owl-buttons .owl-prev,
.content-slider-with-large-controls-autoplay .owl-buttons .owl-prev {
left: 0;
padding-left: 30px;
}
.content-slider-with-large-controls .owl-buttons .owl-prev:after,
.content-slider-with-large-controls-autoplay .owl-buttons .owl-prev:after {
content: "\f104";
left: 15px;
color: #09afdf;
}
.content-slider-with-large-controls .owl-buttons .owl-next,
.content-slider-with-large-controls-autoplay .owl-buttons .owl-next {
right: 0px;
left: auto;
padding-right: 30px;
}
.content-slider-with-large-controls .owl-buttons .owl-next:after,
.content-slider-with-large-controls-autoplay .owl-buttons .owl-next:after {
content: "\f105";
right: 15px;
color: #09afdf;
}
.container .content-slider-with-large-controls .owl-buttons .owl-prev,
.container .content-slider-with-large-controls-autoplay .owl-buttons .owl-prev {
padding-left: 15px;
}
.container .content-slider-with-large-controls .owl-buttons .owl-prev:after,
.container .content-slider-with-large-controls-autoplay .owl-buttons .owl-prev:after {
left: 0px;
}
.container .content-slider-with-large-controls .owl-buttons .owl-next,
.container .content-slider-with-large-controls-autoplay .owl-buttons .owl-next {
padding-right: 15px;
}
.container .content-slider-with-large-controls .owl-buttons .owl-next:after,
.container .content-slider-with-large-controls-autoplay .owl-buttons .owl-next:after {
right: 0px;
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (max-width: 1199px) {
.content-slider-with-large-controls .owl-buttons,
.content-slider-with-large-controls-autoplay .owl-buttons {
top: 98%;
}
}
.buttons-hide .owl-buttons {
display: none;
}
/* Styling Pagination*/
.owl-pagination,
.owl-pagination {
position: absolute;
bottom: 0px;
text-align: center;
width: 100%;
z-index: 10;
}
.owl-controls .owl-page,
.owl-controls .owl-page {
display: inline-block;
zoom: 1;
}
.owl-controls .owl-page span,
.owl-controls .owl-page span {
display: block;
width: 9px;
height: 9px;
margin: 5px 3px;
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #ffffff;
}
.dark-controls .owl-controls .owl-page span,
.dark-controls .owl-controls .owl-page span {
background: #333;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span,
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
opacity: 1;
filter: alpha(opacity=100);
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.owl-controls .owl-page span,
.owl-controls .owl-page span {
background: #000000;
}
}
/* 10 Full Page
----------------------------------------------------------------------------- */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
background: rgba(9, 175, 223, 0.8);
}
#fp-nav ul li .fp-tooltip {
background-color: #fff;
color: #454545;
padding: 0 15px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
top: -4px;
overflow: visible;
}
#fp-nav ul li .fp-tooltip.right {
right: 30px;
}
#fp-nav ul li .fp-tooltip:after {
content: "\f0da";
font-family: "FontAwesome";
position: absolute;
right: -8px;
top: 50%;
font-size: 30px;
line-height: 20px;
margin-top: -9px;
color: #fff;
}
/*# sourceMappingURL=style.css.map */ | 0.209631 | 0.05175 |
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 16px;
margin: 0 auto; }
ul li {
list-style: none; }
button {
background: #fff;
border: 0;
color: #468028;
padding: 0.35rem 0.35rem 0.2rem;
-webkit-appearance: none; }
a {
color: #468028;
text-decoration: none; }
.inactive {
opacity: 0;
z-index: -3000; }
.active {
opacity: 1;
z-index: 3000; }
.svgIcon.use {
display: none;
height: 0;
position: absolute;
width: 0; }
.controls {
color: #468028;
position: fixed;
right: 0;
top: 0;
width: 100%; }
.controls ul li {
display: inline-block; }
.controls .links {
background-color: #fff;
height: inherit;
list-style-type: none;
margin: 0;
position: relative;
padding: 0.125rem;
text-align: center; }
.controls .links .icon {
display: inline-block;
color: #468028;
fill: #468028;
height: 1.5rem;
width: 1.5rem; }
.controls .links .icon.inactive-icon {
display: none;
height: 0;
width: 0; }
.controls .links .setting-text {
display: none;
position: relative;
text-transform: uppercase;
top: -0.4rem; }
@media screen and (min-width: 30rem) {
.controls .links .setting-text {
display: inline-block;
font-size: 0.9rem;
letter-spacing: 0.07rem; } }
.controls .links .setting-text.contents {
top: -0.55rem; }
@media screen and (min-width: 30rem) {
.controls .links .setting-text.contents {
display: inline-block;
position: relative;
top: -0.35rem; } }
.controls .links.top {
background-color: #fff;
border-bottom: 0.0625rem solid #d0d0d0;
height: 2.9rem;
padding: 0.5rem 0 0; }
.controls .links.top.inactive {
transition: opacity 100ms cubic-bezier(0.32, 0.76, 1, 1.01); }
.controls .links.top.active {
transition: opacity 100ms cubic-bezier(0, 0.03, 0.63, 0.99); }
.controls .links.top > li:nth-child(1) {
position: relative;
text-align: left;
right: 0;
margin: 0 65vw 0 0; }
@media (min-width: 30rem) {
.controls .links.top > li:nth-child(1) {
margin-right: 25vw; } }
@media (min-width: 60rem) {
.controls .links.top > li:nth-child(1) {
margin-right: 60vw; } }
@media (min-width: 87.5rem) {
.controls .links.top > li:nth-child(1) {
margin-right: 73vw; } }
@media screen and (min-width: 30rem) {
.controls .links.top > li:nth-child(1) {
background-color: #fff;
display: inline-block;
margin-top: 0.175rem;
margin-left: 0.625rem;
padding: 0.5rem 0.35rem 0.3rem; }
.controls .links.top > li:nth-child(1) a[rel="up"] {
display: inline-block; }
.controls .links.top > li:nth-child(1) .icon {
height: 1.25rem;
width: 1.25rem; }
.controls .links.top > li:nth-child(1) span {
display: inline-block;
top: -0.3rem; } }
.controls .links.bottom {
background-color: #f9f9f9;
border-top: 0.16rem solid #468028;
bottom: 0;
height: 2.2rem;
padding-top: 0.625rem;
position: fixed;
width: 100%; }
.controls .links.bottom.inactive {
height: 0; }
@media (min-width: 30rem) {
.controls .links.bottom {
padding-top: 0; } }
.controls .links.bottom li {
border: 0;
float: none;
padding: 0; }
@media screen and (min-width: 30rem) {
.controls .links.bottom li:nth-child(1) {
float: left; }
.controls .links.bottom li:nth-child(3) {
float: right; } }
.controls .links.bottom li[aria-label="chapters"] {
margin: 0 20%;
position: relative;
top: -0.34rem;
text-align: center; }
@media screen and (min-width: 30rem) {
.controls .links.bottom li[aria-label="chapters"] {
display: none; } }
@media screen and (min-width: 30rem) {
.controls .links.bottom {
background: #fff; } }
.controls .links.bottom .icon {
height: 1.5rem;
width: 1.5rem; }
@media screen and (min-width: 30rem) {
.controls .links.bottom .icon {
position: relative;
top: 0.375rem; } }
.controls .links.bottom .chapter-control {
display: none; }
@media screen and (min-width: 30rem) {
.controls .links.bottom .chapter-control {
display: inline-block; } }
.loading {
background-color: #f9f9f9;
border: 0.0625rem solid #468028;
border-radius: 0.3125rem;
color: #468028;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
height: 2.5rem;
left: calc(50% - 6.25rem);
padding-top: 1.25rem;
position: fixed;
text-align: center;
top: calc(50% - 6.25rem);
width: 12.5rem; }
.error {
background-color: rgba(255, 255, 255, 0.875);
color: #d0343a;
height: 100%;
padding-top: 40vh;
position: fixed;
text-align: center;
width: 100%; }
.error span {
display: block;
margin-bottom: 0.75rem; }
.error button {
color: #d0343a;
border: 0.125rem solid #d0343a;
border-radius: 0.3125rem;
font-size: 1rem;
font-weight: 700;
padding: 1.4rem; }
.controls-view {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 16px;
height: calc(100% - 2rem);
left: 0;
position: fixed;
top: 3rem;
width: 100%;
-webkit-overflow-scrolling: touch;
text-align: left; }
.controls-view .disabled {
background-color: #1c3210; }
.controls-view.inactive {
transition: opacity 300ms cubic-bezier(0, 0.03, 0.63, 0.99);
height: 0; }
.controls-view.active {
transition: opacity 300ms cubic-bezier(0, 0.03, 0.63, 0.99); }
.controls-view > ul {
padding-bottom: 1rem; }
.info {
color: #373737;
margin: 0 1.5rem;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap; }
.info.top {
line-height: 3; }
.info.bottom {
line-height: 2; }
.info .chapter-position,
.info .chapter-title {
font-size: 0.85rem; }
iframe.left-hover {
background: linear-gradient(to right, rgba(157, 157, 157, 0.1), rgba(157, 157, 157, 0.1) 28%, #fff 30%, #fff); }
iframe.right-hover {
background: linear-gradient(to left, rgba(157, 157, 157, 0.1), rgba(157, 157, 157, 0.1) 28%, #fff 30%, #fff); }
.scrolling-suggestion {
position: absolute;
left: -10000px;
top: auto;
width: 0.0625rem;
height: 0.0625rem;
overflow: hidden;
background-color: #fff;
margin: 0.3125rem;
padding: 0.3125rem 0.625rem;
z-index: 4000; }
.scrolling-suggestion:focus {
left: auto;
width: auto;
height: auto;
overflow: visible;
top: 0.3125rem; }
.contents-view {
background-color: #fff;
overflow: scroll;
top: 3.2rem; }
.contents-view ul li {
margin-top: 0;
width: 88%; }
.contents-view ul li a {
color: #373737;
border-bottom: 1px solid #cccccc;
display: block;
padding: 1rem;
text-decoration: none;
width: 100%; }
@media screen and (min-width: 60rem) {
.contents-view ul li a:hover {
background: #373737;
color: #fff; } }
.contents-view ul li a.active {
background: #9d9d9d;
color: #111; }
.contents-view ul li a.active:hover {
background: #111;
color: #9d9d9d; }
.settings-view {
overflow: hidden; }
.settings-view > .settings-menu {
background-color: #fff;
border-bottom: 0.0625rem solid #d0d0d0;
box-shadow: 0 0 4px 1px rgba(208, 208, 208, 0.5);
left: 0;
margin: 0.25rem 0 0;
padding: 0 1rem;
position: relative;
width: 100%; }
@media screen and (min-width: 30rem) {
.settings-view > .settings-menu {
height: 3.5rem; } }
@media (min-width: 60rem) {
.settings-view > .settings-menu {
width: 100%; } }
.settings-view > .settings-menu button {
border: 0.0625rem solid #468028;
border-radius: 0.375rem;
font-size: 0.75rem;
letter-spacing: 0.07rem;
padding: 0.35rem;
text-transform: uppercase; }
@media (min-width: 60rem) {
.settings-view > .settings-menu button {
width: auto; } }
.settings-view > .settings-menu button svg.checkedIcon {
color: #fff;
display: none;
fill: #fff;
height: 0.9rem;
width: 0.5875rem; }
.settings-view > .settings-menu button.active {
color: #fff;
background-color: #468028; }
.settings-view > .settings-menu button.active svg.checkedIcon {
display: inline-block;
margin: 0 0 0 0.5rem;
position: relative;
top: -0.01rem;
vertical-align: text-bottom; }
.settings-view > .settings-menu > li {
border: 0;
color: #373737;
display: inline-block;
margin: 0.5rem 0.3rem 0.5rem 0;
padding: 0;
text-align: center;
vertical-align: text-bottom;
width: 100%; }
@media screen and (min-width: 30rem) {
.settings-view > .settings-menu > li {
margin: 0.7rem 0.3rem 0.5rem 0; } }
@media (min-width: 60rem) {
.settings-view > .settings-menu > li {
display: inline-block;
margin-right: 1%; } }
@media screen and (min-width: 30rem) {
.settings-view > .settings-menu > li:nth-child(1) {
width: 45%;
margin-left: 20%;
text-align: right; } }
@media screen and (min-width: 60rem) {
.settings-view > .settings-menu > li:nth-child(1) {
margin-left: 0;
width: 85vw;
text-align: right; } }
@media screen and (min-width: 87.5rem) {
.settings-view > .settings-menu > li:nth-child(1) {
width: 89.75vw; } }
@media screen and (min-width: 30rem) {
.settings-view > .settings-menu > li:nth-child(2) {
width: 20%;
position: relative;
text-align: left;
top: 0.2rem; }
.settings-view > .settings-menu > li:nth-child(2) .settings-options {
padding-top: 0.15rem; }
.settings-view > .settings-menu > li:nth-child(2) .font-size-label {
top: -0.17rem; } }
@media screen and (min-width: 60rem) {
.settings-view > .settings-menu > li:nth-child(2) {
width: auto;
text-align: right; } }
.settings-view > .settings-menu > li:nth-child(3) {
display: none;
margin-right: 0; }
.settings-view > .settings-menu .settings-options {
padding-left: 0; }
@media (min-width: 60rem) {
.settings-view > .settings-menu .settings-options {
width: 100%; } }
.settings-view > .settings-menu .settings-options li {
border: 0;
display: inline-block;
margin: 0;
width: auto; }
.settings-view > .settings-menu .settings-options .reading-style:nth-child(2) {
margin-left: -0.7rem; }
.settings-view > .settings-menu .settings-options .font-setting {
vertical-align: text-bottom; }
.settings-view > .settings-menu .settings-options button.columns-paginated-view {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
padding-left: 0.75rem;
padding-right: 0.75rem; }
.settings-view > .settings-menu .settings-options button.scrolling-book-view {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
padding-left: 0.55rem; }
.settings-view > .settings-menu .settings-options .icon {
color: #468028;
fill: #468028;
height: 1.75rem;
width: 1.75rem; }
@media (min-width: 30rem) {
.settings-view > .settings-menu .settings-options .icon {
height: 1.5rem;
width: 1.5rem; } }
.settings-view > .settings-menu .settings-options .font-size-label {
color: #468028;
font-size: 1.5rem;
position: relative;
top: -0.17rem;
margin: auto 0.4rem; }
.settings-view > .settings-menu .settings-options button.increase,
.settings-view > .settings-menu .settings-options button.decrease {
background-color: #fff;
border: 0;
padding: 0; }
.settings-view > .settings-menu .settings-options button.increase {
margin-left: 0.25vw; }
.settings-view > .settings-menu .settings-options button.decrease {
margin-right: 0.25vw; }
/*# sourceMappingURL=main.css.map */ | reader-NYPL/main.css | body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 16px;
margin: 0 auto; }
ul li {
list-style: none; }
button {
background: #fff;
border: 0;
color: #468028;
padding: 0.35rem 0.35rem 0.2rem;
-webkit-appearance: none; }
a {
color: #468028;
text-decoration: none; }
.inactive {
opacity: 0;
z-index: -3000; }
.active {
opacity: 1;
z-index: 3000; }
.svgIcon.use {
display: none;
height: 0;
position: absolute;
width: 0; }
.controls {
color: #468028;
position: fixed;
right: 0;
top: 0;
width: 100%; }
.controls ul li {
display: inline-block; }
.controls .links {
background-color: #fff;
height: inherit;
list-style-type: none;
margin: 0;
position: relative;
padding: 0.125rem;
text-align: center; }
.controls .links .icon {
display: inline-block;
color: #468028;
fill: #468028;
height: 1.5rem;
width: 1.5rem; }
.controls .links .icon.inactive-icon {
display: none;
height: 0;
width: 0; }
.controls .links .setting-text {
display: none;
position: relative;
text-transform: uppercase;
top: -0.4rem; }
@media screen and (min-width: 30rem) {
.controls .links .setting-text {
display: inline-block;
font-size: 0.9rem;
letter-spacing: 0.07rem; } }
.controls .links .setting-text.contents {
top: -0.55rem; }
@media screen and (min-width: 30rem) {
.controls .links .setting-text.contents {
display: inline-block;
position: relative;
top: -0.35rem; } }
.controls .links.top {
background-color: #fff;
border-bottom: 0.0625rem solid #d0d0d0;
height: 2.9rem;
padding: 0.5rem 0 0; }
.controls .links.top.inactive {
transition: opacity 100ms cubic-bezier(0.32, 0.76, 1, 1.01); }
.controls .links.top.active {
transition: opacity 100ms cubic-bezier(0, 0.03, 0.63, 0.99); }
.controls .links.top > li:nth-child(1) {
position: relative;
text-align: left;
right: 0;
margin: 0 65vw 0 0; }
@media (min-width: 30rem) {
.controls .links.top > li:nth-child(1) {
margin-right: 25vw; } }
@media (min-width: 60rem) {
.controls .links.top > li:nth-child(1) {
margin-right: 60vw; } }
@media (min-width: 87.5rem) {
.controls .links.top > li:nth-child(1) {
margin-right: 73vw; } }
@media screen and (min-width: 30rem) {
.controls .links.top > li:nth-child(1) {
background-color: #fff;
display: inline-block;
margin-top: 0.175rem;
margin-left: 0.625rem;
padding: 0.5rem 0.35rem 0.3rem; }
.controls .links.top > li:nth-child(1) a[rel="up"] {
display: inline-block; }
.controls .links.top > li:nth-child(1) .icon {
height: 1.25rem;
width: 1.25rem; }
.controls .links.top > li:nth-child(1) span {
display: inline-block;
top: -0.3rem; } }
.controls .links.bottom {
background-color: #f9f9f9;
border-top: 0.16rem solid #468028;
bottom: 0;
height: 2.2rem;
padding-top: 0.625rem;
position: fixed;
width: 100%; }
.controls .links.bottom.inactive {
height: 0; }
@media (min-width: 30rem) {
.controls .links.bottom {
padding-top: 0; } }
.controls .links.bottom li {
border: 0;
float: none;
padding: 0; }
@media screen and (min-width: 30rem) {
.controls .links.bottom li:nth-child(1) {
float: left; }
.controls .links.bottom li:nth-child(3) {
float: right; } }
.controls .links.bottom li[aria-label="chapters"] {
margin: 0 20%;
position: relative;
top: -0.34rem;
text-align: center; }
@media screen and (min-width: 30rem) {
.controls .links.bottom li[aria-label="chapters"] {
display: none; } }
@media screen and (min-width: 30rem) {
.controls .links.bottom {
background: #fff; } }
.controls .links.bottom .icon {
height: 1.5rem;
width: 1.5rem; }
@media screen and (min-width: 30rem) {
.controls .links.bottom .icon {
position: relative;
top: 0.375rem; } }
.controls .links.bottom .chapter-control {
display: none; }
@media screen and (min-width: 30rem) {
.controls .links.bottom .chapter-control {
display: inline-block; } }
.loading {
background-color: #f9f9f9;
border: 0.0625rem solid #468028;
border-radius: 0.3125rem;
color: #468028;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
height: 2.5rem;
left: calc(50% - 6.25rem);
padding-top: 1.25rem;
position: fixed;
text-align: center;
top: calc(50% - 6.25rem);
width: 12.5rem; }
.error {
background-color: rgba(255, 255, 255, 0.875);
color: #d0343a;
height: 100%;
padding-top: 40vh;
position: fixed;
text-align: center;
width: 100%; }
.error span {
display: block;
margin-bottom: 0.75rem; }
.error button {
color: #d0343a;
border: 0.125rem solid #d0343a;
border-radius: 0.3125rem;
font-size: 1rem;
font-weight: 700;
padding: 1.4rem; }
.controls-view {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 16px;
height: calc(100% - 2rem);
left: 0;
position: fixed;
top: 3rem;
width: 100%;
-webkit-overflow-scrolling: touch;
text-align: left; }
.controls-view .disabled {
background-color: #1c3210; }
.controls-view.inactive {
transition: opacity 300ms cubic-bezier(0, 0.03, 0.63, 0.99);
height: 0; }
.controls-view.active {
transition: opacity 300ms cubic-bezier(0, 0.03, 0.63, 0.99); }
.controls-view > ul {
padding-bottom: 1rem; }
.info {
color: #373737;
margin: 0 1.5rem;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap; }
.info.top {
line-height: 3; }
.info.bottom {
line-height: 2; }
.info .chapter-position,
.info .chapter-title {
font-size: 0.85rem; }
iframe.left-hover {
background: linear-gradient(to right, rgba(157, 157, 157, 0.1), rgba(157, 157, 157, 0.1) 28%, #fff 30%, #fff); }
iframe.right-hover {
background: linear-gradient(to left, rgba(157, 157, 157, 0.1), rgba(157, 157, 157, 0.1) 28%, #fff 30%, #fff); }
.scrolling-suggestion {
position: absolute;
left: -10000px;
top: auto;
width: 0.0625rem;
height: 0.0625rem;
overflow: hidden;
background-color: #fff;
margin: 0.3125rem;
padding: 0.3125rem 0.625rem;
z-index: 4000; }
.scrolling-suggestion:focus {
left: auto;
width: auto;
height: auto;
overflow: visible;
top: 0.3125rem; }
.contents-view {
background-color: #fff;
overflow: scroll;
top: 3.2rem; }
.contents-view ul li {
margin-top: 0;
width: 88%; }
.contents-view ul li a {
color: #373737;
border-bottom: 1px solid #cccccc;
display: block;
padding: 1rem;
text-decoration: none;
width: 100%; }
@media screen and (min-width: 60rem) {
.contents-view ul li a:hover {
background: #373737;
color: #fff; } }
.contents-view ul li a.active {
background: #9d9d9d;
color: #111; }
.contents-view ul li a.active:hover {
background: #111;
color: #9d9d9d; }
.settings-view {
overflow: hidden; }
.settings-view > .settings-menu {
background-color: #fff;
border-bottom: 0.0625rem solid #d0d0d0;
box-shadow: 0 0 4px 1px rgba(208, 208, 208, 0.5);
left: 0;
margin: 0.25rem 0 0;
padding: 0 1rem;
position: relative;
width: 100%; }
@media screen and (min-width: 30rem) {
.settings-view > .settings-menu {
height: 3.5rem; } }
@media (min-width: 60rem) {
.settings-view > .settings-menu {
width: 100%; } }
.settings-view > .settings-menu button {
border: 0.0625rem solid #468028;
border-radius: 0.375rem;
font-size: 0.75rem;
letter-spacing: 0.07rem;
padding: 0.35rem;
text-transform: uppercase; }
@media (min-width: 60rem) {
.settings-view > .settings-menu button {
width: auto; } }
.settings-view > .settings-menu button svg.checkedIcon {
color: #fff;
display: none;
fill: #fff;
height: 0.9rem;
width: 0.5875rem; }
.settings-view > .settings-menu button.active {
color: #fff;
background-color: #468028; }
.settings-view > .settings-menu button.active svg.checkedIcon {
display: inline-block;
margin: 0 0 0 0.5rem;
position: relative;
top: -0.01rem;
vertical-align: text-bottom; }
.settings-view > .settings-menu > li {
border: 0;
color: #373737;
display: inline-block;
margin: 0.5rem 0.3rem 0.5rem 0;
padding: 0;
text-align: center;
vertical-align: text-bottom;
width: 100%; }
@media screen and (min-width: 30rem) {
.settings-view > .settings-menu > li {
margin: 0.7rem 0.3rem 0.5rem 0; } }
@media (min-width: 60rem) {
.settings-view > .settings-menu > li {
display: inline-block;
margin-right: 1%; } }
@media screen and (min-width: 30rem) {
.settings-view > .settings-menu > li:nth-child(1) {
width: 45%;
margin-left: 20%;
text-align: right; } }
@media screen and (min-width: 60rem) {
.settings-view > .settings-menu > li:nth-child(1) {
margin-left: 0;
width: 85vw;
text-align: right; } }
@media screen and (min-width: 87.5rem) {
.settings-view > .settings-menu > li:nth-child(1) {
width: 89.75vw; } }
@media screen and (min-width: 30rem) {
.settings-view > .settings-menu > li:nth-child(2) {
width: 20%;
position: relative;
text-align: left;
top: 0.2rem; }
.settings-view > .settings-menu > li:nth-child(2) .settings-options {
padding-top: 0.15rem; }
.settings-view > .settings-menu > li:nth-child(2) .font-size-label {
top: -0.17rem; } }
@media screen and (min-width: 60rem) {
.settings-view > .settings-menu > li:nth-child(2) {
width: auto;
text-align: right; } }
.settings-view > .settings-menu > li:nth-child(3) {
display: none;
margin-right: 0; }
.settings-view > .settings-menu .settings-options {
padding-left: 0; }
@media (min-width: 60rem) {
.settings-view > .settings-menu .settings-options {
width: 100%; } }
.settings-view > .settings-menu .settings-options li {
border: 0;
display: inline-block;
margin: 0;
width: auto; }
.settings-view > .settings-menu .settings-options .reading-style:nth-child(2) {
margin-left: -0.7rem; }
.settings-view > .settings-menu .settings-options .font-setting {
vertical-align: text-bottom; }
.settings-view > .settings-menu .settings-options button.columns-paginated-view {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
padding-left: 0.75rem;
padding-right: 0.75rem; }
.settings-view > .settings-menu .settings-options button.scrolling-book-view {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
padding-left: 0.55rem; }
.settings-view > .settings-menu .settings-options .icon {
color: #468028;
fill: #468028;
height: 1.75rem;
width: 1.75rem; }
@media (min-width: 30rem) {
.settings-view > .settings-menu .settings-options .icon {
height: 1.5rem;
width: 1.5rem; } }
.settings-view > .settings-menu .settings-options .font-size-label {
color: #468028;
font-size: 1.5rem;
position: relative;
top: -0.17rem;
margin: auto 0.4rem; }
.settings-view > .settings-menu .settings-options button.increase,
.settings-view > .settings-menu .settings-options button.decrease {
background-color: #fff;
border: 0;
padding: 0; }
.settings-view > .settings-menu .settings-options button.increase {
margin-left: 0.25vw; }
.settings-view > .settings-menu .settings-options button.decrease {
margin-right: 0.25vw; }
/*# sourceMappingURL=main.css.map */ | 0.51562 | 0.060032 |
.section-team .row {margin-left: 0;margin-right: 0;}
.section-team [class*="col-"] {padding-left: 0;padding-right: 0;}
.team p {font-size: 1rem;}
.team .team-img img {width: 100%;}
.team .team-img figure.he-3 {background:none;}
.team .team-img figure.he-3 .img-front, .team .team-img figure.he-3 .img-back {-webkit-backface-visibility: hidden; backface-visibility: hidden;}
.team .team-img.chef-img figure {background:none;}
.team .team-info {text-align: center;}
.team .team-info .team-name {padding-top: 0.2rem;font-size: 20px;font-weight: 400;color: #000;letter-spacing: 1px;-webkit-font-smoothing: subpixel-antialiased;}
.team .team-info .team-job {font-family: 'Satisfy','Open Sans', arial;font-size: 16px;margin-top: 5px; color:#999; padding-top: 0;padding-bottom: 1.3rem;}
.team .team-info .team-social {padding-top: 1rem;}
.team {position: relative;margin: auto;}
.team .team-img {max-width: 450px;margin: auto;}
.team figure img {-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.team figure .img-back {position: absolute;width: 100%;top:0;}
.team figure .img-back, .team figure:hover .img-front {opacity: 0;visibility: hidden;}
.team figure .img-front {opacity: 1;visibility: visible;}
.team figure:hover .img-back {opacity: 0.6;visibility: visible;}
/* Image Side / Text Side */
.team.team-aside {position: relative;display: table;height: 100%;margin-bottom: -1px;}
.team.team-aside .team-img {display: table-cell;width: 50%;}
.team.team-aside .team-info {color:rgba(0,0,0,0.6);display: table-cell;height: 100%;width: 50%;vertical-align: top;padding: 1rem;overflow: hidden;}
.team.team-aside .team-info .team-name {padding-top: 0;}
.team.team-aside.team-left .team-info {text-align: left;padding-right: 1rem; position: relative;}
.team.team-aside.team-right .team-info {text-align: right;padding-left: 1rem; position: relative;}
.team.team-aside.team-right .team-social {left:auto;right:1rem;}
.team.team-aside .team-info .team-social {position: absolute;bottom: 0;left:1rem;}
/* Dark Style */
.team.team-dark p {color:rgba(255,255,255,0.8);}
.team.team-dark, .section-dark .team {color:#fff;}
.team.team-dark .team-info, .section-dark .team-info {color:rgba(255,255,255,0.6);}
.team.team-dark .team-info .team-name, .section-dark .team-info .team-name {color:#fff;}
.team.team-dark .icon-line a, .section-dark .icon-line a{border:1px solid #3C3C3C; color:#C9C9C9 !important;}
@media (max-width: 550px){
.team .team-img {max-width: 550px;}
.team.team-aside, .team.team-aside .team-img, .team.team-aside .team-info {display:block;width: 100%;}
.team.team-aside .team-info .team-social {position: relative;display: block;float: right;margin-top: 1rem;margin-right: 1rem;}
} | client/assets/css/team.css | .section-team .row {margin-left: 0;margin-right: 0;}
.section-team [class*="col-"] {padding-left: 0;padding-right: 0;}
.team p {font-size: 1rem;}
.team .team-img img {width: 100%;}
.team .team-img figure.he-3 {background:none;}
.team .team-img figure.he-3 .img-front, .team .team-img figure.he-3 .img-back {-webkit-backface-visibility: hidden; backface-visibility: hidden;}
.team .team-img.chef-img figure {background:none;}
.team .team-info {text-align: center;}
.team .team-info .team-name {padding-top: 0.2rem;font-size: 20px;font-weight: 400;color: #000;letter-spacing: 1px;-webkit-font-smoothing: subpixel-antialiased;}
.team .team-info .team-job {font-family: 'Satisfy','Open Sans', arial;font-size: 16px;margin-top: 5px; color:#999; padding-top: 0;padding-bottom: 1.3rem;}
.team .team-info .team-social {padding-top: 1rem;}
.team {position: relative;margin: auto;}
.team .team-img {max-width: 450px;margin: auto;}
.team figure img {-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.team figure .img-back {position: absolute;width: 100%;top:0;}
.team figure .img-back, .team figure:hover .img-front {opacity: 0;visibility: hidden;}
.team figure .img-front {opacity: 1;visibility: visible;}
.team figure:hover .img-back {opacity: 0.6;visibility: visible;}
/* Image Side / Text Side */
.team.team-aside {position: relative;display: table;height: 100%;margin-bottom: -1px;}
.team.team-aside .team-img {display: table-cell;width: 50%;}
.team.team-aside .team-info {color:rgba(0,0,0,0.6);display: table-cell;height: 100%;width: 50%;vertical-align: top;padding: 1rem;overflow: hidden;}
.team.team-aside .team-info .team-name {padding-top: 0;}
.team.team-aside.team-left .team-info {text-align: left;padding-right: 1rem; position: relative;}
.team.team-aside.team-right .team-info {text-align: right;padding-left: 1rem; position: relative;}
.team.team-aside.team-right .team-social {left:auto;right:1rem;}
.team.team-aside .team-info .team-social {position: absolute;bottom: 0;left:1rem;}
/* Dark Style */
.team.team-dark p {color:rgba(255,255,255,0.8);}
.team.team-dark, .section-dark .team {color:#fff;}
.team.team-dark .team-info, .section-dark .team-info {color:rgba(255,255,255,0.6);}
.team.team-dark .team-info .team-name, .section-dark .team-info .team-name {color:#fff;}
.team.team-dark .icon-line a, .section-dark .icon-line a{border:1px solid #3C3C3C; color:#C9C9C9 !important;}
@media (max-width: 550px){
.team .team-img {max-width: 550px;}
.team.team-aside, .team.team-aside .team-img, .team.team-aside .team-info {display:block;width: 100%;}
.team.team-aside .team-info .team-social {position: relative;display: block;float: right;margin-top: 1rem;margin-right: 1rem;}
} | 0.354321 | 0.085748 |
.representation {
display: block;
margin: auto;
max-width: 95%;
background-color: white;
border: 1px solid rgba(0, 128, 128, 0.33);
box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, 0.5);
margin-bottom: 200px;
}
/* colors of boxes */
.ui.grid>.red.column,
.ui.grid>.red.row,
.ui.grid>.row>.red.column {
background-color: rgba(255, 0, 0, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.orange.column,
.ui.grid>.orange.row,
.ui.grid>.row>.orange.column {
background-color: rgba(255, 162, 0, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.yellow.column,
.ui.grid>.yellow.row,
.ui.grid>.row>.yellow.column {
background-color: rgba(255, 255, 0, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.olive.column,
.ui.grid>.olive.row,
.ui.grid>.row>.olive.column {
background-color: rgba(128, 128, 0, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.green.column,
.ui.grid>.green.row,
.ui.grid>.row.green.column {
background-color: rgba(0, 128, 0, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.blue.column,
.ui.grid>.blue.row,
.ui.grid>.row>.blue.column {
background-color: rgba(0, 0, 255, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.violet.column,
.ui.grid>.violet.row,
.ui.grid>.row>.violet.column {
background-color: rgba(238, 130, 238, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.purple.column,
.ui.grid>.purple.row,
.ui.grid>.row>.purple.column {
background-color: rgba(128, 0, 128, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.pink.column,
.ui.grid>.pink.row,
.ui.grid>.row>.pink.column {
background-color: rgba(255, 192, 204, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.brown.column,
.ui.grid>.brown.row,
.ui.grid>.row>.brown.column {
background-color: rgba(165, 42, 42, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.black.column,
.ui.grid>.black.row,
.ui.grid>.row>.black.column {
background-color: rgba(0, 0, 0, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
/* don't get too wide on wide viewports */
@media (min-width: 1400px) {
.representation {
max-width: 1200px;
}
}
/* mobile */
@media (max-width: 768px) {
.representation {
box-shadow: none;
max-width: 100%;
max-height: 60%;
width: 100%;
margin-bottom: 20px;
}
} | src/scenes/Layout/components/Representation/representation.css | .representation {
display: block;
margin: auto;
max-width: 95%;
background-color: white;
border: 1px solid rgba(0, 128, 128, 0.33);
box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, 0.5);
margin-bottom: 200px;
}
/* colors of boxes */
.ui.grid>.red.column,
.ui.grid>.red.row,
.ui.grid>.row>.red.column {
background-color: rgba(255, 0, 0, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.orange.column,
.ui.grid>.orange.row,
.ui.grid>.row>.orange.column {
background-color: rgba(255, 162, 0, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.yellow.column,
.ui.grid>.yellow.row,
.ui.grid>.row>.yellow.column {
background-color: rgba(255, 255, 0, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.olive.column,
.ui.grid>.olive.row,
.ui.grid>.row>.olive.column {
background-color: rgba(128, 128, 0, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.green.column,
.ui.grid>.green.row,
.ui.grid>.row.green.column {
background-color: rgba(0, 128, 0, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.blue.column,
.ui.grid>.blue.row,
.ui.grid>.row>.blue.column {
background-color: rgba(0, 0, 255, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.violet.column,
.ui.grid>.violet.row,
.ui.grid>.row>.violet.column {
background-color: rgba(238, 130, 238, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.purple.column,
.ui.grid>.purple.row,
.ui.grid>.row>.purple.column {
background-color: rgba(128, 0, 128, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.pink.column,
.ui.grid>.pink.row,
.ui.grid>.row>.pink.column {
background-color: rgba(255, 192, 204, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.brown.column,
.ui.grid>.brown.row,
.ui.grid>.row>.brown.column {
background-color: rgba(165, 42, 42, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
.ui.grid>.black.column,
.ui.grid>.black.row,
.ui.grid>.row>.black.column {
background-color: rgba(0, 0, 0, 0.2) !important;
height: 100%;
margin-top: 0;
-webkit-box-shadow: -1px 0 0 0 #C3C3C4;
box-shadow: -1px 0 0 0 #C4C4C4;
}
/* don't get too wide on wide viewports */
@media (min-width: 1400px) {
.representation {
max-width: 1200px;
}
}
/* mobile */
@media (max-width: 768px) {
.representation {
box-shadow: none;
max-width: 100%;
max-height: 60%;
width: 100%;
margin-bottom: 20px;
}
} | 0.358915 | 0.11479 |
.color-orange {
color: #F7861C;
}
.color-forest {
color: #0A5448;
}
/* lib */
.full-width {
width: 100%;
}
.full-height {
height: 100%;
}
.flex-column {
display: flex;
flex-direction: column;
}
.space-between {
justify-content: space-between;
}
.space-around {
justify-content: space-around;
}
.flex-column-bottom {
display: flex;
flex-direction: column-reverse;
}
.flex-row {
display: flex;
flex-direction: row;
}
.flex-space-between {
justify-content: space-between;
}
.flex-space-around {
justify-content: space-around;
}
.flex-right {
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.flex-left {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.flex-fixed {
flex: none;
}
.flex-basis-auto {
flex-basis: auto;
}
.flex-grow {
flex: 1 1 auto;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-center {
display: flex;
justify-content: center;
align-items: center;
}
.flex-justify-center {
justify-content: center;
}
.flex-align-center {
align-items: center;
}
.flex-self-end {
align-self: flex-end;
}
.flex-self-stretch {
align-self: stretch;
}
.flex-vertical {
flex-direction: column;
}
.z-bump {
z-index: 1;
}
.select-none {
cursor: inherit;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.pointer {
cursor: pointer;
}
.cursor-pointer {
cursor: pointer;
transform-origin: center center;
transition: transform 50ms ease-in-out;
}
.cursor-pointer:hover {
transform: scale(1.1);
}
.cursor-pointer:active {
transform: scale(0.95);
}
.cursor-disabled {
cursor: not-allowed;
}
.margin-bottom-sml {
margin-bottom: 20px;
}
.margin-bottom-med {
margin-bottom: 40px;
}
.margin-right-left {
margin: 0 20px;
}
.bold {
font-weight: bold;
}
.text-transform-uppercase {
text-transform: uppercase;
}
.font-small {
font-size: 12px;
}
.font-medium {
font-size: 1.2em;
}
hr.horizontal-line {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
.hover-white:hover {
background: white;
}
.red-dot {
background: #E91550;
color: white;
border-radius: 10px;
}
.diamond {
transform: rotate(45deg);
background: #038789;
}
.purple-dot {
background: #482cbd;
color: white;
border-radius: 10px;
}
.hollow-diamond {
transform: rotate(45deg);
border: 1px solid #038789;
}
.pending-dot {
background: red;
left: 14px;
top: 14px;
color: white;
border-radius: 10px;
height: 20px;
min-width: 20px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 4px;
z-index: 1;
}
.keyring-label {
z-index: 1;
font-size: 11px;
background: rgba(255,0,0,0.8);
bottom: -47px;
color: white;
border-radius: 10px;
height: 20px;
min-width: 20px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 4px;
}
.ether-balance {
display: flex;
align-items: center;
}
.menu-icon {
display: inline-block;
height: 9px;
min-width: 9px;
margin: 13px;
}
.ether-icon {
background: rgb(0, 163, 68);
border-radius: 20px;
}
.testnet-icon {
background: #2465E1;
}
.drop-menu-item {
display: flex;
align-items: center;
}
.invisible {
visibility: hidden;
}
.one-line-concat {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.critical-error {
text-align: center;
margin-top: 20px;
color: red;
} | ui/app/css/lib.css |
.color-orange {
color: #F7861C;
}
.color-forest {
color: #0A5448;
}
/* lib */
.full-width {
width: 100%;
}
.full-height {
height: 100%;
}
.flex-column {
display: flex;
flex-direction: column;
}
.space-between {
justify-content: space-between;
}
.space-around {
justify-content: space-around;
}
.flex-column-bottom {
display: flex;
flex-direction: column-reverse;
}
.flex-row {
display: flex;
flex-direction: row;
}
.flex-space-between {
justify-content: space-between;
}
.flex-space-around {
justify-content: space-around;
}
.flex-right {
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.flex-left {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.flex-fixed {
flex: none;
}
.flex-basis-auto {
flex-basis: auto;
}
.flex-grow {
flex: 1 1 auto;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-center {
display: flex;
justify-content: center;
align-items: center;
}
.flex-justify-center {
justify-content: center;
}
.flex-align-center {
align-items: center;
}
.flex-self-end {
align-self: flex-end;
}
.flex-self-stretch {
align-self: stretch;
}
.flex-vertical {
flex-direction: column;
}
.z-bump {
z-index: 1;
}
.select-none {
cursor: inherit;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.pointer {
cursor: pointer;
}
.cursor-pointer {
cursor: pointer;
transform-origin: center center;
transition: transform 50ms ease-in-out;
}
.cursor-pointer:hover {
transform: scale(1.1);
}
.cursor-pointer:active {
transform: scale(0.95);
}
.cursor-disabled {
cursor: not-allowed;
}
.margin-bottom-sml {
margin-bottom: 20px;
}
.margin-bottom-med {
margin-bottom: 40px;
}
.margin-right-left {
margin: 0 20px;
}
.bold {
font-weight: bold;
}
.text-transform-uppercase {
text-transform: uppercase;
}
.font-small {
font-size: 12px;
}
.font-medium {
font-size: 1.2em;
}
hr.horizontal-line {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
.hover-white:hover {
background: white;
}
.red-dot {
background: #E91550;
color: white;
border-radius: 10px;
}
.diamond {
transform: rotate(45deg);
background: #038789;
}
.purple-dot {
background: #482cbd;
color: white;
border-radius: 10px;
}
.hollow-diamond {
transform: rotate(45deg);
border: 1px solid #038789;
}
.pending-dot {
background: red;
left: 14px;
top: 14px;
color: white;
border-radius: 10px;
height: 20px;
min-width: 20px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 4px;
z-index: 1;
}
.keyring-label {
z-index: 1;
font-size: 11px;
background: rgba(255,0,0,0.8);
bottom: -47px;
color: white;
border-radius: 10px;
height: 20px;
min-width: 20px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 4px;
}
.ether-balance {
display: flex;
align-items: center;
}
.menu-icon {
display: inline-block;
height: 9px;
min-width: 9px;
margin: 13px;
}
.ether-icon {
background: rgb(0, 163, 68);
border-radius: 20px;
}
.testnet-icon {
background: #2465E1;
}
.drop-menu-item {
display: flex;
align-items: center;
}
.invisible {
visibility: hidden;
}
.one-line-concat {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.critical-error {
text-align: center;
margin-top: 20px;
color: red;
} | 0.50952 | 0.098773 |
@charset "UTF-8";
section { margin: 0px auto; width:1300px; }
/* 공통속성 */
#board_common{ margin : 40px auto 0px auto;}
/* 전체 div */
#board{
margin-left:150px;
width: 1000px;
border-bottom: 4px solid #eee;
padding-bottom:30px;
padding-left:25px;
margin-top:25px;
}
.divcontent {
margin-right:0px;
background-color:#eee;
width:480px;
display:inline-block;
padding-right:2px;
border-radius: 10px;
}
#img_td img{
max-width:90%;
max-height:90%;
border-radius: 7px;
}
#board_table{
text-align:center;
border-radius: 7px;
width:480px;
}
#img_td{
width:200px;
hegiht:200px;
}
#paging_table_div{
padding-left:150px;
}
#paging_table{
width:1000px
}
.board_list{
border-bottom: 2px solid #eee;
padding: 15px;
}
#all_div{
margin: 80px auto 0px auto;
width: 1000px;
border-bottom: 4px solid #eee;
}
/* img, 메뉴 이름, 검색 div */
#menu_left_div{
margin-bottom: 20px;
text-align: left;
flex: 1;
}
#menu{
font-size: 30px;
font-weight: 700;
text-align: left;
}
.bo_btn{
width: 60px;
height: 30px;
border: none;
border-radius: 3px;
margin-right:-7px;
}
#bo_btn{
padding-left:106px;
}
#bo_btn1{
color: black;
font-weight:bold;;
background-color: light-gray;
}
#bo_btn2{
color: white;
font-weight:bold;;
background: #77af82;
}
#cate_btn{
padding-left:150px;
}
.cate_btn{
padding-right:5px;
width: 60px;
height: 30px;
border: none;
background: #77af82;
color: white;
border-radius: 3px;
margin-right:-7px;
}
button:hover{
font-weight:bold;
background: #77af82;
color:white;
}
.page_btn{
border:none;
border-radius: 10px;
width:30px;
height:30px;
}
#paging_table td{
width:50px;
padding:5px;
}
#write_btn{
font-weight:bold;;
padding-right:5px;
width: 60px;
height: 30px;
border: none;
background: #77af82;
color: white;
border-radius: 3px;
margin-right:-7px;
}
#select_search{
width:100px;
height:30px;
border-radius:50px;
}
#search{
height:25px;
}
#search_btn{
margin-right:65px;
width:50px;
height:25px;
} | Spring-Final-Trip2Reap/bin/src/main/webapp/resources/css/review/reviewPhotoList.css | @charset "UTF-8";
section { margin: 0px auto; width:1300px; }
/* 공통속성 */
#board_common{ margin : 40px auto 0px auto;}
/* 전체 div */
#board{
margin-left:150px;
width: 1000px;
border-bottom: 4px solid #eee;
padding-bottom:30px;
padding-left:25px;
margin-top:25px;
}
.divcontent {
margin-right:0px;
background-color:#eee;
width:480px;
display:inline-block;
padding-right:2px;
border-radius: 10px;
}
#img_td img{
max-width:90%;
max-height:90%;
border-radius: 7px;
}
#board_table{
text-align:center;
border-radius: 7px;
width:480px;
}
#img_td{
width:200px;
hegiht:200px;
}
#paging_table_div{
padding-left:150px;
}
#paging_table{
width:1000px
}
.board_list{
border-bottom: 2px solid #eee;
padding: 15px;
}
#all_div{
margin: 80px auto 0px auto;
width: 1000px;
border-bottom: 4px solid #eee;
}
/* img, 메뉴 이름, 검색 div */
#menu_left_div{
margin-bottom: 20px;
text-align: left;
flex: 1;
}
#menu{
font-size: 30px;
font-weight: 700;
text-align: left;
}
.bo_btn{
width: 60px;
height: 30px;
border: none;
border-radius: 3px;
margin-right:-7px;
}
#bo_btn{
padding-left:106px;
}
#bo_btn1{
color: black;
font-weight:bold;;
background-color: light-gray;
}
#bo_btn2{
color: white;
font-weight:bold;;
background: #77af82;
}
#cate_btn{
padding-left:150px;
}
.cate_btn{
padding-right:5px;
width: 60px;
height: 30px;
border: none;
background: #77af82;
color: white;
border-radius: 3px;
margin-right:-7px;
}
button:hover{
font-weight:bold;
background: #77af82;
color:white;
}
.page_btn{
border:none;
border-radius: 10px;
width:30px;
height:30px;
}
#paging_table td{
width:50px;
padding:5px;
}
#write_btn{
font-weight:bold;;
padding-right:5px;
width: 60px;
height: 30px;
border: none;
background: #77af82;
color: white;
border-radius: 3px;
margin-right:-7px;
}
#select_search{
width:100px;
height:30px;
border-radius:50px;
}
#search{
height:25px;
}
#search_btn{
margin-right:65px;
width:50px;
height:25px;
} | 0.079579 | 0.044101 |
:host {
--spectrum-toast-neutral-padding-right: var(
--spectrum-global-dimension-size-100
);
--spectrum-toast-neutral-padding-left: var(
--spectrum-global-dimension-size-200
);
--spectrum-toast-neutral-border-radius: var(
--spectrum-alias-border-radius-medium
);
--spectrum-toast-neutral-padding-y: var(
--spectrum-global-dimension-size-50
);
--spectrum-toast-neutral-text-size: var(--spectrum-alias-font-size-l);
--spectrum-toast-neutral-text-font-weight: var(
--spectrum-global-font-weight-regular
);
--spectrum-toast-neutral-icon-padding-right: var(
--spectrum-global-dimension-size-100
);
--spectrum-toast-neutral-content-padding-right: var(
--spectrum-global-dimension-size-200
);
--spectrum-toast-neutral-content-padding-top: var(
--spectrum-global-dimension-size-65
);
--spectrum-toast-info-text-size: var(--spectrum-alias-font-size-l);
--spectrum-toast-info-text-font-weight: var(
--spectrum-global-font-weight-regular
);
--spectrum-toast-info-text-line-height: var(
--spectrum-global-font-line-height-medium
);
--spectrum-toast-neutral-button-gap-x: var(
--spectrum-global-dimension-size-100
);
--spectrum-toast-neutral-background-color: var(
--spectrum-global-color-gray-200
);
--spectrum-toast-neutral-text-color: var(
--spectrum-global-static-color-white
);
--spectrum-toast-warning-background-color: var(
--spectrum-global-color-orange-500
);
--spectrum-toast-negative-background-color: var(
--spectrum-semantic-negative-color-background
);
--spectrum-toast-info-background-color: var(
--spectrum-semantic-cta-color-background-default
);
--spectrum-toast-positive-background-color: var(
--spectrum-semantic-positive-color-background
);
--spectrum-toast-icon-padding-y: var(--spectrum-global-dimension-size-85);
--spectrum-toast-content-padding-bottom: var(
--spectrum-global-dimension-size-65
);
--spectrum-toast-button-margin-right: var(
--spectrum-global-dimension-size-50
);
--spectrum-toast-clear-button-height: var(
--spectrum-global-dimension-size-300
);
} | packages/toast/src/vars.css | :host {
--spectrum-toast-neutral-padding-right: var(
--spectrum-global-dimension-size-100
);
--spectrum-toast-neutral-padding-left: var(
--spectrum-global-dimension-size-200
);
--spectrum-toast-neutral-border-radius: var(
--spectrum-alias-border-radius-medium
);
--spectrum-toast-neutral-padding-y: var(
--spectrum-global-dimension-size-50
);
--spectrum-toast-neutral-text-size: var(--spectrum-alias-font-size-l);
--spectrum-toast-neutral-text-font-weight: var(
--spectrum-global-font-weight-regular
);
--spectrum-toast-neutral-icon-padding-right: var(
--spectrum-global-dimension-size-100
);
--spectrum-toast-neutral-content-padding-right: var(
--spectrum-global-dimension-size-200
);
--spectrum-toast-neutral-content-padding-top: var(
--spectrum-global-dimension-size-65
);
--spectrum-toast-info-text-size: var(--spectrum-alias-font-size-l);
--spectrum-toast-info-text-font-weight: var(
--spectrum-global-font-weight-regular
);
--spectrum-toast-info-text-line-height: var(
--spectrum-global-font-line-height-medium
);
--spectrum-toast-neutral-button-gap-x: var(
--spectrum-global-dimension-size-100
);
--spectrum-toast-neutral-background-color: var(
--spectrum-global-color-gray-200
);
--spectrum-toast-neutral-text-color: var(
--spectrum-global-static-color-white
);
--spectrum-toast-warning-background-color: var(
--spectrum-global-color-orange-500
);
--spectrum-toast-negative-background-color: var(
--spectrum-semantic-negative-color-background
);
--spectrum-toast-info-background-color: var(
--spectrum-semantic-cta-color-background-default
);
--spectrum-toast-positive-background-color: var(
--spectrum-semantic-positive-color-background
);
--spectrum-toast-icon-padding-y: var(--spectrum-global-dimension-size-85);
--spectrum-toast-content-padding-bottom: var(
--spectrum-global-dimension-size-65
);
--spectrum-toast-button-margin-right: var(
--spectrum-global-dimension-size-50
);
--spectrum-toast-clear-button-height: var(
--spectrum-global-dimension-size-300
);
} | 0.683631 | 0.229007 |
.slidershow{
width: 700px;
height: 400px;
overflow: hidden;
}
.middle{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.navigation{
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
display: flex;
}
.bar{
width: 50px;
height: 10px;
border: 1px solid #fefefe;
margin: 6px;
cursor: pointer;
transition: 0.4s;
}
.bar:hover{
background: #fefefe;
}
input[name="r"]{
position: absolute;
visibility: hidden;
}
.slides{
width: 500%;
height: 100%;
display: flex;
}
.slide{
width: 20%;
transition: 0.6s;
}
.slide img{
width: 100%;
height: 100%;
}
#r1:checked ~ .s1{
margin-left: 0;
}
#r2:checked ~ .s1{
margin-left: -20%;
}
#r3:checked ~ .s1{
margin-left: -40%;
}
#r4:checked ~ .s1{
margin-left: -60%;
}
#r5:checked ~ .s1{
margin-left: -80%;
}
header {
background: #000000;
}
.fixed{
position: fixed;
top:0;
}
#container {
background-color: black;
position: fixed;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
z-index:1;
height: 72px;
width:100%;
margin: 0 auto;
}
.logo {
float:left;
padding: 10px 0;
}
header::after {
content:'';
display: table;
clear: both;
}
body {
margin:0;
background: #262626;
font-family: 'Poppins', sans-serif;
}
nav {
float:right;
}
ul {
margin:0;
padding:0;
list-style: none;
}
li {
float:left;
margin:0 38px;
padding-top: 8px;
position:relative;
}
nav a {
color:#999999;
text-decoration: none;
text-transform: uppercase;
font-size: 15px;
}
nav a:hover{
color:#ffffff;
}
nav a::before {
content:'';
display: block;
height: 3px;
width: 0%;
background-color:#ffffff;
top:0;
position: absolute;
transition: all ease-in-out 200ms;
}
nav a:hover::before {
width: 100%
}
/* table */
table {
line-height: 40px;
border-spacing: 5px;
font-family: 'Poppins', sans-serif;
}
th{
font-size: 25px;
}
h1{
font-size: 35px;
font-family: 'Alfa Slab One', cursive;
text-align: left;
}
img.Slika{
background-size: cover;
width: 100%;
height: 700px;
}
.Home-area {
position:relative;
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
flex-direction: row;
width: 100%
height: 700px;
}
div.tekst{
width: 90%;
height:80%;
}
p {
line-height: 20px;
}
.News-area, .AboutUs-area, .League-area, .SchoolOfBadminton-area {
background: #fefefe;
}
#topTop{
position: fixed;
bottom: 40px;
right:40px;
width: 50px;
height: 50px;
background: #3242a8;
color: white;
font-size: 22px;
border: none;
cursor: pointer;
z-index: 4;
}
html{
scroll-behavior: smooth;
}
ol{
padding:2px;
}
iframe{
position: center;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
#contacttt{
font-family:
}
#contacttt td{
padding: 120px;
}
.phn{
width: 20px;
height: 20px;
}
#fb{
position: center;
width:20%;
height: 20%;
}
#sa{
position: absolute;
top:60px;
left: 40px;
} | galerija2c.css | .slidershow{
width: 700px;
height: 400px;
overflow: hidden;
}
.middle{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.navigation{
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
display: flex;
}
.bar{
width: 50px;
height: 10px;
border: 1px solid #fefefe;
margin: 6px;
cursor: pointer;
transition: 0.4s;
}
.bar:hover{
background: #fefefe;
}
input[name="r"]{
position: absolute;
visibility: hidden;
}
.slides{
width: 500%;
height: 100%;
display: flex;
}
.slide{
width: 20%;
transition: 0.6s;
}
.slide img{
width: 100%;
height: 100%;
}
#r1:checked ~ .s1{
margin-left: 0;
}
#r2:checked ~ .s1{
margin-left: -20%;
}
#r3:checked ~ .s1{
margin-left: -40%;
}
#r4:checked ~ .s1{
margin-left: -60%;
}
#r5:checked ~ .s1{
margin-left: -80%;
}
header {
background: #000000;
}
.fixed{
position: fixed;
top:0;
}
#container {
background-color: black;
position: fixed;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
z-index:1;
height: 72px;
width:100%;
margin: 0 auto;
}
.logo {
float:left;
padding: 10px 0;
}
header::after {
content:'';
display: table;
clear: both;
}
body {
margin:0;
background: #262626;
font-family: 'Poppins', sans-serif;
}
nav {
float:right;
}
ul {
margin:0;
padding:0;
list-style: none;
}
li {
float:left;
margin:0 38px;
padding-top: 8px;
position:relative;
}
nav a {
color:#999999;
text-decoration: none;
text-transform: uppercase;
font-size: 15px;
}
nav a:hover{
color:#ffffff;
}
nav a::before {
content:'';
display: block;
height: 3px;
width: 0%;
background-color:#ffffff;
top:0;
position: absolute;
transition: all ease-in-out 200ms;
}
nav a:hover::before {
width: 100%
}
/* table */
table {
line-height: 40px;
border-spacing: 5px;
font-family: 'Poppins', sans-serif;
}
th{
font-size: 25px;
}
h1{
font-size: 35px;
font-family: 'Alfa Slab One', cursive;
text-align: left;
}
img.Slika{
background-size: cover;
width: 100%;
height: 700px;
}
.Home-area {
position:relative;
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
flex-direction: row;
width: 100%
height: 700px;
}
div.tekst{
width: 90%;
height:80%;
}
p {
line-height: 20px;
}
.News-area, .AboutUs-area, .League-area, .SchoolOfBadminton-area {
background: #fefefe;
}
#topTop{
position: fixed;
bottom: 40px;
right:40px;
width: 50px;
height: 50px;
background: #3242a8;
color: white;
font-size: 22px;
border: none;
cursor: pointer;
z-index: 4;
}
html{
scroll-behavior: smooth;
}
ol{
padding:2px;
}
iframe{
position: center;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
#contacttt{
font-family:
}
#contacttt td{
padding: 120px;
}
.phn{
width: 20px;
height: 20px;
}
#fb{
position: center;
width:20%;
height: 20%;
}
#sa{
position: absolute;
top:60px;
left: 40px;
} | 0.490724 | 0.088899 |
.start-screen {
position: fixed;
height: 100%;
width: 100%;
left: 0px;
right: 0px;
background-image: url("../images/bg.jpg");
background-size: cover;
background-position: center;
color: #FFF;
}
.video-chat {
background: #FFF;
vertical-align: bottom;
}
.friend-face {
position: absolute;
height: 100%;
width: 100%;
left: 0px;
right: 0px;
top: 0px;
background-color: rgb(73, 68, 68);
text-align: center;
z-index: -1;
overflow: hidden;
}
.video-icon {
margin-top: 21%;
font-size: 40px;
color: #544f4f;
border: 3px solid #544f4f;
border-radius: 5px;
padding: 10px;
}
.our-face {
width: 160px;
height: 180px;
background-color: #313131;
display: block;
float: right;
margin: 0 30px 30px 0;
border-radius: 4px;
overflow: hidden;
}
.bottom-panel {
z-index: 999;
}
.controls {
padding: 0px;
margin: 0px auto 15px;
display: table;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 4px;
box-shadow: 1px 1px 1px #000;
}
.controls li {
list-style: none;
display: inline-block;
padding: 10px;
}
.controls li .btn-link {
color: #FFF;
}
.video-chat td {
position: relative;
}
.tri-right.border.left-top:before {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: -40px;
right: auto;
top: -8px;
bottom: auto;
border: 32px solid;
border-color: #666 transparent transparent transparent;
}
.tri-right.left-top:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: -20px;
right: auto;
top: 0px;
bottom: auto;
border: 22px solid;
border-color: #7959b7 transparent transparent transparent;
z-index: -1;
}
.talk-bubble {
margin: 23px 40px;
display: inline-block;
position: relative;
width: 80%;
height: auto;
background-color: #7959b7;
color: #FFF;
padding: 15px;
}
.our-bubble.tri-right.left-top:after {
right: -19px;
left: auto;
border-color: #b5b5b5 transparent transparent transparent;
}
.our-bubble.talk-bubble {
background-color: #b5b5b5;
}
.profile-details {
background-color: #666;
width: 100%;
position: absolute;
top: 0px;
padding: 5px;
z-index: 999;
}
.close-chat {
display: none;
}
.soap-chat {
display: none;
}
.chat-bubble {
max-height: 100%;
}
.soap-bubble {
max-height: 100%;
}
.chat-bubble {
max-height: 540px;
overflow-y: auto;
overflow-x: hidden;
padding-top: 30px;
}
.soap-bubble {
max-height: 540px;
overflow-y: auto;
overflow-x: hidden;
padding-top: 30px;
}
.talktext {
position: relative;
}
label.username {
position: absolute;
top: -50px;
background-color: #7959b7;
font-size: 12px;
padding: 1px 10px 3px;
border-radius: 50px;
left: -15px;
}
.our-bubble label.username {
background-color: #b5b5b5;
right: -15px;
left: auto;
}
.username span.time {
position: absolute;
top: 2px;
left: 108%;
color: #d4d4d4;
}
.our-bubble span.time {
right: 108%;
left: auto;
}
.friend-face video, .our-face video{
width: 100%;
}
@media(max-width:768px) {}
@media(max-width:767px) {
.our-face {
width: 82px;
height: 82px;
border-radius: 62px;
}
.video-icon {
margin-top: 55%;
}
.close-chat {
color: #FFF;
font-size: 22px;
margin-top: 5px;
display: inline-block;
}
.chat-bubble {
max-height: 450px;
}
}
@media(max-width:720px) {
.chat-bubble {
max-height: 320px;
}
}
@media(max-width:720px) {
.soap-bubble {
max-height: 320px;
}
} | css/style.1.css | .start-screen {
position: fixed;
height: 100%;
width: 100%;
left: 0px;
right: 0px;
background-image: url("../images/bg.jpg");
background-size: cover;
background-position: center;
color: #FFF;
}
.video-chat {
background: #FFF;
vertical-align: bottom;
}
.friend-face {
position: absolute;
height: 100%;
width: 100%;
left: 0px;
right: 0px;
top: 0px;
background-color: rgb(73, 68, 68);
text-align: center;
z-index: -1;
overflow: hidden;
}
.video-icon {
margin-top: 21%;
font-size: 40px;
color: #544f4f;
border: 3px solid #544f4f;
border-radius: 5px;
padding: 10px;
}
.our-face {
width: 160px;
height: 180px;
background-color: #313131;
display: block;
float: right;
margin: 0 30px 30px 0;
border-radius: 4px;
overflow: hidden;
}
.bottom-panel {
z-index: 999;
}
.controls {
padding: 0px;
margin: 0px auto 15px;
display: table;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 4px;
box-shadow: 1px 1px 1px #000;
}
.controls li {
list-style: none;
display: inline-block;
padding: 10px;
}
.controls li .btn-link {
color: #FFF;
}
.video-chat td {
position: relative;
}
.tri-right.border.left-top:before {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: -40px;
right: auto;
top: -8px;
bottom: auto;
border: 32px solid;
border-color: #666 transparent transparent transparent;
}
.tri-right.left-top:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: -20px;
right: auto;
top: 0px;
bottom: auto;
border: 22px solid;
border-color: #7959b7 transparent transparent transparent;
z-index: -1;
}
.talk-bubble {
margin: 23px 40px;
display: inline-block;
position: relative;
width: 80%;
height: auto;
background-color: #7959b7;
color: #FFF;
padding: 15px;
}
.our-bubble.tri-right.left-top:after {
right: -19px;
left: auto;
border-color: #b5b5b5 transparent transparent transparent;
}
.our-bubble.talk-bubble {
background-color: #b5b5b5;
}
.profile-details {
background-color: #666;
width: 100%;
position: absolute;
top: 0px;
padding: 5px;
z-index: 999;
}
.close-chat {
display: none;
}
.soap-chat {
display: none;
}
.chat-bubble {
max-height: 100%;
}
.soap-bubble {
max-height: 100%;
}
.chat-bubble {
max-height: 540px;
overflow-y: auto;
overflow-x: hidden;
padding-top: 30px;
}
.soap-bubble {
max-height: 540px;
overflow-y: auto;
overflow-x: hidden;
padding-top: 30px;
}
.talktext {
position: relative;
}
label.username {
position: absolute;
top: -50px;
background-color: #7959b7;
font-size: 12px;
padding: 1px 10px 3px;
border-radius: 50px;
left: -15px;
}
.our-bubble label.username {
background-color: #b5b5b5;
right: -15px;
left: auto;
}
.username span.time {
position: absolute;
top: 2px;
left: 108%;
color: #d4d4d4;
}
.our-bubble span.time {
right: 108%;
left: auto;
}
.friend-face video, .our-face video{
width: 100%;
}
@media(max-width:768px) {}
@media(max-width:767px) {
.our-face {
width: 82px;
height: 82px;
border-radius: 62px;
}
.video-icon {
margin-top: 55%;
}
.close-chat {
color: #FFF;
font-size: 22px;
margin-top: 5px;
display: inline-block;
}
.chat-bubble {
max-height: 450px;
}
}
@media(max-width:720px) {
.chat-bubble {
max-height: 320px;
}
}
@media(max-width:720px) {
.soap-bubble {
max-height: 320px;
}
} | 0.525369 | 0.132262 |
@charset "UTF-8";
@font-face {
font-family: "Alegreya";
src: url("fonts/alegreya-variablefont_wght.ttf");
font-weight: regular;}
html, body {
max-width: 100%; }
body {
box-sizing: border-box; }
body ul {
list-style-type: none;
margin: 0;
padding: 0; }
body p {
margin: 0 auto; }
body a {
color: black;
text-decoration: none; }
body a:hover {
border-bottom: 1.5px solid black;
cursor: pointer; }
body a:visted {
color: gray; }
body {
font-family: "Alegreya", serif;
font-weight: normal;
font-size: 1.5rem;
line-height: 1.2;
color: #000000; }
@media screen and (min-width: 720px) {
body {
font-size: 1.3rem; } }
headlines{
cursor:pointer;
}
headlines:hover{
text-decoration: underline;
}
.main .projects .project .details {
padding-bottom: 1rem; }
.main .projects .project .details p {
font-size: 1rem; }
.main .projects .project .title p {
font-family: "Alegreya", serif;
max-width: 350px;
margin: 0; }
.main .projects .project .desc p {
text-indent: 3rem;
max-width: 700px;
text-align: left;
margin-left: 0; }
.main .projects .project .desc p em {
font-family: "Alegreya", serif; }
.main {
width: calc(100% - 40px);
margin: 3rem auto 0; }
.main #who {
z-index: 5;
width: 100%;
margin: 3rem 0 3rem 0; }
.main #who #facts ul.dashed {
list-style: none;
padding-left: 0;
margin: 0;
padding-top: 30px;
padding-right: 30px;
overflow: hidden; }
@media screen and (min-width: 720px) {
.main #who #facts ul.dashed {
max-width: 700px; } }
.main #who #facts ul.dashed > li {
margin-left: 30px; }
.main #who #facts ul.dashed > li::before {
content: " ";
margin-left: -15px; }
.main #who #close {
width: 100%;
text-align: right;
position: fixed;
top: 3rem;
right: 20px; }
.main #who #facts {
margin: 0 auto; }
.main .projects {
display: block;
display: flex;
flex-direction: column; }
.main .projects.hide {
/* height: 100vh;
overflow: hidden;*/
display: none; }
@media screen and (min-width: 720px) {
.main .projects {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
grid-template-columns: repeat(12, 1fr);
grid-gap: 20px;
max-width: 1650px; }
.main .projects .tiny {
-ms-grid-column: 10;
-ms-grid-column-span: 3;
grid-column: 10 / 13; }
.main .projects .small {
-ms-grid-column: 9;
-ms-grid-column-span: 4;
grid-column: 9 / 13; }
.main .projects .medium {
-ms-grid-column: 4;
-ms-grid-column-span: 6;
grid-column: 4 / 11; }
.main .projects .large {
-ms-grid-column: 4;
-ms-grid-column-span: 9;
grid-column: 3 / 13; }
.main .projects .full {
-ms-grid-column: 1;
-ms-grid-column-span: 12;
grid-column: 1 / 13; } }
.main .projects .card {
position: relative;
z-index: 99;
padding: 0 0 3rem 0;
height: 100px;
text-align: right; }
@media screen and (min-width: 720px) {
.main .projects .card {
text-align: left;
position: sticky;
-ms-grid-column: 1;
-ms-grid-column-span: 2;
grid-column: 1 / 3;
padding: 0 0 103px 0;
top: 3rem; } }
.main .projects .card #emailnugget {
padding-top: 20px; }
.main .projects .card #who {
padding-top: 20px;
cursor: pointer; }
.main .projects .card #who:hover {
color: black;
cursor: pointer; }
.main .projects .movie {
position: relative;
overflow: hidden;
padding-top: 90%; }
.main .projects .movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100%;
border: 0; }
.main .projects .project {
padding: 0 0 40px 0;
margin: 0 0 20px 0;
border-bottom: 1px solid black;
background: white;
z-index: 2; }
.main .projects .project.introlinks {
border-bottom: 1px solid transparent; }
.main .projects .project:last-of-type {
border-bottom: 1px solid white; }
.main .projects .project .still {
width: 100%; }
.main .projects .project .still img {
object-fit: contain;
width: 100%; }
.main .projects .project .slider {
position: relative; }
.main .projects .project .slider ul {
display: flex;
flex-direction: row;
padding: 0 0 20px 0;
margin: 0 auto;
overflow-x: scroll;
scroll-snap-type: x mandatory;
scroll-padding: 20%;
scrollbar-width: none;
scroll-padding-left: 0px;
scroll-padding-inline-start: 0px;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: none; }
.main .projects .project .slider ul:-webkit-scrollbar {
display: none; }
.main .projects .project .slider ul li {
scroll-snap-align: center;
padding: 0 20px 0 0;
scroll-snap-stop: always;
flex-shrink: 0;
scroll-snap-align: start;
display: flex;
flex-direction: column;
width: 300px;
justify-content: flex-end; }
@media screen and (min-width: 720px) {
.main .projects .project .slider ul li {
width: 500px; } }
@media screen and (min-width: 720px) and (min-width: 720px) {
.main .projects .project .slider ul li.horz {
width: 600px; } }
@media screen and (min-width: 720px) and (min-width: 1550px) {
.main .projects .project .slider ul li.horz {
width: 800px; } }
.main .projects .project .slider ul li.video video {
width: 100%;
object-fit: contain; }
.main .projects .project .slider ul li.housead {
width: 300px !important; }
@media screen and (min-width: 720px) {
.main .projects .project .slider ul li.housead {
width: 500px !important; } }
.main .projects .project .slider ul li:last-child {
position: relative; }
.main .projects .project .slider ul li:last-child:after {
position: absolute;
left: 100%;
height: 1px;
width: 20px;
display: block;
content: ""; }
.main .projects .project .slider ul li .slidedesc {
display: inline-block;
text-align: left;
padding: 0 0 10px 0;
text-align: left;
font-size: 1rem;
margin-left: 0; }
@media screen and (min-width: 720px) {
.main .projects .project .slider ul li .slidedesc {
width: 70%; } }
.main .projects .project .slider ul li .more {
font-size: 2rem; }
@media screen and (min-width: 720px) {
.main .projects .project .slider ul li .more {
font-size: 3rem; } }
.main .projects .project .slider ul li img {
height: auto;
object-fit: contain;
width: 100%; }
.main .projects .project .slider:after {
position: absolute;
width: 100%;
text-align: right;
animation: hintright .7s infinite;
content: "→";
font-size: 1rem;
bottom: 0;
right: 2%; }
.main .projects .project .slider .hint {
width: 100%;
text-align: right;
animation: hintright .5s infinite; }
@media screen and (min-width: 720px) {
.main .projects .project {
margin: 0 0 4rem 0;
padding: 0;
border-bottom: 1px solid transparent; } }
@media screen and (min-width: 1250px) {
.main .projects .project {
margin: 0 0 6rem 0; } }
.main .projects .project .slideroverlay {
height: 100%;
position: absolute;
width: 10%;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
/* IE6-9 */
z-index: 3;
top: 0;
right: 0;
pointer-events: none; }
@keyframes hintright {
0% {
transform: translate(0px, 20px); }
50% {
transform: translate(5px, 20px); }
100% {
transform: translate(0px, 20px); } }
@media screen and (min-width: 720px) {
#mr {
-ms-grid-column: 5;
-ms-grid-column-span: 8;
grid-column: 5 / 13; } }
@media screen and (min-width: 720px) {
#mr .vertz {
width: 600px; } }
#dss .slider ul li {
justify-content: space-between; }
@media screen and (min-width: 1250px) {
#dss .slider ul li {
width: 600px; } }
@media screen and (min-width: 720px) {
#dss {
-ms-grid-column: 1;
-ms-grid-column-span: 12;
grid-column: 1 / 13; } }
@media screen and (min-width: 1024px) {
#dss {
-ms-grid-column: 3;
-ms-grid-column-span: 10;
grid-column: 3 / 13; } }
@media screen and (min-width: 720px) {
#disposable {
-ms-grid-column: 7;
-ms-grid-column-span: 6;
grid-column: 7 / 13; } }
#disposable .slider li {
width: 360px; }
@media screen and (min-width: 720px) {
#disposable .slider li {
width: 600px; } }
@media screen and (min-width: 1250px) {
#disposable .slider li {
width: 800px; } }
@media screen and (min-width: 720px) {
#distractor .movie {
padding-top: 99%; } }
@media screen and (min-width: 720px) {
#meditation {
-ms-grid-column: 1;
-ms-grid-column-span: 7;
grid-column: 1 / 8; } }
#meditation .movie {
padding-top: 99%; }
@media screen and (min-width: 720px) {
#ds {
-ms-grid-column: 1;
-ms-grid-column-span: 12;
grid-column: 1 / 13; } }
#ds ul li {
width: 500px; }
@media screen and (min-width: 720px) {
#ds ul li {
width: 700px; } }
@media screen and (min-width: 1250px) {
#ds ul li {
width: 800px; } }
@media screen and (min-width: 720px) {
#powermove {
-ms-grid-column: 1;
-ms-grid-column-span: 12;
grid-column: 1 / 13; } }
#powermove ul li {
width: 500px; }
@media screen and (min-width: 720px) {
#powermove ul li {
width: 640px; } }
@media screen and (min-width: 1250px) {
#powermove ul li {
width: 800px; } }
@media screen and (min-width: 720px) {
#roadtrip {
-ms-grid-column: 3;
-ms-grid-column-span: 4;
grid-column: 3 / 7; } }
/*# sourceMappingURL=styles.css.map */ | css/styles.css | @charset "UTF-8";
@font-face {
font-family: "Alegreya";
src: url("fonts/alegreya-variablefont_wght.ttf");
font-weight: regular;}
html, body {
max-width: 100%; }
body {
box-sizing: border-box; }
body ul {
list-style-type: none;
margin: 0;
padding: 0; }
body p {
margin: 0 auto; }
body a {
color: black;
text-decoration: none; }
body a:hover {
border-bottom: 1.5px solid black;
cursor: pointer; }
body a:visted {
color: gray; }
body {
font-family: "Alegreya", serif;
font-weight: normal;
font-size: 1.5rem;
line-height: 1.2;
color: #000000; }
@media screen and (min-width: 720px) {
body {
font-size: 1.3rem; } }
headlines{
cursor:pointer;
}
headlines:hover{
text-decoration: underline;
}
.main .projects .project .details {
padding-bottom: 1rem; }
.main .projects .project .details p {
font-size: 1rem; }
.main .projects .project .title p {
font-family: "Alegreya", serif;
max-width: 350px;
margin: 0; }
.main .projects .project .desc p {
text-indent: 3rem;
max-width: 700px;
text-align: left;
margin-left: 0; }
.main .projects .project .desc p em {
font-family: "Alegreya", serif; }
.main {
width: calc(100% - 40px);
margin: 3rem auto 0; }
.main #who {
z-index: 5;
width: 100%;
margin: 3rem 0 3rem 0; }
.main #who #facts ul.dashed {
list-style: none;
padding-left: 0;
margin: 0;
padding-top: 30px;
padding-right: 30px;
overflow: hidden; }
@media screen and (min-width: 720px) {
.main #who #facts ul.dashed {
max-width: 700px; } }
.main #who #facts ul.dashed > li {
margin-left: 30px; }
.main #who #facts ul.dashed > li::before {
content: " ";
margin-left: -15px; }
.main #who #close {
width: 100%;
text-align: right;
position: fixed;
top: 3rem;
right: 20px; }
.main #who #facts {
margin: 0 auto; }
.main .projects {
display: block;
display: flex;
flex-direction: column; }
.main .projects.hide {
/* height: 100vh;
overflow: hidden;*/
display: none; }
@media screen and (min-width: 720px) {
.main .projects {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
grid-template-columns: repeat(12, 1fr);
grid-gap: 20px;
max-width: 1650px; }
.main .projects .tiny {
-ms-grid-column: 10;
-ms-grid-column-span: 3;
grid-column: 10 / 13; }
.main .projects .small {
-ms-grid-column: 9;
-ms-grid-column-span: 4;
grid-column: 9 / 13; }
.main .projects .medium {
-ms-grid-column: 4;
-ms-grid-column-span: 6;
grid-column: 4 / 11; }
.main .projects .large {
-ms-grid-column: 4;
-ms-grid-column-span: 9;
grid-column: 3 / 13; }
.main .projects .full {
-ms-grid-column: 1;
-ms-grid-column-span: 12;
grid-column: 1 / 13; } }
.main .projects .card {
position: relative;
z-index: 99;
padding: 0 0 3rem 0;
height: 100px;
text-align: right; }
@media screen and (min-width: 720px) {
.main .projects .card {
text-align: left;
position: sticky;
-ms-grid-column: 1;
-ms-grid-column-span: 2;
grid-column: 1 / 3;
padding: 0 0 103px 0;
top: 3rem; } }
.main .projects .card #emailnugget {
padding-top: 20px; }
.main .projects .card #who {
padding-top: 20px;
cursor: pointer; }
.main .projects .card #who:hover {
color: black;
cursor: pointer; }
.main .projects .movie {
position: relative;
overflow: hidden;
padding-top: 90%; }
.main .projects .movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100%;
border: 0; }
.main .projects .project {
padding: 0 0 40px 0;
margin: 0 0 20px 0;
border-bottom: 1px solid black;
background: white;
z-index: 2; }
.main .projects .project.introlinks {
border-bottom: 1px solid transparent; }
.main .projects .project:last-of-type {
border-bottom: 1px solid white; }
.main .projects .project .still {
width: 100%; }
.main .projects .project .still img {
object-fit: contain;
width: 100%; }
.main .projects .project .slider {
position: relative; }
.main .projects .project .slider ul {
display: flex;
flex-direction: row;
padding: 0 0 20px 0;
margin: 0 auto;
overflow-x: scroll;
scroll-snap-type: x mandatory;
scroll-padding: 20%;
scrollbar-width: none;
scroll-padding-left: 0px;
scroll-padding-inline-start: 0px;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: none; }
.main .projects .project .slider ul:-webkit-scrollbar {
display: none; }
.main .projects .project .slider ul li {
scroll-snap-align: center;
padding: 0 20px 0 0;
scroll-snap-stop: always;
flex-shrink: 0;
scroll-snap-align: start;
display: flex;
flex-direction: column;
width: 300px;
justify-content: flex-end; }
@media screen and (min-width: 720px) {
.main .projects .project .slider ul li {
width: 500px; } }
@media screen and (min-width: 720px) and (min-width: 720px) {
.main .projects .project .slider ul li.horz {
width: 600px; } }
@media screen and (min-width: 720px) and (min-width: 1550px) {
.main .projects .project .slider ul li.horz {
width: 800px; } }
.main .projects .project .slider ul li.video video {
width: 100%;
object-fit: contain; }
.main .projects .project .slider ul li.housead {
width: 300px !important; }
@media screen and (min-width: 720px) {
.main .projects .project .slider ul li.housead {
width: 500px !important; } }
.main .projects .project .slider ul li:last-child {
position: relative; }
.main .projects .project .slider ul li:last-child:after {
position: absolute;
left: 100%;
height: 1px;
width: 20px;
display: block;
content: ""; }
.main .projects .project .slider ul li .slidedesc {
display: inline-block;
text-align: left;
padding: 0 0 10px 0;
text-align: left;
font-size: 1rem;
margin-left: 0; }
@media screen and (min-width: 720px) {
.main .projects .project .slider ul li .slidedesc {
width: 70%; } }
.main .projects .project .slider ul li .more {
font-size: 2rem; }
@media screen and (min-width: 720px) {
.main .projects .project .slider ul li .more {
font-size: 3rem; } }
.main .projects .project .slider ul li img {
height: auto;
object-fit: contain;
width: 100%; }
.main .projects .project .slider:after {
position: absolute;
width: 100%;
text-align: right;
animation: hintright .7s infinite;
content: "→";
font-size: 1rem;
bottom: 0;
right: 2%; }
.main .projects .project .slider .hint {
width: 100%;
text-align: right;
animation: hintright .5s infinite; }
@media screen and (min-width: 720px) {
.main .projects .project {
margin: 0 0 4rem 0;
padding: 0;
border-bottom: 1px solid transparent; } }
@media screen and (min-width: 1250px) {
.main .projects .project {
margin: 0 0 6rem 0; } }
.main .projects .project .slideroverlay {
height: 100%;
position: absolute;
width: 10%;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
/* IE6-9 */
z-index: 3;
top: 0;
right: 0;
pointer-events: none; }
@keyframes hintright {
0% {
transform: translate(0px, 20px); }
50% {
transform: translate(5px, 20px); }
100% {
transform: translate(0px, 20px); } }
@media screen and (min-width: 720px) {
#mr {
-ms-grid-column: 5;
-ms-grid-column-span: 8;
grid-column: 5 / 13; } }
@media screen and (min-width: 720px) {
#mr .vertz {
width: 600px; } }
#dss .slider ul li {
justify-content: space-between; }
@media screen and (min-width: 1250px) {
#dss .slider ul li {
width: 600px; } }
@media screen and (min-width: 720px) {
#dss {
-ms-grid-column: 1;
-ms-grid-column-span: 12;
grid-column: 1 / 13; } }
@media screen and (min-width: 1024px) {
#dss {
-ms-grid-column: 3;
-ms-grid-column-span: 10;
grid-column: 3 / 13; } }
@media screen and (min-width: 720px) {
#disposable {
-ms-grid-column: 7;
-ms-grid-column-span: 6;
grid-column: 7 / 13; } }
#disposable .slider li {
width: 360px; }
@media screen and (min-width: 720px) {
#disposable .slider li {
width: 600px; } }
@media screen and (min-width: 1250px) {
#disposable .slider li {
width: 800px; } }
@media screen and (min-width: 720px) {
#distractor .movie {
padding-top: 99%; } }
@media screen and (min-width: 720px) {
#meditation {
-ms-grid-column: 1;
-ms-grid-column-span: 7;
grid-column: 1 / 8; } }
#meditation .movie {
padding-top: 99%; }
@media screen and (min-width: 720px) {
#ds {
-ms-grid-column: 1;
-ms-grid-column-span: 12;
grid-column: 1 / 13; } }
#ds ul li {
width: 500px; }
@media screen and (min-width: 720px) {
#ds ul li {
width: 700px; } }
@media screen and (min-width: 1250px) {
#ds ul li {
width: 800px; } }
@media screen and (min-width: 720px) {
#powermove {
-ms-grid-column: 1;
-ms-grid-column-span: 12;
grid-column: 1 / 13; } }
#powermove ul li {
width: 500px; }
@media screen and (min-width: 720px) {
#powermove ul li {
width: 640px; } }
@media screen and (min-width: 1250px) {
#powermove ul li {
width: 800px; } }
@media screen and (min-width: 720px) {
#roadtrip {
-ms-grid-column: 3;
-ms-grid-column-span: 4;
grid-column: 3 / 7; } }
/*# sourceMappingURL=styles.css.map */ | 0.418935 | 0.065755 |
@font-face {
font-family: "Impact";
src: url("../fonts/Impact.TTF");
}
* {
margin: 0;
padding: 0;
}
html,
body {
min-width: 875px;
text-shadow: 0px 1px 0px #c0c0c8;
font-size: 14px;
line-height: 16px;
letter-spacing: 0px;
font-family: Arial, Verdana, "Lucida Grande", sans-serif;
color: #000;
background-color: #d3d4de;
}
h1,
h2,
h3,
h4,
h5 {
letter-spacing: 0.9px;
text-shadow: none;
text-transform: uppercase;
}
h1,
h2 {
word-spacing: 5px;
color: #333;
font-family: "Impact";
font-weight: normal;
}
h3,
h4,
h5 {
color: #111;
font-family: Arial, sans-serif;
font-weight: bold;
}
h1 {
padding-bottom: 5px;
padding-top: 5px;
font-size: 130%;
}
h2 {
font-size: 120%;
margin-top: 30px;
}
h3 {
font-size: 100%;
margin-left: 10px;
margin-top: 25px;
}
h4 {
font-size: 105%;
}
h2 {
width: 100%;
padding-bottom: 3px;
border-bottom: 1px solid #555;
}
em {
font-style: italic;
font-weight: inherit;
font-size: inherit;
}
b {
font-style: normal;
font-weight: bold;
}
.navigation {
margin: 20px 0 10px 20px;
}
.navigation ul {
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 80%;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0px;
margin: 0;
padding: 0px;
list-style: none;
}
.navigation ul li {
padding: 0 5px 0 5px;
margin: 0;
float: left;
color: #ccc;
text-shadow: 1px 1px 0px #000;
border-right: 1px solid #000;
}
.navigation ul li:first-child {
padding-left: 0px;
}
.navigation ul li a {
color: #000;
text-shadow: 0px 1px 0px #666;
text-decoration: inherit;
}
.navigation ul li a:hover {
color: #eee;
text-shadow: none;
}
.content {
padding: 10px 20px 10px 20px;
}
.content p {
margin: 10px 10px 10px 10px;
text-align: justify;
}
.content ul {
font-weight: bold;
margin: 10px 0px 10px 40px;
list-style: square;
}
.content ul ul {
margin-left: 0px;
font-weight: normal;
list-style: none;
}
.header {
width: 100%;
margin: 0px 0px 0px 0px;
padding: 15px 0 0 0;
height: 100px;
background-color: #666;
border-bottom: 2px solid #000;
}
.logoImage {
padding: 10px 0px 0px 20px;
position: relative;
margin-right: 0px;
float: left;
}
.clearfix {
float: none;
clear: both;
}
.imageRight {
margin: 10px 0 10px 20px;
float: right;
}
.imageRight p.caption,
.imageCenter p.caption {
padding: 0;
margin: 0;
text-align: center;
color: #000;
text-shadow: 0;
font-size: 85%;
font-weight: bold;
}
.imageRight img,
.imageCenter img {
border: 1px solid #000;
}
.imageCenter {
float: none;
text-align: center;
display: block;
width: 500px;
margin: 20px auto 0px auto;
}
.imageCenter img {
margin-left: auto;
margin-right: auto;
}
.tableDiv {
width: 75%;
margin-left: auto;
margin-right: auto;
}
table,
thead,
th,
tr,
td {
text-shadow: none;
border: 0;
border-collapse: collapse;
padding: 0;
margin: 0;
}
.table1 {
width: auto;
margin: 10px auto 10px auto;
border: 1px solid #000;
font-size: inherit;
}
.table1 thead {
background-color: #999;
}
.table1 th {
background-color: #999;
border-left: 1px solid #000;
}
.table1 th:first-child {
border-left: 0;
}
.table1 td {
text-align: center;
border: 1px solid #000;
}
.table1 td:first-child {
text-align: left;
}
.table1 td,
th {
padding: 1px 10px 1px 10px;
}
.table2 {
table-layout: fixed;
width: auto;
margin: 10px auto 10px auto;
border: 1px solid #000;
font-size: inherit;
}
.table2 img {
border: none;
}
.table2 thead {
background-color: #999;
}
.table2 th {
background-color: #999;
border-left: 1px solid #000;
}
.table2 th:first-child {
border-left: 0;
}
.table2 td {
text-align: left;
vertical-align: top;
border: 1px solid #000;
}
.table2 td:first-child {
text-align: left;
}
.table2 td,
th {
padding: 1px 10px 1px 10px;
}
.table2 table {
margin-top: 0;
padding-top: 0;
width: 100%;
}
.table2 table th {
margin: 0;
padding: 0;
visibility: hidden;
border: none;
}
.table2 table,
.table2 table td {
padding: 0px 5px 2px 0px;
text-align: left;
vertical-align: top;
font-size: inherit;
border: none;
}
.table2 table td:first-child {
text-align: left;
vertical-align: top;
font-size: 14px;
font-family: monospace;
font-weight: bold;
}
.table2 td p {
margin: 0;
padding: 0 0 5px 0;
}
.table2 td p table {
margin-top: 2px;
margin-left: 10px;
}
.controls {
margin: 10px auto 10px auto;
padding: 0;
border-spacing: 0;
border-collapse: collapse;
width: 600px;
font-size: inherit;
}
.controls td,
th {
border: 1px solid #000;
padding: 5px 10px 5px 10px;
}
.controls th {
background-color: #666;
text-align: left;
color: #b0b0b8;
}
.controls td {
border: 1px solid #000;
vertical-align: top;
}
.controls .leftColumn {
font-style: italic;
width: 260px;
}
.controls .rightColumn {
font-style: normal;
}
.controls table {
margin-top: 0;
padding-top: 0;
width: 100%;
}
.controls table th {
margin: 0;
padding: 0;
visibility: hidden;
border: none;
}
.controls table,
.controls table td {
padding: 0px 5px 2px 0px;
text-align: left;
vertical-align: top;
font-size: inherit;
border: none;
}
.controls table td:first-child {
text-align: left;
vertical-align: top;
font-size: 14px;
font-family: monospace;
font-weight: bold;
}
.controls td p {
margin: 0;
padding: 0 0 5px 0;
}
.controls td p table {
margin-top: 2px;
margin-left: 10px;
}
hr {
padding: 0;
margin: 10px 0px 10px 0px;
border: 0;
height: 1px;
background-color: #000;
}
table hr {
border: 0;
border-top: 1px dashed #000;
height: 1px;
background-color: transparent;
}
table tr td img {
border: 1px solid #000;
}
code {
font-size: 14px;
text-shadow: none;
}
.hex {
text-shadow: none;
font-family: monospace;
font-weight: bold;
font-size: 110%;
padding: 0 1px 0 1px;
}
a {
font-weight: bold;
color: inherit;
text-decoration: underline;
}
.footer {
padding: 20px 0 0 0;
margin: 0;
width: 100%;
height: 150px;
background-color: #333;
}
.footer p {
float: left;
text-shadow: none;
padding: 10px 30px 10px 30px;
font-size: 85%;
color: #ccc;
}
.footer a {
color: #fff;
}
.roman {
font-weight: normal;
text-transform: lowercase;
} | manual/css/manual.css | @font-face {
font-family: "Impact";
src: url("../fonts/Impact.TTF");
}
* {
margin: 0;
padding: 0;
}
html,
body {
min-width: 875px;
text-shadow: 0px 1px 0px #c0c0c8;
font-size: 14px;
line-height: 16px;
letter-spacing: 0px;
font-family: Arial, Verdana, "Lucida Grande", sans-serif;
color: #000;
background-color: #d3d4de;
}
h1,
h2,
h3,
h4,
h5 {
letter-spacing: 0.9px;
text-shadow: none;
text-transform: uppercase;
}
h1,
h2 {
word-spacing: 5px;
color: #333;
font-family: "Impact";
font-weight: normal;
}
h3,
h4,
h5 {
color: #111;
font-family: Arial, sans-serif;
font-weight: bold;
}
h1 {
padding-bottom: 5px;
padding-top: 5px;
font-size: 130%;
}
h2 {
font-size: 120%;
margin-top: 30px;
}
h3 {
font-size: 100%;
margin-left: 10px;
margin-top: 25px;
}
h4 {
font-size: 105%;
}
h2 {
width: 100%;
padding-bottom: 3px;
border-bottom: 1px solid #555;
}
em {
font-style: italic;
font-weight: inherit;
font-size: inherit;
}
b {
font-style: normal;
font-weight: bold;
}
.navigation {
margin: 20px 0 10px 20px;
}
.navigation ul {
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 80%;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0px;
margin: 0;
padding: 0px;
list-style: none;
}
.navigation ul li {
padding: 0 5px 0 5px;
margin: 0;
float: left;
color: #ccc;
text-shadow: 1px 1px 0px #000;
border-right: 1px solid #000;
}
.navigation ul li:first-child {
padding-left: 0px;
}
.navigation ul li a {
color: #000;
text-shadow: 0px 1px 0px #666;
text-decoration: inherit;
}
.navigation ul li a:hover {
color: #eee;
text-shadow: none;
}
.content {
padding: 10px 20px 10px 20px;
}
.content p {
margin: 10px 10px 10px 10px;
text-align: justify;
}
.content ul {
font-weight: bold;
margin: 10px 0px 10px 40px;
list-style: square;
}
.content ul ul {
margin-left: 0px;
font-weight: normal;
list-style: none;
}
.header {
width: 100%;
margin: 0px 0px 0px 0px;
padding: 15px 0 0 0;
height: 100px;
background-color: #666;
border-bottom: 2px solid #000;
}
.logoImage {
padding: 10px 0px 0px 20px;
position: relative;
margin-right: 0px;
float: left;
}
.clearfix {
float: none;
clear: both;
}
.imageRight {
margin: 10px 0 10px 20px;
float: right;
}
.imageRight p.caption,
.imageCenter p.caption {
padding: 0;
margin: 0;
text-align: center;
color: #000;
text-shadow: 0;
font-size: 85%;
font-weight: bold;
}
.imageRight img,
.imageCenter img {
border: 1px solid #000;
}
.imageCenter {
float: none;
text-align: center;
display: block;
width: 500px;
margin: 20px auto 0px auto;
}
.imageCenter img {
margin-left: auto;
margin-right: auto;
}
.tableDiv {
width: 75%;
margin-left: auto;
margin-right: auto;
}
table,
thead,
th,
tr,
td {
text-shadow: none;
border: 0;
border-collapse: collapse;
padding: 0;
margin: 0;
}
.table1 {
width: auto;
margin: 10px auto 10px auto;
border: 1px solid #000;
font-size: inherit;
}
.table1 thead {
background-color: #999;
}
.table1 th {
background-color: #999;
border-left: 1px solid #000;
}
.table1 th:first-child {
border-left: 0;
}
.table1 td {
text-align: center;
border: 1px solid #000;
}
.table1 td:first-child {
text-align: left;
}
.table1 td,
th {
padding: 1px 10px 1px 10px;
}
.table2 {
table-layout: fixed;
width: auto;
margin: 10px auto 10px auto;
border: 1px solid #000;
font-size: inherit;
}
.table2 img {
border: none;
}
.table2 thead {
background-color: #999;
}
.table2 th {
background-color: #999;
border-left: 1px solid #000;
}
.table2 th:first-child {
border-left: 0;
}
.table2 td {
text-align: left;
vertical-align: top;
border: 1px solid #000;
}
.table2 td:first-child {
text-align: left;
}
.table2 td,
th {
padding: 1px 10px 1px 10px;
}
.table2 table {
margin-top: 0;
padding-top: 0;
width: 100%;
}
.table2 table th {
margin: 0;
padding: 0;
visibility: hidden;
border: none;
}
.table2 table,
.table2 table td {
padding: 0px 5px 2px 0px;
text-align: left;
vertical-align: top;
font-size: inherit;
border: none;
}
.table2 table td:first-child {
text-align: left;
vertical-align: top;
font-size: 14px;
font-family: monospace;
font-weight: bold;
}
.table2 td p {
margin: 0;
padding: 0 0 5px 0;
}
.table2 td p table {
margin-top: 2px;
margin-left: 10px;
}
.controls {
margin: 10px auto 10px auto;
padding: 0;
border-spacing: 0;
border-collapse: collapse;
width: 600px;
font-size: inherit;
}
.controls td,
th {
border: 1px solid #000;
padding: 5px 10px 5px 10px;
}
.controls th {
background-color: #666;
text-align: left;
color: #b0b0b8;
}
.controls td {
border: 1px solid #000;
vertical-align: top;
}
.controls .leftColumn {
font-style: italic;
width: 260px;
}
.controls .rightColumn {
font-style: normal;
}
.controls table {
margin-top: 0;
padding-top: 0;
width: 100%;
}
.controls table th {
margin: 0;
padding: 0;
visibility: hidden;
border: none;
}
.controls table,
.controls table td {
padding: 0px 5px 2px 0px;
text-align: left;
vertical-align: top;
font-size: inherit;
border: none;
}
.controls table td:first-child {
text-align: left;
vertical-align: top;
font-size: 14px;
font-family: monospace;
font-weight: bold;
}
.controls td p {
margin: 0;
padding: 0 0 5px 0;
}
.controls td p table {
margin-top: 2px;
margin-left: 10px;
}
hr {
padding: 0;
margin: 10px 0px 10px 0px;
border: 0;
height: 1px;
background-color: #000;
}
table hr {
border: 0;
border-top: 1px dashed #000;
height: 1px;
background-color: transparent;
}
table tr td img {
border: 1px solid #000;
}
code {
font-size: 14px;
text-shadow: none;
}
.hex {
text-shadow: none;
font-family: monospace;
font-weight: bold;
font-size: 110%;
padding: 0 1px 0 1px;
}
a {
font-weight: bold;
color: inherit;
text-decoration: underline;
}
.footer {
padding: 20px 0 0 0;
margin: 0;
width: 100%;
height: 150px;
background-color: #333;
}
.footer p {
float: left;
text-shadow: none;
padding: 10px 30px 10px 30px;
font-size: 85%;
color: #ccc;
}
.footer a {
color: #fff;
}
.roman {
font-weight: normal;
text-transform: lowercase;
} | 0.405684 | 0.083404 |
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
}
.flaticon-balloon:before { content: "\f100"; }
.flaticon-black:before { content: "\f101"; }
.flaticon-calendar:before { content: "\f102"; }
.flaticon-circle:before { content: "\f103"; }
.flaticon-city:before { content: "\f104"; }
.flaticon-clip:before { content: "\f105"; }
.flaticon-close:before { content: "\f106"; }
.flaticon-days:before { content: "\f107"; }
.flaticon-education:before { content: "\f108"; }
.flaticon-eye109:before { content: "\f109"; }
.flaticon-gps:before { content: "\f10a"; }
.flaticon-graduation:before { content: "\f10b"; }
.flaticon-icon-88206:before { content: "\f10c"; }
.flaticon-icon-89571:before { content: "\f10d"; }
.flaticon-icon-98732:before { content: "\f10e"; }
.flaticon-interface:before { content: "\f10f"; }
.flaticon-interface-1:before { content: "\f110"; }
.flaticon-letter:before { content: "\f111"; }
.flaticon-letter133:before { content: "\f112"; }
.flaticon-magnifying-glass138:before { content: "\f113"; }
.flaticon-next:before { content: "\f114"; }
.flaticon-padlock50:before { content: "\f115"; }
.flaticon-people:before { content: "\f116"; }
.flaticon-profile5:before { content: "\f117"; }
.flaticon-round:before { content: "\f118"; }
.flaticon-search74:before { content: "\f119"; }
.flaticon-smartphone-with-blank-screen:before { content: "\f11a"; }
.flaticon-social:before { content: "\f11b"; }
.flaticon-technology:before { content: "\f11c"; }
.flaticon-time:before { content: "\f11d"; }
.flaticon-tool:before { content: "\f11e"; }
.flaticon-user-profile:before { content: "\f11f"; }
.flaticon-vintage:before { content: "\f120"; }
.flaticon-web:before { content: "\f121"; }
.flaticon-web-1:before { content: "\f122"; } | public/css/flat-icon/BU/flaticon.css | @font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
}
.flaticon-balloon:before { content: "\f100"; }
.flaticon-black:before { content: "\f101"; }
.flaticon-calendar:before { content: "\f102"; }
.flaticon-circle:before { content: "\f103"; }
.flaticon-city:before { content: "\f104"; }
.flaticon-clip:before { content: "\f105"; }
.flaticon-close:before { content: "\f106"; }
.flaticon-days:before { content: "\f107"; }
.flaticon-education:before { content: "\f108"; }
.flaticon-eye109:before { content: "\f109"; }
.flaticon-gps:before { content: "\f10a"; }
.flaticon-graduation:before { content: "\f10b"; }
.flaticon-icon-88206:before { content: "\f10c"; }
.flaticon-icon-89571:before { content: "\f10d"; }
.flaticon-icon-98732:before { content: "\f10e"; }
.flaticon-interface:before { content: "\f10f"; }
.flaticon-interface-1:before { content: "\f110"; }
.flaticon-letter:before { content: "\f111"; }
.flaticon-letter133:before { content: "\f112"; }
.flaticon-magnifying-glass138:before { content: "\f113"; }
.flaticon-next:before { content: "\f114"; }
.flaticon-padlock50:before { content: "\f115"; }
.flaticon-people:before { content: "\f116"; }
.flaticon-profile5:before { content: "\f117"; }
.flaticon-round:before { content: "\f118"; }
.flaticon-search74:before { content: "\f119"; }
.flaticon-smartphone-with-blank-screen:before { content: "\f11a"; }
.flaticon-social:before { content: "\f11b"; }
.flaticon-technology:before { content: "\f11c"; }
.flaticon-time:before { content: "\f11d"; }
.flaticon-tool:before { content: "\f11e"; }
.flaticon-user-profile:before { content: "\f11f"; }
.flaticon-vintage:before { content: "\f120"; }
.flaticon-web:before { content: "\f121"; }
.flaticon-web-1:before { content: "\f122"; } | 0.373762 | 0.200382 |
* { box-sizing: border-box; }
/*body {
font-family: sans-serif;
}*/
/* ---- button ---- */
.button {
display: inline-block;
padding: 10px 18px;
margin-bottom: 10px;
background: #EEE;
border: none;
border-radius: 7px;
background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
color: #222;
font-family: sans-serif;
font-size: 16px;
text-shadow: 0 1px white;
cursor: pointer;
}
.button:hover {
background-color: #8CF;
text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
color: #222;
}
.button:active,
.button.is-checked {
background-color: #28F;
}
.button.is-checked {
color: white;
text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.button:active {
box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
/* ---- button-fall2016 ---- */
/* ---- button-group ---- */
.button-group {
padding:25px;
border-top: 1px solid black;
}
.button-group:after {
content: '';
display: block;
clear: both;
}
.button-group .button {
float: left;
border-radius: 0;
margin-left: 0;
margin-right: 1px;
}
.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }
/* ---- button-group-fall2016 ---- */
/* ---- isotope ---- */
.grid {
border: 0px;
margin-right: auto;
margin-left: auto;
}
/* clear fix */
.grid:after {
content: '';
display: block;
clear: both;
}
/* ---- .element-item ---- */
.element-item {
position: relative;
float: left;
width: 300px;
height: 150px;
margin: 5px;
padding: 10px;
background: #888;
color: #262524;
}
.element-item > * {
margin: 0;
padding: 0;
}
.element-item .name {
position: absolute;
left: 10px;
top: 60px;
text-transform: none;
letter-spacing: 0;
font-size: 12px;
font-weight: normal;
}
.element-item .agency {
position: absolute;
left: 10px;
top: 0px;
font-size: 42px;
font-weight: bold;
color: white;
}
.element-item .team {
position: absolute;
right: 8px;
top: 5px;
}
.element-item .usecase {
position: absolute;
left: 10px;
top: 76px;
font-size: 12px;
}
.element-item.mobility { background: #F00; background: hsl( 0, 100%, 50%); }
.element-item.rapid-rehousing { background: #F80; background: hsl( 36, 100%, 50%); }
.element-item.school-info { background: #FF0; background: hsl( 72, 100%, 50%); }
.element-item.equity-score { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item.transit-accessibility { background: #0F8; background: hsl( 144, 100%, 50%); }
.element-item.small-town { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item.summer-food { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item.apprenticeship { background: #00F; background: hsl( 252, 100%, 50%); }
.element-item.skills { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item.emotional-wellbeing { background: #F08; background: hsl( 324, 100%, 50%); }
.element-item.suicide { background: #F08; background: hsl( 350, 100%, 50%); }
/* ---- element-item-fall2016 ---- */
.button-fall2016 {
display: inline-block;
padding: 10px 18px;
margin-bottom: 10px;
background: #EEE;
border: none;
border-radius: 7px;
background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
color: #222;
font-family: sans-serif;
font-size: 16px;
text-shadow: 0 1px white;
cursor: pointer;
}
.button-fall2016:hover {
background-color: #8CF;
text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
color: #222;
}
.button-fall2016:active,
.button-fall2016.is-checked {
background-color: #28F;
}
.button-fall2016.is-checked {
color: white;
text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.button-fall2016:active {
box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
.button-group-fall2016 {
padding:25px;
border-top: 1px solid black;
}
.button-group-fall2016:after {
content: '';
display: block;
clear: both;
}
.button-group-fall2016 .button-fall2016 {
float: left;
border-radius: 0;
margin-left: 0;
margin-right: 1px;
}
.button-group-fall2016 .button-fall2016:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group-fall2016 .button-fall2016:last-child { border-radius: 0 0.5em 0.5em 0; }
.grid-fall2016 {
border: 0px;
margin-right: auto;
margin-left: auto;
}
/* clear fix */
.grid-fall2016:after {
content: '';
display: block;
clear: both;
}
.element-item-fall2016 {
position: relative;
float: left;
width: 300px;
height: 150px;
margin: 5px;
padding: 10px;
background: #888;
color: #262524;
}
.element-item-fall2016 > * {
margin: 0;
padding: 0;
}
.element-item-fall2016 .name {
position: absolute;
left: 10px;
top: 60px;
text-transform: none;
letter-spacing: 0;
font-size: 12px;
font-weight: normal;
}
.element-item-fall2016 .agency {
position: absolute;
left: 10px;
top: 0px;
font-size: 42px;
font-weight: bold;
color: white;
}
.element-item-fall2016 .team {
position: absolute;
right: 8px;
top: 5px;
}
.element-item-fall2016 .usecase {
position: absolute;
left: 10px;
top: 76px;
font-size: 12px;
}
.element-item-fall2016.reentry { background: #050; background: hsl( 0, 100%, 50%); }
.element-item-fall2016.lgbtq-homelessness { background: #080; background: hsl( 36, 100%, 50%); }
.element-item-fall2016.section-8 { background: #0F0; background: hsl( 72, 100%, 50%); }
.element-item-fall2016.domestic-violence { background: #1F0; background: hsl( 108, 100%, 50%); }
.element-item-fall2016.rural { background: #3FF; background: hsl( 144, 100%, 50%); }
.element-item-fall2016.advocacy { background: #77F; background: hsl( 180, 100%, 50%); }
/* ---- element-item-spring2016 ---- */
.button-spring2016 {
display: inline-block;
padding: 10px 18px;
margin-bottom: 10px;
background: #EEE;
border: none;
border-radius: 7px;
background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
color: #222;
font-family: sans-serif;
font-size: 16px;
text-shadow: 0 1px white;
cursor: pointer;
}
.button-spring2016:hover {
background-color: #8CF;
text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
color: #222;
}
.button-spring2016:active,
.button-spring2016.is-checked {
background-color: #28F;
}
.button-spring2016.is-checked {
color: white;
text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.button-spring2016:active {
box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
.button-group-spring2016 {
padding:25px;
border-top: 1px solid black;
}
.button-group-spring2016:after {
content: '';
display: block;
clear: both;
}
.button-group-spring2016 .button-spring2016 {
float: left;
border-radius: 0;
margin-left: 0;
margin-right: 1px;
}
.button-group-spring2016 .button-spring2016:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group-spring2016 .button-spring2016:last-child { border-radius: 0 0.5em 0.5em 0; }
.grid-spring2016 {
border: 0px;
margin-right: auto;
margin-left: auto;
}
/* clear fix */
.grid-spring2016:after {
content: '';
display: block;
clear: both;
}
.element-item-spring2016 {
position: relative;
float: left;
width: 300px;
height: 150px;
margin: 5px;
padding: 10px;
background: #888;
color: #262524;
}
.element-item-spring2016 > * {
margin: 0;
padding: 0;
}
.element-item-spring2016 .name {
position: absolute;
left: 10px;
top: 60px;
text-transform: none;
letter-spacing: 0;
font-size: 12px;
font-weight: normal;
}
.element-item-spring2016 .agency {
position: absolute;
left: 10px;
top: 0px;
font-size: 22px;
font-weight: bold;
color: white;
}
.element-item-spring2016 .team {
position: absolute;
right: 8px;
top: 5px;
}
.element-item-spring2016 .usecase {
position: absolute;
left: 10px;
top: 76px;
font-size: 12px;
}
.element-item-spring2016.reentry { background: #050; background: hsl( 0, 100%, 50%); }
.element-item-spring2016.lgbtq-homelessness { background: #080; background: hsl( 36, 100%, 50%); }
.element-item-spring2016.section-8 { background: #0F0; background: hsl( 72, 100%, 50%); }
.element-item-spring2016.domestic-violence { background: #1F0; background: hsl( 108, 100%, 50%); }
.element-item-spring2016.rural { background: #3FF; background: hsl( 144, 100%, 50%); }
.element-item-spring2016.advocacy { background: #77F; background: hsl( 180, 100%, 50%); }
.background-styling {
/*background-image: linear-gradient(rgba(7, 7, 104, 0.8), rgba(7, 7, 104, 0.8)
),
url(../img/hero.jpg.jpg);*/
background-size: cover;
background-position: center bottom;
padding-bottom: 4em;
}
/*Photo Credit: https://pixabay.com/en/flags-american-manhattan-1425351/*/
.page-content-header-text h1 {
color: #205493;;
}
.page-content-header-text h3 {
color: #205493;;
}
.page-content-header-images img {
width: 310px;
height: 210px;
object-fit: cover;
box-shadow: 5px 5px 5px #000;
}
.panel-design {
border-style: solid;
border-width: 5px;
border-color: #aeb0b5;
margin-bottom: 2%;
}
.panel-design h2 {
text-align: center;
margin-top: 0.5em;
height: 78px;
}
.panel-content-div {
margin: 17px;
}
.panel-content-div img {
border-style: solid;
border-width: 2px;
border-color: black;
width: 280px;
height: 200px;
}
.panel-design p {
height: 125px;
}
.filters-div {
margin-top: 2em;
margin-bottom: 2em;
}
#Container .mix {
display: none;
}
.usa-button-show-all {
background-color: red;
border: 4px solid red;
}
.usa-button-show-all:hover {
box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
background-color: red;
color: white;
border: 4px solid white;
}
.grid-filler {
width: 11.17215%;
}
.gallery-header-text h1 {
text-align: center;
}
.usa-button-outline.button-style {
background-color: #ffffff;
color: #0071bc; }
}
@media screen and (min-width: 600px) {
.panel-design {
margin-right: 2.82916% !important;
}
}
@media screen and (min-width: 1201px) {
.panel-design {
margin-right: 1.35765% !important;
}
} | css/filter.css | * { box-sizing: border-box; }
/*body {
font-family: sans-serif;
}*/
/* ---- button ---- */
.button {
display: inline-block;
padding: 10px 18px;
margin-bottom: 10px;
background: #EEE;
border: none;
border-radius: 7px;
background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
color: #222;
font-family: sans-serif;
font-size: 16px;
text-shadow: 0 1px white;
cursor: pointer;
}
.button:hover {
background-color: #8CF;
text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
color: #222;
}
.button:active,
.button.is-checked {
background-color: #28F;
}
.button.is-checked {
color: white;
text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.button:active {
box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
/* ---- button-fall2016 ---- */
/* ---- button-group ---- */
.button-group {
padding:25px;
border-top: 1px solid black;
}
.button-group:after {
content: '';
display: block;
clear: both;
}
.button-group .button {
float: left;
border-radius: 0;
margin-left: 0;
margin-right: 1px;
}
.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }
/* ---- button-group-fall2016 ---- */
/* ---- isotope ---- */
.grid {
border: 0px;
margin-right: auto;
margin-left: auto;
}
/* clear fix */
.grid:after {
content: '';
display: block;
clear: both;
}
/* ---- .element-item ---- */
.element-item {
position: relative;
float: left;
width: 300px;
height: 150px;
margin: 5px;
padding: 10px;
background: #888;
color: #262524;
}
.element-item > * {
margin: 0;
padding: 0;
}
.element-item .name {
position: absolute;
left: 10px;
top: 60px;
text-transform: none;
letter-spacing: 0;
font-size: 12px;
font-weight: normal;
}
.element-item .agency {
position: absolute;
left: 10px;
top: 0px;
font-size: 42px;
font-weight: bold;
color: white;
}
.element-item .team {
position: absolute;
right: 8px;
top: 5px;
}
.element-item .usecase {
position: absolute;
left: 10px;
top: 76px;
font-size: 12px;
}
.element-item.mobility { background: #F00; background: hsl( 0, 100%, 50%); }
.element-item.rapid-rehousing { background: #F80; background: hsl( 36, 100%, 50%); }
.element-item.school-info { background: #FF0; background: hsl( 72, 100%, 50%); }
.element-item.equity-score { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item.transit-accessibility { background: #0F8; background: hsl( 144, 100%, 50%); }
.element-item.small-town { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item.summer-food { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item.apprenticeship { background: #00F; background: hsl( 252, 100%, 50%); }
.element-item.skills { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item.emotional-wellbeing { background: #F08; background: hsl( 324, 100%, 50%); }
.element-item.suicide { background: #F08; background: hsl( 350, 100%, 50%); }
/* ---- element-item-fall2016 ---- */
.button-fall2016 {
display: inline-block;
padding: 10px 18px;
margin-bottom: 10px;
background: #EEE;
border: none;
border-radius: 7px;
background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
color: #222;
font-family: sans-serif;
font-size: 16px;
text-shadow: 0 1px white;
cursor: pointer;
}
.button-fall2016:hover {
background-color: #8CF;
text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
color: #222;
}
.button-fall2016:active,
.button-fall2016.is-checked {
background-color: #28F;
}
.button-fall2016.is-checked {
color: white;
text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.button-fall2016:active {
box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
.button-group-fall2016 {
padding:25px;
border-top: 1px solid black;
}
.button-group-fall2016:after {
content: '';
display: block;
clear: both;
}
.button-group-fall2016 .button-fall2016 {
float: left;
border-radius: 0;
margin-left: 0;
margin-right: 1px;
}
.button-group-fall2016 .button-fall2016:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group-fall2016 .button-fall2016:last-child { border-radius: 0 0.5em 0.5em 0; }
.grid-fall2016 {
border: 0px;
margin-right: auto;
margin-left: auto;
}
/* clear fix */
.grid-fall2016:after {
content: '';
display: block;
clear: both;
}
.element-item-fall2016 {
position: relative;
float: left;
width: 300px;
height: 150px;
margin: 5px;
padding: 10px;
background: #888;
color: #262524;
}
.element-item-fall2016 > * {
margin: 0;
padding: 0;
}
.element-item-fall2016 .name {
position: absolute;
left: 10px;
top: 60px;
text-transform: none;
letter-spacing: 0;
font-size: 12px;
font-weight: normal;
}
.element-item-fall2016 .agency {
position: absolute;
left: 10px;
top: 0px;
font-size: 42px;
font-weight: bold;
color: white;
}
.element-item-fall2016 .team {
position: absolute;
right: 8px;
top: 5px;
}
.element-item-fall2016 .usecase {
position: absolute;
left: 10px;
top: 76px;
font-size: 12px;
}
.element-item-fall2016.reentry { background: #050; background: hsl( 0, 100%, 50%); }
.element-item-fall2016.lgbtq-homelessness { background: #080; background: hsl( 36, 100%, 50%); }
.element-item-fall2016.section-8 { background: #0F0; background: hsl( 72, 100%, 50%); }
.element-item-fall2016.domestic-violence { background: #1F0; background: hsl( 108, 100%, 50%); }
.element-item-fall2016.rural { background: #3FF; background: hsl( 144, 100%, 50%); }
.element-item-fall2016.advocacy { background: #77F; background: hsl( 180, 100%, 50%); }
/* ---- element-item-spring2016 ---- */
.button-spring2016 {
display: inline-block;
padding: 10px 18px;
margin-bottom: 10px;
background: #EEE;
border: none;
border-radius: 7px;
background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
color: #222;
font-family: sans-serif;
font-size: 16px;
text-shadow: 0 1px white;
cursor: pointer;
}
.button-spring2016:hover {
background-color: #8CF;
text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
color: #222;
}
.button-spring2016:active,
.button-spring2016.is-checked {
background-color: #28F;
}
.button-spring2016.is-checked {
color: white;
text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.button-spring2016:active {
box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
.button-group-spring2016 {
padding:25px;
border-top: 1px solid black;
}
.button-group-spring2016:after {
content: '';
display: block;
clear: both;
}
.button-group-spring2016 .button-spring2016 {
float: left;
border-radius: 0;
margin-left: 0;
margin-right: 1px;
}
.button-group-spring2016 .button-spring2016:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group-spring2016 .button-spring2016:last-child { border-radius: 0 0.5em 0.5em 0; }
.grid-spring2016 {
border: 0px;
margin-right: auto;
margin-left: auto;
}
/* clear fix */
.grid-spring2016:after {
content: '';
display: block;
clear: both;
}
.element-item-spring2016 {
position: relative;
float: left;
width: 300px;
height: 150px;
margin: 5px;
padding: 10px;
background: #888;
color: #262524;
}
.element-item-spring2016 > * {
margin: 0;
padding: 0;
}
.element-item-spring2016 .name {
position: absolute;
left: 10px;
top: 60px;
text-transform: none;
letter-spacing: 0;
font-size: 12px;
font-weight: normal;
}
.element-item-spring2016 .agency {
position: absolute;
left: 10px;
top: 0px;
font-size: 22px;
font-weight: bold;
color: white;
}
.element-item-spring2016 .team {
position: absolute;
right: 8px;
top: 5px;
}
.element-item-spring2016 .usecase {
position: absolute;
left: 10px;
top: 76px;
font-size: 12px;
}
.element-item-spring2016.reentry { background: #050; background: hsl( 0, 100%, 50%); }
.element-item-spring2016.lgbtq-homelessness { background: #080; background: hsl( 36, 100%, 50%); }
.element-item-spring2016.section-8 { background: #0F0; background: hsl( 72, 100%, 50%); }
.element-item-spring2016.domestic-violence { background: #1F0; background: hsl( 108, 100%, 50%); }
.element-item-spring2016.rural { background: #3FF; background: hsl( 144, 100%, 50%); }
.element-item-spring2016.advocacy { background: #77F; background: hsl( 180, 100%, 50%); }
.background-styling {
/*background-image: linear-gradient(rgba(7, 7, 104, 0.8), rgba(7, 7, 104, 0.8)
),
url(../img/hero.jpg.jpg);*/
background-size: cover;
background-position: center bottom;
padding-bottom: 4em;
}
/*Photo Credit: https://pixabay.com/en/flags-american-manhattan-1425351/*/
.page-content-header-text h1 {
color: #205493;;
}
.page-content-header-text h3 {
color: #205493;;
}
.page-content-header-images img {
width: 310px;
height: 210px;
object-fit: cover;
box-shadow: 5px 5px 5px #000;
}
.panel-design {
border-style: solid;
border-width: 5px;
border-color: #aeb0b5;
margin-bottom: 2%;
}
.panel-design h2 {
text-align: center;
margin-top: 0.5em;
height: 78px;
}
.panel-content-div {
margin: 17px;
}
.panel-content-div img {
border-style: solid;
border-width: 2px;
border-color: black;
width: 280px;
height: 200px;
}
.panel-design p {
height: 125px;
}
.filters-div {
margin-top: 2em;
margin-bottom: 2em;
}
#Container .mix {
display: none;
}
.usa-button-show-all {
background-color: red;
border: 4px solid red;
}
.usa-button-show-all:hover {
box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
background-color: red;
color: white;
border: 4px solid white;
}
.grid-filler {
width: 11.17215%;
}
.gallery-header-text h1 {
text-align: center;
}
.usa-button-outline.button-style {
background-color: #ffffff;
color: #0071bc; }
}
@media screen and (min-width: 600px) {
.panel-design {
margin-right: 2.82916% !important;
}
}
@media screen and (min-width: 1201px) {
.panel-design {
margin-right: 1.35765% !important;
}
} | 0.354768 | 0.109968 |
*{
margin: 0px;
padding: 0px;
}
body{
background-color: #e9ecf2;
}
.bg-dark{
background-color: #444444;
}
.navbar{
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
.navbar-brand{
width: 50px;
height: 50px;
}
.nav-item{
color: white;
margin: 8px 25px;
}
.navbar-dark .navbar-nav .nav-link{
font-family: 'Poppins', sans-serif;
background-color: #598DBD;
color: white;
width: 170px;
text-align: center;
font-size: 16px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
border-radius: 2px;
}
.navbar-dark .navbar-nav .nav-link.auth{
background-color: #BDA859;
}
@media screen and (max-width:768px){
.navbar-toggler{
padding: 3px;
}
.navbar-dark .navbar-toggler{
color: white;
}
.nav-item{
color: white;
margin: 5px 25px;
}
.navbar-dark .navbar-nav .nav-link{
width: 100%;
}
}
/* booked rooms */
.booked-rooms{
font-family: 'Poppins', sans-serif;
background-color: #444444;
border-radius: 25px;
color: white;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
}
.booked-rooms h2{
font-size: 32px;
text-align: center;
font-weight: 400;
}
.booked-rooms-card{
background-color: #796B46;
border-radius: 25px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.card-img{
width: 100%;
height: 100%;
border-radius: 25px;
position: relative;
}
.card-img img{
width: 100%;
height: 100%;
border-radius: 25px;
object-fit: cover;
}
.card-img-text{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: rgba(195, 35, 35, 0.7);
color: white;
border-radius: 25px;
font-size: 18px;
}
/* book Room */
.booking-filter{
background-color: #C4C4C4;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
border-radius: 25px;
}
.search-btn{
background-color: #598DBD;
border: none;
color: white;
font-size: 18px;
border-radius: 5px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.booking-filter label{
color: black;
font-size: 18px;
}
.bookNow-card{
background-color: #ADADAD;
border-radius: 25px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.card-room-img{
width: 100%;
height: 310px;
position: relative;
}
.card-room-img img{
width: 100%;
height: 100%;
border-radius: 25px;
object-fit: cover;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.room-details{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 25px;
content: "";
background-color: rgba(255, 255, 255, 0.2);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 18px;
font-weight: 600;
color: black;
}
.book-btn{
background-color: #598DBD;
color: white;
font-size: 22px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
/* login form */
.login-container{
width: 100%;
height: 90vh;
display: flex;
justify-content: center;
align-items: center;
}
.login-div{
width: 300px;
height: auto;
background-color: #444444;
border-radius: 25px;
color: white;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8) ;
}
.login-div h2{
font-weight: 400;
}
.login-div label{
color: #C4C4C4;
}
.login-div input:focus{
box-shadow: none;
outline: none;
border: 1px solid #000;
}
.login-btn{
color: white;
background-color: #598DBD;
border: none;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.8);
}
/* Booking room */
.book-now{
background-color: #444444;
border-radius: 25px;
color: white;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
}
.book-now h2{
font-size: 32px;
text-align: center;
font-weight: 400;
}
.book-btn{
border: none;
}
.book-container{
width: 100%;
height: 90vh;
display: flex;
justify-content: center;
align-items: center;
}
.book-container label{
color: #C4C4C4;
}
.book-container .form-control:focus, .book-container .custom-select:focus {
outline: none;
box-shadow: none;
border: 1px solid #000;
}
@media screen and (max-width:990px){
.book-container{
width: 100%;
height: auto;
}
} | resources/views/booking platform/css/home.css | *{
margin: 0px;
padding: 0px;
}
body{
background-color: #e9ecf2;
}
.bg-dark{
background-color: #444444;
}
.navbar{
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
.navbar-brand{
width: 50px;
height: 50px;
}
.nav-item{
color: white;
margin: 8px 25px;
}
.navbar-dark .navbar-nav .nav-link{
font-family: 'Poppins', sans-serif;
background-color: #598DBD;
color: white;
width: 170px;
text-align: center;
font-size: 16px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
border-radius: 2px;
}
.navbar-dark .navbar-nav .nav-link.auth{
background-color: #BDA859;
}
@media screen and (max-width:768px){
.navbar-toggler{
padding: 3px;
}
.navbar-dark .navbar-toggler{
color: white;
}
.nav-item{
color: white;
margin: 5px 25px;
}
.navbar-dark .navbar-nav .nav-link{
width: 100%;
}
}
/* booked rooms */
.booked-rooms{
font-family: 'Poppins', sans-serif;
background-color: #444444;
border-radius: 25px;
color: white;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
}
.booked-rooms h2{
font-size: 32px;
text-align: center;
font-weight: 400;
}
.booked-rooms-card{
background-color: #796B46;
border-radius: 25px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.card-img{
width: 100%;
height: 100%;
border-radius: 25px;
position: relative;
}
.card-img img{
width: 100%;
height: 100%;
border-radius: 25px;
object-fit: cover;
}
.card-img-text{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: rgba(195, 35, 35, 0.7);
color: white;
border-radius: 25px;
font-size: 18px;
}
/* book Room */
.booking-filter{
background-color: #C4C4C4;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
border-radius: 25px;
}
.search-btn{
background-color: #598DBD;
border: none;
color: white;
font-size: 18px;
border-radius: 5px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.booking-filter label{
color: black;
font-size: 18px;
}
.bookNow-card{
background-color: #ADADAD;
border-radius: 25px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.card-room-img{
width: 100%;
height: 310px;
position: relative;
}
.card-room-img img{
width: 100%;
height: 100%;
border-radius: 25px;
object-fit: cover;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.room-details{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 25px;
content: "";
background-color: rgba(255, 255, 255, 0.2);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 18px;
font-weight: 600;
color: black;
}
.book-btn{
background-color: #598DBD;
color: white;
font-size: 22px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
/* login form */
.login-container{
width: 100%;
height: 90vh;
display: flex;
justify-content: center;
align-items: center;
}
.login-div{
width: 300px;
height: auto;
background-color: #444444;
border-radius: 25px;
color: white;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8) ;
}
.login-div h2{
font-weight: 400;
}
.login-div label{
color: #C4C4C4;
}
.login-div input:focus{
box-shadow: none;
outline: none;
border: 1px solid #000;
}
.login-btn{
color: white;
background-color: #598DBD;
border: none;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.8);
}
/* Booking room */
.book-now{
background-color: #444444;
border-radius: 25px;
color: white;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
}
.book-now h2{
font-size: 32px;
text-align: center;
font-weight: 400;
}
.book-btn{
border: none;
}
.book-container{
width: 100%;
height: 90vh;
display: flex;
justify-content: center;
align-items: center;
}
.book-container label{
color: #C4C4C4;
}
.book-container .form-control:focus, .book-container .custom-select:focus {
outline: none;
box-shadow: none;
border: 1px solid #000;
}
@media screen and (max-width:990px){
.book-container{
width: 100%;
height: auto;
}
} | 0.267313 | 0.093347 |
body{
margin: 0px;
font:14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
a{
text-decoration: none; /*去除下划线*/
}
li{
list-style-type: none;
}
/*=============总体修饰结束==================*/
/*===================导航栏======================*/
.head{
height: 40px;
background-color: #333;
}
.content{
width: 1226px;
margin-right: auto;
margin-left: auto;
}
.nav{
height: 40px;
width: 600px;
float: left;
line-height: 40px;
}
.nav a{
color: #b0b0b0;
font-size: 12px;
text-decoration: none; /*去除下划线*/
}
.shu{
margin: 0.2em;
color: #424242;
}
.nav a:hover{
color: #fff;
}
.shoppingcart{
width: 120px;
margin-left: 15px;
position: relative;
float: right;
height: 40px;
background-color: #424242;
}
.shopping a{
background:url(./images/QQ截图20170322094157.png) no-repeat 0px 0px;
margin-left:10px;
}
.name{
line-height: 40px;
color: #b0b0b0;
margin: 20px;
text-decoration: none;
font-size: 12px;
}
.name:hover{
color: #ff9133;
text-decoration: none;
}
.shopping a:hover{
background:url(./images/QQ截图20170322103146.png) no-repeat 0px 0px;
}
.shoppingcart:hover{
background-color: #FFFFFF;
}
.menus{
width: 350px;
height: 100px;
position: absolute;
display: none;
right: -1px;
top: 40px;
background: #f9f9f9;
z-index: 30;
padding: 15px 0 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.type{
margin: -30px;
padding: 60px
}
.shoppingcart:hover .menus{
display: block;
}
.fen{
margin: 0.2em;
color: #424242;
}
.denglu{
height: 40px;
float: right;
line-height: 40px;
}
.denglu a{
color: #b0b0b0;
font-size: 12px;
}
.denglu a:hover{
color: #fff;
}
/*====================导航栏结束==========================*/
/*====================修饰搜索栏==========================*/
.chaxun{
position: relative;
z-index: 20;
height: 100px;
/*border: 1px solid red;*/
}
.chaxunone{
width: 1226px;
height: 100px;
margin: auto;
}
.mi{
float: left;
width: 62px;
margin-top: 22px;
}
.mitu{
position: relative;
width: 50px;
height: 50px;
line-height: 100px;
padding-top: 200px;
/*padding: 100px;*/
}
.suoyin{
float: left;
width: 850px;
}
.list{
position: relative;
z-index: 10;
float: left;
width: 820px;
height: 88px;
margin: 5px;
padding: 15px 0 0 0px;
list-style-type: none;
font-size: 16px;
}
.lianjie{
position: relative;
float: left;
width: 127px;
padding-right: 50px;
}
.id a{
float: left;
margin-left: 15px;
margin-top: 20px;
color: #333;
}
.id a:hover{
color: #ff6700;
}
.input{
float: right;
width: 296px;
margin-top: 25px;
}
.form{
position: relative;
width: 296px;
height: 50px;
}
.ss{
position: absolute;
top: 0;
right: 51px;
z-index: 1;
width: 223px;
height: 48px;
padding: 0 10px;
border: 1px solid #e0e0e0;
font-size: 14px;
line-height: 48px;
outline: 0;
transition: all .2s;
}
.a a{
width: 52px;
height: 50px;
float: right;
/*border: 1px solid red;*/
background: url(./images/QQ截图20170323105131.png)no-repeat 0px 0px;
}
.a a:hover{
background:url(./images/QQ截图20170323105235.png) no-repeat 0px 0px;
}
.words{
position: absolute;
top: 14px;
right: 62px;
z-index: 2;
text-align: right;
}
.words-one{
display: inline-block;
margin-left: 5px;
padding: 0 5px;
font-size: 12px;
background: #eee;
color: #757575;
transition: all .2s;
text-decoration: none;
}
.words-one:hover{
background-color: #ff6700;
}
.words-two{
display: inline-block;
margin-left: 5px;
padding: 0 5px;
font-size: 12px;
background: #eee;
color: #757575;
transition: all .2s;
text-decoration: none;
}
.words-two:hover{
background-color: #ff6700;
}
/*=============搜索栏结束=================*/
/*================修饰商品栏=====================*/
.shangpin{
position: relative;
z-index: 10;
width: 1226px;
height: 700px;
margin-right: auto;
margin-left: auto;
}
.shangpin-one{
position: relative;
/*border: 1px solid red;*/
height: 460px;
}
}
.shangpin-tu1{
float: none;
list-style: outside none none;
position: absolute;
width: 1226px;
z-index: 0;
display: none;
height: 460px;
}
.shangpin-tu1 a{
height: 460px;
display: block;
color: #757575;
text-decoration: none;
list-style: outside none none;
}
.shangpin-tu1 a img{
width: 1226px;
height: 460px;
display: block;
max-width: 100%;
}
.caidan{
display: block;
position: absolute;
top: 24px;
/*left: -92px;*/
z-index: 21;
width: 234px;
height: 460px;
font-size: 14px;
background-color: #333;
margin-right: auto;
margin-left: auto;
}
.caidan-one{
height: 420px;
border: 0;
color: #fff;
background: rgba(0,0,0,0.4);
margin: 0;
padding: 20px 0;
}
.caidan-two{
color: #fff;
list-style-type: none;
font-size: 14px;
}
.caidan-two a{
color: #fff;
position: relative;
display: block;
padding-left: 30px;
height: 42px;
line-height: 42px;
text-decoration: none;
}
.caidan-two a:hover{
background-color: #ff6700;
}
.box{
margin: 0px;
margin-top: 40px;
width: 1240px;
height: 170px;
float: left;
/*border: 1px solid red;*/
}
.box-one{
float: left;
}
.box-two{
width: 978px;
height: 170px;
float: left;
margin-left: 14px;
min-height: 1px;
}
.box-two1{
margin: 0;
padding: 0;
list-style-type: none;
}
.box-two2{
margin-left: 10px;
float: left;
width: 316px;
height: 170px;
}
.box-two2 a img{
width: 316px;
height: 170px;
/*margin-left: 5px*/
}
/*===============商品栏结束=================*/
/*==================修饰智能硬件====================*/
.zhineng{
background: #f5f5f5;
/*margin-top: 30px;*/
}
.zhineng-one{
width: 1226px;
height: 720px;
margin-right: auto;
margin-left: auto;
}
.zhineng-two{
height: 686px;
margin-bottom: 8px;
}
.zhineng-two1{
position: relative;
height: 58px;
}
.zhineng-title{
margin: 0;
font-size: 22px;
font-weight: 200;
line-height: 58px;
color: #333;
}
.zhineng-title1{
position: absolute;
top: 0;
right: 0;
}
.zhineng-title1 a{
font-size: 16px;
line-height: 58px;
color: #424242;
transition: all .4s;
}
.zhineng-title1 a:hover{
color: #ff6700;
}
.zhineng-title1-i{
width: 12px;
height: 10px;
padding: 10px;
margin-left: 8px;
/*margin-top: 30px;*/
border-radius: 16px;
font-size: 12px;
line-height: 12px;
background: #b0b0b0;
color: #fff;
vertical-align: 1px;
transition: all .4s;
background: url(./images/QQ截图20170327115956.png) no-repeat 0px 0px;
}
.zhineng-title1-i:hover{
background: url(./images/QQ截图20170327114710.png) no-repeat 0px 0px;
}
.zhineng-two2-tu1{
float: left;
margin-left: -15px;
min-height: 1px;
}
.zhineng-two2-tu1 a img{
position: relative;
z-index: 1;
float: left;
width: 234px;
margin-left: 14px;
margin-bottom: 14px;
background: #fff;
transition: all .2s linear;
}
.zhineng-two2-tu1 a img:hover{
z-index: 2;
transform: translate3d(0px -2px 0px);
margin-top: -1px;
box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
}
.zhineng-two2-tu2{
width: 975px;
float: left;
margin-left: 14px;
min-height: 1px;
}
.tu2-ul{
clear: both;
display: table;
width: 992px;
/*height: 614px;*/
padding: 0px;
list-style-type: none;
margin-top: auto;
}
.tu2-li{
height: 260px;
padding: 20px 0;
position: relative;
z-index: 1;
float: left;
width: 234px;
margin-left: 12px;
margin-bottom: 14px;
background: #fff;
transition: all .2s linear;
}
.tu2-li:hover{
z-index: 2;
transform: translate3d(0px -2px 0px);
margin-top: -1px;
box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
}
.tu2-div{
width: 160px;
height: 160px;
margin: 0 auto 18px;
}
.tu2-a{
display: block;
color: #757575;
text-decoration: none;
}
.tu2-a img{
width: 160px;
height: 160px;
}
.tu2-li h3{
margin: 0 10px 2px;
color: #333;
font-size: 14px;
font-weight: 400;
text-align: center;
}
.tu2-li h3 a{
display: block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: #333;
font-size: 14px;
font-weight: 400;
text-align: center;
}
.desc{
margin: 0 10px 10px;
height: 18px;
font-size: 12px;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: #b0b0b0;
}
.desc1{
margin: 0 10px 14px;
text-align: center;
color: #ff6700;
}
.desc1 span{
text-align: center;
color: #ff6700;
}
/*===================修饰尾页===================*/
.wei1{
width: 1226px;
height: 55px;
margin-right: auto;
margin-left: auto;
display: table;
clear: both;
}
.wei2{
padding: 27px 0;
border-bottom: 1px solid #e0e0e0;
}
.wei3{
height: 55px;
margin: 0;
padding: 0;
list-style-type: none;
}
.wei4{
/*border-left: 0;*/
float: left;
width: 19.8%;
height: 55px;
/*border-left: 1px solid #e0e0e0;*/
font-size: 16px;
line-height: 55px;
text-align: center;
}
.wei4 a{
color: #616161;
transition: color .2s;
}
.wei4 a:hover{
color: #ff6700;
}
.wei5{
clear: both;
content: " ";
display: table;
padding: 40px 0px;
margin: auto;
}
.wei6{
float: left;
width: 160px;
height: 112px;
margin: 0;
}
.wei6 dt{
margin: -1px 0 26px;
font-size: 14px;
line-height: 1.25;
color: #424242
}
.wei6 dd{
margin: 10px 0 0;
font-size: 12px;
}
.wei6 dd a{
color: #757575;
font-size: 12px;
}
.wei6 dd a:hover{
color: #ff6700;
}
.wei7{
float: right;
width: 251px;
height: 112px;
border-left: 1px solid #e0e0e0;
text-align: center;
color: #616161;
}
.phone{
margin: 0 0 5px;
font-size: 22px;
line-height: 1;
color: #ff6700;
}
.wei7-1{
margin: 0 0 16px;
font-size: 12px;
text-align: center;
color: #616161;
}
.wei7-2{
font-size: 12px;
text-align: center;
color: #616161;
}
.wei7 a{
border-color: #ff6700;
color: #ff6700;
background: #fff;
width: 118px;
height: 28px;
font-size: 12px;
line-height: 28px;
display: inline-block;
padding: 0;
margin: 0;
border: 1px solid #b0b0b0;
cursor: pointer;
transition: all .4s;
text-decoration: none;
}
.wei7 a:hover{
background-color: #ff6700;
color: #fff;
}
.di{
padding: 30px 0;
font-size: 12px;
background: #fafafa;
}
.di1{
content: " ";
display: table;
clear: both;
width: 1226px;
margin-right: auto;
margin-left: auto;
}
.di2{
float: left;
width: 57px;
height: 57px;
margin: 15px;
background: url(./images/QQ截图20170328102847.png) no-repeat 0px 0px;
}
.di3{
float: left;
color: #b0b0b0;
}
.di30-1{
margin: 0;
line-height: 18px;
}
.di3-1 a{
color: #757575;
}
.di3-1 a:hover{
color: #ff6700;
}
.di3-2{
margin: 0 .25em;
font-family: sans-serif;
font-size: 12px;
}
.di4{
margin: 0;
line-height: 18px;
color: #b0b0b0;
font-size: 12px;
}
.di4 a{
color: #b0b0b0;
}
.di4 a:hover{
color: #ff6700;
}
.di5{
float: right;
height: 28px;
margin: 15px 0 0;
}
.di5 a{
color: #757575;
text-decoration: none;
}
.jiewei{
clear: both;
margin: 30px auto 0;
width: 267px;
height: 19px;
background: url(./images/QQ截图20170328111825.png) no-repeat center 0;
display: block;
text-align: left;
text-indent: -9999em;
overflow: hidden;
} | mi.css | body{
margin: 0px;
font:14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
a{
text-decoration: none; /*去除下划线*/
}
li{
list-style-type: none;
}
/*=============总体修饰结束==================*/
/*===================导航栏======================*/
.head{
height: 40px;
background-color: #333;
}
.content{
width: 1226px;
margin-right: auto;
margin-left: auto;
}
.nav{
height: 40px;
width: 600px;
float: left;
line-height: 40px;
}
.nav a{
color: #b0b0b0;
font-size: 12px;
text-decoration: none; /*去除下划线*/
}
.shu{
margin: 0.2em;
color: #424242;
}
.nav a:hover{
color: #fff;
}
.shoppingcart{
width: 120px;
margin-left: 15px;
position: relative;
float: right;
height: 40px;
background-color: #424242;
}
.shopping a{
background:url(./images/QQ截图20170322094157.png) no-repeat 0px 0px;
margin-left:10px;
}
.name{
line-height: 40px;
color: #b0b0b0;
margin: 20px;
text-decoration: none;
font-size: 12px;
}
.name:hover{
color: #ff9133;
text-decoration: none;
}
.shopping a:hover{
background:url(./images/QQ截图20170322103146.png) no-repeat 0px 0px;
}
.shoppingcart:hover{
background-color: #FFFFFF;
}
.menus{
width: 350px;
height: 100px;
position: absolute;
display: none;
right: -1px;
top: 40px;
background: #f9f9f9;
z-index: 30;
padding: 15px 0 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.type{
margin: -30px;
padding: 60px
}
.shoppingcart:hover .menus{
display: block;
}
.fen{
margin: 0.2em;
color: #424242;
}
.denglu{
height: 40px;
float: right;
line-height: 40px;
}
.denglu a{
color: #b0b0b0;
font-size: 12px;
}
.denglu a:hover{
color: #fff;
}
/*====================导航栏结束==========================*/
/*====================修饰搜索栏==========================*/
.chaxun{
position: relative;
z-index: 20;
height: 100px;
/*border: 1px solid red;*/
}
.chaxunone{
width: 1226px;
height: 100px;
margin: auto;
}
.mi{
float: left;
width: 62px;
margin-top: 22px;
}
.mitu{
position: relative;
width: 50px;
height: 50px;
line-height: 100px;
padding-top: 200px;
/*padding: 100px;*/
}
.suoyin{
float: left;
width: 850px;
}
.list{
position: relative;
z-index: 10;
float: left;
width: 820px;
height: 88px;
margin: 5px;
padding: 15px 0 0 0px;
list-style-type: none;
font-size: 16px;
}
.lianjie{
position: relative;
float: left;
width: 127px;
padding-right: 50px;
}
.id a{
float: left;
margin-left: 15px;
margin-top: 20px;
color: #333;
}
.id a:hover{
color: #ff6700;
}
.input{
float: right;
width: 296px;
margin-top: 25px;
}
.form{
position: relative;
width: 296px;
height: 50px;
}
.ss{
position: absolute;
top: 0;
right: 51px;
z-index: 1;
width: 223px;
height: 48px;
padding: 0 10px;
border: 1px solid #e0e0e0;
font-size: 14px;
line-height: 48px;
outline: 0;
transition: all .2s;
}
.a a{
width: 52px;
height: 50px;
float: right;
/*border: 1px solid red;*/
background: url(./images/QQ截图20170323105131.png)no-repeat 0px 0px;
}
.a a:hover{
background:url(./images/QQ截图20170323105235.png) no-repeat 0px 0px;
}
.words{
position: absolute;
top: 14px;
right: 62px;
z-index: 2;
text-align: right;
}
.words-one{
display: inline-block;
margin-left: 5px;
padding: 0 5px;
font-size: 12px;
background: #eee;
color: #757575;
transition: all .2s;
text-decoration: none;
}
.words-one:hover{
background-color: #ff6700;
}
.words-two{
display: inline-block;
margin-left: 5px;
padding: 0 5px;
font-size: 12px;
background: #eee;
color: #757575;
transition: all .2s;
text-decoration: none;
}
.words-two:hover{
background-color: #ff6700;
}
/*=============搜索栏结束=================*/
/*================修饰商品栏=====================*/
.shangpin{
position: relative;
z-index: 10;
width: 1226px;
height: 700px;
margin-right: auto;
margin-left: auto;
}
.shangpin-one{
position: relative;
/*border: 1px solid red;*/
height: 460px;
}
}
.shangpin-tu1{
float: none;
list-style: outside none none;
position: absolute;
width: 1226px;
z-index: 0;
display: none;
height: 460px;
}
.shangpin-tu1 a{
height: 460px;
display: block;
color: #757575;
text-decoration: none;
list-style: outside none none;
}
.shangpin-tu1 a img{
width: 1226px;
height: 460px;
display: block;
max-width: 100%;
}
.caidan{
display: block;
position: absolute;
top: 24px;
/*left: -92px;*/
z-index: 21;
width: 234px;
height: 460px;
font-size: 14px;
background-color: #333;
margin-right: auto;
margin-left: auto;
}
.caidan-one{
height: 420px;
border: 0;
color: #fff;
background: rgba(0,0,0,0.4);
margin: 0;
padding: 20px 0;
}
.caidan-two{
color: #fff;
list-style-type: none;
font-size: 14px;
}
.caidan-two a{
color: #fff;
position: relative;
display: block;
padding-left: 30px;
height: 42px;
line-height: 42px;
text-decoration: none;
}
.caidan-two a:hover{
background-color: #ff6700;
}
.box{
margin: 0px;
margin-top: 40px;
width: 1240px;
height: 170px;
float: left;
/*border: 1px solid red;*/
}
.box-one{
float: left;
}
.box-two{
width: 978px;
height: 170px;
float: left;
margin-left: 14px;
min-height: 1px;
}
.box-two1{
margin: 0;
padding: 0;
list-style-type: none;
}
.box-two2{
margin-left: 10px;
float: left;
width: 316px;
height: 170px;
}
.box-two2 a img{
width: 316px;
height: 170px;
/*margin-left: 5px*/
}
/*===============商品栏结束=================*/
/*==================修饰智能硬件====================*/
.zhineng{
background: #f5f5f5;
/*margin-top: 30px;*/
}
.zhineng-one{
width: 1226px;
height: 720px;
margin-right: auto;
margin-left: auto;
}
.zhineng-two{
height: 686px;
margin-bottom: 8px;
}
.zhineng-two1{
position: relative;
height: 58px;
}
.zhineng-title{
margin: 0;
font-size: 22px;
font-weight: 200;
line-height: 58px;
color: #333;
}
.zhineng-title1{
position: absolute;
top: 0;
right: 0;
}
.zhineng-title1 a{
font-size: 16px;
line-height: 58px;
color: #424242;
transition: all .4s;
}
.zhineng-title1 a:hover{
color: #ff6700;
}
.zhineng-title1-i{
width: 12px;
height: 10px;
padding: 10px;
margin-left: 8px;
/*margin-top: 30px;*/
border-radius: 16px;
font-size: 12px;
line-height: 12px;
background: #b0b0b0;
color: #fff;
vertical-align: 1px;
transition: all .4s;
background: url(./images/QQ截图20170327115956.png) no-repeat 0px 0px;
}
.zhineng-title1-i:hover{
background: url(./images/QQ截图20170327114710.png) no-repeat 0px 0px;
}
.zhineng-two2-tu1{
float: left;
margin-left: -15px;
min-height: 1px;
}
.zhineng-two2-tu1 a img{
position: relative;
z-index: 1;
float: left;
width: 234px;
margin-left: 14px;
margin-bottom: 14px;
background: #fff;
transition: all .2s linear;
}
.zhineng-two2-tu1 a img:hover{
z-index: 2;
transform: translate3d(0px -2px 0px);
margin-top: -1px;
box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
}
.zhineng-two2-tu2{
width: 975px;
float: left;
margin-left: 14px;
min-height: 1px;
}
.tu2-ul{
clear: both;
display: table;
width: 992px;
/*height: 614px;*/
padding: 0px;
list-style-type: none;
margin-top: auto;
}
.tu2-li{
height: 260px;
padding: 20px 0;
position: relative;
z-index: 1;
float: left;
width: 234px;
margin-left: 12px;
margin-bottom: 14px;
background: #fff;
transition: all .2s linear;
}
.tu2-li:hover{
z-index: 2;
transform: translate3d(0px -2px 0px);
margin-top: -1px;
box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
}
.tu2-div{
width: 160px;
height: 160px;
margin: 0 auto 18px;
}
.tu2-a{
display: block;
color: #757575;
text-decoration: none;
}
.tu2-a img{
width: 160px;
height: 160px;
}
.tu2-li h3{
margin: 0 10px 2px;
color: #333;
font-size: 14px;
font-weight: 400;
text-align: center;
}
.tu2-li h3 a{
display: block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: #333;
font-size: 14px;
font-weight: 400;
text-align: center;
}
.desc{
margin: 0 10px 10px;
height: 18px;
font-size: 12px;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: #b0b0b0;
}
.desc1{
margin: 0 10px 14px;
text-align: center;
color: #ff6700;
}
.desc1 span{
text-align: center;
color: #ff6700;
}
/*===================修饰尾页===================*/
.wei1{
width: 1226px;
height: 55px;
margin-right: auto;
margin-left: auto;
display: table;
clear: both;
}
.wei2{
padding: 27px 0;
border-bottom: 1px solid #e0e0e0;
}
.wei3{
height: 55px;
margin: 0;
padding: 0;
list-style-type: none;
}
.wei4{
/*border-left: 0;*/
float: left;
width: 19.8%;
height: 55px;
/*border-left: 1px solid #e0e0e0;*/
font-size: 16px;
line-height: 55px;
text-align: center;
}
.wei4 a{
color: #616161;
transition: color .2s;
}
.wei4 a:hover{
color: #ff6700;
}
.wei5{
clear: both;
content: " ";
display: table;
padding: 40px 0px;
margin: auto;
}
.wei6{
float: left;
width: 160px;
height: 112px;
margin: 0;
}
.wei6 dt{
margin: -1px 0 26px;
font-size: 14px;
line-height: 1.25;
color: #424242
}
.wei6 dd{
margin: 10px 0 0;
font-size: 12px;
}
.wei6 dd a{
color: #757575;
font-size: 12px;
}
.wei6 dd a:hover{
color: #ff6700;
}
.wei7{
float: right;
width: 251px;
height: 112px;
border-left: 1px solid #e0e0e0;
text-align: center;
color: #616161;
}
.phone{
margin: 0 0 5px;
font-size: 22px;
line-height: 1;
color: #ff6700;
}
.wei7-1{
margin: 0 0 16px;
font-size: 12px;
text-align: center;
color: #616161;
}
.wei7-2{
font-size: 12px;
text-align: center;
color: #616161;
}
.wei7 a{
border-color: #ff6700;
color: #ff6700;
background: #fff;
width: 118px;
height: 28px;
font-size: 12px;
line-height: 28px;
display: inline-block;
padding: 0;
margin: 0;
border: 1px solid #b0b0b0;
cursor: pointer;
transition: all .4s;
text-decoration: none;
}
.wei7 a:hover{
background-color: #ff6700;
color: #fff;
}
.di{
padding: 30px 0;
font-size: 12px;
background: #fafafa;
}
.di1{
content: " ";
display: table;
clear: both;
width: 1226px;
margin-right: auto;
margin-left: auto;
}
.di2{
float: left;
width: 57px;
height: 57px;
margin: 15px;
background: url(./images/QQ截图20170328102847.png) no-repeat 0px 0px;
}
.di3{
float: left;
color: #b0b0b0;
}
.di30-1{
margin: 0;
line-height: 18px;
}
.di3-1 a{
color: #757575;
}
.di3-1 a:hover{
color: #ff6700;
}
.di3-2{
margin: 0 .25em;
font-family: sans-serif;
font-size: 12px;
}
.di4{
margin: 0;
line-height: 18px;
color: #b0b0b0;
font-size: 12px;
}
.di4 a{
color: #b0b0b0;
}
.di4 a:hover{
color: #ff6700;
}
.di5{
float: right;
height: 28px;
margin: 15px 0 0;
}
.di5 a{
color: #757575;
text-decoration: none;
}
.jiewei{
clear: both;
margin: 30px auto 0;
width: 267px;
height: 19px;
background: url(./images/QQ截图20170328111825.png) no-repeat center 0;
display: block;
text-align: left;
text-indent: -9999em;
overflow: hidden;
} | 0.248352 | 0.051059 |
@import "normalize_reset.css";
body {
font-family: 'Ubuntu', sans-serif;
}
header {
display: flex;
flex-direction: column;
background-color: #1f2937;
}
.hero, footer {
background-color: #1f2937;
}
.hero{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding-top: 3em;
padding-bottom: 3em;
flex-wrap: wrap;
}
.hero-img{
max-width: 600px;
}
.hero-main-text {
font-size: 48px;
font-weight: 800;
color: #F9FaF8;
text-align: left;
max-width: 90%;
}
.hero-secondary-text {
font-size: 18px;
color: #e5e7eb;
text-align: left;
max-width: 85%;
}
.button {
margin-top: 10px;
border-radius:5px;
padding: 10px 25px ;
color: #e5e7eb;
background-color: #3882F6;
}
.button_call{
margin-top: 10px;
border-radius:5px;
padding: 10px 25px ;
border: #F9FaF8 1px solid;
}
.information-header-text {
font-size: 36px;
font-weight: 700;
color: #1f2937;
}
#nav_wrapper {
display: flex;
flex-direction: row;
}
.logo_text {
font-size: 24px;
color: #F9FaF8;
}
.logo_text {
float: left;
min-width: 50%;
}
nav {
min-width: 50%;
justify-content: flex-end;
display: flex;
flex-direction: row;
}
nav >.nav-link{
text-decoration: none;
padding: 5px;
color: #F9FaF8;
}
main >h1 {
text-align: center;
}
.girls{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
align-content: center;
align-items: center;
margin-top: 20px;
margin-bottom: 20px;
}
.model-photo{
position: relative;
width: 250px;
height: 250px;
border-radius: 10px;
overflow: hidden;
background-position: center;
background-size: cover;
}
.description{
margin-top: 5px;
max-width: 250px;
color: #1f2937;
font-style: italic;
text-align: center;
}
.girls >.model-photo >img {
max-width: 250px;
max-height: 250px;
}
.quote {
display: flex;
align-items: center;
margin: 0 auto;
background-color: #e5e7eb;
font-size: 36px;
font-weight: 300;
font-style: italic;
flex-direction: column;
}
.quote > p{
text-align: left;
max-width: 700px;
}
.quote>p:before{
content: open-quote;
font-weight: bold;
font-size:100px;
color:#1f2937;
opacity: .5;
}
.cite{
margin-top: 20px;
font-style: normal;
font-weight: bolder;
float: right;
}
.call_wrapper{
display: flex;
padding: 3em;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
}
.call_to_action {
border-radius: 10px;
min-width: 50%;
display: flex;
flex-direction: row;
background-color: #3882F6;
flex-wrap: wrap;
align-content: center;
justify-content: space-around;
align-items: center;
color: #F9FaF8;
}
footer{
padding: 30px 0;
text-align: center;
color: #F9FaF8;
} | css/styles.css | @import "normalize_reset.css";
body {
font-family: 'Ubuntu', sans-serif;
}
header {
display: flex;
flex-direction: column;
background-color: #1f2937;
}
.hero, footer {
background-color: #1f2937;
}
.hero{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding-top: 3em;
padding-bottom: 3em;
flex-wrap: wrap;
}
.hero-img{
max-width: 600px;
}
.hero-main-text {
font-size: 48px;
font-weight: 800;
color: #F9FaF8;
text-align: left;
max-width: 90%;
}
.hero-secondary-text {
font-size: 18px;
color: #e5e7eb;
text-align: left;
max-width: 85%;
}
.button {
margin-top: 10px;
border-radius:5px;
padding: 10px 25px ;
color: #e5e7eb;
background-color: #3882F6;
}
.button_call{
margin-top: 10px;
border-radius:5px;
padding: 10px 25px ;
border: #F9FaF8 1px solid;
}
.information-header-text {
font-size: 36px;
font-weight: 700;
color: #1f2937;
}
#nav_wrapper {
display: flex;
flex-direction: row;
}
.logo_text {
font-size: 24px;
color: #F9FaF8;
}
.logo_text {
float: left;
min-width: 50%;
}
nav {
min-width: 50%;
justify-content: flex-end;
display: flex;
flex-direction: row;
}
nav >.nav-link{
text-decoration: none;
padding: 5px;
color: #F9FaF8;
}
main >h1 {
text-align: center;
}
.girls{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
align-content: center;
align-items: center;
margin-top: 20px;
margin-bottom: 20px;
}
.model-photo{
position: relative;
width: 250px;
height: 250px;
border-radius: 10px;
overflow: hidden;
background-position: center;
background-size: cover;
}
.description{
margin-top: 5px;
max-width: 250px;
color: #1f2937;
font-style: italic;
text-align: center;
}
.girls >.model-photo >img {
max-width: 250px;
max-height: 250px;
}
.quote {
display: flex;
align-items: center;
margin: 0 auto;
background-color: #e5e7eb;
font-size: 36px;
font-weight: 300;
font-style: italic;
flex-direction: column;
}
.quote > p{
text-align: left;
max-width: 700px;
}
.quote>p:before{
content: open-quote;
font-weight: bold;
font-size:100px;
color:#1f2937;
opacity: .5;
}
.cite{
margin-top: 20px;
font-style: normal;
font-weight: bolder;
float: right;
}
.call_wrapper{
display: flex;
padding: 3em;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
}
.call_to_action {
border-radius: 10px;
min-width: 50%;
display: flex;
flex-direction: row;
background-color: #3882F6;
flex-wrap: wrap;
align-content: center;
justify-content: space-around;
align-items: center;
color: #F9FaF8;
}
footer{
padding: 30px 0;
text-align: center;
color: #F9FaF8;
} | 0.287668 | 0.096153 |
.photoWall{
max-width:1920px;
min-width:1000px;
height:600px;
background: url(../img/xpxs_top_bg.png) no-repeat center;
}
.photoWallBox{
width:1000px;
margin:0px auto;
}
.photoWall img{
border:10px solid rgba(255, 165, 0, 0.29);
transition:all 1s;
}
.photoWall img:nth-child(1){
transform: rotate(-27deg) translate(82px,140px);
}
.photoWall img:nth-child(1):hover{
transform: translate(150px,70px) scale(1.25);
}
.photoWall img:nth-child(2){
transform: rotate(13deg) translate(270px,-60px);
}
.photoWall img:nth-child(2):hover{
transform: translate(300px,10px) scale(1.5,1.5);
}
.photoWall img:nth-child(3){
transform: rotate(17deg) translate(-12px,218px);
}
.photoWall img:nth-child(3):hover{
transform: translate(-55px,200px) scale(1.2);
}
.photoWall img:nth-child(4){
transform:rotate(-20deg) translate(300px,149px);
}
.photoWall img:nth-child(4):hover{
transform: translate(300px,49px) scale(1.2);
}
.photoWall img:nth-child(5){
transform: translate(-630px,180px);
}
.photoWall img:nth-child(5):hover{
transform: translate(-621px,180px) scale(1.1);
}
.photoWall img:nth-child(6){
transform: rotate(10deg) translate(88px,261px);
}
.photoWall img:nth-child(6):hover{
transform: translate(88px,261px) scale(1.2);
}
.photoWall img:nth-child(7){
transform: translate(504px,98px);
}
.photoWall img:nth-child(7):hover{
transform: translate(504px,98px) scale(1.2);
}
.photoWall img:nth-child(8){
transform: rotate(13deg) translate(-86px,250px);
}
.photoWall img:nth-child(8):hover{
transform: translate(-80px,220px) scale(1.2);
}
.photoWall img:nth-child(9){
transform: rotate(-10deg) translate(58px,234px);
}
.photoWall img:nth-child(9):hover{
transform: translate(58px,225px) scale(1.2);
}
/*私人定制*/
.privateShopping{
max-width:1920px;
min-width:1000px;
}
.privateShoppingBox{
width:1000px;
margin:0px auto;
text-align: center;
box-sizing:border-box;
}
.psHead{
width:1000px;
height:300px;
}
.psHead h1{
margin:60px 0px 40px;
color: gray;
}
.psHead section{
margin-bottom:20px;
color:#a6a6a6;
}
.psHead section:nth-child(2){
color:#000000;
}
/*私人定制的照片墙*/
.psphotoWall{
width: 1000px;
height: 670px;
}
.psphotoWall li section{
float: left;
width: 320px;
height: 330px;
margin-bottom: 10px;
margin-right: 20px;
overflow: hidden;
}
.psphotoWall li section img{
width: 100%;
height: 100%;
transition: all 1s;
}
.psphotoWall li:nth-child(1) section:nth-child(2){
width:660px;
margin-right: 0px;
}
.psphotoWall li:nth-child(2) section:nth-child(3){
margin-right: 0px;
}
.psphotoWall li:nth-child(2) section:nth-child(3)>img{
/*transform: scale(1.15,1.05);*/
width: 350px;
height: 345px;
margin-top:-10px;
}
.psphotoWall li section:hover img{
transform: scale(1.2) rotate(10deg);
}
/*私人定制选项卡*/
.psTabs{
width: 1000px;
height: 800px;
margin:0px auto;
margin-top: 120px;
position: relative;
}
/*选项卡导航栏*/
.psTabsList li{
float: left;
}
.psTabsList li a{
display: inline-block;
width:200px;
height:50px;
line-height: 50px;
text-align: center;
font-size: 20px;
background-color: #E3E3E3;
color: #808080;
transition: all 1s;
margin-left: 10px;
}
/*选项卡内容部分*/
.psTabsList li a+section{
width: 1000px;
height: 630px;
background-color: #fff;/*由于第一个section即婚纱摄影部分设置的是始终显示,所以在移入第二、三部分的时候,第一部分的婚纱摄影一直显示。这里加一个背景色就会遮盖住第一个部分的婚纱摄影的section*/
position: absolute;/*定位,所有内容部分叠加在一起*/
left: 0px;
display: none;
}
.psTabsList li:hover section{
display: block;
}
.psTabsList li a+section li{
width:326px;
height:330px;
margin-top:10px;
margin-right:10px;
float:left;
}
.psTabsList li a+section li:nth-child(3n){
margin-right:0px;
}
/*选项卡动态效果*/
.psTabsList li a:hover{
background-color: #FFC001;
color:#fff;
}
.psTabsList li .weddingsP{
display: block;
}
/*鼠标移入选项卡的内容后的动画效果*/
@keyframes TabsAnimation1{
0%{transform:rotate(0deg)}
15%{transform: rotate(0deg);}
30%{transform: rotate(-30deg);}
45%{transform: rotate(-30deg);}
60%{transform: rotate(-15deg);}
75%{transform: rotate(-15deg);}
90%{transform: rotate(-25deg);}
100%{transform: rotate(-25deg) scale(1.1);}
}
.psTabsList li a+section li:hover{
animation: TabsAnimation1 0.4s forwards;
} | css/photosShare.css | .photoWall{
max-width:1920px;
min-width:1000px;
height:600px;
background: url(../img/xpxs_top_bg.png) no-repeat center;
}
.photoWallBox{
width:1000px;
margin:0px auto;
}
.photoWall img{
border:10px solid rgba(255, 165, 0, 0.29);
transition:all 1s;
}
.photoWall img:nth-child(1){
transform: rotate(-27deg) translate(82px,140px);
}
.photoWall img:nth-child(1):hover{
transform: translate(150px,70px) scale(1.25);
}
.photoWall img:nth-child(2){
transform: rotate(13deg) translate(270px,-60px);
}
.photoWall img:nth-child(2):hover{
transform: translate(300px,10px) scale(1.5,1.5);
}
.photoWall img:nth-child(3){
transform: rotate(17deg) translate(-12px,218px);
}
.photoWall img:nth-child(3):hover{
transform: translate(-55px,200px) scale(1.2);
}
.photoWall img:nth-child(4){
transform:rotate(-20deg) translate(300px,149px);
}
.photoWall img:nth-child(4):hover{
transform: translate(300px,49px) scale(1.2);
}
.photoWall img:nth-child(5){
transform: translate(-630px,180px);
}
.photoWall img:nth-child(5):hover{
transform: translate(-621px,180px) scale(1.1);
}
.photoWall img:nth-child(6){
transform: rotate(10deg) translate(88px,261px);
}
.photoWall img:nth-child(6):hover{
transform: translate(88px,261px) scale(1.2);
}
.photoWall img:nth-child(7){
transform: translate(504px,98px);
}
.photoWall img:nth-child(7):hover{
transform: translate(504px,98px) scale(1.2);
}
.photoWall img:nth-child(8){
transform: rotate(13deg) translate(-86px,250px);
}
.photoWall img:nth-child(8):hover{
transform: translate(-80px,220px) scale(1.2);
}
.photoWall img:nth-child(9){
transform: rotate(-10deg) translate(58px,234px);
}
.photoWall img:nth-child(9):hover{
transform: translate(58px,225px) scale(1.2);
}
/*私人定制*/
.privateShopping{
max-width:1920px;
min-width:1000px;
}
.privateShoppingBox{
width:1000px;
margin:0px auto;
text-align: center;
box-sizing:border-box;
}
.psHead{
width:1000px;
height:300px;
}
.psHead h1{
margin:60px 0px 40px;
color: gray;
}
.psHead section{
margin-bottom:20px;
color:#a6a6a6;
}
.psHead section:nth-child(2){
color:#000000;
}
/*私人定制的照片墙*/
.psphotoWall{
width: 1000px;
height: 670px;
}
.psphotoWall li section{
float: left;
width: 320px;
height: 330px;
margin-bottom: 10px;
margin-right: 20px;
overflow: hidden;
}
.psphotoWall li section img{
width: 100%;
height: 100%;
transition: all 1s;
}
.psphotoWall li:nth-child(1) section:nth-child(2){
width:660px;
margin-right: 0px;
}
.psphotoWall li:nth-child(2) section:nth-child(3){
margin-right: 0px;
}
.psphotoWall li:nth-child(2) section:nth-child(3)>img{
/*transform: scale(1.15,1.05);*/
width: 350px;
height: 345px;
margin-top:-10px;
}
.psphotoWall li section:hover img{
transform: scale(1.2) rotate(10deg);
}
/*私人定制选项卡*/
.psTabs{
width: 1000px;
height: 800px;
margin:0px auto;
margin-top: 120px;
position: relative;
}
/*选项卡导航栏*/
.psTabsList li{
float: left;
}
.psTabsList li a{
display: inline-block;
width:200px;
height:50px;
line-height: 50px;
text-align: center;
font-size: 20px;
background-color: #E3E3E3;
color: #808080;
transition: all 1s;
margin-left: 10px;
}
/*选项卡内容部分*/
.psTabsList li a+section{
width: 1000px;
height: 630px;
background-color: #fff;/*由于第一个section即婚纱摄影部分设置的是始终显示,所以在移入第二、三部分的时候,第一部分的婚纱摄影一直显示。这里加一个背景色就会遮盖住第一个部分的婚纱摄影的section*/
position: absolute;/*定位,所有内容部分叠加在一起*/
left: 0px;
display: none;
}
.psTabsList li:hover section{
display: block;
}
.psTabsList li a+section li{
width:326px;
height:330px;
margin-top:10px;
margin-right:10px;
float:left;
}
.psTabsList li a+section li:nth-child(3n){
margin-right:0px;
}
/*选项卡动态效果*/
.psTabsList li a:hover{
background-color: #FFC001;
color:#fff;
}
.psTabsList li .weddingsP{
display: block;
}
/*鼠标移入选项卡的内容后的动画效果*/
@keyframes TabsAnimation1{
0%{transform:rotate(0deg)}
15%{transform: rotate(0deg);}
30%{transform: rotate(-30deg);}
45%{transform: rotate(-30deg);}
60%{transform: rotate(-15deg);}
75%{transform: rotate(-15deg);}
90%{transform: rotate(-25deg);}
100%{transform: rotate(-25deg) scale(1.1);}
}
.psTabsList li a+section li:hover{
animation: TabsAnimation1 0.4s forwards;
} | 0.199035 | 0.057599 |
body {
width:99%;
font-size:14;
font-family:Verdana, Arial;
text-align:left;
color:#000;
margin:0;
padding:0;
overflow-y:scroll; /*Всегда отображать вертикальную прокрутку чтоб сайт не ездил*/
}
.container {
text-align:left;
width:100%;
margin:0;
padding:0 0 0 10px;
float:left;
}
.gormenu {
font-size:20px;
text-align:left;
color:#000;
background-color:#3698da;
/*Gradient*/
background: -moz-linear-gradient(bottom, #3698da, #cdebff); /* Firefox 3.6+ */
/* Chrome 1-9, Safari 4-5 */
background: -webkit-gradient(linear, left bottom, left top,
color-stop(0%,#3698da), color-stop(100%,#cdebff));
/* Chrome 10+, Safari 5.1+ */
background: -webkit-linear-gradient(bottom, #3698da, #cdebff);
background: -o-linear-gradient(bottom, #3698da, #cdebff); /* Opera 11.10+ */
background: -ms-linear-gradient(bottom, #3698da, #cdebff); /* IE10 */
background: linear-gradient(bottom, #3698da, #cdebff); /* CSS3 */
width:100%;
overflow:hidden;
margin:0;
padding:0;
float:left;
-webkit-box-shadow: 0 0 5px #666; /* Тень для Safari 3.0 */
box-shadow: 0 0 5px #666; /* Тень для остальных браузеров */
-moz-box-shadow: 0 0 5px #666p; /* Тень для Firefox 3.5 */
}
.gormenu a {
color:#000;
font-size:20px;
text-decoration:none;
line-height: 2;
}
.gormenu a:active, .gormenu a:hover, .gormenu a.selected {
color:#ff0;
text-decoration:none;
}
.content {
text-align:left;
color:#333;
width:99%;
margin:0;
padding:0;
float:left;
}
.content a {
color:#36c;
text-decoration:underline;
}
.futor {
text-align:left;
background-color:#3698da;
/*Gradient*/
background: -moz-linear-gradient(bottom, #3698da, #cdebff); /* Firefox 3.6+ */
/* Chrome 1-9, Safari 4-5 */
background: -webkit-gradient(linear, left bottom, left top,
color-stop(0%,#3698da), color-stop(100%,#cdebff));
/* Chrome 10+, Safari 5.1+ */
background: -webkit-linear-gradient(bottom, #3698da, #cdebff);
background: -o-linear-gradient(bottom, #3698da, #cdebff); /* Opera 11.10+ */
background: -ms-linear-gradient(bottom, #3698da, #cdebff); /* IE10 */
background: linear-gradient(bottom, #3698da, #cdebff); /* CSS3 */
width:100%;
margin:9px 0 0;
padding:6px 0;
float:left;
-webkit-box-shadow: 0 0 5px #666; /* Тень для Safari 3.0 */
box-shadow: 0 0 5px #666; /* Тень для остальных браузеров */
-moz-box-shadow: 0 0 5px #666p; /* Тень для Firefox 3.5 */
}
.futor p {
margin:0;
padding:0;
}
.futor a {
color:#36c;
text-decoration:underline;
}
h1 {
font-size:20px;
font-weight:normal;
text-decoration:none;
margin:0;
padding:0;
}
h2 {
font-family:20px;
font-weight:normal;
text-decoration:none;
margin:0;
padding:0;
} | www/src/mnbv/css/default.css | body {
width:99%;
font-size:14;
font-family:Verdana, Arial;
text-align:left;
color:#000;
margin:0;
padding:0;
overflow-y:scroll; /*Всегда отображать вертикальную прокрутку чтоб сайт не ездил*/
}
.container {
text-align:left;
width:100%;
margin:0;
padding:0 0 0 10px;
float:left;
}
.gormenu {
font-size:20px;
text-align:left;
color:#000;
background-color:#3698da;
/*Gradient*/
background: -moz-linear-gradient(bottom, #3698da, #cdebff); /* Firefox 3.6+ */
/* Chrome 1-9, Safari 4-5 */
background: -webkit-gradient(linear, left bottom, left top,
color-stop(0%,#3698da), color-stop(100%,#cdebff));
/* Chrome 10+, Safari 5.1+ */
background: -webkit-linear-gradient(bottom, #3698da, #cdebff);
background: -o-linear-gradient(bottom, #3698da, #cdebff); /* Opera 11.10+ */
background: -ms-linear-gradient(bottom, #3698da, #cdebff); /* IE10 */
background: linear-gradient(bottom, #3698da, #cdebff); /* CSS3 */
width:100%;
overflow:hidden;
margin:0;
padding:0;
float:left;
-webkit-box-shadow: 0 0 5px #666; /* Тень для Safari 3.0 */
box-shadow: 0 0 5px #666; /* Тень для остальных браузеров */
-moz-box-shadow: 0 0 5px #666p; /* Тень для Firefox 3.5 */
}
.gormenu a {
color:#000;
font-size:20px;
text-decoration:none;
line-height: 2;
}
.gormenu a:active, .gormenu a:hover, .gormenu a.selected {
color:#ff0;
text-decoration:none;
}
.content {
text-align:left;
color:#333;
width:99%;
margin:0;
padding:0;
float:left;
}
.content a {
color:#36c;
text-decoration:underline;
}
.futor {
text-align:left;
background-color:#3698da;
/*Gradient*/
background: -moz-linear-gradient(bottom, #3698da, #cdebff); /* Firefox 3.6+ */
/* Chrome 1-9, Safari 4-5 */
background: -webkit-gradient(linear, left bottom, left top,
color-stop(0%,#3698da), color-stop(100%,#cdebff));
/* Chrome 10+, Safari 5.1+ */
background: -webkit-linear-gradient(bottom, #3698da, #cdebff);
background: -o-linear-gradient(bottom, #3698da, #cdebff); /* Opera 11.10+ */
background: -ms-linear-gradient(bottom, #3698da, #cdebff); /* IE10 */
background: linear-gradient(bottom, #3698da, #cdebff); /* CSS3 */
width:100%;
margin:9px 0 0;
padding:6px 0;
float:left;
-webkit-box-shadow: 0 0 5px #666; /* Тень для Safari 3.0 */
box-shadow: 0 0 5px #666; /* Тень для остальных браузеров */
-moz-box-shadow: 0 0 5px #666p; /* Тень для Firefox 3.5 */
}
.futor p {
margin:0;
padding:0;
}
.futor a {
color:#36c;
text-decoration:underline;
}
h1 {
font-size:20px;
font-weight:normal;
text-decoration:none;
margin:0;
padding:0;
}
h2 {
font-family:20px;
font-weight:normal;
text-decoration:none;
margin:0;
padding:0;
} | 0.378 | 0.073397 |
:root {
--font: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background-color: #222222;
background-image: url('156719.jpg');
display: grid;
place-items: center;
padding: 1rem;
color: aliceblue;
}
.container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-family: var(--font);
}
.container * {
padding: .1em;
}
.date {
font-family: var(--font);
font-weight: 600;
font-size: .8em;
padding-bottom: 2.5em;
}
.city {
font-size: 2rem;
font-weight: 600;
font-family: var(--font);
padding-bottom: 1rem;
}
.temp {
font-family: var(--font);
font-size: 4.2rem;
}
sup {
font-size: 1.5rem;
position: absolute;
}
.icon {
display: flex;
justify-content: center;
justify-items: center;
padding: 1.2rem;
border-radius: 50px;
background: #222222;
box-shadow: 12px 12px 27px #1a1a1a,
-12px -12px 27px #2a2a2a;
position: relative;
left: 20px;
}
input {
height: 2em;
width: auto;
margin-top: 2em;
border: none;
padding: .8em;
background-color: #222222;
margin-bottom: -.8em;
border-radius: .2em;
box-shadow: 6px 6px 6px #1a1a1a,
-6px -6px 6px #2a2a2a;
color: aliceblue;
width: 11rem;
}
input[type="submit"] {
width: 11rem;
height: 2.5em;
background-color: #222222;
box-shadow: 6px 6px 6px #1a1a1a,
-6px -6px 6px #2a2a2a;
color: #fff;
cursor: pointer;
}
input::placeholder {
color: #fff;
}
input [type= "text"] {
padding-left: 5px;
}
.weather{
display: flex;
flex-direction: column;
justify-content: center;
}
.status {
text-align: center;
font-weight: bold;
font-style: italic;
margin-top: 1em;
}
.secondary {
display: flex;
height: 5rem;
width: 12rem;
border-radius: 1rem;
align-items: center;
justify-content: space-evenly;
margin-top: 2em;
box-shadow: 6px 6px 6px #1a1a1a,
-6px -6px 6px #2a2a2a;
color: #fff;
flex-direction: row;
padding: .5em;
font-size: 1rem;
}
.windSpeed {
border-left: 2px solid #fff;
padding-left: .8em;
}
#feelsLike, #windSpeed {
font-size: 1.3rem;
position: relative;
}
.inputs {
display: flex;
flex-direction: column;
}
@media only screen
and (min-width : 600px) {
.weather {
flex-direction: row;
justify-content: space-between;
}
.inputs {
padding-top: .3em;
padding-left: 5em;
}
.secondary {
margin-top: 3em;
}
input, input[type="submit"] {
height: 3em;
width: 15em;
}
.temp {
font-size: 6rem;
}
.status {
padding-left: 2em;
}
} | style.css | :root {
--font: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background-color: #222222;
background-image: url('156719.jpg');
display: grid;
place-items: center;
padding: 1rem;
color: aliceblue;
}
.container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-family: var(--font);
}
.container * {
padding: .1em;
}
.date {
font-family: var(--font);
font-weight: 600;
font-size: .8em;
padding-bottom: 2.5em;
}
.city {
font-size: 2rem;
font-weight: 600;
font-family: var(--font);
padding-bottom: 1rem;
}
.temp {
font-family: var(--font);
font-size: 4.2rem;
}
sup {
font-size: 1.5rem;
position: absolute;
}
.icon {
display: flex;
justify-content: center;
justify-items: center;
padding: 1.2rem;
border-radius: 50px;
background: #222222;
box-shadow: 12px 12px 27px #1a1a1a,
-12px -12px 27px #2a2a2a;
position: relative;
left: 20px;
}
input {
height: 2em;
width: auto;
margin-top: 2em;
border: none;
padding: .8em;
background-color: #222222;
margin-bottom: -.8em;
border-radius: .2em;
box-shadow: 6px 6px 6px #1a1a1a,
-6px -6px 6px #2a2a2a;
color: aliceblue;
width: 11rem;
}
input[type="submit"] {
width: 11rem;
height: 2.5em;
background-color: #222222;
box-shadow: 6px 6px 6px #1a1a1a,
-6px -6px 6px #2a2a2a;
color: #fff;
cursor: pointer;
}
input::placeholder {
color: #fff;
}
input [type= "text"] {
padding-left: 5px;
}
.weather{
display: flex;
flex-direction: column;
justify-content: center;
}
.status {
text-align: center;
font-weight: bold;
font-style: italic;
margin-top: 1em;
}
.secondary {
display: flex;
height: 5rem;
width: 12rem;
border-radius: 1rem;
align-items: center;
justify-content: space-evenly;
margin-top: 2em;
box-shadow: 6px 6px 6px #1a1a1a,
-6px -6px 6px #2a2a2a;
color: #fff;
flex-direction: row;
padding: .5em;
font-size: 1rem;
}
.windSpeed {
border-left: 2px solid #fff;
padding-left: .8em;
}
#feelsLike, #windSpeed {
font-size: 1.3rem;
position: relative;
}
.inputs {
display: flex;
flex-direction: column;
}
@media only screen
and (min-width : 600px) {
.weather {
flex-direction: row;
justify-content: space-between;
}
.inputs {
padding-top: .3em;
padding-left: 5em;
}
.secondary {
margin-top: 3em;
}
input, input[type="submit"] {
height: 3em;
width: 15em;
}
.temp {
font-size: 6rem;
}
.status {
padding-left: 2em;
}
} | 0.418935 | 0.161585 |
.solarized.base03 { color: #002b36; }
.solarized.base02 { color: #073642; }
.solarized.base01 { color: #586e75; }
.solarized.base00 { color: #657b83; }
.solarized.base0 { color: #839496; }
.solarized.base1 { color: #93a1a1; }
.solarized.base2 { color: #eee8d5; }
.solarized.base3 { color: #fdf6e3; }
.solarized.solar-yellow { color: #b58900; }
.solarized.solar-orange { color: #cb4b16; }
.solarized.solar-red { color: #dc322f; }
.solarized.solar-magenta { color: #d33682; }
.solarized.solar-violet { color: #6c71c4; }
.solarized.solar-blue { color: #268bd2; }
.solarized.solar-cyan { color: #2aa198; }
.solarized.solar-green { color: #859900; }
.cm-s-solarized {
line-height: 1.45em;
color-profile: sRGB;
rendering-intent: auto;
}
.cm-s-solarized.cm-s-dark {
color: #839496;
background-color: #002b36;
text-shadow: #002b36 0 1px;
}
.cm-s-solarized.cm-s-light {
background-color: #fdf6e3;
color: #657b83;
text-shadow: #eee8d5 0 1px;
}
.cm-s-solarized .CodeMirror-widget {
text-shadow: none;
}
.cm-s-solarized .cm-keyword { color: #cb4b16 }
.cm-s-solarized .cm-atom { color: #d33682; }
.cm-s-solarized .cm-number { color: #d33682; }
.cm-s-solarized .cm-def { color: #2aa198; }
.cm-s-solarized .cm-variable { color: #268bd2; }
.cm-s-solarized .cm-variable-2 { color: #b58900; }
.cm-s-solarized .cm-variable-3 { color: #6c71c4; }
.cm-s-solarized .cm-property { color: #2aa198; }
.cm-s-solarized .cm-operator {color: #6c71c4;}
.cm-s-solarized .cm-comment { color: #586e75; font-style:italic; }
.cm-s-solarized .cm-string { color: #859900; }
.cm-s-solarized .cm-string-2 { color: #b58900; }
.cm-s-solarized .cm-meta { color: #859900; }
.cm-s-solarized .cm-qualifier { color: #b58900; }
.cm-s-solarized .cm-builtin { color: #d33682; }
.cm-s-solarized .cm-bracket { color: #cb4b16; }
.cm-s-solarized .CodeMirror-matchingbracket { color: #859900; }
.cm-s-solarized .CodeMirror-nonmatchingbracket { color: #dc322f; }
.cm-s-solarized .cm-tag { color: #93a1a1 }
.cm-s-solarized .cm-attribute { color: #2aa198; }
.cm-s-solarized .cm-header { color: #586e75; }
.cm-s-solarized .cm-quote { color: #93a1a1; }
.cm-s-solarized .cm-hr {
color: transparent;
border-top: 1px solid #586e75;
display: block;
}
.cm-s-solarized .cm-link { color: #93a1a1; cursor: pointer; }
.cm-s-solarized .cm-special { color: #6c71c4; }
.cm-s-solarized .cm-em {
color: #999;
text-decoration: underline;
text-decoration-style: dotted;
}
.cm-s-solarized .cm-strong { color: #eee; }
.cm-s-solarized .cm-tab:before {
content: "➤";
color: #586e75;
position:absolute;
}
.cm-s-solarized .cm-error,
.cm-s-solarized .cm-invalidchar {
color: #586e75;
border-bottom: 1px dotted #dc322f;
}
.cm-s-solarized.cm-s-dark .CodeMirror-selected {
background: #073642;
}
.cm-s-solarized.cm-s-light .CodeMirror-selected {
background: #eee8d5;
}
.cm-s-solarized.CodeMirror {
-moz-box-shadow: inset 7px 0 12px -6px #000;
-webkit-box-shadow: inset 7px 0 12px -6px #000;
box-shadow: inset 7px 0 12px -6px #000;
}
.cm-s-solarized .CodeMirror-gutters {
border-right: 1px solid;
}
.cm-s-solarized.cm-s-dark .CodeMirror-gutters {
background-color: #002b36;
border-color: #00232c;
}
.cm-s-solarized.cm-s-dark .CodeMirror-linenumber {
text-shadow: #021014 0 -1px;
}
.cm-s-solarized.cm-s-light .CodeMirror-gutters {
background-color: #fdf6e3;
border-color: #eee8d5;
}
.cm-s-solarized .CodeMirror-linenumber {
color: #586e75;
padding: 0 5px;
}
.cm-s-solarized .CodeMirror-guttermarker-subtle { color: #586e75; }
.cm-s-solarized.cm-s-dark .CodeMirror-guttermarker { color: #ddd; }
.cm-s-solarized.cm-s-light .CodeMirror-guttermarker { color: #cb4b16; }
.cm-s-solarized .CodeMirror-gutter .CodeMirror-gutter-text {
color: #586e75;
}
.cm-s-solarized .CodeMirror-lines .CodeMirror-cursor {
border-left: 1px solid #819090;
}
.cm-s-solarized.cm-s-dark .CodeMirror-activeline-background {
background: rgba(255, 255, 255, 0.10);
}
.cm-s-solarized.cm-s-light .CodeMirror-activeline-background {
background: rgba(0, 0, 0, 0.10);
} | public/lib/ckeditor/ckeditor/plugins/markdown/theme/solarized.css | .solarized.base03 { color: #002b36; }
.solarized.base02 { color: #073642; }
.solarized.base01 { color: #586e75; }
.solarized.base00 { color: #657b83; }
.solarized.base0 { color: #839496; }
.solarized.base1 { color: #93a1a1; }
.solarized.base2 { color: #eee8d5; }
.solarized.base3 { color: #fdf6e3; }
.solarized.solar-yellow { color: #b58900; }
.solarized.solar-orange { color: #cb4b16; }
.solarized.solar-red { color: #dc322f; }
.solarized.solar-magenta { color: #d33682; }
.solarized.solar-violet { color: #6c71c4; }
.solarized.solar-blue { color: #268bd2; }
.solarized.solar-cyan { color: #2aa198; }
.solarized.solar-green { color: #859900; }
.cm-s-solarized {
line-height: 1.45em;
color-profile: sRGB;
rendering-intent: auto;
}
.cm-s-solarized.cm-s-dark {
color: #839496;
background-color: #002b36;
text-shadow: #002b36 0 1px;
}
.cm-s-solarized.cm-s-light {
background-color: #fdf6e3;
color: #657b83;
text-shadow: #eee8d5 0 1px;
}
.cm-s-solarized .CodeMirror-widget {
text-shadow: none;
}
.cm-s-solarized .cm-keyword { color: #cb4b16 }
.cm-s-solarized .cm-atom { color: #d33682; }
.cm-s-solarized .cm-number { color: #d33682; }
.cm-s-solarized .cm-def { color: #2aa198; }
.cm-s-solarized .cm-variable { color: #268bd2; }
.cm-s-solarized .cm-variable-2 { color: #b58900; }
.cm-s-solarized .cm-variable-3 { color: #6c71c4; }
.cm-s-solarized .cm-property { color: #2aa198; }
.cm-s-solarized .cm-operator {color: #6c71c4;}
.cm-s-solarized .cm-comment { color: #586e75; font-style:italic; }
.cm-s-solarized .cm-string { color: #859900; }
.cm-s-solarized .cm-string-2 { color: #b58900; }
.cm-s-solarized .cm-meta { color: #859900; }
.cm-s-solarized .cm-qualifier { color: #b58900; }
.cm-s-solarized .cm-builtin { color: #d33682; }
.cm-s-solarized .cm-bracket { color: #cb4b16; }
.cm-s-solarized .CodeMirror-matchingbracket { color: #859900; }
.cm-s-solarized .CodeMirror-nonmatchingbracket { color: #dc322f; }
.cm-s-solarized .cm-tag { color: #93a1a1 }
.cm-s-solarized .cm-attribute { color: #2aa198; }
.cm-s-solarized .cm-header { color: #586e75; }
.cm-s-solarized .cm-quote { color: #93a1a1; }
.cm-s-solarized .cm-hr {
color: transparent;
border-top: 1px solid #586e75;
display: block;
}
.cm-s-solarized .cm-link { color: #93a1a1; cursor: pointer; }
.cm-s-solarized .cm-special { color: #6c71c4; }
.cm-s-solarized .cm-em {
color: #999;
text-decoration: underline;
text-decoration-style: dotted;
}
.cm-s-solarized .cm-strong { color: #eee; }
.cm-s-solarized .cm-tab:before {
content: "➤";
color: #586e75;
position:absolute;
}
.cm-s-solarized .cm-error,
.cm-s-solarized .cm-invalidchar {
color: #586e75;
border-bottom: 1px dotted #dc322f;
}
.cm-s-solarized.cm-s-dark .CodeMirror-selected {
background: #073642;
}
.cm-s-solarized.cm-s-light .CodeMirror-selected {
background: #eee8d5;
}
.cm-s-solarized.CodeMirror {
-moz-box-shadow: inset 7px 0 12px -6px #000;
-webkit-box-shadow: inset 7px 0 12px -6px #000;
box-shadow: inset 7px 0 12px -6px #000;
}
.cm-s-solarized .CodeMirror-gutters {
border-right: 1px solid;
}
.cm-s-solarized.cm-s-dark .CodeMirror-gutters {
background-color: #002b36;
border-color: #00232c;
}
.cm-s-solarized.cm-s-dark .CodeMirror-linenumber {
text-shadow: #021014 0 -1px;
}
.cm-s-solarized.cm-s-light .CodeMirror-gutters {
background-color: #fdf6e3;
border-color: #eee8d5;
}
.cm-s-solarized .CodeMirror-linenumber {
color: #586e75;
padding: 0 5px;
}
.cm-s-solarized .CodeMirror-guttermarker-subtle { color: #586e75; }
.cm-s-solarized.cm-s-dark .CodeMirror-guttermarker { color: #ddd; }
.cm-s-solarized.cm-s-light .CodeMirror-guttermarker { color: #cb4b16; }
.cm-s-solarized .CodeMirror-gutter .CodeMirror-gutter-text {
color: #586e75;
}
.cm-s-solarized .CodeMirror-lines .CodeMirror-cursor {
border-left: 1px solid #819090;
}
.cm-s-solarized.cm-s-dark .CodeMirror-activeline-background {
background: rgba(255, 255, 255, 0.10);
}
.cm-s-solarized.cm-s-light .CodeMirror-activeline-background {
background: rgba(0, 0, 0, 0.10);
} | 0.472683 | 0.132964 |
@-moz-document domain("plailect.github.io"), domain("3ds.guide") {
/*This is the first in a series of Style Sheets made for a number of websites used by the 3DS hacking community*/
/*This is the sheet for the New Plailect Guide Website*/
/*Header*/
.masthead {
border-color: black;
background-color: #333;
}
.greedy-nav {
background-color: #333;
}
.greedy-nav button {
background-color: #111;
}
.greedy-nav a {
color: #e2e2e2;
}
.greedy-nav a:hover {
color: #b8b8b8;
}
.greedy-nav .hidden-links:before {
color: black;
}
.greedy-nav .hidden-links {
background: #444;
}
/*Raw Content*/
html {
background-color: #222;
}
body {
color: #e2e2e2;
}
p>code,
a>code,
li>code,
figcaption>code,
td>code {
background-color: #111;
border-color: #444;
}
/*Boxes*/
.notice,
.notice--primary {
background-color: #111;
}
.notice--info {
background-color: #282830;
box-shadow: 0px 1px 1px rgba(28, 28, 30, 0.5);
}
.notice--warning {
background-color: #453020;
box-shadow: 0px 1px 1px rgba(45, 30, 20, 0.5);
}
.notice--success {
background-color: #183015;
box-shadow: 0px 1px 1px rgba(18, 30, 15, 0.5);
}
.notice--danger {
background-color: #331a1a;
box-shadow: 0px 1px 1px rgba(33, 21, 21, 0.5);
}
.notice--info code,
.notice code {
background-color: #111;
}
div.highlighter-rouge .highlight,
figure.highlight .highlight {
background-color: #111;
}
div.highlighter-rouge:before,
figure.highlight:before {
background-color: #000;
}
/*Tables*/
thead {
background-color: #111;
}
.page__content a:hover img {
box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.5);
}
/*Footer*/
.page__footer {
background-color: #111;
color: #ddd;
border-color: #000;
}
.page__footer-copyright:after {
content: "- Dark Style by CheatFreak";
color: #666;
}
/*Advertisements*/
div#amzn-native-ad-1 {
color: #e2e2e2 !important;
}
div#amzn-native-ad-1 div.amzn-native-products-list div.amzn-native-product {
background-color: #111 !important;
border-color: #555 !important;
}
div#amzn-native-ad-1 div.amzn-native-products-list div.amzn-native-product .amzn-native-product-title-container a {
color: #0096f0 !important;
}
div#amzn-native-ad-1 div.amzn-native-products-list div.amzn-native-product img {
-webkit-filter: brightness(50%);
-moz-filter: brightness(50%);
-ms-filter: brightness(50%);
-o-filter: brightness(50%);
filter: brightness(60%);
}
div#amzn-native-ad-1 div.amzn-native-category-trigger-area {
border-color: #555 !important;
background-color: #111 !important;
}
div#amzn-native-ad-1 .amzn-native-search-bar-content form input.amzn-native-search {
border-color: #555 !important;
color: #e2e2e2 !important;
background-color: #1b1b1b !important;
}
div#amzn-native-ad-1 .amzn-native-search-bar-content form .amzn-native-search-input div.amzn-native-suggestions-holder .amzn-native-search-suggestion.selected {
background-color: #333 !important;
}
div#amzn-native-ad-1 .amzn-native-search-bar-content form .amzn-native-search-input div.amzn-native-suggestions-holder {
background-color: #1b1b1b !important;
position: inherit !important;
}
/*This was left over code from before when Plailect used Google's Text Only Ads.
He now uses Anazon Ads, which is fine I guess, but it's harder to style those.
>_>
ins {
-webkit-filter: invert(95%);
-moz-filter: invert(95%);
-ms-filter: invert(95%);
-o-filter: invert(95%);
filter: invert(95%);
}*/
} | data/usercss/134489.user.css | @-moz-document domain("plailect.github.io"), domain("3ds.guide") {
/*This is the first in a series of Style Sheets made for a number of websites used by the 3DS hacking community*/
/*This is the sheet for the New Plailect Guide Website*/
/*Header*/
.masthead {
border-color: black;
background-color: #333;
}
.greedy-nav {
background-color: #333;
}
.greedy-nav button {
background-color: #111;
}
.greedy-nav a {
color: #e2e2e2;
}
.greedy-nav a:hover {
color: #b8b8b8;
}
.greedy-nav .hidden-links:before {
color: black;
}
.greedy-nav .hidden-links {
background: #444;
}
/*Raw Content*/
html {
background-color: #222;
}
body {
color: #e2e2e2;
}
p>code,
a>code,
li>code,
figcaption>code,
td>code {
background-color: #111;
border-color: #444;
}
/*Boxes*/
.notice,
.notice--primary {
background-color: #111;
}
.notice--info {
background-color: #282830;
box-shadow: 0px 1px 1px rgba(28, 28, 30, 0.5);
}
.notice--warning {
background-color: #453020;
box-shadow: 0px 1px 1px rgba(45, 30, 20, 0.5);
}
.notice--success {
background-color: #183015;
box-shadow: 0px 1px 1px rgba(18, 30, 15, 0.5);
}
.notice--danger {
background-color: #331a1a;
box-shadow: 0px 1px 1px rgba(33, 21, 21, 0.5);
}
.notice--info code,
.notice code {
background-color: #111;
}
div.highlighter-rouge .highlight,
figure.highlight .highlight {
background-color: #111;
}
div.highlighter-rouge:before,
figure.highlight:before {
background-color: #000;
}
/*Tables*/
thead {
background-color: #111;
}
.page__content a:hover img {
box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.5);
}
/*Footer*/
.page__footer {
background-color: #111;
color: #ddd;
border-color: #000;
}
.page__footer-copyright:after {
content: "- Dark Style by CheatFreak";
color: #666;
}
/*Advertisements*/
div#amzn-native-ad-1 {
color: #e2e2e2 !important;
}
div#amzn-native-ad-1 div.amzn-native-products-list div.amzn-native-product {
background-color: #111 !important;
border-color: #555 !important;
}
div#amzn-native-ad-1 div.amzn-native-products-list div.amzn-native-product .amzn-native-product-title-container a {
color: #0096f0 !important;
}
div#amzn-native-ad-1 div.amzn-native-products-list div.amzn-native-product img {
-webkit-filter: brightness(50%);
-moz-filter: brightness(50%);
-ms-filter: brightness(50%);
-o-filter: brightness(50%);
filter: brightness(60%);
}
div#amzn-native-ad-1 div.amzn-native-category-trigger-area {
border-color: #555 !important;
background-color: #111 !important;
}
div#amzn-native-ad-1 .amzn-native-search-bar-content form input.amzn-native-search {
border-color: #555 !important;
color: #e2e2e2 !important;
background-color: #1b1b1b !important;
}
div#amzn-native-ad-1 .amzn-native-search-bar-content form .amzn-native-search-input div.amzn-native-suggestions-holder .amzn-native-search-suggestion.selected {
background-color: #333 !important;
}
div#amzn-native-ad-1 .amzn-native-search-bar-content form .amzn-native-search-input div.amzn-native-suggestions-holder {
background-color: #1b1b1b !important;
position: inherit !important;
}
/*This was left over code from before when Plailect used Google's Text Only Ads.
He now uses Anazon Ads, which is fine I guess, but it's harder to style those.
>_>
ins {
-webkit-filter: invert(95%);
-moz-filter: invert(95%);
-ms-filter: invert(95%);
-o-filter: invert(95%);
filter: invert(95%);
}*/
} | 0.268366 | 0.122052 |
/*1-й блок*/
.main_first_block {
position:relative;
padding-left: 20px;
margin: 0 auto;
width: 970px;
height: 480px; /*Наложение многих слоев, поэтому ставим и высоту*/
background-color: #72A9D0;
color: white;
font-weight: bold;
}
.main_first_block img {
display: block;
position: absolute;
top: 20px;
left: 20px;
}
#main_first_block_layer1, #main_first_block_content_layer1 {
opacity: 1;
}
#main_first_block_layer2, #main_first_block_content_layer2 {
opacity: 0;
}
#main_first_block_layer3, #main_first_block_content_layer3 {
opacity: 0;
}
#main_first_block_content_layer1 {
top: 185px;;
}
#main_first_block_content_layer2, #main_first_block_content_layer3 {
top: 220px;
}
.main_first_block_content {
position: absolute;
left: 60px;
text-shadow: #8C98A0 1px 1px 1px;
}
.main_first_block_content h2 {
font-size: 4.5em;
line-height: 1;
width: 855px;
}
.main_first_block_content h3 {
font-size: 2em;
width: 855px;
}
.main_first_block_content p {
font-size: 0.8em;
line-height: 2;
width: 855px;
}
.galary {
display: block;
position: absolute;
left: 68px;
bottom: 62px;
}
.main_first_block span {
background-color: #76B7D7;
display:block;
float:left;
width: 12px;
height: 12px;
border: 1px solid #76B7D7;
border-radius: 100%;
margin-right: 5px;
}
.main_first_block span:hover {
background-color: #fff;
border: 1px solid #fff;
cursor: pointer;
}
/*2-й блок*/
.main_second_block {
margin: 0 auto;
width: 970px;
background-color: #F5F5F5;
font-weight: bold;
padding-bottom: 10px;
}
.main_second_block::after {
content: '';
display: block;
clear: both;
height: 0;
}
.main_second_inner_blocs {
float:left;
width: 283px;
margin: 40px 0 25px 20px;
padding-right: 20px;
}
.main_second_block_sprites {
display: block;
background: url(/skins/img/default/secondblocksprite.jpg) no-repeat;
width: 60px;
height: 60px;
border-radius: 100%;
margin-bottom: 38px;
-webkit-box-shadow: 0px 2px 2px #B8B8B8;
-moz-box-shadow: 0px 2px 2px #B8B8B8;
-o-box-shadow: 0px 2px 2px #B8B8B8;
-ms-box-shadow: 0px 2px 2px #B8B8B8;
box-shadow: 0px 2px 2px #B8B8B8;
/*filter: progid:DXImageTransform.Microsoft.dropshadow(offX=5, offY=5, color=#000000); IE<9*/
cursor : pointer;
}
#main_second_block_sprite1 {
background-position: -24px -17px;
}
#main_second_block_sprite2 {
background-position: -80px -19px;
}
#main_second_block_sprite3 {
background-position: -131px -17px;
}
#main_second_block_sprite4 {
background-position: -183px -18px;
}
#main_second_block_sprite5 {
background-position: -236px -17px;
}
#main_second_block_sprite6 {
background-position: -295px -20px;
}
.main_link, .read_more {
color: #3A3A50;
}
.main_link:hover, .read_more:hover {
color: #57A7CE;
}
.main_link {
font-size: 1.2em;
}
.main_link h3 {
padding-left:5px;
}
.main_second_inner_blocs p {
font-size: 0.8em;
color: #939393;
font-weight: lighter;
line-height: 1.7;
}
.read_more {
font-size: 0.7em;
font-weight: bold;
font-family: 'Archivo Black', sans-serif;
padding-top: 5px;
}
/*3-й блок*/
.main_third_block {
margin: 0 auto;
width: 970px;
background-color: #fff;
padding-bottom: 10px;
}
.main_third_block::after {
content: '';
display: block;
height: 0;
clear: both;
}
.main_third_block h2 {
font-weight: lighter;
color: #474747;
font-size: 1.4em;
margin-left: 25px;
padding: 25px 0 18px 0;
border-bottom: 1px solid #EEEEEE;
}
.main_third_block_servies {
float: left;
width: 200px;
margin: 66px 10px 0 25px;
}
.main_third_block_img {
margin: 0 auto;
width: 195px;
height: 160px;
position: relative; /*для выравнивания серого фона по нижней границе*/
padding: 5px;
border: 1px solid #EEEEEE;
text-align: center;
background: url(/skins/img/default/thirdblocksprite1.01.jpg) no-repeat;
}
#main_third_block_sprite1 {
background-position: 5px 4px;
}
#main_third_block_sprite2 {
background-position: -230px 4px;
}
#main_third_block_sprite3 {
background-position: -465px 4px;
}
#main_third_block_sprite4 {
background-position: -699.5px 4px;
}
.main_third_block_img>a {
color: #78A9D2;
font-size: 0.75em;
font-weight: lighter;
display: block;
position: absolute; /*для выравнивания серого фона по нижней границе*/
bottom: 5px;
width: 163.5px;
vertical-align: baseline;
text-align: left;
line-height: 1.7;
padding: 15px;
background-color: #EBEBEB;
background: -moz-linear-gradient(#EFEFEF, #E6E6E6);
background: -webkit-linear-gradient(#EFEFEF, #E6E6E6);
background: -ms-linear-gradient(#EFEFEF, #E6E6E6);
background: -o-linear-gradient(#EFEFEF, #E6E6E6);
background: linear-gradient(#EFEFEF, #E6E6E6);
}
.main_third_block_img>a:hover{
color: #2F2F2F;
}
.main_third_block_servies p {
color: #7D7D7D;
font-size: 0.73em;
line-height: 1.7;
padding: 0 5px 0 10px;
margin-top: 15px;
}
.main_third_block_servies>a {
color: white;
display: block;
border-radius: 2px;
margin: 23px 0 0 10px;
width: 104px;
height: 31px;
font-size: 0.8em;
text-align: center;
padding-top:10px;
background-color: #4A4A4A;
background: -moz-linear-gradient(#575757, #393939);
background: -webkit-linear-gradient(#575757, #393939);
background: -ms-linear-gradient(#575757, #393939);
background: -o-linear-gradient(#575757, #393939);
background: linear-gradient(#575757, #393939);
}
.main_third_block_servies>a:hover {
background-color: #5299C2;
background: -moz-linear-gradient(#62A8CD, #438BB8);
background: -webkit-linear-gradient(#62A8CD, #438BB8);
background: -ms-linear-gradient(#62A8CD, #438BB8);
background: -o-linear-gradient(#62A8CD, #438BB8);
background: linear-gradient(#62A8CD, #438BB8);
}
/*4-й блок*/
.main_fourth_block {
width: 920px;
background-color: #F1F3F4;
margin: 0 auto;
margin-top: 40px;
padding: 50px 0 40px 50px;
}
.main_fourth_block::after {
content: '';
display: block;
clear: both;
height: 0;
}
#main_fourth_block_img {
display: block;
float: right;
margin-right: -15px;
opacity: 0;
top: 40px;
}
.heared {
font-size: 1.8em;
color: #474747;
font-weight: bold;
width: 442px;
}
.abstract {
font-size: 0.9em;
color: #4A4A4A;
line-height: 1.7;
font-weight: bold;
width: 442px;
}
.main_fourth_block_p {
font-size: 0.72em;
color: #7D7D7D;
line-height: 1.8;
margin-top: 20px;
width: 442px;
}
.main_fourth_block a {
display: block;
margin-top: 20px;
color: white;
border-radius: 4px;
width: 73px;
height: 31px;
font-size: 0.8em;
text-align: center;
padding-top:13px;
background-color: #4A4A4A;
background: -moz-linear-gradient(#575757, #393939);
background: -webkit-linear-gradient(#575757, #393939);
background: -ms-linear-gradient(#575757, #393939);
background: -o-linear-gradient(#575757, #393939);
background: linear-gradient(#575757, #393939);
}
.main_fourth_block a:hover {
background-color: #5299C2;
background: -moz-linear-gradient(#62A8CD, #438BB8);
background: -webkit-linear-gradient(#62A8CD, #438BB8);
background: -ms-linear-gradient(#62A8CD, #438BB8);
background: -o-linear-gradient(#62A8CD, #438BB8);
background: linear-gradient(#62A8CD, #438BB8);
}
/*5-й блок*/
.main_fifth_block {
width: 970px;
margin: 0 auto;
margin-top: 35px;
}
.main_fifth_block::after {
content: '';
display: block;
clear: both;
height: 0;
}
.main_fifth_block p {
font-size: 1.5em;
border-bottom: 1px solid #EEEEEE;
padding-bottom: 15px;
}
.main_fifth_block div {
float: left;
background: url(/skins/img/default/fifthblock.jpg) no-repeat;
width: 205px;
height: 59px;
margin: 30px 15px 0 15px;
}
#main_fifth_block_div1 {
background-position: 36px 9px;
}
#main_fifth_block_div2 {
background-position: -160px 9px;
}
#main_fifth_block_div3 {
background-position: -345px 9px;
}
#main_fifth_block_div4 {
background-position: -525px 9px;
}
#main_fifth_block_div5 {
background-position: 36px -76px;
}
/*Всплывающий блок*/
#info_back {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: black;
opacity: 0.5;
}
#info_text {
position: fixed;
top: 200px;
left: 50%;
width: 500px;
transform: translateX(-50%);
box-shadow: 0 0 5px black;
background-color: white;
}
.info_header {
background-color: #149B49;
padding: 10px 20px 10px 20px;
color: white;
font-size: 18px;
}
.info_main {
text-align: center;
padding: 20px;
}
.info_main img {
width: 75px;
}
.info_main p {
font-weight: bold;
font-size: 16px;
}
#info_close {
background-color: #01882E;
color: white;
padding: 10px 0 10px 0;
width: 100px;
margin: 0 auto;
margin-top: 30px;
}
#info_close:hover {
cursor: pointer;
background-color: #149B49;
} | skins/css/default/main1.00.css | /*1-й блок*/
.main_first_block {
position:relative;
padding-left: 20px;
margin: 0 auto;
width: 970px;
height: 480px; /*Наложение многих слоев, поэтому ставим и высоту*/
background-color: #72A9D0;
color: white;
font-weight: bold;
}
.main_first_block img {
display: block;
position: absolute;
top: 20px;
left: 20px;
}
#main_first_block_layer1, #main_first_block_content_layer1 {
opacity: 1;
}
#main_first_block_layer2, #main_first_block_content_layer2 {
opacity: 0;
}
#main_first_block_layer3, #main_first_block_content_layer3 {
opacity: 0;
}
#main_first_block_content_layer1 {
top: 185px;;
}
#main_first_block_content_layer2, #main_first_block_content_layer3 {
top: 220px;
}
.main_first_block_content {
position: absolute;
left: 60px;
text-shadow: #8C98A0 1px 1px 1px;
}
.main_first_block_content h2 {
font-size: 4.5em;
line-height: 1;
width: 855px;
}
.main_first_block_content h3 {
font-size: 2em;
width: 855px;
}
.main_first_block_content p {
font-size: 0.8em;
line-height: 2;
width: 855px;
}
.galary {
display: block;
position: absolute;
left: 68px;
bottom: 62px;
}
.main_first_block span {
background-color: #76B7D7;
display:block;
float:left;
width: 12px;
height: 12px;
border: 1px solid #76B7D7;
border-radius: 100%;
margin-right: 5px;
}
.main_first_block span:hover {
background-color: #fff;
border: 1px solid #fff;
cursor: pointer;
}
/*2-й блок*/
.main_second_block {
margin: 0 auto;
width: 970px;
background-color: #F5F5F5;
font-weight: bold;
padding-bottom: 10px;
}
.main_second_block::after {
content: '';
display: block;
clear: both;
height: 0;
}
.main_second_inner_blocs {
float:left;
width: 283px;
margin: 40px 0 25px 20px;
padding-right: 20px;
}
.main_second_block_sprites {
display: block;
background: url(/skins/img/default/secondblocksprite.jpg) no-repeat;
width: 60px;
height: 60px;
border-radius: 100%;
margin-bottom: 38px;
-webkit-box-shadow: 0px 2px 2px #B8B8B8;
-moz-box-shadow: 0px 2px 2px #B8B8B8;
-o-box-shadow: 0px 2px 2px #B8B8B8;
-ms-box-shadow: 0px 2px 2px #B8B8B8;
box-shadow: 0px 2px 2px #B8B8B8;
/*filter: progid:DXImageTransform.Microsoft.dropshadow(offX=5, offY=5, color=#000000); IE<9*/
cursor : pointer;
}
#main_second_block_sprite1 {
background-position: -24px -17px;
}
#main_second_block_sprite2 {
background-position: -80px -19px;
}
#main_second_block_sprite3 {
background-position: -131px -17px;
}
#main_second_block_sprite4 {
background-position: -183px -18px;
}
#main_second_block_sprite5 {
background-position: -236px -17px;
}
#main_second_block_sprite6 {
background-position: -295px -20px;
}
.main_link, .read_more {
color: #3A3A50;
}
.main_link:hover, .read_more:hover {
color: #57A7CE;
}
.main_link {
font-size: 1.2em;
}
.main_link h3 {
padding-left:5px;
}
.main_second_inner_blocs p {
font-size: 0.8em;
color: #939393;
font-weight: lighter;
line-height: 1.7;
}
.read_more {
font-size: 0.7em;
font-weight: bold;
font-family: 'Archivo Black', sans-serif;
padding-top: 5px;
}
/*3-й блок*/
.main_third_block {
margin: 0 auto;
width: 970px;
background-color: #fff;
padding-bottom: 10px;
}
.main_third_block::after {
content: '';
display: block;
height: 0;
clear: both;
}
.main_third_block h2 {
font-weight: lighter;
color: #474747;
font-size: 1.4em;
margin-left: 25px;
padding: 25px 0 18px 0;
border-bottom: 1px solid #EEEEEE;
}
.main_third_block_servies {
float: left;
width: 200px;
margin: 66px 10px 0 25px;
}
.main_third_block_img {
margin: 0 auto;
width: 195px;
height: 160px;
position: relative; /*для выравнивания серого фона по нижней границе*/
padding: 5px;
border: 1px solid #EEEEEE;
text-align: center;
background: url(/skins/img/default/thirdblocksprite1.01.jpg) no-repeat;
}
#main_third_block_sprite1 {
background-position: 5px 4px;
}
#main_third_block_sprite2 {
background-position: -230px 4px;
}
#main_third_block_sprite3 {
background-position: -465px 4px;
}
#main_third_block_sprite4 {
background-position: -699.5px 4px;
}
.main_third_block_img>a {
color: #78A9D2;
font-size: 0.75em;
font-weight: lighter;
display: block;
position: absolute; /*для выравнивания серого фона по нижней границе*/
bottom: 5px;
width: 163.5px;
vertical-align: baseline;
text-align: left;
line-height: 1.7;
padding: 15px;
background-color: #EBEBEB;
background: -moz-linear-gradient(#EFEFEF, #E6E6E6);
background: -webkit-linear-gradient(#EFEFEF, #E6E6E6);
background: -ms-linear-gradient(#EFEFEF, #E6E6E6);
background: -o-linear-gradient(#EFEFEF, #E6E6E6);
background: linear-gradient(#EFEFEF, #E6E6E6);
}
.main_third_block_img>a:hover{
color: #2F2F2F;
}
.main_third_block_servies p {
color: #7D7D7D;
font-size: 0.73em;
line-height: 1.7;
padding: 0 5px 0 10px;
margin-top: 15px;
}
.main_third_block_servies>a {
color: white;
display: block;
border-radius: 2px;
margin: 23px 0 0 10px;
width: 104px;
height: 31px;
font-size: 0.8em;
text-align: center;
padding-top:10px;
background-color: #4A4A4A;
background: -moz-linear-gradient(#575757, #393939);
background: -webkit-linear-gradient(#575757, #393939);
background: -ms-linear-gradient(#575757, #393939);
background: -o-linear-gradient(#575757, #393939);
background: linear-gradient(#575757, #393939);
}
.main_third_block_servies>a:hover {
background-color: #5299C2;
background: -moz-linear-gradient(#62A8CD, #438BB8);
background: -webkit-linear-gradient(#62A8CD, #438BB8);
background: -ms-linear-gradient(#62A8CD, #438BB8);
background: -o-linear-gradient(#62A8CD, #438BB8);
background: linear-gradient(#62A8CD, #438BB8);
}
/*4-й блок*/
.main_fourth_block {
width: 920px;
background-color: #F1F3F4;
margin: 0 auto;
margin-top: 40px;
padding: 50px 0 40px 50px;
}
.main_fourth_block::after {
content: '';
display: block;
clear: both;
height: 0;
}
#main_fourth_block_img {
display: block;
float: right;
margin-right: -15px;
opacity: 0;
top: 40px;
}
.heared {
font-size: 1.8em;
color: #474747;
font-weight: bold;
width: 442px;
}
.abstract {
font-size: 0.9em;
color: #4A4A4A;
line-height: 1.7;
font-weight: bold;
width: 442px;
}
.main_fourth_block_p {
font-size: 0.72em;
color: #7D7D7D;
line-height: 1.8;
margin-top: 20px;
width: 442px;
}
.main_fourth_block a {
display: block;
margin-top: 20px;
color: white;
border-radius: 4px;
width: 73px;
height: 31px;
font-size: 0.8em;
text-align: center;
padding-top:13px;
background-color: #4A4A4A;
background: -moz-linear-gradient(#575757, #393939);
background: -webkit-linear-gradient(#575757, #393939);
background: -ms-linear-gradient(#575757, #393939);
background: -o-linear-gradient(#575757, #393939);
background: linear-gradient(#575757, #393939);
}
.main_fourth_block a:hover {
background-color: #5299C2;
background: -moz-linear-gradient(#62A8CD, #438BB8);
background: -webkit-linear-gradient(#62A8CD, #438BB8);
background: -ms-linear-gradient(#62A8CD, #438BB8);
background: -o-linear-gradient(#62A8CD, #438BB8);
background: linear-gradient(#62A8CD, #438BB8);
}
/*5-й блок*/
.main_fifth_block {
width: 970px;
margin: 0 auto;
margin-top: 35px;
}
.main_fifth_block::after {
content: '';
display: block;
clear: both;
height: 0;
}
.main_fifth_block p {
font-size: 1.5em;
border-bottom: 1px solid #EEEEEE;
padding-bottom: 15px;
}
.main_fifth_block div {
float: left;
background: url(/skins/img/default/fifthblock.jpg) no-repeat;
width: 205px;
height: 59px;
margin: 30px 15px 0 15px;
}
#main_fifth_block_div1 {
background-position: 36px 9px;
}
#main_fifth_block_div2 {
background-position: -160px 9px;
}
#main_fifth_block_div3 {
background-position: -345px 9px;
}
#main_fifth_block_div4 {
background-position: -525px 9px;
}
#main_fifth_block_div5 {
background-position: 36px -76px;
}
/*Всплывающий блок*/
#info_back {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: black;
opacity: 0.5;
}
#info_text {
position: fixed;
top: 200px;
left: 50%;
width: 500px;
transform: translateX(-50%);
box-shadow: 0 0 5px black;
background-color: white;
}
.info_header {
background-color: #149B49;
padding: 10px 20px 10px 20px;
color: white;
font-size: 18px;
}
.info_main {
text-align: center;
padding: 20px;
}
.info_main img {
width: 75px;
}
.info_main p {
font-weight: bold;
font-size: 16px;
}
#info_close {
background-color: #01882E;
color: white;
padding: 10px 0 10px 0;
width: 100px;
margin: 0 auto;
margin-top: 30px;
}
#info_close:hover {
cursor: pointer;
background-color: #149B49;
} | 0.206414 | 0.078961 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;800&display=swap");
@import url("./header.css");
@import url("./form.css");
@import url("./card.css");
@import url("./dropdown.css");
:root {
--main-bg-color: #343a40;
--light-bg-color: #404b55;
--text-color: rgb(230, 230, 230);
}
* {
box-sizing: border-box;
font-family: "Montserrat", sans-serif;
}
.zero-mg {
margin: 0;
}
.zero-pd {
padding: 0;
}
zero-gap {
gap: 0;
}
.light-bg {
background: var(--light-bg-color);
}
.dark-bg {
background: var(--main-bg-color);
}
.dark-text {
color: var(--main-bg-color);
/* color: #00254a; */
}
.light-text {
/* color: var(--main-bg-color); */
color: white;
}
.white-bg {
background: white;
}
.heading-bg {
background: rgb(147, 148, 207);
background: rgb(160 177 255);
}
body,
html {
margin: 0px;
padding: 0px;
}
body {
background: var(--main-bg-color);
}
.hero-image {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url("../img/banner.jpg");
height: 25vh;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.banner {
display: flex;
flex-wrap: wrap;
align-content: flex-end;
justify-content: flex-end;
}
.banner-text {
margin: 2.5vh 5vw;
text-align: right;
text-transform: uppercase;
font-size: 6vmin;
}
.container {
display: grid;
/*
?? what is difference between align-items and align-content: ;
*/
/* align-items: center; */
/* align-content: center;
justify-content: center; */
/* place-content: center; */
gap: 0.5rem;
padding: 0.5rem;
margin: 1rem 0.5rem;
border-radius: 10px;
}
.container-nogap {
display: grid;
padding: 0.5rem;
margin: 1rem 0.5rem;
border-radius: 10px;
}
.btn {
margin: 0.5rem;
font-size: 1rem;
padding: 0.5rem 1rem;
border-radius: 10px;
border: 0;
}
.btn-success {
background-color: rgb(74, 255, 83);
font-weight: 800;
text-transform: uppercase;
}
.btn-light {
background-color: rgb(145, 145, 145);
}
.title {
border-radius: 10px;
padding: 1rem;
font-weight: bold;
font-size: min(1.8rem, 6vmin);
}
.register > a {
text-decoration: none;
text-transform: uppercase;
text-align: center;
}
.register > i {
text-align: center;
}
.register {
display: grid;
place-content: center;
gap: 0.5rem;
}
.no-decoration {
text-decoration: none;
}
.error {
font-weight: 400;
background-color: rgb(255, 51, 51);
border-radius: 10px;
padding: 0.5rem 1rem;
color: white;
text-transform: uppercase;
margin: 5px;
}
.none {
display: none;
}
.breadcrumb {
justify-self: center;
border-radius: 10px;
width: max-content;
width: 90%;
padding: 1rem 0.5rem;
font-size: 0.8rem;
text-transform: uppercase;
/* background: red; */
/* margin-bottom: 1rem; */
}
select {
-webkit-appearance: none;
/*webkit browsers */
-moz-appearance: none;
/*Firefox */
appearance: none;
/* modern browsers */
border-radius: 0;
}
html {
scroll-behavior: smooth;
} | css/style.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;800&display=swap");
@import url("./header.css");
@import url("./form.css");
@import url("./card.css");
@import url("./dropdown.css");
:root {
--main-bg-color: #343a40;
--light-bg-color: #404b55;
--text-color: rgb(230, 230, 230);
}
* {
box-sizing: border-box;
font-family: "Montserrat", sans-serif;
}
.zero-mg {
margin: 0;
}
.zero-pd {
padding: 0;
}
zero-gap {
gap: 0;
}
.light-bg {
background: var(--light-bg-color);
}
.dark-bg {
background: var(--main-bg-color);
}
.dark-text {
color: var(--main-bg-color);
/* color: #00254a; */
}
.light-text {
/* color: var(--main-bg-color); */
color: white;
}
.white-bg {
background: white;
}
.heading-bg {
background: rgb(147, 148, 207);
background: rgb(160 177 255);
}
body,
html {
margin: 0px;
padding: 0px;
}
body {
background: var(--main-bg-color);
}
.hero-image {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url("../img/banner.jpg");
height: 25vh;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.banner {
display: flex;
flex-wrap: wrap;
align-content: flex-end;
justify-content: flex-end;
}
.banner-text {
margin: 2.5vh 5vw;
text-align: right;
text-transform: uppercase;
font-size: 6vmin;
}
.container {
display: grid;
/*
?? what is difference between align-items and align-content: ;
*/
/* align-items: center; */
/* align-content: center;
justify-content: center; */
/* place-content: center; */
gap: 0.5rem;
padding: 0.5rem;
margin: 1rem 0.5rem;
border-radius: 10px;
}
.container-nogap {
display: grid;
padding: 0.5rem;
margin: 1rem 0.5rem;
border-radius: 10px;
}
.btn {
margin: 0.5rem;
font-size: 1rem;
padding: 0.5rem 1rem;
border-radius: 10px;
border: 0;
}
.btn-success {
background-color: rgb(74, 255, 83);
font-weight: 800;
text-transform: uppercase;
}
.btn-light {
background-color: rgb(145, 145, 145);
}
.title {
border-radius: 10px;
padding: 1rem;
font-weight: bold;
font-size: min(1.8rem, 6vmin);
}
.register > a {
text-decoration: none;
text-transform: uppercase;
text-align: center;
}
.register > i {
text-align: center;
}
.register {
display: grid;
place-content: center;
gap: 0.5rem;
}
.no-decoration {
text-decoration: none;
}
.error {
font-weight: 400;
background-color: rgb(255, 51, 51);
border-radius: 10px;
padding: 0.5rem 1rem;
color: white;
text-transform: uppercase;
margin: 5px;
}
.none {
display: none;
}
.breadcrumb {
justify-self: center;
border-radius: 10px;
width: max-content;
width: 90%;
padding: 1rem 0.5rem;
font-size: 0.8rem;
text-transform: uppercase;
/* background: red; */
/* margin-bottom: 1rem; */
}
select {
-webkit-appearance: none;
/*webkit browsers */
-moz-appearance: none;
/*Firefox */
appearance: none;
/* modern browsers */
border-radius: 0;
}
html {
scroll-behavior: smooth;
} | 0.256553 | 0.088151 |
.effects {
padding-left: 15px;
}
.effects .prj-img {
position: relative;
float: left;
margin-bottom: 5px;
/*width: 25%;*/
overflow: hidden;
}
.effects .prj-img:nth-child(n) {
margin-right: 5px;
}
.effects .prj-img:first-child {
margin-left: -15px;
}
.effects .prj-img:last-child {
margin-right: 0;
}
.effects .prj-img img {
display: block;
margin: 0;
padding: 0;
max-width: 100%;
height: auto;
}
.prj-img-overlay {
display: block;
position: absolute;
z-index: 20;
background: rgba(0, 0, 0, 0.8);
overflow: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.prj-img-overlay:hover{
cursor: pointer;
}
a.close-prj-img-overlay {
display: block;
position: absolute;
top: 0;
right: 0;
z-index: 100;
width: 45px;
height: 45px;
font-size: 20px;
font-weight: 700;
color: #fff;
line-height: 45px;
text-align: center;
background-color: #000;
cursor: pointer;
}
a.close-prj-img-overlay.hidden {
display: none;
}
a.expand {
display: block;
position: absolute;
z-index: 100;
width: 60px;
height: 60px;
border: solid 5px #fff;
text-align: center;
color: #fff;
line-height: 50px;
font-weight: 700;
font-size: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
text-decoration: none;
}
/* ============================================================
EFFECT 5 - ICON BORDER ANIMATE
============================================================ */
#ntuee-prj-wrap .prj-img-overlay {
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
}
#ntuee-prj-wrap .prj-img-overlay a.expand {
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
height: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#ntuee-prj-wrap .prj-img.hover .prj-img-overlay {
opacity: 1;
}
#ntuee-prj-wrap .prj-img.hover .prj-img-overlay a.expand {
width: 60px;
height: 60px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
} | css/other-project.css | .effects {
padding-left: 15px;
}
.effects .prj-img {
position: relative;
float: left;
margin-bottom: 5px;
/*width: 25%;*/
overflow: hidden;
}
.effects .prj-img:nth-child(n) {
margin-right: 5px;
}
.effects .prj-img:first-child {
margin-left: -15px;
}
.effects .prj-img:last-child {
margin-right: 0;
}
.effects .prj-img img {
display: block;
margin: 0;
padding: 0;
max-width: 100%;
height: auto;
}
.prj-img-overlay {
display: block;
position: absolute;
z-index: 20;
background: rgba(0, 0, 0, 0.8);
overflow: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.prj-img-overlay:hover{
cursor: pointer;
}
a.close-prj-img-overlay {
display: block;
position: absolute;
top: 0;
right: 0;
z-index: 100;
width: 45px;
height: 45px;
font-size: 20px;
font-weight: 700;
color: #fff;
line-height: 45px;
text-align: center;
background-color: #000;
cursor: pointer;
}
a.close-prj-img-overlay.hidden {
display: none;
}
a.expand {
display: block;
position: absolute;
z-index: 100;
width: 60px;
height: 60px;
border: solid 5px #fff;
text-align: center;
color: #fff;
line-height: 50px;
font-weight: 700;
font-size: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
text-decoration: none;
}
/* ============================================================
EFFECT 5 - ICON BORDER ANIMATE
============================================================ */
#ntuee-prj-wrap .prj-img-overlay {
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
}
#ntuee-prj-wrap .prj-img-overlay a.expand {
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
height: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#ntuee-prj-wrap .prj-img.hover .prj-img-overlay {
opacity: 1;
}
#ntuee-prj-wrap .prj-img.hover .prj-img-overlay a.expand {
width: 60px;
height: 60px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
} | 0.431584 | 0.088072 |
:root {
--color-gren-secundary: #DDF312;
--color-gray-primary: #999999;
--color-gray-light: #dacfcf;
--color-white-light: rgb(242, 237, 237);
--color-white-primary: #fff;
--color-black-opacity: #0000005d;
--color-blue-primary-cidadao: #8EC4D2;
}
* {
clear: both;
padding: 0;
margin: 0;
box-sizing: border-box;
z-index: 5 !important
}
html, body {
width: 100%;
font-family: 'Roboto', sans-serif;
background-color: var(--color-white-primary) !important;
}
/*============= Classes genéricas ==================*/
.pointer {
cursor: pointer !important;
}
/*============= Margens ==================*/
.mt-6 {
margin-top: 6em;
}
/*============= DEFAULT ==================*/
a {
text-decoration: none;
color: var(--color-white-primary)
}
a:active {
text-decoration: none;
color: #CCC
}
.text-green-secundary {
color: var(--color-gren-secundary);
}
/*============= NAVBAR ==================*/
.nav-links li {
display: flex;
justify-content: space-between !important;
align-items: center;
margin-left: 2em;
font-size: 1.2em;
font-weight: 400 !important;
color: #fff !important;
}
.nav-links li a {
color: #fff !important;
}
.navbar-customize {
padding-left: 5%;
padding-right: 5%;
z-index: 4;
background-color: rgba(0, 0, 0, 0);
}
.bg-main-blue {
background-color: #17a3b8bf;
height: 45vw;
z-index: 1 !important;
position: fixed;
top: 0;
}
.banner-img {
background-image: url('../img/home/bg.jpg');
background-repeat: no-repeat, repeat-y;
background-attachment: scroll;
height: 45vw;
z-index: 0 !important;
position: fixed;
top: 0;
left: 0;
}
.bg-main-blue-full {
background-color: #17a3b8bf;
height: 100%;
z-index: 1 !important;
position: fixed;
top: 0;
}
.banner-img-full {
background-image: url('../img/home/bg.jpg');
background-repeat: no-repeat, repeat-y;
background-attachment: scroll;
height: 100%;
z-index: 0 !important;
position: fixed;
top: 0;
left: 0;
}
.logo {
font-size: 2em;
font-weight: 600;
color: #fff !important;
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/*============= BUTTONS ==============*/
.btn-login {
background-color: rgba(0, 0, 0, 0.152);
border: 1px solid #fff;
border-radius: 5px;
font-weight: 400;
display: flex;
justify-content: center;
align-items: center;
font-size: 1em;
}
.btn-emergency {
color: #F90000 !important;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
font-size: 1em;
}
.btn-blue-default {
color: #fff;
background-color: #8EC4D2 !important;
border-radius: 130px !important;
border-color: #8EC4D2 !important;
transition-duration: .25s
}
.btn-blue-default:hover {
color: #8EC4D2 !important;
background-color:#FFF !important;
border-color: #8EC4D2 !important;
transition-duration:.25s
}
.btn-blue-secundary {
color: #8EC4D2 !important;
background-color: #fff !important;
border-radius: 130px !important;
border-color: #8EC4D2 !important;
transition-duration: .25s
}
.btn-blue-secundary:hover {
color: #FFF !important;
background-color: #8EC4D2 !important;
border-color: #8EC4D2 !important;
transition-duration: .25s
} | Codigo/SosCidadaoWeb/wwwroot/css/sos_cidadao_root.css |
:root {
--color-gren-secundary: #DDF312;
--color-gray-primary: #999999;
--color-gray-light: #dacfcf;
--color-white-light: rgb(242, 237, 237);
--color-white-primary: #fff;
--color-black-opacity: #0000005d;
--color-blue-primary-cidadao: #8EC4D2;
}
* {
clear: both;
padding: 0;
margin: 0;
box-sizing: border-box;
z-index: 5 !important
}
html, body {
width: 100%;
font-family: 'Roboto', sans-serif;
background-color: var(--color-white-primary) !important;
}
/*============= Classes genéricas ==================*/
.pointer {
cursor: pointer !important;
}
/*============= Margens ==================*/
.mt-6 {
margin-top: 6em;
}
/*============= DEFAULT ==================*/
a {
text-decoration: none;
color: var(--color-white-primary)
}
a:active {
text-decoration: none;
color: #CCC
}
.text-green-secundary {
color: var(--color-gren-secundary);
}
/*============= NAVBAR ==================*/
.nav-links li {
display: flex;
justify-content: space-between !important;
align-items: center;
margin-left: 2em;
font-size: 1.2em;
font-weight: 400 !important;
color: #fff !important;
}
.nav-links li a {
color: #fff !important;
}
.navbar-customize {
padding-left: 5%;
padding-right: 5%;
z-index: 4;
background-color: rgba(0, 0, 0, 0);
}
.bg-main-blue {
background-color: #17a3b8bf;
height: 45vw;
z-index: 1 !important;
position: fixed;
top: 0;
}
.banner-img {
background-image: url('../img/home/bg.jpg');
background-repeat: no-repeat, repeat-y;
background-attachment: scroll;
height: 45vw;
z-index: 0 !important;
position: fixed;
top: 0;
left: 0;
}
.bg-main-blue-full {
background-color: #17a3b8bf;
height: 100%;
z-index: 1 !important;
position: fixed;
top: 0;
}
.banner-img-full {
background-image: url('../img/home/bg.jpg');
background-repeat: no-repeat, repeat-y;
background-attachment: scroll;
height: 100%;
z-index: 0 !important;
position: fixed;
top: 0;
left: 0;
}
.logo {
font-size: 2em;
font-weight: 600;
color: #fff !important;
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/*============= BUTTONS ==============*/
.btn-login {
background-color: rgba(0, 0, 0, 0.152);
border: 1px solid #fff;
border-radius: 5px;
font-weight: 400;
display: flex;
justify-content: center;
align-items: center;
font-size: 1em;
}
.btn-emergency {
color: #F90000 !important;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
font-size: 1em;
}
.btn-blue-default {
color: #fff;
background-color: #8EC4D2 !important;
border-radius: 130px !important;
border-color: #8EC4D2 !important;
transition-duration: .25s
}
.btn-blue-default:hover {
color: #8EC4D2 !important;
background-color:#FFF !important;
border-color: #8EC4D2 !important;
transition-duration:.25s
}
.btn-blue-secundary {
color: #8EC4D2 !important;
background-color: #fff !important;
border-radius: 130px !important;
border-color: #8EC4D2 !important;
transition-duration: .25s
}
.btn-blue-secundary:hover {
color: #FFF !important;
background-color: #8EC4D2 !important;
border-color: #8EC4D2 !important;
transition-duration: .25s
} | 0.318803 | 0.081009 |
@media (min-width: 1201px) {
/*公司介绍*/
.my-main .about_us {
background-image:url('../../images/compony_introduce.png');
background-size: 100% 100%;
}
.my-main .title {
padding-top:3em;
padding-bottom:2em;
}
.my-main .title .icon-bar {
display: inline-block;
width:6em;
height: .2em;
border-top:.3em solid #000;
border-radius: 4px;
}
.my-main .about_us .company_intro {
margin-top:1em;
margin-bottom:6em;
padding: 3em;
background: rgba(1, 1, 1, 0.1);
font-size:1.1em;
}
/*行业动态*/
.news_right {
padding-left:4em;
padding-right:2em;
}
.news .img_show>img{
width:100%;
min-height: 18em;
}
.news_right>div.text-right{
margin-top:.8em;
}
.news .news_right .news_list:not(:first-child) {
margin-top:.5em;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
/*公司介绍*/
.my-main .about_us {
background-image:url('../../images/compony_introduce.png');
background-size: 100% 100%;
}
.my-main .title {
padding-top:3em;
padding-bottom:2em;
}
.my-main .title .icon-bar {
display: inline-block;
width:6em;
height: .2em;
border-top:.3em solid #000;
border-radius: 4px;
}
.my-main .about_us .company_intro {
margin-top:1em;
margin-bottom:6em;
padding: 3em;
background: rgba(1, 1, 1, 0.1);
font-size:1.1em;
}
/*行业动态*/
.news_right {
padding-left:4em;
}
.news .img_show>img{
width:100%;
min-height: 17em;
}
.news_right>div.text-right{
margin-top:1em;
}
}
@media (min-width: 768px) and (max-width: 991px){
/*公司介绍*/
.my-main .about_us {
background-image:url('../../images/company_small.jpg');
background-size: 100% 100%;
}
.my-main .title {
padding-top:3em;
padding-bottom:2em;
}
.my-main .title .icon-bar {
display: inline-block;
width:6em;
height: .2em;
border-top:.3em solid #000;
border-radius: 4px;
}
.my-main .about_us .company_intro {
margin-top:1em;
margin-bottom:6em;
padding: 1em;
background: rgba(1, 1, 1, 0.1);
font-size:1.1em;
}
/*行业动态*/
.news_right {
padding-left:2em;
}
.news .img_show>img{
width:100%;
min-height: 17em;
}
.news_right>div.text-right{
margin-top:.8em;
}
}
@media (max-width: 767px) {
.my-main .about_us {
background-image:url('../../images/company_small.jpg');
background-size: 100% 100%;
}
.my-main .title {
padding-top:1em;
padding-bottom:.5em;
}
.my-main .title .icon-bar {
display: inline-block;
width:6em;
height: .2em;
border-top:.3em solid #000;
border-radius: 4px;
}
.my-main .about_us .company_intro {
margin-top:1em;
margin-bottom:1em;
padding-top: 1em;
background: rgba(1, 1, 1, 0.1);
font-size:1.1em;
}
/*行业动态*/
.news_right>div.text-right{
margin-bottom:1em;
}
}
/*公共样式*/
.text-right {
font-weight: bold;
color:#FC4349;
}
/*行业动态*/
.news .news_left .word_show {
position: relative;
margin:1.5em 0 3em 0;
}
.news .news_left .word_show>a {
position: absolute;
bottom:0;
right:0;
color:#FC4349;
font-weight: bold;
}
/*动态---右侧*/
.news_right h1,.news_right h2,.news_right h3,.news_right h4,.news_right h5 {
padding:0;
margin:0;
}
.news_right .news_list:first-child {
background-color: #2C3E50;
color: #fff;
}
.news .news_right .news_list {
padding:.8em 0 1.4em 0;
}
.news .news_right .news_list:first-child .ind>h1>span {
border-bottom:.1em solid #fff;
}
.news .news_right .news_list:not(:first-child) .ind>h1>span {
color:#ccc;
border-bottom:.1em solid #CCCCCC;
}
.news .news_right .news_list .ind>h1>span {
font-size: 1.3em;
}
.news .news_right .news_list .tit>h5 {
font-weight: bold;
font-size: 1.1em;
padding-top:.5em;
}
.tim>h5 {
padding-top:.5em;
text-align:right;
} | public/home/css/common/index.css | @media (min-width: 1201px) {
/*公司介绍*/
.my-main .about_us {
background-image:url('../../images/compony_introduce.png');
background-size: 100% 100%;
}
.my-main .title {
padding-top:3em;
padding-bottom:2em;
}
.my-main .title .icon-bar {
display: inline-block;
width:6em;
height: .2em;
border-top:.3em solid #000;
border-radius: 4px;
}
.my-main .about_us .company_intro {
margin-top:1em;
margin-bottom:6em;
padding: 3em;
background: rgba(1, 1, 1, 0.1);
font-size:1.1em;
}
/*行业动态*/
.news_right {
padding-left:4em;
padding-right:2em;
}
.news .img_show>img{
width:100%;
min-height: 18em;
}
.news_right>div.text-right{
margin-top:.8em;
}
.news .news_right .news_list:not(:first-child) {
margin-top:.5em;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
/*公司介绍*/
.my-main .about_us {
background-image:url('../../images/compony_introduce.png');
background-size: 100% 100%;
}
.my-main .title {
padding-top:3em;
padding-bottom:2em;
}
.my-main .title .icon-bar {
display: inline-block;
width:6em;
height: .2em;
border-top:.3em solid #000;
border-radius: 4px;
}
.my-main .about_us .company_intro {
margin-top:1em;
margin-bottom:6em;
padding: 3em;
background: rgba(1, 1, 1, 0.1);
font-size:1.1em;
}
/*行业动态*/
.news_right {
padding-left:4em;
}
.news .img_show>img{
width:100%;
min-height: 17em;
}
.news_right>div.text-right{
margin-top:1em;
}
}
@media (min-width: 768px) and (max-width: 991px){
/*公司介绍*/
.my-main .about_us {
background-image:url('../../images/company_small.jpg');
background-size: 100% 100%;
}
.my-main .title {
padding-top:3em;
padding-bottom:2em;
}
.my-main .title .icon-bar {
display: inline-block;
width:6em;
height: .2em;
border-top:.3em solid #000;
border-radius: 4px;
}
.my-main .about_us .company_intro {
margin-top:1em;
margin-bottom:6em;
padding: 1em;
background: rgba(1, 1, 1, 0.1);
font-size:1.1em;
}
/*行业动态*/
.news_right {
padding-left:2em;
}
.news .img_show>img{
width:100%;
min-height: 17em;
}
.news_right>div.text-right{
margin-top:.8em;
}
}
@media (max-width: 767px) {
.my-main .about_us {
background-image:url('../../images/company_small.jpg');
background-size: 100% 100%;
}
.my-main .title {
padding-top:1em;
padding-bottom:.5em;
}
.my-main .title .icon-bar {
display: inline-block;
width:6em;
height: .2em;
border-top:.3em solid #000;
border-radius: 4px;
}
.my-main .about_us .company_intro {
margin-top:1em;
margin-bottom:1em;
padding-top: 1em;
background: rgba(1, 1, 1, 0.1);
font-size:1.1em;
}
/*行业动态*/
.news_right>div.text-right{
margin-bottom:1em;
}
}
/*公共样式*/
.text-right {
font-weight: bold;
color:#FC4349;
}
/*行业动态*/
.news .news_left .word_show {
position: relative;
margin:1.5em 0 3em 0;
}
.news .news_left .word_show>a {
position: absolute;
bottom:0;
right:0;
color:#FC4349;
font-weight: bold;
}
/*动态---右侧*/
.news_right h1,.news_right h2,.news_right h3,.news_right h4,.news_right h5 {
padding:0;
margin:0;
}
.news_right .news_list:first-child {
background-color: #2C3E50;
color: #fff;
}
.news .news_right .news_list {
padding:.8em 0 1.4em 0;
}
.news .news_right .news_list:first-child .ind>h1>span {
border-bottom:.1em solid #fff;
}
.news .news_right .news_list:not(:first-child) .ind>h1>span {
color:#ccc;
border-bottom:.1em solid #CCCCCC;
}
.news .news_right .news_list .ind>h1>span {
font-size: 1.3em;
}
.news .news_right .news_list .tit>h5 {
font-weight: bold;
font-size: 1.1em;
padding-top:.5em;
}
.tim>h5 {
padding-top:.5em;
text-align:right;
} | 0.397471 | 0.085175 |
body {
margin: 0;
padding: 0;
}
#debug {
display: none;
font-family: arial, helvetica;
width: 100%;
border-top: 1px solid #B9ACAC;
z-index: 9999;
}
#debug-header {
height: 16px;
border-top: 1px solid #F3F1F1;
border-bottom: 1px solid #B9ACAC;
background: #DBD6D6;
text-align: right;
padding: 3px 7px 0;
font-size: 10px;
color: #B9ACAC;
}
#debug-mootools-net:link, #debug-mootools-net:visited {
display: block;
float: left;
width: 14px;
height: 14px;
margin-top: -1px;
background: url(images/icon.png) no-repeat top left;
}
#debug-mootools-net:hover, #debug-mootools-net:active {
background-position: bottom left;
}
#debug-header span {
cursor: pointer;
width: 13px;
height: 13px;
display: block;
float: right;
margin-left: 5px;
}
#debug-header b {
display: block;
clear: both;
}
#debug-button-close {
background: url(images/close.png);
}
#debug-button-max {
background: url(images/max.png);
}
#debug-button-min {
background: url(images/min.png);
}
#debug-messages {
height: 133px;
border-top: 1px solid #EEE;
overflow: auto;
background: #FFF url(images/mootools.png) no-repeat center center;
}
#debug-messages pre {
white-space: normal;
padding: 3px 5px;
margin: 0;
font: 11px "Andale Mono", Monaco, "Courier New";
border-bottom: 1px solid #ccc;
color: #444;
background-color: #FFF;
}
#debug-messages pre.error {
background: #F0F0F0 url(images/error.png) no-repeat 5px 50%;
color: #da5d0b;
padding-left: 25px;
}
#debug-messages pre.error span.string {
color: #da5d0b;
}
#debug-messages pre.warning {
background: #F0F0F0 url(images/warning.png) no-repeat 5px 50%;
color: #ce7a2a;
padding-left: 25px;
}
#debug-messages pre.warning span.string {
color: #ce7a2a;
}
#debug-messages pre.info {
background: #F0F0F0 url(images/info.png) no-repeat 5px 50%;
color: #528CE0;
padding-left: 25px;
}
#debug-messages pre.info span.string {
color: #528CE0;
}
#debug-messages pre.time {
background: #F0F0F0 url(images/time.png) no-repeat 5px 50%;
color: #111;
padding-left: 25px;
}
#debug-messages pre.group {
background: #f9f9f9 url(images/group-close.png) no-repeat 6px 50%;
color: #222;
padding-left: 25px;
cursor: pointer;
}
#debug-messages pre.group-closed {
background-image: url(images/group-open.png);
}
#debug-messages div.group {
padding: 2px 0 2px 10px;
background: #ccc;
}
#debug-messages pre.logger {
color: #4373B8;
}
#debug-input-area {
overflow: hidden;
border-top: 1px solid #B9ACAC;
}
#debug-input {
width: 100% !important;
width: 90%;
color: #222;
font: 12px Andale Mono, Monaco, "Courier New";
margin: 0;
border: 0;
padding: 4px 5px 3px 30px;
background: #fff url(images/lick.png) no-repeat 7px 63%;
}
#debug-messages a:link, #debug-messages a:visited {
color: #333;
text-decoration: none;
}
#debug-messages a:hover, #debug-messages a:active {
background-color: #757E8A;
color: #fff;
}
#debug-messages a:hover span, #debug-messages a:active span {
color: #EECFCF;
}
#debug-messages span.number {
color: #B33F3F;
}
#debug-messages span.boolean {
color: #A652E0;
}
#debug-messages span.undefined, #debug-messages span.false {
color: #888;
background-color: #eee;
}
#debug-messages span.key {
color: #888;
}
#debug-messages span.tag {
color: #528CE0;
}
#debug-messages span.string {
color: #8B9E41;
} | test/slick/assets/moobugger/debugger.css | body {
margin: 0;
padding: 0;
}
#debug {
display: none;
font-family: arial, helvetica;
width: 100%;
border-top: 1px solid #B9ACAC;
z-index: 9999;
}
#debug-header {
height: 16px;
border-top: 1px solid #F3F1F1;
border-bottom: 1px solid #B9ACAC;
background: #DBD6D6;
text-align: right;
padding: 3px 7px 0;
font-size: 10px;
color: #B9ACAC;
}
#debug-mootools-net:link, #debug-mootools-net:visited {
display: block;
float: left;
width: 14px;
height: 14px;
margin-top: -1px;
background: url(images/icon.png) no-repeat top left;
}
#debug-mootools-net:hover, #debug-mootools-net:active {
background-position: bottom left;
}
#debug-header span {
cursor: pointer;
width: 13px;
height: 13px;
display: block;
float: right;
margin-left: 5px;
}
#debug-header b {
display: block;
clear: both;
}
#debug-button-close {
background: url(images/close.png);
}
#debug-button-max {
background: url(images/max.png);
}
#debug-button-min {
background: url(images/min.png);
}
#debug-messages {
height: 133px;
border-top: 1px solid #EEE;
overflow: auto;
background: #FFF url(images/mootools.png) no-repeat center center;
}
#debug-messages pre {
white-space: normal;
padding: 3px 5px;
margin: 0;
font: 11px "Andale Mono", Monaco, "Courier New";
border-bottom: 1px solid #ccc;
color: #444;
background-color: #FFF;
}
#debug-messages pre.error {
background: #F0F0F0 url(images/error.png) no-repeat 5px 50%;
color: #da5d0b;
padding-left: 25px;
}
#debug-messages pre.error span.string {
color: #da5d0b;
}
#debug-messages pre.warning {
background: #F0F0F0 url(images/warning.png) no-repeat 5px 50%;
color: #ce7a2a;
padding-left: 25px;
}
#debug-messages pre.warning span.string {
color: #ce7a2a;
}
#debug-messages pre.info {
background: #F0F0F0 url(images/info.png) no-repeat 5px 50%;
color: #528CE0;
padding-left: 25px;
}
#debug-messages pre.info span.string {
color: #528CE0;
}
#debug-messages pre.time {
background: #F0F0F0 url(images/time.png) no-repeat 5px 50%;
color: #111;
padding-left: 25px;
}
#debug-messages pre.group {
background: #f9f9f9 url(images/group-close.png) no-repeat 6px 50%;
color: #222;
padding-left: 25px;
cursor: pointer;
}
#debug-messages pre.group-closed {
background-image: url(images/group-open.png);
}
#debug-messages div.group {
padding: 2px 0 2px 10px;
background: #ccc;
}
#debug-messages pre.logger {
color: #4373B8;
}
#debug-input-area {
overflow: hidden;
border-top: 1px solid #B9ACAC;
}
#debug-input {
width: 100% !important;
width: 90%;
color: #222;
font: 12px Andale Mono, Monaco, "Courier New";
margin: 0;
border: 0;
padding: 4px 5px 3px 30px;
background: #fff url(images/lick.png) no-repeat 7px 63%;
}
#debug-messages a:link, #debug-messages a:visited {
color: #333;
text-decoration: none;
}
#debug-messages a:hover, #debug-messages a:active {
background-color: #757E8A;
color: #fff;
}
#debug-messages a:hover span, #debug-messages a:active span {
color: #EECFCF;
}
#debug-messages span.number {
color: #B33F3F;
}
#debug-messages span.boolean {
color: #A652E0;
}
#debug-messages span.undefined, #debug-messages span.false {
color: #888;
background-color: #eee;
}
#debug-messages span.key {
color: #888;
}
#debug-messages span.tag {
color: #528CE0;
}
#debug-messages span.string {
color: #8B9E41;
} | 0.172033 | 0.064418 |
@import url('https://cdn.rawgit.com/mfd/f3d96ec7f0e8f034cc22ea73b3797b59/raw/856f1dbb8d807aabceb80b6d4f94b464df461b3e/gotham.css');
* {
margin: 0;
padding: 0;
outline: 0;
font-family: "Lato",sans-serif;
}
.row, .col-12 {
margin: unset;
padding: unset;
}
ul {
margin: 0;
padding: 0;
font-family: "Lato",sans-serif;
}
ul li {
margin: 0;
padding: 0;
list-style: none;
font-family: "Lato",sans-serif;
}
a {
text-decoration: none;
color: #05386B;
transition: 0.4s;
font-family: "Hind", sans-serif;
}
a:hover {
text-decoration: none;
color: #05386B;
}
h1,h2,h3,h4,h5,h6 {
margin: 0;
padding: 0;
font-family: "Lato",sans-serif;
}
body {
position: relative;
font-family: "Lato",sans-serif;
}
p {
margin: 0;
padding: 0;
color: #323232;
font-family: "Lato",sans-serif;
}
#header_top .header_top_container {
background: #064F70;
height: 42px;
}
#header_top .header_top_container .logoarea {
padding: 7px 19px;
width: 70px;
}
#header_top .header_top_container .logoarea i {
color: #fff;
font-size: 25px;
}
#header_top .header_top_container .right_style_chose {
padding: 7px 24px 7px 9px;
}
#header_top .header_top_container .right_style_chose ul li {
display: inline-block;
color: #fff;
font-weight: 700;
margin-left: 20px;
cursor: pointer;
font-size: 19px;
letter-spacing: 0.0001em;
font-family: "Hind", sans-serif;
vertical-align: -4px;
}
#header_top .header_top_container .right_style_chose ul .active a {
color: #DDD9C4 !important;
text-decoration: none;
}
#header_top.fix {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 99999999;
}
#header_top.fix .header_top_container {
box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
#header_search_area {
padding: 10px 0px 10px 0px;
background: #fff;
}
#header_search_area .header_search_area_container {
padding: 13px 30px;
}
#header_search_area .header_search_area_container h3 {
font-weight: 700;
text-transform: uppercase;
font-size: 20px;
text-align: center;
letter-spacing: 0.5px;
}
#header_search_area .header_search_area_container form {
margin: 0 auto;
margin-top: 13px;
width: 80%;
}
#header_search_area .header_search_area_container form .input_box {
position: relative;
}
#header_search_area .header_search_area_container form .input_box input {
width: 100%;
border: 1px solid #ddd;
padding: 12px 55px 12px 15px;
font-weight: 500;
font-size: 14px;
border-radius: 2px;
}
#header_search_area .header_search_area_container form .input_box input:focus::placeholder {
color: transparent;
}
#header_search_area .header_search_area_container form .input_box button {
position: absolute;
height: 100%;
top: 0;
right: 0;
background: transparent;
border: none;
border-left: 1px solid #ddd;
padding: 0px 15px;
border-radius: 0px 2px 2px 0px;
outline: none;
}
#header_search_area .header_search_area_container .style_name {
margin-top: 5px;
}
#header_search_area .header_search_area_container .style_name p {
font-weight: normal;
font-size: 14px;
color: #E3E7E9;
color: black;
opacity: .2;
}
#simpleSearch {
position: relative;
height: 100%;
margin: 0 5%;
}
#searchLang, #searchSong {
background-color: rgba(255,255,255,0.5);
color: grey;
width: 100%;
height: 31px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #a2a9b1;
border-radius: 2px;
padding: 5px 3.153846em 5px 0.4em;
-webkit-box-shadow: inset 0 0 0 1px transparent;
box-shadow: inset 0 0 0 1px transparent;
font-family: inherit;
font-size: 15px;
font-weight: 300;
direction: ltr;
-webkit-transition: border-color 250ms,box-shadow 250ms;
-moz-transition: border-color 250ms,box-shadow 250ms;
transition: border-color 250ms,box-shadow 250ms;
-webkit-appearance: none;
-moz-appearance: textfield;
}
#simpleSearch:hover #searchLang, #simpleSearch:hover #searchSong {
border-color: #72777d;
}
#searchLang:focus,#simpleSearch:hover #searchLang:focus,
#searchSong:focus,#simpleSearch:hover #searchSong:focus {
outline: 0;
border-color: #3366cc;
-webkit-box-shadow: inset 0 0 0 1px #3366cc,inset 0 0 0 2px #ffffff;
box-shadow: inset 0 0 0 1px #3366cc,inset 0 0 0 2px #ffffff;
}
#searchLang::-webkit-input-placeholder,#searchLang:-ms-input-placeholder,
#searchLang::-moz-placeholder,#searchLang:-moz-placeholder,#searchLang::placeholder,
#searchSong::-webkit-input-placeholder,#searchSong:-ms-input-placeholder,
#searchSong::-moz-placeholder,#searchSong:-moz-placeholder,#searchSong::placeholder {
color: #72777d;
opacity: 1;
}
#searchLang::-webkit-search-decoration,#searchLang::-webkit-search-cancel-button,
#searchLang::-webkit-search-results-button,#searchLang::-webkit-search-results-decoration,
#searchSong::-webkit-search-decoration,#searchSong::-webkit-search-cancel-button,
#searchSong::-webkit-search-results-button,#searchSong::-webkit-search-results-decoration {
display: none;
}
#searchButtonLang,#searchButtonSong {
background-color: transparent;
position: absolute;
top: 1px;
bottom: 1px;
right: 1px;
min-width: 28px;
width: 2.153846em;
margin: 0;
border: 0;
padding: 0;
cursor: pointer;
font-size: 15px;
direction: ltr;
text-indent: -99999px;
white-space: nowrap;
overflow: hidden;
z-index: 1;
}
#searchButtonLang,#searchButtonSong {
background: no-repeat center / 1.23076923em url(../img/search.svg?cd2021);
opacity: 0.67;
}
#filter_name .filter_name_container {
padding: 6px 30px 3px;
background: #C3CEA4;
}
#filter_name .filter_name_container p {
font-weight: 500;
font-size: 14px;
line-height: 21px;
color: rgba(255,255,255,0.973);
}
#filter_name .filter_name_container p span {
text-transform: uppercase;
}
#music_list_main_area .music_list_main_area_container {
padding: 10px 30px 20px;
}
#music_list_main_area .music_list_main_area_container .single_music_item {
display: flex;
justify-content: flex-start;
border-bottom: 1px solid #dadada;
padding: 8px 8px 9px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .image_box img {
object-fit: cover;
object-position: 100% 0;
height: 77px;
width: 77px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box {
padding-left: 10px;
padding-right: 30px;
line-height: 1.22;
position: relative;
flex: 1;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .song_name h4 {
font-weight: 600;
font-size: 17px;
font-family: 'Lato', sans-serif;
color: #000000;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .geners ul li {
font-size: 0;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .geners ul li {
display: inline-block;
font-weight: 700;
font-size: 11.5px;
vertical-align: 1px;
color: #000000;
margin-right: 5px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .song_details p {
font-size: 16px;
font-weight: 300;
letter-spacing: 0.5px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .song_details p span {
font-weight: 600;
text-transform: uppercase;
margin-left: 2px;
font-size: 11px;
color: #5E6851;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .artist p {
font-weight: 300;
font-size: 16px;
color: #F7CB4D;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .year_instoment ul li {
display: inline-block;
font-weight: 700;
font-size: 13px;
margin-right: 15px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .year_instoment ul .year_song {
color: #464444;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .year_instoment ul .instoment_song {
color: salmon;
font-size: 11.5px;
width: 35px;
/* vertical-align: 1px;
text-indent: 3px; */
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .song_main_language {
position: absolute;
right: 0;
bottom: 0;
width: 40px;
height: 20px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .song_main_language h4 {
text-transform: uppercase;
font-weight: 700;
font-size: 17px;
color: #5B5E60;
text-align: right;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .favorite_song {
position: absolute;
right: 8px;
top: -9px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .favorite_song .star {
visibility:hidden;
font-size:25px;
cursor:pointer;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .favorite_song .star:before {
content: "\2606";
position: absolute;
visibility: visible;
color: #a3a3a3;
font-weight: 900;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .favorite_song .star:checked:before {
content: "\2605";
position: absolute;
color: gold;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .artist_song {
margin-top: 13px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .artist_song ul li {
display: inline-block;
background: #ddd;
font-weight: 500;
font-size: 13px;
padding: 3px 20px;
border-radius: 30px;
margin-right: 5px;
transition: 0.4s;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .artist_song ul li:hover {
background: #C3CEA4;
color: #fff;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .artis_country h4 {
font-size: 14px;
}
#music_list_main_area .music_list_main_area_container :last-child .single_music_item {
border: none;
}
#footer_top .footer_top_container {
background: #85925C;
border: 1px solid #85925C;
}
#footer_top .footer_top_container .footer_top_content {
padding: 10px 30px;
text-align: center;
}
#footer_top .footer_top_container .footer_top_content h3 {
color: #fff;
font-weight: 600;
font-size: 18px;
letter-spacing: 1px;
}
#footer .footer_container {
padding: 33px 30px 25px;
background: #064F70;
}
#footer .footer_container i {
font-size: 40px;
color: #fff;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .logoarea {
cursor: pointer;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #F4F7ED;
color: black;
z-index: 5;
min-width: 160px;
box-shadow: 0px 2px 16px 7px rgba(0,0,0,0.4);
padding: 10px;
}
.dropdown-content a {
float: none;
color: grey;
font-size: 17px;
font-weight: 400;
letter-spacing: 0.7px;
padding: 0px 5px 10px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content .hello {
font-weight: 700;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.show {
display: block;
}
.swal2-popup {
border: 5px solid #7f7f7f !important;
border-radius: unset !important;
width: auto !important;
}
.swal2-content {
padding: 0px 0.4em !important;
}
.swal2-actions {
flex-direction: column;
padding: 0px 0.6em !important;
}
.btn-swal2-confirm {
background-color: #77923B;
color: white;
padding: 5px 20px;
font-weight: 600;
}
.btn-swal2-cancel {
background-color: #7f7f7f;
color: white;
padding: 5px 40px;
font-weight: 600;
}
.btn-swal2-cancel-light {
background-color: #A5A5A5;
color: white;
padding: 5px 40px;
font-weight: 600;
}
.btn-swal2-cancel-dark {
background-color: #595959;
color: white;
padding: 5px 40px;
font-weight: 600;
}
.btn-swal2-cancel-darker {
background-color: #3F3F3F;
color: white;
padding: 5px 20px;
font-weight: 600;
width: 100%;
margin-bottom: 15px;
}
.btn-swal2-cancel:active,.btn-swal2-cancel:focus,.btn-swal2-cancel:hover,
.btn-swal2-confirm:active,.btn-swal2-confirm:focus,.btn-swal2-confirm:hover {
color: white;
box-shadow: none;
}
.swal2-validation-message {
margin: 0 0.3em!important;
}
.swal2-validation-message:before {
content: none!important;
}
.btn-direction-song {
color: #064F70;
background: white;
border: 1px solid #999;
padding: 5px 40px;
font-weight: 600;
width: 100%;
}
#login_form_area {
padding: 10px 0px 10px 0px;
background: #fff;
}
#login_form_area .login_form_area_container {
padding: 13px 30px;
}
#login_form_area .login_form_area_container h3 {
font-weight: 700;
text-transform: uppercase;
font-size: 21px;
text-align: center;
letter-spacing: 0.5px;
}
#login_form_area .login_form_area_container h4 {
font-weight: 700;
text-transform: uppercase;
font-size: 17px;
text-align: center;
letter-spacing: 0.5px;
}
#login_form_area .login_form_area_container form {
margin: 0 auto;
margin-top: 13px;
width: 80%;
}
.field-icon {
float: right;
margin-left: -25px;
margin-top: -27px;
margin-right: 10px;
opacity: 0.6;
position: relative;
z-index: 2;
}
.header_menu_login_area_container {
padding: .5em;
text-align: center;
background: lightgrey;
}
.btn-menu-login, .btn-menu-login:active, .btn-menu-login:hover, .btn-menu-login:focus, .btn-menu-login:disabled {
background: white;
color: #9BBB59;
font-size: 14px;
font-weight: 500;
width: 100px;
padding: 1px 1px;
border: 1px solid #9BBB59;
margin-right: 8px;
}
.btn-menu-signup, .btn-menu-signup:active, .btn-menu-signup:hover, .btn-menu-signup:focus, .btn-menu-signup:disabled {
background: #9BBB59;
color: white;
font-size: 14px;
font-weight: 500;
width: 100px;
padding: 1px 1px;
border: 1px solid #506228;
margin-left: 8px;
}
.btn-loadmore, .btn-loadmore:active, .btn-loadmore:hover, .btn-loadmore:focus, .btn-loadmore:disabled {
position: relative;
width: 20em;
background: white;
color: #9BBB59;
font-size: 16px;
font-weight: 500;
padding: 3px;
border: 1px solid #9BBB59;
}
.btn-loadmore .fa-caret-down {
position: absolute;
left: 10px;
top: 2px;
font-size: 25px;
color: #9BBB59;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
#detail_song_area .detail_song_area_container .single_music_item .content_box .favorite_song .star {
visibility:hidden;
font-size:30px;
cursor:pointer;
position: relative;
}
#detail_song_area .detail_song_area_container .single_music_item .content_box .favorite_song .star:before {
content: "\2606";
position: absolute;
visibility: visible;
color: #a3a3a3;
font-weight: 900;
left: -8px;
}
#detail_song_area .detail_song_area_container .single_music_item .content_box .favorite_song .star:checked:before {
content: "\2605";
position: absolute;
color: gold;
} | assets/css/style.css | @import url('https://cdn.rawgit.com/mfd/f3d96ec7f0e8f034cc22ea73b3797b59/raw/856f1dbb8d807aabceb80b6d4f94b464df461b3e/gotham.css');
* {
margin: 0;
padding: 0;
outline: 0;
font-family: "Lato",sans-serif;
}
.row, .col-12 {
margin: unset;
padding: unset;
}
ul {
margin: 0;
padding: 0;
font-family: "Lato",sans-serif;
}
ul li {
margin: 0;
padding: 0;
list-style: none;
font-family: "Lato",sans-serif;
}
a {
text-decoration: none;
color: #05386B;
transition: 0.4s;
font-family: "Hind", sans-serif;
}
a:hover {
text-decoration: none;
color: #05386B;
}
h1,h2,h3,h4,h5,h6 {
margin: 0;
padding: 0;
font-family: "Lato",sans-serif;
}
body {
position: relative;
font-family: "Lato",sans-serif;
}
p {
margin: 0;
padding: 0;
color: #323232;
font-family: "Lato",sans-serif;
}
#header_top .header_top_container {
background: #064F70;
height: 42px;
}
#header_top .header_top_container .logoarea {
padding: 7px 19px;
width: 70px;
}
#header_top .header_top_container .logoarea i {
color: #fff;
font-size: 25px;
}
#header_top .header_top_container .right_style_chose {
padding: 7px 24px 7px 9px;
}
#header_top .header_top_container .right_style_chose ul li {
display: inline-block;
color: #fff;
font-weight: 700;
margin-left: 20px;
cursor: pointer;
font-size: 19px;
letter-spacing: 0.0001em;
font-family: "Hind", sans-serif;
vertical-align: -4px;
}
#header_top .header_top_container .right_style_chose ul .active a {
color: #DDD9C4 !important;
text-decoration: none;
}
#header_top.fix {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 99999999;
}
#header_top.fix .header_top_container {
box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
#header_search_area {
padding: 10px 0px 10px 0px;
background: #fff;
}
#header_search_area .header_search_area_container {
padding: 13px 30px;
}
#header_search_area .header_search_area_container h3 {
font-weight: 700;
text-transform: uppercase;
font-size: 20px;
text-align: center;
letter-spacing: 0.5px;
}
#header_search_area .header_search_area_container form {
margin: 0 auto;
margin-top: 13px;
width: 80%;
}
#header_search_area .header_search_area_container form .input_box {
position: relative;
}
#header_search_area .header_search_area_container form .input_box input {
width: 100%;
border: 1px solid #ddd;
padding: 12px 55px 12px 15px;
font-weight: 500;
font-size: 14px;
border-radius: 2px;
}
#header_search_area .header_search_area_container form .input_box input:focus::placeholder {
color: transparent;
}
#header_search_area .header_search_area_container form .input_box button {
position: absolute;
height: 100%;
top: 0;
right: 0;
background: transparent;
border: none;
border-left: 1px solid #ddd;
padding: 0px 15px;
border-radius: 0px 2px 2px 0px;
outline: none;
}
#header_search_area .header_search_area_container .style_name {
margin-top: 5px;
}
#header_search_area .header_search_area_container .style_name p {
font-weight: normal;
font-size: 14px;
color: #E3E7E9;
color: black;
opacity: .2;
}
#simpleSearch {
position: relative;
height: 100%;
margin: 0 5%;
}
#searchLang, #searchSong {
background-color: rgba(255,255,255,0.5);
color: grey;
width: 100%;
height: 31px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #a2a9b1;
border-radius: 2px;
padding: 5px 3.153846em 5px 0.4em;
-webkit-box-shadow: inset 0 0 0 1px transparent;
box-shadow: inset 0 0 0 1px transparent;
font-family: inherit;
font-size: 15px;
font-weight: 300;
direction: ltr;
-webkit-transition: border-color 250ms,box-shadow 250ms;
-moz-transition: border-color 250ms,box-shadow 250ms;
transition: border-color 250ms,box-shadow 250ms;
-webkit-appearance: none;
-moz-appearance: textfield;
}
#simpleSearch:hover #searchLang, #simpleSearch:hover #searchSong {
border-color: #72777d;
}
#searchLang:focus,#simpleSearch:hover #searchLang:focus,
#searchSong:focus,#simpleSearch:hover #searchSong:focus {
outline: 0;
border-color: #3366cc;
-webkit-box-shadow: inset 0 0 0 1px #3366cc,inset 0 0 0 2px #ffffff;
box-shadow: inset 0 0 0 1px #3366cc,inset 0 0 0 2px #ffffff;
}
#searchLang::-webkit-input-placeholder,#searchLang:-ms-input-placeholder,
#searchLang::-moz-placeholder,#searchLang:-moz-placeholder,#searchLang::placeholder,
#searchSong::-webkit-input-placeholder,#searchSong:-ms-input-placeholder,
#searchSong::-moz-placeholder,#searchSong:-moz-placeholder,#searchSong::placeholder {
color: #72777d;
opacity: 1;
}
#searchLang::-webkit-search-decoration,#searchLang::-webkit-search-cancel-button,
#searchLang::-webkit-search-results-button,#searchLang::-webkit-search-results-decoration,
#searchSong::-webkit-search-decoration,#searchSong::-webkit-search-cancel-button,
#searchSong::-webkit-search-results-button,#searchSong::-webkit-search-results-decoration {
display: none;
}
#searchButtonLang,#searchButtonSong {
background-color: transparent;
position: absolute;
top: 1px;
bottom: 1px;
right: 1px;
min-width: 28px;
width: 2.153846em;
margin: 0;
border: 0;
padding: 0;
cursor: pointer;
font-size: 15px;
direction: ltr;
text-indent: -99999px;
white-space: nowrap;
overflow: hidden;
z-index: 1;
}
#searchButtonLang,#searchButtonSong {
background: no-repeat center / 1.23076923em url(../img/search.svg?cd2021);
opacity: 0.67;
}
#filter_name .filter_name_container {
padding: 6px 30px 3px;
background: #C3CEA4;
}
#filter_name .filter_name_container p {
font-weight: 500;
font-size: 14px;
line-height: 21px;
color: rgba(255,255,255,0.973);
}
#filter_name .filter_name_container p span {
text-transform: uppercase;
}
#music_list_main_area .music_list_main_area_container {
padding: 10px 30px 20px;
}
#music_list_main_area .music_list_main_area_container .single_music_item {
display: flex;
justify-content: flex-start;
border-bottom: 1px solid #dadada;
padding: 8px 8px 9px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .image_box img {
object-fit: cover;
object-position: 100% 0;
height: 77px;
width: 77px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box {
padding-left: 10px;
padding-right: 30px;
line-height: 1.22;
position: relative;
flex: 1;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .song_name h4 {
font-weight: 600;
font-size: 17px;
font-family: 'Lato', sans-serif;
color: #000000;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .geners ul li {
font-size: 0;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .geners ul li {
display: inline-block;
font-weight: 700;
font-size: 11.5px;
vertical-align: 1px;
color: #000000;
margin-right: 5px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .song_details p {
font-size: 16px;
font-weight: 300;
letter-spacing: 0.5px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .song_details p span {
font-weight: 600;
text-transform: uppercase;
margin-left: 2px;
font-size: 11px;
color: #5E6851;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .artist p {
font-weight: 300;
font-size: 16px;
color: #F7CB4D;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .year_instoment ul li {
display: inline-block;
font-weight: 700;
font-size: 13px;
margin-right: 15px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .year_instoment ul .year_song {
color: #464444;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .year_instoment ul .instoment_song {
color: salmon;
font-size: 11.5px;
width: 35px;
/* vertical-align: 1px;
text-indent: 3px; */
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .song_main_language {
position: absolute;
right: 0;
bottom: 0;
width: 40px;
height: 20px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .song_main_language h4 {
text-transform: uppercase;
font-weight: 700;
font-size: 17px;
color: #5B5E60;
text-align: right;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .favorite_song {
position: absolute;
right: 8px;
top: -9px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .favorite_song .star {
visibility:hidden;
font-size:25px;
cursor:pointer;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .favorite_song .star:before {
content: "\2606";
position: absolute;
visibility: visible;
color: #a3a3a3;
font-weight: 900;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .favorite_song .star:checked:before {
content: "\2605";
position: absolute;
color: gold;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .artist_song {
margin-top: 13px;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .artist_song ul li {
display: inline-block;
background: #ddd;
font-weight: 500;
font-size: 13px;
padding: 3px 20px;
border-radius: 30px;
margin-right: 5px;
transition: 0.4s;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .artist_song ul li:hover {
background: #C3CEA4;
color: #fff;
}
#music_list_main_area .music_list_main_area_container .single_music_item .content_box .artis_country h4 {
font-size: 14px;
}
#music_list_main_area .music_list_main_area_container :last-child .single_music_item {
border: none;
}
#footer_top .footer_top_container {
background: #85925C;
border: 1px solid #85925C;
}
#footer_top .footer_top_container .footer_top_content {
padding: 10px 30px;
text-align: center;
}
#footer_top .footer_top_container .footer_top_content h3 {
color: #fff;
font-weight: 600;
font-size: 18px;
letter-spacing: 1px;
}
#footer .footer_container {
padding: 33px 30px 25px;
background: #064F70;
}
#footer .footer_container i {
font-size: 40px;
color: #fff;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .logoarea {
cursor: pointer;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #F4F7ED;
color: black;
z-index: 5;
min-width: 160px;
box-shadow: 0px 2px 16px 7px rgba(0,0,0,0.4);
padding: 10px;
}
.dropdown-content a {
float: none;
color: grey;
font-size: 17px;
font-weight: 400;
letter-spacing: 0.7px;
padding: 0px 5px 10px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content .hello {
font-weight: 700;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.show {
display: block;
}
.swal2-popup {
border: 5px solid #7f7f7f !important;
border-radius: unset !important;
width: auto !important;
}
.swal2-content {
padding: 0px 0.4em !important;
}
.swal2-actions {
flex-direction: column;
padding: 0px 0.6em !important;
}
.btn-swal2-confirm {
background-color: #77923B;
color: white;
padding: 5px 20px;
font-weight: 600;
}
.btn-swal2-cancel {
background-color: #7f7f7f;
color: white;
padding: 5px 40px;
font-weight: 600;
}
.btn-swal2-cancel-light {
background-color: #A5A5A5;
color: white;
padding: 5px 40px;
font-weight: 600;
}
.btn-swal2-cancel-dark {
background-color: #595959;
color: white;
padding: 5px 40px;
font-weight: 600;
}
.btn-swal2-cancel-darker {
background-color: #3F3F3F;
color: white;
padding: 5px 20px;
font-weight: 600;
width: 100%;
margin-bottom: 15px;
}
.btn-swal2-cancel:active,.btn-swal2-cancel:focus,.btn-swal2-cancel:hover,
.btn-swal2-confirm:active,.btn-swal2-confirm:focus,.btn-swal2-confirm:hover {
color: white;
box-shadow: none;
}
.swal2-validation-message {
margin: 0 0.3em!important;
}
.swal2-validation-message:before {
content: none!important;
}
.btn-direction-song {
color: #064F70;
background: white;
border: 1px solid #999;
padding: 5px 40px;
font-weight: 600;
width: 100%;
}
#login_form_area {
padding: 10px 0px 10px 0px;
background: #fff;
}
#login_form_area .login_form_area_container {
padding: 13px 30px;
}
#login_form_area .login_form_area_container h3 {
font-weight: 700;
text-transform: uppercase;
font-size: 21px;
text-align: center;
letter-spacing: 0.5px;
}
#login_form_area .login_form_area_container h4 {
font-weight: 700;
text-transform: uppercase;
font-size: 17px;
text-align: center;
letter-spacing: 0.5px;
}
#login_form_area .login_form_area_container form {
margin: 0 auto;
margin-top: 13px;
width: 80%;
}
.field-icon {
float: right;
margin-left: -25px;
margin-top: -27px;
margin-right: 10px;
opacity: 0.6;
position: relative;
z-index: 2;
}
.header_menu_login_area_container {
padding: .5em;
text-align: center;
background: lightgrey;
}
.btn-menu-login, .btn-menu-login:active, .btn-menu-login:hover, .btn-menu-login:focus, .btn-menu-login:disabled {
background: white;
color: #9BBB59;
font-size: 14px;
font-weight: 500;
width: 100px;
padding: 1px 1px;
border: 1px solid #9BBB59;
margin-right: 8px;
}
.btn-menu-signup, .btn-menu-signup:active, .btn-menu-signup:hover, .btn-menu-signup:focus, .btn-menu-signup:disabled {
background: #9BBB59;
color: white;
font-size: 14px;
font-weight: 500;
width: 100px;
padding: 1px 1px;
border: 1px solid #506228;
margin-left: 8px;
}
.btn-loadmore, .btn-loadmore:active, .btn-loadmore:hover, .btn-loadmore:focus, .btn-loadmore:disabled {
position: relative;
width: 20em;
background: white;
color: #9BBB59;
font-size: 16px;
font-weight: 500;
padding: 3px;
border: 1px solid #9BBB59;
}
.btn-loadmore .fa-caret-down {
position: absolute;
left: 10px;
top: 2px;
font-size: 25px;
color: #9BBB59;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
#detail_song_area .detail_song_area_container .single_music_item .content_box .favorite_song .star {
visibility:hidden;
font-size:30px;
cursor:pointer;
position: relative;
}
#detail_song_area .detail_song_area_container .single_music_item .content_box .favorite_song .star:before {
content: "\2606";
position: absolute;
visibility: visible;
color: #a3a3a3;
font-weight: 900;
left: -8px;
}
#detail_song_area .detail_song_area_container .single_music_item .content_box .favorite_song .star:checked:before {
content: "\2605";
position: absolute;
color: gold;
} | 0.230054 | 0.10466 |
.logo{
margin-top:0px;
}
.first{
}
.sign{
display: inline-flex;
float: right;
margin-right: 3rem;
cursor: pointer;
border:1px solid black;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 8px;
padding-right: 8px;
background-color: black;
font-family: ProximaNova,Arial,Helvetica Neue,sans-serif;
color:white;
font-size: 16px;
font-weight: 600;
}
.login{
display: inline-flex;
margin-right:8rem;
font-family: ProximaNova,Arial,Helvetica Neue,sans-serif;
float: right;
cursor: pointer;
font-size: 16px;
font-weight: 600;
}
.login:hover{
color:#fc8019;
}
span{
color:#686b78;
font-weight:300;
font-size:16px;
}
.p1{
color:#686b78;
text-align:center;
}
.location{
margin-left: 5rem;
color:#fc8019;
font-size:15px;
font-style: italic;
font-weight:300;
}
textarea{
resize: none;
margin-left: 4rem;
}
.hungry{
font:italic small-caps bold 25px Georgia, serif;
}
.para{
font-family: "Lucida Console", "Courier New", monospace;
color:#686b78;
}
a{
color:#000;
font-size:20px;
font-weight:800;
text-decoration:none;
cursor: pointer;
}
a:hover{
color:#fc8019;
row-gap: 40px;
}
/* general utility styles */
.container {
max-width: 1140px;
margin: auto;
padding: 0 16px;
display:block;
}
/* features section */
.features {
background: #2b1e16;
padding-bottom: 60px;
}
.features .container {
display: flex;
justify-content: space-around;
flex-flow: row wrap;
}
.feature {
text-align: center;
padding-top: 80px;
}
@media (min-width: 900px) {
.features .container {
justify-content: space-between;
}
.feature {
padding-top: 0px;
}
}
.feature img {
height: 200px;
margin-bottom: 40px;
}
.feature h2 {
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
color: white;
}
.feature p {
font-size: 15px;
width: 260px;
color: #e0cbc1;
}
/* preview section styles */
.preview .container {
display: flex;
justify-content: space-around;
align-items: center;
flex-flow: row wrap;
}
.preview .screenshots {
display: none;
}
@media (min-width: 1000px) {
.preview .screenshots {
display: flex;
}
.preview .container {
justify-content: space-between;
flex-flow: row nowrap;
}
}
.description {
padding: 40px;
}
.description h2 {
font-size: 40px;
font-weight: 600;
line-height: 1;
color: #282c3f;
}
.description nav {
display: flex;
gap: 20px;
}
.description img {
width: 200px;
}
.description p {
font-size: 20px;
width: 400px;
font-weight: 300;
padding-top: 20px;
padding-bottom: 60px;
color: #7e808c;
line-height: 1.2;
}
.screenshots img {
width: 350px;
}
.screenshots img:nth-child(1) {
padding-bottom: 60px;
}
.screenshots img:nth-child(2) {
padding-top: 60px;
margin-left: -40px;
}
/* footer styles */
footer {
background: #000;
}
footer .container {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
footer section {
padding-top: 60px;
}
footer h3 {
color: gray;
font-size: 15px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 20px;
}
footer a {
color: white;
text-decoration: none;
font-size: 17px;
line-height: 2;
}
footer a:hover {
font-weight: bold;
}
footer a img:hover {
transform: scale(1.1);
}
footer nav {
min-width: 18ch;
} | swiggy.css | .logo{
margin-top:0px;
}
.first{
}
.sign{
display: inline-flex;
float: right;
margin-right: 3rem;
cursor: pointer;
border:1px solid black;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 8px;
padding-right: 8px;
background-color: black;
font-family: ProximaNova,Arial,Helvetica Neue,sans-serif;
color:white;
font-size: 16px;
font-weight: 600;
}
.login{
display: inline-flex;
margin-right:8rem;
font-family: ProximaNova,Arial,Helvetica Neue,sans-serif;
float: right;
cursor: pointer;
font-size: 16px;
font-weight: 600;
}
.login:hover{
color:#fc8019;
}
span{
color:#686b78;
font-weight:300;
font-size:16px;
}
.p1{
color:#686b78;
text-align:center;
}
.location{
margin-left: 5rem;
color:#fc8019;
font-size:15px;
font-style: italic;
font-weight:300;
}
textarea{
resize: none;
margin-left: 4rem;
}
.hungry{
font:italic small-caps bold 25px Georgia, serif;
}
.para{
font-family: "Lucida Console", "Courier New", monospace;
color:#686b78;
}
a{
color:#000;
font-size:20px;
font-weight:800;
text-decoration:none;
cursor: pointer;
}
a:hover{
color:#fc8019;
row-gap: 40px;
}
/* general utility styles */
.container {
max-width: 1140px;
margin: auto;
padding: 0 16px;
display:block;
}
/* features section */
.features {
background: #2b1e16;
padding-bottom: 60px;
}
.features .container {
display: flex;
justify-content: space-around;
flex-flow: row wrap;
}
.feature {
text-align: center;
padding-top: 80px;
}
@media (min-width: 900px) {
.features .container {
justify-content: space-between;
}
.feature {
padding-top: 0px;
}
}
.feature img {
height: 200px;
margin-bottom: 40px;
}
.feature h2 {
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
color: white;
}
.feature p {
font-size: 15px;
width: 260px;
color: #e0cbc1;
}
/* preview section styles */
.preview .container {
display: flex;
justify-content: space-around;
align-items: center;
flex-flow: row wrap;
}
.preview .screenshots {
display: none;
}
@media (min-width: 1000px) {
.preview .screenshots {
display: flex;
}
.preview .container {
justify-content: space-between;
flex-flow: row nowrap;
}
}
.description {
padding: 40px;
}
.description h2 {
font-size: 40px;
font-weight: 600;
line-height: 1;
color: #282c3f;
}
.description nav {
display: flex;
gap: 20px;
}
.description img {
width: 200px;
}
.description p {
font-size: 20px;
width: 400px;
font-weight: 300;
padding-top: 20px;
padding-bottom: 60px;
color: #7e808c;
line-height: 1.2;
}
.screenshots img {
width: 350px;
}
.screenshots img:nth-child(1) {
padding-bottom: 60px;
}
.screenshots img:nth-child(2) {
padding-top: 60px;
margin-left: -40px;
}
/* footer styles */
footer {
background: #000;
}
footer .container {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
footer section {
padding-top: 60px;
}
footer h3 {
color: gray;
font-size: 15px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 20px;
}
footer a {
color: white;
text-decoration: none;
font-size: 17px;
line-height: 2;
}
footer a:hover {
font-weight: bold;
}
footer a img:hover {
transform: scale(1.1);
}
footer nav {
min-width: 18ch;
} | 0.336876 | 0.083367 |
@charset "UTF-8";
[type=checkbox].filled-in:checked + span:not(.lever):after {
background-color: #2196f3;
border-color: #2196f3;
}
html {
font-family: "Lato", sans-serif;
background: linear-gradient(135deg, #1174b8 1%, #001317 100%) fixed;
background-size: cover;
height: 100%;
display: block;
}
body {
height: 100%;
margin: 0;
position: relative;
}
html, body {
scrollbar-color: #1b5fac white !important;
scrollbar-width: thin;
}
#wrap {
min-height: 100%;
position: relative;
}
#main {
position: relative;
padding-bottom: 75px;
}
.card-panel {
background-color: white;
padding-right: 10px;
padding-left: 10px;
margin-bottom: 20px;
border-radius: 10px;
margin-top: 20px;
}
.card-panel.bottom_0 {
padding-top: 10px;
padding-bottom: 6px;
}
.card-panel.backoffice-panel {
padding: 10px;
}
.card-panel.account-card .col {
margin-top: 20px;
}
.btn {
margin-top: 20px;
}
.btn_form {
margin: 0;
}
.h4_form {
margin-top: 0;
margin-bottom: 20px;
}
.bold {
font-weight: bold;
}
.dispos {
border-radius: 10px;
background-color: white;
float: right;
margin-top: 10px;
font-size: 95%;
padding: 0;
width: 100%;
}
.dispos tr:first-child th {
padding-top: 0;
padding-bottom: 0;
}
.dispos tbody tr > td:first-child {
padding-right: 0;
padding-left: 3%;
}
.dispos tbody tr > td:last-child {
padding-left: 0;
}
div.scrollableTable {
overflow-x: scroll;
width: 100%;
padding: 0;
font-size: 90%;
height: auto;
margin-top: 10px;
}
div.scrollableTable tr:nth-child(odd) > td {
background-color: #f2f2f2;
}
div.scrollableTable tr:nth-child(even) > td {
background-color: white;
}
div.scrollableTable td:not(:first-child) {
width: 35.6px;
}
div.scrollableTable td:first-child {
min-width: 170px;
}
div.scrollableTable thead tr > th {
position: sticky;
padding: 0 5px;
z-index: 2;
background-color: white;
}
div.scrollableTable thead tr > :first-child {
z-index: 3;
left: 0;
top: 0;
}
div.scrollableTable tbody tr > :first-child {
position: sticky;
z-index: 1;
left: 0;
padding-left: 8px;
}
.complete_compos {
padding-top: 0;
padding-bottom: 0;
font-size: 100%;
margin-top: 10px;
}
.complete_compos h5 {
font-size: 1.5rem;
margin-top: 8px;
margin-bottom: 8px;
}
thead th, h5, h4, h3, td.rank, .flash, .divisionBubble, .lobster {
font-family: Lobster, cursive;
}
.lobster {
font-size: 20px;
}
.flash {
font-size: 24px;
padding-top: 0;
padding-bottom: 0;
margin: 0;
}
i.iconPlace {
font-size: 2.1rem;
color: #012242;
}
.setDispoCard {
padding-top: 10px;
padding-bottom: 14px;
}
.setDispoCard h5.unsetTitle {
margin-top: 0;
margin-bottom: 10px;
}
.nav-extended, .sidenav, .title_journee {
background: #012242;
}
#menu_dropdown_champs, #menu_dropdown_contact, #collapsible-sidenav {
width: auto !important;
background-color: #032d56;
}
#menu_dropdown_champs li, #menu_dropdown_contact li, #collapsible-sidenav li {
border-radius: 5px;
margin: 2px 2px;
white-space: nowrap;
width: 98% !important;
}
#menu_dropdown_champs li:hover, #menu_dropdown_contact li:hover, #collapsible-sidenav li:hover {
background-color: #1565c0;
}
#menu_dropdown_champs, #menu_dropdown_contact {
padding: 2px 2px;
border-radius: 5px;
}
#collapsible-sidenav {
padding: 0 !important;
}
.nav-extended {
padding-top: 4px;
padding-bottom: 4px;
font-size: 120%;
}
.nav-extended .journee_passee {
margin-left: 4px;
}
.title_journee {
padding: 6px;
}
.title_journee h4 {
font-size: 2.1rem;
margin-top: 10px;
margin-bottom: 10px;
}
li, p, .btn, label, nav ul a, .card-panel .bottom_0, .tab a {
font-size: 100%;
padding-left: 10px;
padding-right: 10px;
}
.nav-wrapper li a {
font-size: 17px;
}
.nav-wrapper li a, .sidenav li a, .poule, .card-panel h5, .complete_compos h5, h6, .lobster_2 {
font-family: "Lobster Two", cursive;
}
.sidenav li a, .chip-sidenav {
font-size: 17px;
}
.chip {
font-size: 16px;
background-color: transparent;
height: 40px;
line-height: 40px;
color: black;
}
.chip img {
height: 40px;
width: 40px;
object-fit: cover;
}
.cardJoueursBrules {
margin-top: 20px;
padding: 10px 0 6px;
}
.cardJoueursBrules h5 {
margin-top: 8px;
margin-bottom: 8px;
}
.chip-menu {
vertical-align: middle !important;
padding-right: 0 !important;
margin-right: 0 !important;
margin-bottom: 0;
}
.chip-menu img {
height: 35px;
width: 35px;
object-fit: cover;
background-color: white;
}
.chip-mobile img {
margin-top: 6px !important;
margin-right: 25px !important;
}
.select-dropdown li img {
border-radius: 50%;
object-fit: cover;
}
i {
vertical-align: bottom;
}
.divisionBubble {
background: #012242;
text-align: center;
border-radius: 50%;
padding: 8px 10px;
}
.whatsapp_btn {
background-color: #25d366;
padding: 0;
}
.whatsapp_btn img {
padding: 5px 8px;
}
#slide-out .collapsible .li_in_line {
background-color: #012242;
}
#slide-out .collapsible .li_in_line:hover {
background-color: #1565c0;
}
.li_in_line {
border-radius: 5px;
padding-left: 0;
padding-right: 0;
}
.li_in_line:hover {
background-color: #1565c0;
border-radius: 5px;
}
.li_in_line.deconnexion > a:hover {
background-color: #f15454;
border-radius: 5px;
}
.nav-wrapper .li_in_line {
margin-left: 2px;
margin-right: 2px;
}
.sidenav .li_in_line {
margin: 4px;
}
.header_compo, .form_div_list div:last-child, .bottom_0 {
margin-bottom: 0;
}
p.lobster {
margin-top: 0;
}
.btn_gestion {
margin-top: 0;
}
.rank.rank_blue, .light_blue {
color: #1565c0;
}
.divider_custom {
height: 0.15em;
background: #1565c0;
}
#ckeditor-render {
word-wrap: break-word;
hyphens: auto;
padding: 10px;
}
#ckeditor-render figure.table {
width: 100%;
overflow-x: scroll;
margin-left: 0;
}
#ckeditor-render li {
padding-left: 0;
}
.collapsible {
border: none;
box-shadow: none !important;
}
.collapsible .collapsible-body {
border: none;
padding: 0 5px;
}
.collapsible.backoffice_disponibilites {
margin-top: 6px;
margin-bottom: 6px;
}
.collapsible.backoffice_disponibilites .collapsible-header {
padding-top: 6px;
padding-bottom: 6px;
}
.collapsible.backoffice_disponibilites .collapsible-header .chip {
margin: 0;
}
.collapsible.backoffice_disponibilites .collapsible-body {
background-color: white;
}
.collapsible.backoffice_disponibilites .collapsible-body .row {
margin: 0 10px 0 0;
}
.collapsible.backoffice_disponibilites .collapsible-body .row:first-child {
margin-top: 0;
}
.tabs .tab a {
color: black;
}
.tabs .tab a:hover {
color: black;
}
.tabs .tab a.active {
background-color: rgba(128, 128, 128, 0.5);
color: #000;
}
.tabs .indicator {
background-color: black;
}
.poule {
font-size: 1.3rem;
margin-top: 3%;
margin-bottom: 5px;
}
.nav-wrapper li:first-child {
margin-left: 0.6rem;
}
.nav-wrapper li:last-child {
margin-right: 0.6rem;
}
.dot {
height: 5px;
width: 5px;
border-radius: 50%;
display: inline-block;
}
.pastilleDispos {
font-size: 100%;
max-width: 70px;
margin-left: 8px !important;
}
.dot1 {
background-color: #2db009;
}
.dot2 {
background-color: red;
}
.dot3 {
background-color: #918c8c;
}
.first_sidenav {
margin-top: 5px;
}
.titre_edit_journée {
margin-bottom: 40px;
}
li.error {
color: red;
}
.switch label {
color: black;
}
.switch label input[type=checkbox]:checked + .lever:after {
background-color: #1174b8;
}
.switch label input[type=checkbox]:checked + .lever {
background-color: rgba(17, 116, 184, 0.5);
}
.switch label input[type=checkbox] + .lever:after {
background-color: #1174b8;
}
.switch label input[type=checkbox] + .lever {
background-color: rgba(17, 116, 184, 0.5);
}
.form_div_list .dropdown-content li:first-child > span {
color: gray;
font-style: italic;
}
form h5 {
font-size: 1.3rem;
}
.issue .row {
margin-bottom: 0;
}
.uppercase {
text-transform: uppercase;
}
.titlecase .select-dropdown.dropdown-trigger, .titlecase .dropdown-content.select-dropdown {
text-transform: capitalize;
}
.input_file .file-field.input-field {
margin-left: 20%;
margin-right: 20%;
}
.pastille {
padding-top: 5px;
padding-bottom: 5px;
border-radius: 30px;
color: white;
}
.pastille.reset, .pastille.centered {
width: fit-content;
padding-left: 10px;
padding-right: 10px;
margin: 0 auto;
border-radius: 15px;
}
.virtualRankSwitches {
display: flex;
justify-content: space-evenly;
}
.virtualPointsDiv {
display: flex;
justify-content: space-between;
}
.virtualPointsDiv h6 {
margin-top: 0;
margin-bottom: 0;
}
.virtualPointsDiv span {
width: 15%;
}
.virtualPointsDiv i.material-icons.interaction {
vertical-align: text-top;
font-size: 1.1rem;
}
span.virtualPoints {
background-color: #0c3a69;
}
.switch.virtualClassement {
margin-bottom: 8px;
margin-top: 8px;
}
.switch.virtualClassement label {
padding: 0;
}
.switch.virtualClassement label .lever {
margin: 0 2px;
}
table.rankingVirtualPoints {
font-size: 13px !important;
}
table.rankingVirtualPoints td {
padding-left: 0;
padding-right: 0;
}
table.rankingVirtualPoints td .chip i {
vertical-align: middle;
}
table.rankingVirtualPoints td .chip .nom {
font-size: 13px !important;
}
table.rankingVirtualPoints td.points-td {
min-width: 86px;
}
table.rankingVirtualPoints td.progression-td {
min-width: 49px;
}
.tooltipped {
cursor: pointer;
}
.exempt {
margin-left: 50px;
margin-right: 50px;
}
.gold-color {
color: #ecc70a;
}
.silver-color {
color: #C0C0C0;
}
.bronze-color {
color: #CD7F32;
}
.modal {
width: 92% !important;
height: 85% !important;
max-height: 100% !important;
}
.modal .modal-content {
max-width: 100% !important;
}
.modal .modal-content h5 {
margin-bottom: 4px;
}
.modal .modal-content .card {
border-radius: 10px;
width: auto;
margin: 5px 15px;
}
.modal .modal-content .card p.red-text {
padding-top: 8px;
}
.modal .modal-content .card a {
margin-top: 8px;
}
.modal .modal-content > .row {
margin: 0 !important;
}
.modal .modal-content > .row .row {
margin: 10px 0 12px 0 !important;
}
.modal.modal-alert {
margin-top: 5% !important;
width: 700px !important;
height: 80% !important;
top: 4% !important;
}
.modal.modal-alert .modal-content {
padding: 2px;
}
.preloaderSendMail {
margin-top: 25px;
}
.blured_data {
filter: blur(4px);
-webkit-filter: blur(4px);
}
.table_contact tr:last-child td:first-child {
border-bottom-left-radius: 10px;
}
.table_contact tr:last-child td:last-child {
border-bottom-right-radius: 10px;
}
.table_contact .btn {
text-transform: none;
margin-top: 2px;
margin-bottom: 2px;
}
.table_contact td.td_buttons_contact_phone {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.table_contact td.td_buttons_contact_phone a {
margin: 0;
}
.responsive-phone-num {
margin-top: 20px;
}
td#noTeam {
font-style: italic;
}
.page-footer {
padding-top: 0;
background-color: #012242;
position: absolute;
bottom: 0;
width: 100%;
}
.page-footer a {
color: #f5f5f5;
}
.page-footer a:hover {
color: #3691f8;
}
.missingTitle {
font-size: 20px;
}
.cardTeamsWithoutDiv {
padding-top: 5px;
padding-bottom: 5px;
border: red solid 2px;
}
.rainbow {
background: linear-gradient(124deg, #1cb137, #075d17, #1cb137, #075d17, #1cb137, #075d17);
background-size: 1800% 1800%;
-webkit-animation: rainbow 8s ease infinite;
-z-animation: rainbow 8s ease infinite;
-o-animation: rainbow 8s ease infinite;
animation: rainbow 8s ease infinite;
}
.avatar {
object-fit: cover;
}
#span_passwords_matching, #span_passwords_not_matching {
margin-top: 0;
margin-bottom: 0;
height: 22px;
}
.fftt_api_manager h4 {
margin-top: 0;
}
.fftt_api_manager .title_journee h3 {
margin-bottom: 15px;
margin-top: 15px;
}
.progress {
background-color: #135299;
}
.progress .indeterminate {
background-color: #63aaff;
}
table.classementPoule td {
padding: 14px 5px;
}
@-webkit-keyframes rainbow {
0% {
background-position: 0 82%;
}
50% {
background-position: 100% 19%;
}
100% {
background-position: 0 82%;
}
}
@-moz-keyframes rainbow {
0% {
background-position: 0 82%;
}
50% {
background-position: 100% 19%;
}
100% {
background-position: 0 82%;
}
}
@-o-keyframes rainbow {
0% {
background-position: 0 82%;
}
50% {
background-position: 100% 19%;
}
100% {
background-position: 0 82%;
}
}
@keyframes rainbow {
0% {
background-position: 0 82%;
}
50% {
background-position: 100% 19%;
}
100% {
background-position: 0 82%;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
li .collapsible-header {
justify-content: space-between;
padding-top: 10px;
padding-bottom: 10px;
}
li .collapsible-header.collapsible-header-sidenav {
background-color: #021931 !important;
}
li .collapsible-header .caret {
height: 29px;
margin-top: 8px;
margin-right: 0;
transition: transform 0.2s ease;
}
li .collapsible-header .chip {
margin: 0;
}
li .collapsible-header .chip:not(.chip-sidenav) {
font-size: 14px;
}
li.active .collapsible-header .caret {
transform: rotate(-180deg);
}
li.active .collapsible-header .caret:not(.caret-sidenav) {
transform-origin: 0.6em 0.5em;
}
.brand-logo {
left: 50% !important;
}
.backoffice-table th {
padding-left: 0;
padding-right: 0;
}
.navbar-backoffice .rotating-icon, .sidenav .rotating-icon {
animation-name: spin;
animation-duration: 1000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.noDivisionPill {
background-color: rgba(241, 35, 35, 0.2);
border-radius: 5px;
padding: 5px;
}
.noDivisionPill.noDivisionPillHeader {
margin-left: 6px;
}
.markdown_content li::before {
padding-left: 8px;
content: "- ";
}
.avatarSectionDelete {
width: 120px;
height: 120px;
position: relative;
margin: 20px auto 0;
}
.avatarSectionDelete a {
margin-top: 0;
position: absolute;
top: 0;
right: 0;
}
/* width */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #1b5fac;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #0d427f;
}
.dark_blue {
color: #1b5fac;
}
button.btn_renouveler_certif_mobile {
display: none;
}
.hide-on-med-and-up.adversaireLine h5.advUndefined {
margin-top: 0;
margin-bottom: 10px;
}
.hide-on-med-and-up.adversaireLine h5.pastille {
margin-top: 0;
margin-bottom: 10px;
}
.hide-on-med-and-up.adversaireLine div.advDefined div {
padding-left: 0;
padding-right: 6px;
display: inline-block;
vertical-align: middle;
}
.hide-on-med-and-up.adversaireLine div.advDefined div:first-child h5 {
margin-top: 8px;
}
.hide-on-med-and-up.adversaireLine div.advDefined i.material-icons {
font-size: 1.5rem;
}
table.table-last-compos td {
padding-top: 10px;
padding-bottom: 10px;
}
table.table-last-compos tr {
padding-left: 0;
padding-right: 0;
}
.virtualPointsCard {
padding: 6px 0;
margin-bottom: 10px;
font-size: 14px;
}
.virtualPointsCard p {
margin-top: 4px;
margin-bottom: 4px;
}
.virtualPointsCard p span:first-child {
background-color: #0c3a69;
}
.virtualPointsCard p span:last-child {
padding: 0;
}
.virtualPointsCard p.error {
margin: 5.5px 0;
}
.brulageCard {
padding-left: 0;
padding-right: 0;
}
#aide_page h1 {
margin-top: 0;
}
#aide_page h1, #aide_page h2 {
font-family: Lobster, cursive;
}
#aide_page h4 {
font-family: "Lato", sans-serif;
}
#aide_page strong {
font-weight: bold;
}
.lien_court {
display: none;
}
.christmas_code {
font-family: "Lato", sans-serif;
font-size: 12px;
margin: 6px 6px !important;
font-weight: bold;
background-color: red;
}
.christmas_code.golden {
background-color: gold !important;
color: black;
}
.preloader-wrapper.tiny {
width: 26.24px;
height: 26.24px;
}
@media screen and (max-width: 1466px) {
.right_items_navbar_general .right_items_navbar {
display: none;
}
.sidenav-trigger.sidenav-general {
display: block !important;
}
}
@media screen and (max-width: 1449px) {
.right_items_navbar_backoffice .right_items_navbar {
display: none;
}
.sidenav-trigger.sidenav-backoffice {
display: block !important;
}
}
@media screen and (min-width: 1285px) {
.exempt {
margin-left: 80px;
margin-right: 80px;
}
}
@media screen and (max-width: 1167px) {
.navbar-general .left_items {
display: none;
}
.navbar-general .esftt_logo {
display: block;
}
}
@media screen and (max-width: 1128px) {
.navbar-backoffice .left_items {
display: none;
}
.navbar-backoffice .esftt_logo {
display: block;
}
}
@media screen and (max-width: 992px) {
th.th_picture_compet_table {
height: 116px;
}
button.btn_renouveler_certif_mobile {
display: inline-block;
}
button.btn_renouveler_certif_pc {
display: none;
}
td.td_picture_compet {
padding-top: 0;
padding-bottom: 0;
}
.setDispoCard {
margin-bottom: 10px;
}
.virtualPointsCard {
margin-top: 10px;
}
.brulageCard {
margin-top: 10px;
}
table.composition-equipe tbody td {
padding: 6px 5px;
}
.responsive-phone-num {
margin-top: 0;
}
}
@media screen and (max-width: 720px) {
.modal.modal-alert {
width: 96% !important;
}
}
@media screen and (max-width: 601px) {
.modal.modal-alert {
margin-top: 0 !important;
height: 89% !important;
top: 6% !important;
}
th.th_picture_compet_table {
height: 96px;
}
td.td_picture_compet {
padding-top: 0;
padding-bottom: 0;
}
td.td_picture_compet img.picture_compet {
width: 40px;
height: 40px;
}
#settings-form {
margin-left: 10px;
}
#ckeditor-render figure.table {
margin: 0 !important;
}
}
@media screen and (max-width: 529px) {
.lien_long {
display: none;
}
.lien_court {
display: block;
}
}
@media screen and (max-width: 500px) {
#settings-form {
margin-left: 15px;
}
}
@media screen and (max-width: 460px) {
table.table-last-compos {
font-size: 85%;
}
table.table-last-compos td {
padding: 10px 0;
}
}
@media screen and (max-width: 406px) {
table.rankingVirtualPoints td .chip {
padding: 0;
}
table.rankingVirtualPoints td .chip img {
display: none;
}
}
@media screen and (max-width: 381px) {
.setDispoCard h5.unsetTitle {
font-size: 1.45em;
}
}
@media screen and (max-width: 344px) {
.virtualRankSwitches {
font-size: 13px;
}
}
@media screen and (max-width: 330px) {
#collapsible_selectionnable_plus_1 {
font-size: 18px;
}
}
@media screen and (max-width: 307px) {
#collapsible_selectionnable_plus_1 {
font-size: 16px;
}
}
@media screen and (max-width: 283px) {
#collapsible_selectionnable_plus_1 {
font-size: 14px;
}
}
@media screen and (max-width: 260px) {
#collapsible_selectionnable_plus_1 {
font-size: 12px;
}
}
@media screen and (max-width: 237px) {
#collapsible_selectionnable_plus_1 {
font-size: 10px;
}
}
@media screen and (max-width: 324px) {
.noDivisionPillHeader {
display: none;
}
.noDivisionPillBody {
display: block;
}
}
@media screen and (max-width: 320px) {
.virtualRankSwitches {
font-size: 12px;
}
}
@media screen and (max-width: 305px) {
.virtualRankSwitches {
font-size: 11px;
}
}
/*# sourceMappingURL=style.css.map */ | public/CSS/style.css | @charset "UTF-8";
[type=checkbox].filled-in:checked + span:not(.lever):after {
background-color: #2196f3;
border-color: #2196f3;
}
html {
font-family: "Lato", sans-serif;
background: linear-gradient(135deg, #1174b8 1%, #001317 100%) fixed;
background-size: cover;
height: 100%;
display: block;
}
body {
height: 100%;
margin: 0;
position: relative;
}
html, body {
scrollbar-color: #1b5fac white !important;
scrollbar-width: thin;
}
#wrap {
min-height: 100%;
position: relative;
}
#main {
position: relative;
padding-bottom: 75px;
}
.card-panel {
background-color: white;
padding-right: 10px;
padding-left: 10px;
margin-bottom: 20px;
border-radius: 10px;
margin-top: 20px;
}
.card-panel.bottom_0 {
padding-top: 10px;
padding-bottom: 6px;
}
.card-panel.backoffice-panel {
padding: 10px;
}
.card-panel.account-card .col {
margin-top: 20px;
}
.btn {
margin-top: 20px;
}
.btn_form {
margin: 0;
}
.h4_form {
margin-top: 0;
margin-bottom: 20px;
}
.bold {
font-weight: bold;
}
.dispos {
border-radius: 10px;
background-color: white;
float: right;
margin-top: 10px;
font-size: 95%;
padding: 0;
width: 100%;
}
.dispos tr:first-child th {
padding-top: 0;
padding-bottom: 0;
}
.dispos tbody tr > td:first-child {
padding-right: 0;
padding-left: 3%;
}
.dispos tbody tr > td:last-child {
padding-left: 0;
}
div.scrollableTable {
overflow-x: scroll;
width: 100%;
padding: 0;
font-size: 90%;
height: auto;
margin-top: 10px;
}
div.scrollableTable tr:nth-child(odd) > td {
background-color: #f2f2f2;
}
div.scrollableTable tr:nth-child(even) > td {
background-color: white;
}
div.scrollableTable td:not(:first-child) {
width: 35.6px;
}
div.scrollableTable td:first-child {
min-width: 170px;
}
div.scrollableTable thead tr > th {
position: sticky;
padding: 0 5px;
z-index: 2;
background-color: white;
}
div.scrollableTable thead tr > :first-child {
z-index: 3;
left: 0;
top: 0;
}
div.scrollableTable tbody tr > :first-child {
position: sticky;
z-index: 1;
left: 0;
padding-left: 8px;
}
.complete_compos {
padding-top: 0;
padding-bottom: 0;
font-size: 100%;
margin-top: 10px;
}
.complete_compos h5 {
font-size: 1.5rem;
margin-top: 8px;
margin-bottom: 8px;
}
thead th, h5, h4, h3, td.rank, .flash, .divisionBubble, .lobster {
font-family: Lobster, cursive;
}
.lobster {
font-size: 20px;
}
.flash {
font-size: 24px;
padding-top: 0;
padding-bottom: 0;
margin: 0;
}
i.iconPlace {
font-size: 2.1rem;
color: #012242;
}
.setDispoCard {
padding-top: 10px;
padding-bottom: 14px;
}
.setDispoCard h5.unsetTitle {
margin-top: 0;
margin-bottom: 10px;
}
.nav-extended, .sidenav, .title_journee {
background: #012242;
}
#menu_dropdown_champs, #menu_dropdown_contact, #collapsible-sidenav {
width: auto !important;
background-color: #032d56;
}
#menu_dropdown_champs li, #menu_dropdown_contact li, #collapsible-sidenav li {
border-radius: 5px;
margin: 2px 2px;
white-space: nowrap;
width: 98% !important;
}
#menu_dropdown_champs li:hover, #menu_dropdown_contact li:hover, #collapsible-sidenav li:hover {
background-color: #1565c0;
}
#menu_dropdown_champs, #menu_dropdown_contact {
padding: 2px 2px;
border-radius: 5px;
}
#collapsible-sidenav {
padding: 0 !important;
}
.nav-extended {
padding-top: 4px;
padding-bottom: 4px;
font-size: 120%;
}
.nav-extended .journee_passee {
margin-left: 4px;
}
.title_journee {
padding: 6px;
}
.title_journee h4 {
font-size: 2.1rem;
margin-top: 10px;
margin-bottom: 10px;
}
li, p, .btn, label, nav ul a, .card-panel .bottom_0, .tab a {
font-size: 100%;
padding-left: 10px;
padding-right: 10px;
}
.nav-wrapper li a {
font-size: 17px;
}
.nav-wrapper li a, .sidenav li a, .poule, .card-panel h5, .complete_compos h5, h6, .lobster_2 {
font-family: "Lobster Two", cursive;
}
.sidenav li a, .chip-sidenav {
font-size: 17px;
}
.chip {
font-size: 16px;
background-color: transparent;
height: 40px;
line-height: 40px;
color: black;
}
.chip img {
height: 40px;
width: 40px;
object-fit: cover;
}
.cardJoueursBrules {
margin-top: 20px;
padding: 10px 0 6px;
}
.cardJoueursBrules h5 {
margin-top: 8px;
margin-bottom: 8px;
}
.chip-menu {
vertical-align: middle !important;
padding-right: 0 !important;
margin-right: 0 !important;
margin-bottom: 0;
}
.chip-menu img {
height: 35px;
width: 35px;
object-fit: cover;
background-color: white;
}
.chip-mobile img {
margin-top: 6px !important;
margin-right: 25px !important;
}
.select-dropdown li img {
border-radius: 50%;
object-fit: cover;
}
i {
vertical-align: bottom;
}
.divisionBubble {
background: #012242;
text-align: center;
border-radius: 50%;
padding: 8px 10px;
}
.whatsapp_btn {
background-color: #25d366;
padding: 0;
}
.whatsapp_btn img {
padding: 5px 8px;
}
#slide-out .collapsible .li_in_line {
background-color: #012242;
}
#slide-out .collapsible .li_in_line:hover {
background-color: #1565c0;
}
.li_in_line {
border-radius: 5px;
padding-left: 0;
padding-right: 0;
}
.li_in_line:hover {
background-color: #1565c0;
border-radius: 5px;
}
.li_in_line.deconnexion > a:hover {
background-color: #f15454;
border-radius: 5px;
}
.nav-wrapper .li_in_line {
margin-left: 2px;
margin-right: 2px;
}
.sidenav .li_in_line {
margin: 4px;
}
.header_compo, .form_div_list div:last-child, .bottom_0 {
margin-bottom: 0;
}
p.lobster {
margin-top: 0;
}
.btn_gestion {
margin-top: 0;
}
.rank.rank_blue, .light_blue {
color: #1565c0;
}
.divider_custom {
height: 0.15em;
background: #1565c0;
}
#ckeditor-render {
word-wrap: break-word;
hyphens: auto;
padding: 10px;
}
#ckeditor-render figure.table {
width: 100%;
overflow-x: scroll;
margin-left: 0;
}
#ckeditor-render li {
padding-left: 0;
}
.collapsible {
border: none;
box-shadow: none !important;
}
.collapsible .collapsible-body {
border: none;
padding: 0 5px;
}
.collapsible.backoffice_disponibilites {
margin-top: 6px;
margin-bottom: 6px;
}
.collapsible.backoffice_disponibilites .collapsible-header {
padding-top: 6px;
padding-bottom: 6px;
}
.collapsible.backoffice_disponibilites .collapsible-header .chip {
margin: 0;
}
.collapsible.backoffice_disponibilites .collapsible-body {
background-color: white;
}
.collapsible.backoffice_disponibilites .collapsible-body .row {
margin: 0 10px 0 0;
}
.collapsible.backoffice_disponibilites .collapsible-body .row:first-child {
margin-top: 0;
}
.tabs .tab a {
color: black;
}
.tabs .tab a:hover {
color: black;
}
.tabs .tab a.active {
background-color: rgba(128, 128, 128, 0.5);
color: #000;
}
.tabs .indicator {
background-color: black;
}
.poule {
font-size: 1.3rem;
margin-top: 3%;
margin-bottom: 5px;
}
.nav-wrapper li:first-child {
margin-left: 0.6rem;
}
.nav-wrapper li:last-child {
margin-right: 0.6rem;
}
.dot {
height: 5px;
width: 5px;
border-radius: 50%;
display: inline-block;
}
.pastilleDispos {
font-size: 100%;
max-width: 70px;
margin-left: 8px !important;
}
.dot1 {
background-color: #2db009;
}
.dot2 {
background-color: red;
}
.dot3 {
background-color: #918c8c;
}
.first_sidenav {
margin-top: 5px;
}
.titre_edit_journée {
margin-bottom: 40px;
}
li.error {
color: red;
}
.switch label {
color: black;
}
.switch label input[type=checkbox]:checked + .lever:after {
background-color: #1174b8;
}
.switch label input[type=checkbox]:checked + .lever {
background-color: rgba(17, 116, 184, 0.5);
}
.switch label input[type=checkbox] + .lever:after {
background-color: #1174b8;
}
.switch label input[type=checkbox] + .lever {
background-color: rgba(17, 116, 184, 0.5);
}
.form_div_list .dropdown-content li:first-child > span {
color: gray;
font-style: italic;
}
form h5 {
font-size: 1.3rem;
}
.issue .row {
margin-bottom: 0;
}
.uppercase {
text-transform: uppercase;
}
.titlecase .select-dropdown.dropdown-trigger, .titlecase .dropdown-content.select-dropdown {
text-transform: capitalize;
}
.input_file .file-field.input-field {
margin-left: 20%;
margin-right: 20%;
}
.pastille {
padding-top: 5px;
padding-bottom: 5px;
border-radius: 30px;
color: white;
}
.pastille.reset, .pastille.centered {
width: fit-content;
padding-left: 10px;
padding-right: 10px;
margin: 0 auto;
border-radius: 15px;
}
.virtualRankSwitches {
display: flex;
justify-content: space-evenly;
}
.virtualPointsDiv {
display: flex;
justify-content: space-between;
}
.virtualPointsDiv h6 {
margin-top: 0;
margin-bottom: 0;
}
.virtualPointsDiv span {
width: 15%;
}
.virtualPointsDiv i.material-icons.interaction {
vertical-align: text-top;
font-size: 1.1rem;
}
span.virtualPoints {
background-color: #0c3a69;
}
.switch.virtualClassement {
margin-bottom: 8px;
margin-top: 8px;
}
.switch.virtualClassement label {
padding: 0;
}
.switch.virtualClassement label .lever {
margin: 0 2px;
}
table.rankingVirtualPoints {
font-size: 13px !important;
}
table.rankingVirtualPoints td {
padding-left: 0;
padding-right: 0;
}
table.rankingVirtualPoints td .chip i {
vertical-align: middle;
}
table.rankingVirtualPoints td .chip .nom {
font-size: 13px !important;
}
table.rankingVirtualPoints td.points-td {
min-width: 86px;
}
table.rankingVirtualPoints td.progression-td {
min-width: 49px;
}
.tooltipped {
cursor: pointer;
}
.exempt {
margin-left: 50px;
margin-right: 50px;
}
.gold-color {
color: #ecc70a;
}
.silver-color {
color: #C0C0C0;
}
.bronze-color {
color: #CD7F32;
}
.modal {
width: 92% !important;
height: 85% !important;
max-height: 100% !important;
}
.modal .modal-content {
max-width: 100% !important;
}
.modal .modal-content h5 {
margin-bottom: 4px;
}
.modal .modal-content .card {
border-radius: 10px;
width: auto;
margin: 5px 15px;
}
.modal .modal-content .card p.red-text {
padding-top: 8px;
}
.modal .modal-content .card a {
margin-top: 8px;
}
.modal .modal-content > .row {
margin: 0 !important;
}
.modal .modal-content > .row .row {
margin: 10px 0 12px 0 !important;
}
.modal.modal-alert {
margin-top: 5% !important;
width: 700px !important;
height: 80% !important;
top: 4% !important;
}
.modal.modal-alert .modal-content {
padding: 2px;
}
.preloaderSendMail {
margin-top: 25px;
}
.blured_data {
filter: blur(4px);
-webkit-filter: blur(4px);
}
.table_contact tr:last-child td:first-child {
border-bottom-left-radius: 10px;
}
.table_contact tr:last-child td:last-child {
border-bottom-right-radius: 10px;
}
.table_contact .btn {
text-transform: none;
margin-top: 2px;
margin-bottom: 2px;
}
.table_contact td.td_buttons_contact_phone {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.table_contact td.td_buttons_contact_phone a {
margin: 0;
}
.responsive-phone-num {
margin-top: 20px;
}
td#noTeam {
font-style: italic;
}
.page-footer {
padding-top: 0;
background-color: #012242;
position: absolute;
bottom: 0;
width: 100%;
}
.page-footer a {
color: #f5f5f5;
}
.page-footer a:hover {
color: #3691f8;
}
.missingTitle {
font-size: 20px;
}
.cardTeamsWithoutDiv {
padding-top: 5px;
padding-bottom: 5px;
border: red solid 2px;
}
.rainbow {
background: linear-gradient(124deg, #1cb137, #075d17, #1cb137, #075d17, #1cb137, #075d17);
background-size: 1800% 1800%;
-webkit-animation: rainbow 8s ease infinite;
-z-animation: rainbow 8s ease infinite;
-o-animation: rainbow 8s ease infinite;
animation: rainbow 8s ease infinite;
}
.avatar {
object-fit: cover;
}
#span_passwords_matching, #span_passwords_not_matching {
margin-top: 0;
margin-bottom: 0;
height: 22px;
}
.fftt_api_manager h4 {
margin-top: 0;
}
.fftt_api_manager .title_journee h3 {
margin-bottom: 15px;
margin-top: 15px;
}
.progress {
background-color: #135299;
}
.progress .indeterminate {
background-color: #63aaff;
}
table.classementPoule td {
padding: 14px 5px;
}
@-webkit-keyframes rainbow {
0% {
background-position: 0 82%;
}
50% {
background-position: 100% 19%;
}
100% {
background-position: 0 82%;
}
}
@-moz-keyframes rainbow {
0% {
background-position: 0 82%;
}
50% {
background-position: 100% 19%;
}
100% {
background-position: 0 82%;
}
}
@-o-keyframes rainbow {
0% {
background-position: 0 82%;
}
50% {
background-position: 100% 19%;
}
100% {
background-position: 0 82%;
}
}
@keyframes rainbow {
0% {
background-position: 0 82%;
}
50% {
background-position: 100% 19%;
}
100% {
background-position: 0 82%;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
li .collapsible-header {
justify-content: space-between;
padding-top: 10px;
padding-bottom: 10px;
}
li .collapsible-header.collapsible-header-sidenav {
background-color: #021931 !important;
}
li .collapsible-header .caret {
height: 29px;
margin-top: 8px;
margin-right: 0;
transition: transform 0.2s ease;
}
li .collapsible-header .chip {
margin: 0;
}
li .collapsible-header .chip:not(.chip-sidenav) {
font-size: 14px;
}
li.active .collapsible-header .caret {
transform: rotate(-180deg);
}
li.active .collapsible-header .caret:not(.caret-sidenav) {
transform-origin: 0.6em 0.5em;
}
.brand-logo {
left: 50% !important;
}
.backoffice-table th {
padding-left: 0;
padding-right: 0;
}
.navbar-backoffice .rotating-icon, .sidenav .rotating-icon {
animation-name: spin;
animation-duration: 1000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.noDivisionPill {
background-color: rgba(241, 35, 35, 0.2);
border-radius: 5px;
padding: 5px;
}
.noDivisionPill.noDivisionPillHeader {
margin-left: 6px;
}
.markdown_content li::before {
padding-left: 8px;
content: "- ";
}
.avatarSectionDelete {
width: 120px;
height: 120px;
position: relative;
margin: 20px auto 0;
}
.avatarSectionDelete a {
margin-top: 0;
position: absolute;
top: 0;
right: 0;
}
/* width */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #1b5fac;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #0d427f;
}
.dark_blue {
color: #1b5fac;
}
button.btn_renouveler_certif_mobile {
display: none;
}
.hide-on-med-and-up.adversaireLine h5.advUndefined {
margin-top: 0;
margin-bottom: 10px;
}
.hide-on-med-and-up.adversaireLine h5.pastille {
margin-top: 0;
margin-bottom: 10px;
}
.hide-on-med-and-up.adversaireLine div.advDefined div {
padding-left: 0;
padding-right: 6px;
display: inline-block;
vertical-align: middle;
}
.hide-on-med-and-up.adversaireLine div.advDefined div:first-child h5 {
margin-top: 8px;
}
.hide-on-med-and-up.adversaireLine div.advDefined i.material-icons {
font-size: 1.5rem;
}
table.table-last-compos td {
padding-top: 10px;
padding-bottom: 10px;
}
table.table-last-compos tr {
padding-left: 0;
padding-right: 0;
}
.virtualPointsCard {
padding: 6px 0;
margin-bottom: 10px;
font-size: 14px;
}
.virtualPointsCard p {
margin-top: 4px;
margin-bottom: 4px;
}
.virtualPointsCard p span:first-child {
background-color: #0c3a69;
}
.virtualPointsCard p span:last-child {
padding: 0;
}
.virtualPointsCard p.error {
margin: 5.5px 0;
}
.brulageCard {
padding-left: 0;
padding-right: 0;
}
#aide_page h1 {
margin-top: 0;
}
#aide_page h1, #aide_page h2 {
font-family: Lobster, cursive;
}
#aide_page h4 {
font-family: "Lato", sans-serif;
}
#aide_page strong {
font-weight: bold;
}
.lien_court {
display: none;
}
.christmas_code {
font-family: "Lato", sans-serif;
font-size: 12px;
margin: 6px 6px !important;
font-weight: bold;
background-color: red;
}
.christmas_code.golden {
background-color: gold !important;
color: black;
}
.preloader-wrapper.tiny {
width: 26.24px;
height: 26.24px;
}
@media screen and (max-width: 1466px) {
.right_items_navbar_general .right_items_navbar {
display: none;
}
.sidenav-trigger.sidenav-general {
display: block !important;
}
}
@media screen and (max-width: 1449px) {
.right_items_navbar_backoffice .right_items_navbar {
display: none;
}
.sidenav-trigger.sidenav-backoffice {
display: block !important;
}
}
@media screen and (min-width: 1285px) {
.exempt {
margin-left: 80px;
margin-right: 80px;
}
}
@media screen and (max-width: 1167px) {
.navbar-general .left_items {
display: none;
}
.navbar-general .esftt_logo {
display: block;
}
}
@media screen and (max-width: 1128px) {
.navbar-backoffice .left_items {
display: none;
}
.navbar-backoffice .esftt_logo {
display: block;
}
}
@media screen and (max-width: 992px) {
th.th_picture_compet_table {
height: 116px;
}
button.btn_renouveler_certif_mobile {
display: inline-block;
}
button.btn_renouveler_certif_pc {
display: none;
}
td.td_picture_compet {
padding-top: 0;
padding-bottom: 0;
}
.setDispoCard {
margin-bottom: 10px;
}
.virtualPointsCard {
margin-top: 10px;
}
.brulageCard {
margin-top: 10px;
}
table.composition-equipe tbody td {
padding: 6px 5px;
}
.responsive-phone-num {
margin-top: 0;
}
}
@media screen and (max-width: 720px) {
.modal.modal-alert {
width: 96% !important;
}
}
@media screen and (max-width: 601px) {
.modal.modal-alert {
margin-top: 0 !important;
height: 89% !important;
top: 6% !important;
}
th.th_picture_compet_table {
height: 96px;
}
td.td_picture_compet {
padding-top: 0;
padding-bottom: 0;
}
td.td_picture_compet img.picture_compet {
width: 40px;
height: 40px;
}
#settings-form {
margin-left: 10px;
}
#ckeditor-render figure.table {
margin: 0 !important;
}
}
@media screen and (max-width: 529px) {
.lien_long {
display: none;
}
.lien_court {
display: block;
}
}
@media screen and (max-width: 500px) {
#settings-form {
margin-left: 15px;
}
}
@media screen and (max-width: 460px) {
table.table-last-compos {
font-size: 85%;
}
table.table-last-compos td {
padding: 10px 0;
}
}
@media screen and (max-width: 406px) {
table.rankingVirtualPoints td .chip {
padding: 0;
}
table.rankingVirtualPoints td .chip img {
display: none;
}
}
@media screen and (max-width: 381px) {
.setDispoCard h5.unsetTitle {
font-size: 1.45em;
}
}
@media screen and (max-width: 344px) {
.virtualRankSwitches {
font-size: 13px;
}
}
@media screen and (max-width: 330px) {
#collapsible_selectionnable_plus_1 {
font-size: 18px;
}
}
@media screen and (max-width: 307px) {
#collapsible_selectionnable_plus_1 {
font-size: 16px;
}
}
@media screen and (max-width: 283px) {
#collapsible_selectionnable_plus_1 {
font-size: 14px;
}
}
@media screen and (max-width: 260px) {
#collapsible_selectionnable_plus_1 {
font-size: 12px;
}
}
@media screen and (max-width: 237px) {
#collapsible_selectionnable_plus_1 {
font-size: 10px;
}
}
@media screen and (max-width: 324px) {
.noDivisionPillHeader {
display: none;
}
.noDivisionPillBody {
display: block;
}
}
@media screen and (max-width: 320px) {
.virtualRankSwitches {
font-size: 12px;
}
}
@media screen and (max-width: 305px) {
.virtualRankSwitches {
font-size: 11px;
}
}
/*# sourceMappingURL=style.css.map */ | 0.342462 | 0.090333 |
pre.sh_sourceCode {
/* background-color: white; */
color: black;
font-style: normal;
font-weight: normal;
}
pre.sh_sourceCode .sh_keyword { color: blue; font-weight: bold; } /* language keywords */
pre.sh_sourceCode .sh_type { color: darkgreen; } /* basic types */
pre.sh_sourceCode .sh_usertype { color: teal; } /* user defined types */
pre.sh_sourceCode .sh_string { color: red; font-family: monospace; } /* strings and chars */
pre.sh_sourceCode .sh_regexp { color: orange; font-family: monospace; } /* regular expressions */
pre.sh_sourceCode .sh_specialchar { color: pink; font-family: monospace; } /* e.g., \n, \t, \\ */
pre.sh_sourceCode .sh_comment { color: brown; font-style: italic; } /* comments */
pre.sh_sourceCode .sh_number { color: purple; } /* literal numbers */
pre.sh_sourceCode .sh_preproc { color: darkblue; font-weight: bold; } /* e.g., #include, import */
pre.sh_sourceCode .sh_symbol { color: darkred; } /* e.g., <, >, + */
pre.sh_sourceCode .sh_function { color: black; font-weight: bold; } /* function calls and declarations */
pre.sh_sourceCode .sh_cbracket { color: red; } /* block brackets (e.g., {, }) */
pre.sh_sourceCode .sh_todo { font-weight: bold; background-color: cyan; } /* TODO and FIXME */
/* Predefined variables and functions (for instance glsl) */
pre.sh_sourceCode .sh_predef_var { color: darkblue; }
pre.sh_sourceCode .sh_predef_func { color: darkblue; font-weight: bold; }
/* for OOP */
pre.sh_sourceCode .sh_classname { color: teal; }
/* line numbers (not yet implemented) */
pre.sh_sourceCode .sh_linenum { color: black; font-family: monospace; }
/* Internet related */
pre.sh_sourceCode .sh_url { color: blue; text-decoration: underline; font-family: monospace; }
/* for ChangeLog and Log files */
pre.sh_sourceCode .sh_date { color: blue; font-weight: bold; }
pre.sh_sourceCode .sh_time, pre.sh_sourceCode .sh_file { color: darkblue; font-weight: bold; }
pre.sh_sourceCode .sh_ip, pre.sh_sourceCode .sh_name { color: darkgreen; }
/* for Prolog, Perl... */
pre.sh_sourceCode .sh_variable { color: darkgreen; }
/* for LaTeX */
pre.sh_sourceCode .sh_italics { color: darkgreen; font-style: italic; }
pre.sh_sourceCode .sh_bold { color: darkgreen; font-weight: bold; }
pre.sh_sourceCode .sh_underline { color: darkgreen; text-decoration: underline; }
pre.sh_sourceCode .sh_fixed { color: green; font-family: monospace; }
pre.sh_sourceCode .sh_argument { color: darkgreen; }
pre.sh_sourceCode .sh_optionalargument { color: purple; }
pre.sh_sourceCode .sh_math { color: orange; }
pre.sh_sourceCode .sh_bibtex { color: blue; }
/* for diffs */
pre.sh_sourceCode .sh_oldfile { color: orange; }
pre.sh_sourceCode .sh_newfile { color: darkgreen; }
pre.sh_sourceCode .sh_difflines { color: blue; }
/* for css */
pre.sh_sourceCode .sh_selector { color: purple; }
pre.sh_sourceCode .sh_property { color: blue; }
pre.sh_sourceCode .sh_value { color: darkgreen; font-style: italic; }
/* other */
pre.sh_sourceCode .sh_section { color: black; font-weight: bold; }
pre.sh_sourceCode .sh_paren { color: red; }
pre.sh_sourceCode .sh_attribute { color: darkgreen; } | examples/sh_style.css | pre.sh_sourceCode {
/* background-color: white; */
color: black;
font-style: normal;
font-weight: normal;
}
pre.sh_sourceCode .sh_keyword { color: blue; font-weight: bold; } /* language keywords */
pre.sh_sourceCode .sh_type { color: darkgreen; } /* basic types */
pre.sh_sourceCode .sh_usertype { color: teal; } /* user defined types */
pre.sh_sourceCode .sh_string { color: red; font-family: monospace; } /* strings and chars */
pre.sh_sourceCode .sh_regexp { color: orange; font-family: monospace; } /* regular expressions */
pre.sh_sourceCode .sh_specialchar { color: pink; font-family: monospace; } /* e.g., \n, \t, \\ */
pre.sh_sourceCode .sh_comment { color: brown; font-style: italic; } /* comments */
pre.sh_sourceCode .sh_number { color: purple; } /* literal numbers */
pre.sh_sourceCode .sh_preproc { color: darkblue; font-weight: bold; } /* e.g., #include, import */
pre.sh_sourceCode .sh_symbol { color: darkred; } /* e.g., <, >, + */
pre.sh_sourceCode .sh_function { color: black; font-weight: bold; } /* function calls and declarations */
pre.sh_sourceCode .sh_cbracket { color: red; } /* block brackets (e.g., {, }) */
pre.sh_sourceCode .sh_todo { font-weight: bold; background-color: cyan; } /* TODO and FIXME */
/* Predefined variables and functions (for instance glsl) */
pre.sh_sourceCode .sh_predef_var { color: darkblue; }
pre.sh_sourceCode .sh_predef_func { color: darkblue; font-weight: bold; }
/* for OOP */
pre.sh_sourceCode .sh_classname { color: teal; }
/* line numbers (not yet implemented) */
pre.sh_sourceCode .sh_linenum { color: black; font-family: monospace; }
/* Internet related */
pre.sh_sourceCode .sh_url { color: blue; text-decoration: underline; font-family: monospace; }
/* for ChangeLog and Log files */
pre.sh_sourceCode .sh_date { color: blue; font-weight: bold; }
pre.sh_sourceCode .sh_time, pre.sh_sourceCode .sh_file { color: darkblue; font-weight: bold; }
pre.sh_sourceCode .sh_ip, pre.sh_sourceCode .sh_name { color: darkgreen; }
/* for Prolog, Perl... */
pre.sh_sourceCode .sh_variable { color: darkgreen; }
/* for LaTeX */
pre.sh_sourceCode .sh_italics { color: darkgreen; font-style: italic; }
pre.sh_sourceCode .sh_bold { color: darkgreen; font-weight: bold; }
pre.sh_sourceCode .sh_underline { color: darkgreen; text-decoration: underline; }
pre.sh_sourceCode .sh_fixed { color: green; font-family: monospace; }
pre.sh_sourceCode .sh_argument { color: darkgreen; }
pre.sh_sourceCode .sh_optionalargument { color: purple; }
pre.sh_sourceCode .sh_math { color: orange; }
pre.sh_sourceCode .sh_bibtex { color: blue; }
/* for diffs */
pre.sh_sourceCode .sh_oldfile { color: orange; }
pre.sh_sourceCode .sh_newfile { color: darkgreen; }
pre.sh_sourceCode .sh_difflines { color: blue; }
/* for css */
pre.sh_sourceCode .sh_selector { color: purple; }
pre.sh_sourceCode .sh_property { color: blue; }
pre.sh_sourceCode .sh_value { color: darkgreen; font-style: italic; }
/* other */
pre.sh_sourceCode .sh_section { color: black; font-weight: bold; }
pre.sh_sourceCode .sh_paren { color: red; }
pre.sh_sourceCode .sh_attribute { color: darkgreen; } | 0.341143 | 0.038793 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'PT Sans Narrow', sans-serif;
}
main{
width: 100%;
height: auto;
position: absolute;
display: flex;
justify-content: center;
align-content: center;
/* border:solid 2px rgb(236, 38, 11); */
}
/* HOME */
.container-home{
margin-top: 130px;
width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
/* border: solid 1px black; */
}
.elemento h2{
font-size: 25px;
}
.elemento p{
font-size: 25px;
}
.contenedor2{
width: 100%;
height: auto;
}
.contenedor-padre{
width: 100%;
height: auto;
padding: 5px;
margin: 5px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
/* border: solid 1px gold; */
}
.contenedor{
color: #000000;
margin: 5px;
width: 100%;
text-align: center;
}
.contenedor1{
width: 55%;
height: 100%;
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
align-items: stretch;
/* border: springgreen solid 2px; */
}
.foto{
background-size: cover;
width: 40%;
display: flex;
justify-content: center;
align-items: center;
/* border: steelblue 1px solid; */
}
.foto img{
width: 95%;
height: 55%;
}
.conteiner{
width: 100%;
height: 100%;
}
.elementos{
width: 55%;
display: flex;
flex-direction: column;
/* border: steelblue 1px solid; */
}
.elemento{
color:#000000;
font-size: 15px;
border-bottom: 1px solid rgba(104, 104, 104, 0.548);
/* border: solid 1px #02592D; */
}
.contenedor2{
width: 40%;
}
.aviso{
border-top: 0.5px solid rgba(104, 104, 104, 0.548);
}
.aviso a{
font-size: 20px;
}
/*Termina Home */
.content-all{
width: auto;
max-width: 1000px;
margin: auto;
margin-top: 130px;
}
.content-all h2{
position: fixed;
width: 100%;
max-width: 1000px;
top: 14px;
font-size: 26px;
text-align: right;
color: white;
}
.conteiner-logo{
margin: 10px;
float: left;
width: auto;
height: 35%;
box-shadow: 8px 8px 10px 0;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.conteiner-datos{
flex: 100%;
max-width: 500px;
padding: 3px 10px;
width: 100%;
margin-top: 70px;
box-shadow: 8px 8px 10px 0;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.conteiner-avisos{
flex: 100%;
max-width: 500px;
padding: 3px 10px;
width: 100%;
margin-top: 70px;
box-shadow: 8px 8px 10px 0;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
body{
font-family: 'Open sans';
background: rgb(247, 243, 243);
}
header{
position: fixed;
width: 100%;
top: 0;
left: 0;
padding: 20px;
background: #02592D;
}
header #button-menu{
font-size: 30px;
color: #fff;
cursor: pointer;
}
.navegacion{
position: absolute;
top: 100%;
left: 0;
width: 0%;
height: 100vh;
background: rgba(0,0,0,.0);
}
.navegacion ul{
width: 320px;
height: 100%;
background: #fff;
list-style: none;
position: absolute;
top: 0;
left: -320px;
transition: left .3s;
}
.navegacion .menu li.title-menu{
padding: 20px;
background: #eeeeee;
color: #2f6112;
text-align: center;
font-size: 22px;
}
.navegacion .menu a{
display: block;
padding: 20px;
border-bottom: 1px solid #C6D0DA;
font-size: 22px;
font-weight: 200;
text-decoration: none;
color: #000000;
}
.navegacion .menu a:hover{
background: rgba(1,80,9,.9);
color: #fff;
}
.navegacion .menu li span.icon-menu{
margin-right: 12px;
}
.navegacion .menu .item-submenu > a::after{
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\f105';
float: right;
color: #C5C5C5;
}
/* Submenu ============*/
.navegacion .submenu li.title-menu{
background: #fff;
color:#2f6112; /*color de las imagenes */
}
.navegacion .submenu li.go-back{
padding: 10px 20px;
background: #0271A0;
color: #fff;
font-size: 18px;
cursor: pointer;
}
.navegacion .submenu li.go-back::before{
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\f0d9';
margin-right: 10px;
}
@media screen and (max-width: 320px){
.navegacion ul{
width: 100%;
}
}
article{
padding: 16px;
}
article h1{
font-size: 30px;
color: rgb(8, 8, 8);
font-weight: 100;
}
article .parrafo1{
font-size: 20px;
color: rgb(5, 5, 5);
margin-top: 40px;
letter-spacing: 2px;
}
article img{
width: 100%;
border: 4px solid rgb(3, 3, 3);
margin-top: 40px;
}
.userInformationContainer{
position: fixed;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 35px;
}
.userInformationContainer .infoUser,
.userInformationContainer .advInfo{
width: 48%;
border: 2px solid #ccc;
margin: 0 15px;
padding: 15px;
border-radius: 5px;
}
.userInformationContainer .infoUser{
display: flex;
}
.userInformationContainer .infoUser .userItem{
display: flex;
justify-content: start;
align-items: center;
}
.userInformationContainer .infoUser .userItem .icon{
width: 55px;
height: 55px;
font-size: 2em;
color: #333;
display: flex;
justify-content: center;
align-items: center;
}
.userInformationContainer .advInfo h3{
text-align: center;
}
.userInformationContainer .advInfo p{
text-align: justify;
}
/*contenedor datos-docentes datos-avisos*/
.userInformationContainer{
position: fixed;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 35px;
}
.userInformationContainer .infoUser,
.userInformationContainer .advInfo{
width: 48%;
border: 2px solid #ccc;
margin: 0 15px;
padding: 15px;
border-radius: 5px;
}
.userInformationContainer .infoUser{
display: flex;
}
.userInformationContainer .infoUser .userItem{
display: flex;
justify-content: start;
align-items: center;
}
.userInformationContainer .infoUser .userItem .icon{
width: 55px;
height: 55px;
font-size: 2em;
color: #333;
display: flex;
justify-content: center;
align-items: center;
}
.userInformationContainer .advInfo h3{
text-align: center;
}
.userInformationContainer .advInfo p{
text-align: justify;
}
@media (min-width: 200px) and (max-width: 1000px) {
.contenedor1{
width: 100%;
padding-right: 50px;
}
.contenedor2{
width: 100%;
}
.foto img{
width: 250px;
height: 150px;
}
}
@media screen and (min-width:768px) and (max-width: 1050px)
{
.contenedor1{
width: 100%;
height: auto;
padding-right: 50px;
}
.elemento h2{
font-size: 60px;
}
.elemento p{
font-size: 40px;
}
.contenedor2{
width: 100%;
height: auto;
}
.foto img{
width: 95%;
height: 450px;
margin: 5px;
}
} | public/css/estilos.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'PT Sans Narrow', sans-serif;
}
main{
width: 100%;
height: auto;
position: absolute;
display: flex;
justify-content: center;
align-content: center;
/* border:solid 2px rgb(236, 38, 11); */
}
/* HOME */
.container-home{
margin-top: 130px;
width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
/* border: solid 1px black; */
}
.elemento h2{
font-size: 25px;
}
.elemento p{
font-size: 25px;
}
.contenedor2{
width: 100%;
height: auto;
}
.contenedor-padre{
width: 100%;
height: auto;
padding: 5px;
margin: 5px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
/* border: solid 1px gold; */
}
.contenedor{
color: #000000;
margin: 5px;
width: 100%;
text-align: center;
}
.contenedor1{
width: 55%;
height: 100%;
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
align-items: stretch;
/* border: springgreen solid 2px; */
}
.foto{
background-size: cover;
width: 40%;
display: flex;
justify-content: center;
align-items: center;
/* border: steelblue 1px solid; */
}
.foto img{
width: 95%;
height: 55%;
}
.conteiner{
width: 100%;
height: 100%;
}
.elementos{
width: 55%;
display: flex;
flex-direction: column;
/* border: steelblue 1px solid; */
}
.elemento{
color:#000000;
font-size: 15px;
border-bottom: 1px solid rgba(104, 104, 104, 0.548);
/* border: solid 1px #02592D; */
}
.contenedor2{
width: 40%;
}
.aviso{
border-top: 0.5px solid rgba(104, 104, 104, 0.548);
}
.aviso a{
font-size: 20px;
}
/*Termina Home */
.content-all{
width: auto;
max-width: 1000px;
margin: auto;
margin-top: 130px;
}
.content-all h2{
position: fixed;
width: 100%;
max-width: 1000px;
top: 14px;
font-size: 26px;
text-align: right;
color: white;
}
.conteiner-logo{
margin: 10px;
float: left;
width: auto;
height: 35%;
box-shadow: 8px 8px 10px 0;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.conteiner-datos{
flex: 100%;
max-width: 500px;
padding: 3px 10px;
width: 100%;
margin-top: 70px;
box-shadow: 8px 8px 10px 0;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.conteiner-avisos{
flex: 100%;
max-width: 500px;
padding: 3px 10px;
width: 100%;
margin-top: 70px;
box-shadow: 8px 8px 10px 0;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
body{
font-family: 'Open sans';
background: rgb(247, 243, 243);
}
header{
position: fixed;
width: 100%;
top: 0;
left: 0;
padding: 20px;
background: #02592D;
}
header #button-menu{
font-size: 30px;
color: #fff;
cursor: pointer;
}
.navegacion{
position: absolute;
top: 100%;
left: 0;
width: 0%;
height: 100vh;
background: rgba(0,0,0,.0);
}
.navegacion ul{
width: 320px;
height: 100%;
background: #fff;
list-style: none;
position: absolute;
top: 0;
left: -320px;
transition: left .3s;
}
.navegacion .menu li.title-menu{
padding: 20px;
background: #eeeeee;
color: #2f6112;
text-align: center;
font-size: 22px;
}
.navegacion .menu a{
display: block;
padding: 20px;
border-bottom: 1px solid #C6D0DA;
font-size: 22px;
font-weight: 200;
text-decoration: none;
color: #000000;
}
.navegacion .menu a:hover{
background: rgba(1,80,9,.9);
color: #fff;
}
.navegacion .menu li span.icon-menu{
margin-right: 12px;
}
.navegacion .menu .item-submenu > a::after{
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\f105';
float: right;
color: #C5C5C5;
}
/* Submenu ============*/
.navegacion .submenu li.title-menu{
background: #fff;
color:#2f6112; /*color de las imagenes */
}
.navegacion .submenu li.go-back{
padding: 10px 20px;
background: #0271A0;
color: #fff;
font-size: 18px;
cursor: pointer;
}
.navegacion .submenu li.go-back::before{
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\f0d9';
margin-right: 10px;
}
@media screen and (max-width: 320px){
.navegacion ul{
width: 100%;
}
}
article{
padding: 16px;
}
article h1{
font-size: 30px;
color: rgb(8, 8, 8);
font-weight: 100;
}
article .parrafo1{
font-size: 20px;
color: rgb(5, 5, 5);
margin-top: 40px;
letter-spacing: 2px;
}
article img{
width: 100%;
border: 4px solid rgb(3, 3, 3);
margin-top: 40px;
}
.userInformationContainer{
position: fixed;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 35px;
}
.userInformationContainer .infoUser,
.userInformationContainer .advInfo{
width: 48%;
border: 2px solid #ccc;
margin: 0 15px;
padding: 15px;
border-radius: 5px;
}
.userInformationContainer .infoUser{
display: flex;
}
.userInformationContainer .infoUser .userItem{
display: flex;
justify-content: start;
align-items: center;
}
.userInformationContainer .infoUser .userItem .icon{
width: 55px;
height: 55px;
font-size: 2em;
color: #333;
display: flex;
justify-content: center;
align-items: center;
}
.userInformationContainer .advInfo h3{
text-align: center;
}
.userInformationContainer .advInfo p{
text-align: justify;
}
/*contenedor datos-docentes datos-avisos*/
.userInformationContainer{
position: fixed;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 35px;
}
.userInformationContainer .infoUser,
.userInformationContainer .advInfo{
width: 48%;
border: 2px solid #ccc;
margin: 0 15px;
padding: 15px;
border-radius: 5px;
}
.userInformationContainer .infoUser{
display: flex;
}
.userInformationContainer .infoUser .userItem{
display: flex;
justify-content: start;
align-items: center;
}
.userInformationContainer .infoUser .userItem .icon{
width: 55px;
height: 55px;
font-size: 2em;
color: #333;
display: flex;
justify-content: center;
align-items: center;
}
.userInformationContainer .advInfo h3{
text-align: center;
}
.userInformationContainer .advInfo p{
text-align: justify;
}
@media (min-width: 200px) and (max-width: 1000px) {
.contenedor1{
width: 100%;
padding-right: 50px;
}
.contenedor2{
width: 100%;
}
.foto img{
width: 250px;
height: 150px;
}
}
@media screen and (min-width:768px) and (max-width: 1050px)
{
.contenedor1{
width: 100%;
height: auto;
padding-right: 50px;
}
.elemento h2{
font-size: 60px;
}
.elemento p{
font-size: 40px;
}
.contenedor2{
width: 100%;
height: auto;
}
.foto img{
width: 95%;
height: 450px;
margin: 5px;
}
} | 0.31563 | 0.051845 |
下的url("。。。。")即可`
@version 20120410.7.46
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
/*================================*
* Name : 绿油油的豆瓣
* Author : 小李宁
*================================*/
/*------------------------------------
||||||||||||||| Color codes |||||||||||||||
------------------------------------
Background
Body: #76827B
H1~H4: #eaf1ef
#wrapper: #FFFFFF
-------------------------------------*/
@namespace url(http://www.w3.org/1999/xhtml);
/*========= douban.com =========*/
@-moz-document domain("douban.com"),domain("douban.fm"){
/*background color*/
HTML[xmlns],HTML[lang="zh-CN"],.ua-windows.ua-ff7,body{background: url("http://www.wallcoo.com/flower/Amazing_Color_Flowers_2560x1600/wallpapers/1600x900/Amazing_Flower_36.jpg")center top no-repeat fixed !important;}
/*fonts*/
*{ font-family: "Microsoft Yahei", Arial, Helvetica,sans-serif !important; }
/*H1~H4 Style*/
H1{
margin-bottom:10px !important;
font-size: 26px !important;
line-height: 44px !important;
}
H2{width:auto !important;
-moz-border-radius: 4px !important;
padding:3px !important;
font-weight:bold !important;
}
H3{
background-color:#eaf1ef !important;
-moz-border-radius: 5px !important;
padding:4px 3px !important;
}
H4{
margin-left:-5px !important;
padding-left:3px !important;
-moz-border-radius: 3px !important;
}
H2, H4{background:#eaf1ef !important;}
/*album link*/
.timeline-album-rec A,.timeline-album A{background:none !important;}
/*login page */
.anony-nav .hd-wrap{background: #d3d3d3 !important; }
.anony-nav .hd{background:#FFF; padding:0 23px !important; }
.anony-nav H1{ margin:0 !important; }
.anony-nav .bd{padding: 0 23px !important;background:#C9DEEF !important; -moz-border-radius:0 0 10px 10px !important; }
.anony-nav .reg, .anony-nav .login{background: none !important; }
/*top nav style*/
.top-nav{ background: #FFFFFF !important; border-bottom:1px dashed #BFBFBF !important;}
/*进入豆瓣说*/
.enter{border:solid 1px grey !important;}
/*主体圆角*/
#wrapper {
background-color: #FFFFFF !important;
border: 6px solid #bfbfbf !important;
padding:20px !important;
-moz-border-radius:20px;
-moz-box-shadow: 0px 5px 5px #333;}
/*主导航带搜索*/
.site-nav {
width:98% !important;
background: #FFF !important;
border:1px solid #6CC!important;
margin-bottom:-10px !important;
padding:8px!important;
-moz-border-radius:6px;
-moz-box-shadow: 0px 0px 10px #BEDFEF; }
#db-nav-main>.bd{background:#eaf1ef !important;-moz-border-radius:5px;}
#db-nav-music .bd{-moz-border-radius:5px !important;}/*豆瓣音乐*/
INPUT[name="search_text"]{-moz-border-radius-bottomleft:5px; width:230px !important;}
.nav-srh{width:320px !important;}
/*我说*/
#db-talk{padding:0 !important;}
#db-talk TEXTAREA{ background:#FAFBFB;width:568px !important; }
/*广播-bug:当迷你站的miniblog中的内容为空时,以下的设置会造成其不能隐藏。*/
#miniblog{
width:580px !important;
background: #FFF !important;
border:1px solid #6CC!important;
padding:15px !important;
-moz-border-radius:10px;}
LI.mbtr:hover{background: #F6FFF8 !important;border:dotted 1px #BBB !important;}
TR.pl:hover{background: #F6FFF8 !important;}
/*浏览发现*/
div.bd>div.content{background:#FFF !important;}
.headline .desc SPAN{color:#FF2400 !important;}
/*豆瓣电影、音乐*/
#newcontent1{padding-top:10px !important;-moz-border-radius:5px}
#review1,#review2,#review3{padding-top:10px !important;margin-top:10px !important;-moz-border-radius:3px;border:1px solid #CCC !important;background:#FFF !important;}
UL.tlst.clearfix LI.nlst {background:#FFFFFF !important;}
.article P IMG[alt="打开电台"]{border:1px solid #CCC !important;}
/*修正xbar,zbar*/
.zbar, .now div, .now span, .zbar div, .zbar span,.xbar, .now div, .now span, .xbar div, .xbar span{ background:#eaf1ef !important;}
.xbar span,.zbar span{color:#FFF;font-weight:bold;background:#929A97!important;-moz-border-radius:5px;}
.zbar, .xbar,.xbar div{-moz-border-radius:3px;}
H2.sline{background:inherit !important;}
/*修正【豆瓣同城】*/
#week_tab{background:#FFF !important;border:solid 1px grey !important;}
/*修正迷你站下的广播*/
.aside #miniblog{width:auto !important;
background: none !important;
border:none!important;
padding:0 !important;}
/*寻找朋友*/
DIV.indent.ul{border:none !important;}
/*提醒*/
.grid-16-8.clearfix li h2{background:none !important;}
/*粉红框*/
.infobox SPAN,.infobox .ex1,.infobox .ex2{background:none !important;}
.infobox H2, .infobox .bd, .info-box{background:none !important;border:none !important;}
.infobox,.info-box{background:#e4f4f9!important;-moz-border-radius:5px !important;}
DIV.sep-line{border-bottom:dashed 1px grey !important;}
TABLE.infobox {margin-top:10px !important;}
TABLE.infobox TD{background:none !important;margin-top:5px !important;font-weight:bold !important;}/*贴子完整标题*/
/*todo:引用*/
DIV.quote,SPAN.inq {}
/*小组回复框*/
FORM[name="comment_form"],FORM[action="?post=ok#last"]
{text-align:right !important;}
/*修正几处标题*/
/*TD.tablecc h2{background:none !important;}*/
.article H3{background:#eaf1ef !important;margin-left:0px !important;padding-top:2px !important;padding-left:3px !important;}
/*购书单*/
#data_list #tbody td{background:#E0EAF8 !important;}
#data_list #tbody .gray_bg td{background:#FFDFDF !important;}
/*修正评论下的回复*/
#comments SPAN.wrap{background:none !important;}
#comments SPAN.wrap H3{background:#eaf1ef !important;padding:2px !important;}
/*替换按钮*/
A.redbutt.rr{background:#FDD !important;-moz-border-radius:5px;border:1px solid #FF7687;}
A.redbutt.rr:hover{background:#FF9494 !important;}
A.redbutt.rr SPAN{background:none !important;}
/*小组话题*/
.topic-doc P, .reply-doc P{
font-size:14px !important;/*可自行修改字号*/
line-height:1.8em !important;
}
.topic-doc P{padding-top:15px !important;}
/*单独查看图像居中*/
html:not([xmlns]):not([dir]):not([lang]) head + body > img:only-of-type
{position: absolute ;top: 0 ; right: 0 ; bottom: 0 ; left: 0 ; margin: auto ; }
/******最近更新*******/
#db-online-events .hd H2, #my_dlist_tab H2, #fav_dlist_tab H2{background:none !important; font-weight:bold !important; }
.gray_ad{background-color:#deedee !important; }
.da3{background-color:#deedee!important;border:solid 1px #76827B; -moz-border-radius:3px;}
#msg-faq{display:none !important;}
/*========= 我的 =========*/
#db-usr-profile{
height:50px !important;
width:573px!important;
padding:7px!important;
-moz-border-radius:6px;
-moz-box-shadow: 0px 0px 5px #999; }
#profile{margin-top:0 !important;}
#db-usr-profile .info H1{margin:0 !important; line-height:20px !important; font-size:20px !important;}
#db-usr-profile .info UL{border-top:dashed 1px #CCC !important;padding-top:3px !important; }
}
/*========= 九点 =========*/
@-moz-document url-prefix("http://9.douban.com/") {
body,.article_guess{background:#FFF !important;}
a:hover{-moz-box-shadow: none !important;}
H2{background:none !important;-moz-border-radius:0px !important;padding:0px !important;}
.left H3{ -moz-border-radius:0px !important;padding:0px !important; }
.right H2{background:#F0F6F4 !important;}
H4{margin-left:0 !important;}
.article_guess_title H3{background-color:#FFF !important;}
.article_content{ background: #FFFFFF;border: 2px solid #d3d3d3;padding:20px 10px !important;-moz-border-radius:5px; }
.article_content img{ max-width:600px; height:auto !important;}
IMG[style="float: right; margin-bottom: 0.6em;"]{ margin :0px !important;max-height:60px !important;}
/*--------- 阅读器start ---------*/
.zblog_name.ellipsis{
text-align:right !important;
width:9em !important;
margin-right:5px !important;
padding:0px 5px !important;
border-right:solid #0F7B7B 1px;
color:#0F7B7B !important;
text-shadow: #CCC 1px 1px 1px !important;}
.zblog_rtitle{width:auto !important;}
/*文章展开样式*/
.zblog_item_title_now{font-size:16px !important;}/*标题*/
.readerleft .zblog_item_desp{ /*正文*/
color:#333 !important;
background-color:#E6E4E2;
padding:15px;
-moz-border-radius: 7px;
font-size:16px !important;
text-shadow:1px 1px 5px #999;}
/*修正*/
SPAN.all_unread,.dir_turn span{background:none !important;}
/*--------- 阅读器end ---------*/
}
/*========= 电台 =========*/
@-moz-document url-prefix("http://douban.fm/")
{
#fm-banner-ad-slot{display:none !important;}
.login{color: #EFF !important;}
.login A{color: #EFF !important;}
.top-nav {border: none !important; background:none !important;}
}
@-moz-document url("http://douban.fm/")
{
IMG[width="131"][height="54"]{background:#FFF !important;width:117px !important;border: solid 8px #FFF !important;-moz-border-radius:6px;}
}
@-moz-document url-prefix("http://douban.fm/mine")
{
}
@-moz-document url-prefix("http://douban.fm/app")
{
}
/*========= 音乐人 =========*/
@-moz-document url("http://music.douban.com/artists/")
{
.article h2{background:none !important;}
.link_list{background:#eaf1ef !important;-moz-border-radius:5px;padding:5px 5px !important;}
}
/*========= 推荐 =========*/
@-moz-document url-prefix("http://www.douban.com/recommend/")
{
HTML{background:#76827B !important;}
DIV[style="text-align: left; width: 430px; height: 320px; border: 1px dashed rgb(221, 221, 221); margin: 0pt auto;"]{background:#FFF !important;}
}
/*========= 小站 =========*/
@-moz-document url-prefix("http://site.douban.com/")
{
body{background:-moz-linear-gradient(#696969, #CCC) !important;}
.top-nav{background:none !important;border:none !important;}
#content{-moz-border-radius-bottomleft:7px;-moz-border-radius-bottomright:7px;}
.db-inc{background-color: #313131 !important;padding:5px 25px !important;-moz-border-radius:8px !important;margin:10px 0 10px 100px !important;}
.comment-item .author{-moz-border-radius:5px;background-color: #eaf1ef !important; }
#last{margin-top: 15px !important; }
.title{font-weight:bold !important; }
}
/*========= 豆瓣说 =========*/
@-moz-document url("http://shuo.douban.com/")
{
H3{background:none!important;}
} | data/usercss/63910.user.css | 下的url("。。。。")即可`
@version 20120410.7.46
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
/*================================*
* Name : 绿油油的豆瓣
* Author : 小李宁
*================================*/
/*------------------------------------
||||||||||||||| Color codes |||||||||||||||
------------------------------------
Background
Body: #76827B
H1~H4: #eaf1ef
#wrapper: #FFFFFF
-------------------------------------*/
@namespace url(http://www.w3.org/1999/xhtml);
/*========= douban.com =========*/
@-moz-document domain("douban.com"),domain("douban.fm"){
/*background color*/
HTML[xmlns],HTML[lang="zh-CN"],.ua-windows.ua-ff7,body{background: url("http://www.wallcoo.com/flower/Amazing_Color_Flowers_2560x1600/wallpapers/1600x900/Amazing_Flower_36.jpg")center top no-repeat fixed !important;}
/*fonts*/
*{ font-family: "Microsoft Yahei", Arial, Helvetica,sans-serif !important; }
/*H1~H4 Style*/
H1{
margin-bottom:10px !important;
font-size: 26px !important;
line-height: 44px !important;
}
H2{width:auto !important;
-moz-border-radius: 4px !important;
padding:3px !important;
font-weight:bold !important;
}
H3{
background-color:#eaf1ef !important;
-moz-border-radius: 5px !important;
padding:4px 3px !important;
}
H4{
margin-left:-5px !important;
padding-left:3px !important;
-moz-border-radius: 3px !important;
}
H2, H4{background:#eaf1ef !important;}
/*album link*/
.timeline-album-rec A,.timeline-album A{background:none !important;}
/*login page */
.anony-nav .hd-wrap{background: #d3d3d3 !important; }
.anony-nav .hd{background:#FFF; padding:0 23px !important; }
.anony-nav H1{ margin:0 !important; }
.anony-nav .bd{padding: 0 23px !important;background:#C9DEEF !important; -moz-border-radius:0 0 10px 10px !important; }
.anony-nav .reg, .anony-nav .login{background: none !important; }
/*top nav style*/
.top-nav{ background: #FFFFFF !important; border-bottom:1px dashed #BFBFBF !important;}
/*进入豆瓣说*/
.enter{border:solid 1px grey !important;}
/*主体圆角*/
#wrapper {
background-color: #FFFFFF !important;
border: 6px solid #bfbfbf !important;
padding:20px !important;
-moz-border-radius:20px;
-moz-box-shadow: 0px 5px 5px #333;}
/*主导航带搜索*/
.site-nav {
width:98% !important;
background: #FFF !important;
border:1px solid #6CC!important;
margin-bottom:-10px !important;
padding:8px!important;
-moz-border-radius:6px;
-moz-box-shadow: 0px 0px 10px #BEDFEF; }
#db-nav-main>.bd{background:#eaf1ef !important;-moz-border-radius:5px;}
#db-nav-music .bd{-moz-border-radius:5px !important;}/*豆瓣音乐*/
INPUT[name="search_text"]{-moz-border-radius-bottomleft:5px; width:230px !important;}
.nav-srh{width:320px !important;}
/*我说*/
#db-talk{padding:0 !important;}
#db-talk TEXTAREA{ background:#FAFBFB;width:568px !important; }
/*广播-bug:当迷你站的miniblog中的内容为空时,以下的设置会造成其不能隐藏。*/
#miniblog{
width:580px !important;
background: #FFF !important;
border:1px solid #6CC!important;
padding:15px !important;
-moz-border-radius:10px;}
LI.mbtr:hover{background: #F6FFF8 !important;border:dotted 1px #BBB !important;}
TR.pl:hover{background: #F6FFF8 !important;}
/*浏览发现*/
div.bd>div.content{background:#FFF !important;}
.headline .desc SPAN{color:#FF2400 !important;}
/*豆瓣电影、音乐*/
#newcontent1{padding-top:10px !important;-moz-border-radius:5px}
#review1,#review2,#review3{padding-top:10px !important;margin-top:10px !important;-moz-border-radius:3px;border:1px solid #CCC !important;background:#FFF !important;}
UL.tlst.clearfix LI.nlst {background:#FFFFFF !important;}
.article P IMG[alt="打开电台"]{border:1px solid #CCC !important;}
/*修正xbar,zbar*/
.zbar, .now div, .now span, .zbar div, .zbar span,.xbar, .now div, .now span, .xbar div, .xbar span{ background:#eaf1ef !important;}
.xbar span,.zbar span{color:#FFF;font-weight:bold;background:#929A97!important;-moz-border-radius:5px;}
.zbar, .xbar,.xbar div{-moz-border-radius:3px;}
H2.sline{background:inherit !important;}
/*修正【豆瓣同城】*/
#week_tab{background:#FFF !important;border:solid 1px grey !important;}
/*修正迷你站下的广播*/
.aside #miniblog{width:auto !important;
background: none !important;
border:none!important;
padding:0 !important;}
/*寻找朋友*/
DIV.indent.ul{border:none !important;}
/*提醒*/
.grid-16-8.clearfix li h2{background:none !important;}
/*粉红框*/
.infobox SPAN,.infobox .ex1,.infobox .ex2{background:none !important;}
.infobox H2, .infobox .bd, .info-box{background:none !important;border:none !important;}
.infobox,.info-box{background:#e4f4f9!important;-moz-border-radius:5px !important;}
DIV.sep-line{border-bottom:dashed 1px grey !important;}
TABLE.infobox {margin-top:10px !important;}
TABLE.infobox TD{background:none !important;margin-top:5px !important;font-weight:bold !important;}/*贴子完整标题*/
/*todo:引用*/
DIV.quote,SPAN.inq {}
/*小组回复框*/
FORM[name="comment_form"],FORM[action="?post=ok#last"]
{text-align:right !important;}
/*修正几处标题*/
/*TD.tablecc h2{background:none !important;}*/
.article H3{background:#eaf1ef !important;margin-left:0px !important;padding-top:2px !important;padding-left:3px !important;}
/*购书单*/
#data_list #tbody td{background:#E0EAF8 !important;}
#data_list #tbody .gray_bg td{background:#FFDFDF !important;}
/*修正评论下的回复*/
#comments SPAN.wrap{background:none !important;}
#comments SPAN.wrap H3{background:#eaf1ef !important;padding:2px !important;}
/*替换按钮*/
A.redbutt.rr{background:#FDD !important;-moz-border-radius:5px;border:1px solid #FF7687;}
A.redbutt.rr:hover{background:#FF9494 !important;}
A.redbutt.rr SPAN{background:none !important;}
/*小组话题*/
.topic-doc P, .reply-doc P{
font-size:14px !important;/*可自行修改字号*/
line-height:1.8em !important;
}
.topic-doc P{padding-top:15px !important;}
/*单独查看图像居中*/
html:not([xmlns]):not([dir]):not([lang]) head + body > img:only-of-type
{position: absolute ;top: 0 ; right: 0 ; bottom: 0 ; left: 0 ; margin: auto ; }
/******最近更新*******/
#db-online-events .hd H2, #my_dlist_tab H2, #fav_dlist_tab H2{background:none !important; font-weight:bold !important; }
.gray_ad{background-color:#deedee !important; }
.da3{background-color:#deedee!important;border:solid 1px #76827B; -moz-border-radius:3px;}
#msg-faq{display:none !important;}
/*========= 我的 =========*/
#db-usr-profile{
height:50px !important;
width:573px!important;
padding:7px!important;
-moz-border-radius:6px;
-moz-box-shadow: 0px 0px 5px #999; }
#profile{margin-top:0 !important;}
#db-usr-profile .info H1{margin:0 !important; line-height:20px !important; font-size:20px !important;}
#db-usr-profile .info UL{border-top:dashed 1px #CCC !important;padding-top:3px !important; }
}
/*========= 九点 =========*/
@-moz-document url-prefix("http://9.douban.com/") {
body,.article_guess{background:#FFF !important;}
a:hover{-moz-box-shadow: none !important;}
H2{background:none !important;-moz-border-radius:0px !important;padding:0px !important;}
.left H3{ -moz-border-radius:0px !important;padding:0px !important; }
.right H2{background:#F0F6F4 !important;}
H4{margin-left:0 !important;}
.article_guess_title H3{background-color:#FFF !important;}
.article_content{ background: #FFFFFF;border: 2px solid #d3d3d3;padding:20px 10px !important;-moz-border-radius:5px; }
.article_content img{ max-width:600px; height:auto !important;}
IMG[style="float: right; margin-bottom: 0.6em;"]{ margin :0px !important;max-height:60px !important;}
/*--------- 阅读器start ---------*/
.zblog_name.ellipsis{
text-align:right !important;
width:9em !important;
margin-right:5px !important;
padding:0px 5px !important;
border-right:solid #0F7B7B 1px;
color:#0F7B7B !important;
text-shadow: #CCC 1px 1px 1px !important;}
.zblog_rtitle{width:auto !important;}
/*文章展开样式*/
.zblog_item_title_now{font-size:16px !important;}/*标题*/
.readerleft .zblog_item_desp{ /*正文*/
color:#333 !important;
background-color:#E6E4E2;
padding:15px;
-moz-border-radius: 7px;
font-size:16px !important;
text-shadow:1px 1px 5px #999;}
/*修正*/
SPAN.all_unread,.dir_turn span{background:none !important;}
/*--------- 阅读器end ---------*/
}
/*========= 电台 =========*/
@-moz-document url-prefix("http://douban.fm/")
{
#fm-banner-ad-slot{display:none !important;}
.login{color: #EFF !important;}
.login A{color: #EFF !important;}
.top-nav {border: none !important; background:none !important;}
}
@-moz-document url("http://douban.fm/")
{
IMG[width="131"][height="54"]{background:#FFF !important;width:117px !important;border: solid 8px #FFF !important;-moz-border-radius:6px;}
}
@-moz-document url-prefix("http://douban.fm/mine")
{
}
@-moz-document url-prefix("http://douban.fm/app")
{
}
/*========= 音乐人 =========*/
@-moz-document url("http://music.douban.com/artists/")
{
.article h2{background:none !important;}
.link_list{background:#eaf1ef !important;-moz-border-radius:5px;padding:5px 5px !important;}
}
/*========= 推荐 =========*/
@-moz-document url-prefix("http://www.douban.com/recommend/")
{
HTML{background:#76827B !important;}
DIV[style="text-align: left; width: 430px; height: 320px; border: 1px dashed rgb(221, 221, 221); margin: 0pt auto;"]{background:#FFF !important;}
}
/*========= 小站 =========*/
@-moz-document url-prefix("http://site.douban.com/")
{
body{background:-moz-linear-gradient(#696969, #CCC) !important;}
.top-nav{background:none !important;border:none !important;}
#content{-moz-border-radius-bottomleft:7px;-moz-border-radius-bottomright:7px;}
.db-inc{background-color: #313131 !important;padding:5px 25px !important;-moz-border-radius:8px !important;margin:10px 0 10px 100px !important;}
.comment-item .author{-moz-border-radius:5px;background-color: #eaf1ef !important; }
#last{margin-top: 15px !important; }
.title{font-weight:bold !important; }
}
/*========= 豆瓣说 =========*/
@-moz-document url("http://shuo.douban.com/")
{
H3{background:none!important;}
} | 0.099678 | 0.047558 |
* {
border: 0px solid rgba(40, 44, 52, 0.0);
border-radius: 2px;
font-family: Iosevka Nerd Font, Font Awesome, Arial, sans-serif;
font-weight: 400;
font-size: 14px;
min-height: 0;
}
window#waybar {
background-color: #141d2b;
border: transparent;
color: #c5d1eb;
transition-property: background-color;
transition-duration: .5s;
border-radius: 0;
}
window#waybar.hidden {
opacity: 0.2;
}
window#waybar.termite {
background-color: #3F3F3F;
}
window#waybar.chromium {
background-color: #000000;
border: none;
}
#workspaces button {
padding: 5px 5px;
margin: 0px 2px;
background-color: #0e1521;
color: #ff8484;
}
#workspaces button:hover {
background: #0e1521;
}
#workspaces button.focused {
background-color: #0e1521;
color: #e06c75;
}
#workspaces button {
background-color: #0e1521;
color: #c5d1eb;
}
#workspaces button.urgent {
background-color: #eb4d4b;
}
#mode {
background-color: #64727D;
border: 3px solid #ffffff;
}
#battery,
#cpu,
#memory,
#disk,
#temperature,
#backlight,
#network,
#custom-media,
#tray,
#mode,
#idle_inhibitor,
#custom-firefox,
#pulseaudio,
#window,
#mpd {
padding: 0 10px;
margin: 4px 2px 4px 2px;
}
#custom-menu {
padding: 0px 10px 0px 16px;
margin: 4px 2px 4px 4px;
font-size: 18px;
}
#clock {
padding: 0 10px;
margin: 4px 4px 4px 2px;
}
#workspaces {
margin: 4px 0px 4px 0px;
}
/* #workspaces {
margin: 4px 4px 4px 0px;
padding: 0px 4px;
}
*/
#clock {
background-color: #0e1521;
color: #2ee7b6;
}
#custom-menu {
background-color: #0e1521;
color: #2ee7b6;
}
#window {
background-color: #0e1521;
color: #458588;
}
#battery {
background-color: #ffffff;
color: #000000;
}
#battery.charging, #battery.plugged {
color: #ffffff;
background-color: #26A65B;
}
@keyframes blink {
to {
background-color: #ffffff;
color: #000000;
}
}
#battery.critical:not(.charging) {
background-color: #f53c3c;
color: #ffffff;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
label:focus {
background-color: #000000;
}
#cpu {
background-color: #0e1521;
color: #61afef;
}
#custom-firefox {
background-color: #ffcc5c;
color: #2e3440;
}
#memory {
background-color: #0e1521;
color: #e06c75;
}
#disk {
background-color: #0e1521;
color: #ffcc5c;
}
#backlight {
background-color: #0e1521;
color: #c5f467;
}
#network {
background-color: #0e1521;
color: #cf8dfb;
}
#network.disconnected {
background-color: #0e1521;
color: #e06c75;
}
#pulseaudio {
background-color: #0e1521;
color: #ffcc5c;
}
#pulseaudio.muted {
background-color: #0e1521;
color: #ffcc5c;
}
#custom-media {
color: #9fef00;
background-color: #0e1521;
min-width: 100px;
}
#custom-media.custom-spotify {
background-color: #9fef00;
}
#custom-media.custom-vlc {
background-color: #ffa000;
}
#temperature {
background-color: #f0932b;
}
#temperature.critical {
background-color: #eb4d4b;
}
#tray {
background-color: #0e1521;
}
#idle_inhibitor {
background-color: #0e1521;
color: #2e6cff;
}
#idle_inhibitor.activated {
background-color: #0e1521;
color: #5cb2ff;
}
#mpd {
background-color: #0e1521;
color: #b8bb26;
}
#mpd.disconnected {
background-color: #0e1521;
}
#mpd.stopped {
background-color: #0e1521;
}
#mpd.paused {
background-color: #98c379;
}
#language {
background: #0e1521;
color: #b8bb28;
padding: 0 5px;
margin: 0 5px;
min-width: 16px;
}
tooltip {
color: #c5d1eb;
background-color: #0e1521;
text-shadow: none;
border-radius: 4px 4px 4px 4px;
}
tooltip * {
color: #c5d1eb;
padding: 3px 3px;
text-shadow: none;
} | etc/nixos/home/modes/htb/modules/style.css | * {
border: 0px solid rgba(40, 44, 52, 0.0);
border-radius: 2px;
font-family: Iosevka Nerd Font, Font Awesome, Arial, sans-serif;
font-weight: 400;
font-size: 14px;
min-height: 0;
}
window#waybar {
background-color: #141d2b;
border: transparent;
color: #c5d1eb;
transition-property: background-color;
transition-duration: .5s;
border-radius: 0;
}
window#waybar.hidden {
opacity: 0.2;
}
window#waybar.termite {
background-color: #3F3F3F;
}
window#waybar.chromium {
background-color: #000000;
border: none;
}
#workspaces button {
padding: 5px 5px;
margin: 0px 2px;
background-color: #0e1521;
color: #ff8484;
}
#workspaces button:hover {
background: #0e1521;
}
#workspaces button.focused {
background-color: #0e1521;
color: #e06c75;
}
#workspaces button {
background-color: #0e1521;
color: #c5d1eb;
}
#workspaces button.urgent {
background-color: #eb4d4b;
}
#mode {
background-color: #64727D;
border: 3px solid #ffffff;
}
#battery,
#cpu,
#memory,
#disk,
#temperature,
#backlight,
#network,
#custom-media,
#tray,
#mode,
#idle_inhibitor,
#custom-firefox,
#pulseaudio,
#window,
#mpd {
padding: 0 10px;
margin: 4px 2px 4px 2px;
}
#custom-menu {
padding: 0px 10px 0px 16px;
margin: 4px 2px 4px 4px;
font-size: 18px;
}
#clock {
padding: 0 10px;
margin: 4px 4px 4px 2px;
}
#workspaces {
margin: 4px 0px 4px 0px;
}
/* #workspaces {
margin: 4px 4px 4px 0px;
padding: 0px 4px;
}
*/
#clock {
background-color: #0e1521;
color: #2ee7b6;
}
#custom-menu {
background-color: #0e1521;
color: #2ee7b6;
}
#window {
background-color: #0e1521;
color: #458588;
}
#battery {
background-color: #ffffff;
color: #000000;
}
#battery.charging, #battery.plugged {
color: #ffffff;
background-color: #26A65B;
}
@keyframes blink {
to {
background-color: #ffffff;
color: #000000;
}
}
#battery.critical:not(.charging) {
background-color: #f53c3c;
color: #ffffff;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
label:focus {
background-color: #000000;
}
#cpu {
background-color: #0e1521;
color: #61afef;
}
#custom-firefox {
background-color: #ffcc5c;
color: #2e3440;
}
#memory {
background-color: #0e1521;
color: #e06c75;
}
#disk {
background-color: #0e1521;
color: #ffcc5c;
}
#backlight {
background-color: #0e1521;
color: #c5f467;
}
#network {
background-color: #0e1521;
color: #cf8dfb;
}
#network.disconnected {
background-color: #0e1521;
color: #e06c75;
}
#pulseaudio {
background-color: #0e1521;
color: #ffcc5c;
}
#pulseaudio.muted {
background-color: #0e1521;
color: #ffcc5c;
}
#custom-media {
color: #9fef00;
background-color: #0e1521;
min-width: 100px;
}
#custom-media.custom-spotify {
background-color: #9fef00;
}
#custom-media.custom-vlc {
background-color: #ffa000;
}
#temperature {
background-color: #f0932b;
}
#temperature.critical {
background-color: #eb4d4b;
}
#tray {
background-color: #0e1521;
}
#idle_inhibitor {
background-color: #0e1521;
color: #2e6cff;
}
#idle_inhibitor.activated {
background-color: #0e1521;
color: #5cb2ff;
}
#mpd {
background-color: #0e1521;
color: #b8bb26;
}
#mpd.disconnected {
background-color: #0e1521;
}
#mpd.stopped {
background-color: #0e1521;
}
#mpd.paused {
background-color: #98c379;
}
#language {
background: #0e1521;
color: #b8bb28;
padding: 0 5px;
margin: 0 5px;
min-width: 16px;
}
tooltip {
color: #c5d1eb;
background-color: #0e1521;
text-shadow: none;
border-radius: 4px 4px 4px 4px;
}
tooltip * {
color: #c5d1eb;
padding: 3px 3px;
text-shadow: none;
} | 0.31732 | 0.135632 |
* {
margin: 0;
padding: 0;
}
body {
/* background-image: url(../img/BG-Image.jpg); */
/* background-position: center; */
background-color: #ededed;
background-size: cover;
background-repeat: no-repeat;
font-family: Verdana, Geneva, Tahoma, sans-serif;
overflow: auto;
font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
margin: 0 auto;
width: 1240px;
justify-content: center;
background-color: #ffffff;
box-shadow: 0px 0px 10px rgba(56, 56, 56, 0.459);
/* border-radius: 0px 0px 100px 100px; */
}
#header {
display: flex;
/* width: 100%; */
height: 70px;
background-color: #242424;
align-items: center;
gap: 400px;
}
#logo {
margin-left: 50px;
}
#frame-slide {
margin-top: -5px;
margin-right: 50px;
width: 600px;
height: 35px;
background-color: #ededed;
border-radius: 10px;
}
#slider-clip {
position: absolute;
clip: rect(0px,600px,35px,0px);
}
#slider-animation {
display: flex;
gap: 30px;
margin-top: 10px;
animation-name: slider1;
animation-duration: 20s;
animation-timing-function:linear;
animation-fill-mode: backwards;
animation-iteration-count: infinite;
}
@keyframes slider1 {
from {margin-left:0px}
to{margin-left: -600px;}
}
#slider-animation:hover{
animation-play-state: paused;
}
#logo-partner {
display: flex;
gap: 30px;
}
#logo-partner2 {
display: flex;
gap: 30px;
}
#logo-partner li {
list-style: none;
}
#logo-partner2 li {
list-style: none;
}
/* Header Stop */
/*nav menu bar */
#frame-menu {
position: relative;
float: left;
margin-bottom: -50px;
width: 100%;
height: 50px;
z-index: 2;
}
#nav-menu {
position: relative;
width: 600px;
height: 50px;
float: right;
}
#nav-menu ul {
/* margin-left: 20px; */
display: flex;
/* gap: 60px; */
justify-content: center;
}
#nav-menu ul li {
display: grid;
list-style: none;
align-items: center;
}
#nav-menu ul li a{
list-style-type: none;
text-decoration: none;
font-family: "Barlow Semi Condensed", sans-serif;
color: #ededed;
font-weight: normal;
font-size: 16px;
}
/* background nav-menu */
.nav1 {
width: 150px;
height: 50px;
background-color: #242424;
border-radius: 0px 0px 20px 20px;
}
.nav2 {
width: 150px;
height: 50px;
/* background-color: rgb(63, 63, 202); */
border-radius: 0px 0px 20px 20px;
}
.nav3 {
width: 150px;
height: 50px;
/* background-color: rgba(125, 125, 221, 0.795); */
border-radius: 0px 0px 20px 20px;
}
.nav4 {
width: 150px;
height: 50px;
/* background-color: rgb(113, 113, 156); */
border-radius: 0px 0px 20px 20px;
}
/* background nav-menu stop*/
/* hover nav */
/* .nav1:hover {
background-color: #24242438;
} */
.nav2:hover {
background-color: #24242438;
}
.nav3:hover {
background-color: #24242438;
}
.nav4:hover {
background-color: #24242438;
}
/* center nav-menu */
.nav1 a{
display: flex;
justify-content: center;
}
.nav2 a{
display: flex;
justify-content: center;
}
.nav3 a{
display: flex;
justify-content: center;
}
.nav4 a{
display: flex;
justify-content: center;
}
/* center nav-menu stop*/
#reception {
display: flex;
flex-direction: column;
width: 100%;
padding: 0;
/* background-color: #ffffff; */
border-radius: 0px 0px 100px 100px;
align-items: center;
}
#img-reception {
position: relative;
margin: 0;
/* z-index: 0; */
}
#sub-menu {
top: 550px;
display:inherit;
gap: 50px;
position: absolute;
width: auto;
text-decoration: none;
color: #ededed;
}
#video-button {
margin-right: 200px;
margin-top: -100px;
}
#video-button a img {
opacity: 80%;
}
#contact-us-button {
margin-left: 500px;
}
#contact-us-button a img{
opacity: 80%;
}
#info-button {
margin-left: 30px;
}
#info-button a img {
opacity: 80%;
}
#video-button a img:hover {
opacity: 100%;
border-radius: 10px;
box-shadow: 0px 2px 5px rgba(56, 56, 56, 0.726);
}
#contact-us-button a img:hover {
opacity: 100%;
border-radius: 10px;
box-shadow: 0px 2px 5px rgba(56, 56, 56, 0.247);
}
#info-button a img:hover {
opacity: 100%;
border-radius: 10px;
box-shadow: 0px 2px 5px rgba(56, 56, 56, 0.247);
}
#registration-button {
top: 560px;
position: absolute;
}
#registration-button a {
display: block;
padding: 10px 40px;
border-radius: 10px;
text-decoration: none;
font-family: "Barlow Semi Condensed", sans-serif;
color: #ffffff;
background-color: #92BABA;
font-weight: 500;
letter-spacing: 1px;
font-size: 16px;
opacity: 80%;
}
#registration-button a:hover {
opacity: 100%;
color: #ffffff;
font-weight: 500;
background-color: #92BABA;
box-shadow: 0px 2px 5px rgba(56, 56, 56, 0.247);
}
.about-reception {
width: 80%;
margin: 100px;
color: #777777;
}
.about-reception h3 {
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
font-size: 28px;
}
.about-reception p {
font-family: "barlow", sans-serif;
font-weight: 400;
font-size: 16px;
letter-spacing: normal;
line-height: 26px;
font-stretch: semi-expanded;
}
.footer {
display: flex;
width: 100%;
height: 40px;
align-items: center;
background-color: #242424d0;
}
.footer h5 {
margin: 100px;
color: lavender;
font-family: "Barlow Semi Condensed", sans-serif;
font-size: 12px;
font-weight: lighter;
} | style/reception.css | * {
margin: 0;
padding: 0;
}
body {
/* background-image: url(../img/BG-Image.jpg); */
/* background-position: center; */
background-color: #ededed;
background-size: cover;
background-repeat: no-repeat;
font-family: Verdana, Geneva, Tahoma, sans-serif;
overflow: auto;
font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
margin: 0 auto;
width: 1240px;
justify-content: center;
background-color: #ffffff;
box-shadow: 0px 0px 10px rgba(56, 56, 56, 0.459);
/* border-radius: 0px 0px 100px 100px; */
}
#header {
display: flex;
/* width: 100%; */
height: 70px;
background-color: #242424;
align-items: center;
gap: 400px;
}
#logo {
margin-left: 50px;
}
#frame-slide {
margin-top: -5px;
margin-right: 50px;
width: 600px;
height: 35px;
background-color: #ededed;
border-radius: 10px;
}
#slider-clip {
position: absolute;
clip: rect(0px,600px,35px,0px);
}
#slider-animation {
display: flex;
gap: 30px;
margin-top: 10px;
animation-name: slider1;
animation-duration: 20s;
animation-timing-function:linear;
animation-fill-mode: backwards;
animation-iteration-count: infinite;
}
@keyframes slider1 {
from {margin-left:0px}
to{margin-left: -600px;}
}
#slider-animation:hover{
animation-play-state: paused;
}
#logo-partner {
display: flex;
gap: 30px;
}
#logo-partner2 {
display: flex;
gap: 30px;
}
#logo-partner li {
list-style: none;
}
#logo-partner2 li {
list-style: none;
}
/* Header Stop */
/*nav menu bar */
#frame-menu {
position: relative;
float: left;
margin-bottom: -50px;
width: 100%;
height: 50px;
z-index: 2;
}
#nav-menu {
position: relative;
width: 600px;
height: 50px;
float: right;
}
#nav-menu ul {
/* margin-left: 20px; */
display: flex;
/* gap: 60px; */
justify-content: center;
}
#nav-menu ul li {
display: grid;
list-style: none;
align-items: center;
}
#nav-menu ul li a{
list-style-type: none;
text-decoration: none;
font-family: "Barlow Semi Condensed", sans-serif;
color: #ededed;
font-weight: normal;
font-size: 16px;
}
/* background nav-menu */
.nav1 {
width: 150px;
height: 50px;
background-color: #242424;
border-radius: 0px 0px 20px 20px;
}
.nav2 {
width: 150px;
height: 50px;
/* background-color: rgb(63, 63, 202); */
border-radius: 0px 0px 20px 20px;
}
.nav3 {
width: 150px;
height: 50px;
/* background-color: rgba(125, 125, 221, 0.795); */
border-radius: 0px 0px 20px 20px;
}
.nav4 {
width: 150px;
height: 50px;
/* background-color: rgb(113, 113, 156); */
border-radius: 0px 0px 20px 20px;
}
/* background nav-menu stop*/
/* hover nav */
/* .nav1:hover {
background-color: #24242438;
} */
.nav2:hover {
background-color: #24242438;
}
.nav3:hover {
background-color: #24242438;
}
.nav4:hover {
background-color: #24242438;
}
/* center nav-menu */
.nav1 a{
display: flex;
justify-content: center;
}
.nav2 a{
display: flex;
justify-content: center;
}
.nav3 a{
display: flex;
justify-content: center;
}
.nav4 a{
display: flex;
justify-content: center;
}
/* center nav-menu stop*/
#reception {
display: flex;
flex-direction: column;
width: 100%;
padding: 0;
/* background-color: #ffffff; */
border-radius: 0px 0px 100px 100px;
align-items: center;
}
#img-reception {
position: relative;
margin: 0;
/* z-index: 0; */
}
#sub-menu {
top: 550px;
display:inherit;
gap: 50px;
position: absolute;
width: auto;
text-decoration: none;
color: #ededed;
}
#video-button {
margin-right: 200px;
margin-top: -100px;
}
#video-button a img {
opacity: 80%;
}
#contact-us-button {
margin-left: 500px;
}
#contact-us-button a img{
opacity: 80%;
}
#info-button {
margin-left: 30px;
}
#info-button a img {
opacity: 80%;
}
#video-button a img:hover {
opacity: 100%;
border-radius: 10px;
box-shadow: 0px 2px 5px rgba(56, 56, 56, 0.726);
}
#contact-us-button a img:hover {
opacity: 100%;
border-radius: 10px;
box-shadow: 0px 2px 5px rgba(56, 56, 56, 0.247);
}
#info-button a img:hover {
opacity: 100%;
border-radius: 10px;
box-shadow: 0px 2px 5px rgba(56, 56, 56, 0.247);
}
#registration-button {
top: 560px;
position: absolute;
}
#registration-button a {
display: block;
padding: 10px 40px;
border-radius: 10px;
text-decoration: none;
font-family: "Barlow Semi Condensed", sans-serif;
color: #ffffff;
background-color: #92BABA;
font-weight: 500;
letter-spacing: 1px;
font-size: 16px;
opacity: 80%;
}
#registration-button a:hover {
opacity: 100%;
color: #ffffff;
font-weight: 500;
background-color: #92BABA;
box-shadow: 0px 2px 5px rgba(56, 56, 56, 0.247);
}
.about-reception {
width: 80%;
margin: 100px;
color: #777777;
}
.about-reception h3 {
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
font-size: 28px;
}
.about-reception p {
font-family: "barlow", sans-serif;
font-weight: 400;
font-size: 16px;
letter-spacing: normal;
line-height: 26px;
font-stretch: semi-expanded;
}
.footer {
display: flex;
width: 100%;
height: 40px;
align-items: center;
background-color: #242424d0;
}
.footer h5 {
margin: 100px;
color: lavender;
font-family: "Barlow Semi Condensed", sans-serif;
font-size: 12px;
font-weight: lighter;
} | 0.217919 | 0.055081 |
@media (max-width: 375px) {
iframe {
width: 375px;
}
}
@media only screen and (max-width: 1024px) {
.column {
width: 100%;
}
}
* {
padding: 0;
margin: 0;
}
body {
background-color: #F4FDAF;
}
#grid-container {
display: -ms-grid;
display: grid;
width: 100vw;
-ms-grid-rows: minmax(10vh, auto) minmax(80vh, auto) minmax(10vh, auto);
grid-template-rows: minmax(10vh, auto) minmax(80vh, auto) minmax(10vh, auto);
}
#header-container {
display: -ms-grid;
display: grid;
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: -webkit-sticky;
position: sticky;
background-color: darksalmon;
font-family: sans-serif;
}
#content-container {
display: -ms-grid;
display: grid;
width: 100vw;
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
.logo-container {
width: 20%;
padding: 3vh 0;
}
.logo-image {
width: 75%;
margin-left: 8%;
}
#phone-number {
font-size: 1.5rem;
font-weight: bold;
color: darkgreen;
}
.header-link {
text-decoration: none;
font-size: 1.5rem;
}
#footer-container {
display: -ms-grid;
display: grid;
width: 100vw;
}
#footer-text {
display: -ms-grid;
display: grid;
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: sans-serif;
font-size: 1rem;
color: black;
background-color: coral;
}
#content-about-container {
padding: 3vh 0;
font-family: sans-serif;
font-size: 1rem;
color: darkgreen;
}
#content-menu-container {
display: -ms-grid;
display: grid;
-ms-grid-columns: ()[auto-fill] minmax(250px, 1fr);
grid-template-columns: repeat(auto-fill) minmax(250px, 1fr);
}
#menu-header-container {
display: -ms-grid;
display: grid;
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: sans-serif;
font-size: 1rem;
color: black;
}
#pizza-menu {
display: -ms-grid;
display: grid;
-ms-grid-columns: ()[auto-fill] minmax(250px, 4fr);
grid-template-columns: repeat(auto-fill) minmax(250px, 4fr);
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#pasta-menu {
display: -ms-grid;
display: grid;
-ms-grid-columns: ()[auto-fill] minmax(250px, 2fr);
grid-template-columns: repeat(auto-fill) minmax(250px, 2fr);
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#chicken-menu {
display: -ms-grid;
display: grid;
-ms-grid-columns: ()[auto-fill] minmax(250px, 2fr);
grid-template-columns: repeat(auto-fill) minmax(250px, 2fr);
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#drinks-menu {
display: -ms-grid;
display: grid;
-ms-grid-columns: ()[auto-fill] minmax(250px, 2fr);
grid-template-columns: repeat(auto-fill) minmax(250px, 2fr);
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#pizza {
display: -ms-grid;
display: grid;
padding: 10px;
margin: 10px;
border-radius: 10px;
border: 1px solid black;
background-color: whitesmoke;
}
#pizza.menu:hover {
border: 1px solid red;
}
#chicken {
display: -ms-grid;
display: grid;
padding: 10px;
margin: 10px;
border-radius: 10px;
border: 1px solid black;
background-color: whitesmoke;
}
#chicken.menu:hover {
border: 1px solid red;
}
#pasta {
display: -ms-grid;
display: grid;
padding: 10px;
margin: 10px;
border-radius: 10px;
border: 1px solid black;
background-color: whitesmoke;
}
#pasta.menu:hover {
border: 1px solid red;
}
#drinks {
display: -ms-grid;
display: grid;
padding: 10px;
margin: 10px;
border-radius: 10px;
border: 1px solid black;
background-color: whitesmoke;
}
#drinks.menu:hover {
border: 1px solid red;
}
img {
width: 100%;
}
.name {
padding: 10px;
text-align: left;
font-size: 16px;
font-family: sans-serif;
}
.name:hover {
color: blue;
}
.desc-1 {
padding: 10px;
text-align: left;
font-size: 16px;
font-family: sans-serif;
}
/*# sourceMappingURL=style.css.map */ | css/style.css | @media (max-width: 375px) {
iframe {
width: 375px;
}
}
@media only screen and (max-width: 1024px) {
.column {
width: 100%;
}
}
* {
padding: 0;
margin: 0;
}
body {
background-color: #F4FDAF;
}
#grid-container {
display: -ms-grid;
display: grid;
width: 100vw;
-ms-grid-rows: minmax(10vh, auto) minmax(80vh, auto) minmax(10vh, auto);
grid-template-rows: minmax(10vh, auto) minmax(80vh, auto) minmax(10vh, auto);
}
#header-container {
display: -ms-grid;
display: grid;
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: -webkit-sticky;
position: sticky;
background-color: darksalmon;
font-family: sans-serif;
}
#content-container {
display: -ms-grid;
display: grid;
width: 100vw;
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
.logo-container {
width: 20%;
padding: 3vh 0;
}
.logo-image {
width: 75%;
margin-left: 8%;
}
#phone-number {
font-size: 1.5rem;
font-weight: bold;
color: darkgreen;
}
.header-link {
text-decoration: none;
font-size: 1.5rem;
}
#footer-container {
display: -ms-grid;
display: grid;
width: 100vw;
}
#footer-text {
display: -ms-grid;
display: grid;
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: sans-serif;
font-size: 1rem;
color: black;
background-color: coral;
}
#content-about-container {
padding: 3vh 0;
font-family: sans-serif;
font-size: 1rem;
color: darkgreen;
}
#content-menu-container {
display: -ms-grid;
display: grid;
-ms-grid-columns: ()[auto-fill] minmax(250px, 1fr);
grid-template-columns: repeat(auto-fill) minmax(250px, 1fr);
}
#menu-header-container {
display: -ms-grid;
display: grid;
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: sans-serif;
font-size: 1rem;
color: black;
}
#pizza-menu {
display: -ms-grid;
display: grid;
-ms-grid-columns: ()[auto-fill] minmax(250px, 4fr);
grid-template-columns: repeat(auto-fill) minmax(250px, 4fr);
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#pasta-menu {
display: -ms-grid;
display: grid;
-ms-grid-columns: ()[auto-fill] minmax(250px, 2fr);
grid-template-columns: repeat(auto-fill) minmax(250px, 2fr);
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#chicken-menu {
display: -ms-grid;
display: grid;
-ms-grid-columns: ()[auto-fill] minmax(250px, 2fr);
grid-template-columns: repeat(auto-fill) minmax(250px, 2fr);
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#drinks-menu {
display: -ms-grid;
display: grid;
-ms-grid-columns: ()[auto-fill] minmax(250px, 2fr);
grid-template-columns: repeat(auto-fill) minmax(250px, 2fr);
justify-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#pizza {
display: -ms-grid;
display: grid;
padding: 10px;
margin: 10px;
border-radius: 10px;
border: 1px solid black;
background-color: whitesmoke;
}
#pizza.menu:hover {
border: 1px solid red;
}
#chicken {
display: -ms-grid;
display: grid;
padding: 10px;
margin: 10px;
border-radius: 10px;
border: 1px solid black;
background-color: whitesmoke;
}
#chicken.menu:hover {
border: 1px solid red;
}
#pasta {
display: -ms-grid;
display: grid;
padding: 10px;
margin: 10px;
border-radius: 10px;
border: 1px solid black;
background-color: whitesmoke;
}
#pasta.menu:hover {
border: 1px solid red;
}
#drinks {
display: -ms-grid;
display: grid;
padding: 10px;
margin: 10px;
border-radius: 10px;
border: 1px solid black;
background-color: whitesmoke;
}
#drinks.menu:hover {
border: 1px solid red;
}
img {
width: 100%;
}
.name {
padding: 10px;
text-align: left;
font-size: 16px;
font-family: sans-serif;
}
.name:hover {
color: blue;
}
.desc-1 {
padding: 10px;
text-align: left;
font-size: 16px;
font-family: sans-serif;
}
/*# sourceMappingURL=style.css.map */ | 0.353317 | 0.100084 |
.nav-style{
background-color: #001a17;
}
.nav-title{
font-size: xx-large;
font-family: 'Century Gothic', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: bold;
}
.offcanvas-title{
text-align: center;
font-family: 'Century Gothic','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: xx-large;
}
.offcanvas-options{
color: black;
font-size: larger;
}
.offcanvas-options-logout{
color: #850808;
font-size: larger;
transition: all 0.2s ease;
}
.offcanvas-options-logout:hover{
color: #F10808;
}
.row-divider{
background-color: black;
height: 0.2vh;
}
.row-background-about{
background-image: url("http://localhost/nature-web-app/public/images/row1.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 80vh;
}
.row-background-consultora{
background-image: url("http://localhost/nature-web-app/public/images/consultora.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 80vh;
}
.row-background-consultora-red{
background-image: url("http://localhost/nature-web-app/public/images/consultora_red.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 80vh;
}
.row-background-consultora-estado{
background-image: url("http://localhost/nature-web-app/public/images/consultora_estado.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 80vh;
}
.row-background-consultora-information{
background-image: url("http://localhost/nature-web-app/public/images/slide2.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 80vh;
}
.row-background-style-1{
background-image: url("http://localhost/nature-web-app/public/images/row1.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 50vh;
}
.row-background-style-2{
background-image: url("http://localhost/nature-web-app/public/images/row2.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 50vh;
}
.row-background-style-3{
background-image: url("http://localhost/nature-web-app/public/images/row3.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 50vh;
}
.row-background-style-login{
background-image: url("http://localhost/nature-web-app/public/images/login_background.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 100vh;
}
.row-login-form{
margin-top: 25%;
margin-left: 10%;
}
.row-login-form-2{
margin-left: 10%;
margin-right: 10%;
}
.text-muted{
color: white;
}
.row-title-style{
margin-top: 50px;
font-weight: bold;
}
.row-button-style{
margin-top: 10px;
}
.row-footer{
font-size: medium;
background-color: #001a17;
}
.row-footer-color{
color: white;
}
.col-background-style{
background-color: rgba(0, 0, 0, 0.7);
color: white;
}
.col-profile{
margin-top: 20px;
}
.label-color-nature{
color: #08857C;
}
.image-footer{
width: 5%;
}
.image-profile{
width: 60%;
}
.h1-title-profile{
font-size: 50px;
font-weight: bold;
font-family: 'Century Gothic','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: right;
}
.h1-title-sections{
font-size: 30px;
font-weight: bold;
font-family: 'Century Gothic','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
}
.h1-title-page{
font-size: 80px;
font-weight: bold;
font-family: 'Century Gothic','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
margin-top: 50px;
}
.h2-subtitle-page{
font-size: 30px;
font-family: 'Century Gothic','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.btn-login{
background-color: #004843;
color: white;
font-family: 'Century Gothic','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.btn-login:hover{
color: white;
background-color: #077870;
transition: all 0.2s ease;
}
.btn-width-login{
width: 30%;
font-size: medium;
}
.btn-outline-danger:hover, .btn-outline-primary:hover{
color: white;
} | resources/css/app.css | .nav-style{
background-color: #001a17;
}
.nav-title{
font-size: xx-large;
font-family: 'Century Gothic', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: bold;
}
.offcanvas-title{
text-align: center;
font-family: 'Century Gothic','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: xx-large;
}
.offcanvas-options{
color: black;
font-size: larger;
}
.offcanvas-options-logout{
color: #850808;
font-size: larger;
transition: all 0.2s ease;
}
.offcanvas-options-logout:hover{
color: #F10808;
}
.row-divider{
background-color: black;
height: 0.2vh;
}
.row-background-about{
background-image: url("http://localhost/nature-web-app/public/images/row1.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 80vh;
}
.row-background-consultora{
background-image: url("http://localhost/nature-web-app/public/images/consultora.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 80vh;
}
.row-background-consultora-red{
background-image: url("http://localhost/nature-web-app/public/images/consultora_red.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 80vh;
}
.row-background-consultora-estado{
background-image: url("http://localhost/nature-web-app/public/images/consultora_estado.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 80vh;
}
.row-background-consultora-information{
background-image: url("http://localhost/nature-web-app/public/images/slide2.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 80vh;
}
.row-background-style-1{
background-image: url("http://localhost/nature-web-app/public/images/row1.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 50vh;
}
.row-background-style-2{
background-image: url("http://localhost/nature-web-app/public/images/row2.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 50vh;
}
.row-background-style-3{
background-image: url("http://localhost/nature-web-app/public/images/row3.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 50vh;
}
.row-background-style-login{
background-image: url("http://localhost/nature-web-app/public/images/login_background.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 100vh;
}
.row-login-form{
margin-top: 25%;
margin-left: 10%;
}
.row-login-form-2{
margin-left: 10%;
margin-right: 10%;
}
.text-muted{
color: white;
}
.row-title-style{
margin-top: 50px;
font-weight: bold;
}
.row-button-style{
margin-top: 10px;
}
.row-footer{
font-size: medium;
background-color: #001a17;
}
.row-footer-color{
color: white;
}
.col-background-style{
background-color: rgba(0, 0, 0, 0.7);
color: white;
}
.col-profile{
margin-top: 20px;
}
.label-color-nature{
color: #08857C;
}
.image-footer{
width: 5%;
}
.image-profile{
width: 60%;
}
.h1-title-profile{
font-size: 50px;
font-weight: bold;
font-family: 'Century Gothic','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: right;
}
.h1-title-sections{
font-size: 30px;
font-weight: bold;
font-family: 'Century Gothic','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
}
.h1-title-page{
font-size: 80px;
font-weight: bold;
font-family: 'Century Gothic','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
margin-top: 50px;
}
.h2-subtitle-page{
font-size: 30px;
font-family: 'Century Gothic','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.btn-login{
background-color: #004843;
color: white;
font-family: 'Century Gothic','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.btn-login:hover{
color: white;
background-color: #077870;
transition: all 0.2s ease;
}
.btn-width-login{
width: 30%;
font-size: medium;
}
.btn-outline-danger:hover, .btn-outline-primary:hover{
color: white;
} | 0.490968 | 0.080394 |
.gsurvey-survey-field .label_setting,
.gsurvey-survey-field .gfield_choice_radio,
.gsurvey-survey-field .other_choice_setting,
.gsurvey-survey-field input#field_choice_values_enabled,
.gsurvey-survey-field input#field_choice_values_enabled + label{
display:none !important;
}
.gsurvey-survey-field .choice_with_value li input.field-choice-value {
display: none !important;
}
.gsurvey-survey-field .choice_with_value li input.field-choice-text {
width: 312px !important;
}
.gsurvey-survey-field .choice_with_value .gfield_choice_header_value,
.gsurvey-survey-field .choice_with_value .gfield_choice_header_label {
display: none !important;
}
/*-- likert --*/
.gsurvey-likert-field .choices_setting,
.gsurvey-likert-field .duplicate_setting,
.gsurvey-likert-field .other_choice_setting,
.gsurvey-likert-field input#field_choice_values_enabled,
.gsurvey-likert-field input#field_choice_values_enabled + label{
display:none !important;
}
.gsurvey-likert-field .choice_with_value li input.field-choice-value {
display: none !important;
}
.gsurvey-likert-field .choice_with_value li input.field-choice-text {
width: 312px !important;
}
.gsurvey-likert-field .choice_with_value .gfield_choice_header_value,
.gsurvey-likert-field .choice_with_value .gfield_choice_header_label {
display: none !important;
}
#gsurvey-likert-rows-container,
#gsurvey-likert-columns-container {
margin: 8px 0 14px;
max-height: 230px;
border: 1px solid #DFDFDF;
overflow: auto;
padding: 2px 0 6px;
}
.gsurvey-liket-row-handle,
.gsurvey-liket-column-handle {
border-right: 1px solid #CCCCCC;
cursor: move;
vertical-align: middle;
}
#gsurvey-likert-rows li,
#gsurvey-likert-columns li {
margin: 0 !important;
padding: 0 10px !important;
}
#gsurvey-likert-rows li input.gsurvey-likert-row-text,
#gsurvey-likert-columns li input.gsurvey-likert-column-text {
width: 320px;
}
.gsurvey-likert-column-score {
width:28px;
display:none;
text-align:center;
}
.gsurvey-likert-scoring-enabled .gsurvey-likert-column-score {
display:inline !important;
}
.gsurvey-likert-scoring-enabled .gsurvey-likert-column-text{
width:298px!important;
}
/*-- rank --*/
.gsurvey-rank-field .gfield_choice_radio,
.gsurvey-rank-field .rules_setting,
.gsurvey-rank-field .other_choice_setting,
.gsurvey-rank-field input#field_choice_values_enabled,
.gsurvey-rank-field input#field_choice_values_enabled + label{
display:none !important;
}
.gsurvey-rank-field .choice_with_value li input.field-choice-value {
display: none !important;
}
.gsurvey-rank-field .choice_with_value li input.field-choice-text {
width: 312px !important;
}
.gsurvey-rank-field .choice_with_value .gfield_choice_header_value,
.gsurvey-rank-field .choice_with_value .gfield_choice_header_label {
display: none !important;
}
/*-- rating --*/
.gsurvey-rating-field .duplicate_setting,
.gsurvey-rating-field .other_choice_setting,
.gsurvey-rating-field input#field_choice_values_enabled,
.gsurvey-rating-field input#field_choice_values_enabled + label{
display:none !important;
}
.gsurvey-rating-field .choice_with_value li input.field-choice-value {
display: none !important;
}
.gsurvey-rating-field .choice_with_value li input.field-choice-text {
width: 312px !important;
}
.gsurvey-rating-field .choice_with_value .gfield_choice_header_value,
.gsurvey-rating-field .choice_with_value .gfield_choice_header_label {
display: none !important;
} | web/app/plugins/gravityformssurvey/css/gsurvey_form_editor.css | .gsurvey-survey-field .label_setting,
.gsurvey-survey-field .gfield_choice_radio,
.gsurvey-survey-field .other_choice_setting,
.gsurvey-survey-field input#field_choice_values_enabled,
.gsurvey-survey-field input#field_choice_values_enabled + label{
display:none !important;
}
.gsurvey-survey-field .choice_with_value li input.field-choice-value {
display: none !important;
}
.gsurvey-survey-field .choice_with_value li input.field-choice-text {
width: 312px !important;
}
.gsurvey-survey-field .choice_with_value .gfield_choice_header_value,
.gsurvey-survey-field .choice_with_value .gfield_choice_header_label {
display: none !important;
}
/*-- likert --*/
.gsurvey-likert-field .choices_setting,
.gsurvey-likert-field .duplicate_setting,
.gsurvey-likert-field .other_choice_setting,
.gsurvey-likert-field input#field_choice_values_enabled,
.gsurvey-likert-field input#field_choice_values_enabled + label{
display:none !important;
}
.gsurvey-likert-field .choice_with_value li input.field-choice-value {
display: none !important;
}
.gsurvey-likert-field .choice_with_value li input.field-choice-text {
width: 312px !important;
}
.gsurvey-likert-field .choice_with_value .gfield_choice_header_value,
.gsurvey-likert-field .choice_with_value .gfield_choice_header_label {
display: none !important;
}
#gsurvey-likert-rows-container,
#gsurvey-likert-columns-container {
margin: 8px 0 14px;
max-height: 230px;
border: 1px solid #DFDFDF;
overflow: auto;
padding: 2px 0 6px;
}
.gsurvey-liket-row-handle,
.gsurvey-liket-column-handle {
border-right: 1px solid #CCCCCC;
cursor: move;
vertical-align: middle;
}
#gsurvey-likert-rows li,
#gsurvey-likert-columns li {
margin: 0 !important;
padding: 0 10px !important;
}
#gsurvey-likert-rows li input.gsurvey-likert-row-text,
#gsurvey-likert-columns li input.gsurvey-likert-column-text {
width: 320px;
}
.gsurvey-likert-column-score {
width:28px;
display:none;
text-align:center;
}
.gsurvey-likert-scoring-enabled .gsurvey-likert-column-score {
display:inline !important;
}
.gsurvey-likert-scoring-enabled .gsurvey-likert-column-text{
width:298px!important;
}
/*-- rank --*/
.gsurvey-rank-field .gfield_choice_radio,
.gsurvey-rank-field .rules_setting,
.gsurvey-rank-field .other_choice_setting,
.gsurvey-rank-field input#field_choice_values_enabled,
.gsurvey-rank-field input#field_choice_values_enabled + label{
display:none !important;
}
.gsurvey-rank-field .choice_with_value li input.field-choice-value {
display: none !important;
}
.gsurvey-rank-field .choice_with_value li input.field-choice-text {
width: 312px !important;
}
.gsurvey-rank-field .choice_with_value .gfield_choice_header_value,
.gsurvey-rank-field .choice_with_value .gfield_choice_header_label {
display: none !important;
}
/*-- rating --*/
.gsurvey-rating-field .duplicate_setting,
.gsurvey-rating-field .other_choice_setting,
.gsurvey-rating-field input#field_choice_values_enabled,
.gsurvey-rating-field input#field_choice_values_enabled + label{
display:none !important;
}
.gsurvey-rating-field .choice_with_value li input.field-choice-value {
display: none !important;
}
.gsurvey-rating-field .choice_with_value li input.field-choice-text {
width: 312px !important;
}
.gsurvey-rating-field .choice_with_value .gfield_choice_header_value,
.gsurvey-rating-field .choice_with_value .gfield_choice_header_label {
display: none !important;
} | 0.320183 | 0.088741 |
@charset "utf-8";
/* CSS Document */
/*=================================== DEFAULT CLASSES ===================================*/
@font-face {font-family: 'EaDesigner';src: url('fonts/EaDesigner.eot?#iefix') format('embedded-opentype'), url('fonts/EaDesigner.woff') format('woff'), url('fonts/EaDesigner.ttf') format('truetype'), url('EaDesigner.svg#EaDesigner') format('svg');font-weight: normal;font-style: normal;}
body { font-family: 'EaDesigner'; font-style: normal; font-weight: 400; font-weight:400; font-size:14px; color:#535353; margin:0px; background:#ffffff; width:100%; min-height:100%;}
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; width:100%; height:100%; }
a{ color: #a62f75; text-decoration:none; outline:none;}
a:hover, a:focus { color:#1c3182; }
a:active, a:hover { outline: 0; }
b, strong {font-weight: bold;}
img { border:0px;}
h1, h2, h3, h4, h5, h6, p, img, a { margin:0px; padding:0px; outline:none; border:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
table { border-collapse:collapse; border-spacing:0px; }
*, :after, :before {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
input[type='submit'],input[type='button'] {cursor:pointer;}
::-webkit-input-placeholder { opacity:0.6;}
::-moz-placeholder { /* Firefox 19+ */ opacity:0.6;}
:-ms-input-placeholder { opacity:0.6;}
:-moz-placeholder { /* Firefox 18- */opacity:0.6;}
.error {color: red;}
span.mandatory_msg {color: red;}
.success{ color:#006600; font-weight:700; margin-top:15px; float:left; width:100%; text-align:center;}
#wrapper{ width:100%; float:left; position:absolute; top:0px; min-height:100%;}
.btn.btn-primary { background:#1c3182; color:#fff; text-transform:capitalize;}
.btn.btn-primary:hover { background:#fff; color:#1c3182;}
.back{ float:left; width:100%; margin:15px 0 29px;}
/*=================================== DEFAULT CLASSES ===================================*/
/*=================================== HOME PAGE CSS START ===================================*/
/*header start*/
.header_top{ border-bottom:1px solid #fff; background:rgba(0,0,0,1);}
.social_icon a{ float:left; margin:0 10px 0 0;width:20px; height:21px; margin-top:3px;}
.social_icon a.fb{ background:url(images/fb_icon.png) no-repeat; width:9px; height:17px;}
.social_icon a.fb:hover{ background:url(images/fb_icon_hover.png) no-repeat;}
.social_icon a.google_plus{ background:url(images/googleplus_icon.png) no-repeat; width:17px;margin-top: 4px; height:15px;}
.social_icon a.google_plus:hover{ background:url(images/googleplus_icon_hover.png) no-repeat;}
.social_icon a.linkedin{ background:url(images/linkedin_icon.png) no-repeat;width:13px;margin-top: 5px; height:13px;}
.social_icon a.linkedin:hover{ background:url(images/linkedin_icon_hover.png) no-repeat;}
.social_icon a.twitter{ background:url(images/twitter_icon.png) no-repeat;width:12px; margin-top: 7px; height:10px;}
.social_icon a.twitter:hover{ background:url(images/twitter_icon_hover.png) no-repeat;}
.social_icon a.flicker{ background:url(images/flicker_icon.png) no-repeat;width:13px; margin-top: 8px; height:7px;}
.social_icon a.flicker:hover{ background:url(images/flicker_icon_hover.png) no-repeat;}
.social_icon a.youtube{ background:url(images/youtube_icon.png) no-repeat; width:22px; margin-top:4px; height:15px;}
.social_icon a.youtube:hover{ background:url(images/youtube_icon_hover.png) no-repeat;}
.social_icon{ padding-top:15px; padding-bottom:15px;}
.social_icon + .col-md-6{ border-right:1px solid #fff;}
.social_icon + .col-md-6 .error{ margin-bottom:0px;}
.search_area + .col-md-5 ul{ list-style-type:none; padding:0px; margin:0px;}
.search_area + .col-md-5 ul li{ padding:0px; color:#fff; display:inline-block; margin:15px 3px; font-size:15px;}
.search_area + .col-md-5 ul li a{ margin:0px; padding:0px; color:#fff;}
.search_area + .col-md-5 ul li:last-child{ margin-right:0px;}
.search_area + .col-md-5 ul li a:hover{ color:#a62f75 ;}
.search_area + .col-md-5 form .form-group{ float:left; width:75%; margin:0px;}
.search_area + .col-md-5 form .form-group .form-control{ border-radius: 4px 0 0 4px;}
.search_area + .col-md-5 form button[type="submit"]{ border-radius: 0px 4px 4px 0px;}
.search_area{padding-top:8px; border-right:1px solid #fff; padding-bottom:8px;}
.search_area .btn.btn-primary { height:34px;}
.search_area .input-group span.input-group-btn{ vertical-align:top;}
.navbar-default .navbar-nav > li > a{ padding:0px;}
.navbar-default .navbar-nav > li{ margin:50px 0 0 30px;}
.navbar-default{ background:none; border:none; float:left; width:100%;}
.header_bottom.navbar-default .navbar-collapse{ padding:0px;}
.header_bottom.navbar-default a.navbar-brand{height:auto; padding:0px; margin-left:0px;}
.header_bottom.navbar-default ul li a{ font-size:15px;}
.header_bottom.navbar-default .navbar-header a.navbar-brand{ margin-top:10px; width:80%;}
.header_bottom.navbar-default .navbar-header a.navbar-brand img { width:100%;}
/*header end*/
/*bootstrap Slider start*/
.slider .carousel-inner > .item > img, .carousel-inner > .item > a > img{ width:100%;}
.slider .carousel-caption{ right:auto; bottom:auto; top:50%; }
.slider .carousel-inner{ height:650px;}
/*bootstrap Slider End*/
/*-- home page feature project start--*/
.featured_bg {background: rgba(0, 0, 0, 0) url("images/featured_bg2.jpg") fixed no-repeat; background-size:100%;float: left;min-height:475px; width: 100%;}
.featured_bg h4 { font-weight:600;border-bottom: 1px solid white; display: inline-block;color: #fff;font-size: 20px;letter-spacing: 2px;margin:30px 0 40px;text-transform: uppercase; padding: 0 11px 5px;}
.featured_bg .col-md-5 a, .featured_bg .col-md-5 a img{ float:left; width:100%;}
.featured_bg .col-md-5 a{ height:300px; overflow:hidden;}
.featured_bg .col-md-7 img { width:100%;}
.featured_bg .col-md-7 h5 {color: #d39c64; float: left;font-size: 20px;font-weight: 700;letter-spacing: 1px;margin: 0px 0 19px; text-transform: uppercase; width: 100%;}
.featured_bg .col-md-7 p {color: #fff;float: left;font-size: 16px;font-weight: 400;line-height: 18px; width: 100%;}
.featured_bg a.view_portfolio { color: #d39c64;float: none;font-size: 16px; display:inline-block; margin:32px 0 0 0; letter-spacing: 1px;text-transform: uppercase;}
.featured_bg a.view_portfolio:hover { color:#FFFFFF; text-decoration:none;}
/*-- home page feature project end--*/
/*-- home page services start--*/
.homepage_services{ margin-bottom:30px;}
.homepage_services .thumbnail .thumbnail_images img {height: auto;width: 100%;}
.homepage_services .thumbnail .caption p {display: block; font-size: 14px; font-weight: 500;text-align: center;}
.homepage_services .col-md-3 {margin-right: 8%;width: 28%;}
.homepage_services .thumbnail_images{ height:202px; overflow:hidden;}
.homepage_services a.btn.btn-primary{ margin-top:15px;}
.homepage_services .caption strong{ font-size:18px; margin-bottom:8px;}
.homepage_services h5{ font-size:20px; font-weight:700; margin:24px 0 20px;}
/*-- home page services end --*/
/*HomePage Content start*/
.welcome {margin:16px 0 45px;}
.welcome h3 { width:100%; float:left; margin:11px 0px 18px 0px; padding:0px; font-weight: 700; font-size:22px; color:#1c3182 ; text-transform:uppercase; text-align:center;}
.welcome iframe{ margin:0px 0px 0px 14px;}
.welcome { margin:16px 0px 30px;}
.welcome img {float:left; width:15%; margin:0px 20px 0px 0px;}
.welcome p{ width:100%; margin:0px 0px 10px 0px; padding:0px; font-weight: 400; line-height:20px; font-size:14px; color:#000;}
/*HomePage Content end*/
/*footer start*/
.footer_bg {background:url(images/background-main.jpg); min-height:210px; padding-bottom:30px; bottom:0px;}
.footer_top { padding-top:40px; padding-bottom:40px;}
.footer_top h6 {color: #fff;float: left;font-size: 16px;font-weight: 700;margin: 17px 40px 17px 0;}
.footer_top .input-group .form-control{ height:50px;padding-right: 200px;}
.footer_top .input-group span.input-group-btn .btn.btn-primary{ padding:14px 40px;}
.footer_top .input-group span.input-group-btn{ vertical-align:top;}
.footer_menu{ margin:26px 0px 0px 0px;}
.footer_menu strong{ width:100%; float:left; margin:0px 0px 14px 0px; padding:0px; font-weight: 800; color:#fff; font-size:18px;}
.footer_menu ul {width:100%; float:left; padding:0px; margin:0px;}
.footer_menu ul li {width:100%; float:left; margin:0px; padding:0px; color:#fff;list-style:none;}
.footer_menu ul li a { margin:0px; color:#fff;font-weight: 400; font-size:14px; margin:2px 0px; float:none;}
.footer_menu ul li a:hover { color:#000;}
.footer_menu p { color:#FFFFFF;}
.footer_site_links { text-align:center;}
.footer_site_links ul{ width:100%; float:left; margin:12px 0 0 0; padding:0px; list-style:none;}
.footer_site_links ul li{ display:inline-block; font-weight: 600; color:#fff;text-transform:uppercase;}
.footer_site_links ul li a{ display:inline-block; margin:0 10px 0 0; padding:0px; font-weight: 600; color:#fff; font-size:14px; text-transform:uppercase;}
.footer_site_links ul li a:hover{ color:#000; text-decoration:none;}
.footer_newsletter .g-recaptcha {transform: scale(0.6);-webkit-transform: scale(0.6);-moz-transform: scale(0.6);-o-transform: scale(0.6);position: absolute; z-index: 99; right: 73px; bottom: -15px;}
.footer_newsletter #recaptcha1 {transform: scale(0.6);-webkit-transform: scale(0.6);-moz-transform: scale(0.6);-o-transform: scale(0.6);position: absolute; z-index: 99; right: 73px; bottom: -15px;}
/*footer end*/
/*=================================== HOME PAGE CSS End ===================================*/
/*=================================== STAFF START=================================== */
/*Staff Start*/
.staff{ margin:0 0 35px;}
.staff_images{width:100%; height:200px; overflow:hidden; text-align:center;}
.staff .thumbnail:hover{ box-shadow:0 4px 47px rgba(0,0,0,.5);}
.staff_images img{ float:none; height:auto; width:100%; display:inline-block;}
.staff .col-md-4 h3{ width:100%; text-align:center; color:#1c3182 ; font-size:16px; font-weight:700; margin:8px 0 0;}
.staff .col-md-4 span{ display:block; width:100%; text-align:center; margin:5px 0;}
/*Staff End*/
/*Staff Details Start*/
.staff_detail .col-md-6{ margin-right:30px; margin-bottom:30px;}
.staff_detail .col-md-6 img{ width:100%;}
.staff_description{ display:block;}
.staff_description h2{ display:block; font-size:24px; color:#1c3182 ; line-height:18px; margin: 0 0 10px;}
.staff_description h4{ display:block; font-size:18px; line-height:18px;}
.staff_description p:empty{ display:none;}
/*Staff Details End*/
/*=================================== STAFF END====================================== */
/*=================================== Blog start ====================================== */
.blog_form{ margin-bottom:50px;}
textarea.form-control.blog_description{ height:100px;}
.blogs h2{ font-size:20px; color:#a62f75;}
.blogs span{ font-size:18px; display:block;}
.blogs{ border-bottom:2px solid #ddd; padding-bottom:25px; margin-bottom:30px;}
/*=================================== Blog end ====================================== */
/*=================================== Thank you page start ====================================== */
.thankyou { margin:30px 0px; text-align:center;}
.thankyou_title h2{font-size:22px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
/*=================================== Thank you page start ====================================== */
/*=================================== Content Leftside start ====================================== */
.content_left { margin-bottom:30px;}
.features{ float:left; width:100%;}
.features .panel-group .panel, .features .panel-default > .panel-heading{ background:none; border:none; box-shadow:none; border-radius:0px;}
.features .panel-group .panel-heading + .panel-collapse > .panel-body, .features .panel-group .panel-heading + .panel-collapse > .list-group{ border:none;}
.features .panel-group .panel-heading{ border-radius:0px;}
.features .panel-group{ background:#f9fafb; border:1px solid #ccc; border-radius:4px; margin:0px 0px 35px;}
.features .panel-group .panel-title a:hover, .features .panel-group .panel-title a:focus{ text-decoration:none; outline:none;}
.features .panel-group h2{ background:#1c3182 ; border-radius:3px 3px 0px 0px; font-weight:700; font-size:20px; padding:10px 15px; color:#fff;}
.features .panel .panel-heading p{ padding:0px; font-weight:600; color:#ae001f; min-height:53px;}
.features .panel .panel-heading{ padding:0px;}
.features .panel.panel-default{border-bottom:1px solid #ccc;}
.features .panel.panel-default:last-child{ border-bottom:none;}
.features .panel .panel-heading a.plus.collapsed::after { content: "\f078"; float: right; font-family: "FontAwesome"; font-weight: 400; transform:rotate(-90deg); }
.features .panel .panel-heading a.plus::after { content: "\f078";transform:rotate(0deg); font-family: "FontAwesome"; float: right; font-weight: 400; }
.features .panel .panel-heading a{ width:100%; display:block; padding:15px; color:#6a6a6a; font-size:14px;}
.features_news{ float:left; width:100%; background:#f9fafb; border:1px solid #ccc; border-radius:4px;padding-bottom: 30px;}
.features_news h3 { float:left; width:100%; background:#1c3182 ; border-radius:3px 3px 0 0; color:#fff; font-weight:700; font-size:20px; padding:10px 15px;}
.features_news .item p{ float:left; width:100%; padding:5px 0 8px; font-size:14px;}
.features_news .item p.news_title{ float:left; width:100%; color:#4b4b4b; padding:0px 0px 4px; margin:15px 0px 0px; font-size:14px; font-weight:600; border-bottom:1px solid #ccc; line-height:22px;}
.features_news .item a{ float:right; color:#1c3182 ;}
.features_news .item a:hover{ text-decoration:none;}
.features_news .item{ padding:0px 6% 10px; float:left; width:100%;}
.features_news .item a:hover{ color:#a73076;}
.panel-group .panel + .panel{ margin-top:0px;}
/*=================================== Content Leftside end ====================================== */
/*=================================== Content rightside start ====================================== */
.content_right { margin-bottom:30px;}
.main_inner_div { float:left; width:100%;border:1px solid #ccc; border-radius:4px; }
.innerpages_title h2 { background:#1c3182 ; border-radius:3px 3px 0px 0px; font-weight:700; font-size:20px; padding:10px 15px; color:#fff;}
.content_right h1 {font-size:22px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.content_right h2 {font-size:20px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.content_right h3 {font-size:18px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.content_right h4 {font-size:18px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.content_right h5 {font-size:16px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.content_right h6 {font-size:14px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.content_right p { color:#666666; font-size:14px;}
.content_right ul {padding:0px; margin:0px; float:left; width:100%;}
.content_right ul li {float:left; width:100%; margin:0px 0px 8px 15px;}
.content_right ul li a { font-size:16px; font-weight: 400;}
.content_right ul li a:hover { text-decoration:none; color:#1c3182 ; }
.content_right ol {padding:0px; margin:0px; float:left; width:100%;}
.content_right ol li {float:left; width:100%; margin:0px 0px 8px 15px;}
.content_right ol li a { font-size:16px; font-weight: 400;}
.content_right ol li a:hover { text-decoration:none; color:#1c3182 ; }
.content_right b, .content_right strong { font-size:14px;}
.email_this_page{ border:1px solid #ccc;border-radius:4px;float: left;width: 100%;padding-bottom: 30px;}
.content_right .email_this_page h4 {font-size:18px; color:#fff ; background:#1c3182; font-weight:700; padding:10px;border-radius:4px 4px 0 0; margin:0px 0 10px 0;line-height: 22px;}
.content_right .email_this_page h5 {font-size:16px; color:#1c3182 ; text-align:center; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.email_this_page #recaptcha2 {float: right;transform: scale(0.9);-webkit-transform: scale(0.9);-moz-transform: scale(0.9);-o-transform: scale(0.9); margin-bottom:10px;}
/*=================================== Content rightside end ====================================== */
/*=================================== Login START ================================ */
.innerlogin_bg{ width:100%; float:left; margin:0 0 20px 0; padding:0px 0px 20px 0px; background:#fff; border:1px solid #1c3182;}
.innerlogin_title_login h4{margin-left: 15px; background: #1c3182; text-align:center;margin:0 0 20px 0px; padding:16px 0px; font-weight: 600; font-size:18px; color:#fff; text-transform:uppercase;}
.innerlogin_title_account{ width:100%; float:left; margin:0px; padding:0px;}
.innerlogin_title_account h4{ text-align:center;margin:0px 0px 0px 0px; padding:16px 0px;font-weight: 600; font-size:18px; color:#fff; text-transform:uppercase;}
.image_tooltip { right:-24px; top:26px; border:1px solid #000; display:none; background:#fff;width:300px;padding:10px; color:#000; float:left; position:relative;}
.image_tooltip span{ border-top:9px solid transparent; border-bottom:9px solid #000; border-left:9px solid transparent; border-right:9px solid transparent; position:absolute; right:6px; top:-18px; }
.tool_container { position:absolute; margin:0px 0px 0px 10px; top:6px; right:-9px; }
.image_tooltip p{ background:#fff; color:#2b2b2b; font-size:12px; font-weight:400; margin:0px;}
.tool_container:hover > .image_tooltip {display:block; z-index:999;}
.innerlogin_bg .form-group { float:left; width:100%;}
.innerlogin_bg .btn { width:100%;}
.innerlogin_bg .g-recaptcha {margin-right: -30px; transform:scale(0.8); -webkit-transform:scale(0.8); -moz-transform:scale(0.8); -o-transform:scale(0.8);}
/*=================================== Login End ================================ */
/*=================================== breadcrumb Start================================ */
.breadcrumbs {height: 40px;background: #f5f5f5; margin:0px 0px 15px; border-top:2px solid #1c3182;}
ol.breadcrumb li { font-size:16px; text-transform:capitalize;}
/*=================================== breadcrumb end================================ */
/*=================================== portfolio Start================================ */
/*portfolio start*/
.portfolio_images{ width:100%; height:190px; overflow:hidden; text-align:center;}
.portfolio_images img{width:100%; height:auto;}
.portfolio h5{ float:left; width:100%; text-align:center; font-size:16px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.portfolio .caption { height:130px; overflow:hidden; position:relative;}
.portfolio .btn.btn-primary { background:#1c3182; color:#fff; border:1px solid #1c3182;position:absolute; bottom:10px; left:32%;}
.portfolio .btn.btn-primary:hover { background:#fff; color:#1c3182; border:1px solid #1c3182; text-decoration:none;}
/*portfolio end*/
/*portfolio Details , news, event, start*/
.portfolio_description{ display:block;}
.portfolio_detail_img{ margin-bottom:25px;}
.portfolio_detail_img .col-sm-6 { margin-right:30px;}
.portfolio_detail_img img{ float:left; width:100%;}
.portfolio_description ol{ display:block; padding:0px; margin:0px;}
.portfolio_description ol li{ margin:0px; padding:0px;}
.portfolio_description h2{ display:block; color:#1c3182 ; font-size:20px; font-weight:700; margin:0 0 10px 0}
.portfolio_description p:empty{ display:none;}
.portfolio_description p{ display:block; color:#535353; font-size:14px; margin:0 0 10px 0}
.related_images.gallery{ margin:30px 0;}
.portfolio_description ul li{ margin:0 0 15px 0%; width:100%; list-style:none; }
.portfolio_description ol li{ margin:0 0 15px 2%; padding:0 0 0 5px; width:98%;}
.portfolio_description br{ display:none;}
.portfolio_description h1{ font-size:24px;text-transform: capitalize;}
.portfolio_description h2{ font-size:20px;text-transform: capitalize;}
.portfolio_description h3{ font-size:20px;text-transform: capitalize;}
.portfolio_description h4{ font-size:18px;text-transform: capitalize;}
.portfolio_description h5{ font-size:16px;text-transform: capitalize;}
.portfolio_description h6{ font-size:14px;text-transform: capitalize;}
.portfolio_relatedimages.gallery{ float:left; width:100%; margin:0 0 15px;}
.portfolio_sliderimages{ float:left; width:100%; height:150px; overflow:hidden;}
.portfolio_sliderimages img{ float:left; width:auto; height:100%;}
.portfolio_relatedimages h3{ float:left; width:100%; font-size:20px; line-height:26px; border-bottom:2px solid #165773; font-weight:700; color:#1c3182 ; padding:0 0 7px; margin:7px 0 18px; border-bottom: 1px solid #1c3182 ;}
.portfolio_relatedimages.gallery{margin:30px 0 0;}
.customNavigation {position: absolute;right: 0px;display: inline-block;top:0px;z-index: 999;}
.customNavigation a i { color:#1c3182;font-size: 35px;margin-right: 5px;}
/*=================================== portfolio End================================ */
/*=================================== Services List Page START=================================== */
.select_categories{ float:left; width:100%; background:url(images/select_arrowbtn.png) no-repeat #fff 96% 16px; overflow:hidden; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; border: 1px solid #ccc; border-radius: 4px; margin:0 0 25px;}
.select_categories select{ width:115%; background:none; border:none;}
.service_list {padding-bottom:25px; margin:0 0 25px;}
.service_list_left {float:left; padding:0 0 0 0;height:150px; overflow:hidden;}
.service_list_left img {width:100%; height:auto;}
.service_list_right { margin:0px; min-height:130px;}
.service_list_right .col-sm-12 { min-height:inherit;}
.service_list_right h3 {color:#1c3182 ; font-size:18px; font-weight:800; margin:0 0 11px; float:left; width:100%; text-transform:capitalize; line-height:18px;}
.service_list_right p:empty{ display:none;}
.service_list_right p {color:#000; font-size:14px; float:left; width:100%;}
.service_list_right a {position:absolute; left:16px; bottom:0px; overflow:hidden; float:left; font-weight:800; color:#1c3182 ; font-size:14px; text-align:center; text-transform:uppercase;}
.service_list_right a:hover { text-decoration:none; color:#a73076;}
/*=================================== Services List Page END=================================== */
/*=================================== gallery start =================================== */
.gallery{margin:15px 0 20px;}
.gallery a.thumbnail{ margin-bottom:30px; border-width:2px; float:left; width:100%;}
.gallery a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active{ border-color:#1c3182 ; text-decoration:none;}
.gallery .col-md-3 .gallery_images{ float:left; width:100%; height:180px; overflow:hidden; text-align:center; }
.gallery .col-md-3 .gallery_images img{float:none; width:100%; height:auto; }
.gallery a h2{ float:left; width:100%; margin:10px 0; text-align:center; font-size:18px; font-weight:bold; color:#1c3182 ; text-transform:capitalize;}
/*=================================== gallery end =================================== */
/*=================================== gallery detail start =================================== */
.gallery_detailsimages{ float:left; width:100%; height:200px; overflow:hidden; text-align:center;}
.gallery_detailsimages img{ float:none; height:auto; width:100%;}
/*=================================== gallery detail end =================================== */
/*=================================== contact_us start =================================== */
.contact_us { width:100%; float:left; margin-top:30px;margin-bottom: 30px;}
.contact_us #recaptcha2{ float:right; margin:0 0px 10px 0;}
.contact_info { float:left; width:100%; border:1px solid #1c3182;}
.contact_info h3 {color:#fff ; background:#1c3182; font-size:18px; font-weight:800; margin:0 0 0px; float:left; width:100%; line-height:40px; padding:0 10px;}
.contact_address { float:left; width:100%; padding:10px;}
.contact_info h4 {color:#1c3182 ; font-size:16px; font-weight:800; margin:0 0 11px;}
.contact_address i { float:left; font-size:20px;color:#1c3182 ;}
.contact_address span { float:left;margin-bottom:20px;}
/*=================================== contact_us end =================================== */
/*=================================== Event START=================================== */
.event_list_right h3 {color:#1c3182 ; font-size:18px; font-weight:800; margin:0 0 11px; float:left; width:100%; line-height:18px;}
.event_list_right p:empty{ display:none;}
.event_list_right p {color:#000; font-size:14px;}
.event_list_right a{ background:#1c3182 ; border:1px solid transparent; margin:14px 0px 0 0px;}
.event_list_right a:hover{ border:1px solid #7a3e38; background:none; color:#1c3182 ;}
/*=================================== Event END=================================== */
/*=================================== Testimonial Start============================== */
.testimonial{ float:left; width:100%; margin-bottom:30px;}
.testimonial_img img { width:100%;}
.testimonial_comments{ float:left; width:100%; padding-bottom:15px;}
.testimonial_comments p{ float:left; width:100%;}
.testimonial_comments h2{ float:left; width:100%; color:#1c3182; margin-bottom:5px; font-size:20px; font-weight:600; margin-top:0px;}
.testimonial .pagenavigation{ margin-top:20px;}
/* Home Testimonial start */
.homepage_testimonial{ background:url(images/testimonial_bg.jpg) fixed no-repeat; background-size:100%; padding:50px 15px 40px;}
.homepage_testimonialcomment p{ color:#fff; float:left; width:94%;font-style: normal; font-weight: 100; font-size:15px; line-height:26px; margin:12px 0 0 0;}
.homepage_testimonialcomment b{ float:left; width:91%; margin:15px 4.5% 0; color:#fff; text-align:right; font-size:15px; font-weight:normal;}
.homepage_testimonialcomment span{ float:left; font-size:65px; color:#fff; line-height:65px; margin-right:1%;}
.homepage_testimonialslider p.testimonial_title{ float:left; width:100%; font-size:32px; text-align:center; color:#fff; font-weight:normal; margin:0 0 40px 0;}
.home_pagetestimonialbtn{ margin:40px 0 0;}
.home_pagetestimonialbtn a.btn-default{ background:none; color:#fff;}
.home_pagetestimonialbtn a.btn-default:hover{ background:#fff; border:1px solid transparent; color:#2B3F59;}
.commentor_images img{width:100%; float:left; border-radius:50%;}
/* end home testimonila */
/*=================================== Testimonial End================================ */
/*=================================== FAQ START================================ */
.faq_category{ padding-bottom:20px;}
.faq_category h3{ float:left; width:100%; font-size:22px; text-align:center; color:#1c3182 ; padding:0 0 8px; margin:0 0 10px; font-weight:700;}
.faq_categorynames{ float:left; width:100%; margin:0px;}
.faq_categorynames a{ float:left; width:100%; padding:10px 0; border-bottom:1px solid #1c3182 ; transition:all 0.3s linear 0s;}
.faq_categorynames a:hover{ padding:10px 0 10px 15px;}
.faq_categorynames a.faq_categorytitle{ padding:0 0 7px;}
.faq_categorynames a span{ float:left; font-weight: 400; font-size:18px; color:#535353; text-transform:uppercase; margin:1px 0px 0px 0px;}
.faq_categorynames a b{ float:left; font-size:25px; line-height:26px; font-weight: 400; margin:0px 3px 0 10px; color:#535353;}
.faq_category{float:left;width:100%;margin:0px 0 0px;}
.faq_category .panel-group, .faq_category .panel-group .panel, .faq_category .panel-group .panel .panel-heading, .faq_category .panel-group .panel .panel-heading h4 a, .faq_category .panel-group .panel .panel-collapse{float:left;width:100%;border-radius:0px;box-shadow:none;}
.faq_category .panel-group .panel{margin-bottom:11px;}
.faq_category .panel-group{margin-bottom:0px;}
.faq_category .panel-group .panel .panel-heading h4 a.collapsed::before{content:"+";font-size:40px;color:#fff;float:right;line-height:15px;margin:0;}
.faq_category .panel-group .panel .panel-heading h4 a::before{content:"-";float:right;font-size:40px;color:#fff;line-height:15px;margin:0 -2px 0 0;}
.faq_category .panel-group .panel .panel-heading h4 a{font-size:15px;text-transform:uppercase;background:#1c3182;font-weight:700;padding:14px 26px 14px 34px;line-height:15px;}
.faq_category .panel-group .panel .panel-heading h4 a span{float:none;color:#fff;margin:0;line-height:20px;text-transform: capitalize;}
.faq_category .panel-group .panel .panel-heading{padding:0px;border-radius:0px;}
.inner_maincontaint .faq_category .panel-group .panel .panel-heading h4{margin:0px;}
.faq_category .panel-group .panel .panel-heading h4 a:focus, .faq .panel-group .panel .panel-heading h4 a:hover{ text-decoration:none;background:#a62f75;outline:none;}
.faq_category .panel-group .panel .panel-collapse{background:#fff; color:#2b2b2b;}
.faq_category .panel-group .panel .panel-collapse .panel-body{padding:36px 40px;border:none;}
.faq_category .panel-group .panel .panel-collapse .panel-body p{color:#2b2b2b;margin:0px; font-weight:400;}
.faq_categorynames.faq_name { margin-bottom:20px;}
.faq_categorynames.faq_name a span{ color:#1c3182; font-weight:600;}
/*=================================== FAQ END================================ */
/*=================================== Affilliation START ================================ */
.affiliations .col-md-3 a{ float:left; width:100%;}
.affiliations .thumbnail{ float:left; width:100%; margin-bottom:25px;}
.affiliations .col-md-3 .thumbnail a .affiliations_images{ float:left; width:100%; height:178px; overflow:hidden;}
.affiliations .affiliations_images img{ float:left; height:100%;}
.affiliations .col-md-3 a h3{ float:left; width:100%; margin:10px 0 8px; font-size:16px; color:#1c3182 ;}
/*=================================== Affilliation END ================================ */
/*=================================== Site Map start ================================ */
.sitemap {float:left; width:100%; margin:20px 0px 0px 0px;}
.sitemap ul {padding:0px; margin:0px; float:left; width:100%;}
.sitemap ul li {float:left; width:47%; margin:0px 0px 8px 15px;}
.sitemap ul li a { font-size:16px; font-weight: 400;}
.sitemap ul li a:hover { text-decoration:none; color:#1c3182 ; }
/*=================================== Site Map END ================================ */
/*=================================== Page Navigation START=================================== */
.pagenavigation{ width:100%; float:left; margin:23px 0 12px; padding:0px;}
.pagenavigation h6{ float:left; font-size:16px; font-weight: 700; color:#1c3182 ; text-transform:uppercase; margin:0px;}
.pagenavigation ul{ float:right; margin:0px; padding:0px; list-style:none;}
.pagenavigation ul li{ display:inline-block; margin:0px; padding:0px; float:left;}
.pagenavigation ul li a{font-weight: 600; font-size:16px; color:#1c3182 ; margin:0px 3px; padding:0px; float:left; text-transform:uppercase;}
.pagenavigation ul li > span{ font-weight: 700; font-size:16px; color:#a62f75; margin:0px 3px; padding:0px; float:left; text-transform:uppercase;}
.pagenavigation ul strong{ font-weight: 700; font-size:16px; color:#000; margin:0px 3px; padding:0px; float:left; text-transform:uppercase;}
.pagenavigation ul li a:hover{ color:#a62f75; text-decoration:none;}
.pagenavigation ul li a.active{ color:#111b33;}
.pagenavigation h6 span{ color:#165773;}
/*=================================== Page Navigation End=================================== */
/*=================================== product detail start =================================== */
.products_bigimages .zoom-section, .products_bigimages .zoom-section .cloud-zoom, .products_bigimages .zoom-section .cloud-zoom img{ width:100%;}
.products_bigimages .zoom-section .zoom-small-image #wrap .cloud-zoom-title { display:none;}
.products_bigimages .zoom-section .zoom-small-image .main_img { padding:10px; display:table; width:100%; height:340px; border: 1px solid #ccc;}
.products_bigimages .zoom-section .zoom-small-image .main_img #wrap{ display:table-cell;vertical-align:middle; height:100%;}
.products_bigimages .zoom-desc { margin-top:15px;}
.products_bigimages .zoom-desc .thumbnail_img{ width:90px; height:80px; border:1px solid #ddd; float:left; display:table; margin-right:15px; margin-bottom:15px; }
.products_bigimages .zoom-desc .thumbnail_img a{ display:table-cell; vertical-align:middle; height:100%;}
.products_bigimages .zoom-desc .thumbnail_img:nth-child(4n+4) { margin-right:0px;}
.products_bigimages .zoom-desc .cloud-zoom-gallery img{ width:100%;}
/* start product description */
.product_description h2{ margin-bottom:10px; float:left; width:100%; font-size:22px; font-weight:700; text-transform:capitalize; color:#1c3182 ;}
.product_description p.product_rate{ float:left; width:100%; font-size:16px; margin-bottom:10px; font-weight:600; text-transform:capitalize;}
.product_description p.product_rate span { color:#a62f75;}
.product_description .rating-container .rating{height: 38px;}
.product_description .rating-container .rating span.star .glyphicon{ font-size:20px;}
.product_description .products_size_select{ float:left; width:100%; background:url(images/select_arrowbtn.png) no-repeat #fff 96% 16px; overflow:hidden; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; border: 1px solid #ccc; border-radius: 4px; margin:0 0 15px;}
.rating-container .clear-rating { padding-right:0px !important;}
.product_description .products_size_select select{ width:104%; background:none; border:none; padding:7px;}
.product_description .quantity input[type="text"]{ display:inline-block; resize:both; width:53px; text-align:center;}
.product_price .col-md-6 ul{ width:100%; float:left; margin:0px; padding:0px; list-style:none;}
.product_price .col-md-6 ul li{ width:100%; float:left; margin:0px; padding:0px;}
.product_price .col-md-6 ul li a{ float:right; margin:0px 0px 0px 0px; padding:0px; font-weight: 600; color:#737373; text-decoration:underline; font-size:14px; border-color:inherit; background-color:transparent; border:0px; line-height:24px;}
.product_price .col-md-6 ul li a:hover{ color:#1c3182 ; border-color:inherit; background-color:transparent; text-decoration:none;}
/* end product description */
/* start related product */
.related_products { margin-top:30px; position:relative;}
.related_products h3{ width:100%; float:left; margin:0px 0 30px; border-bottom:2px solid #1c3182 ; padding:0 0 17px; color:#1c3182 ; font-weight:700; font-size:20px; text-transform:capitalize;}
.related_products .customNavigation{float:right; position:absolute;}
.related_productsimages { border:1px solid #ddd; float:left; width:100%; border-radius:0 0 10px 10px;}
.related_productsimages:hover{ border:1px solid #1c3182; border-radius:0 0 10px 10px;}
.related_productsimages img{ float:none; height:auto; width:100%;}
.related_productsimages .related_img{ height:150px; padding:10px; overflow:hidden; text-align:center;}
.related_productsinfo { float:none; text-align:center;padding-bottom: 20px; padding-top: 10px;}
.related_productsinfo p.product_rate{ float:left; width:100%; font-size:16px; margin-bottom:10px; font-weight:600; text-transform:capitalize;}
.related_productsinfo p.product_rate span { color:#a62f75;}
.related_productsinfo h4{ width:100%; float:left; margin:0px 0 10px; padding:0px; font-weight: 700; font-size:20px; color:#1c3182 ; text-transform:capitalize;}
.related_productsinfo a{ background:none; border:1px solid #a62f75; font-size:20px; padding:4px 0; color:#a62f75; margin:0px 4px; width:40px; height:36px; border-radius:50%; display:inline-block; text-align:center;}
.related_productsinfo a:hover{background:#a62f75; border:1px solid #a62f75 ; color:#fff ; }
/* end related product */
/* start review and comment area */
.customer_reviews h4{ float:left; margin:0px; padding:12px 0px 12px 0px; border-bottom:2px solid #1c3182 ; width:100%; font-weight:700; font-size:16px; color:#737373; text-transform:uppercase;}
.customer_reviews h4 a{ color:#1c3182 ;}
.customer_reviews h4 a:hover{ text-decoration:underline; color:#a63076;}
.customer_reviews{ margin-top:40px;}
.customers_reviews_information{ float:left; width:100%; margin-top:10px; padding-bottom:10px; border-bottom:1px solid #ccc;}
.customers_reviews_information:last-child { border-bottom:none;}
.customers_reviews_information h5{ font-size:20px; color:#1c3182; font-weight:700; margin-bottom:5px;}
.customers_reviews_information span.review_date{ font-size:16px; margin-top:0;display:block;}
.customers_reviews_information span.review_title{display:block;}
.customers_reviews_information i { font-size:22px; color:#a63076; margin-top:10px;margin-bottom:10px;}
/* end review and comment area */
.showall_reviews{ float:left; width:100%; border-bottom:2px solid #1c3182 ; margin-top:20px;margin-bottom: 30px;}
.showall_reviews a{ float:left; font-size:20px; color:#1c3182;font-weight:700;}
.showall_reviews a:hover{color:#a63076 ; text-decoration:none;}
.product_description p:empty{ display:none;}
.product_description p{ text-align:left;}
.innerlogin_bg .rating-container .rating span.star .glyphicon{ font-size:25px;}
.innerlogin_bg .rating-container .caption span { font-size:60%;vertical-align: text-bottom;}
/*=================================== product detail end =================================== */
/*=================================== Cart page start ================================ */
.cart { margin-bottom:40px;}
.cart_products_items{ margin-bottom:10px; margin-top:10px;}
.cart_products_items h2{ font-size:20px; font-weight:700; float:left; color:#1c3182;}
.cart_products{ width:100%; float:left; margin:0px; padding:0px; }
.cart_product_img{ width:100px; height:90px; overflow:hidden; float:left; margin:0px; padding:0px;}
.cart_product_img img{ border:1px solid #fff; width:100%;}
.cart_table.table tr td {vertical-align: middle; text-align: center;}
.cart_products_info{ width:308px; float:left; margin:0px 0 0 15px; padding:0px; text-align:left;}
.cart_products_info h3{ width:100%; float:left; margin:0px; padding:0px; font-weight:700; font-size:16px; color:#393939; text-transform:capitalize;}
.cart_product_price b{font-size:18px; color:#1c3182 ;}
.cart_products_info p{ width:100%; float:left; margin:0px; padding:0px; font-size:13px; color:#737373;}
.cart_product_qty{display: inline-block; margin:0px; padding:0px; }
.cart_product_qty .form-control{ resize:both; width:49px; text-align:center; float:left;}
.cart_product_qty a{ float:left; margin:7px 0 0 10px; padding:0px; color:#1c3182 ; font-size:14px; font-weight:700; text-decoration:underline;}
.cart_product_qty a:hover{ color:#a63076;}
.cart_table i { font-size:16px;}
.cart_table{margin-bottom: 40px;}
.coupon_code span{ float:left; width:100%; font-size: 16px; font-weight: 600;}
.coupon_code .form-group{ float:left; width:auto;}
.coupon_code button.btn-primary{float:left; background:#1c3182 ; border:1px solid transparent; color:#fff;border-radius: 0 4px 4px 0;}
.coupon_code button.btn-primary:hover{ background:none; border:1px solid #a63076 ; color:#a63076 ;}
.cards_images{ width:100%; height:auto; float:left; margin:0px; padding:0px; border:1px solid #a3a3a3;}
.cards_images h4{ width:100%; text-align:center; display:inline-block; margin:12px 0px 20px 0px; padding:0px; font-weight: 700; font-size:18px; color:#393939; text-transform:uppercase;}
.cards_images ul{ margin:0px; padding:0px; list-style:none; display:inline-block; text-align:center;}
.cards_images ul li{ display:inline-block; margin:6px 1%; padding:0px;}
.totalling_details{ border:1px solid #ddd; padding-top: 15px;}
.totals{ float:left; width:100%;}
.totals b{ float:right; margin:0px; padding:0px; font-size:18px; color:#a63076 ; text-transform:capitalize;}
.totals div { float:left; width:100%; margin-bottom:10px;}
.totals div span{ float:left; margin:0px; padding:0px; font-weight: 700; font-size:16px; color:#393939; text-transform:capitalize;}
.total_amount{ float:left; width:100%; border-top:2px solid #ddd; padding-top:10px; padding-bottom:10px;}
.chekout_btn { float:left; width:100%; margin-top:30px;}
.coupon_code .form-group input {border-radius:4px 0 0 4px;}
.cart .cart_table tbody > tr > th { background: #1c3182; color:#FFFFFF;}
/*=================================== Cart page end ================================ */
/*=================================== ALL check out step start ================================ */
.step_by_step { margin-bottom:35px;}
.check_out_right { border:1px solid #b3b3b3; padding:10px;float:left; width:100%;margin-bottom: 30px;}
.check_out_right h2 { text-align:left; font-size:16px; font-weight:700;}
.check_out_right h2 a {text-align:right; float:right;}
.edit{ color:#1c3182 ; text-decoration:underline; margin-bottom:5px;}
.checkout_product_panel img{ width:100%;}
.checkout_product h3 {color:#1c3182 ;font-size: 14px;font-weight: 700;margin: 10px 0; text-transform:capitalize;}
.checkout_product h6, .checkout_product p{color: #737373;font-size: 12px;font-weight: 600;}
.checkout_product_qty span{color:#1c3182 ;font-size: 13px;font-weight: 700; margin:9px 6px 0 0; float:left;}
.checkout_product_prize, .checkout_product_qty{ margin-top:10px; float:left; width:100%;}
.checkout_product_prize h4 {color:#1c3182 ; font-weight:700; margin-top:5px;font-size:14px; margin:8px 0 0 0;}
.checkout_product_qty input[type="text"] { width: 50%; padding:5px 10px; margin-left: 2px; text-align:center;}
.checkout_table {margin-top:20px;}
.checkout_table b {color:#1c3182 ;font-size: 15px;font-weight: 700;}
.check_out .form-group { width:100%; float:left;}
/*===========check out step 1 start============= */
.step_bg { background:#1c3182 ; margin: 0px 0 15px; color:#FFFFFF; float:left; cursor: pointer; font-size: 16px; padding: 5px 0 5px 16px; text-transform: capitalize; font-weight: 700;}
.step_bg a{ color:#FFFFFF; text-decoration:none;}
.form_address { margin-top:10px;float: left;}
.next_step_btn a { margin-right:10px;}
.check_out_form { float:left; margin-bottom:20px; margin-top:16px;}
/*===========check out step 1 end============= */
/*===========check out step 2 start============= */
.select_shipping_method { margin-bottom:30px;}
.select_shipping_method h2{ color:#1c3182 ; font-size: 16px; font-weight: 600;}
.select_method span { color:#1c3182 ; font-size:12px; font-weight:600;}
/*===========check out step 2 end============= */
/*===========check out step 3 start============= */
.billing_method { margin-top:20px;margin-bottom: 20px; width:100%;}
.shipping_check_box input[type="checkbox"] { margin-right:10px;}
.billing_method ul { margin: 15px 0;padding:0px;list-style: outside none none;}
.billing_method ul li { float:left; margin:0px 4px;}
.select_card_type { margin:20px 0px;}
/*===========check out step 3 end============= */
/*===========check out step 4 start============= */
.shipping_billing b{ font-size:16px; display:block; color:#1c3182;}
.shipping_billing span { font-size:13px; float:left; width:100%; text-transform:capitalize;}
.product_table { margin-top:20px;float:left; width:100%;}
.checkout_product h5 {color:#1c3182 ;font-size: 16px;font-weight: 700;margin: 10px 0; text-transform:capitalize;}
/*===========check out step 4 end============= */
/*=================================== ALL check out step end ================================ */
/*=================================== Start Conform Order area ================================ */
.conform_order { float:left; width:100%;}
.conform_order h2 { color:#1c3182 ; font-size: 18px; font-weight: 600; text-transform:capitalize; border-bottom:2px solid #1c3182; margin-bottom:20px;}
.conform_order b { text-transform:capitalize; display:block; font-size:16px;}
.conform_order span.order_no {color:#a62f75 ; font-weight:700;}
.conform_order hr {border:1px solid #1c3182; float:left; width:100%;}
.conform_order .shipping_billing b { text-transform:uppercase; font-size:17px; margin-bottom:10px;}
.conform_order .shipping_billing span { font-size:14px; font-weight:700; text-transform:capitalize; color:#989898;}
/*=================================== end Conform Order area ================================ */
/*--My Account Dashboard Start/*/
.myaccount_dashboard h4.username{ float:left; width:100%; color: #ffffff; font-size:18px; padding:15px; background:#1c3182 ; border-radius:5px; text-transform:uppercase; margin:0 0 30px;}
.myaccount_dashboardtitle{ float:left; width:100%; background:#337ab7; border-radius: 4px 4px 0 0; padding:10px 12px;}
.myaccount_dashboardtitle h4{ float:left; color:#fff;font-size: 16px; margin:4px 0 0;}
.myaccount_dashboard .thumbnail { float: left;padding: 0; width: 100%;}
.myaccount_dashboardtitle img{ float:right;}
.myaccount_dashboard .thumbnail .caption{ float:left; width:100%; text-align:center;}
.myaccount_dashboard .thumbnail .caption p{ float:left; width:100%; text-align:left;}
.myaccount_dashboard .col-md-4{ min-height:215px;}
.myaccount_dashboard .thumbnail .caption a{ float:none; margin:15px 0 0; background:#1c3182 ; border:1px solid transparent;}
.myaccount_dashboard .thumbnail .caption a:hover{ border:1px solid #1c3182 ; background:none; color:#1c3182 ;}
/*--My Account Dashboard End/*/
/*Media Custom.css start*/
.medias{margin:0px 0 29px;}
.medias .col-md-4{ margin-bottom:20px;}
.medias_list{float:left;width:100%; padding-left:15px;}
.medias .col-md-4 a { float:left; width:100%; vertical-align:middle;text-decoration:none;width:100%;text-align:center;text-transform:uppercase;}
.medias .col-md-4 a .medias_iconbg{background:#f0f0f0; height:196px; display:table; width:100%;}
.medias .col-md-4 a .medias_iconbg .col-md-12{ height:100%; display:table-cell; vertical-align:middle; float:none; width:100%;}
.medias .col-md-4 a img{float:none;margin:0 0 11px;}
.medias .col-md-4 a span{color:#1f3466;font-size:24px;font-weight:700; font-family: 'Titillium Web'; padding:26px 0 22px; margin:0px; position:relative; float:left; width:100%; line-height:24px;}
.medias .col-md-4 a:hover span{color:#fff; background:#001c43;}
.medias .col-md-4 a span.img-responsive{content: ''; width: 92px; height: 92px; margin:0px; background: #fff; border-radius: 50%; display: block; position: absolute; left:135px; top: auto; bottom:47px; box-shadow: none; transition: all 2s ease; outline: none;}
.medias .col-md-4 a:hover span.img-responsive{ background: #ffffff;
background-image: -moz-linear-gradient( 90deg, rgb(0, 28, 67) 100%, rgb(255, 255, 255) 50%);
background-image: -webkit-linear-gradient( 90deg, rgb(0, 28, 67) 100%, rgb(255, 255, 255) 50%);
background-image: -ms-linear-gradient( 90deg, rgb(0, 28, 67) 100%, rgb(255, 255, 255) 50%);
}
.medias p.shadow {background: url(images/shadow_images.png) no-repeat; float: left; width: 100%; height: 25px; margin: 0px; display:block; background-size: 100% auto;}
/*Media Custom.css End*/ | components/front-end/css/New folder/style.css | @charset "utf-8";
/* CSS Document */
/*=================================== DEFAULT CLASSES ===================================*/
@font-face {font-family: 'EaDesigner';src: url('fonts/EaDesigner.eot?#iefix') format('embedded-opentype'), url('fonts/EaDesigner.woff') format('woff'), url('fonts/EaDesigner.ttf') format('truetype'), url('EaDesigner.svg#EaDesigner') format('svg');font-weight: normal;font-style: normal;}
body { font-family: 'EaDesigner'; font-style: normal; font-weight: 400; font-weight:400; font-size:14px; color:#535353; margin:0px; background:#ffffff; width:100%; min-height:100%;}
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; width:100%; height:100%; }
a{ color: #a62f75; text-decoration:none; outline:none;}
a:hover, a:focus { color:#1c3182; }
a:active, a:hover { outline: 0; }
b, strong {font-weight: bold;}
img { border:0px;}
h1, h2, h3, h4, h5, h6, p, img, a { margin:0px; padding:0px; outline:none; border:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
table { border-collapse:collapse; border-spacing:0px; }
*, :after, :before {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
input[type='submit'],input[type='button'] {cursor:pointer;}
::-webkit-input-placeholder { opacity:0.6;}
::-moz-placeholder { /* Firefox 19+ */ opacity:0.6;}
:-ms-input-placeholder { opacity:0.6;}
:-moz-placeholder { /* Firefox 18- */opacity:0.6;}
.error {color: red;}
span.mandatory_msg {color: red;}
.success{ color:#006600; font-weight:700; margin-top:15px; float:left; width:100%; text-align:center;}
#wrapper{ width:100%; float:left; position:absolute; top:0px; min-height:100%;}
.btn.btn-primary { background:#1c3182; color:#fff; text-transform:capitalize;}
.btn.btn-primary:hover { background:#fff; color:#1c3182;}
.back{ float:left; width:100%; margin:15px 0 29px;}
/*=================================== DEFAULT CLASSES ===================================*/
/*=================================== HOME PAGE CSS START ===================================*/
/*header start*/
.header_top{ border-bottom:1px solid #fff; background:rgba(0,0,0,1);}
.social_icon a{ float:left; margin:0 10px 0 0;width:20px; height:21px; margin-top:3px;}
.social_icon a.fb{ background:url(images/fb_icon.png) no-repeat; width:9px; height:17px;}
.social_icon a.fb:hover{ background:url(images/fb_icon_hover.png) no-repeat;}
.social_icon a.google_plus{ background:url(images/googleplus_icon.png) no-repeat; width:17px;margin-top: 4px; height:15px;}
.social_icon a.google_plus:hover{ background:url(images/googleplus_icon_hover.png) no-repeat;}
.social_icon a.linkedin{ background:url(images/linkedin_icon.png) no-repeat;width:13px;margin-top: 5px; height:13px;}
.social_icon a.linkedin:hover{ background:url(images/linkedin_icon_hover.png) no-repeat;}
.social_icon a.twitter{ background:url(images/twitter_icon.png) no-repeat;width:12px; margin-top: 7px; height:10px;}
.social_icon a.twitter:hover{ background:url(images/twitter_icon_hover.png) no-repeat;}
.social_icon a.flicker{ background:url(images/flicker_icon.png) no-repeat;width:13px; margin-top: 8px; height:7px;}
.social_icon a.flicker:hover{ background:url(images/flicker_icon_hover.png) no-repeat;}
.social_icon a.youtube{ background:url(images/youtube_icon.png) no-repeat; width:22px; margin-top:4px; height:15px;}
.social_icon a.youtube:hover{ background:url(images/youtube_icon_hover.png) no-repeat;}
.social_icon{ padding-top:15px; padding-bottom:15px;}
.social_icon + .col-md-6{ border-right:1px solid #fff;}
.social_icon + .col-md-6 .error{ margin-bottom:0px;}
.search_area + .col-md-5 ul{ list-style-type:none; padding:0px; margin:0px;}
.search_area + .col-md-5 ul li{ padding:0px; color:#fff; display:inline-block; margin:15px 3px; font-size:15px;}
.search_area + .col-md-5 ul li a{ margin:0px; padding:0px; color:#fff;}
.search_area + .col-md-5 ul li:last-child{ margin-right:0px;}
.search_area + .col-md-5 ul li a:hover{ color:#a62f75 ;}
.search_area + .col-md-5 form .form-group{ float:left; width:75%; margin:0px;}
.search_area + .col-md-5 form .form-group .form-control{ border-radius: 4px 0 0 4px;}
.search_area + .col-md-5 form button[type="submit"]{ border-radius: 0px 4px 4px 0px;}
.search_area{padding-top:8px; border-right:1px solid #fff; padding-bottom:8px;}
.search_area .btn.btn-primary { height:34px;}
.search_area .input-group span.input-group-btn{ vertical-align:top;}
.navbar-default .navbar-nav > li > a{ padding:0px;}
.navbar-default .navbar-nav > li{ margin:50px 0 0 30px;}
.navbar-default{ background:none; border:none; float:left; width:100%;}
.header_bottom.navbar-default .navbar-collapse{ padding:0px;}
.header_bottom.navbar-default a.navbar-brand{height:auto; padding:0px; margin-left:0px;}
.header_bottom.navbar-default ul li a{ font-size:15px;}
.header_bottom.navbar-default .navbar-header a.navbar-brand{ margin-top:10px; width:80%;}
.header_bottom.navbar-default .navbar-header a.navbar-brand img { width:100%;}
/*header end*/
/*bootstrap Slider start*/
.slider .carousel-inner > .item > img, .carousel-inner > .item > a > img{ width:100%;}
.slider .carousel-caption{ right:auto; bottom:auto; top:50%; }
.slider .carousel-inner{ height:650px;}
/*bootstrap Slider End*/
/*-- home page feature project start--*/
.featured_bg {background: rgba(0, 0, 0, 0) url("images/featured_bg2.jpg") fixed no-repeat; background-size:100%;float: left;min-height:475px; width: 100%;}
.featured_bg h4 { font-weight:600;border-bottom: 1px solid white; display: inline-block;color: #fff;font-size: 20px;letter-spacing: 2px;margin:30px 0 40px;text-transform: uppercase; padding: 0 11px 5px;}
.featured_bg .col-md-5 a, .featured_bg .col-md-5 a img{ float:left; width:100%;}
.featured_bg .col-md-5 a{ height:300px; overflow:hidden;}
.featured_bg .col-md-7 img { width:100%;}
.featured_bg .col-md-7 h5 {color: #d39c64; float: left;font-size: 20px;font-weight: 700;letter-spacing: 1px;margin: 0px 0 19px; text-transform: uppercase; width: 100%;}
.featured_bg .col-md-7 p {color: #fff;float: left;font-size: 16px;font-weight: 400;line-height: 18px; width: 100%;}
.featured_bg a.view_portfolio { color: #d39c64;float: none;font-size: 16px; display:inline-block; margin:32px 0 0 0; letter-spacing: 1px;text-transform: uppercase;}
.featured_bg a.view_portfolio:hover { color:#FFFFFF; text-decoration:none;}
/*-- home page feature project end--*/
/*-- home page services start--*/
.homepage_services{ margin-bottom:30px;}
.homepage_services .thumbnail .thumbnail_images img {height: auto;width: 100%;}
.homepage_services .thumbnail .caption p {display: block; font-size: 14px; font-weight: 500;text-align: center;}
.homepage_services .col-md-3 {margin-right: 8%;width: 28%;}
.homepage_services .thumbnail_images{ height:202px; overflow:hidden;}
.homepage_services a.btn.btn-primary{ margin-top:15px;}
.homepage_services .caption strong{ font-size:18px; margin-bottom:8px;}
.homepage_services h5{ font-size:20px; font-weight:700; margin:24px 0 20px;}
/*-- home page services end --*/
/*HomePage Content start*/
.welcome {margin:16px 0 45px;}
.welcome h3 { width:100%; float:left; margin:11px 0px 18px 0px; padding:0px; font-weight: 700; font-size:22px; color:#1c3182 ; text-transform:uppercase; text-align:center;}
.welcome iframe{ margin:0px 0px 0px 14px;}
.welcome { margin:16px 0px 30px;}
.welcome img {float:left; width:15%; margin:0px 20px 0px 0px;}
.welcome p{ width:100%; margin:0px 0px 10px 0px; padding:0px; font-weight: 400; line-height:20px; font-size:14px; color:#000;}
/*HomePage Content end*/
/*footer start*/
.footer_bg {background:url(images/background-main.jpg); min-height:210px; padding-bottom:30px; bottom:0px;}
.footer_top { padding-top:40px; padding-bottom:40px;}
.footer_top h6 {color: #fff;float: left;font-size: 16px;font-weight: 700;margin: 17px 40px 17px 0;}
.footer_top .input-group .form-control{ height:50px;padding-right: 200px;}
.footer_top .input-group span.input-group-btn .btn.btn-primary{ padding:14px 40px;}
.footer_top .input-group span.input-group-btn{ vertical-align:top;}
.footer_menu{ margin:26px 0px 0px 0px;}
.footer_menu strong{ width:100%; float:left; margin:0px 0px 14px 0px; padding:0px; font-weight: 800; color:#fff; font-size:18px;}
.footer_menu ul {width:100%; float:left; padding:0px; margin:0px;}
.footer_menu ul li {width:100%; float:left; margin:0px; padding:0px; color:#fff;list-style:none;}
.footer_menu ul li a { margin:0px; color:#fff;font-weight: 400; font-size:14px; margin:2px 0px; float:none;}
.footer_menu ul li a:hover { color:#000;}
.footer_menu p { color:#FFFFFF;}
.footer_site_links { text-align:center;}
.footer_site_links ul{ width:100%; float:left; margin:12px 0 0 0; padding:0px; list-style:none;}
.footer_site_links ul li{ display:inline-block; font-weight: 600; color:#fff;text-transform:uppercase;}
.footer_site_links ul li a{ display:inline-block; margin:0 10px 0 0; padding:0px; font-weight: 600; color:#fff; font-size:14px; text-transform:uppercase;}
.footer_site_links ul li a:hover{ color:#000; text-decoration:none;}
.footer_newsletter .g-recaptcha {transform: scale(0.6);-webkit-transform: scale(0.6);-moz-transform: scale(0.6);-o-transform: scale(0.6);position: absolute; z-index: 99; right: 73px; bottom: -15px;}
.footer_newsletter #recaptcha1 {transform: scale(0.6);-webkit-transform: scale(0.6);-moz-transform: scale(0.6);-o-transform: scale(0.6);position: absolute; z-index: 99; right: 73px; bottom: -15px;}
/*footer end*/
/*=================================== HOME PAGE CSS End ===================================*/
/*=================================== STAFF START=================================== */
/*Staff Start*/
.staff{ margin:0 0 35px;}
.staff_images{width:100%; height:200px; overflow:hidden; text-align:center;}
.staff .thumbnail:hover{ box-shadow:0 4px 47px rgba(0,0,0,.5);}
.staff_images img{ float:none; height:auto; width:100%; display:inline-block;}
.staff .col-md-4 h3{ width:100%; text-align:center; color:#1c3182 ; font-size:16px; font-weight:700; margin:8px 0 0;}
.staff .col-md-4 span{ display:block; width:100%; text-align:center; margin:5px 0;}
/*Staff End*/
/*Staff Details Start*/
.staff_detail .col-md-6{ margin-right:30px; margin-bottom:30px;}
.staff_detail .col-md-6 img{ width:100%;}
.staff_description{ display:block;}
.staff_description h2{ display:block; font-size:24px; color:#1c3182 ; line-height:18px; margin: 0 0 10px;}
.staff_description h4{ display:block; font-size:18px; line-height:18px;}
.staff_description p:empty{ display:none;}
/*Staff Details End*/
/*=================================== STAFF END====================================== */
/*=================================== Blog start ====================================== */
.blog_form{ margin-bottom:50px;}
textarea.form-control.blog_description{ height:100px;}
.blogs h2{ font-size:20px; color:#a62f75;}
.blogs span{ font-size:18px; display:block;}
.blogs{ border-bottom:2px solid #ddd; padding-bottom:25px; margin-bottom:30px;}
/*=================================== Blog end ====================================== */
/*=================================== Thank you page start ====================================== */
.thankyou { margin:30px 0px; text-align:center;}
.thankyou_title h2{font-size:22px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
/*=================================== Thank you page start ====================================== */
/*=================================== Content Leftside start ====================================== */
.content_left { margin-bottom:30px;}
.features{ float:left; width:100%;}
.features .panel-group .panel, .features .panel-default > .panel-heading{ background:none; border:none; box-shadow:none; border-radius:0px;}
.features .panel-group .panel-heading + .panel-collapse > .panel-body, .features .panel-group .panel-heading + .panel-collapse > .list-group{ border:none;}
.features .panel-group .panel-heading{ border-radius:0px;}
.features .panel-group{ background:#f9fafb; border:1px solid #ccc; border-radius:4px; margin:0px 0px 35px;}
.features .panel-group .panel-title a:hover, .features .panel-group .panel-title a:focus{ text-decoration:none; outline:none;}
.features .panel-group h2{ background:#1c3182 ; border-radius:3px 3px 0px 0px; font-weight:700; font-size:20px; padding:10px 15px; color:#fff;}
.features .panel .panel-heading p{ padding:0px; font-weight:600; color:#ae001f; min-height:53px;}
.features .panel .panel-heading{ padding:0px;}
.features .panel.panel-default{border-bottom:1px solid #ccc;}
.features .panel.panel-default:last-child{ border-bottom:none;}
.features .panel .panel-heading a.plus.collapsed::after { content: "\f078"; float: right; font-family: "FontAwesome"; font-weight: 400; transform:rotate(-90deg); }
.features .panel .panel-heading a.plus::after { content: "\f078";transform:rotate(0deg); font-family: "FontAwesome"; float: right; font-weight: 400; }
.features .panel .panel-heading a{ width:100%; display:block; padding:15px; color:#6a6a6a; font-size:14px;}
.features_news{ float:left; width:100%; background:#f9fafb; border:1px solid #ccc; border-radius:4px;padding-bottom: 30px;}
.features_news h3 { float:left; width:100%; background:#1c3182 ; border-radius:3px 3px 0 0; color:#fff; font-weight:700; font-size:20px; padding:10px 15px;}
.features_news .item p{ float:left; width:100%; padding:5px 0 8px; font-size:14px;}
.features_news .item p.news_title{ float:left; width:100%; color:#4b4b4b; padding:0px 0px 4px; margin:15px 0px 0px; font-size:14px; font-weight:600; border-bottom:1px solid #ccc; line-height:22px;}
.features_news .item a{ float:right; color:#1c3182 ;}
.features_news .item a:hover{ text-decoration:none;}
.features_news .item{ padding:0px 6% 10px; float:left; width:100%;}
.features_news .item a:hover{ color:#a73076;}
.panel-group .panel + .panel{ margin-top:0px;}
/*=================================== Content Leftside end ====================================== */
/*=================================== Content rightside start ====================================== */
.content_right { margin-bottom:30px;}
.main_inner_div { float:left; width:100%;border:1px solid #ccc; border-radius:4px; }
.innerpages_title h2 { background:#1c3182 ; border-radius:3px 3px 0px 0px; font-weight:700; font-size:20px; padding:10px 15px; color:#fff;}
.content_right h1 {font-size:22px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.content_right h2 {font-size:20px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.content_right h3 {font-size:18px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.content_right h4 {font-size:18px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.content_right h5 {font-size:16px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.content_right h6 {font-size:14px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.content_right p { color:#666666; font-size:14px;}
.content_right ul {padding:0px; margin:0px; float:left; width:100%;}
.content_right ul li {float:left; width:100%; margin:0px 0px 8px 15px;}
.content_right ul li a { font-size:16px; font-weight: 400;}
.content_right ul li a:hover { text-decoration:none; color:#1c3182 ; }
.content_right ol {padding:0px; margin:0px; float:left; width:100%;}
.content_right ol li {float:left; width:100%; margin:0px 0px 8px 15px;}
.content_right ol li a { font-size:16px; font-weight: 400;}
.content_right ol li a:hover { text-decoration:none; color:#1c3182 ; }
.content_right b, .content_right strong { font-size:14px;}
.email_this_page{ border:1px solid #ccc;border-radius:4px;float: left;width: 100%;padding-bottom: 30px;}
.content_right .email_this_page h4 {font-size:18px; color:#fff ; background:#1c3182; font-weight:700; padding:10px;border-radius:4px 4px 0 0; margin:0px 0 10px 0;line-height: 22px;}
.content_right .email_this_page h5 {font-size:16px; color:#1c3182 ; text-align:center; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.email_this_page #recaptcha2 {float: right;transform: scale(0.9);-webkit-transform: scale(0.9);-moz-transform: scale(0.9);-o-transform: scale(0.9); margin-bottom:10px;}
/*=================================== Content rightside end ====================================== */
/*=================================== Login START ================================ */
.innerlogin_bg{ width:100%; float:left; margin:0 0 20px 0; padding:0px 0px 20px 0px; background:#fff; border:1px solid #1c3182;}
.innerlogin_title_login h4{margin-left: 15px; background: #1c3182; text-align:center;margin:0 0 20px 0px; padding:16px 0px; font-weight: 600; font-size:18px; color:#fff; text-transform:uppercase;}
.innerlogin_title_account{ width:100%; float:left; margin:0px; padding:0px;}
.innerlogin_title_account h4{ text-align:center;margin:0px 0px 0px 0px; padding:16px 0px;font-weight: 600; font-size:18px; color:#fff; text-transform:uppercase;}
.image_tooltip { right:-24px; top:26px; border:1px solid #000; display:none; background:#fff;width:300px;padding:10px; color:#000; float:left; position:relative;}
.image_tooltip span{ border-top:9px solid transparent; border-bottom:9px solid #000; border-left:9px solid transparent; border-right:9px solid transparent; position:absolute; right:6px; top:-18px; }
.tool_container { position:absolute; margin:0px 0px 0px 10px; top:6px; right:-9px; }
.image_tooltip p{ background:#fff; color:#2b2b2b; font-size:12px; font-weight:400; margin:0px;}
.tool_container:hover > .image_tooltip {display:block; z-index:999;}
.innerlogin_bg .form-group { float:left; width:100%;}
.innerlogin_bg .btn { width:100%;}
.innerlogin_bg .g-recaptcha {margin-right: -30px; transform:scale(0.8); -webkit-transform:scale(0.8); -moz-transform:scale(0.8); -o-transform:scale(0.8);}
/*=================================== Login End ================================ */
/*=================================== breadcrumb Start================================ */
.breadcrumbs {height: 40px;background: #f5f5f5; margin:0px 0px 15px; border-top:2px solid #1c3182;}
ol.breadcrumb li { font-size:16px; text-transform:capitalize;}
/*=================================== breadcrumb end================================ */
/*=================================== portfolio Start================================ */
/*portfolio start*/
.portfolio_images{ width:100%; height:190px; overflow:hidden; text-align:center;}
.portfolio_images img{width:100%; height:auto;}
.portfolio h5{ float:left; width:100%; text-align:center; font-size:16px; color:#1c3182 ; font-weight:700; margin:10px 0 10px 0;line-height: 22px;}
.portfolio .caption { height:130px; overflow:hidden; position:relative;}
.portfolio .btn.btn-primary { background:#1c3182; color:#fff; border:1px solid #1c3182;position:absolute; bottom:10px; left:32%;}
.portfolio .btn.btn-primary:hover { background:#fff; color:#1c3182; border:1px solid #1c3182; text-decoration:none;}
/*portfolio end*/
/*portfolio Details , news, event, start*/
.portfolio_description{ display:block;}
.portfolio_detail_img{ margin-bottom:25px;}
.portfolio_detail_img .col-sm-6 { margin-right:30px;}
.portfolio_detail_img img{ float:left; width:100%;}
.portfolio_description ol{ display:block; padding:0px; margin:0px;}
.portfolio_description ol li{ margin:0px; padding:0px;}
.portfolio_description h2{ display:block; color:#1c3182 ; font-size:20px; font-weight:700; margin:0 0 10px 0}
.portfolio_description p:empty{ display:none;}
.portfolio_description p{ display:block; color:#535353; font-size:14px; margin:0 0 10px 0}
.related_images.gallery{ margin:30px 0;}
.portfolio_description ul li{ margin:0 0 15px 0%; width:100%; list-style:none; }
.portfolio_description ol li{ margin:0 0 15px 2%; padding:0 0 0 5px; width:98%;}
.portfolio_description br{ display:none;}
.portfolio_description h1{ font-size:24px;text-transform: capitalize;}
.portfolio_description h2{ font-size:20px;text-transform: capitalize;}
.portfolio_description h3{ font-size:20px;text-transform: capitalize;}
.portfolio_description h4{ font-size:18px;text-transform: capitalize;}
.portfolio_description h5{ font-size:16px;text-transform: capitalize;}
.portfolio_description h6{ font-size:14px;text-transform: capitalize;}
.portfolio_relatedimages.gallery{ float:left; width:100%; margin:0 0 15px;}
.portfolio_sliderimages{ float:left; width:100%; height:150px; overflow:hidden;}
.portfolio_sliderimages img{ float:left; width:auto; height:100%;}
.portfolio_relatedimages h3{ float:left; width:100%; font-size:20px; line-height:26px; border-bottom:2px solid #165773; font-weight:700; color:#1c3182 ; padding:0 0 7px; margin:7px 0 18px; border-bottom: 1px solid #1c3182 ;}
.portfolio_relatedimages.gallery{margin:30px 0 0;}
.customNavigation {position: absolute;right: 0px;display: inline-block;top:0px;z-index: 999;}
.customNavigation a i { color:#1c3182;font-size: 35px;margin-right: 5px;}
/*=================================== portfolio End================================ */
/*=================================== Services List Page START=================================== */
.select_categories{ float:left; width:100%; background:url(images/select_arrowbtn.png) no-repeat #fff 96% 16px; overflow:hidden; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; border: 1px solid #ccc; border-radius: 4px; margin:0 0 25px;}
.select_categories select{ width:115%; background:none; border:none;}
.service_list {padding-bottom:25px; margin:0 0 25px;}
.service_list_left {float:left; padding:0 0 0 0;height:150px; overflow:hidden;}
.service_list_left img {width:100%; height:auto;}
.service_list_right { margin:0px; min-height:130px;}
.service_list_right .col-sm-12 { min-height:inherit;}
.service_list_right h3 {color:#1c3182 ; font-size:18px; font-weight:800; margin:0 0 11px; float:left; width:100%; text-transform:capitalize; line-height:18px;}
.service_list_right p:empty{ display:none;}
.service_list_right p {color:#000; font-size:14px; float:left; width:100%;}
.service_list_right a {position:absolute; left:16px; bottom:0px; overflow:hidden; float:left; font-weight:800; color:#1c3182 ; font-size:14px; text-align:center; text-transform:uppercase;}
.service_list_right a:hover { text-decoration:none; color:#a73076;}
/*=================================== Services List Page END=================================== */
/*=================================== gallery start =================================== */
.gallery{margin:15px 0 20px;}
.gallery a.thumbnail{ margin-bottom:30px; border-width:2px; float:left; width:100%;}
.gallery a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active{ border-color:#1c3182 ; text-decoration:none;}
.gallery .col-md-3 .gallery_images{ float:left; width:100%; height:180px; overflow:hidden; text-align:center; }
.gallery .col-md-3 .gallery_images img{float:none; width:100%; height:auto; }
.gallery a h2{ float:left; width:100%; margin:10px 0; text-align:center; font-size:18px; font-weight:bold; color:#1c3182 ; text-transform:capitalize;}
/*=================================== gallery end =================================== */
/*=================================== gallery detail start =================================== */
.gallery_detailsimages{ float:left; width:100%; height:200px; overflow:hidden; text-align:center;}
.gallery_detailsimages img{ float:none; height:auto; width:100%;}
/*=================================== gallery detail end =================================== */
/*=================================== contact_us start =================================== */
.contact_us { width:100%; float:left; margin-top:30px;margin-bottom: 30px;}
.contact_us #recaptcha2{ float:right; margin:0 0px 10px 0;}
.contact_info { float:left; width:100%; border:1px solid #1c3182;}
.contact_info h3 {color:#fff ; background:#1c3182; font-size:18px; font-weight:800; margin:0 0 0px; float:left; width:100%; line-height:40px; padding:0 10px;}
.contact_address { float:left; width:100%; padding:10px;}
.contact_info h4 {color:#1c3182 ; font-size:16px; font-weight:800; margin:0 0 11px;}
.contact_address i { float:left; font-size:20px;color:#1c3182 ;}
.contact_address span { float:left;margin-bottom:20px;}
/*=================================== contact_us end =================================== */
/*=================================== Event START=================================== */
.event_list_right h3 {color:#1c3182 ; font-size:18px; font-weight:800; margin:0 0 11px; float:left; width:100%; line-height:18px;}
.event_list_right p:empty{ display:none;}
.event_list_right p {color:#000; font-size:14px;}
.event_list_right a{ background:#1c3182 ; border:1px solid transparent; margin:14px 0px 0 0px;}
.event_list_right a:hover{ border:1px solid #7a3e38; background:none; color:#1c3182 ;}
/*=================================== Event END=================================== */
/*=================================== Testimonial Start============================== */
.testimonial{ float:left; width:100%; margin-bottom:30px;}
.testimonial_img img { width:100%;}
.testimonial_comments{ float:left; width:100%; padding-bottom:15px;}
.testimonial_comments p{ float:left; width:100%;}
.testimonial_comments h2{ float:left; width:100%; color:#1c3182; margin-bottom:5px; font-size:20px; font-weight:600; margin-top:0px;}
.testimonial .pagenavigation{ margin-top:20px;}
/* Home Testimonial start */
.homepage_testimonial{ background:url(images/testimonial_bg.jpg) fixed no-repeat; background-size:100%; padding:50px 15px 40px;}
.homepage_testimonialcomment p{ color:#fff; float:left; width:94%;font-style: normal; font-weight: 100; font-size:15px; line-height:26px; margin:12px 0 0 0;}
.homepage_testimonialcomment b{ float:left; width:91%; margin:15px 4.5% 0; color:#fff; text-align:right; font-size:15px; font-weight:normal;}
.homepage_testimonialcomment span{ float:left; font-size:65px; color:#fff; line-height:65px; margin-right:1%;}
.homepage_testimonialslider p.testimonial_title{ float:left; width:100%; font-size:32px; text-align:center; color:#fff; font-weight:normal; margin:0 0 40px 0;}
.home_pagetestimonialbtn{ margin:40px 0 0;}
.home_pagetestimonialbtn a.btn-default{ background:none; color:#fff;}
.home_pagetestimonialbtn a.btn-default:hover{ background:#fff; border:1px solid transparent; color:#2B3F59;}
.commentor_images img{width:100%; float:left; border-radius:50%;}
/* end home testimonila */
/*=================================== Testimonial End================================ */
/*=================================== FAQ START================================ */
.faq_category{ padding-bottom:20px;}
.faq_category h3{ float:left; width:100%; font-size:22px; text-align:center; color:#1c3182 ; padding:0 0 8px; margin:0 0 10px; font-weight:700;}
.faq_categorynames{ float:left; width:100%; margin:0px;}
.faq_categorynames a{ float:left; width:100%; padding:10px 0; border-bottom:1px solid #1c3182 ; transition:all 0.3s linear 0s;}
.faq_categorynames a:hover{ padding:10px 0 10px 15px;}
.faq_categorynames a.faq_categorytitle{ padding:0 0 7px;}
.faq_categorynames a span{ float:left; font-weight: 400; font-size:18px; color:#535353; text-transform:uppercase; margin:1px 0px 0px 0px;}
.faq_categorynames a b{ float:left; font-size:25px; line-height:26px; font-weight: 400; margin:0px 3px 0 10px; color:#535353;}
.faq_category{float:left;width:100%;margin:0px 0 0px;}
.faq_category .panel-group, .faq_category .panel-group .panel, .faq_category .panel-group .panel .panel-heading, .faq_category .panel-group .panel .panel-heading h4 a, .faq_category .panel-group .panel .panel-collapse{float:left;width:100%;border-radius:0px;box-shadow:none;}
.faq_category .panel-group .panel{margin-bottom:11px;}
.faq_category .panel-group{margin-bottom:0px;}
.faq_category .panel-group .panel .panel-heading h4 a.collapsed::before{content:"+";font-size:40px;color:#fff;float:right;line-height:15px;margin:0;}
.faq_category .panel-group .panel .panel-heading h4 a::before{content:"-";float:right;font-size:40px;color:#fff;line-height:15px;margin:0 -2px 0 0;}
.faq_category .panel-group .panel .panel-heading h4 a{font-size:15px;text-transform:uppercase;background:#1c3182;font-weight:700;padding:14px 26px 14px 34px;line-height:15px;}
.faq_category .panel-group .panel .panel-heading h4 a span{float:none;color:#fff;margin:0;line-height:20px;text-transform: capitalize;}
.faq_category .panel-group .panel .panel-heading{padding:0px;border-radius:0px;}
.inner_maincontaint .faq_category .panel-group .panel .panel-heading h4{margin:0px;}
.faq_category .panel-group .panel .panel-heading h4 a:focus, .faq .panel-group .panel .panel-heading h4 a:hover{ text-decoration:none;background:#a62f75;outline:none;}
.faq_category .panel-group .panel .panel-collapse{background:#fff; color:#2b2b2b;}
.faq_category .panel-group .panel .panel-collapse .panel-body{padding:36px 40px;border:none;}
.faq_category .panel-group .panel .panel-collapse .panel-body p{color:#2b2b2b;margin:0px; font-weight:400;}
.faq_categorynames.faq_name { margin-bottom:20px;}
.faq_categorynames.faq_name a span{ color:#1c3182; font-weight:600;}
/*=================================== FAQ END================================ */
/*=================================== Affilliation START ================================ */
.affiliations .col-md-3 a{ float:left; width:100%;}
.affiliations .thumbnail{ float:left; width:100%; margin-bottom:25px;}
.affiliations .col-md-3 .thumbnail a .affiliations_images{ float:left; width:100%; height:178px; overflow:hidden;}
.affiliations .affiliations_images img{ float:left; height:100%;}
.affiliations .col-md-3 a h3{ float:left; width:100%; margin:10px 0 8px; font-size:16px; color:#1c3182 ;}
/*=================================== Affilliation END ================================ */
/*=================================== Site Map start ================================ */
.sitemap {float:left; width:100%; margin:20px 0px 0px 0px;}
.sitemap ul {padding:0px; margin:0px; float:left; width:100%;}
.sitemap ul li {float:left; width:47%; margin:0px 0px 8px 15px;}
.sitemap ul li a { font-size:16px; font-weight: 400;}
.sitemap ul li a:hover { text-decoration:none; color:#1c3182 ; }
/*=================================== Site Map END ================================ */
/*=================================== Page Navigation START=================================== */
.pagenavigation{ width:100%; float:left; margin:23px 0 12px; padding:0px;}
.pagenavigation h6{ float:left; font-size:16px; font-weight: 700; color:#1c3182 ; text-transform:uppercase; margin:0px;}
.pagenavigation ul{ float:right; margin:0px; padding:0px; list-style:none;}
.pagenavigation ul li{ display:inline-block; margin:0px; padding:0px; float:left;}
.pagenavigation ul li a{font-weight: 600; font-size:16px; color:#1c3182 ; margin:0px 3px; padding:0px; float:left; text-transform:uppercase;}
.pagenavigation ul li > span{ font-weight: 700; font-size:16px; color:#a62f75; margin:0px 3px; padding:0px; float:left; text-transform:uppercase;}
.pagenavigation ul strong{ font-weight: 700; font-size:16px; color:#000; margin:0px 3px; padding:0px; float:left; text-transform:uppercase;}
.pagenavigation ul li a:hover{ color:#a62f75; text-decoration:none;}
.pagenavigation ul li a.active{ color:#111b33;}
.pagenavigation h6 span{ color:#165773;}
/*=================================== Page Navigation End=================================== */
/*=================================== product detail start =================================== */
.products_bigimages .zoom-section, .products_bigimages .zoom-section .cloud-zoom, .products_bigimages .zoom-section .cloud-zoom img{ width:100%;}
.products_bigimages .zoom-section .zoom-small-image #wrap .cloud-zoom-title { display:none;}
.products_bigimages .zoom-section .zoom-small-image .main_img { padding:10px; display:table; width:100%; height:340px; border: 1px solid #ccc;}
.products_bigimages .zoom-section .zoom-small-image .main_img #wrap{ display:table-cell;vertical-align:middle; height:100%;}
.products_bigimages .zoom-desc { margin-top:15px;}
.products_bigimages .zoom-desc .thumbnail_img{ width:90px; height:80px; border:1px solid #ddd; float:left; display:table; margin-right:15px; margin-bottom:15px; }
.products_bigimages .zoom-desc .thumbnail_img a{ display:table-cell; vertical-align:middle; height:100%;}
.products_bigimages .zoom-desc .thumbnail_img:nth-child(4n+4) { margin-right:0px;}
.products_bigimages .zoom-desc .cloud-zoom-gallery img{ width:100%;}
/* start product description */
.product_description h2{ margin-bottom:10px; float:left; width:100%; font-size:22px; font-weight:700; text-transform:capitalize; color:#1c3182 ;}
.product_description p.product_rate{ float:left; width:100%; font-size:16px; margin-bottom:10px; font-weight:600; text-transform:capitalize;}
.product_description p.product_rate span { color:#a62f75;}
.product_description .rating-container .rating{height: 38px;}
.product_description .rating-container .rating span.star .glyphicon{ font-size:20px;}
.product_description .products_size_select{ float:left; width:100%; background:url(images/select_arrowbtn.png) no-repeat #fff 96% 16px; overflow:hidden; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; border: 1px solid #ccc; border-radius: 4px; margin:0 0 15px;}
.rating-container .clear-rating { padding-right:0px !important;}
.product_description .products_size_select select{ width:104%; background:none; border:none; padding:7px;}
.product_description .quantity input[type="text"]{ display:inline-block; resize:both; width:53px; text-align:center;}
.product_price .col-md-6 ul{ width:100%; float:left; margin:0px; padding:0px; list-style:none;}
.product_price .col-md-6 ul li{ width:100%; float:left; margin:0px; padding:0px;}
.product_price .col-md-6 ul li a{ float:right; margin:0px 0px 0px 0px; padding:0px; font-weight: 600; color:#737373; text-decoration:underline; font-size:14px; border-color:inherit; background-color:transparent; border:0px; line-height:24px;}
.product_price .col-md-6 ul li a:hover{ color:#1c3182 ; border-color:inherit; background-color:transparent; text-decoration:none;}
/* end product description */
/* start related product */
.related_products { margin-top:30px; position:relative;}
.related_products h3{ width:100%; float:left; margin:0px 0 30px; border-bottom:2px solid #1c3182 ; padding:0 0 17px; color:#1c3182 ; font-weight:700; font-size:20px; text-transform:capitalize;}
.related_products .customNavigation{float:right; position:absolute;}
.related_productsimages { border:1px solid #ddd; float:left; width:100%; border-radius:0 0 10px 10px;}
.related_productsimages:hover{ border:1px solid #1c3182; border-radius:0 0 10px 10px;}
.related_productsimages img{ float:none; height:auto; width:100%;}
.related_productsimages .related_img{ height:150px; padding:10px; overflow:hidden; text-align:center;}
.related_productsinfo { float:none; text-align:center;padding-bottom: 20px; padding-top: 10px;}
.related_productsinfo p.product_rate{ float:left; width:100%; font-size:16px; margin-bottom:10px; font-weight:600; text-transform:capitalize;}
.related_productsinfo p.product_rate span { color:#a62f75;}
.related_productsinfo h4{ width:100%; float:left; margin:0px 0 10px; padding:0px; font-weight: 700; font-size:20px; color:#1c3182 ; text-transform:capitalize;}
.related_productsinfo a{ background:none; border:1px solid #a62f75; font-size:20px; padding:4px 0; color:#a62f75; margin:0px 4px; width:40px; height:36px; border-radius:50%; display:inline-block; text-align:center;}
.related_productsinfo a:hover{background:#a62f75; border:1px solid #a62f75 ; color:#fff ; }
/* end related product */
/* start review and comment area */
.customer_reviews h4{ float:left; margin:0px; padding:12px 0px 12px 0px; border-bottom:2px solid #1c3182 ; width:100%; font-weight:700; font-size:16px; color:#737373; text-transform:uppercase;}
.customer_reviews h4 a{ color:#1c3182 ;}
.customer_reviews h4 a:hover{ text-decoration:underline; color:#a63076;}
.customer_reviews{ margin-top:40px;}
.customers_reviews_information{ float:left; width:100%; margin-top:10px; padding-bottom:10px; border-bottom:1px solid #ccc;}
.customers_reviews_information:last-child { border-bottom:none;}
.customers_reviews_information h5{ font-size:20px; color:#1c3182; font-weight:700; margin-bottom:5px;}
.customers_reviews_information span.review_date{ font-size:16px; margin-top:0;display:block;}
.customers_reviews_information span.review_title{display:block;}
.customers_reviews_information i { font-size:22px; color:#a63076; margin-top:10px;margin-bottom:10px;}
/* end review and comment area */
.showall_reviews{ float:left; width:100%; border-bottom:2px solid #1c3182 ; margin-top:20px;margin-bottom: 30px;}
.showall_reviews a{ float:left; font-size:20px; color:#1c3182;font-weight:700;}
.showall_reviews a:hover{color:#a63076 ; text-decoration:none;}
.product_description p:empty{ display:none;}
.product_description p{ text-align:left;}
.innerlogin_bg .rating-container .rating span.star .glyphicon{ font-size:25px;}
.innerlogin_bg .rating-container .caption span { font-size:60%;vertical-align: text-bottom;}
/*=================================== product detail end =================================== */
/*=================================== Cart page start ================================ */
.cart { margin-bottom:40px;}
.cart_products_items{ margin-bottom:10px; margin-top:10px;}
.cart_products_items h2{ font-size:20px; font-weight:700; float:left; color:#1c3182;}
.cart_products{ width:100%; float:left; margin:0px; padding:0px; }
.cart_product_img{ width:100px; height:90px; overflow:hidden; float:left; margin:0px; padding:0px;}
.cart_product_img img{ border:1px solid #fff; width:100%;}
.cart_table.table tr td {vertical-align: middle; text-align: center;}
.cart_products_info{ width:308px; float:left; margin:0px 0 0 15px; padding:0px; text-align:left;}
.cart_products_info h3{ width:100%; float:left; margin:0px; padding:0px; font-weight:700; font-size:16px; color:#393939; text-transform:capitalize;}
.cart_product_price b{font-size:18px; color:#1c3182 ;}
.cart_products_info p{ width:100%; float:left; margin:0px; padding:0px; font-size:13px; color:#737373;}
.cart_product_qty{display: inline-block; margin:0px; padding:0px; }
.cart_product_qty .form-control{ resize:both; width:49px; text-align:center; float:left;}
.cart_product_qty a{ float:left; margin:7px 0 0 10px; padding:0px; color:#1c3182 ; font-size:14px; font-weight:700; text-decoration:underline;}
.cart_product_qty a:hover{ color:#a63076;}
.cart_table i { font-size:16px;}
.cart_table{margin-bottom: 40px;}
.coupon_code span{ float:left; width:100%; font-size: 16px; font-weight: 600;}
.coupon_code .form-group{ float:left; width:auto;}
.coupon_code button.btn-primary{float:left; background:#1c3182 ; border:1px solid transparent; color:#fff;border-radius: 0 4px 4px 0;}
.coupon_code button.btn-primary:hover{ background:none; border:1px solid #a63076 ; color:#a63076 ;}
.cards_images{ width:100%; height:auto; float:left; margin:0px; padding:0px; border:1px solid #a3a3a3;}
.cards_images h4{ width:100%; text-align:center; display:inline-block; margin:12px 0px 20px 0px; padding:0px; font-weight: 700; font-size:18px; color:#393939; text-transform:uppercase;}
.cards_images ul{ margin:0px; padding:0px; list-style:none; display:inline-block; text-align:center;}
.cards_images ul li{ display:inline-block; margin:6px 1%; padding:0px;}
.totalling_details{ border:1px solid #ddd; padding-top: 15px;}
.totals{ float:left; width:100%;}
.totals b{ float:right; margin:0px; padding:0px; font-size:18px; color:#a63076 ; text-transform:capitalize;}
.totals div { float:left; width:100%; margin-bottom:10px;}
.totals div span{ float:left; margin:0px; padding:0px; font-weight: 700; font-size:16px; color:#393939; text-transform:capitalize;}
.total_amount{ float:left; width:100%; border-top:2px solid #ddd; padding-top:10px; padding-bottom:10px;}
.chekout_btn { float:left; width:100%; margin-top:30px;}
.coupon_code .form-group input {border-radius:4px 0 0 4px;}
.cart .cart_table tbody > tr > th { background: #1c3182; color:#FFFFFF;}
/*=================================== Cart page end ================================ */
/*=================================== ALL check out step start ================================ */
.step_by_step { margin-bottom:35px;}
.check_out_right { border:1px solid #b3b3b3; padding:10px;float:left; width:100%;margin-bottom: 30px;}
.check_out_right h2 { text-align:left; font-size:16px; font-weight:700;}
.check_out_right h2 a {text-align:right; float:right;}
.edit{ color:#1c3182 ; text-decoration:underline; margin-bottom:5px;}
.checkout_product_panel img{ width:100%;}
.checkout_product h3 {color:#1c3182 ;font-size: 14px;font-weight: 700;margin: 10px 0; text-transform:capitalize;}
.checkout_product h6, .checkout_product p{color: #737373;font-size: 12px;font-weight: 600;}
.checkout_product_qty span{color:#1c3182 ;font-size: 13px;font-weight: 700; margin:9px 6px 0 0; float:left;}
.checkout_product_prize, .checkout_product_qty{ margin-top:10px; float:left; width:100%;}
.checkout_product_prize h4 {color:#1c3182 ; font-weight:700; margin-top:5px;font-size:14px; margin:8px 0 0 0;}
.checkout_product_qty input[type="text"] { width: 50%; padding:5px 10px; margin-left: 2px; text-align:center;}
.checkout_table {margin-top:20px;}
.checkout_table b {color:#1c3182 ;font-size: 15px;font-weight: 700;}
.check_out .form-group { width:100%; float:left;}
/*===========check out step 1 start============= */
.step_bg { background:#1c3182 ; margin: 0px 0 15px; color:#FFFFFF; float:left; cursor: pointer; font-size: 16px; padding: 5px 0 5px 16px; text-transform: capitalize; font-weight: 700;}
.step_bg a{ color:#FFFFFF; text-decoration:none;}
.form_address { margin-top:10px;float: left;}
.next_step_btn a { margin-right:10px;}
.check_out_form { float:left; margin-bottom:20px; margin-top:16px;}
/*===========check out step 1 end============= */
/*===========check out step 2 start============= */
.select_shipping_method { margin-bottom:30px;}
.select_shipping_method h2{ color:#1c3182 ; font-size: 16px; font-weight: 600;}
.select_method span { color:#1c3182 ; font-size:12px; font-weight:600;}
/*===========check out step 2 end============= */
/*===========check out step 3 start============= */
.billing_method { margin-top:20px;margin-bottom: 20px; width:100%;}
.shipping_check_box input[type="checkbox"] { margin-right:10px;}
.billing_method ul { margin: 15px 0;padding:0px;list-style: outside none none;}
.billing_method ul li { float:left; margin:0px 4px;}
.select_card_type { margin:20px 0px;}
/*===========check out step 3 end============= */
/*===========check out step 4 start============= */
.shipping_billing b{ font-size:16px; display:block; color:#1c3182;}
.shipping_billing span { font-size:13px; float:left; width:100%; text-transform:capitalize;}
.product_table { margin-top:20px;float:left; width:100%;}
.checkout_product h5 {color:#1c3182 ;font-size: 16px;font-weight: 700;margin: 10px 0; text-transform:capitalize;}
/*===========check out step 4 end============= */
/*=================================== ALL check out step end ================================ */
/*=================================== Start Conform Order area ================================ */
.conform_order { float:left; width:100%;}
.conform_order h2 { color:#1c3182 ; font-size: 18px; font-weight: 600; text-transform:capitalize; border-bottom:2px solid #1c3182; margin-bottom:20px;}
.conform_order b { text-transform:capitalize; display:block; font-size:16px;}
.conform_order span.order_no {color:#a62f75 ; font-weight:700;}
.conform_order hr {border:1px solid #1c3182; float:left; width:100%;}
.conform_order .shipping_billing b { text-transform:uppercase; font-size:17px; margin-bottom:10px;}
.conform_order .shipping_billing span { font-size:14px; font-weight:700; text-transform:capitalize; color:#989898;}
/*=================================== end Conform Order area ================================ */
/*--My Account Dashboard Start/*/
.myaccount_dashboard h4.username{ float:left; width:100%; color: #ffffff; font-size:18px; padding:15px; background:#1c3182 ; border-radius:5px; text-transform:uppercase; margin:0 0 30px;}
.myaccount_dashboardtitle{ float:left; width:100%; background:#337ab7; border-radius: 4px 4px 0 0; padding:10px 12px;}
.myaccount_dashboardtitle h4{ float:left; color:#fff;font-size: 16px; margin:4px 0 0;}
.myaccount_dashboard .thumbnail { float: left;padding: 0; width: 100%;}
.myaccount_dashboardtitle img{ float:right;}
.myaccount_dashboard .thumbnail .caption{ float:left; width:100%; text-align:center;}
.myaccount_dashboard .thumbnail .caption p{ float:left; width:100%; text-align:left;}
.myaccount_dashboard .col-md-4{ min-height:215px;}
.myaccount_dashboard .thumbnail .caption a{ float:none; margin:15px 0 0; background:#1c3182 ; border:1px solid transparent;}
.myaccount_dashboard .thumbnail .caption a:hover{ border:1px solid #1c3182 ; background:none; color:#1c3182 ;}
/*--My Account Dashboard End/*/
/*Media Custom.css start*/
.medias{margin:0px 0 29px;}
.medias .col-md-4{ margin-bottom:20px;}
.medias_list{float:left;width:100%; padding-left:15px;}
.medias .col-md-4 a { float:left; width:100%; vertical-align:middle;text-decoration:none;width:100%;text-align:center;text-transform:uppercase;}
.medias .col-md-4 a .medias_iconbg{background:#f0f0f0; height:196px; display:table; width:100%;}
.medias .col-md-4 a .medias_iconbg .col-md-12{ height:100%; display:table-cell; vertical-align:middle; float:none; width:100%;}
.medias .col-md-4 a img{float:none;margin:0 0 11px;}
.medias .col-md-4 a span{color:#1f3466;font-size:24px;font-weight:700; font-family: 'Titillium Web'; padding:26px 0 22px; margin:0px; position:relative; float:left; width:100%; line-height:24px;}
.medias .col-md-4 a:hover span{color:#fff; background:#001c43;}
.medias .col-md-4 a span.img-responsive{content: ''; width: 92px; height: 92px; margin:0px; background: #fff; border-radius: 50%; display: block; position: absolute; left:135px; top: auto; bottom:47px; box-shadow: none; transition: all 2s ease; outline: none;}
.medias .col-md-4 a:hover span.img-responsive{ background: #ffffff;
background-image: -moz-linear-gradient( 90deg, rgb(0, 28, 67) 100%, rgb(255, 255, 255) 50%);
background-image: -webkit-linear-gradient( 90deg, rgb(0, 28, 67) 100%, rgb(255, 255, 255) 50%);
background-image: -ms-linear-gradient( 90deg, rgb(0, 28, 67) 100%, rgb(255, 255, 255) 50%);
}
.medias p.shadow {background: url(images/shadow_images.png) no-repeat; float: left; width: 100%; height: 25px; margin: 0px; display:block; background-size: 100% auto;}
/*Media Custom.css End*/ | 0.370681 | 0.069542 |
body {
background-color: #f1f1f1;
font-size: 14px;
}
.status {
position: absolute;
width: 150px;
text-align: center;
top: 15px;
right: 15px;
padding: 10px;
border: 1px solid #d6e9c6;
border-radius: 4px;
}
.status.success {
color: #3c763d;
background-color: #dff0d8;
}
.status.alert {
color: #a94442;
background-color: #f2dede;
}
.flip-flop-card header {
display: flex;
padding: 15px 0;
border-bottom: 1px solid #e6e6e6;
font-size: 25px;
font-weight: 300;
color: #232323;
}
.flip-flop-card header .title {
flex: 1 100%;
text-align: center;
}
.flip-flop-card header .settings {
width: 30px;
height: 100%;
display: block;
padding-right: 10px;
cursor: pointer;
}
.flip-flop-card .fieldset {
padding: 20px 30px;
position: relative;
background-color: #F1F1F1;
}
.flip-flop-card .fieldset .label {
margin-bottom: 5px;
color: #404040;
}
.flip-flop-card .fieldset #rows_count {
width: 100%;
height: 39px;
padding: 8px 10px;
border: 2px solid #E5E5E5;
color: #404040;
outline: none;
font-size: inherit;
-webkit-appearance: none;
}
.flip-flop-card .fieldset i {
position: absolute;
top: 55px;
right: 45px;
width: 5px;
height: 11px;
}
.flip-flop-card .fieldset i:before,
.flip-flop-card .fieldset i:after {
content: '';
position: absolute;
right: 0;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.flip-flop-card .fieldset i:before {
top: 0;
border-bottom: 4px solid #404040;
}
.flip-flop-card .fieldset i:after {
bottom: 0;
border-top: 4px solid #404040;
}
.flip-flop-card .fieldset .input-group {
display: table;
margin-bottom: 12px;
width: 100%;
}
.flip-flop-card .fieldset .input-group:last-child {
margin: 0;
}
.flip-flop-card .fieldset .input-group .form-control {
border-radius: 4px;
border: 1px solid #ccc;
width: 100%;
height: 34px;
display: table-cell;
box-sizing: border-box;
outline:0;
padding: 0 10px;
}
.flip-flop-card .fieldset .input-group .form-control.no-border {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.flip-flop-card .fieldset .input-group .input-group-addon {
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0;
display: table-cell;
}
.flip-flop-card footer {
display: flex;
justify-content: flex-end;
padding: 15px 30px;
border-top: 1px solid #D4D4D4;
}
.flip-flop-card footer div {
line-height: 38px;
padding: 0 25px;
border: 0;
color: #fff;
cursor: pointer;
background-color: #2DA5DA;
opacity: 0.8;
transition: opacity 0.2s;
}
.flip-flop-card footer div:hover {
opacity: 1;
}
#history {
margin: 30px auto;
max-width: 960px;
min-width: 550px;
}
#history .history-container {
margin-bottom: 30px;
box-shadow: 0 0 10px #b3b3b3;
background: #fff;
border-radius: 2px;
}
#history .history-container .history-title {
align-items: center;
display: flex;
padding: 0 20px;
min-height: 50px;
border-bottom: 1px solid #D4D4D4;
}
#history .history-container .history-title .sites-count {
flex: 0 auto;
width: 36px;
padding-right: 15px;
text-align: center;
}
#history .history-container .history-title .title {
flex: 0 auto;
color: black;
padding-right: 10px;
}
#history .history-container .history-title .date {
flex: 1 auto;
color: #73777A;
}
#history .history-container .history-title .time {
flex: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: #73777A;
}
#history .history-container .history-title .time div {
width: 60px;
padding: 0 10px;
}
#history .history-container .history-item-container {
padding: 8px 0;
}
#history .history-container .history-item-container .history-item {
align-items: center;
display: flex;
padding: 0 20px;
min-height: 40px;
}
#history .history-container .history-item-container .history-item .website-icon {
flex: 0 auto;
}
#history .history-container .history-item-container .history-item .website-icon img {
height: 16px;
width: 16px;
display: block;
padding: 0 10px;
}
#history .history-container .history-item-container .history-item .website-title {
flex: 1 auto;
padding: 0 15px;
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}
#history .history-container .history-item-container .history-item .website-title a {
color: black;
text-decoration: none;
}
#history .history-container .history-item-container .history-item .website-time {
flex: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
#history .history-container .history-item-container .history-item .website-time .active,
#history .history-container .history-item-container .history-item .website-time .passive {
padding: 0 10px;
color: #73777A;
width: 60px;
}
#flip-flop-container {
width: 400px;
margin: 20px auto;
perspective: 800px;
position: relative;
height: 230px;
}
#flip-flop-container .flip-flop-card {
box-shadow: 0 0 20px #b3b3b3;
color: #666;
width: 100%;
height: 100%;
position: absolute;
transition: transform 1s;
transform-style: preserve-3d;
}
#flip-flop-container .flip-flop-card.flipped {
transform: rotateY( 180deg );
}
#flip-flop-container .flip-flop-card.flipped .flip-flop-front{
z-index: 2;
}
#flip-flop-container .flip-flop-card .flip-flop-front,
#flip-flop-container .flip-flop-card .flip-flop-back {
background-color: #F9F9F9;
height: 100%;
width: 100%;
position: absolute;
backface-visibility: hidden;
z-index: 1;
}
#flip-flop-container .flip-flop-card .flip-flop-front {
}
#flip-flop-container .flip-flop-card .flip-flop-back {
transform: rotateY( 180deg );
}
#flip-flop-container .flip-flop-card .flip-flop-back .fieldset {
padding: 10px 30px;
} | extension/options/index.css | body {
background-color: #f1f1f1;
font-size: 14px;
}
.status {
position: absolute;
width: 150px;
text-align: center;
top: 15px;
right: 15px;
padding: 10px;
border: 1px solid #d6e9c6;
border-radius: 4px;
}
.status.success {
color: #3c763d;
background-color: #dff0d8;
}
.status.alert {
color: #a94442;
background-color: #f2dede;
}
.flip-flop-card header {
display: flex;
padding: 15px 0;
border-bottom: 1px solid #e6e6e6;
font-size: 25px;
font-weight: 300;
color: #232323;
}
.flip-flop-card header .title {
flex: 1 100%;
text-align: center;
}
.flip-flop-card header .settings {
width: 30px;
height: 100%;
display: block;
padding-right: 10px;
cursor: pointer;
}
.flip-flop-card .fieldset {
padding: 20px 30px;
position: relative;
background-color: #F1F1F1;
}
.flip-flop-card .fieldset .label {
margin-bottom: 5px;
color: #404040;
}
.flip-flop-card .fieldset #rows_count {
width: 100%;
height: 39px;
padding: 8px 10px;
border: 2px solid #E5E5E5;
color: #404040;
outline: none;
font-size: inherit;
-webkit-appearance: none;
}
.flip-flop-card .fieldset i {
position: absolute;
top: 55px;
right: 45px;
width: 5px;
height: 11px;
}
.flip-flop-card .fieldset i:before,
.flip-flop-card .fieldset i:after {
content: '';
position: absolute;
right: 0;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.flip-flop-card .fieldset i:before {
top: 0;
border-bottom: 4px solid #404040;
}
.flip-flop-card .fieldset i:after {
bottom: 0;
border-top: 4px solid #404040;
}
.flip-flop-card .fieldset .input-group {
display: table;
margin-bottom: 12px;
width: 100%;
}
.flip-flop-card .fieldset .input-group:last-child {
margin: 0;
}
.flip-flop-card .fieldset .input-group .form-control {
border-radius: 4px;
border: 1px solid #ccc;
width: 100%;
height: 34px;
display: table-cell;
box-sizing: border-box;
outline:0;
padding: 0 10px;
}
.flip-flop-card .fieldset .input-group .form-control.no-border {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.flip-flop-card .fieldset .input-group .input-group-addon {
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0;
display: table-cell;
}
.flip-flop-card footer {
display: flex;
justify-content: flex-end;
padding: 15px 30px;
border-top: 1px solid #D4D4D4;
}
.flip-flop-card footer div {
line-height: 38px;
padding: 0 25px;
border: 0;
color: #fff;
cursor: pointer;
background-color: #2DA5DA;
opacity: 0.8;
transition: opacity 0.2s;
}
.flip-flop-card footer div:hover {
opacity: 1;
}
#history {
margin: 30px auto;
max-width: 960px;
min-width: 550px;
}
#history .history-container {
margin-bottom: 30px;
box-shadow: 0 0 10px #b3b3b3;
background: #fff;
border-radius: 2px;
}
#history .history-container .history-title {
align-items: center;
display: flex;
padding: 0 20px;
min-height: 50px;
border-bottom: 1px solid #D4D4D4;
}
#history .history-container .history-title .sites-count {
flex: 0 auto;
width: 36px;
padding-right: 15px;
text-align: center;
}
#history .history-container .history-title .title {
flex: 0 auto;
color: black;
padding-right: 10px;
}
#history .history-container .history-title .date {
flex: 1 auto;
color: #73777A;
}
#history .history-container .history-title .time {
flex: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: #73777A;
}
#history .history-container .history-title .time div {
width: 60px;
padding: 0 10px;
}
#history .history-container .history-item-container {
padding: 8px 0;
}
#history .history-container .history-item-container .history-item {
align-items: center;
display: flex;
padding: 0 20px;
min-height: 40px;
}
#history .history-container .history-item-container .history-item .website-icon {
flex: 0 auto;
}
#history .history-container .history-item-container .history-item .website-icon img {
height: 16px;
width: 16px;
display: block;
padding: 0 10px;
}
#history .history-container .history-item-container .history-item .website-title {
flex: 1 auto;
padding: 0 15px;
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}
#history .history-container .history-item-container .history-item .website-title a {
color: black;
text-decoration: none;
}
#history .history-container .history-item-container .history-item .website-time {
flex: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
#history .history-container .history-item-container .history-item .website-time .active,
#history .history-container .history-item-container .history-item .website-time .passive {
padding: 0 10px;
color: #73777A;
width: 60px;
}
#flip-flop-container {
width: 400px;
margin: 20px auto;
perspective: 800px;
position: relative;
height: 230px;
}
#flip-flop-container .flip-flop-card {
box-shadow: 0 0 20px #b3b3b3;
color: #666;
width: 100%;
height: 100%;
position: absolute;
transition: transform 1s;
transform-style: preserve-3d;
}
#flip-flop-container .flip-flop-card.flipped {
transform: rotateY( 180deg );
}
#flip-flop-container .flip-flop-card.flipped .flip-flop-front{
z-index: 2;
}
#flip-flop-container .flip-flop-card .flip-flop-front,
#flip-flop-container .flip-flop-card .flip-flop-back {
background-color: #F9F9F9;
height: 100%;
width: 100%;
position: absolute;
backface-visibility: hidden;
z-index: 1;
}
#flip-flop-container .flip-flop-card .flip-flop-front {
}
#flip-flop-container .flip-flop-card .flip-flop-back {
transform: rotateY( 180deg );
}
#flip-flop-container .flip-flop-card .flip-flop-back .fieldset {
padding: 10px 30px;
} | 0.361728 | 0.091707 |
.container {
position: relative;
width: 100%;
}
.container img {
width: 100%;
height: auto;
}
/*----------------WITEL---------------*/
.container .btnSbu {
position: absolute;
top: 80px;
left: 190px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnSbu:hover {
background-color: black;
}
.container .btnSbs {
position: absolute;
top: 100px;
left: 185px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnSbs:hover {
background-color: black;
}
.container .btnMadura {
position: absolute;
top: 60px;
left: 260px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnMadura:hover {
background-color: black;
}
.container .btnMalang {
position: absolute;
top: 165px;
left: 190px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnMalang:hover {
background-color: black;
}
.container .btnPasuruan {
position: absolute;
top: 140px;
left: 230px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnPasuruan:hover {
background-color: black;
}
.container .btnSidoarjo {
position: absolute;
top: 120px;
left: 220px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnSidoarjo:hover {
background-color: black;
}
.container .btnMadiun {
position: absolute;
top: 95px;
left: 90px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnMadiun:hover {
background-color: black;
}
.container .btnKediri {
position: absolute;
top: 155px;
left: 120px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnKediri:hover {
background-color: black;
}
.container .btnJember {
position: absolute;
top: 195px;
left: 310px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnJember:hover {
background-color: black;
}
.container .btnDenpasar {
position: absolute;
top: 240px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnDenpasar:hover {
background-color: black;
}
.container .btnSingaraja {
position: absolute;
top: 190px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnSingaraja:hover {
background-color: black;
}
.container .btnWitelMaumere {
position: absolute;
top: 245px;
left: 1250px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50% ;
text-align: center;
opacity: 0.6;
}
.container .btnWitelMaumere:hover {
background-color: black;
}
.container .btnWitelKupang {
position: absolute;
top: 420px;
left: 1400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnWitelKupang:hover {
background-color: black;
}
.container .btnNtb {
position: absolute;
top: 260px;
left: 750px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNtb:hover {
background-color: black;
}
/*--------------STO SBU---------------*/
.container .btnBabad {
position: absolute;
top: 218px;
left: 320px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBabad:hover {
background-color: black;
}
.container .btnBambe {
position: absolute;
top: 330px;
left: 510px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBambe:hover {
background-color: black;
}
.container .btnBrondong {
position: absolute;
top: 95px;
left: 325px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBrondong:hover {
background-color: black;
}
.container .btnBalongpanggang {
position: absolute;
top: 300px;
left: 415px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBalongpanggang:hover {
background-color: black;
}
.container .btnBawean {
position: absolute;
top: 80px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBawean:hover {
background-color: black;
}
.container .btnCerme {
position: absolute;
top: 280px;
left: 470px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnCerme:hover {
background-color: black;
}
.container .btnDudukSampeyan {
position: absolute;
top: 230px;
left: 445px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnDudukSampeyan:hover {
background-color: black;
}
.container .btnGresik {
position: absolute;
top: 240px;
left: 515px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGresik:hover {
background-color: black;
}
.container .btnKedamean {
position: absolute;
top: 315px;
left: 460px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKedamean:hover {
background-color: black;
}
.container .btnKenjeran{
position: absolute;
top: 310px;
left: 600px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKenjeran:hover {
background-color: black;
}
.container .btnKalianak {
position: absolute;
top: 285px;
left: 530px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKalianak:hover {
background-color: black;
}
.container .btnKandangan {
position: absolute;
top: 305px;
left: 510px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKandangan:hover {
background-color: black;
}
.container .btnKapasan {
position: absolute;
top: 300px;
left: 560px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKapasan:hover {
background-color: black;
}
.container .btnKarangpilang {
position: absolute;
top: 370px;
left: 470px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKarangpilang:hover {
background-color: black;
}
.container .btnKebalen {
position: absolute;
top: 280px;
left: 560px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKebalen:hover {
background-color: black;
}
.container .btnLakarsantri {
position: absolute;
top: 340px;
left: 440px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLakarsantri:hover {
background-color: black;
}
.container .btnLamongan {
position: absolute;
top: 218px;
left: 390px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLamongan:hover {
background-color: black;
}
.container .btnGresik2 {
position: absolute;
top: 215px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGresik2:hover {
background-color: black;
}
.container .btnSukodadi {
position: absolute;
top: 200px;
left: 355px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSukodadi:hover {
background-color: black;
}
.container .btnSedayu {
position: absolute;
top: 160px;
left: 470px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSedayu:hover {
background-color: black;
}
.container .btnTandes {
position: absolute;
top: 320px;
left: 550px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTandes:hover {
background-color: black;
}
/*--------------STO SBS---------------*/
.container .btnDarmo {
position: absolute;
top: 150px;
left: 490px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnDarmo:hover {
background-color: black;
}
.container .btnGubeng {
position: absolute;
top: 140px;
left: 525px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGubeng:hover {
background-color: black;
}
.container .btnInjoko {
position: absolute;
top: 180px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnInjoko:hover {
background-color: black;
}
.container .btnJagir {
position: absolute;
top: 160px;
left: 510px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJagir:hover {
background-color: black;
}
.container .btnMergoyoso {
position: absolute;
top: 120px;
left: 505px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMergoyoso:hover {
background-color: black;
}
.container .btnManyar {
position: absolute;
top: 125px;
left: 545px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnManyar:hover {
background-color: black;
}
.container .btnRungkut {
position: absolute;
top: 170px;
left: 530px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnRungkut:hover {
background-color: black;
}
.container .btnWaru2 {
position: absolute;
top: 215px;
left: 510px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWaru2:hover {
background-color: black;
}
.container .btnWaru {
position: absolute;
top: 200px;
left: 490px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWaru:hover {
background-color: black;
}
/*--------------<NAME>---------------*/
.container .btnBeji{
position: absolute;
top: 200px;
left: 585px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBeji:hover {
background-color: black;
}
.container .btnDlanggu {
position: absolute;
top: 180px;
left: 405px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnDlanggu:hover {
background-color: black;
}
.container .btnGedangan {
position: absolute;
top: 75px;
left: 580px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGedangan:hover {
background-color: black;
}
.container .btnGempol {
position: absolute;
top: 170px;
left: 555px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGempol:hover {
background-color: black;
}
.container .btnJombang {
position: absolute;
top: 190px;
left: 260px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJombang:hover {
background-color: black;
}
.container .btnKrian {
position: absolute;
top: 75px;
left: 490px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKrian:hover {
background-color: black;
}
.container .btnMlirip {
position: absolute;
top: 90px;
left: 387px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMlirip:hover {
background-color: black;
}
.container .btnMojosari {
position: absolute;
top: 150px;
left: 450px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMojosari:hover {
background-color: black;
}
.container .btnMojoagung {
position: absolute;
top: 180px;
left: 345px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMojoagung:hover {
background-color: black;
}
.container .btnMojokerto {
position: absolute;
top: 115px;
left: 380px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMojokerto:hover {
background-color: black;
}
.container .btnNgoroIndustri {
position: absolute;
top: 160px;
left: 490px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNgoroIndustri:hover {
background-color: black;
}
.container .btnNgoroJombang {
position: absolute;
top: 270px;
left: 260px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNgoroJombang:hover {
background-color: black;
}
.container .btnPacet{
position: absolute;
top: 220px;
left: 440px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPacet:hover {
background-color: black;
}
.container .btnPandaan{
position: absolute;
top: 240px;
left: 570px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPandaan:hover {
background-color: black;
}
.container .btnPrigen{
position: absolute;
top: 263px;
left: 505px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPrigen:hover {
background-color: black;
}
.container .btnPloso{
position: absolute;
top: 95px;
left: 250px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPloso:hover {
background-color: black;
}
.container .btnPurwosari{
position: absolute;
top: 310px;
left: 580px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPurwosari:hover {
background-color: black;
}
.container .btnStoSidoarjo{
position: absolute;
top: 105px;
left: 570px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnStoSidoarjo:hover {
background-color: black;
}
.container .btnSukodono{
position: absolute;
top: 95px;
left: 530px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSukodono:hover {
background-color: black;
}
.container .btnSepanjang{
position: absolute;
top: 30px;
left: 560px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSepanjang:hover {
background-color: black;
}
.container .btnTulangan{
position: absolute;
top: 135px;
left: 585px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTulangan:hover {
background-color: black;
}
/*--------------<NAME>---------------*/
.container .btnBancar {
position: absolute;
top: 30px;
left: 510px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBancar:hover {
background-color: black;
}
.container .btnBojonegoro {
position: absolute;
top: 165px;
left: 550px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBojonegoro:hover {
background-color: black;
}
.container .btnCaruban {
position: absolute;
top: 310px;
left: 460px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnCaruban:hover {
background-color: black;
}
.container .btnGoranggareng {
position: absolute;
top: 360px;
left: 390px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGoranggareng:hover {
background-color: black;
}
.container .btnJenangan {
position: absolute;
top: 415px;
left: 425px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJenangan:hover {
background-color: black;
}
.container .btnJogorogo {
position: absolute;
top: 300px;
left: 340px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJogorogo:hover {
background-color: black;
}
.container .btnJatirogo {
position: absolute;
top: 50px;
left: 550px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJatirogo:hover {
background-color: black;
}
.container .btnKalitidu {
position: absolute;
top: 155px;
left: 505px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKalitidu:hover {
background-color: black;
}
.container .btnKarangjati {
position: absolute;
top: 290px;
left: 435px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKarangjati:hover {
background-color: black;
}
.container .btnKerek {
position: absolute;
top: 70px;
left: 550px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKerek:hover {
background-color: black;
}
.container .btnLorog {
position: absolute;
top: 547px;
left: 340px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLorog:hover {
background-color: black;
}
.container .btnMagetan {
position: absolute;
top: 350px;
left: 365px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMagetan:hover {
background-color: black;
}
.container .btnStoMadiun {
position: absolute;
top: 340px;
left: 415px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnStoMadiun:hover {
background-color: black;
}
.container .btnMerakurak {
position: absolute;
top: 55px;
left: 590px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMerakurak:hover {
background-color: black;
}
.container .btnMaospati {
position: absolute;
top: 320px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMaospati:hover {
background-color: black;
}
.container .btnNgawi {
position: absolute;
top: 260px;
left: 390px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNgawi:hover {
background-color: black;
}
/*.container .btnPulauPadang {
position: absolute;
top: 20px;
left: 595px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPulauPadang:hover {
background-color: black;
}*/
.container .btnPulung {
position: absolute;
top: 430px;
left: 450px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPulung:hover {
background-color: black;
}
.container .btnPunung {
position: absolute;
top: 520px;
left: 250px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPunung:hover {
background-color: black;
}
.container .btnPacitan {
position: absolute;
top: 543px;
left: 285px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPacitan:hover {
background-color: black;
}
.container .btnPonorogo {
position: absolute;
top: 430px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPonorogo:hover {
background-color: black;
}
.container .btnRengel {
position: absolute;
top: 130px;
left: 595px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnRengel:hover {
background-color: black;
}
.container .btnSarangan {
position: absolute;
top: 350px;
left: 310px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSarangan:hover {
background-color: black;
}
.container .btnSambit {
position: absolute;
top: 465px;
left: 430px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSambit:hover {
background-color: black;
}
.container .btnSlahung {
position: absolute;
top: 470px;
left: 385px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSlahung:hover {
background-color: black;
}
.container .btnSumberrejo {
position: absolute;
top: 175px;
left: 585px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSumberrejo:hover {
background-color: black;
}
.container .btnSumoroto {
position: absolute;
top: 425px;
left: 380px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSumoroto:hover {
background-color: black;
}
.container .btnTuban {
position: absolute;
top: 70px;
left: 610px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTuban:hover {
background-color: black;
}
.container .btnUteran {
position: absolute;
top: 360px;
left: 430px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnUteran:hover {
background-color: black;
}
.container .btnWalikukun {
position: absolute;
top: 270px;
left: 327px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWalikukun:hover {
background-color: black;
}
/*--------------STO PASURUAN---------------*/
.container .btnBangil {
position: absolute;
top: 80px;
left: 270px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBangil:hover {
background-color: black;
}
.container .btnGondangWetan {
position: absolute;
top: 130px;
left: 325px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGondangWetan:hover {
background-color: black;
}
.container .btnGending {
position: absolute;
top: 190px;
left: 535px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGending:hover {
background-color: black;
}
.container .btnGrati {
position: absolute;
top: 135px;
left: 370px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGrati:hover {
background-color: black;
}
.container .btnJatiroto {
position: absolute;
top: 360px;
left: 550px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJatiroto:hover {
background-color: black;
}
.container .btnKlakah {
position: absolute;
top: 295px;
left: 500px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKlakah:hover {
background-color: black;
}
.container .btnKraksaan {
position: absolute;
top: 165px;
left: 580px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKraksaan:hover {
background-color: black;
}
.container .btnLeces {
position: absolute;
top: 210px;
left: 490px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLeces:hover {
background-color: black;
}
.container .btnLumajang {
position: absolute;
top: 360px;
left: 490px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLumajang:hover {
background-color: black;
}
.container .btnNongkoJajar {
position: absolute;
top: 240px;
left: 300px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNongkoJajar:hover {
background-color: black;
}
.container .btnProbolinggo {
position: absolute;
top: 165px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnProbolinggo:hover {
background-color: black;
}
.container .btnPasirian {
position: absolute;
top: 395px;
left: 420px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPasirian:hover {
background-color: black;
}
.container .btnStoPasuruan {
position: absolute;
top: 100px;
left: 330px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnStoPasuruan:hover {
background-color: black;
}
.container .btnPaiton {
position: absolute;
top: 140px;
left: 645px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPaiton:hover {
background-color: black;
}
.container .btnSenduro {
position: absolute;
top: 340px;
left: 450px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSenduro:hover {
background-color: black;
}
.container .btnSukapura {
position: absolute;
top: 260px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSukapura:hover {
background-color: black;
}
.container .btnTongas {
position: absolute;
top: 155px;
left: 430px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTongas:hover {
background-color: black;
}
.container .btnTempeh {
position: absolute;
top: 400px;
left: 470px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTempeh:hover {
background-color: black;
}
.container .btnYosowilangun {
position: absolute;
top: 400px;
left: 530px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnYosowilangun:hover {
background-color: black;
}
/*--------------STO MALANG---------------*/
.container .btnAmpelGading {
position: absolute;
top: 350px;
left: 580px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnAmpelGading:hover {
background-color: black;
}
.container .btnBelimbing {
position: absolute;
top: 166px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBelimbing:hover {
background-color: black;
}
.container .btnBantur {
position: absolute;
top: 430px;
left: 380px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBantur:hover {
background-color: black;
}
.container .btnBuring {
position: absolute;
top: 230px;
left: 430px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBuring:hover {
background-color: black;
}
.container .btnBatu {
position: absolute;
top: 120px;
left: 340px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBatu:hover {
background-color: black;
}
.container .btnDonomulyo {
position: absolute;
top: 440px;
left: 300px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnDonomulyo:hover {
background-color: black;
}
.container .btnDampit {
position: absolute;
top: 360px;
left: 485px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnDampit:hover {
background-color: black;
}
.container .btnGadang {
position: absolute;
top: 230px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGadang:hover {
background-color: black;
}
.container .btnGondanglegi {
position: absolute;
top: 330px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGondanglegi:hover {
background-color: black;
}
.container .btnGunungKawi {
position: absolute;
top: 260px;
left: 310px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGunungKawi:hover {
background-color: black;
}
.container .btnKepanjen {
position: absolute;
top: 300px;
left: 350px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKepanjen:hover {
background-color: black;
}
.container .btnKlojen {
position: absolute;
top: 175px;
left: 360px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKlojen:hover {
background-color: black;
}
.container .btnKarangploso {
position: absolute;
top: 125px;
left: 385px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKarangploso:hover {
background-color: black;
}
.container .btnLawang {
position: absolute;
top: 80px;
left: 450px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLawang:hover {
background-color: black;
}
.container .btnStoMalang {
position: absolute;
top: 195px;
left: 390px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnStoMalang:hover {
background-color: black;
}
.container .btnNgantang {
position: absolute;
top: 120px;
left: 240px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNgantang:hover {
background-color: black;
}
.container .btnPagak {
position: absolute;
top: 380px;
left: 325px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPagak:hover {
background-color: black;
}
.container .btnPakis {
position: absolute;
top: 165px;
left: 460px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPakis:hover {
background-color: black;
}
.container .btnSumberManjing {
position: absolute;
top: 400px;
left: 440px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSumberManjing:hover {
background-color: black;
}
.container .btnSumberPucung {
position: absolute;
top: 320px;
left: 300px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .SumberPucung:hover {
background-color: black;
}
.container .btnSingosari {
position: absolute;
top: 125px;
left: 425px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSingosari:hover {
background-color: black;
}
.container .btnSawojajar {
position: absolute;
top: 200px;
left: 430px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSawojajar:hover {
background-color: black;
}
.container .btnTumpang {
position: absolute;
top: 230px;
left: 500px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTumpang:hover {
background-color: black;
}
.container .btnTuren {
position: absolute;
top: 330px;
left: 440px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTuren:hover {
background-color: black;
}
/*--------------STO NTB---------------*/
.container .btnAlas {
position: absolute;
top: 150px;
left: 440px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnAlas:hover {
background-color: black;
}
.container .btnBima {
position: absolute;
top: 140px;
left: 980px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBima:hover {
background-color: black;
}
.container .btnDompu {
position: absolute;
top: 160px;
left: 890px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnDompu:hover {
background-color: black;
}
.container .btnGerung {
position: absolute;
top: 190px;
left: 150px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGerung:hover {
background-color: black;
}
.container .btnMasbagik {
position: absolute;
top: 160px;
left: 270px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMasbagik:hover {
background-color: black;
}
.container .btnMaluk {
position: absolute;
top: 270px;
left: 380px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMaluk:hover {
background-color: black;
}
.container .btnMataram {
position: absolute;
top: 150px;
left: 135px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.7;
}
.container .btnMataram:hover {
background-color: black;
}
.container .btnPraya {
position: absolute;
top: 200px;
left: 200px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPraya:hover {
background-color: black;
}
.container .btnSumbawa {
position: absolute;
top: 150px;
left: 580px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSumbawa:hover {
background-color: black;
}
.container .btnSelong {
position: absolute;
top: 180px;
left: 310px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSelong:hover {
background-color: black;
}
.container .btnSenggigi {
position: absolute;
top: 120px;
left: 140px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSenggigi:hover {
background-color: black;
}
.container .btnSweta {
position: absolute;
top: 155px;
left: 180px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSweta:hover {
background-color: black;
}
.container .btnTente {
position: absolute;
top: 190px;
left: 960px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTente:hover {
background-color: black;
}
.container .btnTaliwang {
position: absolute;
top: 220px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTaliwang:hover {
background-color: black;
}
/*--------------STO NTT---------------*/
.container .btnAtambua{
position: absolute;
top: 210px;
left: 750px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnAtambua:hover {
background-color: black;
}
.container .btnBajawa {
position: absolute;
top: 150px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBajawa:hover {
background-color: black;
}
.container .btnEnde {
position: absolute;
top: 160px;
left: 540px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnEnde:hover {
background-color: black;
}
.container .btnKefamenanu {
position: absolute;
top: 270px;
left: 660px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKefamenanu:hover {
background-color: black;
}
.container .btnLarantuka {
position: absolute;
top: 70px;
left: 770px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLarantuka:hover {
background-color: black;
}
.container .btnMaumere {
position: absolute;
top: 125px;
left: 620px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMaumere:hover {
background-color: black;
}
.container .btnNikiNiki {
position: absolute;
top: 360px;
left: 670px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNikiNiki:hover {
background-color: black;
}
.container .btnOesapa {
position: absolute;
top: 400px;
left: 530px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnOesapa:hover {
background-color: black;
}
.container .btnRuteng {
position: absolute;
top: 110px;
left: 290px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnRuteng:hover {
background-color: black;
}
.container .btnSeba {
position: absolute;
top: 470px;
left: 160px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSeba:hover {
background-color: black;
}
.container .btnSoe {
position: absolute;
top: 355px;
left: 625px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSoe:hover {
background-color: black;
}
.container .btnTenau {
position: absolute;
top: 420px;
left: 470px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.7;
}
.container .btnTenau:hover {
background-color: black;
}
.container .btnWaingapu {
position: absolute;
top: 310px;
left: 260px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWingapu:hover {
background-color: black;
}
.container .btnKupang {
position: absolute;
top: 410px;
left: 500px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.8;
}
.container .btnKupang:hover {
background-color: black;
}
.container .btnLabuhanBajo {
position: absolute;
top: 100px;
left: 200px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLabuhanBajo:hover {
background-color: black;
}
/*--------------------WITEL MADURA----------------*/
.container .btnAmbunten {
position: absolute;
top: 80px;
left: 590px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnAmbunten:hover {
background-color: black;
}
.container .btnBatangtang {
position: absolute;
top: 100px;
left: 700px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBatangtang:hover {
background-color: black;
}
.container .btnMasalembo{
position: absolute;
top: 30px;
left: 580px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMasalembo:hover {
background-color: black;
}
.container .btnArosbaya {
position: absolute;
top: 120px;
left: 180px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnArosbaya:hover {
background-color: black;
}
.container .btnBangkalan {
position: absolute;
top: 150px;
left: 160px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBangkalan:hover {
background-color: black;
}
.container .btnKamal {
position: absolute;
top: 200px;
left: 150px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKamal:hover {
background-color: black;
}
.container .btnKetapang {
position: absolute;
top: 80px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKetapang:hover {
background-color: black;
}
.container .btnOmben {
position: absolute;
top: 160px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnOmben:hover {
background-color: black;
}
.container .btnPamekasan {
position: absolute;
top: 200px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPamekasan:hover {
background-color: black;
}
.container .btnPeragaan {
position: absolute;
top: 170px;
left: 560px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPeragaan:hover {
background-color: black;
}
.container .btnSumenep {
position: absolute;
top: 130px;
left: 640px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSumenep:hover {
background-color: black;
}
.container .btnSampang {
position: absolute;
top: 220px;
left: 380px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSampang:hover {
background-color: black;
}
.container .btnBlega {
position: absolute;
top: 220px;
left: 330px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSampang:hover {
background-color: black;
}
.container .btnTanjungbumi {
position: absolute;
top: 80px;
left: 300px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTanjungbumi:hover {
background-color: black;
}
.container .btnWaruPamekasan {
position: absolute;
top: 80px;
left: 520px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWaruPamekasan:hover {
background-color: black;
}
.container .btnSapudi {
position: absolute;
top: 170px;
left: 755px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSapudi:hover {
background-color: black;
}
.container .btnSapeken {
position: absolute;
top: 170px;
left: 830px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSapeken:hover {
background-color: black;
}
.container .btnKangean {
position: absolute;
top: 160px;
left: 790px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKangean:hover {
background-color: black;
}
/*--------------STO KEDIRI---------------*/
.container .btnBlitar {
position: absolute;
top: 360px;
left: 527px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBlitar:hover {
background-color: black;
}
.container .btnCampurDarat {
position: absolute;
top: 400px;
left: 365px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnCampurdarat:hover {
background-color: black;
}
.container .btnDurenan {
position: absolute;
top: 390px;
left: 315px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnDurenan:hover {
background-color: black;
}
.container .btnGondang {
position: absolute;
top: 30px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGondang:hover {
background-color: black;
}
.container .btnGurah {
position: absolute;
top: 200px;
left: 470px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGurah:hover {
background-color: black;
}
.container .btnKandanganPare {
position: absolute;
top: 170px;
left: 590px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKandanganPare:hover {
background-color: black;
}
.container .btnKesamben{
position: absolute;
top: 400px;
left: 637px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKesamben:hover {
background-color: black;
}
.container .btnKediri2{
position: absolute;
top: 210px;
left: 440px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKediri2:hover {
background-color: black;
}
.container .btnKertosono{
position: absolute;
top: 70px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKertosono:hover {
background-color: black;
}
.container .btnLodoyo{
position: absolute;
top: 410px;
left: 560px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLodoyo:hover {
background-color: black;
}
.container .btnMojoroto{
position: absolute;
top: 205px;
left: 405px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMojoroto:hover {
background-color: black;
}
.container .btnNgadiluwih{
position: absolute;
top: 280px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNgadiluwih:hover {
background-color: black;
}
.container .btnNgunut{
position: absolute;
top: 375px;
left: 420px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNgunut:hover {
background-color: black;
}
.container .btnNganjuk{
position: absolute;
top: 70px;
left: 370px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNganjuk:hover {
background-color: black;
}
.container .btnPare{
position: absolute;
top: 170px;
left: 535px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPare:hover {
background-color: black;
}
.container .btnPanataran{
position: absolute;
top: 320px;
left: 555px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPanataran:hover {
background-color: black;
}
.container .btnPapar{
position: absolute;
top: 145px;
left: 466px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPapar:hover {
background-color: black;
}
.container .btnPrambon{
position: absolute;
top: 150px;
left: 430px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPrambon:hover {
background-color: black;
}
.container .btnPrigi{
position: absolute;
top: 485px;
left: 290px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPrigi:hover {
background-color: black;
}
.container .btnSambi{
position: absolute;
top: 305px;
left: 440px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSambi:hover {
background-color: black;
}
.container .btnSrengat{
position: absolute;
top: 350px;
left: 460px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSrengat:hover {
background-color: black;
}
.container .btnTrenggalek{
position: absolute;
top: 347px;
left: 262px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTrenggalek:hover {
background-color: black;
}
.container .btnTulungagung{
position: absolute;
top: 360px;
left: 375px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTulungagung:hover {
background-color: black;
}
.container .btnWatesKediri{
position: absolute;
top: 270px;
left: 505px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWatesKediri:hover {
background-color: black;
}
.container .btnWlingi{
position: absolute;
top: 365px;
left: 615px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWlingi:hover {
background-color: black;
}
.container .btnWarujayeng{
position: absolute;
top: 100px;
left: 430px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWarujayeng:hover {
background-color: black;
}
/*--------------STO DENPASAR---------------*/
.container .btnBenoa {
position: absolute;
top: 230px;
left: 380px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBenoa:hover {
background-color: black;
}
.container .btnJimbaran {
position: absolute;
top: 295px;
left: 325px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJimbaran:hover {
background-color: black;
}
.container .btnKaliasem {
position: absolute;
top: 160px;
left: 380px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.8;
}
.container .btnKaliasem:hover {
background-color: black;
}
.container .btnKuta {
position: absolute;
top: 260px;
left: 320px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKuta:hover {
background-color: black;
}
.container .btnMonang {
position: absolute;
top: 180px;
left: 350px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.8;
}
.container .btnMonang:hover {
background-color: black;
}
.container .btnNusa2 {
position: absolute;
top: 330px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNusa2:hover {
background-color: black;
}
.container .btnSanur {
position: absolute;
top: 190px;
left: 420px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSanur:hover {
background-color: black;
}
.container .btnSeminyak {
position: absolute;
top: 180px;
left: 310px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSeminyak:hover {
background-color: black;
}
.container .btnSukawati {
position: absolute;
top: 120px;
left: 450px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSukawati:hover {
background-color: black;
}
.container .btnTohpati {
position: absolute;
top: 140px;
left: 420px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTohpati:hover {
background-color: black;
}
.container .btnUbung {
position: absolute;
top: 140px;
left: 360px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnUbung:hover {
background-color: black;
}
/*--------------STO SINGARAJA---------------*/
.container .btnAmlapura {
position: absolute;
top: 270px;
left: 810px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnAmlapura:hover {
background-color: black;
}
.container .btnBangli {
position: absolute;
top: 280px;
left: 670px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBangli:hover {
background-color: black;
}
.container .btnBaturiti {
position: absolute;
top: 200px;
left: 560px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBaturiti:hover {
background-color: black;
}
.container .btnCandidasa {
position: absolute;
top: 300px;
left: 770px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnCandidasa:hover {
background-color: black;
}
.container .btnGianyar {
position: absolute;
top: 340px;
left: 650px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGianyar:hover {
background-color: black;
}
.container .btnGilimanuk {
position: absolute;
top: 120px;
left: 130px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGilimanuk:hover {
background-color: black;
}
.container .btnKintamani {
position: absolute;
top: 170px;
left: 660px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKintamani:hover {
background-color: black;
}
.container .btnLovina {
position: absolute;
top: 110px;
left: 470px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLovina:hover {
background-color: black;
}
.container .btnNegara {
position: absolute;
top: 230px;
left: 240px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNegara:hover {
background-color: black;
}
.container .btnPupuan {
position: absolute;
top: 200px;
left: 460px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPupuan:hover {
background-color: black;
}
.container .btnSingaraja2 {
position: absolute;
top: 80px;
left: 510px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSingaraja2:hover {
background-color: black;
}
.container .btnSemarapura {
position: absolute;
top: 240px;
left: 620px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSemarapura:hover {
background-color: black;
}
.container .btnSeririt {
position: absolute;
top: 130px;
left: 420px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSeririt:hover {
background-color: black;
}
.container .btnTabanan {
position: absolute;
top: 250px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTabanan:hover {
background-color: black;
}
.container .btnTampak {
position: absolute;
top: 260px;
left: 635px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTampak:hover {
background-color: black;
}
.container .btnUbud {
position: absolute;
top: 310px;
left: 610px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnUbud:hover {
background-color: black;
}
/*----------------------STO JEMBER -------------------*/
.container .btnAmbulu {
position: absolute;
top: 400px;
left: 320px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnAmbulu:hover {
background-color: black;
}
.container .btnArjasaJember {
position: absolute;
top: 270px;
left: 390px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnArjasaJember:hover {
background-color: black;
}
.container .btnAsembagus {
position: absolute;
top: 100px;
left: 570px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnAsembagus:hover {
background-color: black;
}
.container .btnBenculuk {
position: absolute;
top: 450px;
left: 600px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBenculuk:hover {
background-color: black;
}
.container .btnBesuki {
position: absolute;
top: 100px;
left: 350px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBesuki:hover {
background-color: black;
}
.container .btnBondowoso {
position: absolute;
top: 180px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBondowoso:hover {
background-color: black;
}
.container .btnBalung {
position: absolute;
top: 360px;
left: 290px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBalung:hover {
background-color: black;
}
.container .btnBanyuwangi {
position: absolute;
top: 330px;
left: 670px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBanyuwangi:hover {
background-color: black;
}
.container .btnGenteng {
position: absolute;
top: 410px;
left: 570px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGenteng:hover {
background-color: black;
}
.container .btnJember2 {
position: absolute;
top: 310px;
left: 360px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJember2:hover {
background-color: black;
}
.container .btnJenggawah {
position: absolute;
top: 360px;
left: 330px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJenggawah:hover {
background-color: black;
}
.container .btnKalibaru {
position: absolute;
top: 360px;
left: 460px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKalibaru:hover {
background-color: black;
}
.container .btnKebonsari {
position: absolute;
top: 330px;
left: 550px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKebonsari:hover {
background-color: black;
}
.container .btnKetapang2 {
position: absolute;
top: 280px;
left: 670px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKetapang2:hover {
background-color: black;
}
.container .btnKalisat {
position: absolute;
top: 290px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKalisat:hover {
background-color: black;
}
.container .btnKencong {
position: absolute;
top: 360px;
left: 200px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKencong:hover {
background-color: black;
}
.container .btnMuncar{
position: absolute;
top: 440px;
left: 655px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMuncar:hover {
background-color: black;
}
.container .btnMlandingan {
position: absolute;
top: 100px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMlandingan:hover {
background-color: black;
}
.container .btnPrajekan {
position: absolute;
top: 130px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPrajekan:hover {
background-color: black;
}
.container .btnPesanggaran {
position: absolute;
top: 500px;
left: 540px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPesanggaran:hover {
background-color: black;
}
.container .btnPuger {
position: absolute;
top: 410px;
left: 245px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPuger:hover {
background-color: black;
}
.container .btnRambipuji {
position: absolute;
top: 330px;
left: 300px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnRambipuji:hover {
background-color: black;
}
.container .btnRogojampi {
position: absolute;
top: 380px;
left: 650px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnRogojampi:hover {
background-color: black;
}
.container .btnSitubondo {
position: absolute;
top: 90px;
left: 500px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSitubondo:hover {
background-color: black;
}
.container .btnSukosari {
position: absolute;
top: 170px;
left: 510px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSukosari:hover {
background-color: black;
}
.container .btnSukowono {
position: absolute;
top: 250px;
left: 425px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSukowono:hover {
background-color: black;
}
.container .btnSempolan {
position: absolute;
top: 320px;
left: 450px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSempolan:hover {
background-color: black;
}
.container .btnTanggul {
position: absolute;
top: 300px;
left: 240px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTanggul:hover {
background-color: black;
}
.container .btnWongsorejo {
position: absolute;
top: 220px;
left: 680px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWongsorejo:hover {
background-color: black;
} | assets/bootstrap/css/mapreg.css | .container {
position: relative;
width: 100%;
}
.container img {
width: 100%;
height: auto;
}
/*----------------WITEL---------------*/
.container .btnSbu {
position: absolute;
top: 80px;
left: 190px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnSbu:hover {
background-color: black;
}
.container .btnSbs {
position: absolute;
top: 100px;
left: 185px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnSbs:hover {
background-color: black;
}
.container .btnMadura {
position: absolute;
top: 60px;
left: 260px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnMadura:hover {
background-color: black;
}
.container .btnMalang {
position: absolute;
top: 165px;
left: 190px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnMalang:hover {
background-color: black;
}
.container .btnPasuruan {
position: absolute;
top: 140px;
left: 230px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnPasuruan:hover {
background-color: black;
}
.container .btnSidoarjo {
position: absolute;
top: 120px;
left: 220px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnSidoarjo:hover {
background-color: black;
}
.container .btnMadiun {
position: absolute;
top: 95px;
left: 90px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnMadiun:hover {
background-color: black;
}
.container .btnKediri {
position: absolute;
top: 155px;
left: 120px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnKediri:hover {
background-color: black;
}
.container .btnJember {
position: absolute;
top: 195px;
left: 310px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnJember:hover {
background-color: black;
}
.container .btnDenpasar {
position: absolute;
top: 240px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnDenpasar:hover {
background-color: black;
}
.container .btnSingaraja {
position: absolute;
top: 190px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnSingaraja:hover {
background-color: black;
}
.container .btnWitelMaumere {
position: absolute;
top: 245px;
left: 1250px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50% ;
text-align: center;
opacity: 0.6;
}
.container .btnWitelMaumere:hover {
background-color: black;
}
.container .btnWitelKupang {
position: absolute;
top: 420px;
left: 1400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 12px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 50%;
text-align: center;
opacity: 0.6;
}
.container .btnWitelKupang:hover {
background-color: black;
}
.container .btnNtb {
position: absolute;
top: 260px;
left: 750px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNtb:hover {
background-color: black;
}
/*--------------STO SBU---------------*/
.container .btnBabad {
position: absolute;
top: 218px;
left: 320px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBabad:hover {
background-color: black;
}
.container .btnBambe {
position: absolute;
top: 330px;
left: 510px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBambe:hover {
background-color: black;
}
.container .btnBrondong {
position: absolute;
top: 95px;
left: 325px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBrondong:hover {
background-color: black;
}
.container .btnBalongpanggang {
position: absolute;
top: 300px;
left: 415px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBalongpanggang:hover {
background-color: black;
}
.container .btnBawean {
position: absolute;
top: 80px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBawean:hover {
background-color: black;
}
.container .btnCerme {
position: absolute;
top: 280px;
left: 470px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnCerme:hover {
background-color: black;
}
.container .btnDudukSampeyan {
position: absolute;
top: 230px;
left: 445px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnDudukSampeyan:hover {
background-color: black;
}
.container .btnGresik {
position: absolute;
top: 240px;
left: 515px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGresik:hover {
background-color: black;
}
.container .btnKedamean {
position: absolute;
top: 315px;
left: 460px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKedamean:hover {
background-color: black;
}
.container .btnKenjeran{
position: absolute;
top: 310px;
left: 600px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKenjeran:hover {
background-color: black;
}
.container .btnKalianak {
position: absolute;
top: 285px;
left: 530px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKalianak:hover {
background-color: black;
}
.container .btnKandangan {
position: absolute;
top: 305px;
left: 510px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKandangan:hover {
background-color: black;
}
.container .btnKapasan {
position: absolute;
top: 300px;
left: 560px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKapasan:hover {
background-color: black;
}
.container .btnKarangpilang {
position: absolute;
top: 370px;
left: 470px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKarangpilang:hover {
background-color: black;
}
.container .btnKebalen {
position: absolute;
top: 280px;
left: 560px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKebalen:hover {
background-color: black;
}
.container .btnLakarsantri {
position: absolute;
top: 340px;
left: 440px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLakarsantri:hover {
background-color: black;
}
.container .btnLamongan {
position: absolute;
top: 218px;
left: 390px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLamongan:hover {
background-color: black;
}
.container .btnGresik2 {
position: absolute;
top: 215px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGresik2:hover {
background-color: black;
}
.container .btnSukodadi {
position: absolute;
top: 200px;
left: 355px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSukodadi:hover {
background-color: black;
}
.container .btnSedayu {
position: absolute;
top: 160px;
left: 470px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSedayu:hover {
background-color: black;
}
.container .btnTandes {
position: absolute;
top: 320px;
left: 550px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTandes:hover {
background-color: black;
}
/*--------------STO SBS---------------*/
.container .btnDarmo {
position: absolute;
top: 150px;
left: 490px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnDarmo:hover {
background-color: black;
}
.container .btnGubeng {
position: absolute;
top: 140px;
left: 525px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGubeng:hover {
background-color: black;
}
.container .btnInjoko {
position: absolute;
top: 180px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnInjoko:hover {
background-color: black;
}
.container .btnJagir {
position: absolute;
top: 160px;
left: 510px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJagir:hover {
background-color: black;
}
.container .btnMergoyoso {
position: absolute;
top: 120px;
left: 505px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMergoyoso:hover {
background-color: black;
}
.container .btnManyar {
position: absolute;
top: 125px;
left: 545px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnManyar:hover {
background-color: black;
}
.container .btnRungkut {
position: absolute;
top: 170px;
left: 530px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnRungkut:hover {
background-color: black;
}
.container .btnWaru2 {
position: absolute;
top: 215px;
left: 510px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWaru2:hover {
background-color: black;
}
.container .btnWaru {
position: absolute;
top: 200px;
left: 490px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWaru:hover {
background-color: black;
}
/*--------------<NAME>---------------*/
.container .btnBeji{
position: absolute;
top: 200px;
left: 585px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBeji:hover {
background-color: black;
}
.container .btnDlanggu {
position: absolute;
top: 180px;
left: 405px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnDlanggu:hover {
background-color: black;
}
.container .btnGedangan {
position: absolute;
top: 75px;
left: 580px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGedangan:hover {
background-color: black;
}
.container .btnGempol {
position: absolute;
top: 170px;
left: 555px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGempol:hover {
background-color: black;
}
.container .btnJombang {
position: absolute;
top: 190px;
left: 260px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJombang:hover {
background-color: black;
}
.container .btnKrian {
position: absolute;
top: 75px;
left: 490px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKrian:hover {
background-color: black;
}
.container .btnMlirip {
position: absolute;
top: 90px;
left: 387px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMlirip:hover {
background-color: black;
}
.container .btnMojosari {
position: absolute;
top: 150px;
left: 450px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMojosari:hover {
background-color: black;
}
.container .btnMojoagung {
position: absolute;
top: 180px;
left: 345px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMojoagung:hover {
background-color: black;
}
.container .btnMojokerto {
position: absolute;
top: 115px;
left: 380px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMojokerto:hover {
background-color: black;
}
.container .btnNgoroIndustri {
position: absolute;
top: 160px;
left: 490px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNgoroIndustri:hover {
background-color: black;
}
.container .btnNgoroJombang {
position: absolute;
top: 270px;
left: 260px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNgoroJombang:hover {
background-color: black;
}
.container .btnPacet{
position: absolute;
top: 220px;
left: 440px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPacet:hover {
background-color: black;
}
.container .btnPandaan{
position: absolute;
top: 240px;
left: 570px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPandaan:hover {
background-color: black;
}
.container .btnPrigen{
position: absolute;
top: 263px;
left: 505px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPrigen:hover {
background-color: black;
}
.container .btnPloso{
position: absolute;
top: 95px;
left: 250px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPloso:hover {
background-color: black;
}
.container .btnPurwosari{
position: absolute;
top: 310px;
left: 580px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPurwosari:hover {
background-color: black;
}
.container .btnStoSidoarjo{
position: absolute;
top: 105px;
left: 570px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnStoSidoarjo:hover {
background-color: black;
}
.container .btnSukodono{
position: absolute;
top: 95px;
left: 530px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSukodono:hover {
background-color: black;
}
.container .btnSepanjang{
position: absolute;
top: 30px;
left: 560px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSepanjang:hover {
background-color: black;
}
.container .btnTulangan{
position: absolute;
top: 135px;
left: 585px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTulangan:hover {
background-color: black;
}
/*--------------<NAME>---------------*/
.container .btnBancar {
position: absolute;
top: 30px;
left: 510px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBancar:hover {
background-color: black;
}
.container .btnBojonegoro {
position: absolute;
top: 165px;
left: 550px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBojonegoro:hover {
background-color: black;
}
.container .btnCaruban {
position: absolute;
top: 310px;
left: 460px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnCaruban:hover {
background-color: black;
}
.container .btnGoranggareng {
position: absolute;
top: 360px;
left: 390px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGoranggareng:hover {
background-color: black;
}
.container .btnJenangan {
position: absolute;
top: 415px;
left: 425px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJenangan:hover {
background-color: black;
}
.container .btnJogorogo {
position: absolute;
top: 300px;
left: 340px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJogorogo:hover {
background-color: black;
}
.container .btnJatirogo {
position: absolute;
top: 50px;
left: 550px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJatirogo:hover {
background-color: black;
}
.container .btnKalitidu {
position: absolute;
top: 155px;
left: 505px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKalitidu:hover {
background-color: black;
}
.container .btnKarangjati {
position: absolute;
top: 290px;
left: 435px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKarangjati:hover {
background-color: black;
}
.container .btnKerek {
position: absolute;
top: 70px;
left: 550px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKerek:hover {
background-color: black;
}
.container .btnLorog {
position: absolute;
top: 547px;
left: 340px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLorog:hover {
background-color: black;
}
.container .btnMagetan {
position: absolute;
top: 350px;
left: 365px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMagetan:hover {
background-color: black;
}
.container .btnStoMadiun {
position: absolute;
top: 340px;
left: 415px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnStoMadiun:hover {
background-color: black;
}
.container .btnMerakurak {
position: absolute;
top: 55px;
left: 590px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMerakurak:hover {
background-color: black;
}
.container .btnMaospati {
position: absolute;
top: 320px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMaospati:hover {
background-color: black;
}
.container .btnNgawi {
position: absolute;
top: 260px;
left: 390px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNgawi:hover {
background-color: black;
}
/*.container .btnPulauPadang {
position: absolute;
top: 20px;
left: 595px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPulauPadang:hover {
background-color: black;
}*/
.container .btnPulung {
position: absolute;
top: 430px;
left: 450px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPulung:hover {
background-color: black;
}
.container .btnPunung {
position: absolute;
top: 520px;
left: 250px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPunung:hover {
background-color: black;
}
.container .btnPacitan {
position: absolute;
top: 543px;
left: 285px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPacitan:hover {
background-color: black;
}
.container .btnPonorogo {
position: absolute;
top: 430px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPonorogo:hover {
background-color: black;
}
.container .btnRengel {
position: absolute;
top: 130px;
left: 595px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnRengel:hover {
background-color: black;
}
.container .btnSarangan {
position: absolute;
top: 350px;
left: 310px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSarangan:hover {
background-color: black;
}
.container .btnSambit {
position: absolute;
top: 465px;
left: 430px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSambit:hover {
background-color: black;
}
.container .btnSlahung {
position: absolute;
top: 470px;
left: 385px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSlahung:hover {
background-color: black;
}
.container .btnSumberrejo {
position: absolute;
top: 175px;
left: 585px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSumberrejo:hover {
background-color: black;
}
.container .btnSumoroto {
position: absolute;
top: 425px;
left: 380px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSumoroto:hover {
background-color: black;
}
.container .btnTuban {
position: absolute;
top: 70px;
left: 610px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTuban:hover {
background-color: black;
}
.container .btnUteran {
position: absolute;
top: 360px;
left: 430px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnUteran:hover {
background-color: black;
}
.container .btnWalikukun {
position: absolute;
top: 270px;
left: 327px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWalikukun:hover {
background-color: black;
}
/*--------------STO PASURUAN---------------*/
.container .btnBangil {
position: absolute;
top: 80px;
left: 270px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBangil:hover {
background-color: black;
}
.container .btnGondangWetan {
position: absolute;
top: 130px;
left: 325px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGondangWetan:hover {
background-color: black;
}
.container .btnGending {
position: absolute;
top: 190px;
left: 535px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGending:hover {
background-color: black;
}
.container .btnGrati {
position: absolute;
top: 135px;
left: 370px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGrati:hover {
background-color: black;
}
.container .btnJatiroto {
position: absolute;
top: 360px;
left: 550px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJatiroto:hover {
background-color: black;
}
.container .btnKlakah {
position: absolute;
top: 295px;
left: 500px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKlakah:hover {
background-color: black;
}
.container .btnKraksaan {
position: absolute;
top: 165px;
left: 580px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKraksaan:hover {
background-color: black;
}
.container .btnLeces {
position: absolute;
top: 210px;
left: 490px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLeces:hover {
background-color: black;
}
.container .btnLumajang {
position: absolute;
top: 360px;
left: 490px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLumajang:hover {
background-color: black;
}
.container .btnNongkoJajar {
position: absolute;
top: 240px;
left: 300px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNongkoJajar:hover {
background-color: black;
}
.container .btnProbolinggo {
position: absolute;
top: 165px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnProbolinggo:hover {
background-color: black;
}
.container .btnPasirian {
position: absolute;
top: 395px;
left: 420px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPasirian:hover {
background-color: black;
}
.container .btnStoPasuruan {
position: absolute;
top: 100px;
left: 330px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnStoPasuruan:hover {
background-color: black;
}
.container .btnPaiton {
position: absolute;
top: 140px;
left: 645px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPaiton:hover {
background-color: black;
}
.container .btnSenduro {
position: absolute;
top: 340px;
left: 450px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSenduro:hover {
background-color: black;
}
.container .btnSukapura {
position: absolute;
top: 260px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSukapura:hover {
background-color: black;
}
.container .btnTongas {
position: absolute;
top: 155px;
left: 430px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTongas:hover {
background-color: black;
}
.container .btnTempeh {
position: absolute;
top: 400px;
left: 470px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTempeh:hover {
background-color: black;
}
.container .btnYosowilangun {
position: absolute;
top: 400px;
left: 530px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnYosowilangun:hover {
background-color: black;
}
/*--------------STO MALANG---------------*/
.container .btnAmpelGading {
position: absolute;
top: 350px;
left: 580px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnAmpelGading:hover {
background-color: black;
}
.container .btnBelimbing {
position: absolute;
top: 166px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBelimbing:hover {
background-color: black;
}
.container .btnBantur {
position: absolute;
top: 430px;
left: 380px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBantur:hover {
background-color: black;
}
.container .btnBuring {
position: absolute;
top: 230px;
left: 430px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBuring:hover {
background-color: black;
}
.container .btnBatu {
position: absolute;
top: 120px;
left: 340px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBatu:hover {
background-color: black;
}
.container .btnDonomulyo {
position: absolute;
top: 440px;
left: 300px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnDonomulyo:hover {
background-color: black;
}
.container .btnDampit {
position: absolute;
top: 360px;
left: 485px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnDampit:hover {
background-color: black;
}
.container .btnGadang {
position: absolute;
top: 230px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGadang:hover {
background-color: black;
}
.container .btnGondanglegi {
position: absolute;
top: 330px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGondanglegi:hover {
background-color: black;
}
.container .btnGunungKawi {
position: absolute;
top: 260px;
left: 310px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGunungKawi:hover {
background-color: black;
}
.container .btnKepanjen {
position: absolute;
top: 300px;
left: 350px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKepanjen:hover {
background-color: black;
}
.container .btnKlojen {
position: absolute;
top: 175px;
left: 360px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKlojen:hover {
background-color: black;
}
.container .btnKarangploso {
position: absolute;
top: 125px;
left: 385px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKarangploso:hover {
background-color: black;
}
.container .btnLawang {
position: absolute;
top: 80px;
left: 450px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLawang:hover {
background-color: black;
}
.container .btnStoMalang {
position: absolute;
top: 195px;
left: 390px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnStoMalang:hover {
background-color: black;
}
.container .btnNgantang {
position: absolute;
top: 120px;
left: 240px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNgantang:hover {
background-color: black;
}
.container .btnPagak {
position: absolute;
top: 380px;
left: 325px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPagak:hover {
background-color: black;
}
.container .btnPakis {
position: absolute;
top: 165px;
left: 460px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPakis:hover {
background-color: black;
}
.container .btnSumberManjing {
position: absolute;
top: 400px;
left: 440px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSumberManjing:hover {
background-color: black;
}
.container .btnSumberPucung {
position: absolute;
top: 320px;
left: 300px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .SumberPucung:hover {
background-color: black;
}
.container .btnSingosari {
position: absolute;
top: 125px;
left: 425px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSingosari:hover {
background-color: black;
}
.container .btnSawojajar {
position: absolute;
top: 200px;
left: 430px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSawojajar:hover {
background-color: black;
}
.container .btnTumpang {
position: absolute;
top: 230px;
left: 500px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTumpang:hover {
background-color: black;
}
.container .btnTuren {
position: absolute;
top: 330px;
left: 440px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTuren:hover {
background-color: black;
}
/*--------------STO NTB---------------*/
.container .btnAlas {
position: absolute;
top: 150px;
left: 440px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnAlas:hover {
background-color: black;
}
.container .btnBima {
position: absolute;
top: 140px;
left: 980px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBima:hover {
background-color: black;
}
.container .btnDompu {
position: absolute;
top: 160px;
left: 890px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnDompu:hover {
background-color: black;
}
.container .btnGerung {
position: absolute;
top: 190px;
left: 150px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGerung:hover {
background-color: black;
}
.container .btnMasbagik {
position: absolute;
top: 160px;
left: 270px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMasbagik:hover {
background-color: black;
}
.container .btnMaluk {
position: absolute;
top: 270px;
left: 380px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMaluk:hover {
background-color: black;
}
.container .btnMataram {
position: absolute;
top: 150px;
left: 135px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.7;
}
.container .btnMataram:hover {
background-color: black;
}
.container .btnPraya {
position: absolute;
top: 200px;
left: 200px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPraya:hover {
background-color: black;
}
.container .btnSumbawa {
position: absolute;
top: 150px;
left: 580px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSumbawa:hover {
background-color: black;
}
.container .btnSelong {
position: absolute;
top: 180px;
left: 310px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSelong:hover {
background-color: black;
}
.container .btnSenggigi {
position: absolute;
top: 120px;
left: 140px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSenggigi:hover {
background-color: black;
}
.container .btnSweta {
position: absolute;
top: 155px;
left: 180px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSweta:hover {
background-color: black;
}
.container .btnTente {
position: absolute;
top: 190px;
left: 960px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTente:hover {
background-color: black;
}
.container .btnTaliwang {
position: absolute;
top: 220px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTaliwang:hover {
background-color: black;
}
/*--------------STO NTT---------------*/
.container .btnAtambua{
position: absolute;
top: 210px;
left: 750px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnAtambua:hover {
background-color: black;
}
.container .btnBajawa {
position: absolute;
top: 150px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBajawa:hover {
background-color: black;
}
.container .btnEnde {
position: absolute;
top: 160px;
left: 540px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnEnde:hover {
background-color: black;
}
.container .btnKefamenanu {
position: absolute;
top: 270px;
left: 660px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKefamenanu:hover {
background-color: black;
}
.container .btnLarantuka {
position: absolute;
top: 70px;
left: 770px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLarantuka:hover {
background-color: black;
}
.container .btnMaumere {
position: absolute;
top: 125px;
left: 620px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMaumere:hover {
background-color: black;
}
.container .btnNikiNiki {
position: absolute;
top: 360px;
left: 670px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNikiNiki:hover {
background-color: black;
}
.container .btnOesapa {
position: absolute;
top: 400px;
left: 530px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnOesapa:hover {
background-color: black;
}
.container .btnRuteng {
position: absolute;
top: 110px;
left: 290px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnRuteng:hover {
background-color: black;
}
.container .btnSeba {
position: absolute;
top: 470px;
left: 160px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSeba:hover {
background-color: black;
}
.container .btnSoe {
position: absolute;
top: 355px;
left: 625px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSoe:hover {
background-color: black;
}
.container .btnTenau {
position: absolute;
top: 420px;
left: 470px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.7;
}
.container .btnTenau:hover {
background-color: black;
}
.container .btnWaingapu {
position: absolute;
top: 310px;
left: 260px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWingapu:hover {
background-color: black;
}
.container .btnKupang {
position: absolute;
top: 410px;
left: 500px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.8;
}
.container .btnKupang:hover {
background-color: black;
}
.container .btnLabuhanBajo {
position: absolute;
top: 100px;
left: 200px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLabuhanBajo:hover {
background-color: black;
}
/*--------------------WITEL MADURA----------------*/
.container .btnAmbunten {
position: absolute;
top: 80px;
left: 590px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnAmbunten:hover {
background-color: black;
}
.container .btnBatangtang {
position: absolute;
top: 100px;
left: 700px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBatangtang:hover {
background-color: black;
}
.container .btnMasalembo{
position: absolute;
top: 30px;
left: 580px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMasalembo:hover {
background-color: black;
}
.container .btnArosbaya {
position: absolute;
top: 120px;
left: 180px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnArosbaya:hover {
background-color: black;
}
.container .btnBangkalan {
position: absolute;
top: 150px;
left: 160px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBangkalan:hover {
background-color: black;
}
.container .btnKamal {
position: absolute;
top: 200px;
left: 150px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKamal:hover {
background-color: black;
}
.container .btnKetapang {
position: absolute;
top: 80px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKetapang:hover {
background-color: black;
}
.container .btnOmben {
position: absolute;
top: 160px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnOmben:hover {
background-color: black;
}
.container .btnPamekasan {
position: absolute;
top: 200px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPamekasan:hover {
background-color: black;
}
.container .btnPeragaan {
position: absolute;
top: 170px;
left: 560px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPeragaan:hover {
background-color: black;
}
.container .btnSumenep {
position: absolute;
top: 130px;
left: 640px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSumenep:hover {
background-color: black;
}
.container .btnSampang {
position: absolute;
top: 220px;
left: 380px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSampang:hover {
background-color: black;
}
.container .btnBlega {
position: absolute;
top: 220px;
left: 330px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSampang:hover {
background-color: black;
}
.container .btnTanjungbumi {
position: absolute;
top: 80px;
left: 300px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTanjungbumi:hover {
background-color: black;
}
.container .btnWaruPamekasan {
position: absolute;
top: 80px;
left: 520px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWaruPamekasan:hover {
background-color: black;
}
.container .btnSapudi {
position: absolute;
top: 170px;
left: 755px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSapudi:hover {
background-color: black;
}
.container .btnSapeken {
position: absolute;
top: 170px;
left: 830px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSapeken:hover {
background-color: black;
}
.container .btnKangean {
position: absolute;
top: 160px;
left: 790px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKangean:hover {
background-color: black;
}
/*--------------STO KEDIRI---------------*/
.container .btnBlitar {
position: absolute;
top: 360px;
left: 527px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBlitar:hover {
background-color: black;
}
.container .btnCampurDarat {
position: absolute;
top: 400px;
left: 365px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnCampurdarat:hover {
background-color: black;
}
.container .btnDurenan {
position: absolute;
top: 390px;
left: 315px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnDurenan:hover {
background-color: black;
}
.container .btnGondang {
position: absolute;
top: 30px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGondang:hover {
background-color: black;
}
.container .btnGurah {
position: absolute;
top: 200px;
left: 470px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGurah:hover {
background-color: black;
}
.container .btnKandanganPare {
position: absolute;
top: 170px;
left: 590px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKandanganPare:hover {
background-color: black;
}
.container .btnKesamben{
position: absolute;
top: 400px;
left: 637px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKesamben:hover {
background-color: black;
}
.container .btnKediri2{
position: absolute;
top: 210px;
left: 440px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKediri2:hover {
background-color: black;
}
.container .btnKertosono{
position: absolute;
top: 70px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKertosono:hover {
background-color: black;
}
.container .btnLodoyo{
position: absolute;
top: 410px;
left: 560px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLodoyo:hover {
background-color: black;
}
.container .btnMojoroto{
position: absolute;
top: 205px;
left: 405px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMojoroto:hover {
background-color: black;
}
.container .btnNgadiluwih{
position: absolute;
top: 280px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNgadiluwih:hover {
background-color: black;
}
.container .btnNgunut{
position: absolute;
top: 375px;
left: 420px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNgunut:hover {
background-color: black;
}
.container .btnNganjuk{
position: absolute;
top: 70px;
left: 370px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNganjuk:hover {
background-color: black;
}
.container .btnPare{
position: absolute;
top: 170px;
left: 535px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPare:hover {
background-color: black;
}
.container .btnPanataran{
position: absolute;
top: 320px;
left: 555px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPanataran:hover {
background-color: black;
}
.container .btnPapar{
position: absolute;
top: 145px;
left: 466px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPapar:hover {
background-color: black;
}
.container .btnPrambon{
position: absolute;
top: 150px;
left: 430px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPrambon:hover {
background-color: black;
}
.container .btnPrigi{
position: absolute;
top: 485px;
left: 290px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPrigi:hover {
background-color: black;
}
.container .btnSambi{
position: absolute;
top: 305px;
left: 440px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSambi:hover {
background-color: black;
}
.container .btnSrengat{
position: absolute;
top: 350px;
left: 460px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSrengat:hover {
background-color: black;
}
.container .btnTrenggalek{
position: absolute;
top: 347px;
left: 262px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTrenggalek:hover {
background-color: black;
}
.container .btnTulungagung{
position: absolute;
top: 360px;
left: 375px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTulungagung:hover {
background-color: black;
}
.container .btnWatesKediri{
position: absolute;
top: 270px;
left: 505px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWatesKediri:hover {
background-color: black;
}
.container .btnWlingi{
position: absolute;
top: 365px;
left: 615px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWlingi:hover {
background-color: black;
}
.container .btnWarujayeng{
position: absolute;
top: 100px;
left: 430px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWarujayeng:hover {
background-color: black;
}
/*--------------STO DENPASAR---------------*/
.container .btnBenoa {
position: absolute;
top: 230px;
left: 380px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBenoa:hover {
background-color: black;
}
.container .btnJimbaran {
position: absolute;
top: 295px;
left: 325px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJimbaran:hover {
background-color: black;
}
.container .btnKaliasem {
position: absolute;
top: 160px;
left: 380px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.8;
}
.container .btnKaliasem:hover {
background-color: black;
}
.container .btnKuta {
position: absolute;
top: 260px;
left: 320px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKuta:hover {
background-color: black;
}
.container .btnMonang {
position: absolute;
top: 180px;
left: 350px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.8;
}
.container .btnMonang:hover {
background-color: black;
}
.container .btnNusa2 {
position: absolute;
top: 330px;
left: 400px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNusa2:hover {
background-color: black;
}
.container .btnSanur {
position: absolute;
top: 190px;
left: 420px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSanur:hover {
background-color: black;
}
.container .btnSeminyak {
position: absolute;
top: 180px;
left: 310px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSeminyak:hover {
background-color: black;
}
.container .btnSukawati {
position: absolute;
top: 120px;
left: 450px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSukawati:hover {
background-color: black;
}
.container .btnTohpati {
position: absolute;
top: 140px;
left: 420px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTohpati:hover {
background-color: black;
}
.container .btnUbung {
position: absolute;
top: 140px;
left: 360px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnUbung:hover {
background-color: black;
}
/*--------------STO SINGARAJA---------------*/
.container .btnAmlapura {
position: absolute;
top: 270px;
left: 810px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnAmlapura:hover {
background-color: black;
}
.container .btnBangli {
position: absolute;
top: 280px;
left: 670px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBangli:hover {
background-color: black;
}
.container .btnBaturiti {
position: absolute;
top: 200px;
left: 560px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBaturiti:hover {
background-color: black;
}
.container .btnCandidasa {
position: absolute;
top: 300px;
left: 770px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnCandidasa:hover {
background-color: black;
}
.container .btnGianyar {
position: absolute;
top: 340px;
left: 650px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGianyar:hover {
background-color: black;
}
.container .btnGilimanuk {
position: absolute;
top: 120px;
left: 130px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGilimanuk:hover {
background-color: black;
}
.container .btnKintamani {
position: absolute;
top: 170px;
left: 660px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKintamani:hover {
background-color: black;
}
.container .btnLovina {
position: absolute;
top: 110px;
left: 470px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnLovina:hover {
background-color: black;
}
.container .btnNegara {
position: absolute;
top: 230px;
left: 240px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnNegara:hover {
background-color: black;
}
.container .btnPupuan {
position: absolute;
top: 200px;
left: 460px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPupuan:hover {
background-color: black;
}
.container .btnSingaraja2 {
position: absolute;
top: 80px;
left: 510px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSingaraja2:hover {
background-color: black;
}
.container .btnSemarapura {
position: absolute;
top: 240px;
left: 620px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSemarapura:hover {
background-color: black;
}
.container .btnSeririt {
position: absolute;
top: 130px;
left: 420px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSeririt:hover {
background-color: black;
}
.container .btnTabanan {
position: absolute;
top: 250px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTabanan:hover {
background-color: black;
}
.container .btnTampak {
position: absolute;
top: 260px;
left: 635px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTampak:hover {
background-color: black;
}
.container .btnUbud {
position: absolute;
top: 310px;
left: 610px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnUbud:hover {
background-color: black;
}
/*----------------------STO JEMBER -------------------*/
.container .btnAmbulu {
position: absolute;
top: 400px;
left: 320px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnAmbulu:hover {
background-color: black;
}
.container .btnArjasaJember {
position: absolute;
top: 270px;
left: 390px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnArjasaJember:hover {
background-color: black;
}
.container .btnAsembagus {
position: absolute;
top: 100px;
left: 570px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnAsembagus:hover {
background-color: black;
}
.container .btnBenculuk {
position: absolute;
top: 450px;
left: 600px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBenculuk:hover {
background-color: black;
}
.container .btnBesuki {
position: absolute;
top: 100px;
left: 350px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBesuki:hover {
background-color: black;
}
.container .btnBondowoso {
position: absolute;
top: 180px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBondowoso:hover {
background-color: black;
}
.container .btnBalung {
position: absolute;
top: 360px;
left: 290px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBalung:hover {
background-color: black;
}
.container .btnBanyuwangi {
position: absolute;
top: 330px;
left: 670px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnBanyuwangi:hover {
background-color: black;
}
.container .btnGenteng {
position: absolute;
top: 410px;
left: 570px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnGenteng:hover {
background-color: black;
}
.container .btnJember2 {
position: absolute;
top: 310px;
left: 360px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJember2:hover {
background-color: black;
}
.container .btnJenggawah {
position: absolute;
top: 360px;
left: 330px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnJenggawah:hover {
background-color: black;
}
.container .btnKalibaru {
position: absolute;
top: 360px;
left: 460px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKalibaru:hover {
background-color: black;
}
.container .btnKebonsari {
position: absolute;
top: 330px;
left: 550px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKebonsari:hover {
background-color: black;
}
.container .btnKetapang2 {
position: absolute;
top: 280px;
left: 670px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKetapang2:hover {
background-color: black;
}
.container .btnKalisat {
position: absolute;
top: 290px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKalisat:hover {
background-color: black;
}
.container .btnKencong {
position: absolute;
top: 360px;
left: 200px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnKencong:hover {
background-color: black;
}
.container .btnMuncar{
position: absolute;
top: 440px;
left: 655px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMuncar:hover {
background-color: black;
}
.container .btnMlandingan {
position: absolute;
top: 100px;
left: 410px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnMlandingan:hover {
background-color: black;
}
.container .btnPrajekan {
position: absolute;
top: 130px;
left: 480px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPrajekan:hover {
background-color: black;
}
.container .btnPesanggaran {
position: absolute;
top: 500px;
left: 540px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPesanggaran:hover {
background-color: black;
}
.container .btnPuger {
position: absolute;
top: 410px;
left: 245px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnPuger:hover {
background-color: black;
}
.container .btnRambipuji {
position: absolute;
top: 330px;
left: 300px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnRambipuji:hover {
background-color: black;
}
.container .btnRogojampi {
position: absolute;
top: 380px;
left: 650px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnRogojampi:hover {
background-color: black;
}
.container .btnSitubondo {
position: absolute;
top: 90px;
left: 500px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSitubondo:hover {
background-color: black;
}
.container .btnSukosari {
position: absolute;
top: 170px;
left: 510px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSukosari:hover {
background-color: black;
}
.container .btnSukowono {
position: absolute;
top: 250px;
left: 425px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSukowono:hover {
background-color: black;
}
.container .btnSempolan {
position: absolute;
top: 320px;
left: 450px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnSempolan:hover {
background-color: black;
}
.container .btnTanggul {
position: absolute;
top: 300px;
left: 240px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnTanggul:hover {
background-color: black;
}
.container .btnWongsorejo {
position: absolute;
top: 220px;
left: 680px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: red;
color: white;
font-size: 10px;
padding: 2px 6px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
opacity: 0.6;
}
.container .btnWongsorejo:hover {
background-color: black;
} | 0.559531 | 0.061791 |
body {
background-color: #333;
}
canvas {
display:block;
border:none !important;
width: 100%;
height: 100%;
}
#joinGame {
border-radius: 37px;
font-size: 14pt;
width: 50%;
left: 25%;
background-color: #0b023c29;
border: 2px solid #000;
padding: 2em 0em;
top: 10%;
position: absolute;
text-align: center;
color: #fff;
-webkit-box-shadow: 10px 10px 30px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 30px -6px rgba(0,0,0,0.75);
box-shadow: 10px 10px 30px -6px rgba(0,0,0,0.75);
}
#joinGame #nameDiv{
display:inline-flex;
}
#joinGame input{
display:inline;
padding: 10px 16px;
border: 1px solid #fff;
border-radius: 19px;
background-color: #00000054;
color: #fff;
min-width: 45%;
margin:auto;
}
#randomButton img{
height:2em;
}
#joinGame #randomButton {
margin-top: -2px;
padding: 3px 12px;
display: inline-flex;
}
#joinGame button{
display: block;
margin: auto;
margin-top: 1.5em;
padding: 10px 16px;
border: 1px solid #fff;
border-radius: 19px;
min-width: 35%;
background-color: #4444dd36;
color:#fff;
cursor: pointer;
transition: 0.3s;
}
#randomButton img:hover{
-webkit-box-shadow: 0px 0px 44px -7px rgba(0,13,255,1);
-moz-box-shadow: 0px 0px 44px -7px rgba(0,13,255,1);
box-shadow: 0px 0px 44px -7px rgba(0,13,255,1);
}
#joinGame button:hover{
background-color: #0808fda8;
-webkit-box-shadow: 0px 0px 44px -7px rgba(0,13,255,1);
-moz-box-shadow: 0px 0px 44px -7px rgba(0,13,255,1);
box-shadow: 0px 0px 44px -7px rgba(0,13,255,1);
}
#joinGame #dupeName {
display: block;
display:none;
color:#f00;
border: 1px solid #f00;
border-radius: 19px;
padding: 10px 16px;
margin:auto;
max-width: 16em;
margin-top: 1em;
}
#gameDesc {
border-radius: 19px;
border: 1px solid;
width: 85%;
margin: auto;
margin-top: 1.5em;
background-color: #00000040;
padding: 0.5em 0.7em;
} | public/css/main.css | body {
background-color: #333;
}
canvas {
display:block;
border:none !important;
width: 100%;
height: 100%;
}
#joinGame {
border-radius: 37px;
font-size: 14pt;
width: 50%;
left: 25%;
background-color: #0b023c29;
border: 2px solid #000;
padding: 2em 0em;
top: 10%;
position: absolute;
text-align: center;
color: #fff;
-webkit-box-shadow: 10px 10px 30px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 30px -6px rgba(0,0,0,0.75);
box-shadow: 10px 10px 30px -6px rgba(0,0,0,0.75);
}
#joinGame #nameDiv{
display:inline-flex;
}
#joinGame input{
display:inline;
padding: 10px 16px;
border: 1px solid #fff;
border-radius: 19px;
background-color: #00000054;
color: #fff;
min-width: 45%;
margin:auto;
}
#randomButton img{
height:2em;
}
#joinGame #randomButton {
margin-top: -2px;
padding: 3px 12px;
display: inline-flex;
}
#joinGame button{
display: block;
margin: auto;
margin-top: 1.5em;
padding: 10px 16px;
border: 1px solid #fff;
border-radius: 19px;
min-width: 35%;
background-color: #4444dd36;
color:#fff;
cursor: pointer;
transition: 0.3s;
}
#randomButton img:hover{
-webkit-box-shadow: 0px 0px 44px -7px rgba(0,13,255,1);
-moz-box-shadow: 0px 0px 44px -7px rgba(0,13,255,1);
box-shadow: 0px 0px 44px -7px rgba(0,13,255,1);
}
#joinGame button:hover{
background-color: #0808fda8;
-webkit-box-shadow: 0px 0px 44px -7px rgba(0,13,255,1);
-moz-box-shadow: 0px 0px 44px -7px rgba(0,13,255,1);
box-shadow: 0px 0px 44px -7px rgba(0,13,255,1);
}
#joinGame #dupeName {
display: block;
display:none;
color:#f00;
border: 1px solid #f00;
border-radius: 19px;
padding: 10px 16px;
margin:auto;
max-width: 16em;
margin-top: 1em;
}
#gameDesc {
border-radius: 19px;
border: 1px solid;
width: 85%;
margin: auto;
margin-top: 1.5em;
background-color: #00000040;
padding: 0.5em 0.7em;
} | 0.331985 | 0.108614 |
html, body {overflow: hidden; margin: 0px; font-family: "Myriad Pro"; background: transparent;}
a {outline:none; text-decoration:none;}
#bg {width:1920px; height:1280px; background:#312f2f;}
hr {color:#000; border:solid 1px; margin:3px 0px;}
.t13w {font-size:13px; color:#FFF;}
.t17g {font-size:17px; color:#434343;}
.t17blue {font-size:17px; color:#0D3380;}
.t18b {font-size:18px; color:#000;}
.t18w {font-size:18px; color:#FFF;}
.t18g {font-size:18px; color:#444;}
.t20b {font-size:20px; color:#000;}
.t20w {font-size:20px; color:#FFF;}
.t20g {font-size:20px; color:#444;}
.t22b {font-size:22px; color:#000;}
.t22w {font-size:22px; color:#FFF;}
.t20lg {font-size:20px; color:#999;}
.t24g {font-size:24px; color:#444;}
.t24b {font-size:24px; color:#000;}
.t24w {font-size:24px; color:#FFF;}
.t26b {font-size:26px; color:#000;}
.t26w {font-size:26px; color:#FFF;}
.t28b {font-size:28px; color:#000;}
.t28w {font-size:28px; color:#FFF;}
.t28g {font-size:28px; color:#444;}
.t28lg {font-size:28px; color:#999;}
.text17_gray {font-size:17px; color:#434343;}
.text17_black {font-size:21px; color:#000;}
.text20_black {font-size:20px; color:#000;}
.text20_white {font-size:20px; color:#FFF;}
.text20_blue {font-size:20px; color:#0D3380;}
.text26_gray {font-size:26px; color:#434343;}
.text26_black {font-size:26px; color:#000;}
.text30_black {font-size:30px; color:#000;}
.text30_white {font-size:30px; color:#FFF;}
.text30_blue {font-size:30px; color:#0D3380;}
.text40_black {font-size:40px; color:#000;}
.text40_white {font-size:40px; color:#FFF;}
.text34_gray {font-size:34px; color:#434343;}
.text34_black {font-size:34px; color:#000;}
.text40_blue {font-size:40px; color:#0D3380;}
.bold { font-weight:bold; }
.uppercase { text-transform:uppercase; }
.condtext { float:left; font-family:"Myriad Pro Cond"; font-size:23px; color:#FFF; margin:4 0 0 4; text-shadow:#000 -1px -1px; width:28px; }
.shadow_w { text-shadow:#FFF 1px 1px; }
.shadow_b { text-shadow:#000 -1px -1px; }
/* YouTube */
#mb_header_yt {position:absolute; width:1280px; height:100px; background:url(../img/1280/mb_header_yt2.png) bottom center; top:0px;}
.header_yt {width:970px; left:220px; top:38px; padding:0px; margin:0px; list-style:none; position: absolute;}
.header_yt li.top {display:block; float:left;}
#clock {
position:absolute;
margin: 15px 0 0 1030px;
width: 110px;
}
#textTime {
padding-bottom: 5px;
margin-left: 15px;
font-size: 28px;
color:#fff;
}
#textTime_p {position:absolute;width:100px;left: 15px;top: 7px;font:24px "Myriad Pro"; color:#FFFFFF;}
#yt_search_bg {height:720px; width:1280px; background:url(../img/1280/advanced_search/yt_shadow_bg.png) bottom repeat-x rgba(0, 0, 0, 0.7); position:absolute; top:0px; z-index:1003;}
#yt_modalform_search{height:56px; left:80px; top:200px; position:absolute; z-index: 1004;}
#yt_search_bg .yt_modalform_left {background:url(../img/1280/yt_modalform.png) left no-repeat; height:56px; width:36px; position:absolute;}
#yt_search_bg .yt_modalform_right{background:url(../img/1280/yt_modalform.png) right no-repeat; height:56px; margin-left:36px; padding-right:70px;}
#yt_search_bg .modalinput_search {width:1010px; position:relative;}
#yt_search_bg .yt_modalinput{font-size:22px; font-weight:bold; color:#313131; border:none; background:none; margin-top:15px; width:100%;}
#header_yt .yt_category{color:#313131; border-bottom:1px dashed; text-decoration:none; z-index: 1002;}
#category { position:absolute; left:0px; top:215px; margin:0; }
#category .modalmenu_yt {background:url(../img/1280/cat_menu.png) no-repeat; height:445px; width:341px; padding:30px 0 0px 0; position:absolute; left:10px; top:10px; z-index:1002;}
#category .modalmenu_yt li.top {height:35px; display:block; padding-left:35px; }
#category .modalmenu_yt li.act {height:35px; display:block; padding-left:35px; }
#caption { position:absolute; left:185px; top:145px; margin:0;}
#caption .modalcaption {background:url(../img/1280/caption_1280.png) no-repeat; height:510px; width:700px; padding:30px 0 30px 0; position:absolute; top:0px; z-index:1005; }
#caption .modalcaption .modalcaption_text {left:0px; top:0px; margin:10px 30px 0 35px; height:auto; width:640px; font-size:22px; color:#FFF; overflow:hidden;}
#caption .modalcaption .modalcaption_descr {left:0px; margin:20px 30px 0 35px; height:183px; width:630px; font-size:23px; line-height: 1.0; color:#FFF; overflow:hidden;}
#caption .modalcaption .modalcaption_arrow {background:url(../img/1280/caption_arrow.png) no-repeat; margin:10px 0px 0 245px; height:20px; width:150px; display:none;}
#caption .modalcaption_descr_all {height:400px;}
.f_search_block_outer { width:970px; line-height:28px; height:28px; }
.f_category_outer { float:left; width:700px; }
.f_quality_outer { float:left; width:250px; }
#footer_yt {position:absolute; width:1230px; left:0px; padding-left:50px; height:90px; background:url(../img/1280/mb_footer_black.png) top; top:630px;}
#footer_yt .footer_yt_buttons { position:relative; margin-top:20px; margin-right:10px; }
#footer_yt .footer_text {font-size: 25px; color:#FFF; margin:10px 15px 8px 5px; float:left;}
#footer_yt .footer_btn_yt {background:url(../img/1280/mb_footer_btn.png); width:36px; height:36px; float:left;}
#footer_yt .btn_app_yt {background:url(../img/1280/mb_app_btn2.png); width:36px; height:36px; float:left;}
#footer_yt .btn_red_yt {background-position: 0px -36px; margin: 5 3 0 50;}
#footer_yt .btn_green_yt {background-position: -36px -36px; margin:5 3 0 10;}
#footer_yt .btn_yellow_yt {background-position: -72px -36px; margin:5 3 0 10;}
#footer_yt .btn_blue_yt {background-position: -108px -36px; margin:5 3 0 10;}
#arrows { float:left; width:85px; height:37px; margin-left:155px; }
#arrows .arrow { display:block; width:40px; height:37px; }
#arrows .left { float:left; }
#arrows .right { float:right; }
#arrow_left { background: url('../img/1280/yt_arrow_up.png'); display: block; width:40px; height:37px; }
#arrow_right { background: url('../img/1280/yt_arrow_down.png'); display: block; width:40px; height:37px; }
#frame { position:absolute; z-index:1001; height:605px; width:1160px; margin: 17px 0 0 55px; float:left; top:96px; left:0; }
#frame .box { height:245px; width:187px; text-align:left; float:left; color:#fff; font-size:16px; font-weight:bold; border-width:0 1 0 1; -webkit-border-image: url('../img/1280/yt_item_separator.png') 0 1 0 1 stretch stretch; -moz-border-image: url('../img/1280/yt_item_separator.png') 0 1 0 1 stretch stretch; }
#frame .inner { height:238px; width:174px; padding:2px; margin: 0 auto; border-width:1px; border-style:solid; border-color: transparent; border-width:1px; border-style:solid; }
.active .inner { background:#BCBDBF; border-color:#FFF; }
#frame .box .img_cover { height:143px; width:123px; margin: 2px auto; border-width:2px; border-style:solid; border-color:#000; }
#frame .box .img_cover img.prew { width:123px; height:143px; display: block; margin:0 auto; }
#frame .box p { font-weight:normal; font-size: 18px; line-height: 18px; clear:both; }
.active p { color:#3D3D3D; text-shadow:#FFF 1px 1px; font-weight:bold !important; }
#frame .box .title { margin-top:5px; height:60px; width:165px; font-weight:bold; font-size: 19px; text-overflow: ellipsis; overflow: hidden; line-height: 19px;text-align: center; }
#frame .box .film_time { width:170px; text-align: center; }
.active .title { color:#272D33; }
/*--- NEW VOLUME ---*/
.t20blue {font-size:20px; color:#05C;}
.volumeContainer{width:300px;}
#volumeForm { position:absolute; top:50px; right:110px; width:308px; height:41px; line-height:41px; z-index:1; background-image: url(../img/volume/volume_bg.png); }
#volume_bar { position:relative; width:200px; height:41px; left:47px; background: url(../img/volume/volume_left.png) 0 50% no-repeat; }
#volume_right { position:relative; width:100%; max-width: 195px; height:41px; margin-left:5px; background: url(../img/volume/volume_bar.png) 100% 50% no-repeat; }
#volume_num { position:relative; float:right; top:-37px; font: 26px "Myriad Pro Cond"; font-weight:bold; margin-right:6px; height:41px; line-height:41px; }
#mute { position:absolute; width:47px; height:41px; top:50px; right:373px; background:url(../img/volume/volume_off.png); }
/*--- end NEW VOLUME ---*/
#screenAspect { width:206px; height:41px; position:absolute; top:50px; left:100px; z-index: 3; background-repeat:no-repeat;}
#footer_yt .footer_icons { float:left; position: relative; margin: 1px 0 0 7px; background: url(../img/1280/pictog_pas.png) 50% 50% no-repeat; width:53px; height:40px; }
#footer_yt .footer_icons span { width:26px; height:20px; display:block; position:relative; background-color:green; }
#footer_yt .footer_icons .single { background:url(../img/1280/pictog_act.png) 0 0 no-repeat; margin:0; }
#footer_yt .footer_icons .repeat { background:url(../img/1280/pictog_act.png) -26px 0 no-repeat; margin:0 0 0 26px; }
#footer_yt .footer_icons .list { background:url(../img/1280/pictog_act.png) -26px -20px no-repeat; margin:20px 0 0 26px; }
#footer_yt .footer_icons .random { background:url(../img/1280/pictog_act.png) 0 -20px no-repeat; margin:20px 0 0 0; }
#playingStatus{position:absolute; width:47px; height:41px; top:50px; right:50px; background:url(../img/volume/osd_pause.png); }
/* Player */
a {outline:none;}
#main {position:absolute;width:520px;left:50%;margin-left:-260px;height:122px;z-index:1;bottom: 25px;background: url('../img/player/v_bg.png') 50% 50% no-repeat;}
#filename {position:absolute;width:490px;height:24px;z-index:2;left: 15px;top: 5px;font:25px "Myriad Pro"; color:#FFFFFF; text-align:center;}
#time_act {position:absolute;width:89px;height:25px;left: 89px;top: 40px;z-index:3;padding-top: 2px;background-image:url('../img/player/v_btn.png'); background-position: -96px 0px;font:bold 22px "Myriad Pro"; color:#FFFFFF; text-align:center;}
#time_act_sel {position:absolute;width:89px;height:27px;left: 89px;top: 40px;z-index:3;background-image:url('../img/player/v_btn.png'); background-position: -185px 0px;font:bold 22px "Myriad Pro"; color:#000000; text-align:center;}
#time_total {position:absolute;width:90px;height:24px;left: 185px;top: 44px;z-index:4;font:bold 18px "Myriad Pro"; color:#FFFFFF; text-align:left;}
#interval_above {position:absolute;width:21px;height:27px;left: 383px;top: 40px;z-index:5;}
A.interval_above:link, A.interval_above:visited {background-image:url('../img/player/v_btn.png'); background-position: -274px 0px; display:block; width:21px; height:27px;}
A.interval_above:active {background-image:url('../img/player/v_btn.png'); background-position: -388px 0px;}
#interval_less {position:absolute;width:21px;height:27px;left: 476px;top: 40px;z-index:6;}
A.interval_less:link, A.interval_less:visited {background-image:url('../img/player/v_btn.png'); background-position: -367px 0px; display:block; width:21px; height:27px;}
A.interval_less:active {background-image:url('../img/player/v_btn.png'); background-position: -481px 0px;}
#interval_input {position:absolute;width:72px;height:25px;padding-top: 2px;left: 404px;top: 40px;z-index:7;background-image:url('../img/player/v_btn.png'); background-position: -295px 0px;font:bold 22px "Myriad Pro"; color:#FFFFFF; text-align:center;}
#interval_input_sel {position:absolute;width:72px;height:27px;left: 404px;top: 40px;z-index:7;background-image:url('../img/player/v_btn.png'); background-position: -409px 0px;font:bold 20px "Myriad Pro"; color:#000000; text-align:center;}
#rewind {position:absolute;width:24px;height:22px;left: 23px;top: 74px;z-index:8;}
A.rewind:link, A.rewind:visited {background-image:url('../img/player/v_btn.png'); background-position: -48px -5px; display:block; width:24px; height:22px;}
A.rewind:active {background-image:url('../img/player/v_btn.png'); background-position: 0px -5px;}
#forward {position:absolute;width:24px;height:22px;left: 473px;top: 74px;z-index:9;}
A.forward:link, A.forward:visited {background-image:url('../img/player/v_btn.png'); background-position: -72px -5px; display:block; width:24px; height:22px;}
A.forward:active {background-image:url('../img/player/v_btn.png'); background-position: -24px -5px;}
#scrollbar {position:absolute;width:400px;padding: 0 10px 0 10px;height:22px;line-height:16px;left: 50px;top: 74px;z-index:10;background-image:url('../img/player/v_btn.png'); background-position: 0px -27px;}
#display {z-index:100; left: 50px; top: 50px; height:41px; position:absolute;}
#conditiion { width:10px;height:10px;float:left;background-image:url('../img/player/v_btn.png'); background-position: -421px -33px; margin-top:6px;}
img, a img, a {border: none !important;}
#playModeInPlayer { width:37px; height:29px; display:block; position:relative; background-color:green; margin:0; position:absolute; left:23px; top:40px; z-index:3; }
#playModeInPlayer.single { background:url(../img/1920/pictog_act.png) 0 0 no-repeat; }
#playModeInPlayer.repeat { background:url(../img/1920/pictog_act.png) -37px 0 no-repeat; }
#playModeInPlayer.list { background:url(../img/1920/pictog_act.png) -37px -29px no-repeat; }
#playModeInPlayer.random { background:url(../img/1920/pictog_act.png) 0 -29px no-repeat; }
/* end Player */
/* begin Search */
#search_block {width: 700px;height: 19px;overflow: hidden;}
#search_block_inner {display: none;}
/* end Search */
/* begin settings */
#footer_menu_settings {position:absolute; z-index: 1003; margin:-190px 0 0 -60px; width:200px; display:none;}
#footer_menu_settings .active .top,
#footer_menu_settings .top { background-image:url(../img/1280/footer_menu.png); background-position:top center; background-repeat:no-repeat; width: 341px; height:32px; }
#footer_menu_settings .active .body,
#footer_menu_settings .body { background-image:url(../img/1280/footer_menu.png); background-position:bottom center; background-repeat:no-repeat; width: 341px; padding-bottom:38px; }
#footer_menu_settings .body li { height: 35px; padding: 0px 20px 0 20px; }
#footer_menu_settings .body li .l1 { height: 35px; padding: 0; margin: 0; }
#footer_menu_settings .body li strong,
#footer_menu_settings .body li span { padding-left: 12px; font-size:20px; color:#FFF; text-transform:uppercase; line-height: 35px; }
#footer_menu_settings .body li.active .active strong,
#footer_menu_settings .body li.active span { text-shadow:#fff -1px -1px 0; color:#000; font-weight:bold; background:url(../img/1280/footer_menu_act.png) 50% 0px no-repeat; display: block; height: 33px; }
#footer_menu_settings .submenu { display: none; }
#footer_menu_settings .submenu { position:absolute; margin:-140px 0 0 -330px; display: none; }
#menuPlayModes .submenu { margin:-175px 0 0 -85px; }
#menuPlayModes li strong { width:37px;}
#footer_menu_settings .submenu .top { background:url(../img/1280/footer_submenu_r.png) 50% 0% no-repeat; }
#footer_menu_settings .submenu .body { background:url(../img/1280/footer_submenu_r.png) 50% 100% no-repeat; padding-bottom: 37px; padding-top: 2px; }
#menuPlayModes .submenu .top { background:url(../img/1280/footer_submenu_r2.png) 50% 0% no-repeat; height:30px; }
#menuPlayModes .submenu .body { background:url(../img/1280/footer_submenu_r2.png) 50% 100% no-repeat; padding-bottom: 39px; }
#menuPMsingle strong,
#menuPMrepeat strong,
#menuPMlist strong,
#menuPMrandom strong {width:22px;height:18px;display:block;padding:0;border-left:transparent 5px solid;}
#menuPMsingle div,
#menuPMrepeat div,
#menuPMlist div,
#menuPMrandom div {
height: 0px;
}
#menuPlayModes strong b {margin-top: 7px;position: absolute;}
#mode,
#menuPlayModes strong b {width:23px;height:18px;padding:0;}
#menuPlayModes strong b {display:block;}
#mode.single,
#menuPMsingle strong b {background:url(../img/720/pictog_act.png) 0px 0 no-repeat;}
#mode.repeat,
#menuPMrepeat strong b {background:url(../img/720/pictog_act.png) -27px 0 no-repeat;}
#mode.list,
#menuPMlist strong b {background:url(../img/720/pictog_act.png) -27px -18px no-repeat;}
#mode.random,
#menuPMrandom strong b {background:url(../img/720/pictog_act.png) 0px -18px no-repeat;}
#menuPlayModes.active .active strong {padding-top: 3px;}
#menuPlayModes.active .active strong b {background-image:url(../img/720/pictog_act_b.png);}
#mode {background-image:url(../img/720/pictog_act.png) !important;}
/* end settings */
#menuQuality .submenu {
margin:-100px 0 0 -330px;
}
#menuSortModes .submenu {
margin:-240px 0 0 -330px;
}
#exit { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.7); position:absolute; top:0; left:0; z-index:4010; }
#exit .render { position:absolute; z-index:4002; top:50%; left:35%; height:50px; width:340px; background:#000; text-align:center; padding-top:10px; padding-left:20px; border-width:2px; border-style:double; border-color:#999; border-radius: 6px; -webkit-border-radius:6px; }
#img_exit { height:40px; width:300px; background:url(../img/1280/exit.png) no-repeat;}
#video_url_error { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.7); position:absolute; top:0; left:0; z-index:4010; }
#video_url_error .render { position:absolute; z-index:4002; top:50%; left:35%; height:50px; width:340px; background:#000; text-align:center; padding-top:10px; padding-left:20px; border-width:2px; border-style:double; border-color:#999; border-radius: 6px; -webkit-border-radius:6px; }
#error_text { height:40px; width:300px; background:url(../img/1280/video_url_error.png) no-repeat;} | external/videocatalog_v2.1 (30.01.18)/videocatalog/css/screen720.css | html, body {overflow: hidden; margin: 0px; font-family: "Myriad Pro"; background: transparent;}
a {outline:none; text-decoration:none;}
#bg {width:1920px; height:1280px; background:#312f2f;}
hr {color:#000; border:solid 1px; margin:3px 0px;}
.t13w {font-size:13px; color:#FFF;}
.t17g {font-size:17px; color:#434343;}
.t17blue {font-size:17px; color:#0D3380;}
.t18b {font-size:18px; color:#000;}
.t18w {font-size:18px; color:#FFF;}
.t18g {font-size:18px; color:#444;}
.t20b {font-size:20px; color:#000;}
.t20w {font-size:20px; color:#FFF;}
.t20g {font-size:20px; color:#444;}
.t22b {font-size:22px; color:#000;}
.t22w {font-size:22px; color:#FFF;}
.t20lg {font-size:20px; color:#999;}
.t24g {font-size:24px; color:#444;}
.t24b {font-size:24px; color:#000;}
.t24w {font-size:24px; color:#FFF;}
.t26b {font-size:26px; color:#000;}
.t26w {font-size:26px; color:#FFF;}
.t28b {font-size:28px; color:#000;}
.t28w {font-size:28px; color:#FFF;}
.t28g {font-size:28px; color:#444;}
.t28lg {font-size:28px; color:#999;}
.text17_gray {font-size:17px; color:#434343;}
.text17_black {font-size:21px; color:#000;}
.text20_black {font-size:20px; color:#000;}
.text20_white {font-size:20px; color:#FFF;}
.text20_blue {font-size:20px; color:#0D3380;}
.text26_gray {font-size:26px; color:#434343;}
.text26_black {font-size:26px; color:#000;}
.text30_black {font-size:30px; color:#000;}
.text30_white {font-size:30px; color:#FFF;}
.text30_blue {font-size:30px; color:#0D3380;}
.text40_black {font-size:40px; color:#000;}
.text40_white {font-size:40px; color:#FFF;}
.text34_gray {font-size:34px; color:#434343;}
.text34_black {font-size:34px; color:#000;}
.text40_blue {font-size:40px; color:#0D3380;}
.bold { font-weight:bold; }
.uppercase { text-transform:uppercase; }
.condtext { float:left; font-family:"Myriad Pro Cond"; font-size:23px; color:#FFF; margin:4 0 0 4; text-shadow:#000 -1px -1px; width:28px; }
.shadow_w { text-shadow:#FFF 1px 1px; }
.shadow_b { text-shadow:#000 -1px -1px; }
/* YouTube */
#mb_header_yt {position:absolute; width:1280px; height:100px; background:url(../img/1280/mb_header_yt2.png) bottom center; top:0px;}
.header_yt {width:970px; left:220px; top:38px; padding:0px; margin:0px; list-style:none; position: absolute;}
.header_yt li.top {display:block; float:left;}
#clock {
position:absolute;
margin: 15px 0 0 1030px;
width: 110px;
}
#textTime {
padding-bottom: 5px;
margin-left: 15px;
font-size: 28px;
color:#fff;
}
#textTime_p {position:absolute;width:100px;left: 15px;top: 7px;font:24px "Myriad Pro"; color:#FFFFFF;}
#yt_search_bg {height:720px; width:1280px; background:url(../img/1280/advanced_search/yt_shadow_bg.png) bottom repeat-x rgba(0, 0, 0, 0.7); position:absolute; top:0px; z-index:1003;}
#yt_modalform_search{height:56px; left:80px; top:200px; position:absolute; z-index: 1004;}
#yt_search_bg .yt_modalform_left {background:url(../img/1280/yt_modalform.png) left no-repeat; height:56px; width:36px; position:absolute;}
#yt_search_bg .yt_modalform_right{background:url(../img/1280/yt_modalform.png) right no-repeat; height:56px; margin-left:36px; padding-right:70px;}
#yt_search_bg .modalinput_search {width:1010px; position:relative;}
#yt_search_bg .yt_modalinput{font-size:22px; font-weight:bold; color:#313131; border:none; background:none; margin-top:15px; width:100%;}
#header_yt .yt_category{color:#313131; border-bottom:1px dashed; text-decoration:none; z-index: 1002;}
#category { position:absolute; left:0px; top:215px; margin:0; }
#category .modalmenu_yt {background:url(../img/1280/cat_menu.png) no-repeat; height:445px; width:341px; padding:30px 0 0px 0; position:absolute; left:10px; top:10px; z-index:1002;}
#category .modalmenu_yt li.top {height:35px; display:block; padding-left:35px; }
#category .modalmenu_yt li.act {height:35px; display:block; padding-left:35px; }
#caption { position:absolute; left:185px; top:145px; margin:0;}
#caption .modalcaption {background:url(../img/1280/caption_1280.png) no-repeat; height:510px; width:700px; padding:30px 0 30px 0; position:absolute; top:0px; z-index:1005; }
#caption .modalcaption .modalcaption_text {left:0px; top:0px; margin:10px 30px 0 35px; height:auto; width:640px; font-size:22px; color:#FFF; overflow:hidden;}
#caption .modalcaption .modalcaption_descr {left:0px; margin:20px 30px 0 35px; height:183px; width:630px; font-size:23px; line-height: 1.0; color:#FFF; overflow:hidden;}
#caption .modalcaption .modalcaption_arrow {background:url(../img/1280/caption_arrow.png) no-repeat; margin:10px 0px 0 245px; height:20px; width:150px; display:none;}
#caption .modalcaption_descr_all {height:400px;}
.f_search_block_outer { width:970px; line-height:28px; height:28px; }
.f_category_outer { float:left; width:700px; }
.f_quality_outer { float:left; width:250px; }
#footer_yt {position:absolute; width:1230px; left:0px; padding-left:50px; height:90px; background:url(../img/1280/mb_footer_black.png) top; top:630px;}
#footer_yt .footer_yt_buttons { position:relative; margin-top:20px; margin-right:10px; }
#footer_yt .footer_text {font-size: 25px; color:#FFF; margin:10px 15px 8px 5px; float:left;}
#footer_yt .footer_btn_yt {background:url(../img/1280/mb_footer_btn.png); width:36px; height:36px; float:left;}
#footer_yt .btn_app_yt {background:url(../img/1280/mb_app_btn2.png); width:36px; height:36px; float:left;}
#footer_yt .btn_red_yt {background-position: 0px -36px; margin: 5 3 0 50;}
#footer_yt .btn_green_yt {background-position: -36px -36px; margin:5 3 0 10;}
#footer_yt .btn_yellow_yt {background-position: -72px -36px; margin:5 3 0 10;}
#footer_yt .btn_blue_yt {background-position: -108px -36px; margin:5 3 0 10;}
#arrows { float:left; width:85px; height:37px; margin-left:155px; }
#arrows .arrow { display:block; width:40px; height:37px; }
#arrows .left { float:left; }
#arrows .right { float:right; }
#arrow_left { background: url('../img/1280/yt_arrow_up.png'); display: block; width:40px; height:37px; }
#arrow_right { background: url('../img/1280/yt_arrow_down.png'); display: block; width:40px; height:37px; }
#frame { position:absolute; z-index:1001; height:605px; width:1160px; margin: 17px 0 0 55px; float:left; top:96px; left:0; }
#frame .box { height:245px; width:187px; text-align:left; float:left; color:#fff; font-size:16px; font-weight:bold; border-width:0 1 0 1; -webkit-border-image: url('../img/1280/yt_item_separator.png') 0 1 0 1 stretch stretch; -moz-border-image: url('../img/1280/yt_item_separator.png') 0 1 0 1 stretch stretch; }
#frame .inner { height:238px; width:174px; padding:2px; margin: 0 auto; border-width:1px; border-style:solid; border-color: transparent; border-width:1px; border-style:solid; }
.active .inner { background:#BCBDBF; border-color:#FFF; }
#frame .box .img_cover { height:143px; width:123px; margin: 2px auto; border-width:2px; border-style:solid; border-color:#000; }
#frame .box .img_cover img.prew { width:123px; height:143px; display: block; margin:0 auto; }
#frame .box p { font-weight:normal; font-size: 18px; line-height: 18px; clear:both; }
.active p { color:#3D3D3D; text-shadow:#FFF 1px 1px; font-weight:bold !important; }
#frame .box .title { margin-top:5px; height:60px; width:165px; font-weight:bold; font-size: 19px; text-overflow: ellipsis; overflow: hidden; line-height: 19px;text-align: center; }
#frame .box .film_time { width:170px; text-align: center; }
.active .title { color:#272D33; }
/*--- NEW VOLUME ---*/
.t20blue {font-size:20px; color:#05C;}
.volumeContainer{width:300px;}
#volumeForm { position:absolute; top:50px; right:110px; width:308px; height:41px; line-height:41px; z-index:1; background-image: url(../img/volume/volume_bg.png); }
#volume_bar { position:relative; width:200px; height:41px; left:47px; background: url(../img/volume/volume_left.png) 0 50% no-repeat; }
#volume_right { position:relative; width:100%; max-width: 195px; height:41px; margin-left:5px; background: url(../img/volume/volume_bar.png) 100% 50% no-repeat; }
#volume_num { position:relative; float:right; top:-37px; font: 26px "Myriad Pro Cond"; font-weight:bold; margin-right:6px; height:41px; line-height:41px; }
#mute { position:absolute; width:47px; height:41px; top:50px; right:373px; background:url(../img/volume/volume_off.png); }
/*--- end NEW VOLUME ---*/
#screenAspect { width:206px; height:41px; position:absolute; top:50px; left:100px; z-index: 3; background-repeat:no-repeat;}
#footer_yt .footer_icons { float:left; position: relative; margin: 1px 0 0 7px; background: url(../img/1280/pictog_pas.png) 50% 50% no-repeat; width:53px; height:40px; }
#footer_yt .footer_icons span { width:26px; height:20px; display:block; position:relative; background-color:green; }
#footer_yt .footer_icons .single { background:url(../img/1280/pictog_act.png) 0 0 no-repeat; margin:0; }
#footer_yt .footer_icons .repeat { background:url(../img/1280/pictog_act.png) -26px 0 no-repeat; margin:0 0 0 26px; }
#footer_yt .footer_icons .list { background:url(../img/1280/pictog_act.png) -26px -20px no-repeat; margin:20px 0 0 26px; }
#footer_yt .footer_icons .random { background:url(../img/1280/pictog_act.png) 0 -20px no-repeat; margin:20px 0 0 0; }
#playingStatus{position:absolute; width:47px; height:41px; top:50px; right:50px; background:url(../img/volume/osd_pause.png); }
/* Player */
a {outline:none;}
#main {position:absolute;width:520px;left:50%;margin-left:-260px;height:122px;z-index:1;bottom: 25px;background: url('../img/player/v_bg.png') 50% 50% no-repeat;}
#filename {position:absolute;width:490px;height:24px;z-index:2;left: 15px;top: 5px;font:25px "Myriad Pro"; color:#FFFFFF; text-align:center;}
#time_act {position:absolute;width:89px;height:25px;left: 89px;top: 40px;z-index:3;padding-top: 2px;background-image:url('../img/player/v_btn.png'); background-position: -96px 0px;font:bold 22px "Myriad Pro"; color:#FFFFFF; text-align:center;}
#time_act_sel {position:absolute;width:89px;height:27px;left: 89px;top: 40px;z-index:3;background-image:url('../img/player/v_btn.png'); background-position: -185px 0px;font:bold 22px "Myriad Pro"; color:#000000; text-align:center;}
#time_total {position:absolute;width:90px;height:24px;left: 185px;top: 44px;z-index:4;font:bold 18px "Myriad Pro"; color:#FFFFFF; text-align:left;}
#interval_above {position:absolute;width:21px;height:27px;left: 383px;top: 40px;z-index:5;}
A.interval_above:link, A.interval_above:visited {background-image:url('../img/player/v_btn.png'); background-position: -274px 0px; display:block; width:21px; height:27px;}
A.interval_above:active {background-image:url('../img/player/v_btn.png'); background-position: -388px 0px;}
#interval_less {position:absolute;width:21px;height:27px;left: 476px;top: 40px;z-index:6;}
A.interval_less:link, A.interval_less:visited {background-image:url('../img/player/v_btn.png'); background-position: -367px 0px; display:block; width:21px; height:27px;}
A.interval_less:active {background-image:url('../img/player/v_btn.png'); background-position: -481px 0px;}
#interval_input {position:absolute;width:72px;height:25px;padding-top: 2px;left: 404px;top: 40px;z-index:7;background-image:url('../img/player/v_btn.png'); background-position: -295px 0px;font:bold 22px "Myriad Pro"; color:#FFFFFF; text-align:center;}
#interval_input_sel {position:absolute;width:72px;height:27px;left: 404px;top: 40px;z-index:7;background-image:url('../img/player/v_btn.png'); background-position: -409px 0px;font:bold 20px "Myriad Pro"; color:#000000; text-align:center;}
#rewind {position:absolute;width:24px;height:22px;left: 23px;top: 74px;z-index:8;}
A.rewind:link, A.rewind:visited {background-image:url('../img/player/v_btn.png'); background-position: -48px -5px; display:block; width:24px; height:22px;}
A.rewind:active {background-image:url('../img/player/v_btn.png'); background-position: 0px -5px;}
#forward {position:absolute;width:24px;height:22px;left: 473px;top: 74px;z-index:9;}
A.forward:link, A.forward:visited {background-image:url('../img/player/v_btn.png'); background-position: -72px -5px; display:block; width:24px; height:22px;}
A.forward:active {background-image:url('../img/player/v_btn.png'); background-position: -24px -5px;}
#scrollbar {position:absolute;width:400px;padding: 0 10px 0 10px;height:22px;line-height:16px;left: 50px;top: 74px;z-index:10;background-image:url('../img/player/v_btn.png'); background-position: 0px -27px;}
#display {z-index:100; left: 50px; top: 50px; height:41px; position:absolute;}
#conditiion { width:10px;height:10px;float:left;background-image:url('../img/player/v_btn.png'); background-position: -421px -33px; margin-top:6px;}
img, a img, a {border: none !important;}
#playModeInPlayer { width:37px; height:29px; display:block; position:relative; background-color:green; margin:0; position:absolute; left:23px; top:40px; z-index:3; }
#playModeInPlayer.single { background:url(../img/1920/pictog_act.png) 0 0 no-repeat; }
#playModeInPlayer.repeat { background:url(../img/1920/pictog_act.png) -37px 0 no-repeat; }
#playModeInPlayer.list { background:url(../img/1920/pictog_act.png) -37px -29px no-repeat; }
#playModeInPlayer.random { background:url(../img/1920/pictog_act.png) 0 -29px no-repeat; }
/* end Player */
/* begin Search */
#search_block {width: 700px;height: 19px;overflow: hidden;}
#search_block_inner {display: none;}
/* end Search */
/* begin settings */
#footer_menu_settings {position:absolute; z-index: 1003; margin:-190px 0 0 -60px; width:200px; display:none;}
#footer_menu_settings .active .top,
#footer_menu_settings .top { background-image:url(../img/1280/footer_menu.png); background-position:top center; background-repeat:no-repeat; width: 341px; height:32px; }
#footer_menu_settings .active .body,
#footer_menu_settings .body { background-image:url(../img/1280/footer_menu.png); background-position:bottom center; background-repeat:no-repeat; width: 341px; padding-bottom:38px; }
#footer_menu_settings .body li { height: 35px; padding: 0px 20px 0 20px; }
#footer_menu_settings .body li .l1 { height: 35px; padding: 0; margin: 0; }
#footer_menu_settings .body li strong,
#footer_menu_settings .body li span { padding-left: 12px; font-size:20px; color:#FFF; text-transform:uppercase; line-height: 35px; }
#footer_menu_settings .body li.active .active strong,
#footer_menu_settings .body li.active span { text-shadow:#fff -1px -1px 0; color:#000; font-weight:bold; background:url(../img/1280/footer_menu_act.png) 50% 0px no-repeat; display: block; height: 33px; }
#footer_menu_settings .submenu { display: none; }
#footer_menu_settings .submenu { position:absolute; margin:-140px 0 0 -330px; display: none; }
#menuPlayModes .submenu { margin:-175px 0 0 -85px; }
#menuPlayModes li strong { width:37px;}
#footer_menu_settings .submenu .top { background:url(../img/1280/footer_submenu_r.png) 50% 0% no-repeat; }
#footer_menu_settings .submenu .body { background:url(../img/1280/footer_submenu_r.png) 50% 100% no-repeat; padding-bottom: 37px; padding-top: 2px; }
#menuPlayModes .submenu .top { background:url(../img/1280/footer_submenu_r2.png) 50% 0% no-repeat; height:30px; }
#menuPlayModes .submenu .body { background:url(../img/1280/footer_submenu_r2.png) 50% 100% no-repeat; padding-bottom: 39px; }
#menuPMsingle strong,
#menuPMrepeat strong,
#menuPMlist strong,
#menuPMrandom strong {width:22px;height:18px;display:block;padding:0;border-left:transparent 5px solid;}
#menuPMsingle div,
#menuPMrepeat div,
#menuPMlist div,
#menuPMrandom div {
height: 0px;
}
#menuPlayModes strong b {margin-top: 7px;position: absolute;}
#mode,
#menuPlayModes strong b {width:23px;height:18px;padding:0;}
#menuPlayModes strong b {display:block;}
#mode.single,
#menuPMsingle strong b {background:url(../img/720/pictog_act.png) 0px 0 no-repeat;}
#mode.repeat,
#menuPMrepeat strong b {background:url(../img/720/pictog_act.png) -27px 0 no-repeat;}
#mode.list,
#menuPMlist strong b {background:url(../img/720/pictog_act.png) -27px -18px no-repeat;}
#mode.random,
#menuPMrandom strong b {background:url(../img/720/pictog_act.png) 0px -18px no-repeat;}
#menuPlayModes.active .active strong {padding-top: 3px;}
#menuPlayModes.active .active strong b {background-image:url(../img/720/pictog_act_b.png);}
#mode {background-image:url(../img/720/pictog_act.png) !important;}
/* end settings */
#menuQuality .submenu {
margin:-100px 0 0 -330px;
}
#menuSortModes .submenu {
margin:-240px 0 0 -330px;
}
#exit { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.7); position:absolute; top:0; left:0; z-index:4010; }
#exit .render { position:absolute; z-index:4002; top:50%; left:35%; height:50px; width:340px; background:#000; text-align:center; padding-top:10px; padding-left:20px; border-width:2px; border-style:double; border-color:#999; border-radius: 6px; -webkit-border-radius:6px; }
#img_exit { height:40px; width:300px; background:url(../img/1280/exit.png) no-repeat;}
#video_url_error { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.7); position:absolute; top:0; left:0; z-index:4010; }
#video_url_error .render { position:absolute; z-index:4002; top:50%; left:35%; height:50px; width:340px; background:#000; text-align:center; padding-top:10px; padding-left:20px; border-width:2px; border-style:double; border-color:#999; border-radius: 6px; -webkit-border-radius:6px; }
#error_text { height:40px; width:300px; background:url(../img/1280/video_url_error.png) no-repeat;} | 0.29696 | 0.235196 |
.hovereffect {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.hovereffect:hover .overlay {
background-color: rgba(114, 114, 114, 0.4);
}
.hovereffect:hover h2 {
background-color: rgba(114, 114, 114, 0);
color: rgba(255, 255, 255, 0);
}
.hovereffect h2, .hovereffect img {
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.hovereffect img {
width: 100%;
/* height: 100%; */
height: 170px;
display: block;
position: relative;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.hovereffect:hover img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hovereffect h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
background: rgba(0, 0, 0, 0.6);
font-family: "Raleway", sans-serif !important;
font-weight: 100 !important;
}
.hovereffect a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
margin: 50px 0 0 0;
background-color: transparent;
opacity: 0;
font-family: "Raleway", sans-serif !important;
font-weight: lighter !important;
filter: alpha(opacity=0);
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
font-weight: normal;
height: 85%;
width: 85%;
position: absolute;
top: -20%;
left: 8%;
/* padding: 70px; */
padding-top: 60px;
padding-bottom: 50px;
}
.hovereffect:hover a.info {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
background-color: rgba(0,0,0,0.4);
} | css/cards.css | .hovereffect {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.hovereffect:hover .overlay {
background-color: rgba(114, 114, 114, 0.4);
}
.hovereffect:hover h2 {
background-color: rgba(114, 114, 114, 0);
color: rgba(255, 255, 255, 0);
}
.hovereffect h2, .hovereffect img {
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.hovereffect img {
width: 100%;
/* height: 100%; */
height: 170px;
display: block;
position: relative;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.hovereffect:hover img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hovereffect h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
background: rgba(0, 0, 0, 0.6);
font-family: "Raleway", sans-serif !important;
font-weight: 100 !important;
}
.hovereffect a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
margin: 50px 0 0 0;
background-color: transparent;
opacity: 0;
font-family: "Raleway", sans-serif !important;
font-weight: lighter !important;
filter: alpha(opacity=0);
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
font-weight: normal;
height: 85%;
width: 85%;
position: absolute;
top: -20%;
left: 8%;
/* padding: 70px; */
padding-top: 60px;
padding-bottom: 50px;
}
.hovereffect:hover a.info {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
background-color: rgba(0,0,0,0.4);
} | 0.533641 | 0.107017 |
.mr-icon{
font-size: 30px;
font-style: normal;
}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-envelope::before{content:"\2709";}
.mr-e-mail-symbol::before{content:"\1F4E7";}
.mr-incoming-envelope::before{content:"\1F4E8";}
.mr-back-of-envelope::before{content:"\1F582";}
.mr-stamped-envelope::before{content:"\1F583";}
.mr-envelope-with-lightning::before{content:"\1F584";}
.mr-flying-envelope::before{content:"\1F585";}
.mr-pen-over-stamped-envelope::before{content:"\1F586";}
.mr-outbox-tray::before{content:"\1F4E4";}
.mr-hotel::before{content:"\1F3E8";}
.mr-love-hotel::before{content:"\1F3E9";}
.mr-hospital::before{content:"\1F3E5";}
.mr-bank::before{content:"\1F3E6";}
.mr-automated-teller-machine::before{content:"\1F3E7";}
.mr-convenience-store::before{content:"\1F3EA";}
.mr-school::before{content:"\1F3EB";}
.mr-department-store::before{content:"\1F3EC";}
.mr-office-building::before{content:"\1F3E2";}
.mr-factory::before{content:"\1F3ED";}
.mr-japanese-post-office::before{content:"\1F3E3";}
.mr-european-post-office::before{content:"\1F3E4";}
.mr-house-building::before{content:"\1F3E0";}
.mr-house-with-garden::before{content:"\1F3E1";}
.mr-inbox-tray::before{content:"\1F4E5";}
.mr-envelope-with-downwards-arrow-above::before{content:"\1F4E9";}
.mr-closed-mailbox-with-lowered-flag::before{content:"\1F4EA";}
.mr-closed-mailbox-with-raised-flag::before{content:"\1F4EB";}
.mr-open-mailbox-with-raised-flag::before{content:"\1F4EC";}
.mr-open-mailbox-with-lowered-flag::before{content:"\1F4ED";}
.mr-postbox::before{content:"\1F4EE";}
.mr-package::before{content:"\1F4E6";}
.mr-postal-horn::before{content:"\1F4EF";}
.mr-house-buildings::before{content:"\1F3D8";}
.mr-derelict-house-building::before{content:"\1F3DA";}
.mr-classical-building::before{content:"\1F3DB";}
.mr-church::before{content:"\26EA";}
.mr-shinto-shrine::before{content:"\26E9";}
.mr-mosque::before{content:"\1F54C";}
.mr-synagogue::before{content:"\1F54D";}
.mr-kaaba::before{content:"\1F54B";}
.mr-place-of-worship::before{content:"\1F6D0";}
.mr-scroll::before{content:"\1F4DC";}
.mr-page-with-curl::before{content:"\1F4C3";}
.mr-page-facing-up::before{content:"\1F4C4";}
.mr-document::before{content:"\1F5CE";}
.mr-page::before{content:"\1F5CF";}
.mr-pages::before{content:"\1F5D0";}
.mr-empty-note::before{content:"\1F5C5";}
.mr-castle::before{content:"\26EB";}
.mr-japanese-castle::before{content:"\1F3EF";}
.mr-european-castle::before{content:"\1F3F0";}
.mr-cinema::before{content:"\1F3A6";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-carousel-horse::before{content:"\1F3A0";}
.mr-ferris-wheel::before{content:"\1F3A1";}
.mr-roller-coaster::before{content:"\1F3A2";}
.mr-hot-springs::before{content:"\2668";}
.mr-empty-note-page::before{content:"\1F5C6";}
.mr-empty-note-pad::before{content:"\1F5C7";}
.mr-note::before{content:"\1F5C8";}
.mr-note-page::before{content:"\1F5C9";}
.mr-note-pad::before{content:"\1F5CA";}
.mr-empty-document::before{content:"\1F5CB";}
.mr-empty-page::before{content:"\1F5CC";}
.mr-empty-pages::before{content:"\1F5CD";}
.mr-notebook::before{content:"\1F4D3";}
.mr-night-with-stars::before{content:"\1F303";}
.mr-sunrise-over-mountains::before{content:"\1F304";}
.mr-sunrise::before{content:"\1F305";}
.mr-cityscape-at-dusk::before{content:"\1F306";}
.mr-sunset-over-buildings::before{content:"\1F307";}
.mr-notebook-with-decorative-cover::before{content:"\1F4D4";}
.mr-memo::before{content:"\1F4DD";}
.mr-ledger::before{content:"\1F4D2";}
.mr-clipboard::before{content:"\1F4CB";}
.mr-book::before{content:"\1F56E";}
.mr-closed-book::before{content:"\1F4D5";}
.mr-open-book::before{content:"\1F4D6";}
.mr-bridge-at-night::before{content:"\1F309";}
.mr-beach-with-umbrella::before{content:"\1F3D6";}
.mr-building-construction::before{content:"\1F3D7";}
.mr-cityscape::before{content:"\1F3D9";}
.mr-desert::before{content:"\1F3DC";}
.mr-desert-island::before{content:"\1F3DD";}
.mr-national-park::before{content:"\1F3DE";}
.mr-camping::before{content:"\1F3D5";}
.mr-water-wave::before{content:"\1F30A";}
.mr-volcano::before{content:"\1F30B";}
.mr-milky-way::before{content:"\1F30C";}
.mr-green-book::before{content:"\1F4D7";}
.mr-blue-book::before{content:"\1F4D8";}
.mr-orange-book::before{content:"\1F4D9";}
.mr-books::before{content:"\1F4DA";}
.mr-newspaper::before{content:"\1F4F0";}
.mr-rolled-up-newspaper::before{content:"\1F5DE";}
.mr-page-with-circled-text::before{content:"\1F5DF";}
.mr-file-folder::before{content:"\1F4C1";}
.mr-moon-viewing-ceremony::before{content:"\1F391";}
.mr-fireworks::before{content:"\1F386";}
.mr-firework-sparkler::before{content:"\1F387";}
.mr-snow-capped-mountain::before{content:"\1F3D4";}
.mr-mount-fuji::before{content:"\1F5FB";}
.mr-tokyo-tower::before{content:"\1F5FC";}
.mr-statue-of-liberty::before{content:"\1F5FD";}
.mr-silhouette-of-japan::before{content:"\1F5FE";}
.mr-open-file-folder::before{content:"\1F4C2";}
.mr-black-folder::before{content:"\1F5BF";}
.mr-folder::before{content:"\1F5C0";}
.mr-open-folder::before{content:"\1F5C1";}
.mr-moyai::before{content:"\1F5FF";}
.mr-world-map::before{content:"\1F5FA";}
.mr-earth-globe-europe-africa::before{content:"\1F30D";}
.mr-earth-globe-americas::before{content:"\1F30E";}
.mr-earth-globe-asia-australia::before{content:"\1F30F";}
.mr-card-index-dividers::before{content:"\1F5C2";}
.mr-card-file-box::before{content:"\1F5C3";}
.mr-file-cabinet::before{content:"\1F5C4";}
.mr-bookmark-tabs::before{content:"\1F4D1";}
.mr-bookmark::before{content:"\1F516";}
.mr-kissing-face::before{content:"\1F617";}
.mr-kissing-face-with-closed-eyes::before{content:"\1F61A";}
.mr-face-throwing-a-kiss::before{content:"\1F618";}
.mr-kissing-face-with-smiling-eyes::before{content:"\1F619";}
.mr-flushed-face::before{content:"\1F633";}
.mr-globe-with-meridians::before{content:"\1F310";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-link-symbol::before{content:"\1F517";}
.mr-calendar::before{content:"\1F4C5";}
.mr-tear-off-calendar::before{content:"\1F4C6";}
.mr-card-index::before{content:"\1F4C7";}
.mr-lower-left-pencil::before{content:"\1F589";}
.mr-smiling-face-with-heart-shaped-eyes::before{content:"\1F60D";}
.mr-smiling-cat-face-with-heart-shaped-eyes::before{content:"\1F63B";}
.mr-drooling-face::before{content:"\1F924";}
.mr-hugging-face::before{content:"\1F917";}
.mr-face-with-stuck-out-tongue::before{content:"\1F61B";}
.mr-face-with-stuck-out-tongue-and-winking-eye::before{content:"\1F61C";}
.mr-face-with-stuck-out-tongue-and-tightly-closed-eyes::before{content:"\1F61D";}
.mr-bikini::before{content:"\1F459";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-womans-sandal::before{content:"\1F461";}
.mr-lipstick::before{content:"\1F484";}
.mr-nail-polish::before{content:"\1F485";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-lower-left-ballpoint-pen::before{content:"\1F58A";}
.mr-lower-left-fountain-pen::before{content:"\1F58B";}
.mr-lower-left-paintbrush::before{content:"\1F58C";}
.mr-lower-left-crayon::before{content:"\1F58D";}
.mr-left-writing-hand::before{content:"\1F58E";}
.mr-writing-hand::before{content:"\270D";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-black-pushpin::before{content:"\1F588";}
.mr-round-pushpin::before{content:"\1F4CD";}
.mr-paperclip::before{content:"\1F4CE";}
.mr-linked-paperclips::before{content:"\1F587";}
.mr-straight-ruler::before{content:"\1F4CF";}
.mr-triangular-ruler::before{content:"\1F4D0";}
.mr-black-scissors::before{content:"\2702";}
.mr-eyeglasses::before{content:"\1F453";}
.mr-necktie::before{content:"\1F454";}
.mr-t-shirt::before{content:"\1F455";}
.mr-running-shirt-with-sash::before{content:"\1F3BD";}
.mr-jeans::before{content:"\1F456";}
.mr-bikini::before{content:"\1F459";}
.mr-dress::before{content:"\1F457";}
.mr-kimono::before{content:"\1F458";}
.mr-womans-clothes::before{content:"\1F45A";}
.mr-nail-polish::before{content:"\1F485";}
.mr-gem-stone::before{content:"\1F48E";}
.mr-ring::before{content:"\1F48D";}
.mr-gem-stone::before{content:"\1F48E";}
.mr-crystal-ball::before{content:"\1F52E";}
.mr-bouquet-of-flowers::before{content:"\1F395";}
.mr-bouquet::before{content:"\1F490";}
.mr-rose::before{content:"\1F339";}
.mr-chocolate-bar::before{content:"\1F36B";}
.mr-lollipop::before{content:"\1F36D";}
.mr-ring::before{content:"\1F48D";}
.mr-wedding::before{content:"\1F492";}
.mr-bride-with-veil::before{content:"\1F470";}
.mr-selfie::before{content:"\1F933";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-kiss::before{content:"\1F48F";}
.mr-love-letter::before{content:"\1F48C";}
.mr-couple-with-heart::before{content:"\1F491";}
.mr-baby-angel::before{content:"\1F47C";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-white-scissors::before{content:"\2704";}
.mr-upper-blade-scissors::before{content:"\2701";}
.mr-lower-blade-scissors::before{content:"\2703";}
.mr-briefcase::before{content:"\1F4BC";}
.mr-name-badge::before{content:"\1F4DB";}
.mr-chart-with-upwards-trend-and-yen-sign::before{content:"\1F4B9";}
.mr-chart-with-upwards-trend::before{content:"\1F4C8";}
.mr-chart-with-downwards-trend::before{content:"\1F4C9";}
.mr-bar-chart::before{content:"\1F4CA";}
.mr-stock-chart::before{content:"\1F5E0";}
.mr-money-bag::before{content:"\1F4B0";}
.mr-currency-exchange::before{content:"\1F4B1";}
.mr-heavy-dollar-sign::before{content:"\1F4B2";}
.mr-womans-hat::before{content:"\1F452";}
.mr-crown::before{content:"\1F451";}
.mr-top-hat::before{content:"\1F3A9";}
.mr-graduation-cap::before{content:"\1F393";}
.mr-helmet-with-white-cross::before{content:"\26D1";}
.mr-mans-shoe::before{content:"\1F45E";}
.mr-athletic-shoe::before{content:"\1F45F";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-womans-sandal::before{content:"\1F461";}
.mr-womans-boots::before{content:"\1F462";}
.mr-purse::before{content:"\1F45B";}
.mr-handbag::before{content:"\1F45C";}
.mr-pouch::before{content:"\1F45D";}
.mr-school-satchel::before{content:"\1F392";}
.mr-scarf::before{content:"\1F9E3";}
.mr-gloves::before{content:"\1F9E4";}
.mr-woman-with-bunny-ears::before{content:"\1F46F";}
.mr-dancer::before{content:"\1F483";}
.mr-pregnant-woman::before{content:"\1F930";}
.mr-no-one-under-eighteen-symbol::before{content:"\1F51E";}
.mr-love-hotel::before{content:"\1F3E9";}
.mr-splashing-sweat-symbol::before{content:"\1F4A6";}
.mr-droplet::before{content:"\1F4A7";}
.mr-red-apple::before{content:"\1F34E";}
.mr-peach::before{content:"\1F351";}
.mr-cherries::before{content:"\1F352";}
.mr-banana::before{content:"\1F34C";}
.mr-cucumber::before{content:"\1F952";}
.mr-call-me-hand::before{content:"\1F919";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-credit-card::before{content:"\1F4B3";}
.mr-banknote-with-yen-sign::before{content:"\1F4B4";}
.mr-banknote-with-dollar-sign::before{content:"\1F4B5";}
.mr-banknote-with-euro-sign::before{content:"\1F4B6";}
.mr-banknote-with-pound-sign::before{content:"\1F4B7";}
.mr-money-with-wings::before{content:"\1F4B8";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-coat::before{content:"\1F9E5";}
.mr-socks::before{content:"\1F9E6";}
.mr-billed-cap::before{content:"\1F9E2";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-reversed-hand-with-middle-finger-extended::before{content:"\1F595";}
.mr-white-right-pointing-backhand-index::before{content:"\1F449";}
.mr-turned-ok-hand-sign::before{content:"\1F58F";}
.mr-ok-hand-sign::before{content:"\1F44C";}
.mr-white-left-pointing-backhand-index::before{content:"\1F448";}
.mr-orange-heart::before{content:"\1F9E1";}
.mr-yellow-heart::before{content:"\1F49B";}
.mr-green-heart::before{content:"\1F49A";}
.mr-blue-heart::before{content:"\1F499";}
.mr-purple-heart::before{content:"\1F49C";}
.mr-black-heart::before{content:"\1F5A4";}
.mr-two-hearts::before{content:"\1F495";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-mouse-face::before{content:"\1F42D";}
.mr-hamster-face::before{content:"\1F439";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-tiger-face::before{content:"\1F42F";}
.mr-lion-face::before{content:"\1F981";}
.mr-dog-face::before{content:"\1F436";}
.mr-wolf-face::before{content:"\1F43A";}
.mr-fox-face::before{content:"\1F98A";}
.mr-horse-face::before{content:"\1F434";}
.mr-cow-face::before{content:"\1F42E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-beating-heart::before{content:"\1F493";}
.mr-sparkling-heart::before{content:"\1F496";}
.mr-growing-heart::before{content:"\1F497";}
.mr-heart-with-arrow::before{content:"\1F498";}
.mr-heart-with-ribbon::before{content:"\1F49D";}
.mr-revolving-hearts::before{content:"\1F49E";}
.mr-heart-decoration::before{content:"\1F49F";}
.mr-white-heart-suit::before{content:"\2661";}
.mr-black-heart-suit::before{content:"\2665";}
.mr-heavy-heart-exclamation-mark-ornament::before{content:"\2763";}
.mr-heavy-black-heart::before{content:"\2764";}
.mr-rotated-heavy-black-heart-bullet::before{content:"\2765";}
.mr-floral-heart::before{content:"\2766";}
.mr-reversed-rotated-floral-heart-bullet::before{content:"\2619";}
.mr-rotated-floral-heart-bullet::before{content:"\2767";}
.mr-playing-card-ace-of-hearts::before{content:"\1F0B1";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-thumbs-down-sign::before{content:"\1F44E";}
.mr-reversed-thumbs-up-sign::before{content:"\1F592";}
.mr-reversed-thumbs-down-sign::before{content:"\1F593";}
.mr-ok-hand-sign::before{content:"\1F44C";}
.mr-turned-ok-hand-sign::before{content:"\1F58F";}
.mr-waving-hand-sign::before{content:"\1F44B";}
.mr-clapping-hands-sign::before{content:"\1F44F";}
.mr-sign-of-the-horns::before{content:"\1F918";}
.mr-i-love-you-hand-sign::before{content:"\1F91F";}
.mr-hand-with-index-and-middle-fingers-crossed::before{content:"\1F91E";}
.mr-call-me-hand::before{content:"\1F919";}
.mr-handshake::before{content:"\1F91D";}
.mr-victory-hand::before{content:"\270C";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-butterfly::before{content:"\1F98B";}
.mr-honeybee::before{content:"\1F41D";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-ant::before{content:"\1F41C";}
.mr-bug::before{content:"\1F41B";}
.mr-spider::before{content:"\1F577";}
.mr-spider-web::before{content:"\1F578";}
.mr-scorpion::before{content:"\1F982";}
.mr-cricket::before{content:"\1F997";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pig-face::before{content:"\1F437";}
.mr-bear-face::before{content:"\1F43B";}
.mr-panda-face::before{content:"\1F43C";}
.mr-monkey-face::before{content:"\1F435";}
.mr-frog-face::before{content:"\1F438";}
.mr-dragon-face::before{content:"\1F432";}
.mr-unicorn-face::before{content:"\1F984";}
.mr-cat-face::before{content:"\1F431";}
.mr-grinning-cat-face-with-smiling-eyes::before{content:"\1F638";}
.mr-cat-face-with-tears-of-joy::before{content:"\1F639";}
.mr-smiling-cat-face-with-open-mouth::before{content:"\1F63A";}
.mr-smiling-cat-face-with-heart-shaped-eyes::before{content:"\1F63B";}
.mr-cat-face-with-wry-smile::before{content:"\1F63C";}
.mr-kissing-cat-face-with-closed-eyes::before{content:"\1F63D";}
.mr-pouting-cat-face::before{content:"\1F63E";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-playing-card-knight-of-hearts::before{content:"\1F0BC";}
.mr-playing-card-queen-of-hearts::before{content:"\1F0BD";}
.mr-playing-card-king-of-hearts::before{content:"\1F0BE";}
.mr-broken-heart::before{content:"\1F494";}
.mr-wilted-flower::before{content:"\1F940";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-reversed-victory-hand::before{content:"\1F594";}
.mr-raised-hand-with-part-between-middle-and-ring-fingers::before{content:"\1F596";}
.mr-raised-hand::before{content:"\270B";}
.mr-raised-hand-with-fingers-splayed::before{content:"\1F590";}
.mr-raised-back-of-hand::before{content:"\1F91A";}
.mr-reversed-raised-hand-with-fingers-splayed::before{content:"\1F591";}
.mr-palms-up-together::before{content:"\1F932";}
.mr-open-hands-sign::before{content:"\1F450";}
.mr-fisted-hand-sign::before{content:"\1F44A";}
.mr-left-facing-fist::before{content:"\1F91B";}
.mr-right-facing-fist::before{content:"\1F91C";}
.mr-reversed-hand-with-middle-finger-extended::before{content:"\1F595";}
.mr-white-left-pointing-backhand-index::before{content:"\1F448";}
.mr-white-right-pointing-backhand-index::before{content:"\1F449";}
.mr-white-up-pointing-backhand-index::before{content:"\1F446";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-crying-cat-face::before{content:"\1F63F";}
.mr-weary-cat-face::before{content:"\1F640";}
.mr-cat::before{content:"\1F408";}
.mr-tiger::before{content:"\1F405";}
.mr-leopard::before{content:"\1F406";}
.mr-rat::before{content:"\1F400";}
.mr-mouse::before{content:"\1F401";}
.mr-rhinoceros::before{content:"\1F98F";}
.mr-elephant::before{content:"\1F418";}
.mr-ox::before{content:"\1F402";}
.mr-water-buffalo::before{content:"\1F403";}
.mr-cow::before{content:"\1F404";}
.mr-horse::before{content:"\1F40E";}
.mr-deer::before{content:"\1F98C";}
.mr-goat::before{content:"\1F410";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-soccer-ball::before{content:"\26BD";}
.mr-baseball::before{content:"\26BE";}
.mr-american-football::before{content:"\1F3C8";}
.mr-rugby-football::before{content:"\1F3C9";}
.mr-tennis-racquet-and-ball::before{content:"\1F3BE";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-volleyball::before{content:"\1F3D0";}
.mr-goal-net::before{content:"\1F945";}
.mr-cricket-bat-and-ball::before{content:"\1F3CF";}
.mr-field-hockey-stick-and-ball::before{content:"\1F3D1";}
.mr-ice-hockey-stick-and-puck::before{content:"\1F3D2";}
.mr-table-tennis-paddle-and-ball::before{content:"\1F3D3";}
.mr-one-button-mouse::before{content:"\1F5AF";}
.mr-two-button-mouse::before{content:"\1F5B0";}
.mr-three-button-mouse::before{content:"\1F5B1";}
.mr-trackball::before{content:"\1F5B2";}
.mr-joystick::before{content:"\1F579";}
.mr-wired-keyboard::before{content:"\1F5AE";}
.mr-keyboard-and-mouse::before{content:"\1F5A6";}
.mr-video-game::before{content:"\1F3AE";}
.mr-musical-keyboard-with-jacks::before{content:"\1F398";}
.mr-level-slider::before{content:"\1F39A";}
.mr-control-knobs::before{content:"\1F39B";}
.mr-mobile-phone::before{content:"\1F4F1";}
.mr-mobile-phone-with-rightwards-arrow-at-left::before{content:"\1F4F2";}
.mr-vibration-mode::before{content:"\1F4F3";}
.mr-mobile-phone-off::before{content:"\1F4F4";}
.mr-white-down-pointing-backhand-index::before{content:"\1F447";}
.mr-black-left-pointing-index::before{content:"\261A";}
.mr-black-right-pointing-index::before{content:"\261B";}
.mr-white-left-pointing-index::before{content:"\261C";}
.mr-white-right-pointing-index::before{content:"\261E";}
.mr-white-up-pointing-index::before{content:"\261D";}
.mr-white-down-pointing-index::before{content:"\261F";}
.mr-black-left-pointing-backhand-index::before{content:"\1F59C";}
.mr-black-right-pointing-backhand-index::before{content:"\1F59D";}
.mr-black-up-pointing-backhand-index::before{content:"\1F5A2";}
.mr-black-down-pointing-backhand-index::before{content:"\1F5A3";}
.mr-sideways-white-left-pointing-index::before{content:"\1F598";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-ram::before{content:"\1F40F";}
.mr-sheep::before{content:"\1F411";}
.mr-pig::before{content:"\1F416";}
.mr-boar::before{content:"\1F417";}
.mr-dromedary-camel::before{content:"\1F42A";}
.mr-bactrian-camel::before{content:"\1F42B";}
.mr-gorilla::before{content:"\1F98D";}
.mr-dragon::before{content:"\1F409";}
.mr-bat::before{content:"\1F987";}
.mr-snake::before{content:"\1F40D";}
.mr-rabbit::before{content:"\1F407";}
.mr-monkey::before{content:"\1F412";}
.mr-dog::before{content:"\1F415";}
.mr-nail-polish::before{content:"\1F485";}
.mr-gem-stone::before{content:"\1F48E";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-badminton-racquet-and-shuttlecock::before{content:"\1F3F8";}
.mr-bow-and-arrow::before{content:"\1F3F9";}
.mr-canoe::before{content:"\1F6F6";}
.mr-boxing-glove::before{content:"\1F94A";}
.mr-martial-arts-uniform::before{content:"\1F94B";}
.mr-bowling::before{content:"\1F3B3";}
.mr-runner::before{content:"\1F3C3";}
.mr-horse-racing::before{content:"\1F3C7";}
.mr-person-with-ball::before{content:"\26F9";}
.mr-weight-lifter::before{content:"\1F3CB";}
.mr-golfer::before{content:"\1F3CC";}
.mr-fencer::before{content:"\1F93A";}
.mr-wrestlers::before{content:"\1F93C";}
.mr-no-mobile-phones::before{content:"\1F4F5";}
.mr-clamshell-mobile-phone::before{content:"\1F581";}
.mr-antenna-with-bars::before{content:"\1F4F6";}
.mr-telephone-receiver::before{content:"\1F4DE";}
.mr-black-telephone::before{content:"\260E";}
.mr-white-telephone::before{content:"\260F";}
.mr-telephone-location-sign::before{content:"\2706";}
.mr-left-hand-telephone-receiver::before{content:"\1F57B";}
.mr-telephone-receiver-with-page::before{content:"\1F57C";}
.mr-right-hand-telephone-receiver::before{content:"\1F57D";}
.mr-telephone-sign::before{content:"\2121";}
.mr-black-touchtone-telephone::before{content:"\1F57F";}
.mr-telephone-on-top-of-modem::before{content:"\1F580";}
.mr-sideways-white-right-pointing-index::before{content:"\1F599";}
.mr-sideways-white-up-pointing-index::before{content:"\1F59E";}
.mr-sideways-white-down-pointing-index::before{content:"\1F59F";}
.mr-white-down-pointing-left-hand-index::before{content:"\1F597";}
.mr-sideways-black-left-pointing-index::before{content:"\1F59A";}
.mr-sideways-black-right-pointing-index::before{content:"\1F59B";}
.mr-sideways-black-up-pointing-index::before{content:"\1F5A0";}
.mr-sideways-black-down-pointing-index::before{content:"\1F5A1";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-poodle::before{content:"\1F429";}
.mr-koala::before{content:"\1F428";}
.mr-chipmunk::before{content:"\1F43F";}
.mr-eagle::before{content:"\1F985";}
.mr-owl::before{content:"\1F989";}
.mr-duck::before{content:"\1F986";}
.mr-rooster::before{content:"\1F413";}
.mr-chicken::before{content:"\1F414";}
.mr-turkey::before{content:"\1F983";}
.mr-dove-of-peace::before{content:"\1F54A";}
.mr-hatching-chick::before{content:"\1F423";}
.mr-crystal-ball::before{content:"\1F52E";}
.mr-hocho::before{content:"\1F52A";}
.mr-electric-torch::before{content:"\1F526";}
.mr-artist-palette::before{content:"\1F3A8";}
.mr-syringe::before{content:"\1F489";}
.mr-pill::before{content:"\1F48A";}
.mr-pistol::before{content:"\1F52B";}
.mr-bomb::before{content:"\1F4A3";}
.mr-shopping-trolley::before{content:"\1F6D2";}
.mr-seat::before{content:"\1F4BA";}
.mr-military-medal::before{content:"\1F396";}
.mr-reminder-ribbon::before{content:"\1F397";}
.mr-ringing-bell::before{content:"\1F56D";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-handball::before{content:"\1F93E";}
.mr-man-dancing::before{content:"\1F57A";}
.mr-person-doing-cartwheel::before{content:"\1F938";}
.mr-juggling::before{content:"\1F939";}
.mr-swimmer::before{content:"\1F3CA";}
.mr-surfer::before{content:"\1F3C4";}
.mr-water-polo::before{content:"\1F93D";}
.mr-ski-and-ski-boot::before{content:"\1F3BF";}
.mr-ice-skate::before{content:"\26F8";}
.mr-skier::before{content:"\26F7";}
.mr-snowboarder::before{content:"\1F3C2";}
.mr-sled::before{content:"\1F6F7";}
.mr-curling-stone::before{content:"\1F94C";}
.mr-trophy::before{content:"\1F3C6";}
.mr-sports-medal::before{content:"\1F3C5";}
.mr-first-place-medal::before{content:"\1F947";}
.mr-second-place-medal::before{content:"\1F948";}
.mr-pager::before{content:"\1F4DF";}
.mr-fax-machine::before{content:"\1F4E0";}
.mr-hard-disk::before{content:"\1F5B4";}
.mr-dvd::before{content:"\1F4C0";}
.mr-minidisc::before{content:"\1F4BD";}
.mr-optical-disc::before{content:"\1F4BF";}
.mr-optical-disc-icon::before{content:"\1F5B8";}
.mr-floppy-disk::before{content:"\1F4BE";}
.mr-black-hard-shell-floppy-disk::before{content:"\1F5AA";}
.mr-white-hard-shell-floppy-disk::before{content:"\1F5AB";}
.mr-soft-shell-floppy-disk::before{content:"\1F5AC";}
.mr-tape-drive::before{content:"\2707";}
.mr-tape-cartridge::before{content:"\1F5AD";}
.mr-old-personal-computer::before{content:"\1F5B3";}
.mr-personal-computer::before{content:"\1F4BB";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-bread::before{content:"\1F35E";}
.mr-cheese-wedge::before{content:"\1F9C0";}
.mr-egg::before{content:"\1F95A";}
.mr-croissant::before{content:"\1F950";}
.mr-baguette-bread::before{content:"\1F956";}
.mr-pancakes::before{content:"\1F95E";}
.mr-roasted-sweet-potato::before{content:"\1F360";}
.mr-hamburger::before{content:"\1F354";}
.mr-slice-of-pizza::before{content:"\1F355";}
.mr-spaghetti::before{content:"\1F35D";}
.mr-french-fries::before{content:"\1F35F";}
.mr-fried-shrimp::before{content:"\1F364";}
.mr-hot-dog::before{content:"\1F32D";}
.mr-taco::before{content:"\1F32E";}
.mr-burrito::before{content:"\1F32F";}
.mr-curry-and-rice::before{content:"\1F35B";}
.mr-black-chess-king::before{content:"\265A";}
.mr-black-chess-queen::before{content:"\265B";}
.mr-black-chess-rook::before{content:"\265C";}
.mr-black-chess-bishop::before{content:"\265D";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-black-chess-pawn::before{content:"\265F";}
.mr-white-chess-king::before{content:"\2654";}
.mr-white-chess-queen::before{content:"\2655";}
.mr-white-chess-rook::before{content:"\2656";}
.mr-white-chess-bishop::before{content:"\2657";}
.mr-white-chess-knight::before{content:"\2658";}
.mr-white-chess-pawn::before{content:"\2659";}
.mr-die-face-1::before{content:"\2680";}
.mr-die-face-2::before{content:"\2681";}
.mr-die-face-3::before{content:"\2682";}
.mr-baby-chick::before{content:"\1F424";}
.mr-front-facing-baby-chick::before{content:"\1F425";}
.mr-bird::before{content:"\1F426";}
.mr-penguin::before{content:"\1F427";}
.mr-whale::before{content:"\1F40B";}
.mr-spouting-whale::before{content:"\1F433";}
.mr-dolphin::before{content:"\1F42C";}
.mr-shark::before{content:"\1F988";}
.mr-fish::before{content:"\1F41F";}
.mr-tropical-fish::before{content:"\1F420";}
.mr-blowfish::before{content:"\1F421";}
.mr-octopus::before{content:"\1F419";}
.mr-squid::before{content:"\1F991";}
.mr-shrimp::before{content:"\1F990";}
.mr-crab::before{content:"\1F980";}
.mr-spiral-shell::before{content:"\1F41A";}
.mr-candle::before{content:"\1F56F";}
.mr-mantelpiece-clock::before{content:"\1F570";}
.mr-microscope::before{content:"\1F52C";}
.mr-telescope::before{content:"\1F52D";}
.mr-scales::before{content:"\2696";}
.mr-alembic::before{content:"\2697";}
.mr-alchemical-symbol-for-gold::before{content:"\1F71A";}
.mr-nut-and-bolt::before{content:"\1F529";}
.mr-chains::before{content:"\26D3";}
.mr-hammer::before{content:"\1F528";}
.mr-pick::before{content:"\26CF";}
.mr-wrench::before{content:"\1F527";}
.mr-gear::before{content:"\2699";}
.mr-gear-without-hub::before{content:"\26ED";}
.mr-third-place-medal::before{content:"\1F949";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-flag-in-hole::before{content:"\26F3";}
.mr-white-flag::before{content:"\2690";}
.mr-black-flag::before{content:"\2691";}
.mr-white-flag-with-horizontal-middle-black-stripe::before{content:"\26FF";}
.mr-triangular-flag-on-post::before{content:"\1F6A9";}
.mr-white-pennant::before{content:"\1F3F1";}
.mr-black-pennant::before{content:"\1F3F2";}
.mr-waving-white-flag::before{content:"\1F3F3";}
.mr-tent::before{content:"\26FA";}
.mr-fishing-pole-and-fish::before{content:"\1F3A3";}
.mr-direct-hit::before{content:"\1F3AF";}
.mr-desktop-computer::before{content:"\1F5A5";}
.mr-pocket-calculator::before{content:"\1F5A9";}
.mr-printer::before{content:"\1F5A8";}
.mr-three-networked-computers::before{content:"\1F5A7";}
.mr-camera::before{content:"\1F4F7";}
.mr-camera-with-flash::before{content:"\1F4F8";}
.mr-movie-camera::before{content:"\1F3A5";}
.mr-video-camera::before{content:"\1F4F9";}
.mr-film-projector::before{content:"\1F4FD";}
.mr-headphone::before{content:"\1F3A7";}
.mr-microphone::before{content:"\1F3A4";}
.mr-studio-microphone::before{content:"\1F399";}
.mr-public-address-loudspeaker::before{content:"\1F4E2";}
.mr-cheering-megaphone::before{content:"\1F4E3";}
.mr-bullhorn::before{content:"\1F56B";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-stuffed-flatbread::before{content:"\1F959";}
.mr-shallow-pan-of-food::before{content:"\1F958";}
.mr-green-salad::before{content:"\1F957";}
.mr-bacon::before{content:"\1F953";}
.mr-meat-on-bone::before{content:"\1F356";}
.mr-poultry-leg::before{content:"\1F357";}
.mr-cooked-rice::before{content:"\1F35A";}
.mr-steaming-bowl::before{content:"\1F35C";}
.mr-rice-cracker::before{content:"\1F358";}
.mr-rice-ball::before{content:"\1F359";}
.mr-sushi::before{content:"\1F363";}
.mr-fish-cake-with-swirl-design::before{content:"\1F365";}
.mr-bento-box::before{content:"\1F371";}
.mr-pot-of-food::before{content:"\1F372";}
.mr-grapes::before{content:"\1F347";}
.mr-melon::before{content:"\1F348";}
.mr-watermelon::before{content:"\1F349";}
.mr-tangerine::before{content:"\1F34A";}
.mr-lemon::before{content:"\1F34B";}
.mr-banana::before{content:"\1F34C";}
.mr-pineapple::before{content:"\1F34D";}
.mr-aries::before{content:"\2648";}
.mr-taurus::before{content:"\2649";}
.mr-gemini::before{content:"\264A";}
.mr-cancer::before{content:"\264B";}
.mr-leo::before{content:"\264C";}
.mr-virgo::before{content:"\264D";}
.mr-libra::before{content:"\264E";}
.mr-scorpius::before{content:"\264F";}
.mr-sagittarius::before{content:"\2650";}
.mr-capricorn::before{content:"\2651";}
.mr-aquarius::before{content:"\2652";}
.mr-pisces::before{content:"\2653";}
.mr-black-sun-with-rays::before{content:"\2600";}
.mr-white-sun-with-rays::before{content:"\263C";}
.mr-sun::before{content:"\2609";}
.mr-sun-with-face::before{content:"\1F31E";}
.mr-new-moon-symbol::before{content:"\1F311";}
.mr-waxing-crescent-moon-symbol::before{content:"\1F312";}
.mr-first-quarter-moon-symbol::before{content:"\1F313";}
.mr-waxing-gibbous-moon-symbol::before{content:"\1F314";}
.mr-full-moon-symbol::before{content:"\1F315";}
.mr-waning-gibbous-moon-symbol::before{content:"\1F316";}
.mr-last-quarter-moon-symbol::before{content:"\1F317";}
.mr-palm-branch::before{content:"\2E19";}
.mr-chestnut::before{content:"\1F330";}
.mr-seedling::before{content:"\1F331";}
.mr-ear-of-maize::before{content:"\1F33D";}
.mr-ear-of-rice::before{content:"\1F33E";}
.mr-herb::before{content:"\1F33F";}
.mr-four-leaf-clover::before{content:"\1F340";}
.mr-maple-leaf::before{content:"\1F341";}
.mr-fallen-leaf::before{content:"\1F342";}
.mr-leaf-fluttering-in-wind::before{content:"\1F343";}
.mr-cactus::before{content:"\1F335";}
.mr-christmas-tree::before{content:"\1F384";}
.mr-tanabata-tree::before{content:"\1F38B";}
.mr-evergreen-tree::before{content:"\1F332";}
.mr-decidαcps-tree::before{content:"\1F333";}
.mr-white-sun::before{content:"\1F323";}
.mr-sun-with-face::before{content:"\1F31E";}
.mr-sun-behind-cloud::before{content:"\26C5";}
.mr-white-sun-with-small-cloud::before{content:"\1F324";}
.mr-white-sun-behind-cloud::before{content:"\1F325";}
.mr-umbrella-on-ground::before{content:"\26F1";}
.mr-rain::before{content:"\26C6";}
.mr-black-droplet::before{content:"\1F322";}
.mr-umbrella::before{content:"\2602";}
.mr-umbrella-with-rain-drops::before{content:"\2614";}
.mr-closed-umbrella::before{content:"\1F302";}
.mr-white-sun-behind-cloud-with-rain::before{content:"\1F326";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-cloud-with-snow::before{content:"\1F328";}
.mr-cloud-with-lightning::before{content:"\1F329";}
.mr-thunder-cloud-and-rain::before{content:"\26C8";}
.mr-snowflake::before{content:"\2744";}
.mr-tight-trifoliate-snowflake::before{content:"\2745";}
.mr-die-face-4::before{content:"\2683";}
.mr-die-face-5::before{content:"\2684";}
.mr-die-face-6::before{content:"\2685";}
.mr-black-spade-suit::before{content:"\2660";}
.mr-black-club-suit::before{content:"\2663";}
.mr-black-heart-suit::before{content:"\2665";}
.mr-black-diamond-suit::before{content:"\2666";}
.mr-white-spade-suit::before{content:"\2664";}
.mr-white-club-suit::before{content:"\2667";}
.mr-white-heart-suit::before{content:"\2661";}
.mr-white-diamond-suit::before{content:"\2662";}
.mr-white-draughts-man::before{content:"\26C0";}
.mr-white-draughts-king::before{content:"\26C1";}
.mr-black-draughts-man::before{content:"\26C2";}
.mr-black-draughts-king::before{content:"\26C3";}
.mr-black-shogi-piece::before{content:"\2617";}
.mr-turned-black-shogi-piece::before{content:"\26CA";}
.mr-white-shogi-piece::before{content:"\2616";}
.mr-turned-white-shogi-piece::before{content:"\26C9";}
.mr-playing-card-ace-of-hearts::before{content:"\1F0B1";}
.mr-snail::before{content:"\1F40C";}
.mr-turtle::before{content:"\1F422";}
.mr-lizard::before{content:"\1F98E";}
.mr-crocodile::before{content:"\1F40A";}
.mr-see-no-evil-monkey::before{content:"\1F648";}
.mr-hear-no-evil-monkey::before{content:"\1F649";}
.mr-speak-no-evil-monkey::before{content:"\1F64A";}
.mr-carousel-horse::before{content:"\1F3A0";}
.mr-white-chess-knight::before{content:"\2658";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-pig-nose::before{content:"\1F43D";}
.mr-paw-prints::before{content:"\1F43E";}
.mr-carousel-horse::before{content:"\1F3A0";}
.mr-horse-racing::before{content:"\1F3C7";}
.mr-rat::before{content:"\1F400";}
.mr-water-buffalo::before{content:"\1F403";}
.mr-tiger::before{content:"\1F405";}
.mr-rabbit::before{content:"\1F407";}
.mr-gear-with-handles::before{content:"\26EE";}
.mr-ticket::before{content:"\1F3AB";}
.mr-film-frames::before{content:"\1F39E";}
.mr-admission-tickets::before{content:"\1F39F";}
.mr-crossed-flags::before{content:"\1F38C";}
.mr-pine-decoration::before{content:"\1F38D";}
.mr-japanese-dolls::before{content:"\1F38E";}
.mr-izakaya-lantern::before{content:"\1F3EE";}
.mr-carp-streamer::before{content:"\1F38F";}
.mr-wind-chime::before{content:"\1F390";}
.mr-crossed-swords::before{content:"\2694";}
.mr-coffin::before{content:"\26B0";}
.mr-funeral-urn::before{content:"\26B1";}
.mr-amphora::before{content:"\1F3FA";}
.mr-billiards::before{content:"\1F3B1";}
.mr-slot-machine::before{content:"\1F3B0";}
.mr-game-die::before{content:"\1F3B2";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-bullhorn-with-sound-waves::before{content:"\1F56C";}
.mr-television::before{content:"\1F4FA";}
.mr-radio::before{content:"\1F4FB";}
.mr-portable-stereo::before{content:"\1F4FE";}
.mr-videocassette::before{content:"\1F4FC";}
.mr-satellite-antenna::before{content:"\1F4E1";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-octagonal-sign::before{content:"\1F6D1";}
.mr-no-entry::before{content:"\26D4";}
.mr-warning-sign::before{content:"\26A0";}
.mr-caution-sign::before{content:"\2621";}
.mr-black-two-way-left-way-traffic::before{content:"\26D6";}
.mr-white-two-way-left-way-traffic::before{content:"\26D7";}
.mr-circled-crossing-lanes::before{content:"\26D2";}
.mr-car-sliding::before{content:"\26D0";}
.mr-disabled-car::before{content:"\26CD";}
.mr-heavy-white-down-pointing-triangle::before{content:"\26DB";}
.mr-restricted-left-entry-2::before{content:"\26E1";}
.mr-crossing-lanes::before{content:"\26CC";}
.mr-alternate-one-way-left-way-traffic::before{content:"\26D5";}
.mr-drive-slow-sign::before{content:"\26DA";}
.mr-black-left-lane-merge::before{content:"\26D8";}
.mr-white-left-lane-merge::before{content:"\26D9";}
.mr-left-closed-entry::before{content:"\26DC";}
.mr-restricted-left-entry-1::before{content:"\26E0";}
.mr-wheelchair-symbol::before{content:"\267F";}
.mr-airplane::before{content:"\2708";}
.mr-telephone-location-sign::before{content:"\2706";}
.mr-black-telephone::before{content:"\260E";}
.mr-white-telephone::before{content:"\260F";}
.mr-fuel-pump::before{content:"\26FD";}
.mr-cup-on-black-square::before{content:"\26FE";}
.mr-red-apple::before{content:"\1F34E";}
.mr-green-apple::before{content:"\1F34F";}
.mr-pear::before{content:"\1F350";}
.mr-peach::before{content:"\1F351";}
.mr-cherries::before{content:"\1F352";}
.mr-strawberry::before{content:"\1F353";}
.mr-kiwifruit::before{content:"\1F95D";}
.mr-mushroom::before{content:"\1F344";}
.mr-tomato::before{content:"\1F345";}
.mr-aubergine::before{content:"\1F346";}
.mr-hot-pepper::before{content:"\1F336";}
.mr-avocado::before{content:"\1F951";}
.mr-potato::before{content:"\1F954";}
.mr-carrot::before{content:"\1F955";}
.mr-cucumber::before{content:"\1F952";}
.mr-peanuts::before{content:"\1F95C";}
.mr-shortcake::before{content:"\1F370";}
.mr-birthday-cake::before{content:"\1F382";}
.mr-ice-cream::before{content:"\1F368";}
.mr-soft-ice-cream::before{content:"\1F366";}
.mr-doughnut::before{content:"\1F369";}
.mr-cookie::before{content:"\1F36A";}
.mr-popcorn::before{content:"\1F37F";}
.mr-custard::before{content:"\1F36E";}
.mr-honey-pot::before{content:"\1F36F";}
.mr-waning-crescent-moon-symbol::before{content:"\1F318";}
.mr-crescent-moon::before{content:"\1F319";}
.mr-first-quarter-moon::before{content:"\263D";}
.mr-last-quarter-moon::before{content:"\263E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-last-quarter-moon-with-face::before{content:"\1F31C";}
.mr-full-moon-with-face::before{content:"\1F31D";}
.mr-new-moon-with-face::before{content:"\1F31A";}
.mr-mercury::before{content:"\263F";}
.mr-female-sign::before{content:"\2640";}
.mr-earth::before{content:"\2641";}
.mr-male-sign::before{content:"\2642";}
.mr-jupiter::before{content:"\2643";}
.mr-saturn::before{content:"\2644";}
.mr-uranus::before{content:"\2645";}
.mr-astronomical-symbol-for-uranus::before{content:"\26E2";}
.mr-neptune::before{content:"\2646";}
.mr-pluto::before{content:"\2647";}
.mr-ceres::before{content:"\26B3";}
.mr-pallas::before{content:"\26B4";}
.mr-juno::before{content:"\26B5";}
.mr-vesta::before{content:"\26B6";}
.mr-chiron::before{content:"\26B7";}
.mr-ophiuchus::before{content:"\26CE";}
.mr-comet::before{content:"\2604";}
.mr-palm-tree::before{content:"\1F334";}
.mr-white-flower::before{content:"\1F4AE";}
.mr-cherry-blossom::before{content:"\1F338";}
.mr-tulip::before{content:"\1F337";}
.mr-rose::before{content:"\1F339";}
.mr-hibiscus::before{content:"\1F33A";}
.mr-sunflower::before{content:"\1F33B";}
.mr-blossom::before{content:"\1F33C";}
.mr-wilted-flower::before{content:"\1F940";}
.mr-bouquet-of-flowers::before{content:"\1F395";}
.mr-flower::before{content:"\2698";}
.mr-rosette::before{content:"\1F3F5";}
.mr-black-rosette::before{content:"\1F3F6";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-heavy-chevron-snowflake::before{content:"\2746";}
.mr-wind-chime::before{content:"\1F390";}
.mr-snowman::before{content:"\2603";}
.mr-snowman-without-snow::before{content:"\26C4";}
.mr-black-snowman::before{content:"\26C7";}
.mr-cloud-with-tornado::before{content:"\1F32A";}
.mr-cyclone::before{content:"\1F300";}
.mr-lightning::before{content:"\2607";}
.mr-thunderstorm::before{content:"\2608";}
.mr-cloud::before{content:"\2601";}
.mr-fog::before{content:"\1F32B";}
.mr-foggy::before{content:"\1F301";}
.mr-rainbow::before{content:"\1F308";}
.mr-wind-blowing-face::before{content:"\1F32C";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-playing-card-two-of-hearts::before{content:"\1F0B2";}
.mr-playing-card-three-of-hearts::before{content:"\1F0B3";}
.mr-playing-card-four-of-hearts::before{content:"\1F0B4";}
.mr-playing-card-five-of-hearts::before{content:"\1F0B5";}
.mr-playing-card-six-of-hearts::before{content:"\1F0B6";}
.mr-playing-card-seven-of-hearts::before{content:"\1F0B7";}
.mr-playing-card-eight-of-hearts::before{content:"\1F0B8";}
.mr-playing-card-nine-of-hearts::before{content:"\1F0B9";}
.mr-playing-card-ten-of-hearts::before{content:"\1F0BA";}
.mr-playing-card-jack-of-hearts::before{content:"\1F0BB";}
.mr-playing-card-knight-of-hearts::before{content:"\1F0BC";}
.mr-playing-card-queen-of-hearts::before{content:"\1F0BD";}
.mr-playing-card-king-of-hearts::before{content:"\1F0BE";}
.mr-playing-card-ace-of-spades::before{content:"\1F0A1";}
.mr-playing-card-two-of-spades::before{content:"\1F0A2";}
.mr-playing-card-three-of-spades::before{content:"\1F0A3";}
.mr-playing-card-four-of-spades::before{content:"\1F0A4";}
.mr-playing-card-five-of-spades::before{content:"\1F0A5";}
.mr-playing-card-six-of-spades::before{content:"\1F0A6";}
.mr-playing-card-seven-of-spades::before{content:"\1F0A7";}
.mr-playing-card-eight-of-spades::before{content:"\1F0A8";}
.mr-playing-card-nine-of-spades::before{content:"\1F0A9";}
.mr-playing-card-ten-of-spades::before{content:"\1F0AA";}
.mr-playing-card-jack-of-spades::before{content:"\1F0AB";}
.mr-playing-card-knight-of-spades::before{content:"\1F0AC";}
.mr-playing-card-queen-of-spades::before{content:"\1F0AD";}
.mr-playing-card-king-of-spades::before{content:"\1F0AE";}
.mr-playing-card-ace-of-diamonds::before{content:"\1F0C1";}
.mr-dragon::before{content:"\1F409";}
.mr-snake::before{content:"\1F40D";}
.mr-horse::before{content:"\1F40E";}
.mr-goat::before{content:"\1F410";}
.mr-monkey::before{content:"\1F412";}
.mr-rooster::before{content:"\1F413";}
.mr-dog::before{content:"\1F415";}
.mr-pig::before{content:"\1F416";}
.mr-zebra-face::before{content:"\1F993";}
.mr-giraffe-face::before{content:"\1F992";}
.mr-hedgehog::before{content:"\1F994";}
.mr-sauropod::before{content:"\1F995";}
.mr-t-rex::before{content:"\1F996";}
.mr-cricket::before{content:"\1F997";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-anchor::before{content:"\2693";}
.mr-menorah-with-nine-branches::before{content:"\1F54E";}
.mr-prayer-beads::before{content:"\1F4FF";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-musical-keyboard::before{content:"\1F3B9";}
.mr-violin::before{content:"\1F3BB";}
.mr-saxophone::before{content:"\1F3B7";}
.mr-trumpet::before{content:"\1F3BA";}
.mr-guitar::before{content:"\1F3B8";}
.mr-drum-with-drumsticks::before{content:"\1F941";}
.mr-musical-note::before{content:"\1F3B5";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-musical-score::before{content:"\1F3BC";}
.mr-beamed-ascending-musical-notes::before{content:"\1F39C";}
.mr-beamed-descending-musical-notes::before{content:"\1F39D";}
.mr-quarter-note::before{content:"\2669";}
.mr-eighth-note::before{content:"\266A";}
.mr-beamed-eighth-notes::before{content:"\266B";}
.mr-beamed-sixteenth-notes::before{content:"\266C";}
.mr-airplane-departure::before{content:"\1F6EB";}
.mr-airplane-arriving::before{content:"\1F6EC";}
.mr-small-airplane::before{content:"\1F6E9";}
.mr-airplane::before{content:"\2708";}
.mr-up-pointing-airplane::before{content:"\1F6E7";}
.mr-northeast-pointing-airplane::before{content:"\1F6EA";}
.mr-up-pointing-small-airplane::before{content:"\1F6E8";}
.mr-up-pointing-military-airplane::before{content:"\1F6E6";}
.mr-helicopter::before{content:"\1F681";}
.mr-rocket::before{content:"\1F680";}
.mr-leftwards-rocket::before{content:"\1F66C";}
.mr-upwards-rocket::before{content:"\1F66D";}
.mr-rightwards-rocket::before{content:"\1F66E";}
.mr-downwards-rocket::before{content:"\1F66F";}
.mr-flying-saucer::before{content:"\1F6F8";}
.mr-ferry::before{content:"\26F4";}
.mr-ship::before{content:"\1F6A2";}
.mr-sailboat::before{content:"\26F5";}
.mr-hot-beverage::before{content:"\2615";}
.mr-pedestrian::before{content:"\1F6B6";}
.mr-no-pedestrians::before{content:"\1F6B7";}
.mr-children-crossing::before{content:"\1F6B8";}
.mr-hot-springs::before{content:"\2668";}
.mr-castle::before{content:"\26EB";}
.mr-historic-site::before{content:"\26EC";}
.mr-headstone-graveyard-symbol::before{content:"\26FC";}
.mr-mountain::before{content:"\26F0";}
.mr-fountain::before{content:"\26F2";}
.mr-japanese-bank-symbol::before{content:"\26FB";}
.mr-map-symbol-for-lighthouse::before{content:"\26EF";}
.mr-horizontal-traffic-light::before{content:"\1F6A5";}
.mr-vertical-traffic-light::before{content:"\1F6A6";}
.mr-construction-sign::before{content:"\1F6A7";}
.mr-police-cars-revolving-light::before{content:"\1F6A8";}
.mr-triangular-flag-on-post::before{content:"\1F6A9";}
.mr-no-entry-sign::before{content:"\1F6AB";}
.mr-smoking-symbol::before{content:"\1F6AC";}
.mr-no-smoking-symbol::before{content:"\1F6AD";}
.mr-put-litter-in-its-place-symbol::before{content:"\1F6AE";}
.mr-do-not-litter-symbol::before{content:"\1F6AF";}
.mr-potable-water-symbol::before{content:"\1F6B0";}
.mr-non-potable-water-symbol::before{content:"\1F6B1";}
.mr-mens-symbol::before{content:"\1F6B9";}
.mr-womens-symbol::before{content:"\1F6BA";}
.mr-restroom::before{content:"\1F6BB";}
.mr-shaved-ice::before{content:"\1F367";}
.mr-dango::before{content:"\1F361";}
.mr-oden::before{content:"\1F362";}
.mr-chocolate-bar::before{content:"\1F36B";}
.mr-candy::before{content:"\1F36C";}
.mr-lollipop::before{content:"\1F36D";}
.mr-beer-mug::before{content:"\1F37A";}
.mr-clinking-beer-mugs::before{content:"\1F37B";}
.mr-wine-glass::before{content:"\1F377";}
.mr-cocktail-glass::before{content:"\1F378";}
.mr-tropical-drink::before{content:"\1F379";}
.mr-sake-bottle-and-cup::before{content:"\1F376";}
.mr-clinking-glasses::before{content:"\1F942";}
.mr-tumbler-glass::before{content:"\1F943";}
.mr-bottle-with-popping-cork::before{content:"\1F37E";}
.mr-glass-of-milk::before{content:"\1F95B";}
.mr-teacup-without-handle::before{content:"\1F375";}
.mr-baby-bottle::before{content:"\1F37C";}
.mr-hot-beverage::before{content:"\2615";}
.mr-cooking::before{content:"\1F373";}
.mr-black-moon-lilith::before{content:"\26B8";}
.mr-sextile::before{content:"\26B9";}
.mr-semisextile::before{content:"\26BA";}
.mr-sesquiquadrate::before{content:"\26BC";}
.mr-quincunx::before{content:"\26BB";}
.mr-die-face-5::before{content:"\2684";}
.mr-ascending-node::before{content:"\260A";}
.mr-descending-node::before{content:"\260B";}
.mr-conjunction::before{content:"\260C";}
.mr-opposition::before{content:"\260D";}
.mr-earth::before{content:"\2641";}
.mr-circled-plus::before{content:"\2295";}
.mr-female-sign::before{content:"\2640";}
.mr-male-sign::before{content:"\2642";}
.mr-pluto::before{content:"\2647";}
.mr-black-moon-lilith::before{content:"\26B8";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-playing-card-two-of-diamonds::before{content:"\1F0C2";}
.mr-playing-card-three-of-diamonds::before{content:"\1F0C3";}
.mr-playing-card-four-of-diamonds::before{content:"\1F0C4";}
.mr-playing-card-five-of-diamonds::before{content:"\1F0C5";}
.mr-playing-card-six-of-diamonds::before{content:"\1F0C6";}
.mr-playing-card-seven-of-diamonds::before{content:"\1F0C7";}
.mr-playing-card-eight-of-diamonds::before{content:"\1F0C8";}
.mr-playing-card-nine-of-diamonds::before{content:"\1F0C9";}
.mr-playing-card-ten-of-diamonds::before{content:"\1F0CA";}
.mr-playing-card-jack-of-diamonds::before{content:"\1F0CB";}
.mr-playing-card-knight-of-diamonds::before{content:"\1F0CC";}
.mr-playing-card-queen-of-diamonds::before{content:"\1F0CD";}
.mr-playing-card-king-of-diamonds::before{content:"\1F0CE";}
.mr-playing-card-ace-of-clubs::before{content:"\1F0D1";}
.mr-playing-card-two-of-clubs::before{content:"\1F0D2";}
.mr-playing-card-three-of-clubs::before{content:"\1F0D3";}
.mr-playing-card-four-of-clubs::before{content:"\1F0D4";}
.mr-playing-card-five-of-clubs::before{content:"\1F0D5";}
.mr-playing-card-six-of-clubs::before{content:"\1F0D6";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-white-flag::before{content:"\2690";}
.mr-black-flag::before{content:"\2691";}
.mr-waving-white-flag::before{content:"\1F3F3";}
.mr-waving-black-flag::before{content:"\1F3F4";}
.mr-triangular-flag-on-post::before{content:"\1F6A9";}
.mr-crossed-flags::before{content:"\1F38C";}
.mr-flag-in-hole::before{content:"\26F3";}
.mr-white-flag-with-horizontal-middle-black-stripe::before{content:"\26FF";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-male-sign::before{content:"\2642";}
.mr-female-sign::before{content:"\2640";}
.mr-male-with-stroke-sign::before{content:"\26A6";}
.mr-vertical-male-with-stroke-sign::before{content:"\26A8";}
.mr-horizontal-male-with-stroke-sign::before{content:"\26A9";}
.mr-neuter::before{content:"\26B2";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-doubled-female-sign::before{content:"\26A2";}
.mr-doubled-male-sign::before{content:"\26A3";}
.mr-male-and-female-sign::before{content:"\26A5";}
.mr-male-with-stroke-and-male-and-female-sign::before{content:"\26A7";}
.mr-two-men-holding-hands::before{content:"\1F46C";}
.mr-two-women-holding-hands::before{content:"\1F46D";}
.mr-marriage-symbol::before{content:"\26AD";}
.mr-divorce-symbol::before{content:"\26AE";}
.mr-unmarried-partnership-symbol::before{content:"\26AF";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-greek-small-letter-mu::before{content:"\3BC";}
.mr-micro-sign::before{content:"\B5";}
.mr-greek-small-letter-pi::before{content:"\3C0";}
.mr-earth::before{content:"\2641";}
.mr-circled-plus::before{content:"\2295";}
.mr-female-sign::before{content:"\2640";}
.mr-male-sign::before{content:"\2642";}
.mr-male-and-female-sign::before{content:"\26A5";}
.mr-male-with-stroke-and-male-and-female-sign::before{content:"\26A7";}
.mr-male-with-stroke-sign::before{content:"\26A6";}
.mr-vertical-male-with-stroke-sign::before{content:"\26A8";}
.mr-horizontal-male-with-stroke-sign::before{content:"\26A9";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-musical-symbol-breve::before{content:"\1D15C";}
.mr-musical-symbol-whole-note::before{content:"\1D15D";}
.mr-musical-symbol-half-note::before{content:"\1D15E";}
.mr-musical-symbol-quarter-note::before{content:"\1D15F";}
.mr-musical-symbol-eighth-note::before{content:"\1D160";}
.mr-musical-symbol-sixteenth-note::before{content:"\1D161";}
.mr-musical-symbol-thirty-second-note::before{content:"\1D162";}
.mr-musical-symbol-sixty-fourth-note::before{content:"\1D163";}
.mr-musical-symbol-one-hundred-twenty-eighth-note::before{content:"\1D164";}
.mr-musical-symbol-multi-rest::before{content:"\1D13A";}
.mr-musical-symbol-multiple-measure-rest::before{content:"\1D129";}
.mr-musical-symbol-whole-rest::before{content:"\1D13B";}
.mr-musical-symbol-half-rest::before{content:"\1D13C";}
.mr-musical-symbol-quarter-rest::before{content:"\1D13D";}
.mr-musical-symbol-eighth-rest::before{content:"\1D13E";}
.mr-musical-symbol-sixteenth-rest::before{content:"\1D13F";}
.mr-musical-symbol-thirty-second-rest::before{content:"\1D140";}
.mr-musical-symbol-sixty-fourth-rest::before{content:"\1D141";}
.mr-musical-symbol-one-hundred-twenty-eighth-rest::before{content:"\1D142";}
.mr-musical-symbol-breath-mark::before{content:"\1D112";}
.mr-musical-symbol-caesura::before{content:"\1D113";}
.mr-musical-symbol-fermata::before{content:"\1D110";}
.mr-rowboat::before{content:"\1F6A3";}
.mr-speedboat::before{content:"\1F6A4";}
.mr-motor-boat::before{content:"\1F6E5";}
.mr-steam-locomotive::before{content:"\1F682";}
.mr-train::before{content:"\1F686";}
.mr-high-speed-train::before{content:"\1F684";}
.mr-high-speed-train-with-bullet-nose::before{content:"\1F685";}
.mr-railway-car::before{content:"\1F683";}
.mr-metro::before{content:"\1F687";}
.mr-light-rail::before{content:"\1F688";}
.mr-tram::before{content:"\1F68A";}
.mr-tram-car::before{content:"\1F68B";}
.mr-monorail::before{content:"\1F69D";}
.mr-mountain-railway::before{content:"\1F69E";}
.mr-suspension-railway::before{content:"\1F69F";}
.mr-mountain-cableway::before{content:"\1F6A0";}
.mr-aerial-tramway::before{content:"\1F6A1";}
.mr-black-truck::before{content:"\26DF";}
.mr-delivery-truck::before{content:"\1F69A";}
.mr-articulated-lorry::before{content:"\1F69B";}
.mr-station::before{content:"\1F689";}
.mr-bus::before{content:"\1F68C";}
.mr-baby-symbol::before{content:"\1F6BC";}
.mr-toilet::before{content:"\1F6BD";}
.mr-water-closet::before{content:"\1F6BE";}
.mr-door::before{content:"\1F6AA";}
.mr-shower::before{content:"\1F6BF";}
.mr-bath::before{content:"\1F6C0";}
.mr-bathtub::before{content:"\1F6C1";}
.mr-passport-control::before{content:"\1F6C2";}
.mr-customs::before{content:"\1F6C3";}
.mr-baggage-claim::before{content:"\1F6C4";}
.mr-left-luggage::before{content:"\1F6C5";}
.mr-bicycle::before{content:"\1F6B2";}
.mr-no-bicycles::before{content:"\1F6B3";}
.mr-bicyclist::before{content:"\1F6B4";}
.mr-mountain-bicyclist::before{content:"\1F6B5";}
.mr-atom-symbol::before{content:"\269B";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-radioactive-sign::before{content:"\2622";}
.mr-biohazard-sign::before{content:"\2623";}
.mr-fork-and-knife::before{content:"\1F374";}
.mr-fork-and-knife-with-plate::before{content:"\1F37D";}
.mr-spoon::before{content:"\1F944";}
.mr-cut-of-meat::before{content:"\1F969";}
.mr-sandwich::before{content:"\1F96A";}
.mr-coconut::before{content:"\1F965";}
.mr-broccoli::before{content:"\1F966";}
.mr-bowl-with-spoon::before{content:"\1F963";}
.mr-canned-food::before{content:"\1F96B";}
.mr-dumpling::before{content:"\1F95F";}
.mr-fortune-cookie::before{content:"\1F960";}
.mr-pie::before{content:"\1F967";}
.mr-pretzel::before{content:"\1F968";}
.mr-cup-with-straw::before{content:"\1F964";}
.mr-chopsticks::before{content:"\1F962";}
.mr-takeout-box::before{content:"\1F961";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-playing-card-seven-of-clubs::before{content:"\1F0D7";}
.mr-playing-card-eight-of-clubs::before{content:"\1F0D8";}
.mr-playing-card-nine-of-clubs::before{content:"\1F0D9";}
.mr-playing-card-ten-of-clubs::before{content:"\1F0DA";}
.mr-playing-card-jack-of-clubs::before{content:"\1F0DB";}
.mr-playing-card-knight-of-clubs::before{content:"\1F0DC";}
.mr-playing-card-queen-of-clubs::before{content:"\1F0DD";}
.mr-playing-card-king-of-clubs::before{content:"\1F0DE";}
.mr-playing-card-back::before{content:"\1F0A0";}
.mr-playing-card-black-joker::before{content:"\1F0CF";}
.mr-playing-card-white-joker::before{content:"\1F0DF";}
.mr-playing-card-red-joker::before{content:"\1F0BF";}
.mr-playing-card-fool::before{content:"\1F0E0";}
.mr-playing-card-trump-1::before{content:"\1F0E1";}
.mr-playing-card-trump-2::before{content:"\1F0E2";}
.mr-playing-card-trump-3::before{content:"\1F0E3";}
.mr-playing-card-trump-4::before{content:"\1F0E4";}
.mr-playing-card-trump-5::before{content:"\1F0E5";}
.mr-playing-card-trump-6::before{content:"\1F0E6";}
.mr-outlined-greek-cross::before{content:"\2719";}
.mr-thin-greek-cross::before{content:"\1F7A1";}
.mr-light-greek-cross::before{content:"\1F7A2";}
.mr-medium-greek-cross::before{content:"\1F7A3";}
.mr-bold-greek-cross::before{content:"\1F7A4";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-very-bold-greek-cross::before{content:"\1F7A5";}
.mr-very-heavy-greek-cross::before{content:"\1F7A6";}
.mr-extremely-heavy-greek-cross::before{content:"\1F7A7";}
.mr-black-cross-on-shield::before{content:"\26E8";}
.mr-open-centre-cross::before{content:"\271B";}
.mr-heavy-open-centre-cross::before{content:"\271C";}
.mr-latin-cross::before{content:"\271D";}
.mr-white-latin-cross::before{content:"\1F546";}
.mr-heavy-latin-cross::before{content:"\1F547";}
.mr-shadowed-white-latin-cross::before{content:"\271E";}
.mr-outlined-latin-cross::before{content:"\271F";}
.mr-celtic-cross::before{content:"\1F548";}
.mr-saltire::before{content:"\2613";}
.mr-squared-saltire::before{content:"\26DD";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-musical-symbol-fermata-below::before{content:"\1D111";}
.mr-musical-symbol-piano::before{content:"\1D18F";}
.mr-musical-symbol-mezzo::before{content:"\1D190";}
.mr-musical-symbol-forte::before{content:"\1D191";}
.mr-musical-symbol-crescendo::before{content:"\1D192";}
.mr-musical-symbol-decrescendo::before{content:"\1D193";}
.mr-musical-symbol-single-barline::before{content:"\1D100";}
.mr-musical-symbol-double-barline::before{content:"\1D101";}
.mr-musical-symbol-final-barline::before{content:"\1D102";}
.mr-musical-symbol-reverse-final-barline::before{content:"\1D103";}
.mr-musical-symbol-dashed-barline::before{content:"\1D104";}
.mr-musical-symbol-short-barline::before{content:"\1D105";}
.mr-musical-symbol-brace::before{content:"\1D114";}
.mr-musical-symbol-bracket::before{content:"\1D115";}
.mr-musical-symbol-left-repeat-sign::before{content:"\1D106";}
.mr-musical-symbol-right-repeat-sign::before{content:"\1D107";}
.mr-musical-symbol-repeat-dots::before{content:"\1D108";}
.mr-musical-symbol-dal-segno::before{content:"\1D109";}
.mr-musical-symbol-da-capo::before{content:"\1D10A";}
.mr-musical-symbol-segno::before{content:"\1D10B";}
.mr-musical-symbol-coda::before{content:"\1D10C";}
.mr-oncoming-bus::before{content:"\1F68D";}
.mr-trolleybus::before{content:"\1F68E";}
.mr-bus-stop::before{content:"\1F68F";}
.mr-minibus::before{content:"\1F690";}
.mr-taxi::before{content:"\1F695";}
.mr-oncoming-taxi::before{content:"\1F696";}
.mr-automobile::before{content:"\1F697";}
.mr-oncoming-automobile::before{content:"\1F698";}
.mr-recreational-vehicle::before{content:"\1F699";}
.mr-tractor::before{content:"\1F69C";}
.mr-oncoming-police-car::before{content:"\1F694";}
.mr-police-car::before{content:"\1F693";}
.mr-ambulance::before{content:"\1F691";}
.mr-fire-engine::before{content:"\1F692";}
.mr-racing-motorcycle::before{content:"\1F3CD";}
.mr-racing-car::before{content:"\1F3CE";}
.mr-scooter::before{content:"\1F6F4";}
.mr-motor-scooter::before{content:"\1F6F5";}
.mr-bicycle::before{content:"\1F6B2";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-high-voltage-sign::before{content:"\26A1";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-playing-card-trump-7::before{content:"\1F0E7";}
.mr-playing-card-trump-8::before{content:"\1F0E8";}
.mr-playing-card-trump-9::before{content:"\1F0E9";}
.mr-playing-card-trump-10::before{content:"\1F0EA";}
.mr-playing-card-trump-11::before{content:"\1F0EB";}
.mr-playing-card-trump-12::before{content:"\1F0EC";}
.mr-playing-card-trump-13::before{content:"\1F0ED";}
.mr-playing-card-trump-14::before{content:"\1F0EE";}
.mr-playing-card-trump-15::before{content:"\1F0EF";}
.mr-playing-card-trump-16::before{content:"\1F0F0";}
.mr-playing-card-trump-17::before{content:"\1F0F1";}
.mr-playing-card-trump-18::before{content:"\1F0F2";}
.mr-playing-card-trump-19::before{content:"\1F0F3";}
.mr-playing-card-trump-20::before{content:"\1F0F4";}
.mr-playing-card-trump-21::before{content:"\1F0F5";}
.mr-flower-playing-cards::before{content:"\1F3B4";}
.mr-domino-tile-vertical-back::before{content:"\1F062";}
.mr-domino-tile-vertical-00-00::before{content:"\1F063";}
.mr-domino-tile-vertical-00-01::before{content:"\1F064";}
.mr-domino-tile-vertical-00-02::before{content:"\1F065";}
.mr-domino-tile-vertical-00-03::before{content:"\1F066";}
.mr-domino-tile-vertical-00-04::before{content:"\1F067";}
.mr-thin-saltire::before{content:"\1F7A8";}
.mr-light-saltire::before{content:"\1F7A9";}
.mr-medium-saltire::before{content:"\1F7AA";}
.mr-bold-saltire::before{content:"\1F7AB";}
.mr-heavy-saltire::before{content:"\1F7AC";}
.mr-very-heavy-saltire::before{content:"\1F7AD";}
.mr-extremely-heavy-saltire::before{content:"\1F7AE";}
.mr-cjk-ideograph-5350::before{content:"\5350";}
.mr-cjk-ideograph-534d::before{content:"\534D";}
.mr-right-facing-svasti-sign::before{content:"\FD5";}
.mr-left-facing-svasti-sign::before{content:"\FD6";}
.mr-right-facing-svasti-sign-with-dots::before{content:"\FD7";}
.mr-left-facing-svasti-sign-with-dots::before{content:"\FD8";}
.mr-maltese-cross::before{content:"\2720";}
.mr-west-syriac-cross::before{content:"\2670";}
.mr-east-syriac-cross::before{content:"\2671";}
.mr-cross-of-jerusalem::before{content:"\2629";}
.mr-orthodox-cross::before{content:"\2626";}
.mr-cross-of-lorraine::before{content:"\2628";}
.mr-chi-rho::before{content:"\2627";}
.mr-dotted-cross::before{content:"\205C";}
.mr-ankh::before{content:"\2625";}
.mr-helmet-with-white-cross::before{content:"\26D1";}
.mr-black-star::before{content:"\2605";}
.mr-white-star::before{content:"\2606";}
.mr-outlined-white-star::before{content:"\269D";}
.mr-stress-outlined-white-star::before{content:"\2729";}
.mr-circled-white-star::before{content:"\272A";}
.mr-open-centre-black-star::before{content:"\272B";}
.mr-open-centre-asterisk::before{content:"\2732";}
.mr-helm-symbol::before{content:"\2388";}
.mr-circumflex-accent::before{content:"\5E";}
.mr-up-arrowhead::before{content:"\2303";}
.mr-black-diamond-minus-white-x::before{content:"\2756";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-alternative-key-symbol::before{content:"\2387";}
.mr-option-key::before{content:"\2325";}
.mr-black-diamond::before{content:"\25C6";}
.mr-white-diamond::before{content:"\25C7";}
.mr-black-four-pointed-star::before{content:"\2726";}
.mr-white-four-pointed-star::before{content:"\2727";}
.mr-upwards-white-arrow::before{content:"\21E7";}
.mr-upwards-white-arrow-from-bar::before{content:"\21EA";}
.mr-squared-latin-capital-letter-a::before{content:"\1F130";}
.mr-negative-squared-latin-capital-letter-a::before{content:"\1F170";}
.mr-input-symbol-for-latin-capital-letters::before{content:"\1F520";}
.mr-input-symbol-for-latin-small-letters::before{content:"\1F521";}
.mr-input-symbol-for-numbers::before{content:"\1F522";}
.mr-input-symbol-for-latin-letters::before{content:"\1F524";}
.mr-clock-face-one-oclock::before{content:"\1F550";}
.mr-clock-face-two-oclock::before{content:"\1F551";}
.mr-clock-face-three-oclock::before{content:"\1F552";}
.mr-clock-face-four-oclock::before{content:"\1F553";}
.mr-clock-face-five-oclock::before{content:"\1F554";}
.mr-clock-face-six-oclock::before{content:"\1F555";}
.mr-clock-face-seven-oclock::before{content:"\1F556";}
.mr-clock-face-eight-oclock::before{content:"\1F557";}
.mr-clock-face-nine-oclock::before{content:"\1F558";}
.mr-clock-face-ten-oclock::before{content:"\1F559";}
.mr-clock-face-eleven-oclock::before{content:"\1F55A";}
.mr-clock-face-twelve-oclock::before{content:"\1F55B";}
.mr-clock-face-one-thirty::before{content:"\1F55C";}
.mr-clock-face-two-thirty::before{content:"\1F55D";}
.mr-clock-face-three-thirty::before{content:"\1F55E";}
.mr-clock-face-four-thirty::before{content:"\1F55F";}
.mr-clock-face-five-thirty::before{content:"\1F560";}
.mr-clock-face-six-thirty::before{content:"\1F561";}
.mr-clock-face-seven-thirty::before{content:"\1F562";}
.mr-clock-face-eight-thirty::before{content:"\1F563";}
.mr-clock-face-nine-thirty::before{content:"\1F564";}
.mr-clock-face-ten-thirty::before{content:"\1F565";}
.mr-clock-face-eleven-thirty::before{content:"\1F566";}
.mr-star-of-david::before{content:"\2721";}
.mr-star-and-crescent::before{content:"\262A";}
.mr-farsi-symbol::before{content:"\262B";}
.mr-adi-shakti::before{content:"\262C";}
.mr-hammer-and-sickle::before{content:"\262D";}
.mr-hammer-and-pick::before{content:"\2692";}
.mr-shamrock::before{content:"\2618";}
.mr-fleur-de-lis::before{content:"\269C";}
.mr-flower::before{content:"\2698";}
.mr-staff-of-aesculapius::before{content:"\2695";}
.mr-staff-of-hermes::before{content:"\269A";}
.mr-caduceus::before{content:"\2624";}
.mr-ankh::before{content:"\2625";}
.mr-wheel-of-dharma::before{content:"\2638";}
.mr-cjk-ideograph-5350::before{content:"\5350";}
.mr-cjk-ideograph-534d::before{content:"\534D";}
.mr-peace-symbol::before{content:"\262E";}
.mr-victory-hand::before{content:"\270C";}
.mr-yin-yang::before{content:"\262F";}
.mr-trigram-for-heaven::before{content:"\2630";}
.mr-trigram-for-lake::before{content:"\2631";}
.mr-trigram-for-fire::before{content:"\2632";}
.mr-trigram-for-thunder::before{content:"\2633";}
.mr-trigram-for-wind::before{content:"\2634";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-musical-symbol-repeated-figure-1::before{content:"\1D10D";}
.mr-musical-symbol-repeated-figure-2::before{content:"\1D10E";}
.mr-musical-symbol-repeated-figure-3::before{content:"\1D10F";}
.mr-musical-symbol-one-line-staff::before{content:"\1D116";}
.mr-musical-symbol-two-line-staff::before{content:"\1D117";}
.mr-musical-symbol-three-line-staff::before{content:"\1D118";}
.mr-musical-symbol-four-line-staff::before{content:"\1D119";}
.mr-musical-symbol-five-line-staff::before{content:"\1D11A";}
.mr-musical-symbol-six-line-staff::before{content:"\1D11B";}
.mr-musical-symbol-g-clef::before{content:"\1D11E";}
.mr-musical-symbol-g-clef-ottava-alta::before{content:"\1D11F";}
.mr-musical-symbol-g-clef-ottava-bassa::before{content:"\1D120";}
.mr-musical-symbol-c-clef::before{content:"\1D121";}
.mr-musical-symbol-f-clef::before{content:"\1D122";}
.mr-musical-symbol-f-clef-ottava-alta::before{content:"\1D123";}
.mr-musical-symbol-f-clef-ottava-bassa::before{content:"\1D124";}
.mr-musical-symbol-drum-clef-1::before{content:"\1D125";}
.mr-musical-symbol-drum-clef-2::before{content:"\1D126";}
.mr-music-sharp-sign::before{content:"\266F";}
.mr-musical-symbol-double-sharp::before{content:"\1D12A";}
.mr-musical-symbol-sharp-up::before{content:"\1D130";}
.mr-musical-symbol-sharp-down::before{content:"\1D131";}
.mr-musical-symbol-quarter-tone-sharp::before{content:"\1D132";}
.mr-musical-symbol-quarter-tone-flat::before{content:"\1D133";}
.mr-music-flat-sign::before{content:"\266D";}
.mr-musical-symbol-double-flat::before{content:"\1D12B";}
.mr-musical-symbol-flat-up::before{content:"\1D12C";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-domino-tile-vertical-00-05::before{content:"\1F068";}
.mr-domino-tile-vertical-00-06::before{content:"\1F069";}
.mr-domino-tile-vertical-01-00::before{content:"\1F06A";}
.mr-domino-tile-vertical-01-01::before{content:"\1F06B";}
.mr-domino-tile-vertical-01-02::before{content:"\1F06C";}
.mr-domino-tile-vertical-01-03::before{content:"\1F06D";}
.mr-domino-tile-vertical-01-04::before{content:"\1F06E";}
.mr-domino-tile-vertical-01-05::before{content:"\1F06F";}
.mr-domino-tile-vertical-01-06::before{content:"\1F070";}
.mr-domino-tile-vertical-02-00::before{content:"\1F071";}
.mr-domino-tile-vertical-02-01::before{content:"\1F072";}
.mr-domino-tile-vertical-02-02::before{content:"\1F073";}
.mr-domino-tile-vertical-02-03::before{content:"\1F074";}
.mr-domino-tile-vertical-02-04::before{content:"\1F075";}
.mr-domino-tile-vertical-02-05::before{content:"\1F076";}
.mr-domino-tile-vertical-02-06::before{content:"\1F077";}
.mr-domino-tile-vertical-03-00::before{content:"\1F078";}
.mr-domino-tile-vertical-03-01::before{content:"\1F079";}
.mr-domino-tile-vertical-03-02::before{content:"\1F07A";}
.mr-domino-tile-vertical-03-03::before{content:"\1F07B";}
.mr-domino-tile-vertical-03-04::before{content:"\1F07C";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-crossed-swords::before{content:"\2694";}
.mr-black-skull-and-crossbones::before{content:"\1F571";}
.mr-modifier-letter-cross-accent::before{content:"\2DF";}
.mr-runic-cross-punctuation::before{content:"\16ED";}
.mr-box-drawings-light-diagonal-cross::before{content:"\2573";}
.mr-crossing-lanes::before{content:"\26CC";}
.mr-circled-crossing-lanes::before{content:"\26D2";}
.mr-cross-mark::before{content:"\274C";}
.mr-negative-squared-cross-mark::before{content:"\274E";}
.mr-rising-diagonal-crossing-falling-diagonal::before{content:"\292B";}
.mr-falling-diagonal-crossing-rising-diagonal::before{content:"\292C";}
.mr-south-east-arrow-crossing-north-east-arrow::before{content:"\292D";}
.mr-north-east-arrow-crossing-south-east-arrow::before{content:"\292E";}
.mr-falling-diagonal-crossing-north-east-arrow::before{content:"\292F";}
.mr-rising-diagonal-crossing-south-east-arrow::before{content:"\2930";}
.mr-north-east-arrow-crossing-north-west-arrow::before{content:"\2931";}
.mr-north-west-arrow-crossing-north-east-arrow::before{content:"\2932";}
.mr-vector-or-cross-product::before{content:"\2A2F";}
.mr-crossed-negative-squared-latin-capital-letter-p::before{content:"\1F18A";}
.mr-crossed-flags::before{content:"\1F38C";}
.mr-circled-cross-pommee::before{content:"\1F540";}
.mr-cross-pommee-with-half-circle-below::before{content:"\1F541";}
.mr-cross-pommee::before{content:"\1F542";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-black-centre-white-star::before{content:"\272C";}
.mr-outlined-black-star::before{content:"\272D";}
.mr-light-five-pointed-black-star::before{content:"\1F7C9";}
.mr-heavy-five-pointed-black-star::before{content:"\1F7CA";}
.mr-heavy-outlined-black-star::before{content:"\272E";}
.mr-pinwheel-star::before{content:"\272F";}
.mr-shadowed-white-star::before{content:"\2730";}
.mr-white-medium-star::before{content:"\2B50";}
.mr-black-small-star::before{content:"\2B51";}
.mr-white-small-star::before{content:"\2B52";}
.mr-pentagram::before{content:"\26E4";}
.mr-right-handed-interlaced-pentagram::before{content:"\26E5";}
.mr-left-handed-interlaced-pentagram::before{content:"\26E6";}
.mr-inverted-pentagram::before{content:"\26E7";}
.mr-light-three-pointed-black-star::before{content:"\1F7C0";}
.mr-medium-three-pointed-black-star::before{content:"\1F7C1";}
.mr-three-pointed-black-star::before{content:"\1F7C2";}
.mr-medium-three-pointed-pinwheel-star::before{content:"\1F7C3";}
.mr-black-four-pointed-star::before{content:"\2726";}
.mr-white-four-pointed-star::before{content:"\2727";}
.mr-light-four-pointed-black-star::before{content:"\1F7C4";}
.mr-medium-four-pointed-black-star::before{content:"\1F7C5";}
.mr-four-pointed-black-star::before{content:"\1F7C6";}
.mr-medium-four-pointed-pinwheel-star::before{content:"\1F7C7";}
.mr-reverse-light-four-pointed-pinwheel-star::before{content:"\1F7C8";}
.mr-glowing-star::before{content:"\1F31F";}
.mr-shooting-star::before{content:"\1F320";}
.mr-medium-six-pointed-black-star::before{content:"\1F7CB";}
.mr-position-indicator::before{content:"\2316";}
.mr-black-vertical-rectangle::before{content:"\25AE";}
.mr-white-vertical-rectangle::before{content:"\25AF";}
.mr-light-vertical-bar::before{content:"\2758";}
.mr-medium-vertical-bar::before{content:"\2759";}
.mr-heavy-vertical-bar::before{content:"\275A";}
.mr-apl-functional-symbol-i-beam::before{content:"\2336";}
.mr-watch::before{content:"\231A";}
.mr-hourglass::before{content:"\231B";}
.mr-hourglass-with-flowing-sand::before{content:"\23F3";}
.mr-black-hourglass::before{content:"\29D7";}
.mr-white-hourglass::before{content:"\29D6";}
.mr-left-writing-hand::before{content:"\1F58E";}
.mr-writing-hand::before{content:"\270D";}
.mr-lower-right-pencil::before{content:"\270E";}
.mr-pencil::before{content:"\270F";}
.mr-upper-right-pencil::before{content:"\2710";}
.mr-white-nib::before{content:"\2711";}
.mr-black-nib::before{content:"\2712";}
.mr-black-square-button::before{content:"\1F532";}
.mr-white-square-button::before{content:"\1F533";}
.mr-radio-button::before{content:"\1F518";}
.mr-downwards-arrow-with-corner-leftwards::before{content:"\21B5";}
.mr-leftwards-arrow-with-hook::before{content:"\21A9";}
.mr-return-symbol::before{content:"\23CE";}
.mr-up-arrowhead-between-two-horizontal-bars::before{content:"\2324";}
.mr-enter-symbol::before{content:"\2386";}
.mr-square-with-horizontal-fill::before{content:"\25A4";}
.mr-composition-symbol::before{content:"\2384";}
.mr-leftwards-arrow-to-bar-over-rightwards-arrow-to-bar::before{content:"\21B9";}
.mr-rightwards-arrow-over-leftwards-arrow::before{content:"\21C4";}
.mr-leftwards-arrow-to-bar::before{content:"\21E4";}
.mr-rightwards-arrow-to-bar::before{content:"\21E5";}
.mr-leftwards-arrow-from-bar::before{content:"\21A4";}
.mr-rightwards-arrow-from-bar::before{content:"\21A6";}
.mr-broken-circle-with-northwest-arrow::before{content:"\238B";}
.mr-erase-to-the-left::before{content:"\232B";}
.mr-long-leftwards-arrow::before{content:"\27F5";}
.mr-erase-to-the-right::before{content:"\2326";}
.mr-insertion-symbol::before{content:"\2380";}
.mr-clear-screen-symbol::before{content:"\239A";}
.mr-x-in-a-rectangle-box::before{content:"\2327";}
.mr-north-west-arrow::before{content:"\2196";}
.mr-south-east-arrow::before{content:"\2198";}
.mr-leftwards-arrow-to-bar::before{content:"\21E4";}
.mr-rightwards-arrow-to-bar::before{content:"\21E5";}
.mr-upwards-arrow-to-bar::before{content:"\2912";}
.mr-downwards-arrow-to-bar::before{content:"\2913";}
.mr-box-drawings-light-horizontal::before{content:"\2500";}
.mr-box-drawings-light-vertical::before{content:"\2502";}
.mr-box-drawings-light-down-and-right::before{content:"\250C";}
.mr-box-drawings-light-down-and-left::before{content:"\2510";}
.mr-box-drawings-light-up-and-right::before{content:"\2514";}
.mr-box-drawings-light-up-and-left::before{content:"\2518";}
.mr-box-drawings-light-vertical-and-right::before{content:"\251C";}
.mr-box-drawings-light-vertical-and-left::before{content:"\2524";}
.mr-box-drawings-light-down-and-horizontal::before{content:"\252C";}
.mr-box-drawings-light-up-and-horizontal::before{content:"\2534";}
.mr-box-drawings-light-vertical-and-horizontal::before{content:"\253C";}
.mr-box-drawings-heavy-horizontal::before{content:"\2501";}
.mr-box-drawings-heavy-vertical::before{content:"\2503";}
.mr-box-drawings-heavy-down-and-right::before{content:"\250F";}
.mr-box-drawings-heavy-down-and-left::before{content:"\2513";}
.mr-box-drawings-heavy-up-and-right::before{content:"\2517";}
.mr-box-drawings-heavy-up-and-left::before{content:"\251B";}
.mr-box-drawings-heavy-vertical-and-right::before{content:"\2523";}
.mr-box-drawings-heavy-vertical-and-left::before{content:"\252B";}
.mr-box-drawings-heavy-down-and-horizontal::before{content:"\2533";}
.mr-box-drawings-heavy-up-and-horizontal::before{content:"\253B";}
.mr-box-drawings-heavy-vertical-and-horizontal::before{content:"\254B";}
.mr-box-drawings-double-horizontal::before{content:"\2550";}
.mr-box-drawings-double-vertical::before{content:"\2551";}
.mr-box-drawings-double-down-and-right::before{content:"\2554";}
.mr-clock-face-twelve-thirty::before{content:"\1F567";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-timer-clock::before{content:"\23F2";}
.mr-mantelpiece-clock::before{content:"\1F570";}
.mr-watch::before{content:"\231A";}
.mr-stopwatch::before{content:"\23F1";}
.mr-hourglass::before{content:"\231B";}
.mr-hourglass-with-flowing-sand::before{content:"\23F3";}
.mr-black-hourglass::before{content:"\29D7";}
.mr-white-hourglass::before{content:"\29D6";}
.mr-alchemical-symbol-for-hour::before{content:"\1F76E";}
.mr-ideographic-telegraph-symbol-for-hour-zero::before{content:"\3358";}
.mr-ideographic-telegraph-symbol-for-hour-one::before{content:"\3359";}
.mr-ideographic-telegraph-symbol-for-hour-two::before{content:"\335A";}
.mr-ideographic-telegraph-symbol-for-hour-three::before{content:"\335B";}
.mr-ideographic-telegraph-symbol-for-hour-four::before{content:"\335C";}
.mr-ideographic-telegraph-symbol-for-hour-five::before{content:"\335D";}
.mr-ideographic-telegraph-symbol-for-hour-six::before{content:"\335E";}
.mr-ideographic-telegraph-symbol-for-hour-seven::before{content:"\335F";}
.mr-ideographic-telegraph-symbol-for-hour-eight::before{content:"\3360";}
.mr-ideographic-telegraph-symbol-for-hour-nine::before{content:"\3361";}
.mr-ideographic-telegraph-symbol-for-hour-ten::before{content:"\3362";}
.mr-ideographic-telegraph-symbol-for-hour-eleven::before{content:"\3363";}
.mr-ideographic-telegraph-symbol-for-hour-twelve::before{content:"\3364";}
.mr-ideographic-telegraph-symbol-for-hour-thirteen::before{content:"\3365";}
.mr-ideographic-telegraph-symbol-for-hour-fourteen::before{content:"\3366";}
.mr-ideographic-telegraph-symbol-for-hour-fifteen::before{content:"\3367";}
.mr-ideographic-telegraph-symbol-for-hour-sixteen::before{content:"\3368";}
.mr-trigram-for-water::before{content:"\2635";}
.mr-trigram-for-mountain::before{content:"\2636";}
.mr-trigram-for-earth::before{content:"\2637";}
.mr-monogram-for-yang::before{content:"\268A";}
.mr-monogram-for-yin::before{content:"\268B";}
.mr-digram-for-greater-yang::before{content:"\268C";}
.mr-digram-for-lesser-yin::before{content:"\268D";}
.mr-digram-for-lesser-yang::before{content:"\268E";}
.mr-digram-for-greater-yin::before{content:"\268F";}
.mr-universal-recycling-symbol::before{content:"\2672";}
.mr-recycling-symbol-for-type-1-plastics::before{content:"\2673";}
.mr-recycling-symbol-for-type-2-plastics::before{content:"\2674";}
.mr-recycling-symbol-for-type-3-plastics::before{content:"\2675";}
.mr-recycling-symbol-for-type-4-plastics::before{content:"\2676";}
.mr-recycling-symbol-for-type-5-plastics::before{content:"\2677";}
.mr-recycling-symbol-for-type-6-plastics::before{content:"\2678";}
.mr-recycling-symbol-for-type-7-plastics::before{content:"\2679";}
.mr-recycling-symbol-for-generic-materials::before{content:"\267A";}
.mr-black-universal-recycling-symbol::before{content:"\267B";}
.mr-recycled-paper-symbol::before{content:"\267C";}
.mr-partially-recycled-paper-symbol::before{content:"\267D";}
.mr-permanent-paper-sign::before{content:"\267E";}
.mr-japanese-symbol-for-beginner::before{content:"\1F530";}
.mr-trident-emblem::before{content:"\1F531";}
.mr-three-lines-converging-right::before{content:"\269E";}
.mr-three-lines-converging-left::before{content:"\269F";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-musical-symbol-flat-down::before{content:"\1D12D";}
.mr-music-natural-sign::before{content:"\266E";}
.mr-musical-symbol-natural-up::before{content:"\1D12E";}
.mr-musical-symbol-natural-down::before{content:"\1D12F";}
.mr-musical-symbol-ottava-alta::before{content:"\1D136";}
.mr-musical-symbol-ottava-bassa::before{content:"\1D137";}
.mr-musical-symbol-quindicesima-alta::before{content:"\1D138";}
.mr-musical-symbol-quindicesima-bassa::before{content:"\1D139";}
.mr-musical-symbol-common-time::before{content:"\1D134";}
.mr-musical-symbol-cut-time::before{content:"\1D135";}
.mr-musical-symbol-rinforzando::before{content:"\1D18C";}
.mr-musical-symbol-subito::before{content:"\1D18D";}
.mr-musical-symbol-z::before{content:"\1D18E";}
.mr-musical-symbol-grace-note-slash::before{content:"\1D194";}
.mr-musical-symbol-grace-note-no-slash::before{content:"\1D195";}
.mr-musical-symbol-tr::before{content:"\1D196";}
.mr-musical-symbol-ornament-stroke-1::before{content:"\1D19B";}
.mr-musical-symbol-ornament-stroke-2::before{content:"\1D19C";}
.mr-musical-symbol-ornament-stroke-3::before{content:"\1D19D";}
.mr-musical-symbol-ornament-stroke-4::before{content:"\1D19E";}
.mr-musical-symbol-ornament-stroke-5::before{content:"\1D19F";}
.mr-musical-symbol-ornament-stroke-6::before{content:"\1D1A0";}
.mr-musical-symbol-ornament-stroke-7::before{content:"\1D1A1";}
.mr-musical-symbol-ornament-stroke-8::before{content:"\1D1A2";}
.mr-musical-symbol-ornament-stroke-9::before{content:"\1D1A3";}
.mr-musical-symbol-ornament-stroke-10::before{content:"\1D1A4";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-domino-tile-vertical-03-05::before{content:"\1F07D";}
.mr-domino-tile-vertical-03-06::before{content:"\1F07E";}
.mr-domino-tile-vertical-04-00::before{content:"\1F07F";}
.mr-domino-tile-vertical-04-01::before{content:"\1F080";}
.mr-domino-tile-vertical-04-02::before{content:"\1F081";}
.mr-domino-tile-vertical-04-03::before{content:"\1F082";}
.mr-domino-tile-vertical-04-04::before{content:"\1F083";}
.mr-domino-tile-vertical-04-05::before{content:"\1F084";}
.mr-domino-tile-vertical-04-06::before{content:"\1F085";}
.mr-domino-tile-vertical-05-00::before{content:"\1F086";}
.mr-domino-tile-vertical-05-01::before{content:"\1F087";}
.mr-domino-tile-vertical-05-02::before{content:"\1F088";}
.mr-domino-tile-vertical-05-03::before{content:"\1F089";}
.mr-domino-tile-vertical-05-04::before{content:"\1F08A";}
.mr-domino-tile-vertical-05-05::before{content:"\1F08B";}
.mr-domino-tile-vertical-05-06::before{content:"\1F08C";}
.mr-domino-tile-vertical-06-00::before{content:"\1F08D";}
.mr-domino-tile-vertical-06-01::before{content:"\1F08E";}
.mr-domino-tile-vertical-06-02::before{content:"\1F08F";}
.mr-domino-tile-vertical-06-03::before{content:"\1F090";}
.mr-domino-tile-vertical-06-04::before{content:"\1F091";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-heavy-six-pointed-black-star::before{content:"\1F7CC";}
.mr-six-pointed-pinwheel-star::before{content:"\1F7CD";}
.mr-six-pointed-black-star::before{content:"\2736";}
.mr-star-of-david::before{content:"\2721";}
.mr-six-pointed-star-with-middle-dot::before{content:"\1F52F";}
.mr-star-and-crescent::before{content:"\262A";}
.mr-circled-open-centre-eight-pointed-star::before{content:"\2742";}
.mr-eight-pointed-black-star::before{content:"\2734";}
.mr-eight-pointed-pinwheel-star::before{content:"\2735";}
.mr-eight-pointed-rectilinear-black-star::before{content:"\2737";}
.mr-heavy-eight-pointed-rectilinear-black-star::before{content:"\2738";}
.mr-medium-eight-pointed-black-star::before{content:"\1F7CE";}
.mr-heavy-eight-pointed-black-star::before{content:"\1F7CF";}
.mr-very-heavy-eight-pointed-black-star::before{content:"\1F7D0";}
.mr-heavy-eight-pointed-pinwheel-star::before{content:"\1F7D1";}
.mr-twelve-pointed-black-star::before{content:"\2739";}
.mr-light-twelve-pointed-black-star::before{content:"\1F7D2";}
.mr-heavy-twelve-pointed-black-star::before{content:"\1F7D3";}
.mr-heavy-twelve-pointed-pinwheel-star::before{content:"\1F7D4";}
.mr-star-operator::before{content:"\22C6";}
.mr-apl-functional-symbol-circle-star::before{content:"\235F";}
.mr-star-equals::before{content:"\225B";}
.mr-apl-functional-symbol-star-diaeresis::before{content:"\2363";}
.mr-arabic-five-pointed-star::before{content:"\66D";}
.mr-asterisk::before{content:"\2A";}
.mr-low-asterisk::before{content:"\204E";}
.mr-two-asterisks-aligned-vertically::before{content:"\2051";}
.mr-heavy-asterisk::before{content:"\2731";}
.mr-open-centre-asterisk::before{content:"\2732";}
.mr-teardrop-spoked-asterisk::before{content:"\273B";}
.mr-open-centre-teardrop-spoked-asterisk::before{content:"\273C";}
.mr-twisted-rightwards-arrows::before{content:"\1F500";}
.mr-clockwise-rightwards-and-leftwards-open-circle-arrows::before{content:"\1F501";}
.mr-clockwise-rightwards-and-leftwards-open-circle-arrows-with-circled-one-overlay::before{content:"\1F502";}
.mr-clockwise-downwards-and-upwards-open-circle-arrows::before{content:"\1F503";}
.mr-anticlockwise-downwards-and-upwards-open-circle-arrows::before{content:"\1F504";}
.mr-clockwise-right-and-left-semicircle-arrows::before{content:"\1F5D8";}
.mr-battery::before{content:"\1F50B";}
.mr-electric-plug::before{content:"\1F50C";}
.mr-bell::before{content:"\1F514";}
.mr-bell-with-cancellation-stroke::before{content:"\1F515";}
.mr-squared-key::before{content:"\26BF";}
.mr-key::before{content:"\1F511";}
.mr-lock-with-ink-pen::before{content:"\1F50F";}
.mr-closed-lock-with-key::before{content:"\1F510";}
.mr-lock::before{content:"\1F512";}
.mr-open-lock::before{content:"\1F513";}
.mr-antenna-with-bars::before{content:"\1F4F6";}
.mr-frame-with-picture::before{content:"\1F5BC";}
.mr-frame-with-tiles::before{content:"\1F5BD";}
.mr-frame-with-an-x::before{content:"\1F5BE";}
.mr-desktop-window::before{content:"\1F5D4";}
.mr-minimize::before{content:"\1F5D5";}
.mr-north-west-arrow-to-corner::before{content:"\21F1";}
.mr-south-east-arrow-to-corner::before{content:"\21F2";}
.mr-upwards-arrow-with-double-stroke::before{content:"\21DE";}
.mr-downwards-arrow-with-double-stroke::before{content:"\21DF";}
.mr-previous-page::before{content:"\2397";}
.mr-next-page::before{content:"\2398";}
.mr-white-up-pointing-triangle::before{content:"\25B3";}
.mr-white-down-pointing-triangle::before{content:"\25BD";}
.mr-black-up-pointing-triangle::before{content:"\25B2";}
.mr-black-down-pointing-triangle::before{content:"\25BC";}
.mr-upwards-arrow::before{content:"\2191";}
.mr-downwards-arrow::before{content:"\2193";}
.mr-leftwards-arrow::before{content:"\2190";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-black-left-pointing-triangle::before{content:"\25C0";}
.mr-black-right-pointing-triangle::before{content:"\25B6";}
.mr-black-up-pointing-triangle::before{content:"\25B2";}
.mr-black-down-pointing-triangle::before{content:"\25BC";}
.mr-white-left-pointing-triangle::before{content:"\25C1";}
.mr-white-right-pointing-triangle::before{content:"\25B7";}
.mr-white-up-pointing-triangle::before{content:"\25B3";}
.mr-white-down-pointing-triangle::before{content:"\25BD";}
.mr-leftwards-arrow::before{content:"\2190";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-upwards-arrow::before{content:"\2191";}
.mr-downwards-arrow::before{content:"\2193";}
.mr-left-right-arrow::before{content:"\2194";}
.mr-up-down-arrow::before{content:"\2195";}
.mr-north-west-arrow::before{content:"\2196";}
.mr-north-east-arrow::before{content:"\2197";}
.mr-south-east-arrow::before{content:"\2198";}
.mr-south-west-arrow::before{content:"\2199";}
.mr-leftwards-arrow-with-stroke::before{content:"\219A";}
.mr-rightwards-arrow-with-stroke::before{content:"\219B";}
.mr-left-right-arrow-with-stroke::before{content:"\21AE";}
.mr-long-leftwards-arrow::before{content:"\27F5";}
.mr-long-rightwards-arrow::before{content:"\27F6";}
.mr-long-left-right-arrow::before{content:"\27F7";}
.mr-leftwards-white-arrow::before{content:"\21E6";}
.mr-rightwards-white-arrow::before{content:"\21E8";}
.mr-upwards-white-arrow::before{content:"\21E7";}
.mr-downwards-white-arrow::before{content:"\21E9";}
.mr-left-right-white-arrow::before{content:"\2B04";}
.mr-up-down-white-arrow::before{content:"\21F3";}
.mr-north-east-white-arrow::before{content:"\2B00";}
.mr-north-west-white-arrow::before{content:"\2B01";}
.mr-hugging-face::before{content:"\1F917";}
.mr-thinking-face::before{content:"\1F914";}
.mr-face-with-rolling-eyes::before{content:"\1F644";}
.mr-zipper-mouth-face::before{content:"\1F910";}
.mr-nerd-face::before{content:"\1F913";}
.mr-upside-down-face::before{content:"\1F643";}
.mr-money-mouth-face::before{content:"\1F911";}
.mr-face-with-thermometer::before{content:"\1F912";}
.mr-face-with-head-bandage::before{content:"\1F915";}
.mr-robot-face::before{content:"\1F916";}
.mr-emoji-modifier-fitzpatrick-type-1-2::before{content:"\1F3FB";}
.mr-emoji-modifier-fitzpatrick-type-3::before{content:"\1F3FC";}
.mr-emoji-modifier-fitzpatrick-type-4::before{content:"\1F3FD";}
.mr-emoji-modifier-fitzpatrick-type-5::before{content:"\1F3FE";}
.mr-emoji-modifier-fitzpatrick-type-6::before{content:"\1F3FF";}
.mr-sign-of-the-horns::before{content:"\1F918";}
.mr-lion-face::before{content:"\1F981";}
.mr-box-drawings-double-down-and-left::before{content:"\2557";}
.mr-box-drawings-double-up-and-right::before{content:"\255A";}
.mr-box-drawings-double-up-and-left::before{content:"\255D";}
.mr-box-drawings-double-vertical-and-right::before{content:"\2560";}
.mr-box-drawings-double-vertical-and-left::before{content:"\2563";}
.mr-box-drawings-double-down-and-horizontal::before{content:"\2566";}
.mr-box-drawings-double-up-and-horizontal::before{content:"\2569";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-box-drawings-down-light-and-right-heavy::before{content:"\250D";}
.mr-box-drawings-down-light-and-left-heavy::before{content:"\2511";}
.mr-box-drawings-up-light-and-right-heavy::before{content:"\2515";}
.mr-box-drawings-up-light-and-left-heavy::before{content:"\2519";}
.mr-box-drawings-down-heavy-and-right-light::before{content:"\250E";}
.mr-box-drawings-down-heavy-and-left-light::before{content:"\2512";}
.mr-box-drawings-vertical-light-and-right-heavy::before{content:"\251D";}
.mr-box-drawings-up-heavy-and-right-down-light::before{content:"\251E";}
.mr-box-drawings-down-heavy-and-right-up-light::before{content:"\251F";}
.mr-box-drawings-vertical-heavy-and-right-light::before{content:"\2520";}
.mr-box-drawings-down-light-and-right-up-heavy::before{content:"\2521";}
.mr-box-drawings-up-light-and-right-down-heavy::before{content:"\2522";}
.mr-box-drawings-vertical-light-and-left-heavy::before{content:"\2525";}
.mr-box-drawings-up-heavy-and-left-down-light::before{content:"\2526";}
.mr-ideographic-telegraph-symbol-for-hour-seventeen::before{content:"\3369";}
.mr-ideographic-telegraph-symbol-for-hour-eighteen::before{content:"\336A";}
.mr-ideographic-telegraph-symbol-for-hour-nineteen::before{content:"\336B";}
.mr-ideographic-telegraph-symbol-for-hour-twenty::before{content:"\336C";}
.mr-ideographic-telegraph-symbol-for-hour-twenty-one::before{content:"\336D";}
.mr-ideographic-telegraph-symbol-for-hour-twenty-two::before{content:"\336E";}
.mr-ideographic-telegraph-symbol-for-hour-twenty-three::before{content:"\336F";}
.mr-ideographic-telegraph-symbol-for-hour-twenty-four::before{content:"\3370";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-musical-symbol-ornament-stroke-11::before{content:"\1D1A5";}
.mr-musical-symbol-arpeggiato-up::before{content:"\1D183";}
.mr-musical-symbol-arpeggiato-down::before{content:"\1D184";}
.mr-musical-symbol-glissando-up::before{content:"\1D1B1";}
.mr-musical-symbol-glissando-down::before{content:"\1D1B2";}
.mr-musical-symbol-turn::before{content:"\1D197";}
.mr-musical-symbol-inverted-turn::before{content:"\1D198";}
.mr-musical-symbol-turn-slash::before{content:"\1D199";}
.mr-musical-symbol-turn-up::before{content:"\1D19A";}
.mr-musical-symbol-hauptstimme::before{content:"\1D1A6";}
.mr-musical-symbol-nebenstimme::before{content:"\1D1A7";}
.mr-musical-symbol-end-of-stimme::before{content:"\1D1A8";}
.mr-musical-symbol-degree-slash::before{content:"\1D1A9";}
.mr-musical-symbol-pedal-mark::before{content:"\1D1AE";}
.mr-musical-symbol-pedal-up-mark::before{content:"\1D1AF";}
.mr-musical-symbol-half-pedal-mark::before{content:"\1D1B0";}
.mr-musical-symbol-six-string-fretboard::before{content:"\1D11C";}
.mr-musical-symbol-four-string-fretboard::before{content:"\1D11D";}
.mr-musical-symbol-maxima::before{content:"\1D1B6";}
.mr-musical-symbol-longa::before{content:"\1D1B7";}
.mr-musical-symbol-brevis::before{content:"\1D1B8";}
.mr-musical-symbol-semibrevis-white::before{content:"\1D1B9";}
.mr-musical-symbol-semibrevis-black::before{content:"\1D1BA";}
.mr-musical-symbol-minima::before{content:"\1D1BB";}
.mr-musical-symbol-minima-black::before{content:"\1D1BC";}
.mr-musical-symbol-semiminima-white::before{content:"\1D1BD";}
.mr-musical-symbol-semiminima-black::before{content:"\1D1BE";}
.mr-musical-symbol-fusa-white::before{content:"\1D1BF";}
.mr-musical-symbol-fusa-black::before{content:"\1D1C0";}
.mr-musical-symbol-longa-perfecta-rest::before{content:"\1D1C1";}
.mr-domino-tile-vertical-06-05::before{content:"\1F092";}
.mr-domino-tile-vertical-06-06::before{content:"\1F093";}
.mr-domino-tile-horizontal-back::before{content:"\1F030";}
.mr-domino-tile-horizontal-00-00::before{content:"\1F031";}
.mr-domino-tile-horizontal-00-01::before{content:"\1F032";}
.mr-domino-tile-horizontal-00-02::before{content:"\1F033";}
.mr-domino-tile-horizontal-00-03::before{content:"\1F034";}
.mr-domino-tile-horizontal-00-04::before{content:"\1F035";}
.mr-domino-tile-horizontal-00-05::before{content:"\1F036";}
.mr-domino-tile-horizontal-00-06::before{content:"\1F037";}
.mr-domino-tile-horizontal-01-00::before{content:"\1F038";}
.mr-domino-tile-horizontal-01-01::before{content:"\1F039";}
.mr-domino-tile-horizontal-01-02::before{content:"\1F03A";}
.mr-domino-tile-horizontal-01-03::before{content:"\1F03B";}
.mr-domino-tile-horizontal-01-04::before{content:"\1F03C";}
.mr-domino-tile-horizontal-01-05::before{content:"\1F03D";}
.mr-domino-tile-horizontal-01-06::before{content:"\1F03E";}
.mr-domino-tile-horizontal-02-00::before{content:"\1F03F";}
.mr-domino-tile-horizontal-02-01::before{content:"\1F040";}
.mr-domino-tile-horizontal-02-02::before{content:"\1F041";}
.mr-domino-tile-horizontal-02-03::before{content:"\1F042";}
.mr-domino-tile-horizontal-02-04::before{content:"\1F043";}
.mr-domino-tile-horizontal-02-05::before{content:"\1F044";}
.mr-domino-tile-horizontal-02-06::before{content:"\1F045";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-heavy-teardrop-spoked-asterisk::before{content:"\273D";}
.mr-heavy-teardrop-spoked-pinwheel-asterisk::before{content:"\2743";}
.mr-balloon-spoked-asterisk::before{content:"\2749";}
.mr-squared-asterisk::before{content:"\29C6";}
.mr-slavonic-asterisk::before{content:"\A673";}
.mr-small-asterisk::before{content:"\FE61";}
.mr-fullwidth-asterisk::before{content:"\FF0A";}
.mr-four-teardrop-spoked-asterisk::before{content:"\2722";}
.mr-four-balloon-spoked-asterisk::before{content:"\2723";}
.mr-heavy-four-balloon-spoked-asterisk::before{content:"\2724";}
.mr-four-club-spoked-asterisk::before{content:"\2725";}
.mr-light-five-spoked-asterisk::before{content:"\1F7AF";}
.mr-medium-five-spoked-asterisk::before{content:"\1F7B0";}
.mr-bold-five-spoked-asterisk::before{content:"\1F7B1";}
.mr-heavy-five-spoked-asterisk::before{content:"\1F7B2";}
.mr-very-heavy-five-spoked-asterisk::before{content:"\1F7B3";}
.mr-extremely-heavy-five-spoked-asterisk::before{content:"\1F7B4";}
.mr-light-six-spoked-asterisk::before{content:"\1F7B5";}
.mr-medium-six-spoked-asterisk::before{content:"\1F7B6";}
.mr-bold-six-spoked-asterisk::before{content:"\1F7B7";}
.mr-heavy-six-spoked-asterisk::before{content:"\1F7B8";}
.mr-very-heavy-six-spoked-asterisk::before{content:"\1F7B9";}
.mr-extremely-heavy-six-spoked-asterisk::before{content:"\1F7BA";}
.mr-light-eight-spoked-asterisk::before{content:"\1F7BB";}
.mr-medium-eight-spoked-asterisk::before{content:"\1F7BC";}
.mr-bold-eight-spoked-asterisk::before{content:"\1F7BD";}
.mr-heavy-eight-spoked-asterisk::before{content:"\1F7BE";}
.mr-very-heavy-eight-spoked-asterisk::before{content:"\1F7BF";}
.mr-maximize::before{content:"\1F5D6";}
.mr-overlap::before{content:"\1F5D7";}
.mr-clear-screen-symbol::before{content:"\239A";}
.mr-cancellation-x::before{content:"\1F5D9";}
.mr-x-in-a-rectangle-box::before{content:"\2327";}
.mr-label::before{content:"\1F3F7";}
.mr-eye::before{content:"\1F441";}
.mr-screen::before{content:"\1F5B5";}
.mr-printer-icon::before{content:"\1F5B6";}
.mr-fax-icon::before{content:"\1F5B7";}
.mr-document-with-text::before{content:"\1F5B9";}
.mr-document-with-text-and-picture::before{content:"\1F5BA";}
.mr-document-with-picture::before{content:"\1F5BB";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-spiral-note-pad::before{content:"\1F5D2";}
.mr-spiral-calendar-pad::before{content:"\1F5D3";}
.mr-increase-font-size-symbol::before{content:"\1F5DA";}
.mr-decrease-font-size-symbol::before{content:"\1F5DB";}
.mr-link-symbol::before{content:"\1F517";}
.mr-anchor::before{content:"\2693";}
.mr-direct-current-symbol-form-two::before{content:"\2393";}
.mr-earth-ground::before{content:"\23DA";}
.mr-fuse::before{content:"\23DB";}
.mr-ac-current::before{content:"\23E6";}
.mr-electrical-intersection::before{content:"\23E7";}
.mr-open-circuit-output-h-type-symbol::before{content:"\238F";}
.mr-open-circuit-output-l-type-symbol::before{content:"\2390";}
.mr-film-frames::before{content:"\1F39E";}
.mr-world-map::before{content:"\1F5FA";}
.mr-earth-globe-europe-africa::before{content:"\1F30D";}
.mr-earth-globe-americas::before{content:"\1F30E";}
.mr-earth-globe-asia-australia::before{content:"\1F30F";}
.mr-leftwards-white-arrow::before{content:"\21E6";}
.mr-rightwards-white-arrow::before{content:"\21E8";}
.mr-upwards-white-arrow::before{content:"\21E7";}
.mr-downwards-white-arrow::before{content:"\21E9";}
.mr-leftwards-black-arrow::before{content:"\2B05";}
.mr-black-rightwards-arrow::before{content:"\27A1";}
.mr-upwards-black-arrow::before{content:"\2B06";}
.mr-downwards-black-arrow::before{content:"\2B07";}
.mr-circled-horizontal-bar-with-notch::before{content:"\2389";}
.mr-circled-triangle-down::before{content:"\238A";}
.mr-print-screen-symbol::before{content:"\2399";}
.mr-apl-functional-symbol-quad-question::before{content:"\2370";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-white-question-mark-ornament::before{content:"\2754";}
.mr-information-source::before{content:"\2139";}
.mr-circled-information-source::before{content:"\1F6C8";}
.mr-information-desk-person::before{content:"\1F481";}
.mr-last-quarter-moon::before{content:"\263E";}
.mr-eject-symbol::before{content:"\23CF";}
.mr-rolling-on-the-floor-laughing::before{content:"\1F923";}
.mr-drooling-face::before{content:"\1F924";}
.mr-face-with-cowboy-hat::before{content:"\1F920";}
.mr-clown-face::before{content:"\1F921";}
.mr-lying-face::before{content:"\1F925";}
.mr-nauseated-face::before{content:"\1F922";}
.mr-mother-christmas::before{content:"\1F936";}
.mr-prince::before{content:"\1F934";}
.mr-man-in-tuxedo::before{content:"\1F935";}
.mr-pregnant-woman::before{content:"\1F930";}
.mr-face-palm::before{content:"\1F926";}
.mr-shrug::before{content:"\1F937";}
.mr-selfie::before{content:"\1F933";}
.mr-hand-with-index-and-middle-fingers-crossed::before{content:"\1F91E";}
.mr-call-me-hand::before{content:"\1F919";}
.mr-left-facing-fist::before{content:"\1F91B";}
.mr-right-facing-fist::before{content:"\1F91C";}
.mr-raised-back-of-hand::before{content:"\1F91A";}
.mr-handshake::before{content:"\1F91D";}
.mr-man-dancing::before{content:"\1F57A";}
.mr-fencer::before{content:"\1F93A";}
.mr-person-doing-cartwheel::before{content:"\1F938";}
.mr-wrestlers::before{content:"\1F93C";}
.mr-water-polo::before{content:"\1F93D";}
.mr-handball::before{content:"\1F93E";}
.mr-juggling::before{content:"\1F939";}
.mr-gorilla::before{content:"\1F98D";}
.mr-fox-face::before{content:"\1F98A";}
.mr-deer::before{content:"\1F98C";}
.mr-rhinoceros::before{content:"\1F98F";}
.mr-bat::before{content:"\1F987";}
.mr-eagle::before{content:"\1F985";}
.mr-south-east-white-arrow::before{content:"\2B02";}
.mr-south-west-white-arrow::before{content:"\2B03";}
.mr-leftwards-black-arrow::before{content:"\2B05";}
.mr-rightwards-black-arrow::before{content:"\2B95";}
.mr-black-rightwards-arrow::before{content:"\27A1";}
.mr-upwards-black-arrow::before{content:"\2B06";}
.mr-downwards-black-arrow::before{content:"\2B07";}
.mr-north-east-black-arrow::before{content:"\2B08";}
.mr-north-west-black-arrow::before{content:"\2B09";}
.mr-south-east-black-arrow::before{content:"\2B0A";}
.mr-south-west-black-arrow::before{content:"\2B0B";}
.mr-left-right-black-arrow::before{content:"\2B0C";}
.mr-up-down-black-arrow::before{content:"\2B0D";}
.mr-leftwards-sans-serif-arrow::before{content:"\1F850";}
.mr-rightwards-sans-serif-arrow::before{content:"\1F852";}
.mr-upwards-sans-serif-arrow::before{content:"\1F851";}
.mr-downwards-sans-serif-arrow::before{content:"\1F853";}
.mr-north-west-sans-serif-arrow::before{content:"\1F854";}
.mr-north-east-sans-serif-arrow::before{content:"\1F855";}
.mr-south-east-sans-serif-arrow::before{content:"\1F856";}
.mr-south-west-sans-serif-arrow::before{content:"\1F857";}
.mr-left-right-sans-serif-arrow::before{content:"\1F858";}
.mr-up-down-sans-serif-arrow::before{content:"\1F859";}
.mr-wide-headed-leftwards-light-barb-arrow::before{content:"\1F860";}
.mr-wide-headed-rightwards-light-barb-arrow::before{content:"\1F862";}
.mr-wide-headed-upwards-light-barb-arrow::before{content:"\1F861";}
.mr-wide-headed-downwards-light-barb-arrow::before{content:"\1F863";}
.mr-wide-headed-north-west-light-barb-arrow::before{content:"\1F864";}
.mr-unicorn-face::before{content:"\1F984";}
.mr-turkey::before{content:"\1F983";}
.mr-crab::before{content:"\1F980";}
.mr-scorpion::before{content:"\1F982";}
.mr-cheese-wedge::before{content:"\1F9C0";}
.mr-hot-dog::before{content:"\1F32D";}
.mr-taco::before{content:"\1F32E";}
.mr-burrito::before{content:"\1F32F";}
.mr-popcorn::before{content:"\1F37F";}
.mr-bottle-with-popping-cork::before{content:"\1F37E";}
.mr-volleyball::before{content:"\1F3D0";}
.mr-cricket-bat-and-ball::before{content:"\1F3CF";}
.mr-field-hockey-stick-and-ball::before{content:"\1F3D1";}
.mr-ice-hockey-stick-and-puck::before{content:"\1F3D2";}
.mr-table-tennis-paddle-and-ball::before{content:"\1F3D3";}
.mr-badminton-racquet-and-shuttlecock::before{content:"\1F3F8";}
.mr-bow-and-arrow::before{content:"\1F3F9";}
.mr-box-drawings-down-heavy-and-left-up-light::before{content:"\2527";}
.mr-box-drawings-vertical-heavy-and-left-light::before{content:"\2528";}
.mr-box-drawings-down-light-and-left-up-heavy::before{content:"\2529";}
.mr-box-drawings-up-light-and-left-down-heavy::before{content:"\252A";}
.mr-box-drawings-left-heavy-and-right-down-light::before{content:"\252D";}
.mr-box-drawings-right-heavy-and-left-down-light::before{content:"\252E";}
.mr-box-drawings-down-light-and-horizontal-heavy::before{content:"\252F";}
.mr-box-drawings-down-heavy-and-horizontal-light::before{content:"\2530";}
.mr-box-drawings-right-light-and-left-down-heavy::before{content:"\2531";}
.mr-box-drawings-left-light-and-right-down-heavy::before{content:"\2532";}
.mr-box-drawings-left-heavy-and-right-up-light::before{content:"\2535";}
.mr-box-drawings-right-heavy-and-left-up-light::before{content:"\2536";}
.mr-box-drawings-up-light-and-horizontal-heavy::before{content:"\2537";}
.mr-box-drawings-up-heavy-and-horizontal-light::before{content:"\2538";}
.mr-box-drawings-right-light-and-left-up-heavy::before{content:"\2539";}
.mr-box-drawings-left-light-and-right-up-heavy::before{content:"\253A";}
.mr-box-drawings-left-heavy-and-right-vertical-light::before{content:"\253D";}
.mr-box-drawings-right-heavy-and-left-vertical-light::before{content:"\253E";}
.mr-box-drawings-vertical-light-and-horizontal-heavy::before{content:"\253F";}
.mr-box-drawings-up-heavy-and-down-horizontal-light::before{content:"\2540";}
.mr-box-drawings-down-heavy-and-up-horizontal-light::before{content:"\2541";}
.mr-box-drawings-vertical-heavy-and-horizontal-light::before{content:"\2542";}
.mr-box-drawings-left-up-heavy-and-right-down-light::before{content:"\2543";}
.mr-box-drawings-right-up-heavy-and-left-down-light::before{content:"\2544";}
.mr-box-drawings-left-down-heavy-and-right-up-light::before{content:"\2545";}
.mr-box-drawings-right-down-heavy-and-left-up-light::before{content:"\2546";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-musical-symbol-longa-imperfecta-rest::before{content:"\1D1C2";}
.mr-musical-symbol-brevis-rest::before{content:"\1D1C3";}
.mr-musical-symbol-semibrevis-rest::before{content:"\1D1C4";}
.mr-musical-symbol-minima-rest::before{content:"\1D1C5";}
.mr-musical-symbol-semiminima-rest::before{content:"\1D1C6";}
.mr-musical-symbol-tempus-perfectum-cum-prolatione-perfecta::before{content:"\1D1C7";}
.mr-musical-symbol-tempus-perfectum-cum-prolatione-imperfecta::before{content:"\1D1C8";}
.mr-musical-symbol-tempus-perfectum-cum-prolatione-perfecta-diminution-1::before{content:"\1D1C9";}
.mr-musical-symbol-tempus-imperfectum-cum-prolatione-perfecta::before{content:"\1D1CA";}
.mr-musical-symbol-tempus-imperfectum-cum-prolatione-imperfecta::before{content:"\1D1CB";}
.mr-musical-symbol-tempus-imperfectum-cum-prolatione-imperfecta-diminution-1::before{content:"\1D1CC";}
.mr-musical-symbol-tempus-imperfectum-cum-prolatione-imperfecta-diminution-2::before{content:"\1D1CD";}
.mr-musical-symbol-tempus-imperfectum-cum-prolatione-imperfecta-diminution-3::before{content:"\1D1CE";}
.mr-musical-symbol-croix::before{content:"\1D1CF";}
.mr-musical-symbol-gregorian-c-clef::before{content:"\1D1D0";}
.mr-musical-symbol-gregorian-f-clef::before{content:"\1D1D1";}
.mr-musical-symbol-square-b::before{content:"\1D1D2";}
.mr-musical-symbol-virga::before{content:"\1D1D3";}
.mr-musical-symbol-podatus::before{content:"\1D1D4";}
.mr-musical-symbol-clivis::before{content:"\1D1D5";}
.mr-musical-symbol-scandicus::before{content:"\1D1D6";}
.mr-domino-tile-horizontal-03-00::before{content:"\1F046";}
.mr-domino-tile-horizontal-03-01::before{content:"\1F047";}
.mr-domino-tile-horizontal-03-02::before{content:"\1F048";}
.mr-domino-tile-horizontal-03-03::before{content:"\1F049";}
.mr-domino-tile-horizontal-03-04::before{content:"\1F04A";}
.mr-domino-tile-horizontal-03-05::before{content:"\1F04B";}
.mr-domino-tile-horizontal-03-06::before{content:"\1F04C";}
.mr-domino-tile-horizontal-04-00::before{content:"\1F04D";}
.mr-domino-tile-horizontal-04-01::before{content:"\1F04E";}
.mr-domino-tile-horizontal-04-02::before{content:"\1F04F";}
.mr-domino-tile-horizontal-04-03::before{content:"\1F050";}
.mr-domino-tile-horizontal-04-04::before{content:"\1F051";}
.mr-domino-tile-horizontal-04-05::before{content:"\1F052";}
.mr-domino-tile-horizontal-04-06::before{content:"\1F053";}
.mr-domino-tile-horizontal-05-00::before{content:"\1F054";}
.mr-domino-tile-horizontal-05-01::before{content:"\1F055";}
.mr-domino-tile-horizontal-05-02::before{content:"\1F056";}
.mr-domino-tile-horizontal-05-03::before{content:"\1F057";}
.mr-domino-tile-horizontal-05-04::before{content:"\1F058";}
.mr-domino-tile-horizontal-05-05::before{content:"\1F059";}
.mr-domino-tile-horizontal-05-06::before{content:"\1F05A";}
.mr-domino-tile-horizontal-06-00::before{content:"\1F05B";}
.mr-domino-tile-horizontal-06-01::before{content:"\1F05C";}
.mr-domino-tile-horizontal-06-02::before{content:"\1F05D";}
.mr-domino-tile-horizontal-06-03::before{content:"\1F05E";}
.mr-domino-tile-horizontal-06-04::before{content:"\1F05F";}
.mr-eight-spoked-asterisk::before{content:"\2733";}
.mr-eight-teardrop-spoked-propeller-asterisk::before{content:"\274A";}
.mr-heavy-eight-teardrop-spoked-propeller-asterisk::before{content:"\274B";}
.mr-sixteen-pointed-asterisk::before{content:"\273A";}
.mr-asterisk-operator::before{content:"\2217";}
.mr-circled-asterisk-operator::before{content:"\229B";}
.mr-dotted-circle::before{content:"\25CC";}
.mr-combining-asterisk-above::before{content:"\20F0";}
.mr-sparkles::before{content:"\2728";}
.mr-sparkle::before{content:"\2747";}
.mr-heavy-sparkle::before{content:"\2748";}
.mr-snowflake::before{content:"\2744";}
.mr-tight-trifoliate-snowflake::before{content:"\2745";}
.mr-heavy-chevron-snowflake::before{content:"\2746";}
.mr-black-florette::before{content:"\273F";}
.mr-white-florette::before{content:"\2740";}
.mr-eight-petalled-outlined-black-florette::before{content:"\2741";}
.mr-six-petalled-black-and-white-florette::before{content:"\273E";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-globe-with-meridians::before{content:"\1F310";}
.mr-one-button-mouse::before{content:"\1F5AF";}
.mr-two-button-mouse::before{content:"\1F5B0";}
.mr-three-button-mouse::before{content:"\1F5B1";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-envelope::before{content:"\2709";}
.mr-house-building::before{content:"\1F3E0";}
.mr-house-with-garden::before{content:"\1F3E1";}
.mr-house::before{content:"\2302";}
.mr-black-scissors::before{content:"\2702";}
.mr-white-scissors::before{content:"\2704";}
.mr-undo-symbol::before{content:"\238C";}
.mr-anticlockwise-top-semicircle-arrow::before{content:"\21B6";}
.mr-clockwise-top-semicircle-arrow::before{content:"\21B7";}
.mr-anticlockwise-gapped-circle-arrow::before{content:"\27F2";}
.mr-clockwise-gapped-circle-arrow::before{content:"\27F3";}
.mr-anticlockwise-open-circle-arrow::before{content:"\21BA";}
.mr-clockwise-open-circle-arrow::before{content:"\21BB";}
.mr-left-pointing-magnifying-glass::before{content:"\1F50D";}
.mr-right-pointing-magnifying-glass::before{content:"\1F50E";}
.mr-low-brightness-symbol::before{content:"\1F505";}
.mr-high-brightness-symbol::before{content:"\1F506";}
.mr-speaker-with-cancellation-stroke::before{content:"\1F507";}
.mr-speaker::before{content:"\1F508";}
.mr-speaker-with-one-sound-wave::before{content:"\1F509";}
.mr-speaker-with-three-sound-waves::before{content:"\1F50A";}
.mr-right-speaker::before{content:"\1F568";}
.mr-right-speaker-with-one-sound-wave::before{content:"\1F569";}
.mr-right-speaker-with-three-sound-waves::before{content:"\1F56A";}
.mr-black-medium-square::before{content:"\25FC";}
.mr-black-right-pointing-triangle-with-double-vertical-bar::before{content:"\23EF";}
.mr-black-left-pointing-double-triangle-with-vertical-bar::before{content:"\23EE";}
.mr-black-right-pointing-double-triangle-with-vertical-bar::before{content:"\23ED";}
.mr-duck::before{content:"\1F986";}
.mr-owl::before{content:"\1F989";}
.mr-lizard::before{content:"\1F98E";}
.mr-shark::before{content:"\1F988";}
.mr-shrimp::before{content:"\1F990";}
.mr-squid::before{content:"\1F991";}
.mr-butterfly::before{content:"\1F98B";}
.mr-kiwifruit::before{content:"\1F95D";}
.mr-avocado::before{content:"\1F951";}
.mr-potato::before{content:"\1F954";}
.mr-carrot::before{content:"\1F955";}
.mr-cucumber::before{content:"\1F952";}
.mr-peanuts::before{content:"\1F95C";}
.mr-croissant::before{content:"\1F950";}
.mr-baguette-bread::before{content:"\1F956";}
.mr-pancakes::before{content:"\1F95E";}
.mr-bacon::before{content:"\1F953";}
.mr-stuffed-flatbread::before{content:"\1F959";}
.mr-egg::before{content:"\1F95A";}
.mr-shallow-pan-of-food::before{content:"\1F958";}
.mr-green-salad::before{content:"\1F957";}
.mr-glass-of-milk::before{content:"\1F95B";}
.mr-clinking-glasses::before{content:"\1F942";}
.mr-tumbler-glass::before{content:"\1F943";}
.mr-spoon::before{content:"\1F944";}
.mr-scooter::before{content:"\1F6F4";}
.mr-motor-scooter::before{content:"\1F6F5";}
.mr-octagonal-sign::before{content:"\1F6D1";}
.mr-canoe::before{content:"\1F6F6";}
.mr-first-place-medal::before{content:"\1F947";}
.mr-second-place-medal::before{content:"\1F948";}
.mr-wide-headed-north-east-light-barb-arrow::before{content:"\1F865";}
.mr-wide-headed-south-east-light-barb-arrow::before{content:"\1F866";}
.mr-wide-headed-south-west-light-barb-arrow::before{content:"\1F867";}
.mr-wide-headed-leftwards-barb-arrow::before{content:"\1F868";}
.mr-wide-headed-rightwards-barb-arrow::before{content:"\1F86A";}
.mr-wide-headed-upwards-barb-arrow::before{content:"\1F869";}
.mr-wide-headed-downwards-barb-arrow::before{content:"\1F86B";}
.mr-wide-headed-north-west-barb-arrow::before{content:"\1F86C";}
.mr-wide-headed-north-east-barb-arrow::before{content:"\1F86D";}
.mr-wide-headed-south-east-barb-arrow::before{content:"\1F86E";}
.mr-wide-headed-south-west-barb-arrow::before{content:"\1F86F";}
.mr-wide-headed-leftwards-medium-barb-arrow::before{content:"\1F870";}
.mr-wide-headed-rightwards-medium-barb-arrow::before{content:"\1F872";}
.mr-wide-headed-upwards-medium-barb-arrow::before{content:"\1F871";}
.mr-wide-headed-downwards-medium-barb-arrow::before{content:"\1F873";}
.mr-wide-headed-north-west-medium-barb-arrow::before{content:"\1F874";}
.mr-wide-headed-north-east-medium-barb-arrow::before{content:"\1F875";}
.mr-wide-headed-south-east-medium-barb-arrow::before{content:"\1F876";}
.mr-wide-headed-south-west-medium-barb-arrow::before{content:"\1F877";}
.mr-wide-headed-leftwards-heavy-barb-arrow::before{content:"\1F878";}
.mr-wide-headed-rightwards-heavy-barb-arrow::before{content:"\1F87A";}
.mr-wide-headed-upwards-heavy-barb-arrow::before{content:"\1F879";}
.mr-wide-headed-downwards-heavy-barb-arrow::before{content:"\1F87B";}
.mr-wide-headed-north-west-heavy-barb-arrow::before{content:"\1F87C";}
.mr-wide-headed-north-east-heavy-barb-arrow::before{content:"\1F87D";}
.mr-wide-headed-south-east-heavy-barb-arrow::before{content:"\1F87E";}
.mr-mosque::before{content:"\1F54C";}
.mr-synagogue::before{content:"\1F54D";}
.mr-kaaba::before{content:"\1F54B";}
.mr-place-of-worship::before{content:"\1F6D0";}
.mr-amphora::before{content:"\1F3FA";}
.mr-menorah-with-nine-branches::before{content:"\1F54E";}
.mr-prayer-beads::before{content:"\1F4FF";}
.mr-box-drawings-down-light-and-up-horizontal-heavy::before{content:"\2547";}
.mr-box-drawings-up-light-and-down-horizontal-heavy::before{content:"\2548";}
.mr-box-drawings-right-light-and-left-vertical-heavy::before{content:"\2549";}
.mr-box-drawings-left-light-and-right-vertical-heavy::before{content:"\254A";}
.mr-box-drawings-down-single-and-right-double::before{content:"\2552";}
.mr-box-drawings-down-double-and-right-single::before{content:"\2553";}
.mr-box-drawings-down-single-and-left-double::before{content:"\2555";}
.mr-box-drawings-down-double-and-left-single::before{content:"\2556";}
.mr-box-drawings-up-single-and-right-double::before{content:"\2558";}
.mr-box-drawings-up-double-and-right-single::before{content:"\2559";}
.mr-box-drawings-up-single-and-left-double::before{content:"\255B";}
.mr-box-drawings-up-double-and-left-single::before{content:"\255C";}
.mr-box-drawings-vertical-single-and-right-double::before{content:"\255E";}
.mr-box-drawings-vertical-double-and-right-single::before{content:"\255F";}
.mr-box-drawings-vertical-single-and-left-double::before{content:"\2561";}
.mr-box-drawings-vertical-double-and-left-single::before{content:"\2562";}
.mr-box-drawings-down-single-and-horizontal-double::before{content:"\2564";}
.mr-box-drawings-down-double-and-horizontal-single::before{content:"\2565";}
.mr-box-drawings-up-single-and-horizontal-double::before{content:"\2567";}
.mr-box-drawings-up-double-and-horizontal-single::before{content:"\2568";}
.mr-box-drawings-vertical-single-and-horizontal-double::before{content:"\256A";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-musical-symbol-climacus::before{content:"\1D1D7";}
.mr-musical-symbol-torculus::before{content:"\1D1D8";}
.mr-musical-symbol-porrectus::before{content:"\1D1D9";}
.mr-musical-symbol-porrectus-flexus::before{content:"\1D1DA";}
.mr-musical-symbol-scandicus-flexus::before{content:"\1D1DB";}
.mr-musical-symbol-torculus-resupinus::before{content:"\1D1DC";}
.mr-musical-symbol-pes-subpunctis::before{content:"\1D1DD";}
.mr-musical-symbol-with-fingernails::before{content:"\1D1B3";}
.mr-musical-symbol-damp::before{content:"\1D1B4";}
.mr-musical-symbol-damp-all::before{content:"\1D1B5";}
.mr-musical-symbol-x-notehead::before{content:"\1D143";}
.mr-musical-symbol-plus-notehead::before{content:"\1D144";}
.mr-musical-symbol-circle-x-notehead::before{content:"\1D145";}
.mr-musical-symbol-square-notehead-white::before{content:"\1D146";}
.mr-musical-symbol-square-notehead-black::before{content:"\1D147";}
.mr-musical-symbol-triangle-notehead-up-white::before{content:"\1D148";}
.mr-musical-symbol-triangle-notehead-up-black::before{content:"\1D149";}
.mr-musical-symbol-triangle-notehead-left-white::before{content:"\1D14A";}
.mr-musical-symbol-triangle-notehead-left-black::before{content:"\1D14B";}
.mr-musical-symbol-triangle-notehead-right-white::before{content:"\1D14C";}
.mr-musical-symbol-triangle-notehead-right-black::before{content:"\1D14D";}
.mr-musical-symbol-triangle-notehead-down-white::before{content:"\1D14E";}
.mr-musical-symbol-triangle-notehead-down-black::before{content:"\1D14F";}
.mr-musical-symbol-triangle-notehead-up-right-white::before{content:"\1D150";}
.mr-domino-tile-horizontal-06-05::before{content:"\1F060";}
.mr-domino-tile-horizontal-06-06::before{content:"\1F061";}
.mr-mahjong-tile-one-of-characters::before{content:"\1F007";}
.mr-mahjong-tile-two-of-characters::before{content:"\1F008";}
.mr-mahjong-tile-three-of-characters::before{content:"\1F009";}
.mr-mahjong-tile-four-of-characters::before{content:"\1F00A";}
.mr-mahjong-tile-five-of-characters::before{content:"\1F00B";}
.mr-mahjong-tile-six-of-characters::before{content:"\1F00C";}
.mr-mahjong-tile-seven-of-characters::before{content:"\1F00D";}
.mr-mahjong-tile-eight-of-characters::before{content:"\1F00E";}
.mr-mahjong-tile-nine-of-characters::before{content:"\1F00F";}
.mr-mahjong-tile-one-of-bamboos::before{content:"\1F010";}
.mr-mahjong-tile-two-of-bamboos::before{content:"\1F011";}
.mr-mahjong-tile-three-of-bamboos::before{content:"\1F012";}
.mr-mahjong-tile-four-of-bamboos::before{content:"\1F013";}
.mr-mahjong-tile-five-of-bamboos::before{content:"\1F014";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-black-left-pointing-double-triangle::before{content:"\23EA";}
.mr-black-right-pointing-double-triangle::before{content:"\23E9";}
.mr-black-up-pointing-double-triangle::before{content:"\23EB";}
.mr-black-down-pointing-double-triangle::before{content:"\23EC";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-third-place-medal::before{content:"\1F949";}
.mr-boxing-glove::before{content:"\1F94A";}
.mr-martial-arts-uniform::before{content:"\1F94B";}
.mr-goal-net::before{content:"\1F945";}
.mr-drum-with-drumsticks::before{content:"\1F941";}
.mr-shopping-trolley::before{content:"\1F6D2";}
.mr-wilted-flower::before{content:"\1F940";}
.mr-black-heart::before{content:"\1F5A4";}
.mr-wide-headed-south-west-heavy-barb-arrow::before{content:"\1F87F";}
.mr-wide-headed-leftwards-very-heavy-barb-arrow::before{content:"\1F880";}
.mr-wide-headed-rightwards-very-heavy-barb-arrow::before{content:"\1F882";}
.mr-wide-headed-upwards-very-heavy-barb-arrow::before{content:"\1F881";}
.mr-wide-headed-downwards-very-heavy-barb-arrow::before{content:"\1F883";}
.mr-wide-headed-north-west-very-heavy-barb-arrow::before{content:"\1F884";}
.mr-wide-headed-north-east-very-heavy-barb-arrow::before{content:"\1F885";}
.mr-wide-headed-south-east-very-heavy-barb-arrow::before{content:"\1F886";}
.mr-wide-headed-south-west-very-heavy-barb-arrow::before{content:"\1F887";}
.mr-leftwards-arrow-with-tail::before{content:"\21A2";}
.mr-rightwards-arrow-with-tail::before{content:"\21A3";}
.mr-leftwards-open-headed-arrow::before{content:"\21FD";}
.mr-rightwards-open-headed-arrow::before{content:"\21FE";}
.mr-left-right-open-headed-arrow::before{content:"\21FF";}
.mr-leftwards-squiggle-arrow::before{content:"\21DC";}
.mr-rightwards-squiggle-arrow::before{content:"\21DD";}
.mr-long-leftwards-squiggle-arrow::before{content:"\2B33";}
.mr-long-rightwards-squiggle-arrow::before{content:"\27FF";}
.mr-box-drawings-vertical-double-and-horizontal-single::before{content:"\256B";}
.mr-box-drawings-light-double-dash-horizontal::before{content:"\254C";}
.mr-box-drawings-heavy-double-dash-horizontal::before{content:"\254D";}
.mr-box-drawings-light-double-dash-vertical::before{content:"\254E";}
.mr-box-drawings-heavy-double-dash-vertical::before{content:"\254F";}
.mr-box-drawings-light-triple-dash-horizontal::before{content:"\2504";}
.mr-box-drawings-heavy-triple-dash-horizontal::before{content:"\2505";}
.mr-box-drawings-light-triple-dash-vertical::before{content:"\2506";}
.mr-box-drawings-heavy-triple-dash-vertical::before{content:"\2507";}
.mr-box-drawings-light-quadruple-dash-horizontal::before{content:"\2508";}
.mr-box-drawings-heavy-quadruple-dash-horizontal::before{content:"\2509";}
.mr-box-drawings-light-quadruple-dash-vertical::before{content:"\250A";}
.mr-box-drawings-heavy-quadruple-dash-vertical::before{content:"\250B";}
.mr-box-drawings-light-arc-down-and-right::before{content:"\256D";}
.mr-box-drawings-light-arc-down-and-left::before{content:"\256E";}
.mr-box-drawings-light-arc-up-and-left::before{content:"\256F";}
.mr-box-drawings-light-arc-up-and-right::before{content:"\2570";}
.mr-box-drawings-light-diagonal-upper-right-to-lower-left::before{content:"\2571";}
.mr-box-drawings-light-diagonal-upper-left-to-lower-right::before{content:"\2572";}
.mr-box-drawings-light-diagonal-cross::before{content:"\2573";}
.mr-box-drawings-light-left::before{content:"\2574";}
.mr-musical-symbol-triangle-notehead-up-right-black::before{content:"\1D151";}
.mr-musical-symbol-moon-notehead-white::before{content:"\1D152";}
.mr-musical-symbol-moon-notehead-black::before{content:"\1D153";}
.mr-musical-symbol-triangle-round-notehead-down-white::before{content:"\1D154";}
.mr-musical-symbol-triangle-round-notehead-down-black::before{content:"\1D155";}
.mr-musical-symbol-parenthesis-notehead::before{content:"\1D156";}
.mr-musical-symbol-void-notehead::before{content:"\1D157";}
.mr-musical-symbol-notehead-black::before{content:"\1D158";}
.mr-musical-symbol-null-notehead::before{content:"\1D159";}
.mr-musical-symbol-cluster-notehead-white::before{content:"\1D15A";}
.mr-musical-symbol-cluster-notehead-black::before{content:"\1D15B";}
.mr-musical-symbol-combining-stem::before{content:"\1D165";}
.mr-musical-symbol-combining-sprechgesang-stem::before{content:"\1D166";}
.mr-musical-symbol-combining-tremolo-1::before{content:"\1D167";}
.mr-musical-symbol-combining-tremolo-2::before{content:"\1D168";}
.mr-musical-symbol-combining-tremolo-3::before{content:"\1D169";}
.mr-musical-symbol-fingered-tremolo-1::before{content:"\1D16A";}
.mr-musical-symbol-fingered-tremolo-2::before{content:"\1D16B";}
.mr-musical-symbol-fingered-tremolo-3::before{content:"\1D16C";}
.mr-musical-symbol-combining-flag-1::before{content:"\1D16E";}
.mr-musical-symbol-combining-flag-2::before{content:"\1D16F";}
.mr-musical-symbol-combining-flag-3::before{content:"\1D170";}
.mr-musical-symbol-combining-flag-4::before{content:"\1D171";}
.mr-musical-symbol-combining-flag-5::before{content:"\1D172";}
.mr-mahjong-tile-six-of-bamboos::before{content:"\1F015";}
.mr-mahjong-tile-seven-of-bamboos::before{content:"\1F016";}
.mr-mahjong-tile-eight-of-bamboos::before{content:"\1F017";}
.mr-mahjong-tile-nine-of-bamboos::before{content:"\1F018";}
.mr-mahjong-tile-one-of-circles::before{content:"\1F019";}
.mr-mahjong-tile-two-of-circles::before{content:"\1F01A";}
.mr-mahjong-tile-three-of-circles::before{content:"\1F01B";}
.mr-mahjong-tile-four-of-circles::before{content:"\1F01C";}
.mr-mahjong-tile-five-of-circles::before{content:"\1F01D";}
.mr-mahjong-tile-six-of-circles::before{content:"\1F01E";}
.mr-mahjong-tile-seven-of-circles::before{content:"\1F01F";}
.mr-mahjong-tile-eight-of-circles::before{content:"\1F020";}
.mr-mahjong-tile-nine-of-circles::before{content:"\1F021";}
.mr-mahjong-tile-east-wind::before{content:"\1F000";}
.mr-mahjong-tile-south-wind::before{content:"\1F001";}
.mr-mahjong-tile-west-wind::before{content:"\1F002";}
.mr-mahjong-tile-north-wind::before{content:"\1F003";}
.mr-mahjong-tile-plum::before{content:"\1F022";}
.mr-mahjong-tile-orchid::before{content:"\1F023";}
.mr-mahjong-tile-bamboo::before{content:"\1F024";}
.mr-mahjong-tile-chrysanthemum::before{content:"\1F025";}
.mr-mahjong-tile-spring::before{content:"\1F026";}
.mr-mahjong-tile-summer::before{content:"\1F027";}
.mr-mahjong-tile-autumn::before{content:"\1F028";}
.mr-mahjong-tile-winter::before{content:"\1F029";}
.mr-mahjong-tile-red-dragon::before{content:"\1F004";}
.mr-mahjong-tile-green-dragon::before{content:"\1F005";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-leftwards-two-headed-arrow::before{content:"\219E";}
.mr-rightwards-two-headed-arrow::before{content:"\21A0";}
.mr-upwards-two-headed-arrow::before{content:"\219F";}
.mr-downwards-two-headed-arrow::before{content:"\21A1";}
.mr-leftwards-arrow-with-vertical-stroke::before{content:"\21F7";}
.mr-rightwards-arrow-with-vertical-stroke::before{content:"\21F8";}
.mr-upwards-arrow-with-horizontal-stroke::before{content:"\2909";}
.mr-downwards-arrow-with-horizontal-stroke::before{content:"\2908";}
.mr-left-right-arrow-with-vertical-stroke::before{content:"\21F9";}
.mr-leftwards-arrow-with-double-vertical-stroke::before{content:"\21FA";}
.mr-rightwards-arrow-with-double-vertical-stroke::before{content:"\21FB";}
.mr-upwards-arrow-with-double-stroke::before{content:"\21DE";}
.mr-downwards-arrow-with-double-stroke::before{content:"\21DF";}
.mr-left-right-arrow-with-double-vertical-stroke::before{content:"\21FC";}
.mr-leftwards-two-headed-arrow-with-vertical-stroke::before{content:"\2B34";}
.mr-rightwards-two-headed-arrow-with-vertical-stroke::before{content:"\2900";}
.mr-leftwards-two-headed-arrow-with-double-vertical-stroke::before{content:"\2B35";}
.mr-rightwards-two-headed-arrow-with-double-vertical-stroke::before{content:"\2901";}
.mr-leftwards-arrow-with-tail-with-vertical-stroke::before{content:"\2B39";}
.mr-rightwards-arrow-with-tail-with-vertical-stroke::before{content:"\2914";}
.mr-leftwards-arrow-with-tail-with-double-vertical-stroke::before{content:"\2B3A";}
.mr-rightwards-arrow-with-tail-with-double-vertical-stroke::before{content:"\2915";}
.mr-leftwards-two-headed-arrow-from-bar::before{content:"\2B36";}
.mr-rightwards-two-headed-arrow-from-bar::before{content:"\2905";}
.mr-leftwards-two-headed-arrow-with-tail::before{content:"\2B3B";}
.mr-box-drawings-light-up::before{content:"\2575";}
.mr-box-drawings-light-right::before{content:"\2576";}
.mr-box-drawings-light-down::before{content:"\2577";}
.mr-box-drawings-heavy-left::before{content:"\2578";}
.mr-box-drawings-heavy-up::before{content:"\2579";}
.mr-box-drawings-heavy-right::before{content:"\257A";}
.mr-box-drawings-heavy-down::before{content:"\257B";}
.mr-box-drawings-light-left-and-heavy-right::before{content:"\257C";}
.mr-box-drawings-light-up-and-heavy-down::before{content:"\257D";}
.mr-box-drawings-heavy-left-and-light-right::before{content:"\257E";}
.mr-lower-one-eighth-block::before{content:"\2581";}
.mr-lower-one-quarter-block::before{content:"\2582";}
.mr-lower-three-eighths-block::before{content:"\2583";}
.mr-lower-half-block::before{content:"\2584";}
.mr-lower-five-eighths-block::before{content:"\2585";}
.mr-lower-three-quarters-block::before{content:"\2586";}
.mr-lower-seven-eighths-block::before{content:"\2587";}
.mr-full-block::before{content:"\2588";}
.mr-left-seven-eighths-block::before{content:"\2589";}
.mr-left-three-quarters-block::before{content:"\258A";}
.mr-left-five-eighths-block::before{content:"\258B";}
.mr-left-half-block::before{content:"\258C";}
.mr-left-three-eighths-block::before{content:"\258D";}
.mr-left-one-quarter-block::before{content:"\258E";}
.mr-left-one-eighth-block::before{content:"\258F";}
.mr-right-half-block::before{content:"\2590";}
.mr-musical-symbol-begin-beam::before{content:"\1D173";}
.mr-musical-symbol-end-beam::before{content:"\1D174";}
.mr-musical-symbol-begin-tie::before{content:"\1D175";}
.mr-musical-symbol-end-tie::before{content:"\1D176";}
.mr-musical-symbol-begin-slur::before{content:"\1D177";}
.mr-musical-symbol-end-slur::before{content:"\1D178";}
.mr-musical-symbol-begin-phrase::before{content:"\1D179";}
.mr-musical-symbol-end-phrase::before{content:"\1D17A";}
.mr-musical-symbol-combining-augmentation-dot::before{content:"\1D16D";}
.mr-musical-symbol-combining-accent::before{content:"\1D17B";}
.mr-musical-symbol-combining-staccato::before{content:"\1D17C";}
.mr-musical-symbol-combining-tenuto::before{content:"\1D17D";}
.mr-musical-symbol-combining-staccatissimo::before{content:"\1D17E";}
.mr-musical-symbol-combining-marcato::before{content:"\1D17F";}
.mr-musical-symbol-combining-marcato-staccato::before{content:"\1D180";}
.mr-musical-symbol-combining-accent-staccato::before{content:"\1D181";}
.mr-musical-symbol-combining-loure::before{content:"\1D182";}
.mr-musical-symbol-combining-doit::before{content:"\1D185";}
.mr-musical-symbol-combining-rip::before{content:"\1D186";}
.mr-musical-symbol-combining-flip::before{content:"\1D187";}
.mr-musical-symbol-combining-smear::before{content:"\1D188";}
.mr-musical-symbol-combining-bend::before{content:"\1D189";}
.mr-musical-symbol-combining-double-tongue::before{content:"\1D18A";}
.mr-musical-symbol-combining-triple-tongue::before{content:"\1D18B";}
.mr-musical-symbol-combining-down-bow::before{content:"\1D1AA";}
.mr-musical-symbol-combining-up-bow::before{content:"\1D1AB";}
.mr-mahjong-tile-white-dragon::before{content:"\1F006";}
.mr-mahjong-tile-joker::before{content:"\1F02A";}
.mr-mahjong-tile-back::before{content:"\1F02B";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-rightwards-two-headed-arrow-with-tail::before{content:"\2916";}
.mr-leftwards-two-headed-triple-dash-arrow::before{content:"\2B37";}
.mr-rightwards-two-headed-triple-dash-arrow::before{content:"\2910";}
.mr-leftwards-two-headed-arrow-with-tail-with-vertical-stroke::before{content:"\2B3C";}
.mr-rightwards-two-headed-arrow-with-tail-with-vertical-stroke::before{content:"\2917";}
.mr-leftwards-two-headed-arrow-with-tail-with-double-vertical-stroke::before{content:"\2B3D";}
.mr-rightwards-two-headed-arrow-with-tail-with-double-vertical-stroke::before{content:"\2918";}
.mr-leftwards-arrow-to-black-diamond::before{content:"\291D";}
.mr-rightwards-arrow-to-black-diamond::before{content:"\291E";}
.mr-leftwards-arrow-from-bar-to-black-diamond::before{content:"\291F";}
.mr-rightwards-arrow-from-bar-to-black-diamond::before{content:"\2920";}
.mr-north-west-and-south-east-arrow::before{content:"\2921";}
.mr-north-east-and-south-west-arrow::before{content:"\2922";}
.mr-north-west-arrow-with-hook::before{content:"\2923";}
.mr-north-east-arrow-with-hook::before{content:"\2924";}
.mr-south-east-arrow-with-hook::before{content:"\2925";}
.mr-south-west-arrow-with-hook::before{content:"\2926";}
.mr-south-west-arrow-and-north-west-arrow::before{content:"\292A";}
.mr-north-east-arrow-and-south-east-arrow::before{content:"\2928";}
.mr-north-west-arrow-and-north-east-arrow::before{content:"\2927";}
.mr-south-east-arrow-and-south-west-arrow::before{content:"\2929";}
.mr-right-one-eighth-block::before{content:"\2595";}
.mr-upper-one-eighth-block::before{content:"\2594";}
.mr-upper-half-block::before{content:"\2580";}
.mr-light-shade::before{content:"\2591";}
.mr-medium-shade::before{content:"\2592";}
.mr-dark-shade::before{content:"\2593";}
.mr-quadrant-lower-left::before{content:"\2596";}
.mr-quadrant-lower-right::before{content:"\2597";}
.mr-quadrant-upper-left::before{content:"\2598";}
.mr-quadrant-upper-right::before{content:"\259D";}
.mr-quadrant-upper-left-and-lower-right::before{content:"\259A";}
.mr-quadrant-upper-right-and-lower-left::before{content:"\259E";}
.mr-quadrant-upper-left-and-lower-left-and-lower-right::before{content:"\2599";}
.mr-quadrant-upper-right-and-lower-left-and-lower-right::before{content:"\259F";}
.mr-quadrant-upper-left-and-upper-right-and-lower-left::before{content:"\259B";}
.mr-quadrant-upper-left-and-upper-right-and-lower-right::before{content:"\259C";}
.mr-triple-vertical-bar-delimiter::before{content:"\2980";}
.mr-dotted-fence::before{content:"\2999";}
.mr-vertical-zigzag-line::before{content:"\299A";}
.mr-left-wiggly-fence::before{content:"\29D8";}
.mr-right-wiggly-fence::before{content:"\29D9";}
.mr-left-double-wiggly-fence::before{content:"\29DA";}
.mr-right-double-wiggly-fence::before{content:"\29DB";}
.mr-musical-symbol-combining-harmonic::before{content:"\1D1AC";}
.mr-musical-symbol-combining-snap-pizzicato::before{content:"\1D1AD";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-south-east-arrow-crossing-north-east-arrow::before{content:"\292D";}
.mr-north-east-arrow-crossing-south-east-arrow::before{content:"\292E";}
.mr-falling-diagonal-crossing-north-east-arrow::before{content:"\292F";}
.mr-rising-diagonal-crossing-south-east-arrow::before{content:"\2930";}
.mr-north-east-arrow-crossing-north-west-arrow::before{content:"\2931";}
.mr-north-west-arrow-crossing-north-east-arrow::before{content:"\2932";}
.mr-rising-diagonal-crossing-falling-diagonal::before{content:"\292B";}
.mr-falling-diagonal-crossing-rising-diagonal::before{content:"\292C";}
.mr-upwards-arrow-with-tip-leftwards::before{content:"\21B0";}
.mr-upwards-arrow-with-tip-rightwards::before{content:"\21B1";}
.mr-downwards-arrow-with-tip-leftwards::before{content:"\21B2";}
.mr-downwards-arrow-with-tip-rightwards::before{content:"\21B3";}
.mr-leftwards-arrow-with-tip-downwards::before{content:"\2B10";}
.mr-rightwards-arrow-with-tip-downwards::before{content:"\2B0E";}
.mr-leftwards-arrow-with-tip-upwards::before{content:"\2B11";}
.mr-rightwards-arrow-with-tip-upwards::before{content:"\2B0F";}
.mr-rightwards-arrow-with-corner-downwards::before{content:"\21B4";}
.mr-downwards-arrow-with-corner-leftwards::before{content:"\21B5";}
.mr-arrow-pointing-downwards-then-curving-leftwards::before{content:"\2936";}
.mr-arrow-pointing-downwards-then-curving-rightwards::before{content:"\2937";}
.mr-arrow-pointing-rightwards-then-curving-upwards::before{content:"\2934";}
.mr-arrow-pointing-rightwards-then-curving-downwards::before{content:"\2935";}
.mr-rightwards-arrow-above-short-leftwards-arrow::before{content:"\2942";}
.mr-leftwards-arrow-above-short-rightwards-arrow::before{content:"\2943";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-short-rightwards-arrow-above-leftwards-arrow::before{content:"\2944";}
.mr-equals-sign-above-leftwards-arrow::before{content:"\2B40";}
.mr-equals-sign-above-rightwards-arrow::before{content:"\2971";}
.mr-less-than-above-leftwards-arrow::before{content:"\2976";}
.mr-greater-than-above-rightwards-arrow::before{content:"\2978";}
.mr-leftwards-arrow-above-reverse-almost-equal-to::before{content:"\2B42";}
.mr-rightwards-arrow-above-reverse-almost-equal-to::before{content:"\2B48";}
.mr-leftwards-arrow-above-almost-equal-to::before{content:"\2B4A";}
.mr-rightwards-arrow-above-almost-equal-to::before{content:"\2975";}
.mr-reverse-tilde-operator-above-leftwards-arrow::before{content:"\2B41";}
.mr-reverse-tilde-operator-above-rightwards-arrow::before{content:"\2B47";}
.mr-tilde-operator-above-leftwards-arrow::before{content:"\2B49";}
.mr-tilde-operator-above-rightwards-arrow::before{content:"\2972";}
.mr-leftwards-arrow-above-reverse-tilde-operator::before{content:"\2B4B";}
.mr-rightwards-arrow-above-reverse-tilde-operator::before{content:"\2B4C";}
.mr-leftwards-arrow-above-tilde-operator::before{content:"\2973";}
.mr-rightwards-arrow-above-tilde-operator::before{content:"\2974";}
.mr-leftwards-arrow-with-plus-below::before{content:"\2946";}
.mr-rightwards-arrow-with-plus-below::before{content:"\2945";}
.mr-subset-above-rightwards-arrow::before{content:"\2979";}
.mr-superset-above-leftwards-arrow::before{content:"\297B";}
.mr-left-arrow-with-small-circle::before{content:"\2B30";}
.mr-right-arrow-with-small-circle::before{content:"\21F4";}
.mr-left-right-arrow-through-small-circle::before{content:"\2948";}
.mr-leftwards-arrow-through-x::before{content:"\2B3E";}
.mr-rightwards-arrow-through-x::before{content:"\2947";}
.mr-left-arrow-with-circled-plus::before{content:"\2B32";}
.mr-right-arrow-with-circled-plus::before{content:"\27F4";}
.mr-leftwards-arrow-through-less-than::before{content:"\2977";}
.mr-rightwards-arrow-through-greater-than::before{content:"\2B43";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-leftwards-arrow-through-subset::before{content:"\297A";}
.mr-rightwards-arrow-through-superset::before{content:"\2B44";}
.mr-north-west-arrow-to-corner::before{content:"\21F1";}
.mr-south-east-arrow-to-corner::before{content:"\21F2";}
.mr-north-west-arrow-to-long-bar::before{content:"\21B8";}
.mr-leftwards-arrow-to-bar-over-rightwards-arrow-to-bar::before{content:"\21B9";}
.mr-downwards-zigzag-arrow::before{content:"\21AF";}
.mr-left-right-wave-arrow::before{content:"\21AD";}
.mr-upwards-two-headed-arrow-from-small-circle::before{content:"\2949";}
.mr-right-double-arrow-with-rounded-head::before{content:"\2970";}
.mr-wave-arrow-pointing-directly-left::before{content:"\2B3F";}
.mr-wave-arrow-pointing-directly-right::before{content:"\2933";}
.mr-leftwards-wave-arrow::before{content:"\219C";}
.mr-rightwards-wave-arrow::before{content:"\219D";}
.mr-leftwards-harpoon-with-barb-upwards::before{content:"\21BC";}
.mr-rightwards-harpoon-with-barb-upwards::before{content:"\21C0";}
.mr-leftwards-harpoon-with-barb-downwards::before{content:"\21BD";}
.mr-rightwards-harpoon-with-barb-downwards::before{content:"\21C1";}
.mr-upwards-harpoon-with-barb-leftwards::before{content:"\21BF";}
.mr-upwards-harpoon-with-barb-rightwards::before{content:"\21BE";}
.mr-downwards-harpoon-with-barb-leftwards::before{content:"\21C3";}
.mr-downwards-harpoon-with-barb-rightwards::before{content:"\21C2";}
.mr-leftwards-harpoon-over-rightwards-harpoon::before{content:"\21CB";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-rightwards-harpoon-over-leftwards-harpoon::before{content:"\21CC";}
.mr-left-barb-up-right-barb-down-harpoon::before{content:"\294A";}
.mr-left-barb-down-right-barb-up-harpoon::before{content:"\294B";}
.mr-up-barb-right-down-barb-left-harpoon::before{content:"\294C";}
.mr-up-barb-left-down-barb-right-harpoon::before{content:"\294D";}
.mr-left-barb-up-right-barb-up-harpoon::before{content:"\294E";}
.mr-up-barb-right-down-barb-right-harpoon::before{content:"\294F";}
.mr-left-barb-down-right-barb-down-harpoon::before{content:"\2950";}
.mr-up-barb-left-down-barb-left-harpoon::before{content:"\2951";}
.mr-leftwards-harpoon-with-barb-up-to-bar::before{content:"\2952";}
.mr-rightwards-harpoon-with-barb-up-to-bar::before{content:"\2953";}
.mr-upwards-harpoon-with-barb-right-to-bar::before{content:"\2954";}
.mr-downwards-harpoon-with-barb-right-to-bar::before{content:"\2955";}
.mr-leftwards-harpoon-with-barb-down-to-bar::before{content:"\2956";}
.mr-rightwards-harpoon-with-barb-down-to-bar::before{content:"\2957";}
.mr-upwards-harpoon-with-barb-left-to-bar::before{content:"\2958";}
.mr-downwards-harpoon-with-barb-left-to-bar::before{content:"\2959";}
.mr-leftwards-harpoon-with-barb-up-from-bar::before{content:"\295A";}
.mr-rightwards-harpoon-with-barb-up-from-bar::before{content:"\295B";}
.mr-upwards-harpoon-with-barb-right-from-bar::before{content:"\295C";}
.mr-downwards-harpoon-with-barb-right-from-bar::before{content:"\295D";}
.mr-leftwards-harpoon-with-barb-down-from-bar::before{content:"\295E";}
.mr-rightwards-harpoon-with-barb-down-from-bar::before{content:"\295F";}
.mr-upwards-harpoon-with-barb-left-from-bar::before{content:"\2960";}
.mr-downwards-harpoon-with-barb-left-from-bar::before{content:"\2961";}
.mr-leftwards-harpoon-with-barb-up-above-leftwards-harpoon-with-barb-down::before{content:"\2962";}
.mr-rightwards-harpoon-with-barb-up-above-rightwards-harpoon-with-barb-down::before{content:"\2964";}
.mr-upwards-harpoon-with-barb-left-beside-upwards-harpoon-with-barb-right::before{content:"\2963";}
.mr-downwards-harpoon-with-barb-left-beside-downwards-harpoon-with-barb-right::before{content:"\2965";}
.mr-leftwards-harpoon-with-barb-up-above-rightwards-harpoon-with-barb-up::before{content:"\2966";}
.mr-rightwards-harpoon-with-barb-up-above-leftwards-harpoon-with-barb-up::before{content:"\2968";}
.mr-leftwards-harpoon-with-barb-down-above-rightwards-harpoon-with-barb-down::before{content:"\2967";}
.mr-rightwards-harpoon-with-barb-down-above-leftwards-harpoon-with-barb-down::before{content:"\2969";}
.mr-upwards-harpoon-with-barb-left-beside-downwards-harpoon-with-barb-right::before{content:"\296E";}
.mr-downwards-harpoon-with-barb-left-beside-upwards-harpoon-with-barb-right::before{content:"\296F";}
.mr-leftwards-harpoon-with-barb-up-above-long-dash::before{content:"\296A";}
.mr-rightwards-harpoon-with-barb-up-above-long-dash::before{content:"\296C";}
.mr-leftwards-harpoon-with-barb-down-below-long-dash::before{content:"\296B";}
.mr-rightwards-harpoon-with-barb-down-below-long-dash::before{content:"\296D";}
.mr-leftwards-dashed-arrow::before{content:"\21E0";}
.mr-rightwards-dashed-arrow::before{content:"\21E2";}
.mr-upwards-dashed-arrow::before{content:"\21E1";}
.mr-downwards-dashed-arrow::before{content:"\21E3";}
.mr-leftwards-double-dash-arrow::before{content:"\290C";}
.mr-rightwards-double-dash-arrow::before{content:"\290D";}
.mr-leftwards-triple-dash-arrow::before{content:"\290E";}
.mr-rightwards-triple-dash-arrow::before{content:"\290F";}
.mr-leftwards-arrow-with-dotted-stem::before{content:"\2B38";}
.mr-rightwards-arrow-with-dotted-stem::before{content:"\2911";}
.mr-leftwards-arrow-over-rightwards-arrow::before{content:"\21C6";}
.mr-rightwards-arrow-over-leftwards-arrow::before{content:"\21C4";}
.mr-upwards-arrow-leftwards-of-downwards-arrow::before{content:"\21C5";}
.mr-downwards-arrow-leftwards-of-upwards-arrow::before{content:"\21F5";}
.mr-upwards-paired-arrows::before{content:"\21C8";}
.mr-downwards-paired-arrows::before{content:"\21CA";}
.mr-leftwards-paired-arrows::before{content:"\21C7";}
.mr-rightwards-paired-arrows::before{content:"\21C9";}
.mr-three-leftwards-arrows::before{content:"\2B31";}
.mr-three-rightwards-arrows::before{content:"\21F6";}
.mr-leftwards-double-arrow::before{content:"\21D0";}
.mr-rightwards-double-arrow::before{content:"\21D2";}
.mr-upwards-double-arrow::before{content:"\21D1";}
.mr-downwards-double-arrow::before{content:"\21D3";}
.mr-left-right-double-arrow::before{content:"\21D4";}
.mr-up-down-double-arrow::before{content:"\21D5";}
.mr-north-west-double-arrow::before{content:"\21D6";}
.mr-north-east-double-arrow::before{content:"\21D7";}
.mr-south-east-double-arrow::before{content:"\21D8";}
.mr-south-west-double-arrow::before{content:"\21D9";}
.mr-leftwards-double-arrow-with-stroke::before{content:"\21CD";}
.mr-rightwards-double-arrow-with-stroke::before{content:"\21CF";}
.mr-left-right-double-arrow-with-stroke::before{content:"\21CE";}
.mr-long-leftwards-double-arrow::before{content:"\27F8";}
.mr-long-rightwards-double-arrow::before{content:"\27F9";}
.mr-long-left-right-double-arrow::before{content:"\27FA";}
.mr-leftwards-double-arrow-with-vertical-stroke::before{content:"\2902";}
.mr-rightwards-double-arrow-with-vertical-stroke::before{content:"\2903";}
.mr-left-right-double-arrow-with-vertical-stroke::before{content:"\2904";}
.mr-leftwards-double-arrow-from-bar::before{content:"\2906";}
.mr-rightwards-double-arrow-from-bar::before{content:"\2907";}
.mr-leftwards-triple-arrow::before{content:"\21DA";}
.mr-rightwards-triple-arrow::before{content:"\21DB";}
.mr-upwards-triple-arrow::before{content:"\290A";}
.mr-downwards-triple-arrow::before{content:"\290B";}
.mr-leftwards-quadruple-arrow::before{content:"\2B45";}
.mr-rightwards-quadruple-arrow::before{content:"\2B46";}
.mr-upwards-quadruple-arrow::before{content:"\27F0";}
.mr-downwards-quadruple-arrow::before{content:"\27F1";}
.mr-leftwards-arrow-from-bar::before{content:"\21A4";}
.mr-rightwards-arrow-from-bar::before{content:"\21A6";}
.mr-upwards-arrow-from-bar::before{content:"\21A5";}
.mr-downwards-arrow-from-bar::before{content:"\21A7";}
.mr-long-leftwards-arrow-from-bar::before{content:"\27FB";}
.mr-long-rightwards-arrow-from-bar::before{content:"\27FC";}
.mr-leftwards-arrow-to-bar::before{content:"\21E4";}
.mr-rightwards-arrow-to-bar::before{content:"\21E5";}
.mr-upwards-arrow-to-bar::before{content:"\2912";}
.mr-downwards-arrow-to-bar::before{content:"\2913";}
.mr-up-down-arrow-with-base::before{content:"\21A8";}
.mr-leftwards-arrow-tail::before{content:"\2919";}
.mr-rightwards-arrow-tail::before{content:"\291A";}
.mr-leftwards-double-arrow-tail::before{content:"\291B";}
.mr-rightwards-double-arrow-tail::before{content:"\291C";}
.mr-leftwards-arrow-with-hook::before{content:"\21A9";}
.mr-rightwards-arrow-with-hook::before{content:"\21AA";}
.mr-leftwards-arrow-with-loop::before{content:"\21AB";}
.mr-rightwards-arrow-with-loop::before{content:"\21AC";}
.mr-left-fish-tail::before{content:"\297C";}
.mr-right-fish-tail::before{content:"\297D";}
.mr-up-fish-tail::before{content:"\297E";}
.mr-down-fish-tail::before{content:"\297F";}
.mr-top-arc-clockwise-arrow-with-minus::before{content:"\293C";}
.mr-top-arc-anticlockwise-arrow-with-plus::before{content:"\293D";}
.mr-anticlockwise-top-semicircle-arrow::before{content:"\21B6";}
.mr-clockwise-top-semicircle-arrow::before{content:"\21B7";}
.mr-lower-right-semicircular-clockwise-arrow::before{content:"\293E";}
.mr-lower-left-semicircular-anticlockwise-arrow::before{content:"\293F";}
.mr-right-side-arc-clockwise-arrow::before{content:"\2938";}
.mr-top-arc-anticlockwise-arrow::before{content:"\293A";}
.mr-left-side-arc-anticlockwise-arrow::before{content:"\2939";}
.mr-bottom-arc-anticlockwise-arrow::before{content:"\293B";}
.mr-anticlockwise-open-circle-arrow::before{content:"\21BA";}
.mr-clockwise-open-circle-arrow::before{content:"\21BB";}
.mr-anticlockwise-closed-circle-arrow::before{content:"\2940";}
.mr-clockwise-closed-circle-arrow::before{content:"\2941";}
.mr-anticlockwise-gapped-circle-arrow::before{content:"\27F2";}
.mr-clockwise-gapped-circle-arrow::before{content:"\27F3";}
.mr-clockwise-right-and-left-semicircle-arrows::before{content:"\1F5D8";}
.mr-anticlockwise-triangle-headed-bottom-u-shaped-arrow::before{content:"\2B8D";}
.mr-anticlockwise-triangle-headed-right-u-shaped-arrow::before{content:"\2B8C";}
.mr-anticlockwise-triangle-headed-top-u-shaped-arrow::before{content:"\2B8F";}
.mr-anticlockwise-triangle-headed-left-u-shaped-arrow::before{content:"\2B8E";}
.mr-four-corner-arrows-circling-anticlockwise::before{content:"\2B94";}
.mr-clockwise-rightwards-and-leftwards-open-circle-arrows::before{content:"\1F501";}
.mr-clockwise-rightwards-and-leftwards-open-circle-arrows-with-circled-one-overlay::before{content:"\1F502";}
.mr-clockwise-downwards-and-upwards-open-circle-arrows::before{content:"\1F503";}
.mr-anticlockwise-downwards-and-upwards-open-circle-arrows::before{content:"\1F504";}
.mr-right-shaded-white-rightwards-arrow::before{content:"\27A9";}
.mr-left-shaded-white-rightwards-arrow::before{content:"\27AA";}
.mr-back-tilted-shadowed-white-rightwards-arrow::before{content:"\27AB";}
.mr-front-tilted-shadowed-white-rightwards-arrow::before{content:"\27AC";}
.mr-heavy-lower-right-shadowed-white-rightwards-arrow::before{content:"\27AD";}
.mr-heavy-upper-right-shadowed-white-rightwards-arrow::before{content:"\27AE";}
.mr-notched-lower-right-shadowed-white-rightwards-arrow::before{content:"\27AF";}
.mr-notched-upper-right-shadowed-white-rightwards-arrow::before{content:"\27B1";}
.mr-leftwards-bottom-shaded-white-arrow::before{content:"\1F8A0";}
.mr-rightwards-bottom-shaded-white-arrow::before{content:"\1F8A1";}
.mr-leftwards-top-shaded-white-arrow::before{content:"\1F8A2";}
.mr-rightwards-top-shaded-white-arrow::before{content:"\1F8A3";}
.mr-leftwards-left-shaded-white-arrow::before{content:"\1F8A4";}
.mr-rightwards-right-shaded-white-arrow::before{content:"\1F8A5";}
.mr-leftwards-right-shaded-white-arrow::before{content:"\1F8A6";}
.mr-rightwards-left-shaded-white-arrow::before{content:"\1F8A7";}
.mr-leftwards-back-tilted-shadowed-white-arrow::before{content:"\1F8A8";}
.mr-rightwards-back-tilted-shadowed-white-arrow::before{content:"\1F8A9";}
.mr-leftwards-front-tilted-shadowed-white-arrow::before{content:"\1F8AA";}
.mr-rightwards-front-tilted-shadowed-white-arrow::before{content:"\1F8AB";}
.mr-upwards-white-arrow-from-bar::before{content:"\21EA";}
.mr-upwards-white-arrow-on-pedestal::before{content:"\21EB";}
.mr-upwards-white-arrow-on-pedestal-with-horizontal-bar::before{content:"\21EC";}
.mr-upwards-white-arrow-on-pedestal-with-vertical-bar::before{content:"\21ED";}
.mr-upwards-white-double-arrow::before{content:"\21EE";}
.mr-upwards-white-double-arrow-on-pedestal::before{content:"\21EF";}
.mr-white-feathered-rightwards-arrow::before{content:"\27B3";}
.mr-black-feathered-rightwards-arrow::before{content:"\27B5";}
.mr-black-feathered-south-east-arrow::before{content:"\27B4";}
.mr-black-feathered-north-east-arrow::before{content:"\27B6";}
.mr-heavy-black-feathered-rightwards-arrow::before{content:"\27B8";}
.mr-heavy-black-feathered-south-east-arrow::before{content:"\27B7";}
.mr-heavy-black-feathered-north-east-arrow::before{content:"\27B9";}
.mr-heavy-rightwards-arrow::before{content:"\2799";}
.mr-heavy-south-east-arrow::before{content:"\2798";}
.mr-heavy-north-east-arrow::before{content:"\279A";}
.mr-open-outlined-rightwards-arrow::before{content:"\27BE";}
.mr-rightwards-white-arrow-from-wall::before{content:"\21F0";}
.mr-drafting-point-rightwards-arrow::before{content:"\279B";}
.mr-heavy-round-tipped-rightwards-arrow::before{content:"\279C";}
.mr-heavy-wide-headed-rightwards-arrow::before{content:"\2794";}
.mr-triangle-headed-rightwards-arrow::before{content:"\279D";}
.mr-heavy-triangle-headed-rightwards-arrow::before{content:"\279E";}
.mr-dashed-triangle-headed-rightwards-arrow::before{content:"\279F";}
.mr-heavy-dashed-triangle-headed-rightwards-arrow::before{content:"\27A0";}
.mr-heavy-black-curved-downwards-and-rightwards-arrow::before{content:"\27A5";}
.mr-heavy-black-curved-upwards-and-rightwards-arrow::before{content:"\27A6";}
.mr-squat-black-rightwards-arrow::before{content:"\27A7";}
.mr-heavy-concave-pointed-black-rightwards-arrow::before{content:"\27A8";}
.mr-circled-heavy-white-rightwards-arrow::before{content:"\27B2";}
.mr-three-d-top-lighted-rightwards-arrowhead::before{content:"\27A2";}
.mr-three-d-bottom-lighted-rightwards-arrowhead::before{content:"\27A3";}
.mr-black-rightwards-arrowhead::before{content:"\27A4";}
.mr-teardrop-barbed-rightwards-arrow::before{content:"\27BA";}
.mr-heavy-teardrop-shanked-rightwards-arrow::before{content:"\27BB";}
.mr-wedge-tailed-rightwards-arrow::before{content:"\27BC";}
.mr-heavy-wedge-tailed-rightwards-arrow::before{content:"\27BD";}
.mr-black-left-pointing-pointer::before{content:"\25C4";}
.mr-black-right-pointing-pointer::before{content:"\25BA";}
.mr-white-left-pointing-pointer::before{content:"\25C5";}
.mr-white-right-pointing-pointer::before{content:"\25BB";}
.mr-black-left-pointing-triangle::before{content:"\25C0";}
.mr-black-right-pointing-triangle::before{content:"\25B6";}
.mr-black-up-pointing-triangle::before{content:"\25B2";}
.mr-black-down-pointing-triangle::before{content:"\25BC";}
.mr-leftwards-triangle-arrowhead::before{content:"\1F890";}
.mr-rightwards-triangle-arrowhead::before{content:"\1F892";}
.mr-upwards-triangle-arrowhead::before{content:"\1F891";}
.mr-downwards-triangle-arrowhead::before{content:"\1F893";}
.mr-up-arrowhead::before{content:"\2303";}
.mr-down-arrowhead::before{content:"\2304";}
.mr-leftwards-white-arrow-within-triangle-arrowhead::before{content:"\1F894";}
.mr-rightwards-white-arrow-within-triangle-arrowhead::before{content:"\1F896";}
.mr-upwards-white-arrow-within-triangle-arrowhead::before{content:"\1F895";}
.mr-downwards-white-arrow-within-triangle-arrowhead::before{content:"\1F897";}
.mr-heavy-arrow-shaft-width-one::before{content:"\1F89C";}
.mr-heavy-arrow-shaft-width-two-thirds::before{content:"\1F89D";}
.mr-heavy-arrow-shaft-width-one-half::before{content:"\1F89E";}
.mr-heavy-arrow-shaft-width-one-third::before{content:"\1F89F";}
.mr-white-arrow-shaft-width-one::before{content:"\1F8AC";}
.mr-white-arrow-shaft-width-two-thirds::before{content:"\1F8AD";}
.mr-up-arrowhead-in-a-rectangle-box::before{content:"\2BB9";}
.mr-back-with-leftwards-arrow-above::before{content:"\1F519";}
.mr-end-with-leftwards-arrow-above::before{content:"\1F51A";}
.mr-on-with-exclamation-mark-with-left-right-arrow-above::before{content:"\1F51B";}
.mr-soon-with-rightwards-arrow-above::before{content:"\1F51C";}
.mr-top-with-upwards-arrow-above::before{content:"\1F51D";}
.mr-leftwards-finger-post-arrow::before{content:"\1F834";}
.mr-rightwards-finger-post-arrow::before{content:"\1F836";}
.mr-upwards-finger-post-arrow::before{content:"\1F835";}
.mr-downwards-finger-post-arrow::before{content:"\1F837";}
.mr-leftwards-compressed-arrow::before{content:"\1F83C";}
.mr-rightwards-compressed-arrow::before{content:"\1F83E";}
.mr-upwards-compressed-arrow::before{content:"\1F83D";}
.mr-downwards-compressed-arrow::before{content:"\1F83F";}
.mr-leftwards-heavy-compressed-arrow::before{content:"\1F840";}
.mr-upwards-heavy-compressed-arrow::before{content:"\1F841";}
.mr-rightwards-heavy-compressed-arrow::before{content:"\1F842";}
.mr-downwards-heavy-compressed-arrow::before{content:"\1F843";}
.mr-leftwards-heavy-arrow::before{content:"\1F844";}
.mr-rightwards-heavy-arrow::before{content:"\1F846";}
.mr-upwards-heavy-arrow::before{content:"\1F845";}
.mr-downwards-heavy-arrow::before{content:"\1F847";}
.mr-upwards-squared-arrow::before{content:"\1F839";}
.mr-downwards-squared-arrow::before{content:"\1F83B";}
.mr-leftwards-squared-arrow::before{content:"\1F838";}
.mr-rightwards-squared-arrow::before{content:"\1F83A";}
.mr-leftwards-arrow-with-notched-tail::before{content:"\1F898";}
.mr-rightwards-arrow-with-notched-tail::before{content:"\1F89A";}
.mr-upwards-arrow-with-notched-tail::before{content:"\1F899";}
.mr-downwards-arrow-with-notched-tail::before{content:"\1F89B";}
.mr-leftwards-arrow-with-small-triangle-arrowhead::before{content:"\1F800";}
.mr-rightwards-arrow-with-small-triangle-arrowhead::before{content:"\1F802";}
.mr-upwards-arrow-with-small-triangle-arrowhead::before{content:"\1F801";}
.mr-downwards-arrow-with-small-triangle-arrowhead::before{content:"\1F803";}
.mr-leftwards-arrow-with-medium-triangle-arrowhead::before{content:"\1F804";}
.mr-rightwards-arrow-with-medium-triangle-arrowhead::before{content:"\1F806";}
.mr-upwards-arrow-with-medium-triangle-arrowhead::before{content:"\1F805";}
.mr-downwards-arrow-with-medium-triangle-arrowhead::before{content:"\1F807";}
.mr-leftwards-arrow-with-large-triangle-arrowhead::before{content:"\1F808";}
.mr-rightwards-arrow-with-large-triangle-arrowhead::before{content:"\1F80A";}
.mr-upwards-arrow-with-large-triangle-arrowhead::before{content:"\1F809";}
.mr-downwards-arrow-with-large-triangle-arrowhead::before{content:"\1F80B";}
.mr-leftwards-arrow-with-small-equilateral-arrowhead::before{content:"\1F810";}
.mr-rightwards-arrow-with-small-equilateral-arrowhead::before{content:"\1F812";}
.mr-upwards-arrow-with-small-equilateral-arrowhead::before{content:"\1F811";}
.mr-downwards-arrow-with-small-equilateral-arrowhead::before{content:"\1F813";}
.mr-leftwards-arrow-with-equilateral-arrowhead::before{content:"\1F814";}
.mr-rightwards-arrow-with-equilateral-arrowhead::before{content:"\1F816";}
.mr-upwards-arrow-with-equilateral-arrowhead::before{content:"\1F815";}
.mr-downwards-arrow-with-equilateral-arrowhead::before{content:"\1F817";}
.mr-heavy-leftwards-arrow-with-equilateral-arrowhead::before{content:"\1F818";}
.mr-heavy-rightwards-arrow-with-equilateral-arrowhead::before{content:"\1F81A";}
.mr-heavy-upwards-arrow-with-equilateral-arrowhead::before{content:"\1F819";}
.mr-heavy-downwards-arrow-with-equilateral-arrowhead::before{content:"\1F81B";}
.mr-heavy-leftwards-arrow-with-large-equilateral-arrowhead::before{content:"\1F81C";}
.mr-heavy-rightwards-arrow-with-large-equilateral-arrowhead::before{content:"\1F81E";}
.mr-heavy-upwards-arrow-with-large-equilateral-arrowhead::before{content:"\1F81D";}
.mr-heavy-downwards-arrow-with-large-equilateral-arrowhead::before{content:"\1F81F";}
.mr-leftwards-triangle-headed-arrow-with-narrow-shaft::before{content:"\1F820";}
.mr-rightwards-triangle-headed-arrow-with-narrow-shaft::before{content:"\1F822";}
.mr-upwards-triangle-headed-arrow-with-very-heavy-shaft::before{content:"\1F831";}
.mr-downwards-triangle-headed-arrow-with-very-heavy-shaft::before{content:"\1F833";}
.mr-leftwards-triangle-headed-arrow-with-medium-shaft::before{content:"\1F824";}
.mr-rightwards-triangle-headed-arrow-with-medium-shaft::before{content:"\1F826";}
.mr-leftwards-triangle-headed-arrow-with-bold-shaft::before{content:"\1F828";}
.mr-rightwards-triangle-headed-arrow-with-bold-shaft::before{content:"\1F82A";}
.mr-leftwards-triangle-headed-arrow-with-heavy-shaft::before{content:"\1F82C";}
.mr-rightwards-triangle-headed-arrow-with-heavy-shaft::before{content:"\1F82E";}
.mr-leftwards-triangle-headed-arrow-with-very-heavy-shaft::before{content:"\1F830";}
.mr-rightwards-triangle-headed-arrow-with-very-heavy-shaft::before{content:"\1F832";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-leftwards-black-arrow::before{content:"\2B05";}
.mr-upwards-black-arrow::before{content:"\2B06";}
.mr-downwards-black-arrow::before{content:"\2B07";}
.mr-black-rightwards-arrow::before{content:"\27A1";}
.mr-rightwards-black-arrow::before{content:"\2B95";}
.mr-black-rightwards-arrow::before{content:"\27A1";}
.mr-rightwards-black-arrow::before{content:"\2B95";}
.mr-leftwards-arrow-with-double-vertical-stroke::before{content:"\21FA";}
.mr-rightwards-arrow-with-double-vertical-stroke::before{content:"\21FB";}
.mr-left-right-arrow-with-double-vertical-stroke::before{content:"\21FC";}
.mr-upwards-arrow-with-double-stroke::before{content:"\21DE";}
.mr-downwards-arrow-with-double-stroke::before{content:"\21DF";}
.mr-left-right-arrow-with-double-vertical-stroke::before{content:"\21FC";}
.mr-upwards-arrow-with-double-stroke::before{content:"\21DE";}
.mr-downwards-arrow-with-double-stroke::before{content:"\21DF";}
.mr-leftwards-arrow-with-double-vertical-stroke::before{content:"\21FA";}
.mr-rightwards-arrow-with-double-vertical-stroke::before{content:"\21FB";}
.mr-left-right-arrow-with-double-vertical-stroke::before{content:"\21FC";}
.mr-rightwards-arrow-above-short-leftwards-arrow::before{content:"\2942";}
.mr-leftwards-arrow-above-short-rightwards-arrow::before{content:"\2943";}
.mr-short-rightwards-arrow-above-leftwards-arrow::before{content:"\2944";}
.mr-short-rightwards-arrow-above-leftwards-arrow::before{content:"\2944";}
.mr-rightwards-arrow-with-corner-downwards::before{content:"\21B4";}
.mr-downwards-arrow-with-corner-leftwards::before{content:"\21B5";}
.mr-north-west-arrow-to-long-bar::before{content:"\21B8";}
.mr-leftwards-arrow-to-bar-over-rightwards-arrow-to-bar::before{content:"\21B9";}
.mr-top-arc-anticlockwise-arrow::before{content:"\293A";}
.mr-bottom-arc-anticlockwise-arrow::before{content:"\293B";}
.mr-top-arc-clockwise-arrow-with-minus::before{content:"\293C";}
.mr-top-arc-anticlockwise-arrow-with-plus::before{content:"\293D";}
.mr-south-west-arrow-and-north-west-arrow::before{content:"\292A";}
.mr-north-east-arrow-and-south-east-arrow::before{content:"\2928";}
.mr-north-west-arrow-and-north-east-arrow::before{content:"\2927";}
.mr-south-east-arrow-and-south-west-arrow::before{content:"\2929";}
.mr-south-east-arrow-crossing-north-east-arrow::before{content:"\292D";}
.mr-north-east-arrow-crossing-south-east-arrow::before{content:"\292E";}
.mr-falling-diagonal-crossing-north-east-arrow::before{content:"\292F";}
.mr-rising-diagonal-crossing-south-east-arrow::before{content:"\2930";}
.mr-north-east-arrow-crossing-north-west-arrow::before{content:"\2931";}
.mr-north-west-arrow-crossing-north-east-arrow::before{content:"\2932";}
.mr-leftwards-arrow::before{content:"\2190";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-upwards-arrow::before{content:"\2191";}
.mr-downwards-arrow::before{content:"\2193";}
.mr-leftwards-arrow-over-rightwards-arrow::before{content:"\21C6";}
.mr-rightwards-arrow-over-leftwards-arrow::before{content:"\21C4";}
.mr-upwards-arrow-leftwards-of-downwards-arrow::before{content:"\21C5";}
.mr-downwards-arrow-leftwards-of-upwards-arrow::before{content:"\21F5";}
.mr-anticlockwise-top-semicircle-arrow::before{content:"\21B6";}
.mr-clockwise-top-semicircle-arrow::before{content:"\21B7";}
.mr-lower-right-semicircular-clockwise-arrow::before{content:"\293E";}
.mr-lower-left-semicircular-anticlockwise-arrow::before{content:"\293F";}
.mr-right-side-arc-clockwise-arrow::before{content:"\2938";}
.mr-left-side-arc-anticlockwise-arrow::before{content:"\2939";}
.mr-top-arc-anticlockwise-arrow::before{content:"\293A";}
.mr-bottom-arc-anticlockwise-arrow::before{content:"\293B";}
.mr-leftwards-arrow-through-x::before{content:"\2B3E";}
.mr-rightwards-arrow-through-x::before{content:"\2947";}
.mr-left-arrow-with-circled-plus::before{content:"\2B32";}
.mr-right-arrow-with-circled-plus::before{content:"\27F4";}
.mr-long-leftwards-squiggle-arrow::before{content:"\2B33";}
.mr-long-rightwards-squiggle-arrow::before{content:"\27FF";}
.mr-three-leftwards-arrows::before{content:"\2B31";}
.mr-three-rightwards-arrows::before{content:"\21F6";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";} | source/mr/src/component/icon/style.css | .mr-icon{
font-size: 30px;
font-style: normal;
}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-envelope::before{content:"\2709";}
.mr-e-mail-symbol::before{content:"\1F4E7";}
.mr-incoming-envelope::before{content:"\1F4E8";}
.mr-back-of-envelope::before{content:"\1F582";}
.mr-stamped-envelope::before{content:"\1F583";}
.mr-envelope-with-lightning::before{content:"\1F584";}
.mr-flying-envelope::before{content:"\1F585";}
.mr-pen-over-stamped-envelope::before{content:"\1F586";}
.mr-outbox-tray::before{content:"\1F4E4";}
.mr-hotel::before{content:"\1F3E8";}
.mr-love-hotel::before{content:"\1F3E9";}
.mr-hospital::before{content:"\1F3E5";}
.mr-bank::before{content:"\1F3E6";}
.mr-automated-teller-machine::before{content:"\1F3E7";}
.mr-convenience-store::before{content:"\1F3EA";}
.mr-school::before{content:"\1F3EB";}
.mr-department-store::before{content:"\1F3EC";}
.mr-office-building::before{content:"\1F3E2";}
.mr-factory::before{content:"\1F3ED";}
.mr-japanese-post-office::before{content:"\1F3E3";}
.mr-european-post-office::before{content:"\1F3E4";}
.mr-house-building::before{content:"\1F3E0";}
.mr-house-with-garden::before{content:"\1F3E1";}
.mr-inbox-tray::before{content:"\1F4E5";}
.mr-envelope-with-downwards-arrow-above::before{content:"\1F4E9";}
.mr-closed-mailbox-with-lowered-flag::before{content:"\1F4EA";}
.mr-closed-mailbox-with-raised-flag::before{content:"\1F4EB";}
.mr-open-mailbox-with-raised-flag::before{content:"\1F4EC";}
.mr-open-mailbox-with-lowered-flag::before{content:"\1F4ED";}
.mr-postbox::before{content:"\1F4EE";}
.mr-package::before{content:"\1F4E6";}
.mr-postal-horn::before{content:"\1F4EF";}
.mr-house-buildings::before{content:"\1F3D8";}
.mr-derelict-house-building::before{content:"\1F3DA";}
.mr-classical-building::before{content:"\1F3DB";}
.mr-church::before{content:"\26EA";}
.mr-shinto-shrine::before{content:"\26E9";}
.mr-mosque::before{content:"\1F54C";}
.mr-synagogue::before{content:"\1F54D";}
.mr-kaaba::before{content:"\1F54B";}
.mr-place-of-worship::before{content:"\1F6D0";}
.mr-scroll::before{content:"\1F4DC";}
.mr-page-with-curl::before{content:"\1F4C3";}
.mr-page-facing-up::before{content:"\1F4C4";}
.mr-document::before{content:"\1F5CE";}
.mr-page::before{content:"\1F5CF";}
.mr-pages::before{content:"\1F5D0";}
.mr-empty-note::before{content:"\1F5C5";}
.mr-castle::before{content:"\26EB";}
.mr-japanese-castle::before{content:"\1F3EF";}
.mr-european-castle::before{content:"\1F3F0";}
.mr-cinema::before{content:"\1F3A6";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-carousel-horse::before{content:"\1F3A0";}
.mr-ferris-wheel::before{content:"\1F3A1";}
.mr-roller-coaster::before{content:"\1F3A2";}
.mr-hot-springs::before{content:"\2668";}
.mr-empty-note-page::before{content:"\1F5C6";}
.mr-empty-note-pad::before{content:"\1F5C7";}
.mr-note::before{content:"\1F5C8";}
.mr-note-page::before{content:"\1F5C9";}
.mr-note-pad::before{content:"\1F5CA";}
.mr-empty-document::before{content:"\1F5CB";}
.mr-empty-page::before{content:"\1F5CC";}
.mr-empty-pages::before{content:"\1F5CD";}
.mr-notebook::before{content:"\1F4D3";}
.mr-night-with-stars::before{content:"\1F303";}
.mr-sunrise-over-mountains::before{content:"\1F304";}
.mr-sunrise::before{content:"\1F305";}
.mr-cityscape-at-dusk::before{content:"\1F306";}
.mr-sunset-over-buildings::before{content:"\1F307";}
.mr-notebook-with-decorative-cover::before{content:"\1F4D4";}
.mr-memo::before{content:"\1F4DD";}
.mr-ledger::before{content:"\1F4D2";}
.mr-clipboard::before{content:"\1F4CB";}
.mr-book::before{content:"\1F56E";}
.mr-closed-book::before{content:"\1F4D5";}
.mr-open-book::before{content:"\1F4D6";}
.mr-bridge-at-night::before{content:"\1F309";}
.mr-beach-with-umbrella::before{content:"\1F3D6";}
.mr-building-construction::before{content:"\1F3D7";}
.mr-cityscape::before{content:"\1F3D9";}
.mr-desert::before{content:"\1F3DC";}
.mr-desert-island::before{content:"\1F3DD";}
.mr-national-park::before{content:"\1F3DE";}
.mr-camping::before{content:"\1F3D5";}
.mr-water-wave::before{content:"\1F30A";}
.mr-volcano::before{content:"\1F30B";}
.mr-milky-way::before{content:"\1F30C";}
.mr-green-book::before{content:"\1F4D7";}
.mr-blue-book::before{content:"\1F4D8";}
.mr-orange-book::before{content:"\1F4D9";}
.mr-books::before{content:"\1F4DA";}
.mr-newspaper::before{content:"\1F4F0";}
.mr-rolled-up-newspaper::before{content:"\1F5DE";}
.mr-page-with-circled-text::before{content:"\1F5DF";}
.mr-file-folder::before{content:"\1F4C1";}
.mr-moon-viewing-ceremony::before{content:"\1F391";}
.mr-fireworks::before{content:"\1F386";}
.mr-firework-sparkler::before{content:"\1F387";}
.mr-snow-capped-mountain::before{content:"\1F3D4";}
.mr-mount-fuji::before{content:"\1F5FB";}
.mr-tokyo-tower::before{content:"\1F5FC";}
.mr-statue-of-liberty::before{content:"\1F5FD";}
.mr-silhouette-of-japan::before{content:"\1F5FE";}
.mr-open-file-folder::before{content:"\1F4C2";}
.mr-black-folder::before{content:"\1F5BF";}
.mr-folder::before{content:"\1F5C0";}
.mr-open-folder::before{content:"\1F5C1";}
.mr-moyai::before{content:"\1F5FF";}
.mr-world-map::before{content:"\1F5FA";}
.mr-earth-globe-europe-africa::before{content:"\1F30D";}
.mr-earth-globe-americas::before{content:"\1F30E";}
.mr-earth-globe-asia-australia::before{content:"\1F30F";}
.mr-card-index-dividers::before{content:"\1F5C2";}
.mr-card-file-box::before{content:"\1F5C3";}
.mr-file-cabinet::before{content:"\1F5C4";}
.mr-bookmark-tabs::before{content:"\1F4D1";}
.mr-bookmark::before{content:"\1F516";}
.mr-kissing-face::before{content:"\1F617";}
.mr-kissing-face-with-closed-eyes::before{content:"\1F61A";}
.mr-face-throwing-a-kiss::before{content:"\1F618";}
.mr-kissing-face-with-smiling-eyes::before{content:"\1F619";}
.mr-flushed-face::before{content:"\1F633";}
.mr-globe-with-meridians::before{content:"\1F310";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-link-symbol::before{content:"\1F517";}
.mr-calendar::before{content:"\1F4C5";}
.mr-tear-off-calendar::before{content:"\1F4C6";}
.mr-card-index::before{content:"\1F4C7";}
.mr-lower-left-pencil::before{content:"\1F589";}
.mr-smiling-face-with-heart-shaped-eyes::before{content:"\1F60D";}
.mr-smiling-cat-face-with-heart-shaped-eyes::before{content:"\1F63B";}
.mr-drooling-face::before{content:"\1F924";}
.mr-hugging-face::before{content:"\1F917";}
.mr-face-with-stuck-out-tongue::before{content:"\1F61B";}
.mr-face-with-stuck-out-tongue-and-winking-eye::before{content:"\1F61C";}
.mr-face-with-stuck-out-tongue-and-tightly-closed-eyes::before{content:"\1F61D";}
.mr-bikini::before{content:"\1F459";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-womans-sandal::before{content:"\1F461";}
.mr-lipstick::before{content:"\1F484";}
.mr-nail-polish::before{content:"\1F485";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-lower-left-ballpoint-pen::before{content:"\1F58A";}
.mr-lower-left-fountain-pen::before{content:"\1F58B";}
.mr-lower-left-paintbrush::before{content:"\1F58C";}
.mr-lower-left-crayon::before{content:"\1F58D";}
.mr-left-writing-hand::before{content:"\1F58E";}
.mr-writing-hand::before{content:"\270D";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-black-pushpin::before{content:"\1F588";}
.mr-round-pushpin::before{content:"\1F4CD";}
.mr-paperclip::before{content:"\1F4CE";}
.mr-linked-paperclips::before{content:"\1F587";}
.mr-straight-ruler::before{content:"\1F4CF";}
.mr-triangular-ruler::before{content:"\1F4D0";}
.mr-black-scissors::before{content:"\2702";}
.mr-eyeglasses::before{content:"\1F453";}
.mr-necktie::before{content:"\1F454";}
.mr-t-shirt::before{content:"\1F455";}
.mr-running-shirt-with-sash::before{content:"\1F3BD";}
.mr-jeans::before{content:"\1F456";}
.mr-bikini::before{content:"\1F459";}
.mr-dress::before{content:"\1F457";}
.mr-kimono::before{content:"\1F458";}
.mr-womans-clothes::before{content:"\1F45A";}
.mr-nail-polish::before{content:"\1F485";}
.mr-gem-stone::before{content:"\1F48E";}
.mr-ring::before{content:"\1F48D";}
.mr-gem-stone::before{content:"\1F48E";}
.mr-crystal-ball::before{content:"\1F52E";}
.mr-bouquet-of-flowers::before{content:"\1F395";}
.mr-bouquet::before{content:"\1F490";}
.mr-rose::before{content:"\1F339";}
.mr-chocolate-bar::before{content:"\1F36B";}
.mr-lollipop::before{content:"\1F36D";}
.mr-ring::before{content:"\1F48D";}
.mr-wedding::before{content:"\1F492";}
.mr-bride-with-veil::before{content:"\1F470";}
.mr-selfie::before{content:"\1F933";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-kiss::before{content:"\1F48F";}
.mr-love-letter::before{content:"\1F48C";}
.mr-couple-with-heart::before{content:"\1F491";}
.mr-baby-angel::before{content:"\1F47C";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-white-scissors::before{content:"\2704";}
.mr-upper-blade-scissors::before{content:"\2701";}
.mr-lower-blade-scissors::before{content:"\2703";}
.mr-briefcase::before{content:"\1F4BC";}
.mr-name-badge::before{content:"\1F4DB";}
.mr-chart-with-upwards-trend-and-yen-sign::before{content:"\1F4B9";}
.mr-chart-with-upwards-trend::before{content:"\1F4C8";}
.mr-chart-with-downwards-trend::before{content:"\1F4C9";}
.mr-bar-chart::before{content:"\1F4CA";}
.mr-stock-chart::before{content:"\1F5E0";}
.mr-money-bag::before{content:"\1F4B0";}
.mr-currency-exchange::before{content:"\1F4B1";}
.mr-heavy-dollar-sign::before{content:"\1F4B2";}
.mr-womans-hat::before{content:"\1F452";}
.mr-crown::before{content:"\1F451";}
.mr-top-hat::before{content:"\1F3A9";}
.mr-graduation-cap::before{content:"\1F393";}
.mr-helmet-with-white-cross::before{content:"\26D1";}
.mr-mans-shoe::before{content:"\1F45E";}
.mr-athletic-shoe::before{content:"\1F45F";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-womans-sandal::before{content:"\1F461";}
.mr-womans-boots::before{content:"\1F462";}
.mr-purse::before{content:"\1F45B";}
.mr-handbag::before{content:"\1F45C";}
.mr-pouch::before{content:"\1F45D";}
.mr-school-satchel::before{content:"\1F392";}
.mr-scarf::before{content:"\1F9E3";}
.mr-gloves::before{content:"\1F9E4";}
.mr-woman-with-bunny-ears::before{content:"\1F46F";}
.mr-dancer::before{content:"\1F483";}
.mr-pregnant-woman::before{content:"\1F930";}
.mr-no-one-under-eighteen-symbol::before{content:"\1F51E";}
.mr-love-hotel::before{content:"\1F3E9";}
.mr-splashing-sweat-symbol::before{content:"\1F4A6";}
.mr-droplet::before{content:"\1F4A7";}
.mr-red-apple::before{content:"\1F34E";}
.mr-peach::before{content:"\1F351";}
.mr-cherries::before{content:"\1F352";}
.mr-banana::before{content:"\1F34C";}
.mr-cucumber::before{content:"\1F952";}
.mr-call-me-hand::before{content:"\1F919";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-credit-card::before{content:"\1F4B3";}
.mr-banknote-with-yen-sign::before{content:"\1F4B4";}
.mr-banknote-with-dollar-sign::before{content:"\1F4B5";}
.mr-banknote-with-euro-sign::before{content:"\1F4B6";}
.mr-banknote-with-pound-sign::before{content:"\1F4B7";}
.mr-money-with-wings::before{content:"\1F4B8";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-coat::before{content:"\1F9E5";}
.mr-socks::before{content:"\1F9E6";}
.mr-billed-cap::before{content:"\1F9E2";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-reversed-hand-with-middle-finger-extended::before{content:"\1F595";}
.mr-white-right-pointing-backhand-index::before{content:"\1F449";}
.mr-turned-ok-hand-sign::before{content:"\1F58F";}
.mr-ok-hand-sign::before{content:"\1F44C";}
.mr-white-left-pointing-backhand-index::before{content:"\1F448";}
.mr-orange-heart::before{content:"\1F9E1";}
.mr-yellow-heart::before{content:"\1F49B";}
.mr-green-heart::before{content:"\1F49A";}
.mr-blue-heart::before{content:"\1F499";}
.mr-purple-heart::before{content:"\1F49C";}
.mr-black-heart::before{content:"\1F5A4";}
.mr-two-hearts::before{content:"\1F495";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-mouse-face::before{content:"\1F42D";}
.mr-hamster-face::before{content:"\1F439";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-tiger-face::before{content:"\1F42F";}
.mr-lion-face::before{content:"\1F981";}
.mr-dog-face::before{content:"\1F436";}
.mr-wolf-face::before{content:"\1F43A";}
.mr-fox-face::before{content:"\1F98A";}
.mr-horse-face::before{content:"\1F434";}
.mr-cow-face::before{content:"\1F42E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-beating-heart::before{content:"\1F493";}
.mr-sparkling-heart::before{content:"\1F496";}
.mr-growing-heart::before{content:"\1F497";}
.mr-heart-with-arrow::before{content:"\1F498";}
.mr-heart-with-ribbon::before{content:"\1F49D";}
.mr-revolving-hearts::before{content:"\1F49E";}
.mr-heart-decoration::before{content:"\1F49F";}
.mr-white-heart-suit::before{content:"\2661";}
.mr-black-heart-suit::before{content:"\2665";}
.mr-heavy-heart-exclamation-mark-ornament::before{content:"\2763";}
.mr-heavy-black-heart::before{content:"\2764";}
.mr-rotated-heavy-black-heart-bullet::before{content:"\2765";}
.mr-floral-heart::before{content:"\2766";}
.mr-reversed-rotated-floral-heart-bullet::before{content:"\2619";}
.mr-rotated-floral-heart-bullet::before{content:"\2767";}
.mr-playing-card-ace-of-hearts::before{content:"\1F0B1";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-thumbs-down-sign::before{content:"\1F44E";}
.mr-reversed-thumbs-up-sign::before{content:"\1F592";}
.mr-reversed-thumbs-down-sign::before{content:"\1F593";}
.mr-ok-hand-sign::before{content:"\1F44C";}
.mr-turned-ok-hand-sign::before{content:"\1F58F";}
.mr-waving-hand-sign::before{content:"\1F44B";}
.mr-clapping-hands-sign::before{content:"\1F44F";}
.mr-sign-of-the-horns::before{content:"\1F918";}
.mr-i-love-you-hand-sign::before{content:"\1F91F";}
.mr-hand-with-index-and-middle-fingers-crossed::before{content:"\1F91E";}
.mr-call-me-hand::before{content:"\1F919";}
.mr-handshake::before{content:"\1F91D";}
.mr-victory-hand::before{content:"\270C";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-butterfly::before{content:"\1F98B";}
.mr-honeybee::before{content:"\1F41D";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-ant::before{content:"\1F41C";}
.mr-bug::before{content:"\1F41B";}
.mr-spider::before{content:"\1F577";}
.mr-spider-web::before{content:"\1F578";}
.mr-scorpion::before{content:"\1F982";}
.mr-cricket::before{content:"\1F997";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pig-face::before{content:"\1F437";}
.mr-bear-face::before{content:"\1F43B";}
.mr-panda-face::before{content:"\1F43C";}
.mr-monkey-face::before{content:"\1F435";}
.mr-frog-face::before{content:"\1F438";}
.mr-dragon-face::before{content:"\1F432";}
.mr-unicorn-face::before{content:"\1F984";}
.mr-cat-face::before{content:"\1F431";}
.mr-grinning-cat-face-with-smiling-eyes::before{content:"\1F638";}
.mr-cat-face-with-tears-of-joy::before{content:"\1F639";}
.mr-smiling-cat-face-with-open-mouth::before{content:"\1F63A";}
.mr-smiling-cat-face-with-heart-shaped-eyes::before{content:"\1F63B";}
.mr-cat-face-with-wry-smile::before{content:"\1F63C";}
.mr-kissing-cat-face-with-closed-eyes::before{content:"\1F63D";}
.mr-pouting-cat-face::before{content:"\1F63E";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-playing-card-knight-of-hearts::before{content:"\1F0BC";}
.mr-playing-card-queen-of-hearts::before{content:"\1F0BD";}
.mr-playing-card-king-of-hearts::before{content:"\1F0BE";}
.mr-broken-heart::before{content:"\1F494";}
.mr-wilted-flower::before{content:"\1F940";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-reversed-victory-hand::before{content:"\1F594";}
.mr-raised-hand-with-part-between-middle-and-ring-fingers::before{content:"\1F596";}
.mr-raised-hand::before{content:"\270B";}
.mr-raised-hand-with-fingers-splayed::before{content:"\1F590";}
.mr-raised-back-of-hand::before{content:"\1F91A";}
.mr-reversed-raised-hand-with-fingers-splayed::before{content:"\1F591";}
.mr-palms-up-together::before{content:"\1F932";}
.mr-open-hands-sign::before{content:"\1F450";}
.mr-fisted-hand-sign::before{content:"\1F44A";}
.mr-left-facing-fist::before{content:"\1F91B";}
.mr-right-facing-fist::before{content:"\1F91C";}
.mr-reversed-hand-with-middle-finger-extended::before{content:"\1F595";}
.mr-white-left-pointing-backhand-index::before{content:"\1F448";}
.mr-white-right-pointing-backhand-index::before{content:"\1F449";}
.mr-white-up-pointing-backhand-index::before{content:"\1F446";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-crying-cat-face::before{content:"\1F63F";}
.mr-weary-cat-face::before{content:"\1F640";}
.mr-cat::before{content:"\1F408";}
.mr-tiger::before{content:"\1F405";}
.mr-leopard::before{content:"\1F406";}
.mr-rat::before{content:"\1F400";}
.mr-mouse::before{content:"\1F401";}
.mr-rhinoceros::before{content:"\1F98F";}
.mr-elephant::before{content:"\1F418";}
.mr-ox::before{content:"\1F402";}
.mr-water-buffalo::before{content:"\1F403";}
.mr-cow::before{content:"\1F404";}
.mr-horse::before{content:"\1F40E";}
.mr-deer::before{content:"\1F98C";}
.mr-goat::before{content:"\1F410";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-soccer-ball::before{content:"\26BD";}
.mr-baseball::before{content:"\26BE";}
.mr-american-football::before{content:"\1F3C8";}
.mr-rugby-football::before{content:"\1F3C9";}
.mr-tennis-racquet-and-ball::before{content:"\1F3BE";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-volleyball::before{content:"\1F3D0";}
.mr-goal-net::before{content:"\1F945";}
.mr-cricket-bat-and-ball::before{content:"\1F3CF";}
.mr-field-hockey-stick-and-ball::before{content:"\1F3D1";}
.mr-ice-hockey-stick-and-puck::before{content:"\1F3D2";}
.mr-table-tennis-paddle-and-ball::before{content:"\1F3D3";}
.mr-one-button-mouse::before{content:"\1F5AF";}
.mr-two-button-mouse::before{content:"\1F5B0";}
.mr-three-button-mouse::before{content:"\1F5B1";}
.mr-trackball::before{content:"\1F5B2";}
.mr-joystick::before{content:"\1F579";}
.mr-wired-keyboard::before{content:"\1F5AE";}
.mr-keyboard-and-mouse::before{content:"\1F5A6";}
.mr-video-game::before{content:"\1F3AE";}
.mr-musical-keyboard-with-jacks::before{content:"\1F398";}
.mr-level-slider::before{content:"\1F39A";}
.mr-control-knobs::before{content:"\1F39B";}
.mr-mobile-phone::before{content:"\1F4F1";}
.mr-mobile-phone-with-rightwards-arrow-at-left::before{content:"\1F4F2";}
.mr-vibration-mode::before{content:"\1F4F3";}
.mr-mobile-phone-off::before{content:"\1F4F4";}
.mr-white-down-pointing-backhand-index::before{content:"\1F447";}
.mr-black-left-pointing-index::before{content:"\261A";}
.mr-black-right-pointing-index::before{content:"\261B";}
.mr-white-left-pointing-index::before{content:"\261C";}
.mr-white-right-pointing-index::before{content:"\261E";}
.mr-white-up-pointing-index::before{content:"\261D";}
.mr-white-down-pointing-index::before{content:"\261F";}
.mr-black-left-pointing-backhand-index::before{content:"\1F59C";}
.mr-black-right-pointing-backhand-index::before{content:"\1F59D";}
.mr-black-up-pointing-backhand-index::before{content:"\1F5A2";}
.mr-black-down-pointing-backhand-index::before{content:"\1F5A3";}
.mr-sideways-white-left-pointing-index::before{content:"\1F598";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-ram::before{content:"\1F40F";}
.mr-sheep::before{content:"\1F411";}
.mr-pig::before{content:"\1F416";}
.mr-boar::before{content:"\1F417";}
.mr-dromedary-camel::before{content:"\1F42A";}
.mr-bactrian-camel::before{content:"\1F42B";}
.mr-gorilla::before{content:"\1F98D";}
.mr-dragon::before{content:"\1F409";}
.mr-bat::before{content:"\1F987";}
.mr-snake::before{content:"\1F40D";}
.mr-rabbit::before{content:"\1F407";}
.mr-monkey::before{content:"\1F412";}
.mr-dog::before{content:"\1F415";}
.mr-nail-polish::before{content:"\1F485";}
.mr-gem-stone::before{content:"\1F48E";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-badminton-racquet-and-shuttlecock::before{content:"\1F3F8";}
.mr-bow-and-arrow::before{content:"\1F3F9";}
.mr-canoe::before{content:"\1F6F6";}
.mr-boxing-glove::before{content:"\1F94A";}
.mr-martial-arts-uniform::before{content:"\1F94B";}
.mr-bowling::before{content:"\1F3B3";}
.mr-runner::before{content:"\1F3C3";}
.mr-horse-racing::before{content:"\1F3C7";}
.mr-person-with-ball::before{content:"\26F9";}
.mr-weight-lifter::before{content:"\1F3CB";}
.mr-golfer::before{content:"\1F3CC";}
.mr-fencer::before{content:"\1F93A";}
.mr-wrestlers::before{content:"\1F93C";}
.mr-no-mobile-phones::before{content:"\1F4F5";}
.mr-clamshell-mobile-phone::before{content:"\1F581";}
.mr-antenna-with-bars::before{content:"\1F4F6";}
.mr-telephone-receiver::before{content:"\1F4DE";}
.mr-black-telephone::before{content:"\260E";}
.mr-white-telephone::before{content:"\260F";}
.mr-telephone-location-sign::before{content:"\2706";}
.mr-left-hand-telephone-receiver::before{content:"\1F57B";}
.mr-telephone-receiver-with-page::before{content:"\1F57C";}
.mr-right-hand-telephone-receiver::before{content:"\1F57D";}
.mr-telephone-sign::before{content:"\2121";}
.mr-black-touchtone-telephone::before{content:"\1F57F";}
.mr-telephone-on-top-of-modem::before{content:"\1F580";}
.mr-sideways-white-right-pointing-index::before{content:"\1F599";}
.mr-sideways-white-up-pointing-index::before{content:"\1F59E";}
.mr-sideways-white-down-pointing-index::before{content:"\1F59F";}
.mr-white-down-pointing-left-hand-index::before{content:"\1F597";}
.mr-sideways-black-left-pointing-index::before{content:"\1F59A";}
.mr-sideways-black-right-pointing-index::before{content:"\1F59B";}
.mr-sideways-black-up-pointing-index::before{content:"\1F5A0";}
.mr-sideways-black-down-pointing-index::before{content:"\1F5A1";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-poodle::before{content:"\1F429";}
.mr-koala::before{content:"\1F428";}
.mr-chipmunk::before{content:"\1F43F";}
.mr-eagle::before{content:"\1F985";}
.mr-owl::before{content:"\1F989";}
.mr-duck::before{content:"\1F986";}
.mr-rooster::before{content:"\1F413";}
.mr-chicken::before{content:"\1F414";}
.mr-turkey::before{content:"\1F983";}
.mr-dove-of-peace::before{content:"\1F54A";}
.mr-hatching-chick::before{content:"\1F423";}
.mr-crystal-ball::before{content:"\1F52E";}
.mr-hocho::before{content:"\1F52A";}
.mr-electric-torch::before{content:"\1F526";}
.mr-artist-palette::before{content:"\1F3A8";}
.mr-syringe::before{content:"\1F489";}
.mr-pill::before{content:"\1F48A";}
.mr-pistol::before{content:"\1F52B";}
.mr-bomb::before{content:"\1F4A3";}
.mr-shopping-trolley::before{content:"\1F6D2";}
.mr-seat::before{content:"\1F4BA";}
.mr-military-medal::before{content:"\1F396";}
.mr-reminder-ribbon::before{content:"\1F397";}
.mr-ringing-bell::before{content:"\1F56D";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-handball::before{content:"\1F93E";}
.mr-man-dancing::before{content:"\1F57A";}
.mr-person-doing-cartwheel::before{content:"\1F938";}
.mr-juggling::before{content:"\1F939";}
.mr-swimmer::before{content:"\1F3CA";}
.mr-surfer::before{content:"\1F3C4";}
.mr-water-polo::before{content:"\1F93D";}
.mr-ski-and-ski-boot::before{content:"\1F3BF";}
.mr-ice-skate::before{content:"\26F8";}
.mr-skier::before{content:"\26F7";}
.mr-snowboarder::before{content:"\1F3C2";}
.mr-sled::before{content:"\1F6F7";}
.mr-curling-stone::before{content:"\1F94C";}
.mr-trophy::before{content:"\1F3C6";}
.mr-sports-medal::before{content:"\1F3C5";}
.mr-first-place-medal::before{content:"\1F947";}
.mr-second-place-medal::before{content:"\1F948";}
.mr-pager::before{content:"\1F4DF";}
.mr-fax-machine::before{content:"\1F4E0";}
.mr-hard-disk::before{content:"\1F5B4";}
.mr-dvd::before{content:"\1F4C0";}
.mr-minidisc::before{content:"\1F4BD";}
.mr-optical-disc::before{content:"\1F4BF";}
.mr-optical-disc-icon::before{content:"\1F5B8";}
.mr-floppy-disk::before{content:"\1F4BE";}
.mr-black-hard-shell-floppy-disk::before{content:"\1F5AA";}
.mr-white-hard-shell-floppy-disk::before{content:"\1F5AB";}
.mr-soft-shell-floppy-disk::before{content:"\1F5AC";}
.mr-tape-drive::before{content:"\2707";}
.mr-tape-cartridge::before{content:"\1F5AD";}
.mr-old-personal-computer::before{content:"\1F5B3";}
.mr-personal-computer::before{content:"\1F4BB";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-bread::before{content:"\1F35E";}
.mr-cheese-wedge::before{content:"\1F9C0";}
.mr-egg::before{content:"\1F95A";}
.mr-croissant::before{content:"\1F950";}
.mr-baguette-bread::before{content:"\1F956";}
.mr-pancakes::before{content:"\1F95E";}
.mr-roasted-sweet-potato::before{content:"\1F360";}
.mr-hamburger::before{content:"\1F354";}
.mr-slice-of-pizza::before{content:"\1F355";}
.mr-spaghetti::before{content:"\1F35D";}
.mr-french-fries::before{content:"\1F35F";}
.mr-fried-shrimp::before{content:"\1F364";}
.mr-hot-dog::before{content:"\1F32D";}
.mr-taco::before{content:"\1F32E";}
.mr-burrito::before{content:"\1F32F";}
.mr-curry-and-rice::before{content:"\1F35B";}
.mr-black-chess-king::before{content:"\265A";}
.mr-black-chess-queen::before{content:"\265B";}
.mr-black-chess-rook::before{content:"\265C";}
.mr-black-chess-bishop::before{content:"\265D";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-black-chess-pawn::before{content:"\265F";}
.mr-white-chess-king::before{content:"\2654";}
.mr-white-chess-queen::before{content:"\2655";}
.mr-white-chess-rook::before{content:"\2656";}
.mr-white-chess-bishop::before{content:"\2657";}
.mr-white-chess-knight::before{content:"\2658";}
.mr-white-chess-pawn::before{content:"\2659";}
.mr-die-face-1::before{content:"\2680";}
.mr-die-face-2::before{content:"\2681";}
.mr-die-face-3::before{content:"\2682";}
.mr-baby-chick::before{content:"\1F424";}
.mr-front-facing-baby-chick::before{content:"\1F425";}
.mr-bird::before{content:"\1F426";}
.mr-penguin::before{content:"\1F427";}
.mr-whale::before{content:"\1F40B";}
.mr-spouting-whale::before{content:"\1F433";}
.mr-dolphin::before{content:"\1F42C";}
.mr-shark::before{content:"\1F988";}
.mr-fish::before{content:"\1F41F";}
.mr-tropical-fish::before{content:"\1F420";}
.mr-blowfish::before{content:"\1F421";}
.mr-octopus::before{content:"\1F419";}
.mr-squid::before{content:"\1F991";}
.mr-shrimp::before{content:"\1F990";}
.mr-crab::before{content:"\1F980";}
.mr-spiral-shell::before{content:"\1F41A";}
.mr-candle::before{content:"\1F56F";}
.mr-mantelpiece-clock::before{content:"\1F570";}
.mr-microscope::before{content:"\1F52C";}
.mr-telescope::before{content:"\1F52D";}
.mr-scales::before{content:"\2696";}
.mr-alembic::before{content:"\2697";}
.mr-alchemical-symbol-for-gold::before{content:"\1F71A";}
.mr-nut-and-bolt::before{content:"\1F529";}
.mr-chains::before{content:"\26D3";}
.mr-hammer::before{content:"\1F528";}
.mr-pick::before{content:"\26CF";}
.mr-wrench::before{content:"\1F527";}
.mr-gear::before{content:"\2699";}
.mr-gear-without-hub::before{content:"\26ED";}
.mr-third-place-medal::before{content:"\1F949";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-flag-in-hole::before{content:"\26F3";}
.mr-white-flag::before{content:"\2690";}
.mr-black-flag::before{content:"\2691";}
.mr-white-flag-with-horizontal-middle-black-stripe::before{content:"\26FF";}
.mr-triangular-flag-on-post::before{content:"\1F6A9";}
.mr-white-pennant::before{content:"\1F3F1";}
.mr-black-pennant::before{content:"\1F3F2";}
.mr-waving-white-flag::before{content:"\1F3F3";}
.mr-tent::before{content:"\26FA";}
.mr-fishing-pole-and-fish::before{content:"\1F3A3";}
.mr-direct-hit::before{content:"\1F3AF";}
.mr-desktop-computer::before{content:"\1F5A5";}
.mr-pocket-calculator::before{content:"\1F5A9";}
.mr-printer::before{content:"\1F5A8";}
.mr-three-networked-computers::before{content:"\1F5A7";}
.mr-camera::before{content:"\1F4F7";}
.mr-camera-with-flash::before{content:"\1F4F8";}
.mr-movie-camera::before{content:"\1F3A5";}
.mr-video-camera::before{content:"\1F4F9";}
.mr-film-projector::before{content:"\1F4FD";}
.mr-headphone::before{content:"\1F3A7";}
.mr-microphone::before{content:"\1F3A4";}
.mr-studio-microphone::before{content:"\1F399";}
.mr-public-address-loudspeaker::before{content:"\1F4E2";}
.mr-cheering-megaphone::before{content:"\1F4E3";}
.mr-bullhorn::before{content:"\1F56B";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-stuffed-flatbread::before{content:"\1F959";}
.mr-shallow-pan-of-food::before{content:"\1F958";}
.mr-green-salad::before{content:"\1F957";}
.mr-bacon::before{content:"\1F953";}
.mr-meat-on-bone::before{content:"\1F356";}
.mr-poultry-leg::before{content:"\1F357";}
.mr-cooked-rice::before{content:"\1F35A";}
.mr-steaming-bowl::before{content:"\1F35C";}
.mr-rice-cracker::before{content:"\1F358";}
.mr-rice-ball::before{content:"\1F359";}
.mr-sushi::before{content:"\1F363";}
.mr-fish-cake-with-swirl-design::before{content:"\1F365";}
.mr-bento-box::before{content:"\1F371";}
.mr-pot-of-food::before{content:"\1F372";}
.mr-grapes::before{content:"\1F347";}
.mr-melon::before{content:"\1F348";}
.mr-watermelon::before{content:"\1F349";}
.mr-tangerine::before{content:"\1F34A";}
.mr-lemon::before{content:"\1F34B";}
.mr-banana::before{content:"\1F34C";}
.mr-pineapple::before{content:"\1F34D";}
.mr-aries::before{content:"\2648";}
.mr-taurus::before{content:"\2649";}
.mr-gemini::before{content:"\264A";}
.mr-cancer::before{content:"\264B";}
.mr-leo::before{content:"\264C";}
.mr-virgo::before{content:"\264D";}
.mr-libra::before{content:"\264E";}
.mr-scorpius::before{content:"\264F";}
.mr-sagittarius::before{content:"\2650";}
.mr-capricorn::before{content:"\2651";}
.mr-aquarius::before{content:"\2652";}
.mr-pisces::before{content:"\2653";}
.mr-black-sun-with-rays::before{content:"\2600";}
.mr-white-sun-with-rays::before{content:"\263C";}
.mr-sun::before{content:"\2609";}
.mr-sun-with-face::before{content:"\1F31E";}
.mr-new-moon-symbol::before{content:"\1F311";}
.mr-waxing-crescent-moon-symbol::before{content:"\1F312";}
.mr-first-quarter-moon-symbol::before{content:"\1F313";}
.mr-waxing-gibbous-moon-symbol::before{content:"\1F314";}
.mr-full-moon-symbol::before{content:"\1F315";}
.mr-waning-gibbous-moon-symbol::before{content:"\1F316";}
.mr-last-quarter-moon-symbol::before{content:"\1F317";}
.mr-palm-branch::before{content:"\2E19";}
.mr-chestnut::before{content:"\1F330";}
.mr-seedling::before{content:"\1F331";}
.mr-ear-of-maize::before{content:"\1F33D";}
.mr-ear-of-rice::before{content:"\1F33E";}
.mr-herb::before{content:"\1F33F";}
.mr-four-leaf-clover::before{content:"\1F340";}
.mr-maple-leaf::before{content:"\1F341";}
.mr-fallen-leaf::before{content:"\1F342";}
.mr-leaf-fluttering-in-wind::before{content:"\1F343";}
.mr-cactus::before{content:"\1F335";}
.mr-christmas-tree::before{content:"\1F384";}
.mr-tanabata-tree::before{content:"\1F38B";}
.mr-evergreen-tree::before{content:"\1F332";}
.mr-decidαcps-tree::before{content:"\1F333";}
.mr-white-sun::before{content:"\1F323";}
.mr-sun-with-face::before{content:"\1F31E";}
.mr-sun-behind-cloud::before{content:"\26C5";}
.mr-white-sun-with-small-cloud::before{content:"\1F324";}
.mr-white-sun-behind-cloud::before{content:"\1F325";}
.mr-umbrella-on-ground::before{content:"\26F1";}
.mr-rain::before{content:"\26C6";}
.mr-black-droplet::before{content:"\1F322";}
.mr-umbrella::before{content:"\2602";}
.mr-umbrella-with-rain-drops::before{content:"\2614";}
.mr-closed-umbrella::before{content:"\1F302";}
.mr-white-sun-behind-cloud-with-rain::before{content:"\1F326";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-cloud-with-snow::before{content:"\1F328";}
.mr-cloud-with-lightning::before{content:"\1F329";}
.mr-thunder-cloud-and-rain::before{content:"\26C8";}
.mr-snowflake::before{content:"\2744";}
.mr-tight-trifoliate-snowflake::before{content:"\2745";}
.mr-die-face-4::before{content:"\2683";}
.mr-die-face-5::before{content:"\2684";}
.mr-die-face-6::before{content:"\2685";}
.mr-black-spade-suit::before{content:"\2660";}
.mr-black-club-suit::before{content:"\2663";}
.mr-black-heart-suit::before{content:"\2665";}
.mr-black-diamond-suit::before{content:"\2666";}
.mr-white-spade-suit::before{content:"\2664";}
.mr-white-club-suit::before{content:"\2667";}
.mr-white-heart-suit::before{content:"\2661";}
.mr-white-diamond-suit::before{content:"\2662";}
.mr-white-draughts-man::before{content:"\26C0";}
.mr-white-draughts-king::before{content:"\26C1";}
.mr-black-draughts-man::before{content:"\26C2";}
.mr-black-draughts-king::before{content:"\26C3";}
.mr-black-shogi-piece::before{content:"\2617";}
.mr-turned-black-shogi-piece::before{content:"\26CA";}
.mr-white-shogi-piece::before{content:"\2616";}
.mr-turned-white-shogi-piece::before{content:"\26C9";}
.mr-playing-card-ace-of-hearts::before{content:"\1F0B1";}
.mr-snail::before{content:"\1F40C";}
.mr-turtle::before{content:"\1F422";}
.mr-lizard::before{content:"\1F98E";}
.mr-crocodile::before{content:"\1F40A";}
.mr-see-no-evil-monkey::before{content:"\1F648";}
.mr-hear-no-evil-monkey::before{content:"\1F649";}
.mr-speak-no-evil-monkey::before{content:"\1F64A";}
.mr-carousel-horse::before{content:"\1F3A0";}
.mr-white-chess-knight::before{content:"\2658";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-pig-nose::before{content:"\1F43D";}
.mr-paw-prints::before{content:"\1F43E";}
.mr-carousel-horse::before{content:"\1F3A0";}
.mr-horse-racing::before{content:"\1F3C7";}
.mr-rat::before{content:"\1F400";}
.mr-water-buffalo::before{content:"\1F403";}
.mr-tiger::before{content:"\1F405";}
.mr-rabbit::before{content:"\1F407";}
.mr-gear-with-handles::before{content:"\26EE";}
.mr-ticket::before{content:"\1F3AB";}
.mr-film-frames::before{content:"\1F39E";}
.mr-admission-tickets::before{content:"\1F39F";}
.mr-crossed-flags::before{content:"\1F38C";}
.mr-pine-decoration::before{content:"\1F38D";}
.mr-japanese-dolls::before{content:"\1F38E";}
.mr-izakaya-lantern::before{content:"\1F3EE";}
.mr-carp-streamer::before{content:"\1F38F";}
.mr-wind-chime::before{content:"\1F390";}
.mr-crossed-swords::before{content:"\2694";}
.mr-coffin::before{content:"\26B0";}
.mr-funeral-urn::before{content:"\26B1";}
.mr-amphora::before{content:"\1F3FA";}
.mr-billiards::before{content:"\1F3B1";}
.mr-slot-machine::before{content:"\1F3B0";}
.mr-game-die::before{content:"\1F3B2";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-bullhorn-with-sound-waves::before{content:"\1F56C";}
.mr-television::before{content:"\1F4FA";}
.mr-radio::before{content:"\1F4FB";}
.mr-portable-stereo::before{content:"\1F4FE";}
.mr-videocassette::before{content:"\1F4FC";}
.mr-satellite-antenna::before{content:"\1F4E1";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-octagonal-sign::before{content:"\1F6D1";}
.mr-no-entry::before{content:"\26D4";}
.mr-warning-sign::before{content:"\26A0";}
.mr-caution-sign::before{content:"\2621";}
.mr-black-two-way-left-way-traffic::before{content:"\26D6";}
.mr-white-two-way-left-way-traffic::before{content:"\26D7";}
.mr-circled-crossing-lanes::before{content:"\26D2";}
.mr-car-sliding::before{content:"\26D0";}
.mr-disabled-car::before{content:"\26CD";}
.mr-heavy-white-down-pointing-triangle::before{content:"\26DB";}
.mr-restricted-left-entry-2::before{content:"\26E1";}
.mr-crossing-lanes::before{content:"\26CC";}
.mr-alternate-one-way-left-way-traffic::before{content:"\26D5";}
.mr-drive-slow-sign::before{content:"\26DA";}
.mr-black-left-lane-merge::before{content:"\26D8";}
.mr-white-left-lane-merge::before{content:"\26D9";}
.mr-left-closed-entry::before{content:"\26DC";}
.mr-restricted-left-entry-1::before{content:"\26E0";}
.mr-wheelchair-symbol::before{content:"\267F";}
.mr-airplane::before{content:"\2708";}
.mr-telephone-location-sign::before{content:"\2706";}
.mr-black-telephone::before{content:"\260E";}
.mr-white-telephone::before{content:"\260F";}
.mr-fuel-pump::before{content:"\26FD";}
.mr-cup-on-black-square::before{content:"\26FE";}
.mr-red-apple::before{content:"\1F34E";}
.mr-green-apple::before{content:"\1F34F";}
.mr-pear::before{content:"\1F350";}
.mr-peach::before{content:"\1F351";}
.mr-cherries::before{content:"\1F352";}
.mr-strawberry::before{content:"\1F353";}
.mr-kiwifruit::before{content:"\1F95D";}
.mr-mushroom::before{content:"\1F344";}
.mr-tomato::before{content:"\1F345";}
.mr-aubergine::before{content:"\1F346";}
.mr-hot-pepper::before{content:"\1F336";}
.mr-avocado::before{content:"\1F951";}
.mr-potato::before{content:"\1F954";}
.mr-carrot::before{content:"\1F955";}
.mr-cucumber::before{content:"\1F952";}
.mr-peanuts::before{content:"\1F95C";}
.mr-shortcake::before{content:"\1F370";}
.mr-birthday-cake::before{content:"\1F382";}
.mr-ice-cream::before{content:"\1F368";}
.mr-soft-ice-cream::before{content:"\1F366";}
.mr-doughnut::before{content:"\1F369";}
.mr-cookie::before{content:"\1F36A";}
.mr-popcorn::before{content:"\1F37F";}
.mr-custard::before{content:"\1F36E";}
.mr-honey-pot::before{content:"\1F36F";}
.mr-waning-crescent-moon-symbol::before{content:"\1F318";}
.mr-crescent-moon::before{content:"\1F319";}
.mr-first-quarter-moon::before{content:"\263D";}
.mr-last-quarter-moon::before{content:"\263E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-last-quarter-moon-with-face::before{content:"\1F31C";}
.mr-full-moon-with-face::before{content:"\1F31D";}
.mr-new-moon-with-face::before{content:"\1F31A";}
.mr-mercury::before{content:"\263F";}
.mr-female-sign::before{content:"\2640";}
.mr-earth::before{content:"\2641";}
.mr-male-sign::before{content:"\2642";}
.mr-jupiter::before{content:"\2643";}
.mr-saturn::before{content:"\2644";}
.mr-uranus::before{content:"\2645";}
.mr-astronomical-symbol-for-uranus::before{content:"\26E2";}
.mr-neptune::before{content:"\2646";}
.mr-pluto::before{content:"\2647";}
.mr-ceres::before{content:"\26B3";}
.mr-pallas::before{content:"\26B4";}
.mr-juno::before{content:"\26B5";}
.mr-vesta::before{content:"\26B6";}
.mr-chiron::before{content:"\26B7";}
.mr-ophiuchus::before{content:"\26CE";}
.mr-comet::before{content:"\2604";}
.mr-palm-tree::before{content:"\1F334";}
.mr-white-flower::before{content:"\1F4AE";}
.mr-cherry-blossom::before{content:"\1F338";}
.mr-tulip::before{content:"\1F337";}
.mr-rose::before{content:"\1F339";}
.mr-hibiscus::before{content:"\1F33A";}
.mr-sunflower::before{content:"\1F33B";}
.mr-blossom::before{content:"\1F33C";}
.mr-wilted-flower::before{content:"\1F940";}
.mr-bouquet-of-flowers::before{content:"\1F395";}
.mr-flower::before{content:"\2698";}
.mr-rosette::before{content:"\1F3F5";}
.mr-black-rosette::before{content:"\1F3F6";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-heavy-chevron-snowflake::before{content:"\2746";}
.mr-wind-chime::before{content:"\1F390";}
.mr-snowman::before{content:"\2603";}
.mr-snowman-without-snow::before{content:"\26C4";}
.mr-black-snowman::before{content:"\26C7";}
.mr-cloud-with-tornado::before{content:"\1F32A";}
.mr-cyclone::before{content:"\1F300";}
.mr-lightning::before{content:"\2607";}
.mr-thunderstorm::before{content:"\2608";}
.mr-cloud::before{content:"\2601";}
.mr-fog::before{content:"\1F32B";}
.mr-foggy::before{content:"\1F301";}
.mr-rainbow::before{content:"\1F308";}
.mr-wind-blowing-face::before{content:"\1F32C";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-playing-card-two-of-hearts::before{content:"\1F0B2";}
.mr-playing-card-three-of-hearts::before{content:"\1F0B3";}
.mr-playing-card-four-of-hearts::before{content:"\1F0B4";}
.mr-playing-card-five-of-hearts::before{content:"\1F0B5";}
.mr-playing-card-six-of-hearts::before{content:"\1F0B6";}
.mr-playing-card-seven-of-hearts::before{content:"\1F0B7";}
.mr-playing-card-eight-of-hearts::before{content:"\1F0B8";}
.mr-playing-card-nine-of-hearts::before{content:"\1F0B9";}
.mr-playing-card-ten-of-hearts::before{content:"\1F0BA";}
.mr-playing-card-jack-of-hearts::before{content:"\1F0BB";}
.mr-playing-card-knight-of-hearts::before{content:"\1F0BC";}
.mr-playing-card-queen-of-hearts::before{content:"\1F0BD";}
.mr-playing-card-king-of-hearts::before{content:"\1F0BE";}
.mr-playing-card-ace-of-spades::before{content:"\1F0A1";}
.mr-playing-card-two-of-spades::before{content:"\1F0A2";}
.mr-playing-card-three-of-spades::before{content:"\1F0A3";}
.mr-playing-card-four-of-spades::before{content:"\1F0A4";}
.mr-playing-card-five-of-spades::before{content:"\1F0A5";}
.mr-playing-card-six-of-spades::before{content:"\1F0A6";}
.mr-playing-card-seven-of-spades::before{content:"\1F0A7";}
.mr-playing-card-eight-of-spades::before{content:"\1F0A8";}
.mr-playing-card-nine-of-spades::before{content:"\1F0A9";}
.mr-playing-card-ten-of-spades::before{content:"\1F0AA";}
.mr-playing-card-jack-of-spades::before{content:"\1F0AB";}
.mr-playing-card-knight-of-spades::before{content:"\1F0AC";}
.mr-playing-card-queen-of-spades::before{content:"\1F0AD";}
.mr-playing-card-king-of-spades::before{content:"\1F0AE";}
.mr-playing-card-ace-of-diamonds::before{content:"\1F0C1";}
.mr-dragon::before{content:"\1F409";}
.mr-snake::before{content:"\1F40D";}
.mr-horse::before{content:"\1F40E";}
.mr-goat::before{content:"\1F410";}
.mr-monkey::before{content:"\1F412";}
.mr-rooster::before{content:"\1F413";}
.mr-dog::before{content:"\1F415";}
.mr-pig::before{content:"\1F416";}
.mr-zebra-face::before{content:"\1F993";}
.mr-giraffe-face::before{content:"\1F992";}
.mr-hedgehog::before{content:"\1F994";}
.mr-sauropod::before{content:"\1F995";}
.mr-t-rex::before{content:"\1F996";}
.mr-cricket::before{content:"\1F997";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-anchor::before{content:"\2693";}
.mr-menorah-with-nine-branches::before{content:"\1F54E";}
.mr-prayer-beads::before{content:"\1F4FF";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-musical-keyboard::before{content:"\1F3B9";}
.mr-violin::before{content:"\1F3BB";}
.mr-saxophone::before{content:"\1F3B7";}
.mr-trumpet::before{content:"\1F3BA";}
.mr-guitar::before{content:"\1F3B8";}
.mr-drum-with-drumsticks::before{content:"\1F941";}
.mr-musical-note::before{content:"\1F3B5";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-musical-score::before{content:"\1F3BC";}
.mr-beamed-ascending-musical-notes::before{content:"\1F39C";}
.mr-beamed-descending-musical-notes::before{content:"\1F39D";}
.mr-quarter-note::before{content:"\2669";}
.mr-eighth-note::before{content:"\266A";}
.mr-beamed-eighth-notes::before{content:"\266B";}
.mr-beamed-sixteenth-notes::before{content:"\266C";}
.mr-airplane-departure::before{content:"\1F6EB";}
.mr-airplane-arriving::before{content:"\1F6EC";}
.mr-small-airplane::before{content:"\1F6E9";}
.mr-airplane::before{content:"\2708";}
.mr-up-pointing-airplane::before{content:"\1F6E7";}
.mr-northeast-pointing-airplane::before{content:"\1F6EA";}
.mr-up-pointing-small-airplane::before{content:"\1F6E8";}
.mr-up-pointing-military-airplane::before{content:"\1F6E6";}
.mr-helicopter::before{content:"\1F681";}
.mr-rocket::before{content:"\1F680";}
.mr-leftwards-rocket::before{content:"\1F66C";}
.mr-upwards-rocket::before{content:"\1F66D";}
.mr-rightwards-rocket::before{content:"\1F66E";}
.mr-downwards-rocket::before{content:"\1F66F";}
.mr-flying-saucer::before{content:"\1F6F8";}
.mr-ferry::before{content:"\26F4";}
.mr-ship::before{content:"\1F6A2";}
.mr-sailboat::before{content:"\26F5";}
.mr-hot-beverage::before{content:"\2615";}
.mr-pedestrian::before{content:"\1F6B6";}
.mr-no-pedestrians::before{content:"\1F6B7";}
.mr-children-crossing::before{content:"\1F6B8";}
.mr-hot-springs::before{content:"\2668";}
.mr-castle::before{content:"\26EB";}
.mr-historic-site::before{content:"\26EC";}
.mr-headstone-graveyard-symbol::before{content:"\26FC";}
.mr-mountain::before{content:"\26F0";}
.mr-fountain::before{content:"\26F2";}
.mr-japanese-bank-symbol::before{content:"\26FB";}
.mr-map-symbol-for-lighthouse::before{content:"\26EF";}
.mr-horizontal-traffic-light::before{content:"\1F6A5";}
.mr-vertical-traffic-light::before{content:"\1F6A6";}
.mr-construction-sign::before{content:"\1F6A7";}
.mr-police-cars-revolving-light::before{content:"\1F6A8";}
.mr-triangular-flag-on-post::before{content:"\1F6A9";}
.mr-no-entry-sign::before{content:"\1F6AB";}
.mr-smoking-symbol::before{content:"\1F6AC";}
.mr-no-smoking-symbol::before{content:"\1F6AD";}
.mr-put-litter-in-its-place-symbol::before{content:"\1F6AE";}
.mr-do-not-litter-symbol::before{content:"\1F6AF";}
.mr-potable-water-symbol::before{content:"\1F6B0";}
.mr-non-potable-water-symbol::before{content:"\1F6B1";}
.mr-mens-symbol::before{content:"\1F6B9";}
.mr-womens-symbol::before{content:"\1F6BA";}
.mr-restroom::before{content:"\1F6BB";}
.mr-shaved-ice::before{content:"\1F367";}
.mr-dango::before{content:"\1F361";}
.mr-oden::before{content:"\1F362";}
.mr-chocolate-bar::before{content:"\1F36B";}
.mr-candy::before{content:"\1F36C";}
.mr-lollipop::before{content:"\1F36D";}
.mr-beer-mug::before{content:"\1F37A";}
.mr-clinking-beer-mugs::before{content:"\1F37B";}
.mr-wine-glass::before{content:"\1F377";}
.mr-cocktail-glass::before{content:"\1F378";}
.mr-tropical-drink::before{content:"\1F379";}
.mr-sake-bottle-and-cup::before{content:"\1F376";}
.mr-clinking-glasses::before{content:"\1F942";}
.mr-tumbler-glass::before{content:"\1F943";}
.mr-bottle-with-popping-cork::before{content:"\1F37E";}
.mr-glass-of-milk::before{content:"\1F95B";}
.mr-teacup-without-handle::before{content:"\1F375";}
.mr-baby-bottle::before{content:"\1F37C";}
.mr-hot-beverage::before{content:"\2615";}
.mr-cooking::before{content:"\1F373";}
.mr-black-moon-lilith::before{content:"\26B8";}
.mr-sextile::before{content:"\26B9";}
.mr-semisextile::before{content:"\26BA";}
.mr-sesquiquadrate::before{content:"\26BC";}
.mr-quincunx::before{content:"\26BB";}
.mr-die-face-5::before{content:"\2684";}
.mr-ascending-node::before{content:"\260A";}
.mr-descending-node::before{content:"\260B";}
.mr-conjunction::before{content:"\260C";}
.mr-opposition::before{content:"\260D";}
.mr-earth::before{content:"\2641";}
.mr-circled-plus::before{content:"\2295";}
.mr-female-sign::before{content:"\2640";}
.mr-male-sign::before{content:"\2642";}
.mr-pluto::before{content:"\2647";}
.mr-black-moon-lilith::before{content:"\26B8";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-playing-card-two-of-diamonds::before{content:"\1F0C2";}
.mr-playing-card-three-of-diamonds::before{content:"\1F0C3";}
.mr-playing-card-four-of-diamonds::before{content:"\1F0C4";}
.mr-playing-card-five-of-diamonds::before{content:"\1F0C5";}
.mr-playing-card-six-of-diamonds::before{content:"\1F0C6";}
.mr-playing-card-seven-of-diamonds::before{content:"\1F0C7";}
.mr-playing-card-eight-of-diamonds::before{content:"\1F0C8";}
.mr-playing-card-nine-of-diamonds::before{content:"\1F0C9";}
.mr-playing-card-ten-of-diamonds::before{content:"\1F0CA";}
.mr-playing-card-jack-of-diamonds::before{content:"\1F0CB";}
.mr-playing-card-knight-of-diamonds::before{content:"\1F0CC";}
.mr-playing-card-queen-of-diamonds::before{content:"\1F0CD";}
.mr-playing-card-king-of-diamonds::before{content:"\1F0CE";}
.mr-playing-card-ace-of-clubs::before{content:"\1F0D1";}
.mr-playing-card-two-of-clubs::before{content:"\1F0D2";}
.mr-playing-card-three-of-clubs::before{content:"\1F0D3";}
.mr-playing-card-four-of-clubs::before{content:"\1F0D4";}
.mr-playing-card-five-of-clubs::before{content:"\1F0D5";}
.mr-playing-card-six-of-clubs::before{content:"\1F0D6";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-white-flag::before{content:"\2690";}
.mr-black-flag::before{content:"\2691";}
.mr-waving-white-flag::before{content:"\1F3F3";}
.mr-waving-black-flag::before{content:"\1F3F4";}
.mr-triangular-flag-on-post::before{content:"\1F6A9";}
.mr-crossed-flags::before{content:"\1F38C";}
.mr-flag-in-hole::before{content:"\26F3";}
.mr-white-flag-with-horizontal-middle-black-stripe::before{content:"\26FF";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-male-sign::before{content:"\2642";}
.mr-female-sign::before{content:"\2640";}
.mr-male-with-stroke-sign::before{content:"\26A6";}
.mr-vertical-male-with-stroke-sign::before{content:"\26A8";}
.mr-horizontal-male-with-stroke-sign::before{content:"\26A9";}
.mr-neuter::before{content:"\26B2";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-doubled-female-sign::before{content:"\26A2";}
.mr-doubled-male-sign::before{content:"\26A3";}
.mr-male-and-female-sign::before{content:"\26A5";}
.mr-male-with-stroke-and-male-and-female-sign::before{content:"\26A7";}
.mr-two-men-holding-hands::before{content:"\1F46C";}
.mr-two-women-holding-hands::before{content:"\1F46D";}
.mr-marriage-symbol::before{content:"\26AD";}
.mr-divorce-symbol::before{content:"\26AE";}
.mr-unmarried-partnership-symbol::before{content:"\26AF";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-greek-small-letter-mu::before{content:"\3BC";}
.mr-micro-sign::before{content:"\B5";}
.mr-greek-small-letter-pi::before{content:"\3C0";}
.mr-earth::before{content:"\2641";}
.mr-circled-plus::before{content:"\2295";}
.mr-female-sign::before{content:"\2640";}
.mr-male-sign::before{content:"\2642";}
.mr-male-and-female-sign::before{content:"\26A5";}
.mr-male-with-stroke-and-male-and-female-sign::before{content:"\26A7";}
.mr-male-with-stroke-sign::before{content:"\26A6";}
.mr-vertical-male-with-stroke-sign::before{content:"\26A8";}
.mr-horizontal-male-with-stroke-sign::before{content:"\26A9";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-musical-symbol-breve::before{content:"\1D15C";}
.mr-musical-symbol-whole-note::before{content:"\1D15D";}
.mr-musical-symbol-half-note::before{content:"\1D15E";}
.mr-musical-symbol-quarter-note::before{content:"\1D15F";}
.mr-musical-symbol-eighth-note::before{content:"\1D160";}
.mr-musical-symbol-sixteenth-note::before{content:"\1D161";}
.mr-musical-symbol-thirty-second-note::before{content:"\1D162";}
.mr-musical-symbol-sixty-fourth-note::before{content:"\1D163";}
.mr-musical-symbol-one-hundred-twenty-eighth-note::before{content:"\1D164";}
.mr-musical-symbol-multi-rest::before{content:"\1D13A";}
.mr-musical-symbol-multiple-measure-rest::before{content:"\1D129";}
.mr-musical-symbol-whole-rest::before{content:"\1D13B";}
.mr-musical-symbol-half-rest::before{content:"\1D13C";}
.mr-musical-symbol-quarter-rest::before{content:"\1D13D";}
.mr-musical-symbol-eighth-rest::before{content:"\1D13E";}
.mr-musical-symbol-sixteenth-rest::before{content:"\1D13F";}
.mr-musical-symbol-thirty-second-rest::before{content:"\1D140";}
.mr-musical-symbol-sixty-fourth-rest::before{content:"\1D141";}
.mr-musical-symbol-one-hundred-twenty-eighth-rest::before{content:"\1D142";}
.mr-musical-symbol-breath-mark::before{content:"\1D112";}
.mr-musical-symbol-caesura::before{content:"\1D113";}
.mr-musical-symbol-fermata::before{content:"\1D110";}
.mr-rowboat::before{content:"\1F6A3";}
.mr-speedboat::before{content:"\1F6A4";}
.mr-motor-boat::before{content:"\1F6E5";}
.mr-steam-locomotive::before{content:"\1F682";}
.mr-train::before{content:"\1F686";}
.mr-high-speed-train::before{content:"\1F684";}
.mr-high-speed-train-with-bullet-nose::before{content:"\1F685";}
.mr-railway-car::before{content:"\1F683";}
.mr-metro::before{content:"\1F687";}
.mr-light-rail::before{content:"\1F688";}
.mr-tram::before{content:"\1F68A";}
.mr-tram-car::before{content:"\1F68B";}
.mr-monorail::before{content:"\1F69D";}
.mr-mountain-railway::before{content:"\1F69E";}
.mr-suspension-railway::before{content:"\1F69F";}
.mr-mountain-cableway::before{content:"\1F6A0";}
.mr-aerial-tramway::before{content:"\1F6A1";}
.mr-black-truck::before{content:"\26DF";}
.mr-delivery-truck::before{content:"\1F69A";}
.mr-articulated-lorry::before{content:"\1F69B";}
.mr-station::before{content:"\1F689";}
.mr-bus::before{content:"\1F68C";}
.mr-baby-symbol::before{content:"\1F6BC";}
.mr-toilet::before{content:"\1F6BD";}
.mr-water-closet::before{content:"\1F6BE";}
.mr-door::before{content:"\1F6AA";}
.mr-shower::before{content:"\1F6BF";}
.mr-bath::before{content:"\1F6C0";}
.mr-bathtub::before{content:"\1F6C1";}
.mr-passport-control::before{content:"\1F6C2";}
.mr-customs::before{content:"\1F6C3";}
.mr-baggage-claim::before{content:"\1F6C4";}
.mr-left-luggage::before{content:"\1F6C5";}
.mr-bicycle::before{content:"\1F6B2";}
.mr-no-bicycles::before{content:"\1F6B3";}
.mr-bicyclist::before{content:"\1F6B4";}
.mr-mountain-bicyclist::before{content:"\1F6B5";}
.mr-atom-symbol::before{content:"\269B";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-radioactive-sign::before{content:"\2622";}
.mr-biohazard-sign::before{content:"\2623";}
.mr-fork-and-knife::before{content:"\1F374";}
.mr-fork-and-knife-with-plate::before{content:"\1F37D";}
.mr-spoon::before{content:"\1F944";}
.mr-cut-of-meat::before{content:"\1F969";}
.mr-sandwich::before{content:"\1F96A";}
.mr-coconut::before{content:"\1F965";}
.mr-broccoli::before{content:"\1F966";}
.mr-bowl-with-spoon::before{content:"\1F963";}
.mr-canned-food::before{content:"\1F96B";}
.mr-dumpling::before{content:"\1F95F";}
.mr-fortune-cookie::before{content:"\1F960";}
.mr-pie::before{content:"\1F967";}
.mr-pretzel::before{content:"\1F968";}
.mr-cup-with-straw::before{content:"\1F964";}
.mr-chopsticks::before{content:"\1F962";}
.mr-takeout-box::before{content:"\1F961";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-playing-card-seven-of-clubs::before{content:"\1F0D7";}
.mr-playing-card-eight-of-clubs::before{content:"\1F0D8";}
.mr-playing-card-nine-of-clubs::before{content:"\1F0D9";}
.mr-playing-card-ten-of-clubs::before{content:"\1F0DA";}
.mr-playing-card-jack-of-clubs::before{content:"\1F0DB";}
.mr-playing-card-knight-of-clubs::before{content:"\1F0DC";}
.mr-playing-card-queen-of-clubs::before{content:"\1F0DD";}
.mr-playing-card-king-of-clubs::before{content:"\1F0DE";}
.mr-playing-card-back::before{content:"\1F0A0";}
.mr-playing-card-black-joker::before{content:"\1F0CF";}
.mr-playing-card-white-joker::before{content:"\1F0DF";}
.mr-playing-card-red-joker::before{content:"\1F0BF";}
.mr-playing-card-fool::before{content:"\1F0E0";}
.mr-playing-card-trump-1::before{content:"\1F0E1";}
.mr-playing-card-trump-2::before{content:"\1F0E2";}
.mr-playing-card-trump-3::before{content:"\1F0E3";}
.mr-playing-card-trump-4::before{content:"\1F0E4";}
.mr-playing-card-trump-5::before{content:"\1F0E5";}
.mr-playing-card-trump-6::before{content:"\1F0E6";}
.mr-outlined-greek-cross::before{content:"\2719";}
.mr-thin-greek-cross::before{content:"\1F7A1";}
.mr-light-greek-cross::before{content:"\1F7A2";}
.mr-medium-greek-cross::before{content:"\1F7A3";}
.mr-bold-greek-cross::before{content:"\1F7A4";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-very-bold-greek-cross::before{content:"\1F7A5";}
.mr-very-heavy-greek-cross::before{content:"\1F7A6";}
.mr-extremely-heavy-greek-cross::before{content:"\1F7A7";}
.mr-black-cross-on-shield::before{content:"\26E8";}
.mr-open-centre-cross::before{content:"\271B";}
.mr-heavy-open-centre-cross::before{content:"\271C";}
.mr-latin-cross::before{content:"\271D";}
.mr-white-latin-cross::before{content:"\1F546";}
.mr-heavy-latin-cross::before{content:"\1F547";}
.mr-shadowed-white-latin-cross::before{content:"\271E";}
.mr-outlined-latin-cross::before{content:"\271F";}
.mr-celtic-cross::before{content:"\1F548";}
.mr-saltire::before{content:"\2613";}
.mr-squared-saltire::before{content:"\26DD";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-musical-symbol-fermata-below::before{content:"\1D111";}
.mr-musical-symbol-piano::before{content:"\1D18F";}
.mr-musical-symbol-mezzo::before{content:"\1D190";}
.mr-musical-symbol-forte::before{content:"\1D191";}
.mr-musical-symbol-crescendo::before{content:"\1D192";}
.mr-musical-symbol-decrescendo::before{content:"\1D193";}
.mr-musical-symbol-single-barline::before{content:"\1D100";}
.mr-musical-symbol-double-barline::before{content:"\1D101";}
.mr-musical-symbol-final-barline::before{content:"\1D102";}
.mr-musical-symbol-reverse-final-barline::before{content:"\1D103";}
.mr-musical-symbol-dashed-barline::before{content:"\1D104";}
.mr-musical-symbol-short-barline::before{content:"\1D105";}
.mr-musical-symbol-brace::before{content:"\1D114";}
.mr-musical-symbol-bracket::before{content:"\1D115";}
.mr-musical-symbol-left-repeat-sign::before{content:"\1D106";}
.mr-musical-symbol-right-repeat-sign::before{content:"\1D107";}
.mr-musical-symbol-repeat-dots::before{content:"\1D108";}
.mr-musical-symbol-dal-segno::before{content:"\1D109";}
.mr-musical-symbol-da-capo::before{content:"\1D10A";}
.mr-musical-symbol-segno::before{content:"\1D10B";}
.mr-musical-symbol-coda::before{content:"\1D10C";}
.mr-oncoming-bus::before{content:"\1F68D";}
.mr-trolleybus::before{content:"\1F68E";}
.mr-bus-stop::before{content:"\1F68F";}
.mr-minibus::before{content:"\1F690";}
.mr-taxi::before{content:"\1F695";}
.mr-oncoming-taxi::before{content:"\1F696";}
.mr-automobile::before{content:"\1F697";}
.mr-oncoming-automobile::before{content:"\1F698";}
.mr-recreational-vehicle::before{content:"\1F699";}
.mr-tractor::before{content:"\1F69C";}
.mr-oncoming-police-car::before{content:"\1F694";}
.mr-police-car::before{content:"\1F693";}
.mr-ambulance::before{content:"\1F691";}
.mr-fire-engine::before{content:"\1F692";}
.mr-racing-motorcycle::before{content:"\1F3CD";}
.mr-racing-car::before{content:"\1F3CE";}
.mr-scooter::before{content:"\1F6F4";}
.mr-motor-scooter::before{content:"\1F6F5";}
.mr-bicycle::before{content:"\1F6B2";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-high-voltage-sign::before{content:"\26A1";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-playing-card-trump-7::before{content:"\1F0E7";}
.mr-playing-card-trump-8::before{content:"\1F0E8";}
.mr-playing-card-trump-9::before{content:"\1F0E9";}
.mr-playing-card-trump-10::before{content:"\1F0EA";}
.mr-playing-card-trump-11::before{content:"\1F0EB";}
.mr-playing-card-trump-12::before{content:"\1F0EC";}
.mr-playing-card-trump-13::before{content:"\1F0ED";}
.mr-playing-card-trump-14::before{content:"\1F0EE";}
.mr-playing-card-trump-15::before{content:"\1F0EF";}
.mr-playing-card-trump-16::before{content:"\1F0F0";}
.mr-playing-card-trump-17::before{content:"\1F0F1";}
.mr-playing-card-trump-18::before{content:"\1F0F2";}
.mr-playing-card-trump-19::before{content:"\1F0F3";}
.mr-playing-card-trump-20::before{content:"\1F0F4";}
.mr-playing-card-trump-21::before{content:"\1F0F5";}
.mr-flower-playing-cards::before{content:"\1F3B4";}
.mr-domino-tile-vertical-back::before{content:"\1F062";}
.mr-domino-tile-vertical-00-00::before{content:"\1F063";}
.mr-domino-tile-vertical-00-01::before{content:"\1F064";}
.mr-domino-tile-vertical-00-02::before{content:"\1F065";}
.mr-domino-tile-vertical-00-03::before{content:"\1F066";}
.mr-domino-tile-vertical-00-04::before{content:"\1F067";}
.mr-thin-saltire::before{content:"\1F7A8";}
.mr-light-saltire::before{content:"\1F7A9";}
.mr-medium-saltire::before{content:"\1F7AA";}
.mr-bold-saltire::before{content:"\1F7AB";}
.mr-heavy-saltire::before{content:"\1F7AC";}
.mr-very-heavy-saltire::before{content:"\1F7AD";}
.mr-extremely-heavy-saltire::before{content:"\1F7AE";}
.mr-cjk-ideograph-5350::before{content:"\5350";}
.mr-cjk-ideograph-534d::before{content:"\534D";}
.mr-right-facing-svasti-sign::before{content:"\FD5";}
.mr-left-facing-svasti-sign::before{content:"\FD6";}
.mr-right-facing-svasti-sign-with-dots::before{content:"\FD7";}
.mr-left-facing-svasti-sign-with-dots::before{content:"\FD8";}
.mr-maltese-cross::before{content:"\2720";}
.mr-west-syriac-cross::before{content:"\2670";}
.mr-east-syriac-cross::before{content:"\2671";}
.mr-cross-of-jerusalem::before{content:"\2629";}
.mr-orthodox-cross::before{content:"\2626";}
.mr-cross-of-lorraine::before{content:"\2628";}
.mr-chi-rho::before{content:"\2627";}
.mr-dotted-cross::before{content:"\205C";}
.mr-ankh::before{content:"\2625";}
.mr-helmet-with-white-cross::before{content:"\26D1";}
.mr-black-star::before{content:"\2605";}
.mr-white-star::before{content:"\2606";}
.mr-outlined-white-star::before{content:"\269D";}
.mr-stress-outlined-white-star::before{content:"\2729";}
.mr-circled-white-star::before{content:"\272A";}
.mr-open-centre-black-star::before{content:"\272B";}
.mr-open-centre-asterisk::before{content:"\2732";}
.mr-helm-symbol::before{content:"\2388";}
.mr-circumflex-accent::before{content:"\5E";}
.mr-up-arrowhead::before{content:"\2303";}
.mr-black-diamond-minus-white-x::before{content:"\2756";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-alternative-key-symbol::before{content:"\2387";}
.mr-option-key::before{content:"\2325";}
.mr-black-diamond::before{content:"\25C6";}
.mr-white-diamond::before{content:"\25C7";}
.mr-black-four-pointed-star::before{content:"\2726";}
.mr-white-four-pointed-star::before{content:"\2727";}
.mr-upwards-white-arrow::before{content:"\21E7";}
.mr-upwards-white-arrow-from-bar::before{content:"\21EA";}
.mr-squared-latin-capital-letter-a::before{content:"\1F130";}
.mr-negative-squared-latin-capital-letter-a::before{content:"\1F170";}
.mr-input-symbol-for-latin-capital-letters::before{content:"\1F520";}
.mr-input-symbol-for-latin-small-letters::before{content:"\1F521";}
.mr-input-symbol-for-numbers::before{content:"\1F522";}
.mr-input-symbol-for-latin-letters::before{content:"\1F524";}
.mr-clock-face-one-oclock::before{content:"\1F550";}
.mr-clock-face-two-oclock::before{content:"\1F551";}
.mr-clock-face-three-oclock::before{content:"\1F552";}
.mr-clock-face-four-oclock::before{content:"\1F553";}
.mr-clock-face-five-oclock::before{content:"\1F554";}
.mr-clock-face-six-oclock::before{content:"\1F555";}
.mr-clock-face-seven-oclock::before{content:"\1F556";}
.mr-clock-face-eight-oclock::before{content:"\1F557";}
.mr-clock-face-nine-oclock::before{content:"\1F558";}
.mr-clock-face-ten-oclock::before{content:"\1F559";}
.mr-clock-face-eleven-oclock::before{content:"\1F55A";}
.mr-clock-face-twelve-oclock::before{content:"\1F55B";}
.mr-clock-face-one-thirty::before{content:"\1F55C";}
.mr-clock-face-two-thirty::before{content:"\1F55D";}
.mr-clock-face-three-thirty::before{content:"\1F55E";}
.mr-clock-face-four-thirty::before{content:"\1F55F";}
.mr-clock-face-five-thirty::before{content:"\1F560";}
.mr-clock-face-six-thirty::before{content:"\1F561";}
.mr-clock-face-seven-thirty::before{content:"\1F562";}
.mr-clock-face-eight-thirty::before{content:"\1F563";}
.mr-clock-face-nine-thirty::before{content:"\1F564";}
.mr-clock-face-ten-thirty::before{content:"\1F565";}
.mr-clock-face-eleven-thirty::before{content:"\1F566";}
.mr-star-of-david::before{content:"\2721";}
.mr-star-and-crescent::before{content:"\262A";}
.mr-farsi-symbol::before{content:"\262B";}
.mr-adi-shakti::before{content:"\262C";}
.mr-hammer-and-sickle::before{content:"\262D";}
.mr-hammer-and-pick::before{content:"\2692";}
.mr-shamrock::before{content:"\2618";}
.mr-fleur-de-lis::before{content:"\269C";}
.mr-flower::before{content:"\2698";}
.mr-staff-of-aesculapius::before{content:"\2695";}
.mr-staff-of-hermes::before{content:"\269A";}
.mr-caduceus::before{content:"\2624";}
.mr-ankh::before{content:"\2625";}
.mr-wheel-of-dharma::before{content:"\2638";}
.mr-cjk-ideograph-5350::before{content:"\5350";}
.mr-cjk-ideograph-534d::before{content:"\534D";}
.mr-peace-symbol::before{content:"\262E";}
.mr-victory-hand::before{content:"\270C";}
.mr-yin-yang::before{content:"\262F";}
.mr-trigram-for-heaven::before{content:"\2630";}
.mr-trigram-for-lake::before{content:"\2631";}
.mr-trigram-for-fire::before{content:"\2632";}
.mr-trigram-for-thunder::before{content:"\2633";}
.mr-trigram-for-wind::before{content:"\2634";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-musical-symbol-repeated-figure-1::before{content:"\1D10D";}
.mr-musical-symbol-repeated-figure-2::before{content:"\1D10E";}
.mr-musical-symbol-repeated-figure-3::before{content:"\1D10F";}
.mr-musical-symbol-one-line-staff::before{content:"\1D116";}
.mr-musical-symbol-two-line-staff::before{content:"\1D117";}
.mr-musical-symbol-three-line-staff::before{content:"\1D118";}
.mr-musical-symbol-four-line-staff::before{content:"\1D119";}
.mr-musical-symbol-five-line-staff::before{content:"\1D11A";}
.mr-musical-symbol-six-line-staff::before{content:"\1D11B";}
.mr-musical-symbol-g-clef::before{content:"\1D11E";}
.mr-musical-symbol-g-clef-ottava-alta::before{content:"\1D11F";}
.mr-musical-symbol-g-clef-ottava-bassa::before{content:"\1D120";}
.mr-musical-symbol-c-clef::before{content:"\1D121";}
.mr-musical-symbol-f-clef::before{content:"\1D122";}
.mr-musical-symbol-f-clef-ottava-alta::before{content:"\1D123";}
.mr-musical-symbol-f-clef-ottava-bassa::before{content:"\1D124";}
.mr-musical-symbol-drum-clef-1::before{content:"\1D125";}
.mr-musical-symbol-drum-clef-2::before{content:"\1D126";}
.mr-music-sharp-sign::before{content:"\266F";}
.mr-musical-symbol-double-sharp::before{content:"\1D12A";}
.mr-musical-symbol-sharp-up::before{content:"\1D130";}
.mr-musical-symbol-sharp-down::before{content:"\1D131";}
.mr-musical-symbol-quarter-tone-sharp::before{content:"\1D132";}
.mr-musical-symbol-quarter-tone-flat::before{content:"\1D133";}
.mr-music-flat-sign::before{content:"\266D";}
.mr-musical-symbol-double-flat::before{content:"\1D12B";}
.mr-musical-symbol-flat-up::before{content:"\1D12C";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-domino-tile-vertical-00-05::before{content:"\1F068";}
.mr-domino-tile-vertical-00-06::before{content:"\1F069";}
.mr-domino-tile-vertical-01-00::before{content:"\1F06A";}
.mr-domino-tile-vertical-01-01::before{content:"\1F06B";}
.mr-domino-tile-vertical-01-02::before{content:"\1F06C";}
.mr-domino-tile-vertical-01-03::before{content:"\1F06D";}
.mr-domino-tile-vertical-01-04::before{content:"\1F06E";}
.mr-domino-tile-vertical-01-05::before{content:"\1F06F";}
.mr-domino-tile-vertical-01-06::before{content:"\1F070";}
.mr-domino-tile-vertical-02-00::before{content:"\1F071";}
.mr-domino-tile-vertical-02-01::before{content:"\1F072";}
.mr-domino-tile-vertical-02-02::before{content:"\1F073";}
.mr-domino-tile-vertical-02-03::before{content:"\1F074";}
.mr-domino-tile-vertical-02-04::before{content:"\1F075";}
.mr-domino-tile-vertical-02-05::before{content:"\1F076";}
.mr-domino-tile-vertical-02-06::before{content:"\1F077";}
.mr-domino-tile-vertical-03-00::before{content:"\1F078";}
.mr-domino-tile-vertical-03-01::before{content:"\1F079";}
.mr-domino-tile-vertical-03-02::before{content:"\1F07A";}
.mr-domino-tile-vertical-03-03::before{content:"\1F07B";}
.mr-domino-tile-vertical-03-04::before{content:"\1F07C";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-crossed-swords::before{content:"\2694";}
.mr-black-skull-and-crossbones::before{content:"\1F571";}
.mr-modifier-letter-cross-accent::before{content:"\2DF";}
.mr-runic-cross-punctuation::before{content:"\16ED";}
.mr-box-drawings-light-diagonal-cross::before{content:"\2573";}
.mr-crossing-lanes::before{content:"\26CC";}
.mr-circled-crossing-lanes::before{content:"\26D2";}
.mr-cross-mark::before{content:"\274C";}
.mr-negative-squared-cross-mark::before{content:"\274E";}
.mr-rising-diagonal-crossing-falling-diagonal::before{content:"\292B";}
.mr-falling-diagonal-crossing-rising-diagonal::before{content:"\292C";}
.mr-south-east-arrow-crossing-north-east-arrow::before{content:"\292D";}
.mr-north-east-arrow-crossing-south-east-arrow::before{content:"\292E";}
.mr-falling-diagonal-crossing-north-east-arrow::before{content:"\292F";}
.mr-rising-diagonal-crossing-south-east-arrow::before{content:"\2930";}
.mr-north-east-arrow-crossing-north-west-arrow::before{content:"\2931";}
.mr-north-west-arrow-crossing-north-east-arrow::before{content:"\2932";}
.mr-vector-or-cross-product::before{content:"\2A2F";}
.mr-crossed-negative-squared-latin-capital-letter-p::before{content:"\1F18A";}
.mr-crossed-flags::before{content:"\1F38C";}
.mr-circled-cross-pommee::before{content:"\1F540";}
.mr-cross-pommee-with-half-circle-below::before{content:"\1F541";}
.mr-cross-pommee::before{content:"\1F542";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-black-centre-white-star::before{content:"\272C";}
.mr-outlined-black-star::before{content:"\272D";}
.mr-light-five-pointed-black-star::before{content:"\1F7C9";}
.mr-heavy-five-pointed-black-star::before{content:"\1F7CA";}
.mr-heavy-outlined-black-star::before{content:"\272E";}
.mr-pinwheel-star::before{content:"\272F";}
.mr-shadowed-white-star::before{content:"\2730";}
.mr-white-medium-star::before{content:"\2B50";}
.mr-black-small-star::before{content:"\2B51";}
.mr-white-small-star::before{content:"\2B52";}
.mr-pentagram::before{content:"\26E4";}
.mr-right-handed-interlaced-pentagram::before{content:"\26E5";}
.mr-left-handed-interlaced-pentagram::before{content:"\26E6";}
.mr-inverted-pentagram::before{content:"\26E7";}
.mr-light-three-pointed-black-star::before{content:"\1F7C0";}
.mr-medium-three-pointed-black-star::before{content:"\1F7C1";}
.mr-three-pointed-black-star::before{content:"\1F7C2";}
.mr-medium-three-pointed-pinwheel-star::before{content:"\1F7C3";}
.mr-black-four-pointed-star::before{content:"\2726";}
.mr-white-four-pointed-star::before{content:"\2727";}
.mr-light-four-pointed-black-star::before{content:"\1F7C4";}
.mr-medium-four-pointed-black-star::before{content:"\1F7C5";}
.mr-four-pointed-black-star::before{content:"\1F7C6";}
.mr-medium-four-pointed-pinwheel-star::before{content:"\1F7C7";}
.mr-reverse-light-four-pointed-pinwheel-star::before{content:"\1F7C8";}
.mr-glowing-star::before{content:"\1F31F";}
.mr-shooting-star::before{content:"\1F320";}
.mr-medium-six-pointed-black-star::before{content:"\1F7CB";}
.mr-position-indicator::before{content:"\2316";}
.mr-black-vertical-rectangle::before{content:"\25AE";}
.mr-white-vertical-rectangle::before{content:"\25AF";}
.mr-light-vertical-bar::before{content:"\2758";}
.mr-medium-vertical-bar::before{content:"\2759";}
.mr-heavy-vertical-bar::before{content:"\275A";}
.mr-apl-functional-symbol-i-beam::before{content:"\2336";}
.mr-watch::before{content:"\231A";}
.mr-hourglass::before{content:"\231B";}
.mr-hourglass-with-flowing-sand::before{content:"\23F3";}
.mr-black-hourglass::before{content:"\29D7";}
.mr-white-hourglass::before{content:"\29D6";}
.mr-left-writing-hand::before{content:"\1F58E";}
.mr-writing-hand::before{content:"\270D";}
.mr-lower-right-pencil::before{content:"\270E";}
.mr-pencil::before{content:"\270F";}
.mr-upper-right-pencil::before{content:"\2710";}
.mr-white-nib::before{content:"\2711";}
.mr-black-nib::before{content:"\2712";}
.mr-black-square-button::before{content:"\1F532";}
.mr-white-square-button::before{content:"\1F533";}
.mr-radio-button::before{content:"\1F518";}
.mr-downwards-arrow-with-corner-leftwards::before{content:"\21B5";}
.mr-leftwards-arrow-with-hook::before{content:"\21A9";}
.mr-return-symbol::before{content:"\23CE";}
.mr-up-arrowhead-between-two-horizontal-bars::before{content:"\2324";}
.mr-enter-symbol::before{content:"\2386";}
.mr-square-with-horizontal-fill::before{content:"\25A4";}
.mr-composition-symbol::before{content:"\2384";}
.mr-leftwards-arrow-to-bar-over-rightwards-arrow-to-bar::before{content:"\21B9";}
.mr-rightwards-arrow-over-leftwards-arrow::before{content:"\21C4";}
.mr-leftwards-arrow-to-bar::before{content:"\21E4";}
.mr-rightwards-arrow-to-bar::before{content:"\21E5";}
.mr-leftwards-arrow-from-bar::before{content:"\21A4";}
.mr-rightwards-arrow-from-bar::before{content:"\21A6";}
.mr-broken-circle-with-northwest-arrow::before{content:"\238B";}
.mr-erase-to-the-left::before{content:"\232B";}
.mr-long-leftwards-arrow::before{content:"\27F5";}
.mr-erase-to-the-right::before{content:"\2326";}
.mr-insertion-symbol::before{content:"\2380";}
.mr-clear-screen-symbol::before{content:"\239A";}
.mr-x-in-a-rectangle-box::before{content:"\2327";}
.mr-north-west-arrow::before{content:"\2196";}
.mr-south-east-arrow::before{content:"\2198";}
.mr-leftwards-arrow-to-bar::before{content:"\21E4";}
.mr-rightwards-arrow-to-bar::before{content:"\21E5";}
.mr-upwards-arrow-to-bar::before{content:"\2912";}
.mr-downwards-arrow-to-bar::before{content:"\2913";}
.mr-box-drawings-light-horizontal::before{content:"\2500";}
.mr-box-drawings-light-vertical::before{content:"\2502";}
.mr-box-drawings-light-down-and-right::before{content:"\250C";}
.mr-box-drawings-light-down-and-left::before{content:"\2510";}
.mr-box-drawings-light-up-and-right::before{content:"\2514";}
.mr-box-drawings-light-up-and-left::before{content:"\2518";}
.mr-box-drawings-light-vertical-and-right::before{content:"\251C";}
.mr-box-drawings-light-vertical-and-left::before{content:"\2524";}
.mr-box-drawings-light-down-and-horizontal::before{content:"\252C";}
.mr-box-drawings-light-up-and-horizontal::before{content:"\2534";}
.mr-box-drawings-light-vertical-and-horizontal::before{content:"\253C";}
.mr-box-drawings-heavy-horizontal::before{content:"\2501";}
.mr-box-drawings-heavy-vertical::before{content:"\2503";}
.mr-box-drawings-heavy-down-and-right::before{content:"\250F";}
.mr-box-drawings-heavy-down-and-left::before{content:"\2513";}
.mr-box-drawings-heavy-up-and-right::before{content:"\2517";}
.mr-box-drawings-heavy-up-and-left::before{content:"\251B";}
.mr-box-drawings-heavy-vertical-and-right::before{content:"\2523";}
.mr-box-drawings-heavy-vertical-and-left::before{content:"\252B";}
.mr-box-drawings-heavy-down-and-horizontal::before{content:"\2533";}
.mr-box-drawings-heavy-up-and-horizontal::before{content:"\253B";}
.mr-box-drawings-heavy-vertical-and-horizontal::before{content:"\254B";}
.mr-box-drawings-double-horizontal::before{content:"\2550";}
.mr-box-drawings-double-vertical::before{content:"\2551";}
.mr-box-drawings-double-down-and-right::before{content:"\2554";}
.mr-clock-face-twelve-thirty::before{content:"\1F567";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-timer-clock::before{content:"\23F2";}
.mr-mantelpiece-clock::before{content:"\1F570";}
.mr-watch::before{content:"\231A";}
.mr-stopwatch::before{content:"\23F1";}
.mr-hourglass::before{content:"\231B";}
.mr-hourglass-with-flowing-sand::before{content:"\23F3";}
.mr-black-hourglass::before{content:"\29D7";}
.mr-white-hourglass::before{content:"\29D6";}
.mr-alchemical-symbol-for-hour::before{content:"\1F76E";}
.mr-ideographic-telegraph-symbol-for-hour-zero::before{content:"\3358";}
.mr-ideographic-telegraph-symbol-for-hour-one::before{content:"\3359";}
.mr-ideographic-telegraph-symbol-for-hour-two::before{content:"\335A";}
.mr-ideographic-telegraph-symbol-for-hour-three::before{content:"\335B";}
.mr-ideographic-telegraph-symbol-for-hour-four::before{content:"\335C";}
.mr-ideographic-telegraph-symbol-for-hour-five::before{content:"\335D";}
.mr-ideographic-telegraph-symbol-for-hour-six::before{content:"\335E";}
.mr-ideographic-telegraph-symbol-for-hour-seven::before{content:"\335F";}
.mr-ideographic-telegraph-symbol-for-hour-eight::before{content:"\3360";}
.mr-ideographic-telegraph-symbol-for-hour-nine::before{content:"\3361";}
.mr-ideographic-telegraph-symbol-for-hour-ten::before{content:"\3362";}
.mr-ideographic-telegraph-symbol-for-hour-eleven::before{content:"\3363";}
.mr-ideographic-telegraph-symbol-for-hour-twelve::before{content:"\3364";}
.mr-ideographic-telegraph-symbol-for-hour-thirteen::before{content:"\3365";}
.mr-ideographic-telegraph-symbol-for-hour-fourteen::before{content:"\3366";}
.mr-ideographic-telegraph-symbol-for-hour-fifteen::before{content:"\3367";}
.mr-ideographic-telegraph-symbol-for-hour-sixteen::before{content:"\3368";}
.mr-trigram-for-water::before{content:"\2635";}
.mr-trigram-for-mountain::before{content:"\2636";}
.mr-trigram-for-earth::before{content:"\2637";}
.mr-monogram-for-yang::before{content:"\268A";}
.mr-monogram-for-yin::before{content:"\268B";}
.mr-digram-for-greater-yang::before{content:"\268C";}
.mr-digram-for-lesser-yin::before{content:"\268D";}
.mr-digram-for-lesser-yang::before{content:"\268E";}
.mr-digram-for-greater-yin::before{content:"\268F";}
.mr-universal-recycling-symbol::before{content:"\2672";}
.mr-recycling-symbol-for-type-1-plastics::before{content:"\2673";}
.mr-recycling-symbol-for-type-2-plastics::before{content:"\2674";}
.mr-recycling-symbol-for-type-3-plastics::before{content:"\2675";}
.mr-recycling-symbol-for-type-4-plastics::before{content:"\2676";}
.mr-recycling-symbol-for-type-5-plastics::before{content:"\2677";}
.mr-recycling-symbol-for-type-6-plastics::before{content:"\2678";}
.mr-recycling-symbol-for-type-7-plastics::before{content:"\2679";}
.mr-recycling-symbol-for-generic-materials::before{content:"\267A";}
.mr-black-universal-recycling-symbol::before{content:"\267B";}
.mr-recycled-paper-symbol::before{content:"\267C";}
.mr-partially-recycled-paper-symbol::before{content:"\267D";}
.mr-permanent-paper-sign::before{content:"\267E";}
.mr-japanese-symbol-for-beginner::before{content:"\1F530";}
.mr-trident-emblem::before{content:"\1F531";}
.mr-three-lines-converging-right::before{content:"\269E";}
.mr-three-lines-converging-left::before{content:"\269F";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-musical-symbol-flat-down::before{content:"\1D12D";}
.mr-music-natural-sign::before{content:"\266E";}
.mr-musical-symbol-natural-up::before{content:"\1D12E";}
.mr-musical-symbol-natural-down::before{content:"\1D12F";}
.mr-musical-symbol-ottava-alta::before{content:"\1D136";}
.mr-musical-symbol-ottava-bassa::before{content:"\1D137";}
.mr-musical-symbol-quindicesima-alta::before{content:"\1D138";}
.mr-musical-symbol-quindicesima-bassa::before{content:"\1D139";}
.mr-musical-symbol-common-time::before{content:"\1D134";}
.mr-musical-symbol-cut-time::before{content:"\1D135";}
.mr-musical-symbol-rinforzando::before{content:"\1D18C";}
.mr-musical-symbol-subito::before{content:"\1D18D";}
.mr-musical-symbol-z::before{content:"\1D18E";}
.mr-musical-symbol-grace-note-slash::before{content:"\1D194";}
.mr-musical-symbol-grace-note-no-slash::before{content:"\1D195";}
.mr-musical-symbol-tr::before{content:"\1D196";}
.mr-musical-symbol-ornament-stroke-1::before{content:"\1D19B";}
.mr-musical-symbol-ornament-stroke-2::before{content:"\1D19C";}
.mr-musical-symbol-ornament-stroke-3::before{content:"\1D19D";}
.mr-musical-symbol-ornament-stroke-4::before{content:"\1D19E";}
.mr-musical-symbol-ornament-stroke-5::before{content:"\1D19F";}
.mr-musical-symbol-ornament-stroke-6::before{content:"\1D1A0";}
.mr-musical-symbol-ornament-stroke-7::before{content:"\1D1A1";}
.mr-musical-symbol-ornament-stroke-8::before{content:"\1D1A2";}
.mr-musical-symbol-ornament-stroke-9::before{content:"\1D1A3";}
.mr-musical-symbol-ornament-stroke-10::before{content:"\1D1A4";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-domino-tile-vertical-03-05::before{content:"\1F07D";}
.mr-domino-tile-vertical-03-06::before{content:"\1F07E";}
.mr-domino-tile-vertical-04-00::before{content:"\1F07F";}
.mr-domino-tile-vertical-04-01::before{content:"\1F080";}
.mr-domino-tile-vertical-04-02::before{content:"\1F081";}
.mr-domino-tile-vertical-04-03::before{content:"\1F082";}
.mr-domino-tile-vertical-04-04::before{content:"\1F083";}
.mr-domino-tile-vertical-04-05::before{content:"\1F084";}
.mr-domino-tile-vertical-04-06::before{content:"\1F085";}
.mr-domino-tile-vertical-05-00::before{content:"\1F086";}
.mr-domino-tile-vertical-05-01::before{content:"\1F087";}
.mr-domino-tile-vertical-05-02::before{content:"\1F088";}
.mr-domino-tile-vertical-05-03::before{content:"\1F089";}
.mr-domino-tile-vertical-05-04::before{content:"\1F08A";}
.mr-domino-tile-vertical-05-05::before{content:"\1F08B";}
.mr-domino-tile-vertical-05-06::before{content:"\1F08C";}
.mr-domino-tile-vertical-06-00::before{content:"\1F08D";}
.mr-domino-tile-vertical-06-01::before{content:"\1F08E";}
.mr-domino-tile-vertical-06-02::before{content:"\1F08F";}
.mr-domino-tile-vertical-06-03::before{content:"\1F090";}
.mr-domino-tile-vertical-06-04::before{content:"\1F091";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-heavy-six-pointed-black-star::before{content:"\1F7CC";}
.mr-six-pointed-pinwheel-star::before{content:"\1F7CD";}
.mr-six-pointed-black-star::before{content:"\2736";}
.mr-star-of-david::before{content:"\2721";}
.mr-six-pointed-star-with-middle-dot::before{content:"\1F52F";}
.mr-star-and-crescent::before{content:"\262A";}
.mr-circled-open-centre-eight-pointed-star::before{content:"\2742";}
.mr-eight-pointed-black-star::before{content:"\2734";}
.mr-eight-pointed-pinwheel-star::before{content:"\2735";}
.mr-eight-pointed-rectilinear-black-star::before{content:"\2737";}
.mr-heavy-eight-pointed-rectilinear-black-star::before{content:"\2738";}
.mr-medium-eight-pointed-black-star::before{content:"\1F7CE";}
.mr-heavy-eight-pointed-black-star::before{content:"\1F7CF";}
.mr-very-heavy-eight-pointed-black-star::before{content:"\1F7D0";}
.mr-heavy-eight-pointed-pinwheel-star::before{content:"\1F7D1";}
.mr-twelve-pointed-black-star::before{content:"\2739";}
.mr-light-twelve-pointed-black-star::before{content:"\1F7D2";}
.mr-heavy-twelve-pointed-black-star::before{content:"\1F7D3";}
.mr-heavy-twelve-pointed-pinwheel-star::before{content:"\1F7D4";}
.mr-star-operator::before{content:"\22C6";}
.mr-apl-functional-symbol-circle-star::before{content:"\235F";}
.mr-star-equals::before{content:"\225B";}
.mr-apl-functional-symbol-star-diaeresis::before{content:"\2363";}
.mr-arabic-five-pointed-star::before{content:"\66D";}
.mr-asterisk::before{content:"\2A";}
.mr-low-asterisk::before{content:"\204E";}
.mr-two-asterisks-aligned-vertically::before{content:"\2051";}
.mr-heavy-asterisk::before{content:"\2731";}
.mr-open-centre-asterisk::before{content:"\2732";}
.mr-teardrop-spoked-asterisk::before{content:"\273B";}
.mr-open-centre-teardrop-spoked-asterisk::before{content:"\273C";}
.mr-twisted-rightwards-arrows::before{content:"\1F500";}
.mr-clockwise-rightwards-and-leftwards-open-circle-arrows::before{content:"\1F501";}
.mr-clockwise-rightwards-and-leftwards-open-circle-arrows-with-circled-one-overlay::before{content:"\1F502";}
.mr-clockwise-downwards-and-upwards-open-circle-arrows::before{content:"\1F503";}
.mr-anticlockwise-downwards-and-upwards-open-circle-arrows::before{content:"\1F504";}
.mr-clockwise-right-and-left-semicircle-arrows::before{content:"\1F5D8";}
.mr-battery::before{content:"\1F50B";}
.mr-electric-plug::before{content:"\1F50C";}
.mr-bell::before{content:"\1F514";}
.mr-bell-with-cancellation-stroke::before{content:"\1F515";}
.mr-squared-key::before{content:"\26BF";}
.mr-key::before{content:"\1F511";}
.mr-lock-with-ink-pen::before{content:"\1F50F";}
.mr-closed-lock-with-key::before{content:"\1F510";}
.mr-lock::before{content:"\1F512";}
.mr-open-lock::before{content:"\1F513";}
.mr-antenna-with-bars::before{content:"\1F4F6";}
.mr-frame-with-picture::before{content:"\1F5BC";}
.mr-frame-with-tiles::before{content:"\1F5BD";}
.mr-frame-with-an-x::before{content:"\1F5BE";}
.mr-desktop-window::before{content:"\1F5D4";}
.mr-minimize::before{content:"\1F5D5";}
.mr-north-west-arrow-to-corner::before{content:"\21F1";}
.mr-south-east-arrow-to-corner::before{content:"\21F2";}
.mr-upwards-arrow-with-double-stroke::before{content:"\21DE";}
.mr-downwards-arrow-with-double-stroke::before{content:"\21DF";}
.mr-previous-page::before{content:"\2397";}
.mr-next-page::before{content:"\2398";}
.mr-white-up-pointing-triangle::before{content:"\25B3";}
.mr-white-down-pointing-triangle::before{content:"\25BD";}
.mr-black-up-pointing-triangle::before{content:"\25B2";}
.mr-black-down-pointing-triangle::before{content:"\25BC";}
.mr-upwards-arrow::before{content:"\2191";}
.mr-downwards-arrow::before{content:"\2193";}
.mr-leftwards-arrow::before{content:"\2190";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-black-left-pointing-triangle::before{content:"\25C0";}
.mr-black-right-pointing-triangle::before{content:"\25B6";}
.mr-black-up-pointing-triangle::before{content:"\25B2";}
.mr-black-down-pointing-triangle::before{content:"\25BC";}
.mr-white-left-pointing-triangle::before{content:"\25C1";}
.mr-white-right-pointing-triangle::before{content:"\25B7";}
.mr-white-up-pointing-triangle::before{content:"\25B3";}
.mr-white-down-pointing-triangle::before{content:"\25BD";}
.mr-leftwards-arrow::before{content:"\2190";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-upwards-arrow::before{content:"\2191";}
.mr-downwards-arrow::before{content:"\2193";}
.mr-left-right-arrow::before{content:"\2194";}
.mr-up-down-arrow::before{content:"\2195";}
.mr-north-west-arrow::before{content:"\2196";}
.mr-north-east-arrow::before{content:"\2197";}
.mr-south-east-arrow::before{content:"\2198";}
.mr-south-west-arrow::before{content:"\2199";}
.mr-leftwards-arrow-with-stroke::before{content:"\219A";}
.mr-rightwards-arrow-with-stroke::before{content:"\219B";}
.mr-left-right-arrow-with-stroke::before{content:"\21AE";}
.mr-long-leftwards-arrow::before{content:"\27F5";}
.mr-long-rightwards-arrow::before{content:"\27F6";}
.mr-long-left-right-arrow::before{content:"\27F7";}
.mr-leftwards-white-arrow::before{content:"\21E6";}
.mr-rightwards-white-arrow::before{content:"\21E8";}
.mr-upwards-white-arrow::before{content:"\21E7";}
.mr-downwards-white-arrow::before{content:"\21E9";}
.mr-left-right-white-arrow::before{content:"\2B04";}
.mr-up-down-white-arrow::before{content:"\21F3";}
.mr-north-east-white-arrow::before{content:"\2B00";}
.mr-north-west-white-arrow::before{content:"\2B01";}
.mr-hugging-face::before{content:"\1F917";}
.mr-thinking-face::before{content:"\1F914";}
.mr-face-with-rolling-eyes::before{content:"\1F644";}
.mr-zipper-mouth-face::before{content:"\1F910";}
.mr-nerd-face::before{content:"\1F913";}
.mr-upside-down-face::before{content:"\1F643";}
.mr-money-mouth-face::before{content:"\1F911";}
.mr-face-with-thermometer::before{content:"\1F912";}
.mr-face-with-head-bandage::before{content:"\1F915";}
.mr-robot-face::before{content:"\1F916";}
.mr-emoji-modifier-fitzpatrick-type-1-2::before{content:"\1F3FB";}
.mr-emoji-modifier-fitzpatrick-type-3::before{content:"\1F3FC";}
.mr-emoji-modifier-fitzpatrick-type-4::before{content:"\1F3FD";}
.mr-emoji-modifier-fitzpatrick-type-5::before{content:"\1F3FE";}
.mr-emoji-modifier-fitzpatrick-type-6::before{content:"\1F3FF";}
.mr-sign-of-the-horns::before{content:"\1F918";}
.mr-lion-face::before{content:"\1F981";}
.mr-box-drawings-double-down-and-left::before{content:"\2557";}
.mr-box-drawings-double-up-and-right::before{content:"\255A";}
.mr-box-drawings-double-up-and-left::before{content:"\255D";}
.mr-box-drawings-double-vertical-and-right::before{content:"\2560";}
.mr-box-drawings-double-vertical-and-left::before{content:"\2563";}
.mr-box-drawings-double-down-and-horizontal::before{content:"\2566";}
.mr-box-drawings-double-up-and-horizontal::before{content:"\2569";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-box-drawings-down-light-and-right-heavy::before{content:"\250D";}
.mr-box-drawings-down-light-and-left-heavy::before{content:"\2511";}
.mr-box-drawings-up-light-and-right-heavy::before{content:"\2515";}
.mr-box-drawings-up-light-and-left-heavy::before{content:"\2519";}
.mr-box-drawings-down-heavy-and-right-light::before{content:"\250E";}
.mr-box-drawings-down-heavy-and-left-light::before{content:"\2512";}
.mr-box-drawings-vertical-light-and-right-heavy::before{content:"\251D";}
.mr-box-drawings-up-heavy-and-right-down-light::before{content:"\251E";}
.mr-box-drawings-down-heavy-and-right-up-light::before{content:"\251F";}
.mr-box-drawings-vertical-heavy-and-right-light::before{content:"\2520";}
.mr-box-drawings-down-light-and-right-up-heavy::before{content:"\2521";}
.mr-box-drawings-up-light-and-right-down-heavy::before{content:"\2522";}
.mr-box-drawings-vertical-light-and-left-heavy::before{content:"\2525";}
.mr-box-drawings-up-heavy-and-left-down-light::before{content:"\2526";}
.mr-ideographic-telegraph-symbol-for-hour-seventeen::before{content:"\3369";}
.mr-ideographic-telegraph-symbol-for-hour-eighteen::before{content:"\336A";}
.mr-ideographic-telegraph-symbol-for-hour-nineteen::before{content:"\336B";}
.mr-ideographic-telegraph-symbol-for-hour-twenty::before{content:"\336C";}
.mr-ideographic-telegraph-symbol-for-hour-twenty-one::before{content:"\336D";}
.mr-ideographic-telegraph-symbol-for-hour-twenty-two::before{content:"\336E";}
.mr-ideographic-telegraph-symbol-for-hour-twenty-three::before{content:"\336F";}
.mr-ideographic-telegraph-symbol-for-hour-twenty-four::before{content:"\3370";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-musical-symbol-ornament-stroke-11::before{content:"\1D1A5";}
.mr-musical-symbol-arpeggiato-up::before{content:"\1D183";}
.mr-musical-symbol-arpeggiato-down::before{content:"\1D184";}
.mr-musical-symbol-glissando-up::before{content:"\1D1B1";}
.mr-musical-symbol-glissando-down::before{content:"\1D1B2";}
.mr-musical-symbol-turn::before{content:"\1D197";}
.mr-musical-symbol-inverted-turn::before{content:"\1D198";}
.mr-musical-symbol-turn-slash::before{content:"\1D199";}
.mr-musical-symbol-turn-up::before{content:"\1D19A";}
.mr-musical-symbol-hauptstimme::before{content:"\1D1A6";}
.mr-musical-symbol-nebenstimme::before{content:"\1D1A7";}
.mr-musical-symbol-end-of-stimme::before{content:"\1D1A8";}
.mr-musical-symbol-degree-slash::before{content:"\1D1A9";}
.mr-musical-symbol-pedal-mark::before{content:"\1D1AE";}
.mr-musical-symbol-pedal-up-mark::before{content:"\1D1AF";}
.mr-musical-symbol-half-pedal-mark::before{content:"\1D1B0";}
.mr-musical-symbol-six-string-fretboard::before{content:"\1D11C";}
.mr-musical-symbol-four-string-fretboard::before{content:"\1D11D";}
.mr-musical-symbol-maxima::before{content:"\1D1B6";}
.mr-musical-symbol-longa::before{content:"\1D1B7";}
.mr-musical-symbol-brevis::before{content:"\1D1B8";}
.mr-musical-symbol-semibrevis-white::before{content:"\1D1B9";}
.mr-musical-symbol-semibrevis-black::before{content:"\1D1BA";}
.mr-musical-symbol-minima::before{content:"\1D1BB";}
.mr-musical-symbol-minima-black::before{content:"\1D1BC";}
.mr-musical-symbol-semiminima-white::before{content:"\1D1BD";}
.mr-musical-symbol-semiminima-black::before{content:"\1D1BE";}
.mr-musical-symbol-fusa-white::before{content:"\1D1BF";}
.mr-musical-symbol-fusa-black::before{content:"\1D1C0";}
.mr-musical-symbol-longa-perfecta-rest::before{content:"\1D1C1";}
.mr-domino-tile-vertical-06-05::before{content:"\1F092";}
.mr-domino-tile-vertical-06-06::before{content:"\1F093";}
.mr-domino-tile-horizontal-back::before{content:"\1F030";}
.mr-domino-tile-horizontal-00-00::before{content:"\1F031";}
.mr-domino-tile-horizontal-00-01::before{content:"\1F032";}
.mr-domino-tile-horizontal-00-02::before{content:"\1F033";}
.mr-domino-tile-horizontal-00-03::before{content:"\1F034";}
.mr-domino-tile-horizontal-00-04::before{content:"\1F035";}
.mr-domino-tile-horizontal-00-05::before{content:"\1F036";}
.mr-domino-tile-horizontal-00-06::before{content:"\1F037";}
.mr-domino-tile-horizontal-01-00::before{content:"\1F038";}
.mr-domino-tile-horizontal-01-01::before{content:"\1F039";}
.mr-domino-tile-horizontal-01-02::before{content:"\1F03A";}
.mr-domino-tile-horizontal-01-03::before{content:"\1F03B";}
.mr-domino-tile-horizontal-01-04::before{content:"\1F03C";}
.mr-domino-tile-horizontal-01-05::before{content:"\1F03D";}
.mr-domino-tile-horizontal-01-06::before{content:"\1F03E";}
.mr-domino-tile-horizontal-02-00::before{content:"\1F03F";}
.mr-domino-tile-horizontal-02-01::before{content:"\1F040";}
.mr-domino-tile-horizontal-02-02::before{content:"\1F041";}
.mr-domino-tile-horizontal-02-03::before{content:"\1F042";}
.mr-domino-tile-horizontal-02-04::before{content:"\1F043";}
.mr-domino-tile-horizontal-02-05::before{content:"\1F044";}
.mr-domino-tile-horizontal-02-06::before{content:"\1F045";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-heavy-teardrop-spoked-asterisk::before{content:"\273D";}
.mr-heavy-teardrop-spoked-pinwheel-asterisk::before{content:"\2743";}
.mr-balloon-spoked-asterisk::before{content:"\2749";}
.mr-squared-asterisk::before{content:"\29C6";}
.mr-slavonic-asterisk::before{content:"\A673";}
.mr-small-asterisk::before{content:"\FE61";}
.mr-fullwidth-asterisk::before{content:"\FF0A";}
.mr-four-teardrop-spoked-asterisk::before{content:"\2722";}
.mr-four-balloon-spoked-asterisk::before{content:"\2723";}
.mr-heavy-four-balloon-spoked-asterisk::before{content:"\2724";}
.mr-four-club-spoked-asterisk::before{content:"\2725";}
.mr-light-five-spoked-asterisk::before{content:"\1F7AF";}
.mr-medium-five-spoked-asterisk::before{content:"\1F7B0";}
.mr-bold-five-spoked-asterisk::before{content:"\1F7B1";}
.mr-heavy-five-spoked-asterisk::before{content:"\1F7B2";}
.mr-very-heavy-five-spoked-asterisk::before{content:"\1F7B3";}
.mr-extremely-heavy-five-spoked-asterisk::before{content:"\1F7B4";}
.mr-light-six-spoked-asterisk::before{content:"\1F7B5";}
.mr-medium-six-spoked-asterisk::before{content:"\1F7B6";}
.mr-bold-six-spoked-asterisk::before{content:"\1F7B7";}
.mr-heavy-six-spoked-asterisk::before{content:"\1F7B8";}
.mr-very-heavy-six-spoked-asterisk::before{content:"\1F7B9";}
.mr-extremely-heavy-six-spoked-asterisk::before{content:"\1F7BA";}
.mr-light-eight-spoked-asterisk::before{content:"\1F7BB";}
.mr-medium-eight-spoked-asterisk::before{content:"\1F7BC";}
.mr-bold-eight-spoked-asterisk::before{content:"\1F7BD";}
.mr-heavy-eight-spoked-asterisk::before{content:"\1F7BE";}
.mr-very-heavy-eight-spoked-asterisk::before{content:"\1F7BF";}
.mr-maximize::before{content:"\1F5D6";}
.mr-overlap::before{content:"\1F5D7";}
.mr-clear-screen-symbol::before{content:"\239A";}
.mr-cancellation-x::before{content:"\1F5D9";}
.mr-x-in-a-rectangle-box::before{content:"\2327";}
.mr-label::before{content:"\1F3F7";}
.mr-eye::before{content:"\1F441";}
.mr-screen::before{content:"\1F5B5";}
.mr-printer-icon::before{content:"\1F5B6";}
.mr-fax-icon::before{content:"\1F5B7";}
.mr-document-with-text::before{content:"\1F5B9";}
.mr-document-with-text-and-picture::before{content:"\1F5BA";}
.mr-document-with-picture::before{content:"\1F5BB";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-spiral-note-pad::before{content:"\1F5D2";}
.mr-spiral-calendar-pad::before{content:"\1F5D3";}
.mr-increase-font-size-symbol::before{content:"\1F5DA";}
.mr-decrease-font-size-symbol::before{content:"\1F5DB";}
.mr-link-symbol::before{content:"\1F517";}
.mr-anchor::before{content:"\2693";}
.mr-direct-current-symbol-form-two::before{content:"\2393";}
.mr-earth-ground::before{content:"\23DA";}
.mr-fuse::before{content:"\23DB";}
.mr-ac-current::before{content:"\23E6";}
.mr-electrical-intersection::before{content:"\23E7";}
.mr-open-circuit-output-h-type-symbol::before{content:"\238F";}
.mr-open-circuit-output-l-type-symbol::before{content:"\2390";}
.mr-film-frames::before{content:"\1F39E";}
.mr-world-map::before{content:"\1F5FA";}
.mr-earth-globe-europe-africa::before{content:"\1F30D";}
.mr-earth-globe-americas::before{content:"\1F30E";}
.mr-earth-globe-asia-australia::before{content:"\1F30F";}
.mr-leftwards-white-arrow::before{content:"\21E6";}
.mr-rightwards-white-arrow::before{content:"\21E8";}
.mr-upwards-white-arrow::before{content:"\21E7";}
.mr-downwards-white-arrow::before{content:"\21E9";}
.mr-leftwards-black-arrow::before{content:"\2B05";}
.mr-black-rightwards-arrow::before{content:"\27A1";}
.mr-upwards-black-arrow::before{content:"\2B06";}
.mr-downwards-black-arrow::before{content:"\2B07";}
.mr-circled-horizontal-bar-with-notch::before{content:"\2389";}
.mr-circled-triangle-down::before{content:"\238A";}
.mr-print-screen-symbol::before{content:"\2399";}
.mr-apl-functional-symbol-quad-question::before{content:"\2370";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-white-question-mark-ornament::before{content:"\2754";}
.mr-information-source::before{content:"\2139";}
.mr-circled-information-source::before{content:"\1F6C8";}
.mr-information-desk-person::before{content:"\1F481";}
.mr-last-quarter-moon::before{content:"\263E";}
.mr-eject-symbol::before{content:"\23CF";}
.mr-rolling-on-the-floor-laughing::before{content:"\1F923";}
.mr-drooling-face::before{content:"\1F924";}
.mr-face-with-cowboy-hat::before{content:"\1F920";}
.mr-clown-face::before{content:"\1F921";}
.mr-lying-face::before{content:"\1F925";}
.mr-nauseated-face::before{content:"\1F922";}
.mr-mother-christmas::before{content:"\1F936";}
.mr-prince::before{content:"\1F934";}
.mr-man-in-tuxedo::before{content:"\1F935";}
.mr-pregnant-woman::before{content:"\1F930";}
.mr-face-palm::before{content:"\1F926";}
.mr-shrug::before{content:"\1F937";}
.mr-selfie::before{content:"\1F933";}
.mr-hand-with-index-and-middle-fingers-crossed::before{content:"\1F91E";}
.mr-call-me-hand::before{content:"\1F919";}
.mr-left-facing-fist::before{content:"\1F91B";}
.mr-right-facing-fist::before{content:"\1F91C";}
.mr-raised-back-of-hand::before{content:"\1F91A";}
.mr-handshake::before{content:"\1F91D";}
.mr-man-dancing::before{content:"\1F57A";}
.mr-fencer::before{content:"\1F93A";}
.mr-person-doing-cartwheel::before{content:"\1F938";}
.mr-wrestlers::before{content:"\1F93C";}
.mr-water-polo::before{content:"\1F93D";}
.mr-handball::before{content:"\1F93E";}
.mr-juggling::before{content:"\1F939";}
.mr-gorilla::before{content:"\1F98D";}
.mr-fox-face::before{content:"\1F98A";}
.mr-deer::before{content:"\1F98C";}
.mr-rhinoceros::before{content:"\1F98F";}
.mr-bat::before{content:"\1F987";}
.mr-eagle::before{content:"\1F985";}
.mr-south-east-white-arrow::before{content:"\2B02";}
.mr-south-west-white-arrow::before{content:"\2B03";}
.mr-leftwards-black-arrow::before{content:"\2B05";}
.mr-rightwards-black-arrow::before{content:"\2B95";}
.mr-black-rightwards-arrow::before{content:"\27A1";}
.mr-upwards-black-arrow::before{content:"\2B06";}
.mr-downwards-black-arrow::before{content:"\2B07";}
.mr-north-east-black-arrow::before{content:"\2B08";}
.mr-north-west-black-arrow::before{content:"\2B09";}
.mr-south-east-black-arrow::before{content:"\2B0A";}
.mr-south-west-black-arrow::before{content:"\2B0B";}
.mr-left-right-black-arrow::before{content:"\2B0C";}
.mr-up-down-black-arrow::before{content:"\2B0D";}
.mr-leftwards-sans-serif-arrow::before{content:"\1F850";}
.mr-rightwards-sans-serif-arrow::before{content:"\1F852";}
.mr-upwards-sans-serif-arrow::before{content:"\1F851";}
.mr-downwards-sans-serif-arrow::before{content:"\1F853";}
.mr-north-west-sans-serif-arrow::before{content:"\1F854";}
.mr-north-east-sans-serif-arrow::before{content:"\1F855";}
.mr-south-east-sans-serif-arrow::before{content:"\1F856";}
.mr-south-west-sans-serif-arrow::before{content:"\1F857";}
.mr-left-right-sans-serif-arrow::before{content:"\1F858";}
.mr-up-down-sans-serif-arrow::before{content:"\1F859";}
.mr-wide-headed-leftwards-light-barb-arrow::before{content:"\1F860";}
.mr-wide-headed-rightwards-light-barb-arrow::before{content:"\1F862";}
.mr-wide-headed-upwards-light-barb-arrow::before{content:"\1F861";}
.mr-wide-headed-downwards-light-barb-arrow::before{content:"\1F863";}
.mr-wide-headed-north-west-light-barb-arrow::before{content:"\1F864";}
.mr-unicorn-face::before{content:"\1F984";}
.mr-turkey::before{content:"\1F983";}
.mr-crab::before{content:"\1F980";}
.mr-scorpion::before{content:"\1F982";}
.mr-cheese-wedge::before{content:"\1F9C0";}
.mr-hot-dog::before{content:"\1F32D";}
.mr-taco::before{content:"\1F32E";}
.mr-burrito::before{content:"\1F32F";}
.mr-popcorn::before{content:"\1F37F";}
.mr-bottle-with-popping-cork::before{content:"\1F37E";}
.mr-volleyball::before{content:"\1F3D0";}
.mr-cricket-bat-and-ball::before{content:"\1F3CF";}
.mr-field-hockey-stick-and-ball::before{content:"\1F3D1";}
.mr-ice-hockey-stick-and-puck::before{content:"\1F3D2";}
.mr-table-tennis-paddle-and-ball::before{content:"\1F3D3";}
.mr-badminton-racquet-and-shuttlecock::before{content:"\1F3F8";}
.mr-bow-and-arrow::before{content:"\1F3F9";}
.mr-box-drawings-down-heavy-and-left-up-light::before{content:"\2527";}
.mr-box-drawings-vertical-heavy-and-left-light::before{content:"\2528";}
.mr-box-drawings-down-light-and-left-up-heavy::before{content:"\2529";}
.mr-box-drawings-up-light-and-left-down-heavy::before{content:"\252A";}
.mr-box-drawings-left-heavy-and-right-down-light::before{content:"\252D";}
.mr-box-drawings-right-heavy-and-left-down-light::before{content:"\252E";}
.mr-box-drawings-down-light-and-horizontal-heavy::before{content:"\252F";}
.mr-box-drawings-down-heavy-and-horizontal-light::before{content:"\2530";}
.mr-box-drawings-right-light-and-left-down-heavy::before{content:"\2531";}
.mr-box-drawings-left-light-and-right-down-heavy::before{content:"\2532";}
.mr-box-drawings-left-heavy-and-right-up-light::before{content:"\2535";}
.mr-box-drawings-right-heavy-and-left-up-light::before{content:"\2536";}
.mr-box-drawings-up-light-and-horizontal-heavy::before{content:"\2537";}
.mr-box-drawings-up-heavy-and-horizontal-light::before{content:"\2538";}
.mr-box-drawings-right-light-and-left-up-heavy::before{content:"\2539";}
.mr-box-drawings-left-light-and-right-up-heavy::before{content:"\253A";}
.mr-box-drawings-left-heavy-and-right-vertical-light::before{content:"\253D";}
.mr-box-drawings-right-heavy-and-left-vertical-light::before{content:"\253E";}
.mr-box-drawings-vertical-light-and-horizontal-heavy::before{content:"\253F";}
.mr-box-drawings-up-heavy-and-down-horizontal-light::before{content:"\2540";}
.mr-box-drawings-down-heavy-and-up-horizontal-light::before{content:"\2541";}
.mr-box-drawings-vertical-heavy-and-horizontal-light::before{content:"\2542";}
.mr-box-drawings-left-up-heavy-and-right-down-light::before{content:"\2543";}
.mr-box-drawings-right-up-heavy-and-left-down-light::before{content:"\2544";}
.mr-box-drawings-left-down-heavy-and-right-up-light::before{content:"\2545";}
.mr-box-drawings-right-down-heavy-and-left-up-light::before{content:"\2546";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-musical-symbol-longa-imperfecta-rest::before{content:"\1D1C2";}
.mr-musical-symbol-brevis-rest::before{content:"\1D1C3";}
.mr-musical-symbol-semibrevis-rest::before{content:"\1D1C4";}
.mr-musical-symbol-minima-rest::before{content:"\1D1C5";}
.mr-musical-symbol-semiminima-rest::before{content:"\1D1C6";}
.mr-musical-symbol-tempus-perfectum-cum-prolatione-perfecta::before{content:"\1D1C7";}
.mr-musical-symbol-tempus-perfectum-cum-prolatione-imperfecta::before{content:"\1D1C8";}
.mr-musical-symbol-tempus-perfectum-cum-prolatione-perfecta-diminution-1::before{content:"\1D1C9";}
.mr-musical-symbol-tempus-imperfectum-cum-prolatione-perfecta::before{content:"\1D1CA";}
.mr-musical-symbol-tempus-imperfectum-cum-prolatione-imperfecta::before{content:"\1D1CB";}
.mr-musical-symbol-tempus-imperfectum-cum-prolatione-imperfecta-diminution-1::before{content:"\1D1CC";}
.mr-musical-symbol-tempus-imperfectum-cum-prolatione-imperfecta-diminution-2::before{content:"\1D1CD";}
.mr-musical-symbol-tempus-imperfectum-cum-prolatione-imperfecta-diminution-3::before{content:"\1D1CE";}
.mr-musical-symbol-croix::before{content:"\1D1CF";}
.mr-musical-symbol-gregorian-c-clef::before{content:"\1D1D0";}
.mr-musical-symbol-gregorian-f-clef::before{content:"\1D1D1";}
.mr-musical-symbol-square-b::before{content:"\1D1D2";}
.mr-musical-symbol-virga::before{content:"\1D1D3";}
.mr-musical-symbol-podatus::before{content:"\1D1D4";}
.mr-musical-symbol-clivis::before{content:"\1D1D5";}
.mr-musical-symbol-scandicus::before{content:"\1D1D6";}
.mr-domino-tile-horizontal-03-00::before{content:"\1F046";}
.mr-domino-tile-horizontal-03-01::before{content:"\1F047";}
.mr-domino-tile-horizontal-03-02::before{content:"\1F048";}
.mr-domino-tile-horizontal-03-03::before{content:"\1F049";}
.mr-domino-tile-horizontal-03-04::before{content:"\1F04A";}
.mr-domino-tile-horizontal-03-05::before{content:"\1F04B";}
.mr-domino-tile-horizontal-03-06::before{content:"\1F04C";}
.mr-domino-tile-horizontal-04-00::before{content:"\1F04D";}
.mr-domino-tile-horizontal-04-01::before{content:"\1F04E";}
.mr-domino-tile-horizontal-04-02::before{content:"\1F04F";}
.mr-domino-tile-horizontal-04-03::before{content:"\1F050";}
.mr-domino-tile-horizontal-04-04::before{content:"\1F051";}
.mr-domino-tile-horizontal-04-05::before{content:"\1F052";}
.mr-domino-tile-horizontal-04-06::before{content:"\1F053";}
.mr-domino-tile-horizontal-05-00::before{content:"\1F054";}
.mr-domino-tile-horizontal-05-01::before{content:"\1F055";}
.mr-domino-tile-horizontal-05-02::before{content:"\1F056";}
.mr-domino-tile-horizontal-05-03::before{content:"\1F057";}
.mr-domino-tile-horizontal-05-04::before{content:"\1F058";}
.mr-domino-tile-horizontal-05-05::before{content:"\1F059";}
.mr-domino-tile-horizontal-05-06::before{content:"\1F05A";}
.mr-domino-tile-horizontal-06-00::before{content:"\1F05B";}
.mr-domino-tile-horizontal-06-01::before{content:"\1F05C";}
.mr-domino-tile-horizontal-06-02::before{content:"\1F05D";}
.mr-domino-tile-horizontal-06-03::before{content:"\1F05E";}
.mr-domino-tile-horizontal-06-04::before{content:"\1F05F";}
.mr-eight-spoked-asterisk::before{content:"\2733";}
.mr-eight-teardrop-spoked-propeller-asterisk::before{content:"\274A";}
.mr-heavy-eight-teardrop-spoked-propeller-asterisk::before{content:"\274B";}
.mr-sixteen-pointed-asterisk::before{content:"\273A";}
.mr-asterisk-operator::before{content:"\2217";}
.mr-circled-asterisk-operator::before{content:"\229B";}
.mr-dotted-circle::before{content:"\25CC";}
.mr-combining-asterisk-above::before{content:"\20F0";}
.mr-sparkles::before{content:"\2728";}
.mr-sparkle::before{content:"\2747";}
.mr-heavy-sparkle::before{content:"\2748";}
.mr-snowflake::before{content:"\2744";}
.mr-tight-trifoliate-snowflake::before{content:"\2745";}
.mr-heavy-chevron-snowflake::before{content:"\2746";}
.mr-black-florette::before{content:"\273F";}
.mr-white-florette::before{content:"\2740";}
.mr-eight-petalled-outlined-black-florette::before{content:"\2741";}
.mr-six-petalled-black-and-white-florette::before{content:"\273E";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-globe-with-meridians::before{content:"\1F310";}
.mr-one-button-mouse::before{content:"\1F5AF";}
.mr-two-button-mouse::before{content:"\1F5B0";}
.mr-three-button-mouse::before{content:"\1F5B1";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-envelope::before{content:"\2709";}
.mr-house-building::before{content:"\1F3E0";}
.mr-house-with-garden::before{content:"\1F3E1";}
.mr-house::before{content:"\2302";}
.mr-black-scissors::before{content:"\2702";}
.mr-white-scissors::before{content:"\2704";}
.mr-undo-symbol::before{content:"\238C";}
.mr-anticlockwise-top-semicircle-arrow::before{content:"\21B6";}
.mr-clockwise-top-semicircle-arrow::before{content:"\21B7";}
.mr-anticlockwise-gapped-circle-arrow::before{content:"\27F2";}
.mr-clockwise-gapped-circle-arrow::before{content:"\27F3";}
.mr-anticlockwise-open-circle-arrow::before{content:"\21BA";}
.mr-clockwise-open-circle-arrow::before{content:"\21BB";}
.mr-left-pointing-magnifying-glass::before{content:"\1F50D";}
.mr-right-pointing-magnifying-glass::before{content:"\1F50E";}
.mr-low-brightness-symbol::before{content:"\1F505";}
.mr-high-brightness-symbol::before{content:"\1F506";}
.mr-speaker-with-cancellation-stroke::before{content:"\1F507";}
.mr-speaker::before{content:"\1F508";}
.mr-speaker-with-one-sound-wave::before{content:"\1F509";}
.mr-speaker-with-three-sound-waves::before{content:"\1F50A";}
.mr-right-speaker::before{content:"\1F568";}
.mr-right-speaker-with-one-sound-wave::before{content:"\1F569";}
.mr-right-speaker-with-three-sound-waves::before{content:"\1F56A";}
.mr-black-medium-square::before{content:"\25FC";}
.mr-black-right-pointing-triangle-with-double-vertical-bar::before{content:"\23EF";}
.mr-black-left-pointing-double-triangle-with-vertical-bar::before{content:"\23EE";}
.mr-black-right-pointing-double-triangle-with-vertical-bar::before{content:"\23ED";}
.mr-duck::before{content:"\1F986";}
.mr-owl::before{content:"\1F989";}
.mr-lizard::before{content:"\1F98E";}
.mr-shark::before{content:"\1F988";}
.mr-shrimp::before{content:"\1F990";}
.mr-squid::before{content:"\1F991";}
.mr-butterfly::before{content:"\1F98B";}
.mr-kiwifruit::before{content:"\1F95D";}
.mr-avocado::before{content:"\1F951";}
.mr-potato::before{content:"\1F954";}
.mr-carrot::before{content:"\1F955";}
.mr-cucumber::before{content:"\1F952";}
.mr-peanuts::before{content:"\1F95C";}
.mr-croissant::before{content:"\1F950";}
.mr-baguette-bread::before{content:"\1F956";}
.mr-pancakes::before{content:"\1F95E";}
.mr-bacon::before{content:"\1F953";}
.mr-stuffed-flatbread::before{content:"\1F959";}
.mr-egg::before{content:"\1F95A";}
.mr-shallow-pan-of-food::before{content:"\1F958";}
.mr-green-salad::before{content:"\1F957";}
.mr-glass-of-milk::before{content:"\1F95B";}
.mr-clinking-glasses::before{content:"\1F942";}
.mr-tumbler-glass::before{content:"\1F943";}
.mr-spoon::before{content:"\1F944";}
.mr-scooter::before{content:"\1F6F4";}
.mr-motor-scooter::before{content:"\1F6F5";}
.mr-octagonal-sign::before{content:"\1F6D1";}
.mr-canoe::before{content:"\1F6F6";}
.mr-first-place-medal::before{content:"\1F947";}
.mr-second-place-medal::before{content:"\1F948";}
.mr-wide-headed-north-east-light-barb-arrow::before{content:"\1F865";}
.mr-wide-headed-south-east-light-barb-arrow::before{content:"\1F866";}
.mr-wide-headed-south-west-light-barb-arrow::before{content:"\1F867";}
.mr-wide-headed-leftwards-barb-arrow::before{content:"\1F868";}
.mr-wide-headed-rightwards-barb-arrow::before{content:"\1F86A";}
.mr-wide-headed-upwards-barb-arrow::before{content:"\1F869";}
.mr-wide-headed-downwards-barb-arrow::before{content:"\1F86B";}
.mr-wide-headed-north-west-barb-arrow::before{content:"\1F86C";}
.mr-wide-headed-north-east-barb-arrow::before{content:"\1F86D";}
.mr-wide-headed-south-east-barb-arrow::before{content:"\1F86E";}
.mr-wide-headed-south-west-barb-arrow::before{content:"\1F86F";}
.mr-wide-headed-leftwards-medium-barb-arrow::before{content:"\1F870";}
.mr-wide-headed-rightwards-medium-barb-arrow::before{content:"\1F872";}
.mr-wide-headed-upwards-medium-barb-arrow::before{content:"\1F871";}
.mr-wide-headed-downwards-medium-barb-arrow::before{content:"\1F873";}
.mr-wide-headed-north-west-medium-barb-arrow::before{content:"\1F874";}
.mr-wide-headed-north-east-medium-barb-arrow::before{content:"\1F875";}
.mr-wide-headed-south-east-medium-barb-arrow::before{content:"\1F876";}
.mr-wide-headed-south-west-medium-barb-arrow::before{content:"\1F877";}
.mr-wide-headed-leftwards-heavy-barb-arrow::before{content:"\1F878";}
.mr-wide-headed-rightwards-heavy-barb-arrow::before{content:"\1F87A";}
.mr-wide-headed-upwards-heavy-barb-arrow::before{content:"\1F879";}
.mr-wide-headed-downwards-heavy-barb-arrow::before{content:"\1F87B";}
.mr-wide-headed-north-west-heavy-barb-arrow::before{content:"\1F87C";}
.mr-wide-headed-north-east-heavy-barb-arrow::before{content:"\1F87D";}
.mr-wide-headed-south-east-heavy-barb-arrow::before{content:"\1F87E";}
.mr-mosque::before{content:"\1F54C";}
.mr-synagogue::before{content:"\1F54D";}
.mr-kaaba::before{content:"\1F54B";}
.mr-place-of-worship::before{content:"\1F6D0";}
.mr-amphora::before{content:"\1F3FA";}
.mr-menorah-with-nine-branches::before{content:"\1F54E";}
.mr-prayer-beads::before{content:"\1F4FF";}
.mr-box-drawings-down-light-and-up-horizontal-heavy::before{content:"\2547";}
.mr-box-drawings-up-light-and-down-horizontal-heavy::before{content:"\2548";}
.mr-box-drawings-right-light-and-left-vertical-heavy::before{content:"\2549";}
.mr-box-drawings-left-light-and-right-vertical-heavy::before{content:"\254A";}
.mr-box-drawings-down-single-and-right-double::before{content:"\2552";}
.mr-box-drawings-down-double-and-right-single::before{content:"\2553";}
.mr-box-drawings-down-single-and-left-double::before{content:"\2555";}
.mr-box-drawings-down-double-and-left-single::before{content:"\2556";}
.mr-box-drawings-up-single-and-right-double::before{content:"\2558";}
.mr-box-drawings-up-double-and-right-single::before{content:"\2559";}
.mr-box-drawings-up-single-and-left-double::before{content:"\255B";}
.mr-box-drawings-up-double-and-left-single::before{content:"\255C";}
.mr-box-drawings-vertical-single-and-right-double::before{content:"\255E";}
.mr-box-drawings-vertical-double-and-right-single::before{content:"\255F";}
.mr-box-drawings-vertical-single-and-left-double::before{content:"\2561";}
.mr-box-drawings-vertical-double-and-left-single::before{content:"\2562";}
.mr-box-drawings-down-single-and-horizontal-double::before{content:"\2564";}
.mr-box-drawings-down-double-and-horizontal-single::before{content:"\2565";}
.mr-box-drawings-up-single-and-horizontal-double::before{content:"\2567";}
.mr-box-drawings-up-double-and-horizontal-single::before{content:"\2568";}
.mr-box-drawings-vertical-single-and-horizontal-double::before{content:"\256A";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-musical-symbol-climacus::before{content:"\1D1D7";}
.mr-musical-symbol-torculus::before{content:"\1D1D8";}
.mr-musical-symbol-porrectus::before{content:"\1D1D9";}
.mr-musical-symbol-porrectus-flexus::before{content:"\1D1DA";}
.mr-musical-symbol-scandicus-flexus::before{content:"\1D1DB";}
.mr-musical-symbol-torculus-resupinus::before{content:"\1D1DC";}
.mr-musical-symbol-pes-subpunctis::before{content:"\1D1DD";}
.mr-musical-symbol-with-fingernails::before{content:"\1D1B3";}
.mr-musical-symbol-damp::before{content:"\1D1B4";}
.mr-musical-symbol-damp-all::before{content:"\1D1B5";}
.mr-musical-symbol-x-notehead::before{content:"\1D143";}
.mr-musical-symbol-plus-notehead::before{content:"\1D144";}
.mr-musical-symbol-circle-x-notehead::before{content:"\1D145";}
.mr-musical-symbol-square-notehead-white::before{content:"\1D146";}
.mr-musical-symbol-square-notehead-black::before{content:"\1D147";}
.mr-musical-symbol-triangle-notehead-up-white::before{content:"\1D148";}
.mr-musical-symbol-triangle-notehead-up-black::before{content:"\1D149";}
.mr-musical-symbol-triangle-notehead-left-white::before{content:"\1D14A";}
.mr-musical-symbol-triangle-notehead-left-black::before{content:"\1D14B";}
.mr-musical-symbol-triangle-notehead-right-white::before{content:"\1D14C";}
.mr-musical-symbol-triangle-notehead-right-black::before{content:"\1D14D";}
.mr-musical-symbol-triangle-notehead-down-white::before{content:"\1D14E";}
.mr-musical-symbol-triangle-notehead-down-black::before{content:"\1D14F";}
.mr-musical-symbol-triangle-notehead-up-right-white::before{content:"\1D150";}
.mr-domino-tile-horizontal-06-05::before{content:"\1F060";}
.mr-domino-tile-horizontal-06-06::before{content:"\1F061";}
.mr-mahjong-tile-one-of-characters::before{content:"\1F007";}
.mr-mahjong-tile-two-of-characters::before{content:"\1F008";}
.mr-mahjong-tile-three-of-characters::before{content:"\1F009";}
.mr-mahjong-tile-four-of-characters::before{content:"\1F00A";}
.mr-mahjong-tile-five-of-characters::before{content:"\1F00B";}
.mr-mahjong-tile-six-of-characters::before{content:"\1F00C";}
.mr-mahjong-tile-seven-of-characters::before{content:"\1F00D";}
.mr-mahjong-tile-eight-of-characters::before{content:"\1F00E";}
.mr-mahjong-tile-nine-of-characters::before{content:"\1F00F";}
.mr-mahjong-tile-one-of-bamboos::before{content:"\1F010";}
.mr-mahjong-tile-two-of-bamboos::before{content:"\1F011";}
.mr-mahjong-tile-three-of-bamboos::before{content:"\1F012";}
.mr-mahjong-tile-four-of-bamboos::before{content:"\1F013";}
.mr-mahjong-tile-five-of-bamboos::before{content:"\1F014";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-black-left-pointing-double-triangle::before{content:"\23EA";}
.mr-black-right-pointing-double-triangle::before{content:"\23E9";}
.mr-black-up-pointing-double-triangle::before{content:"\23EB";}
.mr-black-down-pointing-double-triangle::before{content:"\23EC";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-third-place-medal::before{content:"\1F949";}
.mr-boxing-glove::before{content:"\1F94A";}
.mr-martial-arts-uniform::before{content:"\1F94B";}
.mr-goal-net::before{content:"\1F945";}
.mr-drum-with-drumsticks::before{content:"\1F941";}
.mr-shopping-trolley::before{content:"\1F6D2";}
.mr-wilted-flower::before{content:"\1F940";}
.mr-black-heart::before{content:"\1F5A4";}
.mr-wide-headed-south-west-heavy-barb-arrow::before{content:"\1F87F";}
.mr-wide-headed-leftwards-very-heavy-barb-arrow::before{content:"\1F880";}
.mr-wide-headed-rightwards-very-heavy-barb-arrow::before{content:"\1F882";}
.mr-wide-headed-upwards-very-heavy-barb-arrow::before{content:"\1F881";}
.mr-wide-headed-downwards-very-heavy-barb-arrow::before{content:"\1F883";}
.mr-wide-headed-north-west-very-heavy-barb-arrow::before{content:"\1F884";}
.mr-wide-headed-north-east-very-heavy-barb-arrow::before{content:"\1F885";}
.mr-wide-headed-south-east-very-heavy-barb-arrow::before{content:"\1F886";}
.mr-wide-headed-south-west-very-heavy-barb-arrow::before{content:"\1F887";}
.mr-leftwards-arrow-with-tail::before{content:"\21A2";}
.mr-rightwards-arrow-with-tail::before{content:"\21A3";}
.mr-leftwards-open-headed-arrow::before{content:"\21FD";}
.mr-rightwards-open-headed-arrow::before{content:"\21FE";}
.mr-left-right-open-headed-arrow::before{content:"\21FF";}
.mr-leftwards-squiggle-arrow::before{content:"\21DC";}
.mr-rightwards-squiggle-arrow::before{content:"\21DD";}
.mr-long-leftwards-squiggle-arrow::before{content:"\2B33";}
.mr-long-rightwards-squiggle-arrow::before{content:"\27FF";}
.mr-box-drawings-vertical-double-and-horizontal-single::before{content:"\256B";}
.mr-box-drawings-light-double-dash-horizontal::before{content:"\254C";}
.mr-box-drawings-heavy-double-dash-horizontal::before{content:"\254D";}
.mr-box-drawings-light-double-dash-vertical::before{content:"\254E";}
.mr-box-drawings-heavy-double-dash-vertical::before{content:"\254F";}
.mr-box-drawings-light-triple-dash-horizontal::before{content:"\2504";}
.mr-box-drawings-heavy-triple-dash-horizontal::before{content:"\2505";}
.mr-box-drawings-light-triple-dash-vertical::before{content:"\2506";}
.mr-box-drawings-heavy-triple-dash-vertical::before{content:"\2507";}
.mr-box-drawings-light-quadruple-dash-horizontal::before{content:"\2508";}
.mr-box-drawings-heavy-quadruple-dash-horizontal::before{content:"\2509";}
.mr-box-drawings-light-quadruple-dash-vertical::before{content:"\250A";}
.mr-box-drawings-heavy-quadruple-dash-vertical::before{content:"\250B";}
.mr-box-drawings-light-arc-down-and-right::before{content:"\256D";}
.mr-box-drawings-light-arc-down-and-left::before{content:"\256E";}
.mr-box-drawings-light-arc-up-and-left::before{content:"\256F";}
.mr-box-drawings-light-arc-up-and-right::before{content:"\2570";}
.mr-box-drawings-light-diagonal-upper-right-to-lower-left::before{content:"\2571";}
.mr-box-drawings-light-diagonal-upper-left-to-lower-right::before{content:"\2572";}
.mr-box-drawings-light-diagonal-cross::before{content:"\2573";}
.mr-box-drawings-light-left::before{content:"\2574";}
.mr-musical-symbol-triangle-notehead-up-right-black::before{content:"\1D151";}
.mr-musical-symbol-moon-notehead-white::before{content:"\1D152";}
.mr-musical-symbol-moon-notehead-black::before{content:"\1D153";}
.mr-musical-symbol-triangle-round-notehead-down-white::before{content:"\1D154";}
.mr-musical-symbol-triangle-round-notehead-down-black::before{content:"\1D155";}
.mr-musical-symbol-parenthesis-notehead::before{content:"\1D156";}
.mr-musical-symbol-void-notehead::before{content:"\1D157";}
.mr-musical-symbol-notehead-black::before{content:"\1D158";}
.mr-musical-symbol-null-notehead::before{content:"\1D159";}
.mr-musical-symbol-cluster-notehead-white::before{content:"\1D15A";}
.mr-musical-symbol-cluster-notehead-black::before{content:"\1D15B";}
.mr-musical-symbol-combining-stem::before{content:"\1D165";}
.mr-musical-symbol-combining-sprechgesang-stem::before{content:"\1D166";}
.mr-musical-symbol-combining-tremolo-1::before{content:"\1D167";}
.mr-musical-symbol-combining-tremolo-2::before{content:"\1D168";}
.mr-musical-symbol-combining-tremolo-3::before{content:"\1D169";}
.mr-musical-symbol-fingered-tremolo-1::before{content:"\1D16A";}
.mr-musical-symbol-fingered-tremolo-2::before{content:"\1D16B";}
.mr-musical-symbol-fingered-tremolo-3::before{content:"\1D16C";}
.mr-musical-symbol-combining-flag-1::before{content:"\1D16E";}
.mr-musical-symbol-combining-flag-2::before{content:"\1D16F";}
.mr-musical-symbol-combining-flag-3::before{content:"\1D170";}
.mr-musical-symbol-combining-flag-4::before{content:"\1D171";}
.mr-musical-symbol-combining-flag-5::before{content:"\1D172";}
.mr-mahjong-tile-six-of-bamboos::before{content:"\1F015";}
.mr-mahjong-tile-seven-of-bamboos::before{content:"\1F016";}
.mr-mahjong-tile-eight-of-bamboos::before{content:"\1F017";}
.mr-mahjong-tile-nine-of-bamboos::before{content:"\1F018";}
.mr-mahjong-tile-one-of-circles::before{content:"\1F019";}
.mr-mahjong-tile-two-of-circles::before{content:"\1F01A";}
.mr-mahjong-tile-three-of-circles::before{content:"\1F01B";}
.mr-mahjong-tile-four-of-circles::before{content:"\1F01C";}
.mr-mahjong-tile-five-of-circles::before{content:"\1F01D";}
.mr-mahjong-tile-six-of-circles::before{content:"\1F01E";}
.mr-mahjong-tile-seven-of-circles::before{content:"\1F01F";}
.mr-mahjong-tile-eight-of-circles::before{content:"\1F020";}
.mr-mahjong-tile-nine-of-circles::before{content:"\1F021";}
.mr-mahjong-tile-east-wind::before{content:"\1F000";}
.mr-mahjong-tile-south-wind::before{content:"\1F001";}
.mr-mahjong-tile-west-wind::before{content:"\1F002";}
.mr-mahjong-tile-north-wind::before{content:"\1F003";}
.mr-mahjong-tile-plum::before{content:"\1F022";}
.mr-mahjong-tile-orchid::before{content:"\1F023";}
.mr-mahjong-tile-bamboo::before{content:"\1F024";}
.mr-mahjong-tile-chrysanthemum::before{content:"\1F025";}
.mr-mahjong-tile-spring::before{content:"\1F026";}
.mr-mahjong-tile-summer::before{content:"\1F027";}
.mr-mahjong-tile-autumn::before{content:"\1F028";}
.mr-mahjong-tile-winter::before{content:"\1F029";}
.mr-mahjong-tile-red-dragon::before{content:"\1F004";}
.mr-mahjong-tile-green-dragon::before{content:"\1F005";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-leftwards-two-headed-arrow::before{content:"\219E";}
.mr-rightwards-two-headed-arrow::before{content:"\21A0";}
.mr-upwards-two-headed-arrow::before{content:"\219F";}
.mr-downwards-two-headed-arrow::before{content:"\21A1";}
.mr-leftwards-arrow-with-vertical-stroke::before{content:"\21F7";}
.mr-rightwards-arrow-with-vertical-stroke::before{content:"\21F8";}
.mr-upwards-arrow-with-horizontal-stroke::before{content:"\2909";}
.mr-downwards-arrow-with-horizontal-stroke::before{content:"\2908";}
.mr-left-right-arrow-with-vertical-stroke::before{content:"\21F9";}
.mr-leftwards-arrow-with-double-vertical-stroke::before{content:"\21FA";}
.mr-rightwards-arrow-with-double-vertical-stroke::before{content:"\21FB";}
.mr-upwards-arrow-with-double-stroke::before{content:"\21DE";}
.mr-downwards-arrow-with-double-stroke::before{content:"\21DF";}
.mr-left-right-arrow-with-double-vertical-stroke::before{content:"\21FC";}
.mr-leftwards-two-headed-arrow-with-vertical-stroke::before{content:"\2B34";}
.mr-rightwards-two-headed-arrow-with-vertical-stroke::before{content:"\2900";}
.mr-leftwards-two-headed-arrow-with-double-vertical-stroke::before{content:"\2B35";}
.mr-rightwards-two-headed-arrow-with-double-vertical-stroke::before{content:"\2901";}
.mr-leftwards-arrow-with-tail-with-vertical-stroke::before{content:"\2B39";}
.mr-rightwards-arrow-with-tail-with-vertical-stroke::before{content:"\2914";}
.mr-leftwards-arrow-with-tail-with-double-vertical-stroke::before{content:"\2B3A";}
.mr-rightwards-arrow-with-tail-with-double-vertical-stroke::before{content:"\2915";}
.mr-leftwards-two-headed-arrow-from-bar::before{content:"\2B36";}
.mr-rightwards-two-headed-arrow-from-bar::before{content:"\2905";}
.mr-leftwards-two-headed-arrow-with-tail::before{content:"\2B3B";}
.mr-box-drawings-light-up::before{content:"\2575";}
.mr-box-drawings-light-right::before{content:"\2576";}
.mr-box-drawings-light-down::before{content:"\2577";}
.mr-box-drawings-heavy-left::before{content:"\2578";}
.mr-box-drawings-heavy-up::before{content:"\2579";}
.mr-box-drawings-heavy-right::before{content:"\257A";}
.mr-box-drawings-heavy-down::before{content:"\257B";}
.mr-box-drawings-light-left-and-heavy-right::before{content:"\257C";}
.mr-box-drawings-light-up-and-heavy-down::before{content:"\257D";}
.mr-box-drawings-heavy-left-and-light-right::before{content:"\257E";}
.mr-lower-one-eighth-block::before{content:"\2581";}
.mr-lower-one-quarter-block::before{content:"\2582";}
.mr-lower-three-eighths-block::before{content:"\2583";}
.mr-lower-half-block::before{content:"\2584";}
.mr-lower-five-eighths-block::before{content:"\2585";}
.mr-lower-three-quarters-block::before{content:"\2586";}
.mr-lower-seven-eighths-block::before{content:"\2587";}
.mr-full-block::before{content:"\2588";}
.mr-left-seven-eighths-block::before{content:"\2589";}
.mr-left-three-quarters-block::before{content:"\258A";}
.mr-left-five-eighths-block::before{content:"\258B";}
.mr-left-half-block::before{content:"\258C";}
.mr-left-three-eighths-block::before{content:"\258D";}
.mr-left-one-quarter-block::before{content:"\258E";}
.mr-left-one-eighth-block::before{content:"\258F";}
.mr-right-half-block::before{content:"\2590";}
.mr-musical-symbol-begin-beam::before{content:"\1D173";}
.mr-musical-symbol-end-beam::before{content:"\1D174";}
.mr-musical-symbol-begin-tie::before{content:"\1D175";}
.mr-musical-symbol-end-tie::before{content:"\1D176";}
.mr-musical-symbol-begin-slur::before{content:"\1D177";}
.mr-musical-symbol-end-slur::before{content:"\1D178";}
.mr-musical-symbol-begin-phrase::before{content:"\1D179";}
.mr-musical-symbol-end-phrase::before{content:"\1D17A";}
.mr-musical-symbol-combining-augmentation-dot::before{content:"\1D16D";}
.mr-musical-symbol-combining-accent::before{content:"\1D17B";}
.mr-musical-symbol-combining-staccato::before{content:"\1D17C";}
.mr-musical-symbol-combining-tenuto::before{content:"\1D17D";}
.mr-musical-symbol-combining-staccatissimo::before{content:"\1D17E";}
.mr-musical-symbol-combining-marcato::before{content:"\1D17F";}
.mr-musical-symbol-combining-marcato-staccato::before{content:"\1D180";}
.mr-musical-symbol-combining-accent-staccato::before{content:"\1D181";}
.mr-musical-symbol-combining-loure::before{content:"\1D182";}
.mr-musical-symbol-combining-doit::before{content:"\1D185";}
.mr-musical-symbol-combining-rip::before{content:"\1D186";}
.mr-musical-symbol-combining-flip::before{content:"\1D187";}
.mr-musical-symbol-combining-smear::before{content:"\1D188";}
.mr-musical-symbol-combining-bend::before{content:"\1D189";}
.mr-musical-symbol-combining-double-tongue::before{content:"\1D18A";}
.mr-musical-symbol-combining-triple-tongue::before{content:"\1D18B";}
.mr-musical-symbol-combining-down-bow::before{content:"\1D1AA";}
.mr-musical-symbol-combining-up-bow::before{content:"\1D1AB";}
.mr-mahjong-tile-white-dragon::before{content:"\1F006";}
.mr-mahjong-tile-joker::before{content:"\1F02A";}
.mr-mahjong-tile-back::before{content:"\1F02B";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-rightwards-two-headed-arrow-with-tail::before{content:"\2916";}
.mr-leftwards-two-headed-triple-dash-arrow::before{content:"\2B37";}
.mr-rightwards-two-headed-triple-dash-arrow::before{content:"\2910";}
.mr-leftwards-two-headed-arrow-with-tail-with-vertical-stroke::before{content:"\2B3C";}
.mr-rightwards-two-headed-arrow-with-tail-with-vertical-stroke::before{content:"\2917";}
.mr-leftwards-two-headed-arrow-with-tail-with-double-vertical-stroke::before{content:"\2B3D";}
.mr-rightwards-two-headed-arrow-with-tail-with-double-vertical-stroke::before{content:"\2918";}
.mr-leftwards-arrow-to-black-diamond::before{content:"\291D";}
.mr-rightwards-arrow-to-black-diamond::before{content:"\291E";}
.mr-leftwards-arrow-from-bar-to-black-diamond::before{content:"\291F";}
.mr-rightwards-arrow-from-bar-to-black-diamond::before{content:"\2920";}
.mr-north-west-and-south-east-arrow::before{content:"\2921";}
.mr-north-east-and-south-west-arrow::before{content:"\2922";}
.mr-north-west-arrow-with-hook::before{content:"\2923";}
.mr-north-east-arrow-with-hook::before{content:"\2924";}
.mr-south-east-arrow-with-hook::before{content:"\2925";}
.mr-south-west-arrow-with-hook::before{content:"\2926";}
.mr-south-west-arrow-and-north-west-arrow::before{content:"\292A";}
.mr-north-east-arrow-and-south-east-arrow::before{content:"\2928";}
.mr-north-west-arrow-and-north-east-arrow::before{content:"\2927";}
.mr-south-east-arrow-and-south-west-arrow::before{content:"\2929";}
.mr-right-one-eighth-block::before{content:"\2595";}
.mr-upper-one-eighth-block::before{content:"\2594";}
.mr-upper-half-block::before{content:"\2580";}
.mr-light-shade::before{content:"\2591";}
.mr-medium-shade::before{content:"\2592";}
.mr-dark-shade::before{content:"\2593";}
.mr-quadrant-lower-left::before{content:"\2596";}
.mr-quadrant-lower-right::before{content:"\2597";}
.mr-quadrant-upper-left::before{content:"\2598";}
.mr-quadrant-upper-right::before{content:"\259D";}
.mr-quadrant-upper-left-and-lower-right::before{content:"\259A";}
.mr-quadrant-upper-right-and-lower-left::before{content:"\259E";}
.mr-quadrant-upper-left-and-lower-left-and-lower-right::before{content:"\2599";}
.mr-quadrant-upper-right-and-lower-left-and-lower-right::before{content:"\259F";}
.mr-quadrant-upper-left-and-upper-right-and-lower-left::before{content:"\259B";}
.mr-quadrant-upper-left-and-upper-right-and-lower-right::before{content:"\259C";}
.mr-triple-vertical-bar-delimiter::before{content:"\2980";}
.mr-dotted-fence::before{content:"\2999";}
.mr-vertical-zigzag-line::before{content:"\299A";}
.mr-left-wiggly-fence::before{content:"\29D8";}
.mr-right-wiggly-fence::before{content:"\29D9";}
.mr-left-double-wiggly-fence::before{content:"\29DA";}
.mr-right-double-wiggly-fence::before{content:"\29DB";}
.mr-musical-symbol-combining-harmonic::before{content:"\1D1AC";}
.mr-musical-symbol-combining-snap-pizzicato::before{content:"\1D1AD";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-south-east-arrow-crossing-north-east-arrow::before{content:"\292D";}
.mr-north-east-arrow-crossing-south-east-arrow::before{content:"\292E";}
.mr-falling-diagonal-crossing-north-east-arrow::before{content:"\292F";}
.mr-rising-diagonal-crossing-south-east-arrow::before{content:"\2930";}
.mr-north-east-arrow-crossing-north-west-arrow::before{content:"\2931";}
.mr-north-west-arrow-crossing-north-east-arrow::before{content:"\2932";}
.mr-rising-diagonal-crossing-falling-diagonal::before{content:"\292B";}
.mr-falling-diagonal-crossing-rising-diagonal::before{content:"\292C";}
.mr-upwards-arrow-with-tip-leftwards::before{content:"\21B0";}
.mr-upwards-arrow-with-tip-rightwards::before{content:"\21B1";}
.mr-downwards-arrow-with-tip-leftwards::before{content:"\21B2";}
.mr-downwards-arrow-with-tip-rightwards::before{content:"\21B3";}
.mr-leftwards-arrow-with-tip-downwards::before{content:"\2B10";}
.mr-rightwards-arrow-with-tip-downwards::before{content:"\2B0E";}
.mr-leftwards-arrow-with-tip-upwards::before{content:"\2B11";}
.mr-rightwards-arrow-with-tip-upwards::before{content:"\2B0F";}
.mr-rightwards-arrow-with-corner-downwards::before{content:"\21B4";}
.mr-downwards-arrow-with-corner-leftwards::before{content:"\21B5";}
.mr-arrow-pointing-downwards-then-curving-leftwards::before{content:"\2936";}
.mr-arrow-pointing-downwards-then-curving-rightwards::before{content:"\2937";}
.mr-arrow-pointing-rightwards-then-curving-upwards::before{content:"\2934";}
.mr-arrow-pointing-rightwards-then-curving-downwards::before{content:"\2935";}
.mr-rightwards-arrow-above-short-leftwards-arrow::before{content:"\2942";}
.mr-leftwards-arrow-above-short-rightwards-arrow::before{content:"\2943";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-short-rightwards-arrow-above-leftwards-arrow::before{content:"\2944";}
.mr-equals-sign-above-leftwards-arrow::before{content:"\2B40";}
.mr-equals-sign-above-rightwards-arrow::before{content:"\2971";}
.mr-less-than-above-leftwards-arrow::before{content:"\2976";}
.mr-greater-than-above-rightwards-arrow::before{content:"\2978";}
.mr-leftwards-arrow-above-reverse-almost-equal-to::before{content:"\2B42";}
.mr-rightwards-arrow-above-reverse-almost-equal-to::before{content:"\2B48";}
.mr-leftwards-arrow-above-almost-equal-to::before{content:"\2B4A";}
.mr-rightwards-arrow-above-almost-equal-to::before{content:"\2975";}
.mr-reverse-tilde-operator-above-leftwards-arrow::before{content:"\2B41";}
.mr-reverse-tilde-operator-above-rightwards-arrow::before{content:"\2B47";}
.mr-tilde-operator-above-leftwards-arrow::before{content:"\2B49";}
.mr-tilde-operator-above-rightwards-arrow::before{content:"\2972";}
.mr-leftwards-arrow-above-reverse-tilde-operator::before{content:"\2B4B";}
.mr-rightwards-arrow-above-reverse-tilde-operator::before{content:"\2B4C";}
.mr-leftwards-arrow-above-tilde-operator::before{content:"\2973";}
.mr-rightwards-arrow-above-tilde-operator::before{content:"\2974";}
.mr-leftwards-arrow-with-plus-below::before{content:"\2946";}
.mr-rightwards-arrow-with-plus-below::before{content:"\2945";}
.mr-subset-above-rightwards-arrow::before{content:"\2979";}
.mr-superset-above-leftwards-arrow::before{content:"\297B";}
.mr-left-arrow-with-small-circle::before{content:"\2B30";}
.mr-right-arrow-with-small-circle::before{content:"\21F4";}
.mr-left-right-arrow-through-small-circle::before{content:"\2948";}
.mr-leftwards-arrow-through-x::before{content:"\2B3E";}
.mr-rightwards-arrow-through-x::before{content:"\2947";}
.mr-left-arrow-with-circled-plus::before{content:"\2B32";}
.mr-right-arrow-with-circled-plus::before{content:"\27F4";}
.mr-leftwards-arrow-through-less-than::before{content:"\2977";}
.mr-rightwards-arrow-through-greater-than::before{content:"\2B43";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-leftwards-arrow-through-subset::before{content:"\297A";}
.mr-rightwards-arrow-through-superset::before{content:"\2B44";}
.mr-north-west-arrow-to-corner::before{content:"\21F1";}
.mr-south-east-arrow-to-corner::before{content:"\21F2";}
.mr-north-west-arrow-to-long-bar::before{content:"\21B8";}
.mr-leftwards-arrow-to-bar-over-rightwards-arrow-to-bar::before{content:"\21B9";}
.mr-downwards-zigzag-arrow::before{content:"\21AF";}
.mr-left-right-wave-arrow::before{content:"\21AD";}
.mr-upwards-two-headed-arrow-from-small-circle::before{content:"\2949";}
.mr-right-double-arrow-with-rounded-head::before{content:"\2970";}
.mr-wave-arrow-pointing-directly-left::before{content:"\2B3F";}
.mr-wave-arrow-pointing-directly-right::before{content:"\2933";}
.mr-leftwards-wave-arrow::before{content:"\219C";}
.mr-rightwards-wave-arrow::before{content:"\219D";}
.mr-leftwards-harpoon-with-barb-upwards::before{content:"\21BC";}
.mr-rightwards-harpoon-with-barb-upwards::before{content:"\21C0";}
.mr-leftwards-harpoon-with-barb-downwards::before{content:"\21BD";}
.mr-rightwards-harpoon-with-barb-downwards::before{content:"\21C1";}
.mr-upwards-harpoon-with-barb-leftwards::before{content:"\21BF";}
.mr-upwards-harpoon-with-barb-rightwards::before{content:"\21BE";}
.mr-downwards-harpoon-with-barb-leftwards::before{content:"\21C3";}
.mr-downwards-harpoon-with-barb-rightwards::before{content:"\21C2";}
.mr-leftwards-harpoon-over-rightwards-harpoon::before{content:"\21CB";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";}
.mr-rightwards-harpoon-over-leftwards-harpoon::before{content:"\21CC";}
.mr-left-barb-up-right-barb-down-harpoon::before{content:"\294A";}
.mr-left-barb-down-right-barb-up-harpoon::before{content:"\294B";}
.mr-up-barb-right-down-barb-left-harpoon::before{content:"\294C";}
.mr-up-barb-left-down-barb-right-harpoon::before{content:"\294D";}
.mr-left-barb-up-right-barb-up-harpoon::before{content:"\294E";}
.mr-up-barb-right-down-barb-right-harpoon::before{content:"\294F";}
.mr-left-barb-down-right-barb-down-harpoon::before{content:"\2950";}
.mr-up-barb-left-down-barb-left-harpoon::before{content:"\2951";}
.mr-leftwards-harpoon-with-barb-up-to-bar::before{content:"\2952";}
.mr-rightwards-harpoon-with-barb-up-to-bar::before{content:"\2953";}
.mr-upwards-harpoon-with-barb-right-to-bar::before{content:"\2954";}
.mr-downwards-harpoon-with-barb-right-to-bar::before{content:"\2955";}
.mr-leftwards-harpoon-with-barb-down-to-bar::before{content:"\2956";}
.mr-rightwards-harpoon-with-barb-down-to-bar::before{content:"\2957";}
.mr-upwards-harpoon-with-barb-left-to-bar::before{content:"\2958";}
.mr-downwards-harpoon-with-barb-left-to-bar::before{content:"\2959";}
.mr-leftwards-harpoon-with-barb-up-from-bar::before{content:"\295A";}
.mr-rightwards-harpoon-with-barb-up-from-bar::before{content:"\295B";}
.mr-upwards-harpoon-with-barb-right-from-bar::before{content:"\295C";}
.mr-downwards-harpoon-with-barb-right-from-bar::before{content:"\295D";}
.mr-leftwards-harpoon-with-barb-down-from-bar::before{content:"\295E";}
.mr-rightwards-harpoon-with-barb-down-from-bar::before{content:"\295F";}
.mr-upwards-harpoon-with-barb-left-from-bar::before{content:"\2960";}
.mr-downwards-harpoon-with-barb-left-from-bar::before{content:"\2961";}
.mr-leftwards-harpoon-with-barb-up-above-leftwards-harpoon-with-barb-down::before{content:"\2962";}
.mr-rightwards-harpoon-with-barb-up-above-rightwards-harpoon-with-barb-down::before{content:"\2964";}
.mr-upwards-harpoon-with-barb-left-beside-upwards-harpoon-with-barb-right::before{content:"\2963";}
.mr-downwards-harpoon-with-barb-left-beside-downwards-harpoon-with-barb-right::before{content:"\2965";}
.mr-leftwards-harpoon-with-barb-up-above-rightwards-harpoon-with-barb-up::before{content:"\2966";}
.mr-rightwards-harpoon-with-barb-up-above-leftwards-harpoon-with-barb-up::before{content:"\2968";}
.mr-leftwards-harpoon-with-barb-down-above-rightwards-harpoon-with-barb-down::before{content:"\2967";}
.mr-rightwards-harpoon-with-barb-down-above-leftwards-harpoon-with-barb-down::before{content:"\2969";}
.mr-upwards-harpoon-with-barb-left-beside-downwards-harpoon-with-barb-right::before{content:"\296E";}
.mr-downwards-harpoon-with-barb-left-beside-upwards-harpoon-with-barb-right::before{content:"\296F";}
.mr-leftwards-harpoon-with-barb-up-above-long-dash::before{content:"\296A";}
.mr-rightwards-harpoon-with-barb-up-above-long-dash::before{content:"\296C";}
.mr-leftwards-harpoon-with-barb-down-below-long-dash::before{content:"\296B";}
.mr-rightwards-harpoon-with-barb-down-below-long-dash::before{content:"\296D";}
.mr-leftwards-dashed-arrow::before{content:"\21E0";}
.mr-rightwards-dashed-arrow::before{content:"\21E2";}
.mr-upwards-dashed-arrow::before{content:"\21E1";}
.mr-downwards-dashed-arrow::before{content:"\21E3";}
.mr-leftwards-double-dash-arrow::before{content:"\290C";}
.mr-rightwards-double-dash-arrow::before{content:"\290D";}
.mr-leftwards-triple-dash-arrow::before{content:"\290E";}
.mr-rightwards-triple-dash-arrow::before{content:"\290F";}
.mr-leftwards-arrow-with-dotted-stem::before{content:"\2B38";}
.mr-rightwards-arrow-with-dotted-stem::before{content:"\2911";}
.mr-leftwards-arrow-over-rightwards-arrow::before{content:"\21C6";}
.mr-rightwards-arrow-over-leftwards-arrow::before{content:"\21C4";}
.mr-upwards-arrow-leftwards-of-downwards-arrow::before{content:"\21C5";}
.mr-downwards-arrow-leftwards-of-upwards-arrow::before{content:"\21F5";}
.mr-upwards-paired-arrows::before{content:"\21C8";}
.mr-downwards-paired-arrows::before{content:"\21CA";}
.mr-leftwards-paired-arrows::before{content:"\21C7";}
.mr-rightwards-paired-arrows::before{content:"\21C9";}
.mr-three-leftwards-arrows::before{content:"\2B31";}
.mr-three-rightwards-arrows::before{content:"\21F6";}
.mr-leftwards-double-arrow::before{content:"\21D0";}
.mr-rightwards-double-arrow::before{content:"\21D2";}
.mr-upwards-double-arrow::before{content:"\21D1";}
.mr-downwards-double-arrow::before{content:"\21D3";}
.mr-left-right-double-arrow::before{content:"\21D4";}
.mr-up-down-double-arrow::before{content:"\21D5";}
.mr-north-west-double-arrow::before{content:"\21D6";}
.mr-north-east-double-arrow::before{content:"\21D7";}
.mr-south-east-double-arrow::before{content:"\21D8";}
.mr-south-west-double-arrow::before{content:"\21D9";}
.mr-leftwards-double-arrow-with-stroke::before{content:"\21CD";}
.mr-rightwards-double-arrow-with-stroke::before{content:"\21CF";}
.mr-left-right-double-arrow-with-stroke::before{content:"\21CE";}
.mr-long-leftwards-double-arrow::before{content:"\27F8";}
.mr-long-rightwards-double-arrow::before{content:"\27F9";}
.mr-long-left-right-double-arrow::before{content:"\27FA";}
.mr-leftwards-double-arrow-with-vertical-stroke::before{content:"\2902";}
.mr-rightwards-double-arrow-with-vertical-stroke::before{content:"\2903";}
.mr-left-right-double-arrow-with-vertical-stroke::before{content:"\2904";}
.mr-leftwards-double-arrow-from-bar::before{content:"\2906";}
.mr-rightwards-double-arrow-from-bar::before{content:"\2907";}
.mr-leftwards-triple-arrow::before{content:"\21DA";}
.mr-rightwards-triple-arrow::before{content:"\21DB";}
.mr-upwards-triple-arrow::before{content:"\290A";}
.mr-downwards-triple-arrow::before{content:"\290B";}
.mr-leftwards-quadruple-arrow::before{content:"\2B45";}
.mr-rightwards-quadruple-arrow::before{content:"\2B46";}
.mr-upwards-quadruple-arrow::before{content:"\27F0";}
.mr-downwards-quadruple-arrow::before{content:"\27F1";}
.mr-leftwards-arrow-from-bar::before{content:"\21A4";}
.mr-rightwards-arrow-from-bar::before{content:"\21A6";}
.mr-upwards-arrow-from-bar::before{content:"\21A5";}
.mr-downwards-arrow-from-bar::before{content:"\21A7";}
.mr-long-leftwards-arrow-from-bar::before{content:"\27FB";}
.mr-long-rightwards-arrow-from-bar::before{content:"\27FC";}
.mr-leftwards-arrow-to-bar::before{content:"\21E4";}
.mr-rightwards-arrow-to-bar::before{content:"\21E5";}
.mr-upwards-arrow-to-bar::before{content:"\2912";}
.mr-downwards-arrow-to-bar::before{content:"\2913";}
.mr-up-down-arrow-with-base::before{content:"\21A8";}
.mr-leftwards-arrow-tail::before{content:"\2919";}
.mr-rightwards-arrow-tail::before{content:"\291A";}
.mr-leftwards-double-arrow-tail::before{content:"\291B";}
.mr-rightwards-double-arrow-tail::before{content:"\291C";}
.mr-leftwards-arrow-with-hook::before{content:"\21A9";}
.mr-rightwards-arrow-with-hook::before{content:"\21AA";}
.mr-leftwards-arrow-with-loop::before{content:"\21AB";}
.mr-rightwards-arrow-with-loop::before{content:"\21AC";}
.mr-left-fish-tail::before{content:"\297C";}
.mr-right-fish-tail::before{content:"\297D";}
.mr-up-fish-tail::before{content:"\297E";}
.mr-down-fish-tail::before{content:"\297F";}
.mr-top-arc-clockwise-arrow-with-minus::before{content:"\293C";}
.mr-top-arc-anticlockwise-arrow-with-plus::before{content:"\293D";}
.mr-anticlockwise-top-semicircle-arrow::before{content:"\21B6";}
.mr-clockwise-top-semicircle-arrow::before{content:"\21B7";}
.mr-lower-right-semicircular-clockwise-arrow::before{content:"\293E";}
.mr-lower-left-semicircular-anticlockwise-arrow::before{content:"\293F";}
.mr-right-side-arc-clockwise-arrow::before{content:"\2938";}
.mr-top-arc-anticlockwise-arrow::before{content:"\293A";}
.mr-left-side-arc-anticlockwise-arrow::before{content:"\2939";}
.mr-bottom-arc-anticlockwise-arrow::before{content:"\293B";}
.mr-anticlockwise-open-circle-arrow::before{content:"\21BA";}
.mr-clockwise-open-circle-arrow::before{content:"\21BB";}
.mr-anticlockwise-closed-circle-arrow::before{content:"\2940";}
.mr-clockwise-closed-circle-arrow::before{content:"\2941";}
.mr-anticlockwise-gapped-circle-arrow::before{content:"\27F2";}
.mr-clockwise-gapped-circle-arrow::before{content:"\27F3";}
.mr-clockwise-right-and-left-semicircle-arrows::before{content:"\1F5D8";}
.mr-anticlockwise-triangle-headed-bottom-u-shaped-arrow::before{content:"\2B8D";}
.mr-anticlockwise-triangle-headed-right-u-shaped-arrow::before{content:"\2B8C";}
.mr-anticlockwise-triangle-headed-top-u-shaped-arrow::before{content:"\2B8F";}
.mr-anticlockwise-triangle-headed-left-u-shaped-arrow::before{content:"\2B8E";}
.mr-four-corner-arrows-circling-anticlockwise::before{content:"\2B94";}
.mr-clockwise-rightwards-and-leftwards-open-circle-arrows::before{content:"\1F501";}
.mr-clockwise-rightwards-and-leftwards-open-circle-arrows-with-circled-one-overlay::before{content:"\1F502";}
.mr-clockwise-downwards-and-upwards-open-circle-arrows::before{content:"\1F503";}
.mr-anticlockwise-downwards-and-upwards-open-circle-arrows::before{content:"\1F504";}
.mr-right-shaded-white-rightwards-arrow::before{content:"\27A9";}
.mr-left-shaded-white-rightwards-arrow::before{content:"\27AA";}
.mr-back-tilted-shadowed-white-rightwards-arrow::before{content:"\27AB";}
.mr-front-tilted-shadowed-white-rightwards-arrow::before{content:"\27AC";}
.mr-heavy-lower-right-shadowed-white-rightwards-arrow::before{content:"\27AD";}
.mr-heavy-upper-right-shadowed-white-rightwards-arrow::before{content:"\27AE";}
.mr-notched-lower-right-shadowed-white-rightwards-arrow::before{content:"\27AF";}
.mr-notched-upper-right-shadowed-white-rightwards-arrow::before{content:"\27B1";}
.mr-leftwards-bottom-shaded-white-arrow::before{content:"\1F8A0";}
.mr-rightwards-bottom-shaded-white-arrow::before{content:"\1F8A1";}
.mr-leftwards-top-shaded-white-arrow::before{content:"\1F8A2";}
.mr-rightwards-top-shaded-white-arrow::before{content:"\1F8A3";}
.mr-leftwards-left-shaded-white-arrow::before{content:"\1F8A4";}
.mr-rightwards-right-shaded-white-arrow::before{content:"\1F8A5";}
.mr-leftwards-right-shaded-white-arrow::before{content:"\1F8A6";}
.mr-rightwards-left-shaded-white-arrow::before{content:"\1F8A7";}
.mr-leftwards-back-tilted-shadowed-white-arrow::before{content:"\1F8A8";}
.mr-rightwards-back-tilted-shadowed-white-arrow::before{content:"\1F8A9";}
.mr-leftwards-front-tilted-shadowed-white-arrow::before{content:"\1F8AA";}
.mr-rightwards-front-tilted-shadowed-white-arrow::before{content:"\1F8AB";}
.mr-upwards-white-arrow-from-bar::before{content:"\21EA";}
.mr-upwards-white-arrow-on-pedestal::before{content:"\21EB";}
.mr-upwards-white-arrow-on-pedestal-with-horizontal-bar::before{content:"\21EC";}
.mr-upwards-white-arrow-on-pedestal-with-vertical-bar::before{content:"\21ED";}
.mr-upwards-white-double-arrow::before{content:"\21EE";}
.mr-upwards-white-double-arrow-on-pedestal::before{content:"\21EF";}
.mr-white-feathered-rightwards-arrow::before{content:"\27B3";}
.mr-black-feathered-rightwards-arrow::before{content:"\27B5";}
.mr-black-feathered-south-east-arrow::before{content:"\27B4";}
.mr-black-feathered-north-east-arrow::before{content:"\27B6";}
.mr-heavy-black-feathered-rightwards-arrow::before{content:"\27B8";}
.mr-heavy-black-feathered-south-east-arrow::before{content:"\27B7";}
.mr-heavy-black-feathered-north-east-arrow::before{content:"\27B9";}
.mr-heavy-rightwards-arrow::before{content:"\2799";}
.mr-heavy-south-east-arrow::before{content:"\2798";}
.mr-heavy-north-east-arrow::before{content:"\279A";}
.mr-open-outlined-rightwards-arrow::before{content:"\27BE";}
.mr-rightwards-white-arrow-from-wall::before{content:"\21F0";}
.mr-drafting-point-rightwards-arrow::before{content:"\279B";}
.mr-heavy-round-tipped-rightwards-arrow::before{content:"\279C";}
.mr-heavy-wide-headed-rightwards-arrow::before{content:"\2794";}
.mr-triangle-headed-rightwards-arrow::before{content:"\279D";}
.mr-heavy-triangle-headed-rightwards-arrow::before{content:"\279E";}
.mr-dashed-triangle-headed-rightwards-arrow::before{content:"\279F";}
.mr-heavy-dashed-triangle-headed-rightwards-arrow::before{content:"\27A0";}
.mr-heavy-black-curved-downwards-and-rightwards-arrow::before{content:"\27A5";}
.mr-heavy-black-curved-upwards-and-rightwards-arrow::before{content:"\27A6";}
.mr-squat-black-rightwards-arrow::before{content:"\27A7";}
.mr-heavy-concave-pointed-black-rightwards-arrow::before{content:"\27A8";}
.mr-circled-heavy-white-rightwards-arrow::before{content:"\27B2";}
.mr-three-d-top-lighted-rightwards-arrowhead::before{content:"\27A2";}
.mr-three-d-bottom-lighted-rightwards-arrowhead::before{content:"\27A3";}
.mr-black-rightwards-arrowhead::before{content:"\27A4";}
.mr-teardrop-barbed-rightwards-arrow::before{content:"\27BA";}
.mr-heavy-teardrop-shanked-rightwards-arrow::before{content:"\27BB";}
.mr-wedge-tailed-rightwards-arrow::before{content:"\27BC";}
.mr-heavy-wedge-tailed-rightwards-arrow::before{content:"\27BD";}
.mr-black-left-pointing-pointer::before{content:"\25C4";}
.mr-black-right-pointing-pointer::before{content:"\25BA";}
.mr-white-left-pointing-pointer::before{content:"\25C5";}
.mr-white-right-pointing-pointer::before{content:"\25BB";}
.mr-black-left-pointing-triangle::before{content:"\25C0";}
.mr-black-right-pointing-triangle::before{content:"\25B6";}
.mr-black-up-pointing-triangle::before{content:"\25B2";}
.mr-black-down-pointing-triangle::before{content:"\25BC";}
.mr-leftwards-triangle-arrowhead::before{content:"\1F890";}
.mr-rightwards-triangle-arrowhead::before{content:"\1F892";}
.mr-upwards-triangle-arrowhead::before{content:"\1F891";}
.mr-downwards-triangle-arrowhead::before{content:"\1F893";}
.mr-up-arrowhead::before{content:"\2303";}
.mr-down-arrowhead::before{content:"\2304";}
.mr-leftwards-white-arrow-within-triangle-arrowhead::before{content:"\1F894";}
.mr-rightwards-white-arrow-within-triangle-arrowhead::before{content:"\1F896";}
.mr-upwards-white-arrow-within-triangle-arrowhead::before{content:"\1F895";}
.mr-downwards-white-arrow-within-triangle-arrowhead::before{content:"\1F897";}
.mr-heavy-arrow-shaft-width-one::before{content:"\1F89C";}
.mr-heavy-arrow-shaft-width-two-thirds::before{content:"\1F89D";}
.mr-heavy-arrow-shaft-width-one-half::before{content:"\1F89E";}
.mr-heavy-arrow-shaft-width-one-third::before{content:"\1F89F";}
.mr-white-arrow-shaft-width-one::before{content:"\1F8AC";}
.mr-white-arrow-shaft-width-two-thirds::before{content:"\1F8AD";}
.mr-up-arrowhead-in-a-rectangle-box::before{content:"\2BB9";}
.mr-back-with-leftwards-arrow-above::before{content:"\1F519";}
.mr-end-with-leftwards-arrow-above::before{content:"\1F51A";}
.mr-on-with-exclamation-mark-with-left-right-arrow-above::before{content:"\1F51B";}
.mr-soon-with-rightwards-arrow-above::before{content:"\1F51C";}
.mr-top-with-upwards-arrow-above::before{content:"\1F51D";}
.mr-leftwards-finger-post-arrow::before{content:"\1F834";}
.mr-rightwards-finger-post-arrow::before{content:"\1F836";}
.mr-upwards-finger-post-arrow::before{content:"\1F835";}
.mr-downwards-finger-post-arrow::before{content:"\1F837";}
.mr-leftwards-compressed-arrow::before{content:"\1F83C";}
.mr-rightwards-compressed-arrow::before{content:"\1F83E";}
.mr-upwards-compressed-arrow::before{content:"\1F83D";}
.mr-downwards-compressed-arrow::before{content:"\1F83F";}
.mr-leftwards-heavy-compressed-arrow::before{content:"\1F840";}
.mr-upwards-heavy-compressed-arrow::before{content:"\1F841";}
.mr-rightwards-heavy-compressed-arrow::before{content:"\1F842";}
.mr-downwards-heavy-compressed-arrow::before{content:"\1F843";}
.mr-leftwards-heavy-arrow::before{content:"\1F844";}
.mr-rightwards-heavy-arrow::before{content:"\1F846";}
.mr-upwards-heavy-arrow::before{content:"\1F845";}
.mr-downwards-heavy-arrow::before{content:"\1F847";}
.mr-upwards-squared-arrow::before{content:"\1F839";}
.mr-downwards-squared-arrow::before{content:"\1F83B";}
.mr-leftwards-squared-arrow::before{content:"\1F838";}
.mr-rightwards-squared-arrow::before{content:"\1F83A";}
.mr-leftwards-arrow-with-notched-tail::before{content:"\1F898";}
.mr-rightwards-arrow-with-notched-tail::before{content:"\1F89A";}
.mr-upwards-arrow-with-notched-tail::before{content:"\1F899";}
.mr-downwards-arrow-with-notched-tail::before{content:"\1F89B";}
.mr-leftwards-arrow-with-small-triangle-arrowhead::before{content:"\1F800";}
.mr-rightwards-arrow-with-small-triangle-arrowhead::before{content:"\1F802";}
.mr-upwards-arrow-with-small-triangle-arrowhead::before{content:"\1F801";}
.mr-downwards-arrow-with-small-triangle-arrowhead::before{content:"\1F803";}
.mr-leftwards-arrow-with-medium-triangle-arrowhead::before{content:"\1F804";}
.mr-rightwards-arrow-with-medium-triangle-arrowhead::before{content:"\1F806";}
.mr-upwards-arrow-with-medium-triangle-arrowhead::before{content:"\1F805";}
.mr-downwards-arrow-with-medium-triangle-arrowhead::before{content:"\1F807";}
.mr-leftwards-arrow-with-large-triangle-arrowhead::before{content:"\1F808";}
.mr-rightwards-arrow-with-large-triangle-arrowhead::before{content:"\1F80A";}
.mr-upwards-arrow-with-large-triangle-arrowhead::before{content:"\1F809";}
.mr-downwards-arrow-with-large-triangle-arrowhead::before{content:"\1F80B";}
.mr-leftwards-arrow-with-small-equilateral-arrowhead::before{content:"\1F810";}
.mr-rightwards-arrow-with-small-equilateral-arrowhead::before{content:"\1F812";}
.mr-upwards-arrow-with-small-equilateral-arrowhead::before{content:"\1F811";}
.mr-downwards-arrow-with-small-equilateral-arrowhead::before{content:"\1F813";}
.mr-leftwards-arrow-with-equilateral-arrowhead::before{content:"\1F814";}
.mr-rightwards-arrow-with-equilateral-arrowhead::before{content:"\1F816";}
.mr-upwards-arrow-with-equilateral-arrowhead::before{content:"\1F815";}
.mr-downwards-arrow-with-equilateral-arrowhead::before{content:"\1F817";}
.mr-heavy-leftwards-arrow-with-equilateral-arrowhead::before{content:"\1F818";}
.mr-heavy-rightwards-arrow-with-equilateral-arrowhead::before{content:"\1F81A";}
.mr-heavy-upwards-arrow-with-equilateral-arrowhead::before{content:"\1F819";}
.mr-heavy-downwards-arrow-with-equilateral-arrowhead::before{content:"\1F81B";}
.mr-heavy-leftwards-arrow-with-large-equilateral-arrowhead::before{content:"\1F81C";}
.mr-heavy-rightwards-arrow-with-large-equilateral-arrowhead::before{content:"\1F81E";}
.mr-heavy-upwards-arrow-with-large-equilateral-arrowhead::before{content:"\1F81D";}
.mr-heavy-downwards-arrow-with-large-equilateral-arrowhead::before{content:"\1F81F";}
.mr-leftwards-triangle-headed-arrow-with-narrow-shaft::before{content:"\1F820";}
.mr-rightwards-triangle-headed-arrow-with-narrow-shaft::before{content:"\1F822";}
.mr-upwards-triangle-headed-arrow-with-very-heavy-shaft::before{content:"\1F831";}
.mr-downwards-triangle-headed-arrow-with-very-heavy-shaft::before{content:"\1F833";}
.mr-leftwards-triangle-headed-arrow-with-medium-shaft::before{content:"\1F824";}
.mr-rightwards-triangle-headed-arrow-with-medium-shaft::before{content:"\1F826";}
.mr-leftwards-triangle-headed-arrow-with-bold-shaft::before{content:"\1F828";}
.mr-rightwards-triangle-headed-arrow-with-bold-shaft::before{content:"\1F82A";}
.mr-leftwards-triangle-headed-arrow-with-heavy-shaft::before{content:"\1F82C";}
.mr-rightwards-triangle-headed-arrow-with-heavy-shaft::before{content:"\1F82E";}
.mr-leftwards-triangle-headed-arrow-with-very-heavy-shaft::before{content:"\1F830";}
.mr-rightwards-triangle-headed-arrow-with-very-heavy-shaft::before{content:"\1F832";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-leftwards-black-arrow::before{content:"\2B05";}
.mr-upwards-black-arrow::before{content:"\2B06";}
.mr-downwards-black-arrow::before{content:"\2B07";}
.mr-black-rightwards-arrow::before{content:"\27A1";}
.mr-rightwards-black-arrow::before{content:"\2B95";}
.mr-black-rightwards-arrow::before{content:"\27A1";}
.mr-rightwards-black-arrow::before{content:"\2B95";}
.mr-leftwards-arrow-with-double-vertical-stroke::before{content:"\21FA";}
.mr-rightwards-arrow-with-double-vertical-stroke::before{content:"\21FB";}
.mr-left-right-arrow-with-double-vertical-stroke::before{content:"\21FC";}
.mr-upwards-arrow-with-double-stroke::before{content:"\21DE";}
.mr-downwards-arrow-with-double-stroke::before{content:"\21DF";}
.mr-left-right-arrow-with-double-vertical-stroke::before{content:"\21FC";}
.mr-upwards-arrow-with-double-stroke::before{content:"\21DE";}
.mr-downwards-arrow-with-double-stroke::before{content:"\21DF";}
.mr-leftwards-arrow-with-double-vertical-stroke::before{content:"\21FA";}
.mr-rightwards-arrow-with-double-vertical-stroke::before{content:"\21FB";}
.mr-left-right-arrow-with-double-vertical-stroke::before{content:"\21FC";}
.mr-rightwards-arrow-above-short-leftwards-arrow::before{content:"\2942";}
.mr-leftwards-arrow-above-short-rightwards-arrow::before{content:"\2943";}
.mr-short-rightwards-arrow-above-leftwards-arrow::before{content:"\2944";}
.mr-short-rightwards-arrow-above-leftwards-arrow::before{content:"\2944";}
.mr-rightwards-arrow-with-corner-downwards::before{content:"\21B4";}
.mr-downwards-arrow-with-corner-leftwards::before{content:"\21B5";}
.mr-north-west-arrow-to-long-bar::before{content:"\21B8";}
.mr-leftwards-arrow-to-bar-over-rightwards-arrow-to-bar::before{content:"\21B9";}
.mr-top-arc-anticlockwise-arrow::before{content:"\293A";}
.mr-bottom-arc-anticlockwise-arrow::before{content:"\293B";}
.mr-top-arc-clockwise-arrow-with-minus::before{content:"\293C";}
.mr-top-arc-anticlockwise-arrow-with-plus::before{content:"\293D";}
.mr-south-west-arrow-and-north-west-arrow::before{content:"\292A";}
.mr-north-east-arrow-and-south-east-arrow::before{content:"\2928";}
.mr-north-west-arrow-and-north-east-arrow::before{content:"\2927";}
.mr-south-east-arrow-and-south-west-arrow::before{content:"\2929";}
.mr-south-east-arrow-crossing-north-east-arrow::before{content:"\292D";}
.mr-north-east-arrow-crossing-south-east-arrow::before{content:"\292E";}
.mr-falling-diagonal-crossing-north-east-arrow::before{content:"\292F";}
.mr-rising-diagonal-crossing-south-east-arrow::before{content:"\2930";}
.mr-north-east-arrow-crossing-north-west-arrow::before{content:"\2931";}
.mr-north-west-arrow-crossing-north-east-arrow::before{content:"\2932";}
.mr-leftwards-arrow::before{content:"\2190";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-upwards-arrow::before{content:"\2191";}
.mr-downwards-arrow::before{content:"\2193";}
.mr-leftwards-arrow-over-rightwards-arrow::before{content:"\21C6";}
.mr-rightwards-arrow-over-leftwards-arrow::before{content:"\21C4";}
.mr-upwards-arrow-leftwards-of-downwards-arrow::before{content:"\21C5";}
.mr-downwards-arrow-leftwards-of-upwards-arrow::before{content:"\21F5";}
.mr-anticlockwise-top-semicircle-arrow::before{content:"\21B6";}
.mr-clockwise-top-semicircle-arrow::before{content:"\21B7";}
.mr-lower-right-semicircular-clockwise-arrow::before{content:"\293E";}
.mr-lower-left-semicircular-anticlockwise-arrow::before{content:"\293F";}
.mr-right-side-arc-clockwise-arrow::before{content:"\2938";}
.mr-left-side-arc-anticlockwise-arrow::before{content:"\2939";}
.mr-top-arc-anticlockwise-arrow::before{content:"\293A";}
.mr-bottom-arc-anticlockwise-arrow::before{content:"\293B";}
.mr-leftwards-arrow-through-x::before{content:"\2B3E";}
.mr-rightwards-arrow-through-x::before{content:"\2947";}
.mr-left-arrow-with-circled-plus::before{content:"\2B32";}
.mr-right-arrow-with-circled-plus::before{content:"\27F4";}
.mr-long-leftwards-squiggle-arrow::before{content:"\2B33";}
.mr-long-rightwards-squiggle-arrow::before{content:"\27FF";}
.mr-three-leftwards-arrows::before{content:"\2B31";}
.mr-three-rightwards-arrows::before{content:"\21F6";}
.mr-face-with-tears-of-joy::before{content:"\1F602";}
.mr-thumbs-up-sign::before{content:"\1F44D";}
.mr-cherries::before{content:"\1F352";}
.mr-kiss-mark::before{content:"\1F48B";}
.mr-high-heeled-shoe::before{content:"\1F460";}
.mr-hocho::before{content:"\1F52A";}
.mr-headphone::before{content:"\1F3A7";}
.mr-pushpin::before{content:"\1F4CC";}
.mr-circus-tent::before{content:"\1F3AA";}
.mr-rabbit-face::before{content:"\1F430";}
.mr-lady-beetle::before{content:"\1F41E";}
.mr-cactus::before{content:"\1F335";}
.mr-basketball-and-hoop::before{content:"\1F3C0";}
.mr-black-chess-knight::before{content:"\265E";}
.mr-first-quarter-moon-with-face::before{content:"\1F31B";}
.mr-cloud-with-rain::before{content:"\1F327";}
.mr-no-entry::before{content:"\26D4";}
.mr-rocket::before{content:"\1F680";}
.mr-multiple-musical-notes::before{content:"\1F3B6";}
.mr-chequered-flag::before{content:"\1F3C1";}
.mr-interlocked-female-and-male-sign::before{content:"\26A4";}
.mr-black-star::before{content:"\2605";}
.mr-heavy-greek-cross::before{content:"\271A";}
.mr-skull-and-crossbones::before{content:"\2620";}
.mr-place-of-interest-sign::before{content:"\2318";}
.mr-wastebasket::before{content:"\1F5D1";}
.mr-alarm-clock::before{content:"\23F0";}
.mr-copyright-sign::before{content:"\A9";}
.mr-black-question-mark-ornament::before{content:"\2753";}
.mr-euro-sign::before{content:"\20AC";}
.mr-circled-digit-nine::before{content:"\2468";}
.mr-square-mm::before{content:"\339C";}
.mr-cjk-ideograph-5168::before{content:"\5168";}
.mr-cjk-ideograph-89d2::before{content:"\89D2";}
.mr-rightwards-arrow::before{content:"\2192";}
.mr-left-pointing-double-angle-quotation-mark::before{content:"\AB";}
.mr-right-pointing-double-angle-quotation-mark::before{content:"\BB";}
.mr-n-ary-summation::before{content:"\2211";}
.mr-double-struck-capital-r::before{content:"\211D";}
.mr-greek-small-letter-alpha::before{content:"\3B1";}
.mr-apl-functional-symbol-up-shoe-jot::before{content:"\235D";}
.mr-symbol-for-null::before{content:"\2400";}
.mr-egyptian-hieroglyph-d010::before{content:"\13080";}
.mr-box-drawings-double-vertical-and-horizontal::before{content:"\256C";}
.mr-square-with-upper-left-diagonal-half-black::before{content:"\25E9";} | 0.248534 | 0.053924 |
@font-face {
font-family: Poppins-Regular;
src: url("../fonts/Poppins-Regular.eot");
src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg"); }
@font-face {
font-family: Glyphicons Halflings;
src: url("../fonts/glyphicons-halflings-regular.eot");
src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular") format("svg"); }
.ico-pt, .ico-fc, .ico-sw, .ico-hw, .ico-nu, .ico-bi, .ico-cs, .ico-cw, .ico-av, .ico-ab, .ico-th, .ico-tm, .ico-ph, .ico-st, .ico-mind, .ico-body, .ico-soul {
float: left;
width: 30px;
height: 25px;
display: block;
margin-top: 6px;
margin-right: 5px; }
.ico-pt {
background: url("../img/ico/pt.png") no-repeat;
background-size: cover; }
.ico-fc {
background: url("../img/ico/fc.png") no-repeat;
background-size: cover; }
.ico-sw {
background: url("../img/ico/sw.png") no-repeat;
background-size: cover; }
.ico-hw {
background: url("../img/ico/hw.png") no-repeat;
background-size: cover; }
.ico-bi {
background: url("../img/ico/bi.png") no-repeat;
background-size: cover; }
.ico-nu {
background: url("../img/ico/nu.png") no-repeat;
background-size: cover; }
.ico-cw {
background: url("../img/ico/cw.png") no-repeat;
background-size: cover; }
.ico-tm {
background: url("../img/ico/tm.png") no-repeat;
background-size: cover; }
.ico-cs {
background: url("../img/ico/cs.png") no-repeat;
background-size: cover; }
.ico-ph {
background: url("../img/ico/ph.png") no-repeat;
background-size: cover; }
.ico-th {
background: url("../img/ico/th.png") no-repeat;
background-size: cover; }
.ico-ab {
background: url("../img/ico/ab.png") no-repeat;
background-size: cover; }
.ico-av {
background: url("../img/ico/av.png") no-repeat;
background-size: cover; }
.ico-st {
background: url("../img/ico/st.png") no-repeat;
background-size: cover; }
.ico-mind {
background: url("../img/ico/mind.png") no-repeat;
background-size: cover; }
.ico-body {
background: url("../img/ico/body.png") no-repeat;
background-size: cover; }
.ico-soul {
background: url("../img/ico/soul.png") no-repeat;
background-size: cover; }
#bgvideo {
position: fixed;
right: 0;
bottom: 0;
top: -75px;
min-width: 100%;
min-height: 100%;
z-index: 1; }
header {
position: relative;
top: 0;
z-index: 3;
width: 100%;
height: 83px;
box-sizing: border-box; }
header nav ul > li {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
padding-top: 0;
position: relative;
text-align: center; }
header nav ul > li > i {
display: inline-block;
position: relative; }
header nav ul > li > a {
color: white !important;
font-family: Poppins-Regular;
font-weight: 500;
font-style: normal;
font-size: 13px;
letter-spacing: 0.77px;
line-height: 58px;
text-transform: uppercase; }
header nav ul > li > a:hover {
margin-bottom: -2px;
border-bottom: 2px solid #ffffcc; }
header nav ul > li > ul > li > a:hover {
margin: 0 0 0 0;
border-bottom: none; }
header nav ul > li > a.nav-link > i {
font-size: 11px !important;
font-weight: normal; }
header nav ul > li > ul {
display: none;
margin-top: 2px;
margin-left: 3px; }
header nav ul > li:hover > ul {
padding: 0;
box-sizing: border-box;
display: block;
position: absolute;
width: 200px;
background: #fff;
transition: 0.3s ease;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-webkit-transform: translateX(-3px);
transform: translateX(-3px); }
header nav ul > li > ul > li:hover > ul {
padding: 0;
box-sizing: border-box;
display: block;
position: absolute;
width: 200px;
transition: 0.3s ease;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-webkit-transform: translateX(-3px);
transform: translateX(-3px);
margin-top: -30px;
margin-left: 288px;
line-height: 0;
background: white; }
header nav ul > li > ul > li {
width: 100%;
display: block;
text-align: left; }
header nav ul > li > ul > li > a {
left: 0;
line-height: 40px;
color: #000 !important; }
header nav ul > li > ul > li > a:hover {
text-decoration: none; }
header .navbar-nav {
box-sizing: border-box;
border-bottom: 2px solid rgba(255, 255, 255, 0.3); }
#content-box {
position: relative;
z-index: 2; }
#ModalFreeTrial .modal-title {
color: #ffffff; }
#ModalFreeTrial .modal-content {
background: rgba(0, 0, 0, 0.7); }
#ModalFreeTrial .modal-footer {
border: 0; }
/*# sourceMappingURL=home.css.map */ | assets/css/home.css | @font-face {
font-family: Poppins-Regular;
src: url("../fonts/Poppins-Regular.eot");
src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg"); }
@font-face {
font-family: Glyphicons Halflings;
src: url("../fonts/glyphicons-halflings-regular.eot");
src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular") format("svg"); }
.ico-pt, .ico-fc, .ico-sw, .ico-hw, .ico-nu, .ico-bi, .ico-cs, .ico-cw, .ico-av, .ico-ab, .ico-th, .ico-tm, .ico-ph, .ico-st, .ico-mind, .ico-body, .ico-soul {
float: left;
width: 30px;
height: 25px;
display: block;
margin-top: 6px;
margin-right: 5px; }
.ico-pt {
background: url("../img/ico/pt.png") no-repeat;
background-size: cover; }
.ico-fc {
background: url("../img/ico/fc.png") no-repeat;
background-size: cover; }
.ico-sw {
background: url("../img/ico/sw.png") no-repeat;
background-size: cover; }
.ico-hw {
background: url("../img/ico/hw.png") no-repeat;
background-size: cover; }
.ico-bi {
background: url("../img/ico/bi.png") no-repeat;
background-size: cover; }
.ico-nu {
background: url("../img/ico/nu.png") no-repeat;
background-size: cover; }
.ico-cw {
background: url("../img/ico/cw.png") no-repeat;
background-size: cover; }
.ico-tm {
background: url("../img/ico/tm.png") no-repeat;
background-size: cover; }
.ico-cs {
background: url("../img/ico/cs.png") no-repeat;
background-size: cover; }
.ico-ph {
background: url("../img/ico/ph.png") no-repeat;
background-size: cover; }
.ico-th {
background: url("../img/ico/th.png") no-repeat;
background-size: cover; }
.ico-ab {
background: url("../img/ico/ab.png") no-repeat;
background-size: cover; }
.ico-av {
background: url("../img/ico/av.png") no-repeat;
background-size: cover; }
.ico-st {
background: url("../img/ico/st.png") no-repeat;
background-size: cover; }
.ico-mind {
background: url("../img/ico/mind.png") no-repeat;
background-size: cover; }
.ico-body {
background: url("../img/ico/body.png") no-repeat;
background-size: cover; }
.ico-soul {
background: url("../img/ico/soul.png") no-repeat;
background-size: cover; }
#bgvideo {
position: fixed;
right: 0;
bottom: 0;
top: -75px;
min-width: 100%;
min-height: 100%;
z-index: 1; }
header {
position: relative;
top: 0;
z-index: 3;
width: 100%;
height: 83px;
box-sizing: border-box; }
header nav ul > li {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
padding-top: 0;
position: relative;
text-align: center; }
header nav ul > li > i {
display: inline-block;
position: relative; }
header nav ul > li > a {
color: white !important;
font-family: Poppins-Regular;
font-weight: 500;
font-style: normal;
font-size: 13px;
letter-spacing: 0.77px;
line-height: 58px;
text-transform: uppercase; }
header nav ul > li > a:hover {
margin-bottom: -2px;
border-bottom: 2px solid #ffffcc; }
header nav ul > li > ul > li > a:hover {
margin: 0 0 0 0;
border-bottom: none; }
header nav ul > li > a.nav-link > i {
font-size: 11px !important;
font-weight: normal; }
header nav ul > li > ul {
display: none;
margin-top: 2px;
margin-left: 3px; }
header nav ul > li:hover > ul {
padding: 0;
box-sizing: border-box;
display: block;
position: absolute;
width: 200px;
background: #fff;
transition: 0.3s ease;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-webkit-transform: translateX(-3px);
transform: translateX(-3px); }
header nav ul > li > ul > li:hover > ul {
padding: 0;
box-sizing: border-box;
display: block;
position: absolute;
width: 200px;
transition: 0.3s ease;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-webkit-transform: translateX(-3px);
transform: translateX(-3px);
margin-top: -30px;
margin-left: 288px;
line-height: 0;
background: white; }
header nav ul > li > ul > li {
width: 100%;
display: block;
text-align: left; }
header nav ul > li > ul > li > a {
left: 0;
line-height: 40px;
color: #000 !important; }
header nav ul > li > ul > li > a:hover {
text-decoration: none; }
header .navbar-nav {
box-sizing: border-box;
border-bottom: 2px solid rgba(255, 255, 255, 0.3); }
#content-box {
position: relative;
z-index: 2; }
#ModalFreeTrial .modal-title {
color: #ffffff; }
#ModalFreeTrial .modal-content {
background: rgba(0, 0, 0, 0.7); }
#ModalFreeTrial .modal-footer {
border: 0; }
/*# sourceMappingURL=home.css.map */ | 0.328206 | 0.046747 |
@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700);
body {
font-family: 'Lato', sans-serif;
}
.banner {
background-position: top center;
height: 265px;
background-color: #FFF;
}
.banner h1 span, h2 span {
background-color: rgba(255,255,255,0.8);
border-radius: 5px;
}
#bannerlogo {
background-color: #1F4963; /* nwoods blue */
font-weight: 900;
font-size: 120%;
color: white;
padding: 6px;
border-radius: 9px;
}
#toplogo {
background-color: #1F4963; /* nwoods blue */
font-weight: 900;
font-size: 120%;
color: white;
padding: 6px;
border-radius: 4px;
}
#bannertop {
background-image: url('../images/banner2.png');
background-repeat: no-repeat;
box-shadow: 0px 2px 5px #D3D3D3;
padding-top: 48px;
}
.img-thumbnail {
padding: 0px;
margin: 4px;
border: 0;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
border-radius: 2px;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover, a:focus {
color: #23527c;
text-decoration: none;
}
a:hover img {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
h1 {
font-size: 50px;
font-weight: bold;
}
#frontpage p {
font-size: 18px;
line-height: 1.5;
}
#footer {
background-color: #292c2f;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
box-sizing: border-box;
width: 100%;
padding: 25px 50px 50px 50px;
margin: 0px;
color: #ffffff;
}
#footer ul {
list-style: none;
margin-top: 20px;
}
#footer p {
font-size: 13px;
}
#footer h3 {
background-color: #1F4963; /* nwoods blue */
font-weight: 900;
font-size: 40px;
color: white;
padding: 6px;
border-radius: 6px;
display: inline-block;
text-align: center;
}
#navindex {
padding-left: 0px;
padding-right: 0px;
margin-bottom: 110px;
}
.navbar-inverse .navbar-nav > li > a {
color: white;
font-weight: bold;
}
.navbar-brand {
height: auto;
margin: 9px 10px;
padding: 6px;
}
.navbar-inverse .navbar-brand {
color: white;
}
.navbar-inverse .navbar-brand:hover {
background-color: #1F4963; /* nwoods blue */
}
.nav > li > a {
padding-left: 9px;
padding-right: 9px;
font-size: 14px;
}
.navbar {
border-radius: 0px;
border-width: 0px;
}
.navbar-right {
margin-right: 0px;
}
.nav li {
float: left;
line-height: 40px;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.nav li:hover {
background-color: #707070;
}
.sidebar-nav .navbar-collapse {
padding: 0px;
}
.buy {
background-color: #79C900;
}
.activate {
background-color: #00A9C9;
}
/* bootstrap override */
.container-fluid {
max-width: 1170px;
padding-left: inherit;
padding-right: inherit;
}
.container-fluid>.navbar-header {
margin-left: inherit;
margin-right: inherit;
}
.mt30 {
margin-top: 30px;
}
.mt70 {
margin-top: 70px;
}
.plr15 {
padding-left: 15px;
padding-right: 15px;
}
.footer {
text-align: right;
font-size: 10px;
}
/* used on learn pages */
.learn-container {
max-width: 940px;
padding-left: 15px;
padding-right: 15px;
}
.diagramStyling { /* intro */
background-color: #F8F8F8;
}
p.box {
padding: 15px;
}
/* Sidebar */
.sidebar-nav .navbar {
margin-bottom: 0px;
}
.classList {
width: 100%;
margin: 0;
}
.navbar-nav>li>a.selected { background: #707070; color: #FFF;}
.navbar-default .navbar-nav>li>a:hover { color: #FFF;}
/* used in api, intro, and samples pages */
#non-fixed-nav {
margin-bottom: 0px;
}
/* For the samples index.html */
.btn-tag {
background-color: #3E5264;
border-color: #3E5264;
border-bottom: 2px solid rgba(0, 0, 0, 0.15);
margin: 2px;
}
.btn-tag:hover {
background-color: #4E878B;
border-color: #4E878B;
border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.btn-selected-tag {
background-color: white;
border-color: #3E5264;
color: #3E5264;
border-bottom: 2px solid #354655;
margin: 2px;
}
.btn-selected-tag:hover {
background-color: white;
border-color: #3E5264;
color: #3E5264;
}
/* Samples, override Bootstrap settings for certain elements */
#samplesDiv h2 {
margin-top: 4px;
margin-bottom: 4px;
}
#samplesDiv p {
margin: 4px 4px 15px 4px
}
#sample {
padding-top: 15px;
}
#sample input[type=radio] {
margin: 3px 3px 0px 5px;
}
#sample input[type=range] {
display: inline-block;
width: auto;
}
#sample label {
margin-bottom: 0px;
font-weight: normal;
}
#sample pre {
font-size : 9pt;
}
#sample textarea {
font-family: monospace;
font-size: 9pt;
}
.samplespan {
position: absolute;
z-index: 99;
display: none;
left: 135px;
margin-top: -80px;
border: 2px solid gray;
height: 204px;
}
ul hr {
margin-top: 0px;
margin-bottom: 0px;
}
hr.changelog {
margin-top: 40px;
margin-bottom: 40px;
border-top: 4px solid #CCC;
}
/* BOOTSTRAP MEDIA BREAKPOINTS */
@media (min-width: 768px) {
a:not(.selected):hover .samplespan {
display: block; /* Only make screenshots visible when not collapsed and not selected */
}
.col-md-2 {
float: left;
width: 20%;
}
.col-md-10 {
float: left;
width: 80%;
}
.navbar>.container-fluid .navbar-brand {
margin-left: 10px;
}
.navbar-fixed-top .navbar-collapse {
padding-left: 15px;
padding-right: 15px;
}
#navindex {
max-width: 180px;
padding: 0px;
}
.sidebar-nav .navbar li {
float: none;
display: block;
}
.sidebar-nav .navbar li a {
padding-top: 1px;
padding-bottom: 1px;
}
}
@media (max-width: 767px) {
.navbar-collapse.collapse {
display: none !important;
}
.navbar-collapse.collapse.in {
display: block !important;
}
.navbar-header .collapse, .navbar-toggle {
display: block !important;
}
.navheader-container {
position: relative;
width: 100%;
height: 50px;
}
.navheader-container .navheader-collapse {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.navbar-nav {
margin: 7.5px 0px;
}
.couple {
display: inline-block;
}
} | public/org/assets/css/main.css | @import url(https://fonts.googleapis.com/css?family=Lato:400,900,700);
body {
font-family: 'Lato', sans-serif;
}
.banner {
background-position: top center;
height: 265px;
background-color: #FFF;
}
.banner h1 span, h2 span {
background-color: rgba(255,255,255,0.8);
border-radius: 5px;
}
#bannerlogo {
background-color: #1F4963; /* nwoods blue */
font-weight: 900;
font-size: 120%;
color: white;
padding: 6px;
border-radius: 9px;
}
#toplogo {
background-color: #1F4963; /* nwoods blue */
font-weight: 900;
font-size: 120%;
color: white;
padding: 6px;
border-radius: 4px;
}
#bannertop {
background-image: url('../images/banner2.png');
background-repeat: no-repeat;
box-shadow: 0px 2px 5px #D3D3D3;
padding-top: 48px;
}
.img-thumbnail {
padding: 0px;
margin: 4px;
border: 0;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
border-radius: 2px;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover, a:focus {
color: #23527c;
text-decoration: none;
}
a:hover img {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
h1 {
font-size: 50px;
font-weight: bold;
}
#frontpage p {
font-size: 18px;
line-height: 1.5;
}
#footer {
background-color: #292c2f;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
box-sizing: border-box;
width: 100%;
padding: 25px 50px 50px 50px;
margin: 0px;
color: #ffffff;
}
#footer ul {
list-style: none;
margin-top: 20px;
}
#footer p {
font-size: 13px;
}
#footer h3 {
background-color: #1F4963; /* nwoods blue */
font-weight: 900;
font-size: 40px;
color: white;
padding: 6px;
border-radius: 6px;
display: inline-block;
text-align: center;
}
#navindex {
padding-left: 0px;
padding-right: 0px;
margin-bottom: 110px;
}
.navbar-inverse .navbar-nav > li > a {
color: white;
font-weight: bold;
}
.navbar-brand {
height: auto;
margin: 9px 10px;
padding: 6px;
}
.navbar-inverse .navbar-brand {
color: white;
}
.navbar-inverse .navbar-brand:hover {
background-color: #1F4963; /* nwoods blue */
}
.nav > li > a {
padding-left: 9px;
padding-right: 9px;
font-size: 14px;
}
.navbar {
border-radius: 0px;
border-width: 0px;
}
.navbar-right {
margin-right: 0px;
}
.nav li {
float: left;
line-height: 40px;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.nav li:hover {
background-color: #707070;
}
.sidebar-nav .navbar-collapse {
padding: 0px;
}
.buy {
background-color: #79C900;
}
.activate {
background-color: #00A9C9;
}
/* bootstrap override */
.container-fluid {
max-width: 1170px;
padding-left: inherit;
padding-right: inherit;
}
.container-fluid>.navbar-header {
margin-left: inherit;
margin-right: inherit;
}
.mt30 {
margin-top: 30px;
}
.mt70 {
margin-top: 70px;
}
.plr15 {
padding-left: 15px;
padding-right: 15px;
}
.footer {
text-align: right;
font-size: 10px;
}
/* used on learn pages */
.learn-container {
max-width: 940px;
padding-left: 15px;
padding-right: 15px;
}
.diagramStyling { /* intro */
background-color: #F8F8F8;
}
p.box {
padding: 15px;
}
/* Sidebar */
.sidebar-nav .navbar {
margin-bottom: 0px;
}
.classList {
width: 100%;
margin: 0;
}
.navbar-nav>li>a.selected { background: #707070; color: #FFF;}
.navbar-default .navbar-nav>li>a:hover { color: #FFF;}
/* used in api, intro, and samples pages */
#non-fixed-nav {
margin-bottom: 0px;
}
/* For the samples index.html */
.btn-tag {
background-color: #3E5264;
border-color: #3E5264;
border-bottom: 2px solid rgba(0, 0, 0, 0.15);
margin: 2px;
}
.btn-tag:hover {
background-color: #4E878B;
border-color: #4E878B;
border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.btn-selected-tag {
background-color: white;
border-color: #3E5264;
color: #3E5264;
border-bottom: 2px solid #354655;
margin: 2px;
}
.btn-selected-tag:hover {
background-color: white;
border-color: #3E5264;
color: #3E5264;
}
/* Samples, override Bootstrap settings for certain elements */
#samplesDiv h2 {
margin-top: 4px;
margin-bottom: 4px;
}
#samplesDiv p {
margin: 4px 4px 15px 4px
}
#sample {
padding-top: 15px;
}
#sample input[type=radio] {
margin: 3px 3px 0px 5px;
}
#sample input[type=range] {
display: inline-block;
width: auto;
}
#sample label {
margin-bottom: 0px;
font-weight: normal;
}
#sample pre {
font-size : 9pt;
}
#sample textarea {
font-family: monospace;
font-size: 9pt;
}
.samplespan {
position: absolute;
z-index: 99;
display: none;
left: 135px;
margin-top: -80px;
border: 2px solid gray;
height: 204px;
}
ul hr {
margin-top: 0px;
margin-bottom: 0px;
}
hr.changelog {
margin-top: 40px;
margin-bottom: 40px;
border-top: 4px solid #CCC;
}
/* BOOTSTRAP MEDIA BREAKPOINTS */
@media (min-width: 768px) {
a:not(.selected):hover .samplespan {
display: block; /* Only make screenshots visible when not collapsed and not selected */
}
.col-md-2 {
float: left;
width: 20%;
}
.col-md-10 {
float: left;
width: 80%;
}
.navbar>.container-fluid .navbar-brand {
margin-left: 10px;
}
.navbar-fixed-top .navbar-collapse {
padding-left: 15px;
padding-right: 15px;
}
#navindex {
max-width: 180px;
padding: 0px;
}
.sidebar-nav .navbar li {
float: none;
display: block;
}
.sidebar-nav .navbar li a {
padding-top: 1px;
padding-bottom: 1px;
}
}
@media (max-width: 767px) {
.navbar-collapse.collapse {
display: none !important;
}
.navbar-collapse.collapse.in {
display: block !important;
}
.navbar-header .collapse, .navbar-toggle {
display: block !important;
}
.navheader-container {
position: relative;
width: 100%;
height: 50px;
}
.navheader-container .navheader-collapse {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.navbar-nav {
margin: 7.5px 0px;
}
.couple {
display: inline-block;
}
} | 0.380183 | 0.124319 |
a:hover,
a:active,
a:focus {
color: #06d0d7;
}
.theme-color, .hover-color:hover, .hover-color:focus, .navigation .dropdown-menu li a:hover, .navigation .dropdown-menu li a:focus,
.breadcrumb-menubar > li > a:hover, .breadcrumb-menubar > li > a:focus{
color: #06d0d7;
}
.caption-text .video-icon.fa:hover, .caption-text .video-icon.fa:focus,
.caption-text.style-2 .theme-btn:hover, .caption-text.style-2 .theme-btn:focus, .caption-text.style-3 .theme-btn:hover,
.caption-text.style-3 .theme-btn:focus, .caption-text .form-group .submit-btn, .caption-text.style-3 .form-group .submit-btn{
background: #06d0d7;
}
.theme-btn, .theme-color-bg, .login-register li a:hover, .login-register li a:focus,.theme-tabs ul li.current a,.theme-btn-1:hover, .theme-btn-1:focus,.video-icon.fa,
.price-box:hover .theme-btn-2,.price-box:focus .theme-btn-2,.tag-preview,
.widget-wrap.tag-cloud a:hover,.widget-wrap.tag-cloud a:focus, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .to-top,
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover,
.post-next:hover, .post-previous:hover, .post-next:focus, .post-previous:focus, .form-submit > input[type="submit"]{
background-color: #06d0d7;
}
.theme-btn:hover,.theme-btn:focus, .theme-btn-big:hover,.theme-btn-big:focus,
.donation-wrap .theme-btn:hover,.donation-wrap .theme-btn:focus, .form-submit > input[type="submit"]:hover, .form-submit > input[type="submit"]:focus{
border-color: #06d0d7;
color: #06d0d7;
background-color: #fff;
}
.slider-form .submit-btn,.video-icon.fa,.price-box:hover .theme-btn-2,.price-box:focus .theme-btn-2,
.title-devider .line-1, .theme-btn-1:hover, .theme-btn-1:focus, .widget-wrap.tag-cloud a:hover,.widget-wrap.tag-cloud a:focus,
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover, .pagination > li > a:focus, .pagination > li > a:hover,
.pagination > li > span:focus, .pagination > li > span:hover, .post-next:hover, .post-previous:hover, .post-next:focus, .post-previous:focus,.form-submit > input[type="submit"]{
border-color: #06d0d7;
}
.theme-color-mask{
background: rgba(6, 208, 215,0.8);
}
/*------------------------Theme Colors Ends------------------------ */ | app/upload/static/assets/css/multicolors/theme-blue-3.css | a:hover,
a:active,
a:focus {
color: #06d0d7;
}
.theme-color, .hover-color:hover, .hover-color:focus, .navigation .dropdown-menu li a:hover, .navigation .dropdown-menu li a:focus,
.breadcrumb-menubar > li > a:hover, .breadcrumb-menubar > li > a:focus{
color: #06d0d7;
}
.caption-text .video-icon.fa:hover, .caption-text .video-icon.fa:focus,
.caption-text.style-2 .theme-btn:hover, .caption-text.style-2 .theme-btn:focus, .caption-text.style-3 .theme-btn:hover,
.caption-text.style-3 .theme-btn:focus, .caption-text .form-group .submit-btn, .caption-text.style-3 .form-group .submit-btn{
background: #06d0d7;
}
.theme-btn, .theme-color-bg, .login-register li a:hover, .login-register li a:focus,.theme-tabs ul li.current a,.theme-btn-1:hover, .theme-btn-1:focus,.video-icon.fa,
.price-box:hover .theme-btn-2,.price-box:focus .theme-btn-2,.tag-preview,
.widget-wrap.tag-cloud a:hover,.widget-wrap.tag-cloud a:focus, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .to-top,
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover,
.post-next:hover, .post-previous:hover, .post-next:focus, .post-previous:focus, .form-submit > input[type="submit"]{
background-color: #06d0d7;
}
.theme-btn:hover,.theme-btn:focus, .theme-btn-big:hover,.theme-btn-big:focus,
.donation-wrap .theme-btn:hover,.donation-wrap .theme-btn:focus, .form-submit > input[type="submit"]:hover, .form-submit > input[type="submit"]:focus{
border-color: #06d0d7;
color: #06d0d7;
background-color: #fff;
}
.slider-form .submit-btn,.video-icon.fa,.price-box:hover .theme-btn-2,.price-box:focus .theme-btn-2,
.title-devider .line-1, .theme-btn-1:hover, .theme-btn-1:focus, .widget-wrap.tag-cloud a:hover,.widget-wrap.tag-cloud a:focus,
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover, .pagination > li > a:focus, .pagination > li > a:hover,
.pagination > li > span:focus, .pagination > li > span:hover, .post-next:hover, .post-previous:hover, .post-next:focus, .post-previous:focus,.form-submit > input[type="submit"]{
border-color: #06d0d7;
}
.theme-color-mask{
background: rgba(6, 208, 215,0.8);
}
/*------------------------Theme Colors Ends------------------------ */ | 0.360827 | 0.046378 |
.chart-wrapper {
max-width: 800px; /*Overwritten by the JS*/
min-width: 304px;
height: : 700; /* David test*/
margin-bottom: 8px;
background-color: #FAF7F7;
}
.chart-wrapper .inner-wrapper {
position: relative;
padding-bottom: 50%; /*Overwritten by the JS*/
width: 100%;
}
.chart-wrapper .outer-box {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.chart-wrapper .inner-box {
width: 100%;
height: 100%;
}
.chart-wrapper text {
font-family: sans-serif;
font-size: 13px;
}
.chart-wrapper .axis path,
.chart-wrapper .axis line {
fill: none;
stroke: #888;
stroke-width: 2px;
shape-rendering: crispEdges;
}
.chart-wrapper .y.axis .tick line {
stroke: lightgrey;
opacity: 0.6;
stroke-dasharray: 2,1;
stroke-width: 1;
shape-rendering: crispEdges;
}
.chart-wrapper .x.axis .domain {
display: none;
}
.chart-wrapper div.tooltip {
position: absolute;
text-align: left;
padding: 3px;
font: 12px sans-serif;
background: lightcyan;
border: 0px;
border-radius: 1px;
pointer-events: none;
opacity: 0.7;
}
/*Box Plot*/
.chart-wrapper .box-plot .box {
fill-opacity: 0.4;
stroke-width: 2;
}
.chart-wrapper .box-plot line {
stroke-width: 2px;
}
.chart-wrapper .box-plot circle {
fill: white;
stroke: black;
}
.chart-wrapper .box-plot .median {
stroke: black;
}
.chart-wrapper .box-plot circle.median {
/*the script makes the circles the same color as the box, you can override this in the js*/
fill: white !important;
}
.chart-wrapper .box-plot .mean {
stroke: white;
stroke-dasharray: 2,1;
stroke-width: 1px;
}
@media (max-width:500px){
.chart-wrapper .box-plot circle {display: none;}
}
/*Violin Plot*/
.chart-wrapper .violin-plot .area {
shape-rendering: geometricPrecision;
opacity: 0.4;
}
.chart-wrapper .violin-plot .line {
fill: none;
stroke-width: 2px;
shape-rendering: geometricPrecision;
}
/*Notch Plot*/
.chart-wrapper .notch-plot .notch {
fill-opacity: 0.4;
stroke-width: 2;
}
/* Point Plots*/
.chart-wrapper .points-plot .point {
stroke: black;
stroke-width: 1px;
}
.chart-wrapper .metrics-lines {
stroke-width: 4px;
}
/* Non-Chart Styles for demo*/
.chart-options {
min-width: 200px;
font-size: 13px;
font-family: sans-serif;
}
.chart-options button {
margin: 3px;
padding: 3px;
font-size: 12px;
}
.chart-options p {
display: inline;
}
@media (max-width:500px){
.chart-options p {display: block;}
} | public/js/d3/css/violin.css | .chart-wrapper {
max-width: 800px; /*Overwritten by the JS*/
min-width: 304px;
height: : 700; /* David test*/
margin-bottom: 8px;
background-color: #FAF7F7;
}
.chart-wrapper .inner-wrapper {
position: relative;
padding-bottom: 50%; /*Overwritten by the JS*/
width: 100%;
}
.chart-wrapper .outer-box {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.chart-wrapper .inner-box {
width: 100%;
height: 100%;
}
.chart-wrapper text {
font-family: sans-serif;
font-size: 13px;
}
.chart-wrapper .axis path,
.chart-wrapper .axis line {
fill: none;
stroke: #888;
stroke-width: 2px;
shape-rendering: crispEdges;
}
.chart-wrapper .y.axis .tick line {
stroke: lightgrey;
opacity: 0.6;
stroke-dasharray: 2,1;
stroke-width: 1;
shape-rendering: crispEdges;
}
.chart-wrapper .x.axis .domain {
display: none;
}
.chart-wrapper div.tooltip {
position: absolute;
text-align: left;
padding: 3px;
font: 12px sans-serif;
background: lightcyan;
border: 0px;
border-radius: 1px;
pointer-events: none;
opacity: 0.7;
}
/*Box Plot*/
.chart-wrapper .box-plot .box {
fill-opacity: 0.4;
stroke-width: 2;
}
.chart-wrapper .box-plot line {
stroke-width: 2px;
}
.chart-wrapper .box-plot circle {
fill: white;
stroke: black;
}
.chart-wrapper .box-plot .median {
stroke: black;
}
.chart-wrapper .box-plot circle.median {
/*the script makes the circles the same color as the box, you can override this in the js*/
fill: white !important;
}
.chart-wrapper .box-plot .mean {
stroke: white;
stroke-dasharray: 2,1;
stroke-width: 1px;
}
@media (max-width:500px){
.chart-wrapper .box-plot circle {display: none;}
}
/*Violin Plot*/
.chart-wrapper .violin-plot .area {
shape-rendering: geometricPrecision;
opacity: 0.4;
}
.chart-wrapper .violin-plot .line {
fill: none;
stroke-width: 2px;
shape-rendering: geometricPrecision;
}
/*Notch Plot*/
.chart-wrapper .notch-plot .notch {
fill-opacity: 0.4;
stroke-width: 2;
}
/* Point Plots*/
.chart-wrapper .points-plot .point {
stroke: black;
stroke-width: 1px;
}
.chart-wrapper .metrics-lines {
stroke-width: 4px;
}
/* Non-Chart Styles for demo*/
.chart-options {
min-width: 200px;
font-size: 13px;
font-family: sans-serif;
}
.chart-options button {
margin: 3px;
padding: 3px;
font-size: 12px;
}
.chart-options p {
display: inline;
}
@media (max-width:500px){
.chart-options p {display: block;}
} | 0.521959 | 0.063919 |
/*style reset*/
*{
padding:0; margin:0; font-family:arial;
}
.wp{width:960px; margin:0 auto;}
li{list-style:none;}
img{border:none;}
a{text-decoration:none;}
body{background:white;}
.top {width:960px; height:40px; margin:0 auto; position:fixed; top:0; left:50%; margin-left:-480px; background:#fff; z-index:10000 }.search{float:left;}
.top_bar{float:right;}
.top_bar li{float:left; height:30px; font-size:15px;line-height:30px;}
.top_bar li{
display: inline;height: 30px;
}
.top_bar li a{
display: inline-block; padding: 0 10px; height: 40px; line-height: 40px;
color: #515151; font-family: arial; font-size: 10px;
}
.top_bar li a:hover{
color:#999A9F
}
.header{width:960px; height:150px; margin:40px auto 0;line-height:30px;line-height:30px;
color: #515151; position: relative;}
.header li{ text-align: center; padding-top: 60px; font-size: 30px; font-family:;}
ul.nav{ width:960px; height:60px; background:white;margin:0 auto}
ul.nav li{display:inline; height:30px;}
ul.nav li a{display:inline-block; padding:0 35px; height:60px; line-height:60px;
color:#515151; font-family:"arial"; font-size:13px;}
ul.nav li a:hover{color:#999a9f}
a {
color: #666;
text-decoration: none;
}
body {
padding: 20px;
color: #666;
}
.fl{
float: left;
}
.fr {
float: right;
}
table {
border-collapse: collapse;
border-spacing: 0;
border: 0;
text-align: center;
width: 937px;
margin: 30px;
}
th {
background: white;
border-top: 1px solid #AAAAAA;
height: 30px;
color: #515151;
font-style: bold;
font-size: 13px;
}
td {
padding: 10px;
color: #515151;
}
tbody tr:hover {
background:#CCCCCC;
}
.checkbox {
width: 60px;
}
.goods {
width: 300px;
}
.goods span {
width: 180px;
margin-top: 20px;
text-align: left;
float: left;
}
.price {
width: 130px;
}
.count {
width: 90px;
}
.count .add, .count input, .count .reduce {
float: left;
margin-right: -1px;
position: relative;
z-index: 0;
}
.count .add, .count .reduce {
height: 23px;
width: 17px;
border: 1px solid #e5e5e5;
background: #f0f0f0;
text-align: center;
line-height: 23px;
color: #444;
}
.count .add:hover, .count .reduce:hover {
color: #515151;
z-index: 3;
border-color: #515151;
cursor: pointer;
}
.count input {
width: 50px;
height: 15px;
line-height: 15px;
border: 1px solid #aaa;
color: #343434;
text-align: center;
padding: 4px 0;
background-color: #fff;
z-index: 2;
}
.subtotal {
width: 150px;
color: #515151;
font-weight: bold;
}
.operation {
width: 80px;
}
.operation span:hover, a:hover {
cursor: pointer;
color: #AAAAAA;
text-decoration: underline;
}
.shopping_cart{
margin:auto;
}
.shopping_cart img {
width: 80px;
height: 100px;
/*border: 1px solid #ccc;*/
margin-right: 10px;
float: left;
align="center"
}
.foot {
width: 935px;
margin-top: 10px;
color: #666;
height: 48px;
position: relative;
z-index: 8;
}
.foot div, .foot a {
line-height: 48px;
height: 48px;
}
.foot .select-all {
width: 100px;
height: 48px;
line-height: 48px;
padding-left: 5px;
color: #666;
}
.foot .closing {
border-left: 1px solid #c8c8c8;
width: 100px;
text-align: center;
color: #515151;
font-weight: bold;
cursor: pointer;
}
.foot .total{
margin: 0 20px;
cursor: pointer;
}
.foot #priceTotal, .foot #selectedTotal {
color:#515151;
font-weight: bold;
}
.foot .selected {
cursor: pointer;
}
.foot .selected .arrow {
position: relative;
top:-3px;
margin-left: 3px;
}
.foot .selected .down {
position: relative;
top:3px;
display: none;
}
.show .selected .down {
display: inline;
}
.show .selected .up {
display: none;
}
.foot .selected:hover .arrow {
color: #515151;
}
.foot .selected-view {
width: 935px;
border: 1px solid #c8c8c8;
position: absolute;
height: auto;
background: #ffffff;
z-index: 9;
bottom: 48px;
left: -1px;
display:none;
}
.show .selected-view {
display: block;
}
.foot .selected-view div{
height: auto;
}
.foot .selected-view .arrow {
font-size: 16px;
line-height: 100%;
color:#c8c8c8;
position: absolute;
right: 330px;
bottom: -9px;
}
.foot .selected-view .arrow span {
color: #ffffff;
position: absolute;
left: 0px;
bottom: 1px;
}
#selectedViewList {
padding: 20px;
margin-bottom: -20px;
}
#selectedViewList div{
display: inline-block;
position: relative;
width: 100px;
height: 80px;
border: 1px solid #ccc;
margin: 10px;
}
#selectedViewList div span {
display: none;
color: #ffffff;
font-size: 12px;
position: absolute;
top: 0px;
right: 0px;
width: 60px;
height: 18px;
line-height: 18px;
text-align: center;
background: RGBA(0,0,0,.5);
cursor: pointer;
}
#selectedViewList div:hover span {
display: block;
}
.top .top_logo{position:absolute; left:445px; top:-40px; z-index:1000;}
.center{align="center"} | src/main/resources/public/share_shop 4/WebRoot/css/5.css |
/*style reset*/
*{
padding:0; margin:0; font-family:arial;
}
.wp{width:960px; margin:0 auto;}
li{list-style:none;}
img{border:none;}
a{text-decoration:none;}
body{background:white;}
.top {width:960px; height:40px; margin:0 auto; position:fixed; top:0; left:50%; margin-left:-480px; background:#fff; z-index:10000 }.search{float:left;}
.top_bar{float:right;}
.top_bar li{float:left; height:30px; font-size:15px;line-height:30px;}
.top_bar li{
display: inline;height: 30px;
}
.top_bar li a{
display: inline-block; padding: 0 10px; height: 40px; line-height: 40px;
color: #515151; font-family: arial; font-size: 10px;
}
.top_bar li a:hover{
color:#999A9F
}
.header{width:960px; height:150px; margin:40px auto 0;line-height:30px;line-height:30px;
color: #515151; position: relative;}
.header li{ text-align: center; padding-top: 60px; font-size: 30px; font-family:;}
ul.nav{ width:960px; height:60px; background:white;margin:0 auto}
ul.nav li{display:inline; height:30px;}
ul.nav li a{display:inline-block; padding:0 35px; height:60px; line-height:60px;
color:#515151; font-family:"arial"; font-size:13px;}
ul.nav li a:hover{color:#999a9f}
a {
color: #666;
text-decoration: none;
}
body {
padding: 20px;
color: #666;
}
.fl{
float: left;
}
.fr {
float: right;
}
table {
border-collapse: collapse;
border-spacing: 0;
border: 0;
text-align: center;
width: 937px;
margin: 30px;
}
th {
background: white;
border-top: 1px solid #AAAAAA;
height: 30px;
color: #515151;
font-style: bold;
font-size: 13px;
}
td {
padding: 10px;
color: #515151;
}
tbody tr:hover {
background:#CCCCCC;
}
.checkbox {
width: 60px;
}
.goods {
width: 300px;
}
.goods span {
width: 180px;
margin-top: 20px;
text-align: left;
float: left;
}
.price {
width: 130px;
}
.count {
width: 90px;
}
.count .add, .count input, .count .reduce {
float: left;
margin-right: -1px;
position: relative;
z-index: 0;
}
.count .add, .count .reduce {
height: 23px;
width: 17px;
border: 1px solid #e5e5e5;
background: #f0f0f0;
text-align: center;
line-height: 23px;
color: #444;
}
.count .add:hover, .count .reduce:hover {
color: #515151;
z-index: 3;
border-color: #515151;
cursor: pointer;
}
.count input {
width: 50px;
height: 15px;
line-height: 15px;
border: 1px solid #aaa;
color: #343434;
text-align: center;
padding: 4px 0;
background-color: #fff;
z-index: 2;
}
.subtotal {
width: 150px;
color: #515151;
font-weight: bold;
}
.operation {
width: 80px;
}
.operation span:hover, a:hover {
cursor: pointer;
color: #AAAAAA;
text-decoration: underline;
}
.shopping_cart{
margin:auto;
}
.shopping_cart img {
width: 80px;
height: 100px;
/*border: 1px solid #ccc;*/
margin-right: 10px;
float: left;
align="center"
}
.foot {
width: 935px;
margin-top: 10px;
color: #666;
height: 48px;
position: relative;
z-index: 8;
}
.foot div, .foot a {
line-height: 48px;
height: 48px;
}
.foot .select-all {
width: 100px;
height: 48px;
line-height: 48px;
padding-left: 5px;
color: #666;
}
.foot .closing {
border-left: 1px solid #c8c8c8;
width: 100px;
text-align: center;
color: #515151;
font-weight: bold;
cursor: pointer;
}
.foot .total{
margin: 0 20px;
cursor: pointer;
}
.foot #priceTotal, .foot #selectedTotal {
color:#515151;
font-weight: bold;
}
.foot .selected {
cursor: pointer;
}
.foot .selected .arrow {
position: relative;
top:-3px;
margin-left: 3px;
}
.foot .selected .down {
position: relative;
top:3px;
display: none;
}
.show .selected .down {
display: inline;
}
.show .selected .up {
display: none;
}
.foot .selected:hover .arrow {
color: #515151;
}
.foot .selected-view {
width: 935px;
border: 1px solid #c8c8c8;
position: absolute;
height: auto;
background: #ffffff;
z-index: 9;
bottom: 48px;
left: -1px;
display:none;
}
.show .selected-view {
display: block;
}
.foot .selected-view div{
height: auto;
}
.foot .selected-view .arrow {
font-size: 16px;
line-height: 100%;
color:#c8c8c8;
position: absolute;
right: 330px;
bottom: -9px;
}
.foot .selected-view .arrow span {
color: #ffffff;
position: absolute;
left: 0px;
bottom: 1px;
}
#selectedViewList {
padding: 20px;
margin-bottom: -20px;
}
#selectedViewList div{
display: inline-block;
position: relative;
width: 100px;
height: 80px;
border: 1px solid #ccc;
margin: 10px;
}
#selectedViewList div span {
display: none;
color: #ffffff;
font-size: 12px;
position: absolute;
top: 0px;
right: 0px;
width: 60px;
height: 18px;
line-height: 18px;
text-align: center;
background: RGBA(0,0,0,.5);
cursor: pointer;
}
#selectedViewList div:hover span {
display: block;
}
.top .top_logo{position:absolute; left:445px; top:-40px; z-index:1000;}
.center{align="center"} | 0.296552 | 0.064713 |
.content__introduction {
width: 60%;
margin: 0 auto var(--size-12);
text-align: center;
color: var(--white);
font-weight: var(--font-medium);
font-size: var(--scale-1);
}
/* Forms shared styles */
.form {
width: 80%;
margin: 0 auto;
}
.form__group {
margin-bottom: var(--size-4);
}
.form__group--with-button {
text-align: center;
margin-top: var(--size-8);
}
.form__button {
padding: var(--size-3) var(--size-6);
font-weight: var(--font-bold);
font-size: var(--scale-1);
color: var(--white);
border: none;
border-radius: var(--radius-xs);
background-color: var(--blue);
}
.form__button:is(:focus-visible, :active) {
background-color: var(--blue-100);
outline: none;
}
.form__label {
display: inline-block;
margin-bottom: var(--size-1);
color: var(--white);
font-size: var(--scale-1);
font-weight: var(--font-bold);
}
.form__input {
display: block;
width: 100%;
padding: var(--size-3) var(--size-4);
font-family: inherit;
font-size: var(--scale-1);
color: var(--white);
background-color: var(--black-900);
border: none;
border-radius: var(--radius-xs);
}
.form__input::placeholder {
color: var(--purple);
}
.form__input:is(:focus-visible, :active) {
outline: none;
}
.form__input--error {
outline: var(--size-px) solid var(--red);
}
.form__error {
display: inline-block;
margin: var(--size-1) 0 0;
font-size: var(--scale-0);
color: var(--red);
}
.form__generic-error {
padding: var(--size-2);
margin-bottom: var(--size-5);
border-radius: var(--radius-xs);
background-color: var(--red);
text-align: center;
color: var(--white);
font-weight: var(--font-semibold);
font-size: var(--scale-0);
}
.form__inline-inputs {
display: flex;
gap: var(--size-2);
font-size: var(--scale-00);
font-weight: var(--font-bold);
text-align: center;
color: var(--white);
}
.form__inline-inputs input {
margin-bottom: var(--size-1);
text-align: center;
font-size: var(--scale-00);
}
.form__label--inline {
margin-bottom: var(--size-2);
}
.form__error--inline {
display: block;
margin-bottom: var(--size-2);
} | ui/assets/css/pages/forms.css | .content__introduction {
width: 60%;
margin: 0 auto var(--size-12);
text-align: center;
color: var(--white);
font-weight: var(--font-medium);
font-size: var(--scale-1);
}
/* Forms shared styles */
.form {
width: 80%;
margin: 0 auto;
}
.form__group {
margin-bottom: var(--size-4);
}
.form__group--with-button {
text-align: center;
margin-top: var(--size-8);
}
.form__button {
padding: var(--size-3) var(--size-6);
font-weight: var(--font-bold);
font-size: var(--scale-1);
color: var(--white);
border: none;
border-radius: var(--radius-xs);
background-color: var(--blue);
}
.form__button:is(:focus-visible, :active) {
background-color: var(--blue-100);
outline: none;
}
.form__label {
display: inline-block;
margin-bottom: var(--size-1);
color: var(--white);
font-size: var(--scale-1);
font-weight: var(--font-bold);
}
.form__input {
display: block;
width: 100%;
padding: var(--size-3) var(--size-4);
font-family: inherit;
font-size: var(--scale-1);
color: var(--white);
background-color: var(--black-900);
border: none;
border-radius: var(--radius-xs);
}
.form__input::placeholder {
color: var(--purple);
}
.form__input:is(:focus-visible, :active) {
outline: none;
}
.form__input--error {
outline: var(--size-px) solid var(--red);
}
.form__error {
display: inline-block;
margin: var(--size-1) 0 0;
font-size: var(--scale-0);
color: var(--red);
}
.form__generic-error {
padding: var(--size-2);
margin-bottom: var(--size-5);
border-radius: var(--radius-xs);
background-color: var(--red);
text-align: center;
color: var(--white);
font-weight: var(--font-semibold);
font-size: var(--scale-0);
}
.form__inline-inputs {
display: flex;
gap: var(--size-2);
font-size: var(--scale-00);
font-weight: var(--font-bold);
text-align: center;
color: var(--white);
}
.form__inline-inputs input {
margin-bottom: var(--size-1);
text-align: center;
font-size: var(--scale-00);
}
.form__label--inline {
margin-bottom: var(--size-2);
}
.form__error--inline {
display: block;
margin-bottom: var(--size-2);
} | 0.567697 | 0.123392 |
.backpack-container {
position: absolute;
position: fixed;
z-index: 200;
top: 95px;
padding-top: 20px;
left: 0px;
right: 0;
margin: 0 auto;
margin-right: 90px;
margin-left: 90px;
height: 100vh;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(36vh, 1fr));
grid-auto-rows: 45vh;
grid-column-gap: 1vh;
overflow: scroll;
}
.backpack-container::-webkit-scrollbar {
width: 10px;
}
.backpack-container::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.116);
}
.backpack-container::-webkit-scrollbar-corner {
visibility: hidden;
}
.pokeball-backpack {
position: absolute;
display: flex;
flex-direction: column;
justify-content: space-between;
margin-top: 18vh;
height: 50vh;
transition: 0.3s ease-in-out;
}
.backpack-pokemon {
max-width: 20vh;
min-height: 15vh;
max-height: 15vh;
}
.delete-btn {
position: relative;
width: auto;
height: 2.5vh;
top: -28vh;
left: 37vh;
}
.pokedex-top {
width: 28vh;
height: 15vh;
position: relative;
top: 8vh;
transition: 0.3s ease-in-out;
z-index: 120;
}
.pokedex-bottom {
position: relative;
width: 28vh;
height: 15vh;
bottom: 8vh;
pointer-events: none;
transition: 0.3s ease-in-out;
z-index: 120;
}
.pokedex-name {
width: 92%;
text-align: center;
position: absolute;
margin: 48px auto;
z-index: 49;
color: white;
font-weight: 400;
font-size: 4vh;
margin-left: 1vh;
top: 25vh;
text-transform: uppercase;
transition: 0.3s ease-in-out;
opacity: 0;
}
.hologram-bg {
position: absolute;
background: linear-gradient(
0deg,
rgba(41, 241, 232, 1) 0%,
rgba(41, 200, 241, 0.17690826330532217) 79%
);
border: 1px solid cyan;
width: 26vh;
height: 20vh;
top: 120px;
left: 0.8vh;
transition: 0.3s ease-in-out;
z-index: 50;
}
.pokeball-backpack:hover > .pokedex-top {
transition: 0.3s ease-in-out;
top: 0vh;
}
.pokeball-backpack:hover > .pokedex-bottom {
transition: 0.3s ease-in-out;
bottom: 0vh;
}
.pokeball-backpack:hover > .hologram-bg {
transition: 0.3s ease-in-out;
height: 35vh;
top: 100px;
opacity: 0.3;
}
.pokeball-backpack:hover > .pokedex-name {
transition: 0.3s ease-in-out;
opacity: 1;
} | src/components/Backpack.css | .backpack-container {
position: absolute;
position: fixed;
z-index: 200;
top: 95px;
padding-top: 20px;
left: 0px;
right: 0;
margin: 0 auto;
margin-right: 90px;
margin-left: 90px;
height: 100vh;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(36vh, 1fr));
grid-auto-rows: 45vh;
grid-column-gap: 1vh;
overflow: scroll;
}
.backpack-container::-webkit-scrollbar {
width: 10px;
}
.backpack-container::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.116);
}
.backpack-container::-webkit-scrollbar-corner {
visibility: hidden;
}
.pokeball-backpack {
position: absolute;
display: flex;
flex-direction: column;
justify-content: space-between;
margin-top: 18vh;
height: 50vh;
transition: 0.3s ease-in-out;
}
.backpack-pokemon {
max-width: 20vh;
min-height: 15vh;
max-height: 15vh;
}
.delete-btn {
position: relative;
width: auto;
height: 2.5vh;
top: -28vh;
left: 37vh;
}
.pokedex-top {
width: 28vh;
height: 15vh;
position: relative;
top: 8vh;
transition: 0.3s ease-in-out;
z-index: 120;
}
.pokedex-bottom {
position: relative;
width: 28vh;
height: 15vh;
bottom: 8vh;
pointer-events: none;
transition: 0.3s ease-in-out;
z-index: 120;
}
.pokedex-name {
width: 92%;
text-align: center;
position: absolute;
margin: 48px auto;
z-index: 49;
color: white;
font-weight: 400;
font-size: 4vh;
margin-left: 1vh;
top: 25vh;
text-transform: uppercase;
transition: 0.3s ease-in-out;
opacity: 0;
}
.hologram-bg {
position: absolute;
background: linear-gradient(
0deg,
rgba(41, 241, 232, 1) 0%,
rgba(41, 200, 241, 0.17690826330532217) 79%
);
border: 1px solid cyan;
width: 26vh;
height: 20vh;
top: 120px;
left: 0.8vh;
transition: 0.3s ease-in-out;
z-index: 50;
}
.pokeball-backpack:hover > .pokedex-top {
transition: 0.3s ease-in-out;
top: 0vh;
}
.pokeball-backpack:hover > .pokedex-bottom {
transition: 0.3s ease-in-out;
bottom: 0vh;
}
.pokeball-backpack:hover > .hologram-bg {
transition: 0.3s ease-in-out;
height: 35vh;
top: 100px;
opacity: 0.3;
}
.pokeball-backpack:hover > .pokedex-name {
transition: 0.3s ease-in-out;
opacity: 1;
} | 0.619356 | 0.047426 |
@-moz-document domain("fitocracy.com"){
form label, .field label { color:#666666 !important;}
body #wrapper { background-color: #111111 !important; }
.main-content-column { background-color: #111113 !important; }
.stream-item-content { color: #EEEEEE !important;}
.stream-status { color: #999999 !important;}
.list-item-title { color: #7B9BAC !important;}
.stream-author { color: #7B9BAC !important;}
.user_comment .social_row .give-comment-prop, .user_comment .social_row span::after { color: #7B9BAC !important; }
.user_comment .comment-content span { color: #999999 !important;}
.user_comment .comment-content span a { color: #7B9BB1 !important;}
.main-content-section-title { color: #7B9BB1 !important;}
.big-logo-panel {background-color: #555555 !important; }
.small-logo-panel {background-color: #555555 !important; }
.user_comment > div { color: #EEEEEE !important;}
.multi-select-filter-menu .header { color: #7B9BB1 !important; }
header { background-color: #111111 !important;}
#big-day { color: #7B9BB1 !important; }
table.ldrbrd .ranking { color: #7B9BB1 !important;}
.entity-list table th { color: #7B9BB1 !important;}
.data-table .description { color: #7B9BB1 !important;}
.action_prompt { color: #EEEEEE !important;}
.action_detail > li { color: #EEEEEE !important;}
.action_detail .stream_note { color : #999999 !important;}
.stream_item .headline-emphasis {color: #53CACF !important;}
.callout, .shout-bubble { background-color: #222222 !important;}
html {color: #7B9BB1 !important;}
a {color: #6F94DB;}
#global_notification_bubble > div { line-height: 15px !important; min-width: 30px !important;}
#global_notifications > a { color: #EEEEEE !important;}
.widget {background-color: #111111 !important;}
.widget.gray {box-shadow: 0 0 0 12px #555555 !important;}
#message_container {box-shadow: 0 0 0 10px #333,0 0 0 11px black !important;}
#message_container.collapsed textarea {background-color:#111111 !important;}
#global_notifications ul a:hover, #global_notifications ul a:hover span {background-color: #000000 !important;}
#global_notifications ul a {color:#EEEEEE !important; background-color: #666666 !important;}
#global_notifications ul li a {background-color:#333333 !important;}
table.ldrbrd tbody tr.ldrbrd-user-highlight {
background: #3B4B50 !important;}
.widget.gray.has-drop-shadow > .white-border-wrapper {box-shadow: 0 0 0 12px #3F3F3F !important;}
.user-list .name { color: #EEEEEE !important;}
.progressbar-container { color: #EEEEEE !important;}
.widget.gray .secondary { color: #999999 !important;}
.widget-color-section.blue { color: #EEEEEE !important; background-color: #333333 !important;}
#activity-search-container { background-color:#333333 !important;}
.major-header.dark { color: #EEEEEE !important;}
.vert-nav li a.current, .vert-nav li a:hover { background-color: #333333 !important;}
.block-links a:hover, .block-links a.confirmed { background-color: #333333 !important;}
.stream-status.with-image { background-color: #333333 !important;}
.multi-select-filter-menu li a.toggled, .multi-select-filter-menu li a:hover { background-color: #000000 !important;}
.entry-item { background-color: #222222 !important;}
.activity-form li span { color: #999999 !important;}
.entry-note-container { background-color: #555555 !important; color: #EEEEEE !important;}
.tab-nav li a.current, .tab-nav li a:hover { background: #000000 !important;}
.edit-set-number a:hover { color: #EEEEEE !important;}
.remove-link:hover { color: #EEEEEE !important;}
.dropdown-menu-sidebar-column .create-group { background-color: #333333 !important;}
table.ldrbrd th { background-color: #333333 !important; color: #EEEEEE !important;}
p.marketing-body { color: #333333 !important;}
#hero-form-wrapper .section-label { color: #EEEEEE !important;}
#user_settings strong, .logged-out-form strong, .form-actions strong, .static-content strong { color: #EEEEEE !important;}
#duel-header { background-color: #000000 !important;}
.duel-nav-container { background-color: #000000 !important;}
.card-front .card-footer { background-color: #182020 !important;}
.card-footer .emphasis { color: #EEEEEE !important;}
#stream-item-modal .right .text { color: #EEEEEE !important;}
#stream-item-modal .header .username { color: #7B9BB1 !important;}
#stream-item-modal .link { background-color: #000000 !important;}
#about-container .misc-info { background-color: #111111 !important;}
} | data/usercss/94345.user.css | @-moz-document domain("fitocracy.com"){
form label, .field label { color:#666666 !important;}
body #wrapper { background-color: #111111 !important; }
.main-content-column { background-color: #111113 !important; }
.stream-item-content { color: #EEEEEE !important;}
.stream-status { color: #999999 !important;}
.list-item-title { color: #7B9BAC !important;}
.stream-author { color: #7B9BAC !important;}
.user_comment .social_row .give-comment-prop, .user_comment .social_row span::after { color: #7B9BAC !important; }
.user_comment .comment-content span { color: #999999 !important;}
.user_comment .comment-content span a { color: #7B9BB1 !important;}
.main-content-section-title { color: #7B9BB1 !important;}
.big-logo-panel {background-color: #555555 !important; }
.small-logo-panel {background-color: #555555 !important; }
.user_comment > div { color: #EEEEEE !important;}
.multi-select-filter-menu .header { color: #7B9BB1 !important; }
header { background-color: #111111 !important;}
#big-day { color: #7B9BB1 !important; }
table.ldrbrd .ranking { color: #7B9BB1 !important;}
.entity-list table th { color: #7B9BB1 !important;}
.data-table .description { color: #7B9BB1 !important;}
.action_prompt { color: #EEEEEE !important;}
.action_detail > li { color: #EEEEEE !important;}
.action_detail .stream_note { color : #999999 !important;}
.stream_item .headline-emphasis {color: #53CACF !important;}
.callout, .shout-bubble { background-color: #222222 !important;}
html {color: #7B9BB1 !important;}
a {color: #6F94DB;}
#global_notification_bubble > div { line-height: 15px !important; min-width: 30px !important;}
#global_notifications > a { color: #EEEEEE !important;}
.widget {background-color: #111111 !important;}
.widget.gray {box-shadow: 0 0 0 12px #555555 !important;}
#message_container {box-shadow: 0 0 0 10px #333,0 0 0 11px black !important;}
#message_container.collapsed textarea {background-color:#111111 !important;}
#global_notifications ul a:hover, #global_notifications ul a:hover span {background-color: #000000 !important;}
#global_notifications ul a {color:#EEEEEE !important; background-color: #666666 !important;}
#global_notifications ul li a {background-color:#333333 !important;}
table.ldrbrd tbody tr.ldrbrd-user-highlight {
background: #3B4B50 !important;}
.widget.gray.has-drop-shadow > .white-border-wrapper {box-shadow: 0 0 0 12px #3F3F3F !important;}
.user-list .name { color: #EEEEEE !important;}
.progressbar-container { color: #EEEEEE !important;}
.widget.gray .secondary { color: #999999 !important;}
.widget-color-section.blue { color: #EEEEEE !important; background-color: #333333 !important;}
#activity-search-container { background-color:#333333 !important;}
.major-header.dark { color: #EEEEEE !important;}
.vert-nav li a.current, .vert-nav li a:hover { background-color: #333333 !important;}
.block-links a:hover, .block-links a.confirmed { background-color: #333333 !important;}
.stream-status.with-image { background-color: #333333 !important;}
.multi-select-filter-menu li a.toggled, .multi-select-filter-menu li a:hover { background-color: #000000 !important;}
.entry-item { background-color: #222222 !important;}
.activity-form li span { color: #999999 !important;}
.entry-note-container { background-color: #555555 !important; color: #EEEEEE !important;}
.tab-nav li a.current, .tab-nav li a:hover { background: #000000 !important;}
.edit-set-number a:hover { color: #EEEEEE !important;}
.remove-link:hover { color: #EEEEEE !important;}
.dropdown-menu-sidebar-column .create-group { background-color: #333333 !important;}
table.ldrbrd th { background-color: #333333 !important; color: #EEEEEE !important;}
p.marketing-body { color: #333333 !important;}
#hero-form-wrapper .section-label { color: #EEEEEE !important;}
#user_settings strong, .logged-out-form strong, .form-actions strong, .static-content strong { color: #EEEEEE !important;}
#duel-header { background-color: #000000 !important;}
.duel-nav-container { background-color: #000000 !important;}
.card-front .card-footer { background-color: #182020 !important;}
.card-footer .emphasis { color: #EEEEEE !important;}
#stream-item-modal .right .text { color: #EEEEEE !important;}
#stream-item-modal .header .username { color: #7B9BB1 !important;}
#stream-item-modal .link { background-color: #000000 !important;}
#about-container .misc-info { background-color: #111111 !important;}
} | 0.147034 | 0.078678 |
:root {
--background-color: white;
--text-primary: black;
--text-secondary: #bbb;
--nav-opaque: rgb(255, 255, 255, 1);
--nav-transparent: rgb(255, 255, 255, 0);
--selection-background: #030303;
--selection-text: #fff;
--highlight-color: #e5e5e5;
--box-shadow: rgba(0, 0, 0, 0.18);
--box-background: var(--background-color);
/* --link-background: #e5e5e5; */
--link-background: #FDF3C5;
--link-text: var(--text-primary);
}
[data-theme="dark"] {
--background-color: #050505;
--text-primary: #D4D4D4;
--text-secondary: #737373;
--nav-opaque: rgb(5, 5, 5, 1);
--nav-transparent: rgb(5, 5, 5, 0);
--selection-background: #fff;
--selection-text: #030303;
--highlight-color: #F49E0B;
--box-shadow: rgba(255, 255, 255, 0);
--box-background: var(--background-color);
--link-background: #f5f5f533;
--link-text: var(--background-color);
}
::selection {
background: var(--selection-background);
color: var(--selection-text);
}
::-moz-selection {
background: var(--selection-background);
color: var(--selection-text);
}
* {
vertical-align: baseline;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
*, *:before, *:after {
box-sizing: inherit;
}
html {
font-size: 16px;
line-height: 1.5rem;
font-family: "Rubik", sans-serif;
box-sizing: border-box;
}
body {
background-color: var(--background-color);
color: var(--text-primary);
overflow-x: hidden;
min-height: 100vh;
padding-bottom: 80px;
}
a {
color: inherit;
cursor: pointer;
text-decoration: none;
}
img {
width: 100%;
}
h1,
h2 {
font-weight: bold;
margin-bottom: 0.9rem;
text-align: center;
}
h1:not(:first-child),
h2:not(:first-child) {
margin-top: 3rem;
}
h1 {
font-size: 1.625rem;
font-weight: bold;
line-height: 2.5rem;
}
.center {
text-align: center;
align-items: center;
}
.name {
font-size: 2rem;
margin-bottom: 0rem;
}
.pronounce {
color: var(--text-secondary);
}
h2 {
font-size: 1.625rem;
line-height: 2.5rem;
}
p,
ul,
li,
dl {
margin-bottom: 0.9rem;
}
dt {
display: block;
margin-top: 0.9rem;
}
dt:before {
content: "";
display: block;
margin-top: 0.9rem;
}
dd {
display: block;
}
mark {
background-color: var(--highlight-color);
text-align: center;
padding: 2px 0;
}
dt a {
pointer-events: auto;
position: relative;
z-index: -1;
background: var(--link-background);
}
/* links on home page have a gray background */
.home a {
background: var(--link-background);
}
.home a:after {
display: none !important;
}
.home a:hover {
background: var(--highlight-color);
color: var(--link-text);
}
dt a:after,
li a:after {
display: none;
}
dt a:hover:after,
li a:hover:after {
display: none;
}
a {
position: relative;
display: inline-block;
}
a:after {
content: "";
display: block;
position: absolute;
background: var(--text-primary);
height: 1px;
width: 100%;
bottom: 0px;
}
ol,
ul,
dl {
list-style: none;
}
em,
i {
font-style: italic;
}
strong,
b {
font-weight: 700;
}
.me {
max-width: 300px;
margin-bottom: 10px;
}
.list-bullets dd {
display:list-item !important;
list-style-type: square !important;
}
.wrapper {
margin: 0 auto;
max-width: 60rem;
padding: 1.5rem 1.5rem 0 1.5rem;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 100vh;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
main {
font-size: 1.1rem;
line-height: 1.5rem;
}
.experience-list {
position: relative;
z-index: 1;
pointer-events: none;
}
.box {
margin-top: 24px;
margin-bottom: 4rem;
padding: 2rem;
position: relative;
border: 1px solid var(--text-secondary);
background-color: var(--box-background);
-webkit-box-shadow: -0.75rem 0.75rem 0 var(--box-shadow);
box-shadow: -0.75rem 0.75rem 0 var(--box-shadow);
}
.projects .box:hover {
border: 1px solid var(--text-secondary);
cursor: pointer;
}
.projects {
display: grid;
grid-template-columns: 25% 25% 25% 25%;
/* grid-auto-rows: 1fr; */
width: 100%;
}
.projects .box {
padding: 10px 14px;
/* Remove box styling surrounding elements */
margin-bottom: 0px;
box-shadow: none;
border: 1px solid var(--background-color);
}
/* Single row layout on mobile screens */
@media screen and (max-device-width: 480px) {
.projects {
display: block;
}
.projects .box:not(:first-child) {
margin-left: 0px;
}
}
.row .box:not(:first-child),
.column:not(:first-child) {
margin-left: 20px;
}
.hidden {
visibility: hidden;
}
.mt-4 {
margin-top: 4rem;
}
.art p, .projects p {
margin-top: 0.5rem;
color: var(--text-secondary);
font-size: 0.85rem;
line-height: 1rem;
}
.projects .box a {
width: 100%;
height: 100%;
}
.projects .box a:after {
display: none;
color: var(--text-primary);
}
.projects .name {
font-size: 0.95rem;
color: var(--text-primary);
}
.projects .name a:after {
display: none;
}
.projects .stack {
display: flex;
}
.projects p {
margin: 5px 0;
}
.projects .stack p {
margin-right: 2px;
}
.ml-p5 {
padding-left: 0.5rem;
/* color: var(--text-primary) !important; */
}
.small {
font-size: 0.85rem;
line-height: 1rem;
}
.header img {
height: 70px;
width: auto;
}
nav .links {
top: 0;
right: 0;
position: fixed;
margin: 0px 20px;
z-index: 100;
text-align: right;
padding: 20px 0;
}
nav .logo {
top: 0;
left: 0;
position: fixed;
margin: 0px 0px;
z-index: 100;
font-weight: bold ;
/* White to transparent vertical gradient */
background: rgb(255, 255, 255);
background: linear-gradient(180deg, var(--nav-opaque) 50%, var(--nav-transparent) 100%);
padding: 20px 0 60px 0;
width: 100%;
}
nav a {
margin-left: 13px;
text-decoration: none;
}
nav a::after {
background: none;
}
nav .logo a {
border: 1px solid var(--text-primary);
padding: 4px 4px;
-webkit-box-shadow: -4px 4px 0 var(--box-shadow);
box-shadow: -4px 4px 0 var(--box-shadow);
}
nav .links a {
padding: 4px 0px;
}
nav .logo a:hover {
margin-top: -2px;
/* background: var(--highlight-color); */
/* color: var(--link-text) */
}
nav .links a:hover:after {
background: var(--text-primary);
}
footer {
margin-top: 40px;
}
footer i {
font-size: 16px !important;
margin-top: 4px;
margin-left: 5px;
}
footer a:after {
display: none;
}
footer .left {
float: left;
max-width: calc(50% - 10px);
}
footer .right {
float: right;
text-align: right;
max-width: calc(50% - 10px);
}
.checkbox {
text-align: center;
}
/* images checkbox */
.checkbox input[type=checkbox]{
background: grey;
border: none;
margin: 0 14px;
}
.checkbox input:checked {
background: #F49E0B;
}
.info img {
width: 18px;
height: 18px;
float: left;
border-radius: 50%;
margin-right: 5px;
}
.tags {
display: flex;
}
.tags .tag {
background: var(--link-background);
color: var(--link-text);
padding: 0 4px;
margin-right: 5px;
}
.lotus {
height: 30px !important;
width: 30px !important;
margin-bottom: -8px; /* forgive me css gods */
}
.search {
text-align: center;
margin: 5px 14px 5px 14px;
/* border: 1px solid var(--text-secondary); */
}
.search input {
padding: 5px 14px;
background: var(--background-color) !important;
color: var(--text-primary);
text-align: center;
max-width: 500px;
border: 1px solid var(--text-secondary);
width: 100%;
box-shadow: inset 0px 0px 0px 0px red;
}
.search:hover {
outline-width: 0px;
}
.filters {
padding: 5px 10px;
text-align: center;
margin-top: 1.2rem;
}
.filters button {
margin: 4px 4px;
padding: 4px 10px;
text-transform: capitalize;
background: var(--background-color);
border: 1px solid var(--text-secondary);
color: var(--text-primary)
}
.filter-active {
background: var(--text-secondary) !important;
color: var(--link-text) !important;
} | src/assets/css/index.css | :root {
--background-color: white;
--text-primary: black;
--text-secondary: #bbb;
--nav-opaque: rgb(255, 255, 255, 1);
--nav-transparent: rgb(255, 255, 255, 0);
--selection-background: #030303;
--selection-text: #fff;
--highlight-color: #e5e5e5;
--box-shadow: rgba(0, 0, 0, 0.18);
--box-background: var(--background-color);
/* --link-background: #e5e5e5; */
--link-background: #FDF3C5;
--link-text: var(--text-primary);
}
[data-theme="dark"] {
--background-color: #050505;
--text-primary: #D4D4D4;
--text-secondary: #737373;
--nav-opaque: rgb(5, 5, 5, 1);
--nav-transparent: rgb(5, 5, 5, 0);
--selection-background: #fff;
--selection-text: #030303;
--highlight-color: #F49E0B;
--box-shadow: rgba(255, 255, 255, 0);
--box-background: var(--background-color);
--link-background: #f5f5f533;
--link-text: var(--background-color);
}
::selection {
background: var(--selection-background);
color: var(--selection-text);
}
::-moz-selection {
background: var(--selection-background);
color: var(--selection-text);
}
* {
vertical-align: baseline;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
*, *:before, *:after {
box-sizing: inherit;
}
html {
font-size: 16px;
line-height: 1.5rem;
font-family: "Rubik", sans-serif;
box-sizing: border-box;
}
body {
background-color: var(--background-color);
color: var(--text-primary);
overflow-x: hidden;
min-height: 100vh;
padding-bottom: 80px;
}
a {
color: inherit;
cursor: pointer;
text-decoration: none;
}
img {
width: 100%;
}
h1,
h2 {
font-weight: bold;
margin-bottom: 0.9rem;
text-align: center;
}
h1:not(:first-child),
h2:not(:first-child) {
margin-top: 3rem;
}
h1 {
font-size: 1.625rem;
font-weight: bold;
line-height: 2.5rem;
}
.center {
text-align: center;
align-items: center;
}
.name {
font-size: 2rem;
margin-bottom: 0rem;
}
.pronounce {
color: var(--text-secondary);
}
h2 {
font-size: 1.625rem;
line-height: 2.5rem;
}
p,
ul,
li,
dl {
margin-bottom: 0.9rem;
}
dt {
display: block;
margin-top: 0.9rem;
}
dt:before {
content: "";
display: block;
margin-top: 0.9rem;
}
dd {
display: block;
}
mark {
background-color: var(--highlight-color);
text-align: center;
padding: 2px 0;
}
dt a {
pointer-events: auto;
position: relative;
z-index: -1;
background: var(--link-background);
}
/* links on home page have a gray background */
.home a {
background: var(--link-background);
}
.home a:after {
display: none !important;
}
.home a:hover {
background: var(--highlight-color);
color: var(--link-text);
}
dt a:after,
li a:after {
display: none;
}
dt a:hover:after,
li a:hover:after {
display: none;
}
a {
position: relative;
display: inline-block;
}
a:after {
content: "";
display: block;
position: absolute;
background: var(--text-primary);
height: 1px;
width: 100%;
bottom: 0px;
}
ol,
ul,
dl {
list-style: none;
}
em,
i {
font-style: italic;
}
strong,
b {
font-weight: 700;
}
.me {
max-width: 300px;
margin-bottom: 10px;
}
.list-bullets dd {
display:list-item !important;
list-style-type: square !important;
}
.wrapper {
margin: 0 auto;
max-width: 60rem;
padding: 1.5rem 1.5rem 0 1.5rem;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 100vh;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
main {
font-size: 1.1rem;
line-height: 1.5rem;
}
.experience-list {
position: relative;
z-index: 1;
pointer-events: none;
}
.box {
margin-top: 24px;
margin-bottom: 4rem;
padding: 2rem;
position: relative;
border: 1px solid var(--text-secondary);
background-color: var(--box-background);
-webkit-box-shadow: -0.75rem 0.75rem 0 var(--box-shadow);
box-shadow: -0.75rem 0.75rem 0 var(--box-shadow);
}
.projects .box:hover {
border: 1px solid var(--text-secondary);
cursor: pointer;
}
.projects {
display: grid;
grid-template-columns: 25% 25% 25% 25%;
/* grid-auto-rows: 1fr; */
width: 100%;
}
.projects .box {
padding: 10px 14px;
/* Remove box styling surrounding elements */
margin-bottom: 0px;
box-shadow: none;
border: 1px solid var(--background-color);
}
/* Single row layout on mobile screens */
@media screen and (max-device-width: 480px) {
.projects {
display: block;
}
.projects .box:not(:first-child) {
margin-left: 0px;
}
}
.row .box:not(:first-child),
.column:not(:first-child) {
margin-left: 20px;
}
.hidden {
visibility: hidden;
}
.mt-4 {
margin-top: 4rem;
}
.art p, .projects p {
margin-top: 0.5rem;
color: var(--text-secondary);
font-size: 0.85rem;
line-height: 1rem;
}
.projects .box a {
width: 100%;
height: 100%;
}
.projects .box a:after {
display: none;
color: var(--text-primary);
}
.projects .name {
font-size: 0.95rem;
color: var(--text-primary);
}
.projects .name a:after {
display: none;
}
.projects .stack {
display: flex;
}
.projects p {
margin: 5px 0;
}
.projects .stack p {
margin-right: 2px;
}
.ml-p5 {
padding-left: 0.5rem;
/* color: var(--text-primary) !important; */
}
.small {
font-size: 0.85rem;
line-height: 1rem;
}
.header img {
height: 70px;
width: auto;
}
nav .links {
top: 0;
right: 0;
position: fixed;
margin: 0px 20px;
z-index: 100;
text-align: right;
padding: 20px 0;
}
nav .logo {
top: 0;
left: 0;
position: fixed;
margin: 0px 0px;
z-index: 100;
font-weight: bold ;
/* White to transparent vertical gradient */
background: rgb(255, 255, 255);
background: linear-gradient(180deg, var(--nav-opaque) 50%, var(--nav-transparent) 100%);
padding: 20px 0 60px 0;
width: 100%;
}
nav a {
margin-left: 13px;
text-decoration: none;
}
nav a::after {
background: none;
}
nav .logo a {
border: 1px solid var(--text-primary);
padding: 4px 4px;
-webkit-box-shadow: -4px 4px 0 var(--box-shadow);
box-shadow: -4px 4px 0 var(--box-shadow);
}
nav .links a {
padding: 4px 0px;
}
nav .logo a:hover {
margin-top: -2px;
/* background: var(--highlight-color); */
/* color: var(--link-text) */
}
nav .links a:hover:after {
background: var(--text-primary);
}
footer {
margin-top: 40px;
}
footer i {
font-size: 16px !important;
margin-top: 4px;
margin-left: 5px;
}
footer a:after {
display: none;
}
footer .left {
float: left;
max-width: calc(50% - 10px);
}
footer .right {
float: right;
text-align: right;
max-width: calc(50% - 10px);
}
.checkbox {
text-align: center;
}
/* images checkbox */
.checkbox input[type=checkbox]{
background: grey;
border: none;
margin: 0 14px;
}
.checkbox input:checked {
background: #F49E0B;
}
.info img {
width: 18px;
height: 18px;
float: left;
border-radius: 50%;
margin-right: 5px;
}
.tags {
display: flex;
}
.tags .tag {
background: var(--link-background);
color: var(--link-text);
padding: 0 4px;
margin-right: 5px;
}
.lotus {
height: 30px !important;
width: 30px !important;
margin-bottom: -8px; /* forgive me css gods */
}
.search {
text-align: center;
margin: 5px 14px 5px 14px;
/* border: 1px solid var(--text-secondary); */
}
.search input {
padding: 5px 14px;
background: var(--background-color) !important;
color: var(--text-primary);
text-align: center;
max-width: 500px;
border: 1px solid var(--text-secondary);
width: 100%;
box-shadow: inset 0px 0px 0px 0px red;
}
.search:hover {
outline-width: 0px;
}
.filters {
padding: 5px 10px;
text-align: center;
margin-top: 1.2rem;
}
.filters button {
margin: 4px 4px;
padding: 4px 10px;
text-transform: capitalize;
background: var(--background-color);
border: 1px solid var(--text-secondary);
color: var(--text-primary)
}
.filter-active {
background: var(--text-secondary) !important;
color: var(--link-text) !important;
} | 0.598312 | 0.153867 |
@charset "UTF-8";
/**
* Colors
*/
/**
* Breakpoints & Media Queries
*/
/**
* SCSS Variables.
*
* Please use variables from this sheet to ensure consistency across the UI.
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
*/
/**
* Colors
*/
/**
* Fonts & basic variables.
*/
/**
* Grid System.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
*/
/**
* Dimensions.
*/
/**
* Shadows.
*/
/**
* Editor widths.
*/
/**
* Block & Editor UI.
*/
/**
* Block paddings.
*/
/**
* React Native specific.
* These variables do not appear to be used anywhere else.
*/
/**
* Breakpoint mixins
*/
/**
* Long content fade mixin
*
* Creates a fading overlay to signify that the content is longer
* than the space allows.
*/
/**
* Focus styles.
*/
/**
* Applies editor left position to the selector passed as argument
*/
/**
* Styles that are reused verbatim in a few places
*/
/**
* Allows users to opt-out of animations via OS-level preferences.
*/
/**
* Reset default styles for JavaScript UI based pages.
* This is a WP-admin agnostic reset
*/
/**
* Reset the WP Admin page styles for Gutenberg-like pages.
*/
:root {
--wp-admin-theme-color: #007cba;
--wp-admin-theme-color-darker-10: #006ba1;
--wp-admin-theme-color-darker-20: #005a87;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
:root {
--wp-admin-border-width-focus: 1.5px;
}
}
.editor-autocompleters__user .editor-autocompleters__no-avatar::before {
/* stylelint-disable */
font: normal 20px/1 dashicons;
/* stylelint-enable */
content: "";
margin-right: 5px;
vertical-align: middle;
}
.editor-autocompleters__user .editor-autocompleters__user-avatar {
margin-right: 8px;
flex-grow: 0;
flex-shrink: 0;
max-width: none;
width: 24px;
height: 24px;
}
.editor-autocompleters__user .editor-autocompleters__user-name {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 200px;
flex-shrink: 0;
flex-grow: 1;
}
.editor-autocompleters__user .editor-autocompleters__user-slug {
margin-left: 8px;
color: #757575;
white-space: nowrap;
text-overflow: ellipsis;
overflow: none;
max-width: 100px;
flex-grow: 0;
flex-shrink: 0;
}
.editor-autocompleters__user:hover .editor-autocompleters__user-slug {
color: var(--wp-admin-theme-color);
}
.document-outline {
margin: 20px 0;
}
.document-outline ul {
margin: 0;
padding: 0;
}
.document-outline__item {
display: flex;
margin: 4px 0;
}
.document-outline__item a {
text-decoration: none;
}
.document-outline__item .document-outline__emdash::before {
color: #ddd;
margin-right: 4px;
}
.document-outline__item.is-h2 .document-outline__emdash::before {
content: "—";
}
.document-outline__item.is-h3 .document-outline__emdash::before {
content: "——";
}
.document-outline__item.is-h4 .document-outline__emdash::before {
content: "———";
}
.document-outline__item.is-h5 .document-outline__emdash::before {
content: "————";
}
.document-outline__item.is-h6 .document-outline__emdash::before {
content: "—————";
}
.document-outline__button {
cursor: pointer;
background: none;
border: none;
display: flex;
align-items: flex-start;
margin: 0 0 0 -1px;
padding: 2px 5px 2px 1px;
color: #1e1e1e;
text-align: left;
border-radius: 2px;
}
.document-outline__button:disabled {
cursor: default;
}
.document-outline__button:focus {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.document-outline__level {
background: #ddd;
color: #1e1e1e;
border-radius: 3px;
font-size: 13px;
padding: 1px 6px;
margin-right: 4px;
}
.is-invalid .document-outline__level {
background: #f0b849;
}
.document-outline__item-content {
padding: 1px 0;
}
.components-editor-notices__dismissible,
.components-editor-notices__pinned {
position: relative;
left: 0;
top: 0;
right: 0;
color: #1e1e1e;
}
.components-editor-notices__dismissible .components-notice,
.components-editor-notices__pinned .components-notice {
box-sizing: border-box;
margin: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding: 0 12px;
min-height: 60px;
}
.components-editor-notices__dismissible .components-notice .components-notice__dismiss,
.components-editor-notices__pinned .components-notice .components-notice__dismiss {
margin-top: 12px;
}
.entities-saved-states__panel {
box-sizing: border-box;
background: #fff;
position: fixed;
z-index: 100001;
top: 46px;
bottom: 0;
right: 0;
left: 0;
overflow: auto;
box-sizing: border-box;
}
.entities-saved-states__panel *,
.entities-saved-states__panel *::before,
.entities-saved-states__panel *::after {
box-sizing: inherit;
}
.entities-saved-states__panel .entities-saved-states__find-entity {
display: none;
}
.entities-saved-states__panel .entities-saved-states__find-entity-small {
display: block;
}
@media (min-width: 782px) {
.entities-saved-states__panel {
top: 32px;
left: auto;
width: 280px;
border-left: 1px solid #ddd;
}
body.is-fullscreen-mode .entities-saved-states__panel {
top: 0;
}
.entities-saved-states__panel .entities-saved-states__find-entity {
display: block;
}
.entities-saved-states__panel .entities-saved-states__find-entity-small {
display: none;
}
}
.entities-saved-states__panel .entities-saved-states__panel-header {
background: #fff;
padding-left: 8px;
padding-right: 8px;
height: 61px;
border-bottom: 1px solid #ddd;
display: flex;
align-items: center;
align-content: space-between;
}
.entities-saved-states__panel .entities-saved-states__panel-header .editor-entities-saved-states__save-button {
margin: auto;
}
.entities-saved-states__panel .entities-saved-states__panel-header .components-button.has-icon {
position: absolute;
right: 8px;
}
.entities-saved-states__panel .entities-saved-states__text-prompt {
padding: 16px;
padding-bottom: 4px;
}
.editor-error-boundary {
margin: auto;
max-width: 780px;
padding: 20px;
margin-top: 60px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}
.editor-page-attributes__order {
width: 100%;
}
.editor-page-attributes__order .components-base-control__field {
display: flex;
justify-content: space-between;
align-items: center;
}
.editor-page-attributes__order input {
width: 66px;
}
.editor-post-excerpt__textarea {
width: 100%;
margin-bottom: 10px;
}
.editor-post-featured-image {
padding: 0;
}
.editor-post-featured-image__container {
margin-bottom: 1em;
position: relative;
}
.editor-post-featured-image .components-spinner {
position: absolute;
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: -9px;
}
.editor-post-featured-image .components-button + .components-button {
display: block;
margin-top: 1em;
}
.editor-post-featured-image .components-responsive-wrapper__content {
max-width: 100%;
width: auto;
}
.editor-post-featured-image__toggle,
.editor-post-featured-image__preview {
display: block;
width: 100%;
padding: 0;
transition: all 0.1s ease-out;
box-shadow: 0 0 0 0 var(--wp-admin-theme-color);
}
@media (prefers-reduced-motion: reduce) {
.editor-post-featured-image__toggle,
.editor-post-featured-image__preview {
transition-duration: 0s;
transition-delay: 0s;
}
}
.editor-post-featured-image__preview {
height: auto;
}
.editor-post-featured-image__preview:not(:disabled):not([aria-disabled=true]):focus {
box-shadow: 0 0 0 4px var(--wp-admin-theme-color);
}
.editor-post-featured-image__toggle {
border-radius: 2px;
background-color: #f0f0f0;
min-height: 90px;
line-height: 20px;
padding: 8px 0;
text-align: center;
}
.editor-post-featured-image__toggle:hover {
background: #ddd;
color: #1e1e1e;
}
.editor-post-format {
flex-direction: column;
align-items: stretch;
width: 100%;
}
.editor-post-format__content {
display: inline-flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.editor-post-format__suggestion {
text-align: right;
font-size: 13px;
}
.editor-post-last-revision__title {
width: 100%;
font-weight: 600;
}
.editor-post-last-revision__title .dashicon {
margin-right: 5px;
}
.components-button.editor-post-last-revision__title {
height: 100%;
}
.components-button.editor-post-last-revision__title:hover, .components-button.editor-post-last-revision__title:active {
background: #f0f0f0;
}
.components-button.editor-post-last-revision__title:focus {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
border-radius: 0;
}
.editor-post-locked-modal {
height: auto;
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
max-width: 480px;
}
.editor-post-locked-modal .components-modal__header {
height: 36px;
}
.editor-post-locked-modal .components-modal__content {
height: auto;
}
.editor-post-locked-modal__buttons {
margin-top: 10px;
}
.editor-post-locked-modal__buttons .components-button {
margin-right: 5px;
}
.editor-post-locked-modal__avatar {
float: left;
margin: 5px;
margin-right: 15px;
}
.editor-post-publish-button__button.has-changes-dot::before {
background: currentcolor;
border-radius: 4px;
content: "";
height: 8px;
margin: auto 5px auto -3px;
width: 8px;
}
.editor-post-publish-panel {
background: #fff;
}
.editor-post-publish-panel__content {
min-height: calc(100% - 144px);
}
.editor-post-publish-panel__content .components-spinner {
display: block;
margin: 100px auto 0;
}
.editor-post-publish-panel__header {
background: #fff;
padding-left: 16px;
padding-right: 16px;
height: 61px;
border-bottom: 1px solid #ddd;
display: flex;
align-items: center;
align-content: space-between;
}
.editor-post-publish-panel__header .components-button {
width: 100%;
justify-content: center;
}
.editor-post-publish-panel__header .has-icon {
margin-left: auto;
width: auto;
}
.components-site-card {
display: flex;
align-items: center;
margin: 16px 0;
}
.components-site-icon {
border: none;
border-radius: 2px;
margin-right: 12px;
height: 36px;
width: 36px;
}
.components-site-name {
display: block;
font-size: 14px;
}
.components-site-home {
display: block;
color: #757575;
font-size: 12px;
}
.editor-post-publish-panel__header-publish-button,
.editor-post-publish-panel__header-cancel-button {
flex-grow: 1;
}
@media (min-width: 480px) {
.editor-post-publish-panel__header-publish-button,
.editor-post-publish-panel__header-cancel-button {
max-width: 160px;
}
}
.editor-post-publish-panel__header-publish-button {
padding-right: 4px;
}
.editor-post-publish-panel__header-cancel-button {
padding-left: 4px;
}
.editor-post-publish-panel__header-published {
flex-grow: 1;
}
.editor-post-publish-panel__footer {
padding: 16px;
}
.components-button.editor-post-publish-panel__toggle.is-primary {
display: inline-flex;
align-items: center;
}
.components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon {
display: none;
}
.components-button.editor-post-publish-panel__toggle.is-primary .dashicon {
margin-right: -4px;
}
.editor-post-publish-panel__link {
font-weight: 400;
padding-left: 4px;
}
.editor-post-publish-panel__prepublish {
padding: 16px;
}
.editor-post-publish-panel__prepublish strong {
color: #1e1e1e;
}
.editor-post-publish-panel__prepublish .components-panel__body {
background: #fff;
margin-left: -16px;
margin-right: -16px;
}
.editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend {
display: none;
}
.post-publish-panel__postpublish .components-panel__body {
border-bottom: 1px solid #e0e0e0;
border-top: none;
}
.post-publish-panel__postpublish-buttons {
display: flex;
align-content: space-between;
flex-wrap: wrap;
margin: -5px;
}
.post-publish-panel__postpublish-buttons > * {
flex-grow: 1;
margin: 5px;
}
.post-publish-panel__postpublish-buttons .components-button {
height: auto;
justify-content: center;
padding: 3px 10px 4px;
line-height: 1.6;
text-align: center;
white-space: normal;
}
.post-publish-panel__postpublish-buttons .components-clipboard-button {
width: 100%;
}
.post-publish-panel__postpublish-post-address {
margin-bottom: 16px;
}
.post-publish-panel__postpublish-post-address input[readonly] {
padding: 10px;
background: #ddd;
overflow: hidden;
text-overflow: ellipsis;
}
.post-publish-panel__postpublish-header {
font-weight: 500;
}
.post-publish-panel__postpublish-subheader {
margin: 0 0 8px;
}
.post-publish-panel__tip {
color: #f0b849;
}
.editor-post-saved-state {
display: flex;
align-items: center;
width: 28px;
padding: 12px 4px;
color: #757575;
overflow: hidden;
white-space: nowrap;
}
.editor-post-saved-state svg {
display: inline-block;
flex: 0 0 auto;
fill: currentColor;
margin-right: 8px;
}
@media (min-width: 600px) {
.editor-post-saved-state {
width: auto;
padding: 8px 12px;
text-indent: inherit;
}
.editor-post-saved-state svg {
margin-right: 4px;
}
}
.editor-post-taxonomies__hierarchical-terms-list {
max-height: 14em;
overflow: auto;
margin-left: -6px;
padding-left: 6px;
margin-top: -6px;
padding-top: 6px;
}
.editor-post-taxonomies__hierarchical-terms-choice {
margin-bottom: 8px;
}
.editor-post-taxonomies__hierarchical-terms-subchoices {
margin-top: 8px;
margin-left: 16px;
}
.components-button.editor-post-taxonomies__hierarchical-terms-submit,
.components-button.editor-post-taxonomies__hierarchical-terms-add {
margin-top: 12px;
}
.editor-post-taxonomies__hierarchical-terms-label {
display: inline-block;
margin-top: 12px;
}
.editor-post-taxonomies__hierarchical-terms-input {
margin-top: 8px;
width: 100%;
}
.editor-post-taxonomies__hierarchical-terms-filter {
margin-bottom: 8px;
width: 100%;
}
.editor-post-taxonomies__flat-term-most-used .editor-post-taxonomies__flat-term-most-used-label {
font-weight: 400;
margin-bottom: 12px;
}
.editor-post-taxonomies__flat-term-most-used-list {
margin: 0;
}
.editor-post-taxonomies__flat-term-most-used-list li {
display: inline-block;
margin-right: 8px;
}
.editor-post-taxonomies__flat-term-most-used-list .components-button {
font-size: 12px;
}
.edit-post-text-editor__body textarea.editor-post-text-editor {
border: 1px solid #949494;
border-radius: 0;
display: block;
margin: 0;
width: 100%;
box-shadow: none;
resize: none;
overflow: hidden;
font-family: Menlo, Consolas, monaco, monospace;
line-height: 2.4;
min-height: 200px;
transition: border 0.1s ease-out, box-shadow 0.1s linear;
padding: 16px;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px !important;
}
@media (prefers-reduced-motion: reduce) {
.edit-post-text-editor__body textarea.editor-post-text-editor {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.edit-post-text-editor__body textarea.editor-post-text-editor {
padding: 24px;
}
}
@media (min-width: 600px) {
.edit-post-text-editor__body textarea.editor-post-text-editor {
font-size: 15px !important;
}
}
.edit-post-text-editor__body textarea.editor-post-text-editor:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
position: relative;
}
.edit-post-text-editor__body textarea.editor-post-text-editor::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.edit-post-text-editor__body textarea.editor-post-text-editor::-moz-placeholder {
color: rgba(30, 30, 30, 0.62);
opacity: 1;
}
.edit-post-text-editor__body textarea.editor-post-text-editor:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.edit-post-post-visibility__dialog,
.editor-post-visibility__dialog-fieldset {
padding: 4px;
padding-top: 0;
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-legend,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-legend {
font-weight: 600;
margin-bottom: 1em;
margin-top: 0.5em;
padding: 0;
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px;
box-shadow: 0 0 0 transparent;
transition: box-shadow 0.1s linear;
border-radius: 2px;
border: 1px solid #757575;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px;
/* Override core line-height. To be reviewed. */
line-height: normal;
border: 1px solid #1e1e1e;
margin-right: 12px;
transition: none;
border-radius: 50%;
width: 24px;
height: 24px;
margin-top: 2px;
}
@media (prefers-reduced-motion: reduce) {
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] {
font-size: 13px;
/* Override core line-height. To be reviewed. */
line-height: normal;
}
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:focus,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-moz-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-moz-placeholder {
opacity: 1;
color: rgba(30, 30, 30, 0.62);
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:-ms-input-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
@media (min-width: 600px) {
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] {
height: 20px;
width: 20px;
}
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked::before,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked::before {
box-sizing: inherit;
width: 8px;
height: 8px;
transform: translate(7px, 7px);
margin: 0;
background-color: #fff;
border: 4px solid #fff;
}
@media (min-width: 600px) {
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked::before,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked::before {
transform: translate(5px, 5px);
}
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:focus,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:focus {
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked {
background: var(--wp-admin-theme-color);
border-color: var(--wp-admin-theme-color);
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-label,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-label {
font-weight: 600;
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-info,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-info {
margin-top: 0;
margin-left: 32px;
}
.edit-post-post-visibility__dialog .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info {
margin-bottom: 0;
}
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text] {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px;
box-shadow: 0 0 0 transparent;
transition: box-shadow 0.1s linear;
border-radius: 2px;
border: 1px solid #757575;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px;
/* Override core line-height. To be reviewed. */
line-height: normal;
margin-left: 36px;
margin-top: 8px;
}
@media (prefers-reduced-motion: reduce) {
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text] {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text] {
font-size: 13px;
/* Override core line-height. To be reviewed. */
line-height: normal;
}
}
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]::-moz-placeholder {
opacity: 1;
color: rgba(30, 30, 30, 0.62);
}
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.editor-post-title {
position: relative;
}
.editor-post-title .editor-post-title__input {
display: block;
width: 100%;
margin: 0;
box-shadow: none;
background: transparent;
transition: border 0.1s ease-out, box-shadow 0.1s linear;
padding: 19px 0;
word-break: keep-all;
font-family: inherit;
color: inherit;
border: 1px solid transparent;
border-left-width: 0;
border-right-width: 0;
border-radius: 0;
outline: 1px solid transparent;
font-size: 2.44em;
font-weight: 800;
line-height: 1.4;
}
@media (prefers-reduced-motion: reduce) {
.editor-post-title .editor-post-title__input {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.editor-post-title .editor-post-title__input {
border-width: 1px;
}
}
.editor-post-title .editor-post-title__input::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.editor-post-title .editor-post-title__input::-moz-placeholder {
color: rgba(30, 30, 30, 0.62);
opacity: 1;
}
.editor-post-title .editor-post-title__input:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.is-dark-theme .editor-post-title .editor-post-title__input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.65);
}
.is-dark-theme .editor-post-title .editor-post-title__input::-moz-placeholder {
opacity: 1;
color: rgba(255, 255, 255, 0.65);
}
.is-dark-theme .editor-post-title .editor-post-title__input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.65);
}
.editor-post-title .editor-post-title__input:focus {
border: 1px solid transparent;
outline: 1px solid transparent;
box-shadow: none;
}
.editor-post-title.is-focus-mode .editor-post-title__input {
opacity: 0.5;
transition: opacity 0.1s linear;
}
@media (prefers-reduced-motion: reduce) {
.editor-post-title.is-focus-mode .editor-post-title__input {
transition-duration: 0s;
transition-delay: 0s;
}
}
.editor-post-title.is-focus-mode .editor-post-title__input:focus {
opacity: 1;
}
.editor-post-trash.components-button {
margin-top: 4px;
}
.table-of-contents__popover.components-popover .components-popover__content {
min-width: 380px;
}
.components-popover.table-of-contents__popover {
z-index: 99998;
}
.table-of-contents__popover .components-popover__content > div {
padding: 16px;
}
@media (min-width: 600px) {
.table-of-contents__popover .components-popover__content {
max-height: calc(100vh - 120px);
overflow-y: auto;
}
}
.table-of-contents__popover hr {
margin: 10px -16px 0;
}
.table-of-contents__wrapper:focus::before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
pointer-events: none;
}
.table-of-contents__counts {
display: flex;
flex-wrap: wrap;
margin: 0;
margin-top: -8px;
}
.table-of-contents__count {
flex-basis: 33%;
display: flex;
flex-direction: column;
font-size: 13px;
color: #1e1e1e;
padding-right: 8px;
margin-bottom: 0;
margin-top: 8px;
}
.table-of-contents__count:nth-child(4n) {
padding-right: 0;
}
.table-of-contents__number,
.table-of-contents__popover .word-count {
font-size: 21px;
font-weight: 400;
line-height: 30px;
color: #1e1e1e;
}
.table-of-contents__title {
display: block;
margin-top: 20px;
font-size: 15px;
font-weight: 600;
}
.editor-template-validation-notice {
display: flex;
justify-content: space-between;
align-items: center;
}
.editor-template-validation-notice .components-button {
margin-left: 5px;
} | wordpress/wp-includes/css/dist/editor/style.css | @charset "UTF-8";
/**
* Colors
*/
/**
* Breakpoints & Media Queries
*/
/**
* SCSS Variables.
*
* Please use variables from this sheet to ensure consistency across the UI.
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
*/
/**
* Colors
*/
/**
* Fonts & basic variables.
*/
/**
* Grid System.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
*/
/**
* Dimensions.
*/
/**
* Shadows.
*/
/**
* Editor widths.
*/
/**
* Block & Editor UI.
*/
/**
* Block paddings.
*/
/**
* React Native specific.
* These variables do not appear to be used anywhere else.
*/
/**
* Breakpoint mixins
*/
/**
* Long content fade mixin
*
* Creates a fading overlay to signify that the content is longer
* than the space allows.
*/
/**
* Focus styles.
*/
/**
* Applies editor left position to the selector passed as argument
*/
/**
* Styles that are reused verbatim in a few places
*/
/**
* Allows users to opt-out of animations via OS-level preferences.
*/
/**
* Reset default styles for JavaScript UI based pages.
* This is a WP-admin agnostic reset
*/
/**
* Reset the WP Admin page styles for Gutenberg-like pages.
*/
:root {
--wp-admin-theme-color: #007cba;
--wp-admin-theme-color-darker-10: #006ba1;
--wp-admin-theme-color-darker-20: #005a87;
--wp-admin-border-width-focus: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
:root {
--wp-admin-border-width-focus: 1.5px;
}
}
.editor-autocompleters__user .editor-autocompleters__no-avatar::before {
/* stylelint-disable */
font: normal 20px/1 dashicons;
/* stylelint-enable */
content: "";
margin-right: 5px;
vertical-align: middle;
}
.editor-autocompleters__user .editor-autocompleters__user-avatar {
margin-right: 8px;
flex-grow: 0;
flex-shrink: 0;
max-width: none;
width: 24px;
height: 24px;
}
.editor-autocompleters__user .editor-autocompleters__user-name {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 200px;
flex-shrink: 0;
flex-grow: 1;
}
.editor-autocompleters__user .editor-autocompleters__user-slug {
margin-left: 8px;
color: #757575;
white-space: nowrap;
text-overflow: ellipsis;
overflow: none;
max-width: 100px;
flex-grow: 0;
flex-shrink: 0;
}
.editor-autocompleters__user:hover .editor-autocompleters__user-slug {
color: var(--wp-admin-theme-color);
}
.document-outline {
margin: 20px 0;
}
.document-outline ul {
margin: 0;
padding: 0;
}
.document-outline__item {
display: flex;
margin: 4px 0;
}
.document-outline__item a {
text-decoration: none;
}
.document-outline__item .document-outline__emdash::before {
color: #ddd;
margin-right: 4px;
}
.document-outline__item.is-h2 .document-outline__emdash::before {
content: "—";
}
.document-outline__item.is-h3 .document-outline__emdash::before {
content: "——";
}
.document-outline__item.is-h4 .document-outline__emdash::before {
content: "———";
}
.document-outline__item.is-h5 .document-outline__emdash::before {
content: "————";
}
.document-outline__item.is-h6 .document-outline__emdash::before {
content: "—————";
}
.document-outline__button {
cursor: pointer;
background: none;
border: none;
display: flex;
align-items: flex-start;
margin: 0 0 0 -1px;
padding: 2px 5px 2px 1px;
color: #1e1e1e;
text-align: left;
border-radius: 2px;
}
.document-outline__button:disabled {
cursor: default;
}
.document-outline__button:focus {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.document-outline__level {
background: #ddd;
color: #1e1e1e;
border-radius: 3px;
font-size: 13px;
padding: 1px 6px;
margin-right: 4px;
}
.is-invalid .document-outline__level {
background: #f0b849;
}
.document-outline__item-content {
padding: 1px 0;
}
.components-editor-notices__dismissible,
.components-editor-notices__pinned {
position: relative;
left: 0;
top: 0;
right: 0;
color: #1e1e1e;
}
.components-editor-notices__dismissible .components-notice,
.components-editor-notices__pinned .components-notice {
box-sizing: border-box;
margin: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding: 0 12px;
min-height: 60px;
}
.components-editor-notices__dismissible .components-notice .components-notice__dismiss,
.components-editor-notices__pinned .components-notice .components-notice__dismiss {
margin-top: 12px;
}
.entities-saved-states__panel {
box-sizing: border-box;
background: #fff;
position: fixed;
z-index: 100001;
top: 46px;
bottom: 0;
right: 0;
left: 0;
overflow: auto;
box-sizing: border-box;
}
.entities-saved-states__panel *,
.entities-saved-states__panel *::before,
.entities-saved-states__panel *::after {
box-sizing: inherit;
}
.entities-saved-states__panel .entities-saved-states__find-entity {
display: none;
}
.entities-saved-states__panel .entities-saved-states__find-entity-small {
display: block;
}
@media (min-width: 782px) {
.entities-saved-states__panel {
top: 32px;
left: auto;
width: 280px;
border-left: 1px solid #ddd;
}
body.is-fullscreen-mode .entities-saved-states__panel {
top: 0;
}
.entities-saved-states__panel .entities-saved-states__find-entity {
display: block;
}
.entities-saved-states__panel .entities-saved-states__find-entity-small {
display: none;
}
}
.entities-saved-states__panel .entities-saved-states__panel-header {
background: #fff;
padding-left: 8px;
padding-right: 8px;
height: 61px;
border-bottom: 1px solid #ddd;
display: flex;
align-items: center;
align-content: space-between;
}
.entities-saved-states__panel .entities-saved-states__panel-header .editor-entities-saved-states__save-button {
margin: auto;
}
.entities-saved-states__panel .entities-saved-states__panel-header .components-button.has-icon {
position: absolute;
right: 8px;
}
.entities-saved-states__panel .entities-saved-states__text-prompt {
padding: 16px;
padding-bottom: 4px;
}
.editor-error-boundary {
margin: auto;
max-width: 780px;
padding: 20px;
margin-top: 60px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}
.editor-page-attributes__order {
width: 100%;
}
.editor-page-attributes__order .components-base-control__field {
display: flex;
justify-content: space-between;
align-items: center;
}
.editor-page-attributes__order input {
width: 66px;
}
.editor-post-excerpt__textarea {
width: 100%;
margin-bottom: 10px;
}
.editor-post-featured-image {
padding: 0;
}
.editor-post-featured-image__container {
margin-bottom: 1em;
position: relative;
}
.editor-post-featured-image .components-spinner {
position: absolute;
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: -9px;
}
.editor-post-featured-image .components-button + .components-button {
display: block;
margin-top: 1em;
}
.editor-post-featured-image .components-responsive-wrapper__content {
max-width: 100%;
width: auto;
}
.editor-post-featured-image__toggle,
.editor-post-featured-image__preview {
display: block;
width: 100%;
padding: 0;
transition: all 0.1s ease-out;
box-shadow: 0 0 0 0 var(--wp-admin-theme-color);
}
@media (prefers-reduced-motion: reduce) {
.editor-post-featured-image__toggle,
.editor-post-featured-image__preview {
transition-duration: 0s;
transition-delay: 0s;
}
}
.editor-post-featured-image__preview {
height: auto;
}
.editor-post-featured-image__preview:not(:disabled):not([aria-disabled=true]):focus {
box-shadow: 0 0 0 4px var(--wp-admin-theme-color);
}
.editor-post-featured-image__toggle {
border-radius: 2px;
background-color: #f0f0f0;
min-height: 90px;
line-height: 20px;
padding: 8px 0;
text-align: center;
}
.editor-post-featured-image__toggle:hover {
background: #ddd;
color: #1e1e1e;
}
.editor-post-format {
flex-direction: column;
align-items: stretch;
width: 100%;
}
.editor-post-format__content {
display: inline-flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.editor-post-format__suggestion {
text-align: right;
font-size: 13px;
}
.editor-post-last-revision__title {
width: 100%;
font-weight: 600;
}
.editor-post-last-revision__title .dashicon {
margin-right: 5px;
}
.components-button.editor-post-last-revision__title {
height: 100%;
}
.components-button.editor-post-last-revision__title:hover, .components-button.editor-post-last-revision__title:active {
background: #f0f0f0;
}
.components-button.editor-post-last-revision__title:focus {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
border-radius: 0;
}
.editor-post-locked-modal {
height: auto;
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
max-width: 480px;
}
.editor-post-locked-modal .components-modal__header {
height: 36px;
}
.editor-post-locked-modal .components-modal__content {
height: auto;
}
.editor-post-locked-modal__buttons {
margin-top: 10px;
}
.editor-post-locked-modal__buttons .components-button {
margin-right: 5px;
}
.editor-post-locked-modal__avatar {
float: left;
margin: 5px;
margin-right: 15px;
}
.editor-post-publish-button__button.has-changes-dot::before {
background: currentcolor;
border-radius: 4px;
content: "";
height: 8px;
margin: auto 5px auto -3px;
width: 8px;
}
.editor-post-publish-panel {
background: #fff;
}
.editor-post-publish-panel__content {
min-height: calc(100% - 144px);
}
.editor-post-publish-panel__content .components-spinner {
display: block;
margin: 100px auto 0;
}
.editor-post-publish-panel__header {
background: #fff;
padding-left: 16px;
padding-right: 16px;
height: 61px;
border-bottom: 1px solid #ddd;
display: flex;
align-items: center;
align-content: space-between;
}
.editor-post-publish-panel__header .components-button {
width: 100%;
justify-content: center;
}
.editor-post-publish-panel__header .has-icon {
margin-left: auto;
width: auto;
}
.components-site-card {
display: flex;
align-items: center;
margin: 16px 0;
}
.components-site-icon {
border: none;
border-radius: 2px;
margin-right: 12px;
height: 36px;
width: 36px;
}
.components-site-name {
display: block;
font-size: 14px;
}
.components-site-home {
display: block;
color: #757575;
font-size: 12px;
}
.editor-post-publish-panel__header-publish-button,
.editor-post-publish-panel__header-cancel-button {
flex-grow: 1;
}
@media (min-width: 480px) {
.editor-post-publish-panel__header-publish-button,
.editor-post-publish-panel__header-cancel-button {
max-width: 160px;
}
}
.editor-post-publish-panel__header-publish-button {
padding-right: 4px;
}
.editor-post-publish-panel__header-cancel-button {
padding-left: 4px;
}
.editor-post-publish-panel__header-published {
flex-grow: 1;
}
.editor-post-publish-panel__footer {
padding: 16px;
}
.components-button.editor-post-publish-panel__toggle.is-primary {
display: inline-flex;
align-items: center;
}
.components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon {
display: none;
}
.components-button.editor-post-publish-panel__toggle.is-primary .dashicon {
margin-right: -4px;
}
.editor-post-publish-panel__link {
font-weight: 400;
padding-left: 4px;
}
.editor-post-publish-panel__prepublish {
padding: 16px;
}
.editor-post-publish-panel__prepublish strong {
color: #1e1e1e;
}
.editor-post-publish-panel__prepublish .components-panel__body {
background: #fff;
margin-left: -16px;
margin-right: -16px;
}
.editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend {
display: none;
}
.post-publish-panel__postpublish .components-panel__body {
border-bottom: 1px solid #e0e0e0;
border-top: none;
}
.post-publish-panel__postpublish-buttons {
display: flex;
align-content: space-between;
flex-wrap: wrap;
margin: -5px;
}
.post-publish-panel__postpublish-buttons > * {
flex-grow: 1;
margin: 5px;
}
.post-publish-panel__postpublish-buttons .components-button {
height: auto;
justify-content: center;
padding: 3px 10px 4px;
line-height: 1.6;
text-align: center;
white-space: normal;
}
.post-publish-panel__postpublish-buttons .components-clipboard-button {
width: 100%;
}
.post-publish-panel__postpublish-post-address {
margin-bottom: 16px;
}
.post-publish-panel__postpublish-post-address input[readonly] {
padding: 10px;
background: #ddd;
overflow: hidden;
text-overflow: ellipsis;
}
.post-publish-panel__postpublish-header {
font-weight: 500;
}
.post-publish-panel__postpublish-subheader {
margin: 0 0 8px;
}
.post-publish-panel__tip {
color: #f0b849;
}
.editor-post-saved-state {
display: flex;
align-items: center;
width: 28px;
padding: 12px 4px;
color: #757575;
overflow: hidden;
white-space: nowrap;
}
.editor-post-saved-state svg {
display: inline-block;
flex: 0 0 auto;
fill: currentColor;
margin-right: 8px;
}
@media (min-width: 600px) {
.editor-post-saved-state {
width: auto;
padding: 8px 12px;
text-indent: inherit;
}
.editor-post-saved-state svg {
margin-right: 4px;
}
}
.editor-post-taxonomies__hierarchical-terms-list {
max-height: 14em;
overflow: auto;
margin-left: -6px;
padding-left: 6px;
margin-top: -6px;
padding-top: 6px;
}
.editor-post-taxonomies__hierarchical-terms-choice {
margin-bottom: 8px;
}
.editor-post-taxonomies__hierarchical-terms-subchoices {
margin-top: 8px;
margin-left: 16px;
}
.components-button.editor-post-taxonomies__hierarchical-terms-submit,
.components-button.editor-post-taxonomies__hierarchical-terms-add {
margin-top: 12px;
}
.editor-post-taxonomies__hierarchical-terms-label {
display: inline-block;
margin-top: 12px;
}
.editor-post-taxonomies__hierarchical-terms-input {
margin-top: 8px;
width: 100%;
}
.editor-post-taxonomies__hierarchical-terms-filter {
margin-bottom: 8px;
width: 100%;
}
.editor-post-taxonomies__flat-term-most-used .editor-post-taxonomies__flat-term-most-used-label {
font-weight: 400;
margin-bottom: 12px;
}
.editor-post-taxonomies__flat-term-most-used-list {
margin: 0;
}
.editor-post-taxonomies__flat-term-most-used-list li {
display: inline-block;
margin-right: 8px;
}
.editor-post-taxonomies__flat-term-most-used-list .components-button {
font-size: 12px;
}
.edit-post-text-editor__body textarea.editor-post-text-editor {
border: 1px solid #949494;
border-radius: 0;
display: block;
margin: 0;
width: 100%;
box-shadow: none;
resize: none;
overflow: hidden;
font-family: Menlo, Consolas, monaco, monospace;
line-height: 2.4;
min-height: 200px;
transition: border 0.1s ease-out, box-shadow 0.1s linear;
padding: 16px;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px !important;
}
@media (prefers-reduced-motion: reduce) {
.edit-post-text-editor__body textarea.editor-post-text-editor {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.edit-post-text-editor__body textarea.editor-post-text-editor {
padding: 24px;
}
}
@media (min-width: 600px) {
.edit-post-text-editor__body textarea.editor-post-text-editor {
font-size: 15px !important;
}
}
.edit-post-text-editor__body textarea.editor-post-text-editor:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
position: relative;
}
.edit-post-text-editor__body textarea.editor-post-text-editor::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.edit-post-text-editor__body textarea.editor-post-text-editor::-moz-placeholder {
color: rgba(30, 30, 30, 0.62);
opacity: 1;
}
.edit-post-text-editor__body textarea.editor-post-text-editor:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.edit-post-post-visibility__dialog,
.editor-post-visibility__dialog-fieldset {
padding: 4px;
padding-top: 0;
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-legend,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-legend {
font-weight: 600;
margin-bottom: 1em;
margin-top: 0.5em;
padding: 0;
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px;
box-shadow: 0 0 0 transparent;
transition: box-shadow 0.1s linear;
border-radius: 2px;
border: 1px solid #757575;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px;
/* Override core line-height. To be reviewed. */
line-height: normal;
border: 1px solid #1e1e1e;
margin-right: 12px;
transition: none;
border-radius: 50%;
width: 24px;
height: 24px;
margin-top: 2px;
}
@media (prefers-reduced-motion: reduce) {
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] {
font-size: 13px;
/* Override core line-height. To be reviewed. */
line-height: normal;
}
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:focus,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-moz-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-moz-placeholder {
opacity: 1;
color: rgba(30, 30, 30, 0.62);
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:-ms-input-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
@media (min-width: 600px) {
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] {
height: 20px;
width: 20px;
}
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked::before,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked::before {
box-sizing: inherit;
width: 8px;
height: 8px;
transform: translate(7px, 7px);
margin: 0;
background-color: #fff;
border: 4px solid #fff;
}
@media (min-width: 600px) {
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked::before,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked::before {
transform: translate(5px, 5px);
}
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:focus,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:focus {
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked {
background: var(--wp-admin-theme-color);
border-color: var(--wp-admin-theme-color);
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-label,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-label {
font-weight: 600;
}
.edit-post-post-visibility__dialog .editor-post-visibility__dialog-info,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-info {
margin-top: 0;
margin-left: 32px;
}
.edit-post-post-visibility__dialog .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info {
margin-bottom: 0;
}
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text] {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px;
box-shadow: 0 0 0 transparent;
transition: box-shadow 0.1s linear;
border-radius: 2px;
border: 1px solid #757575;
/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: 16px;
/* Override core line-height. To be reviewed. */
line-height: normal;
margin-left: 36px;
margin-top: 8px;
}
@media (prefers-reduced-motion: reduce) {
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text] {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text] {
font-size: 13px;
/* Override core line-height. To be reviewed. */
line-height: normal;
}
}
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]::-moz-placeholder {
opacity: 1;
color: rgba(30, 30, 30, 0.62);
}
.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.editor-post-title {
position: relative;
}
.editor-post-title .editor-post-title__input {
display: block;
width: 100%;
margin: 0;
box-shadow: none;
background: transparent;
transition: border 0.1s ease-out, box-shadow 0.1s linear;
padding: 19px 0;
word-break: keep-all;
font-family: inherit;
color: inherit;
border: 1px solid transparent;
border-left-width: 0;
border-right-width: 0;
border-radius: 0;
outline: 1px solid transparent;
font-size: 2.44em;
font-weight: 800;
line-height: 1.4;
}
@media (prefers-reduced-motion: reduce) {
.editor-post-title .editor-post-title__input {
transition-duration: 0s;
transition-delay: 0s;
}
}
@media (min-width: 600px) {
.editor-post-title .editor-post-title__input {
border-width: 1px;
}
}
.editor-post-title .editor-post-title__input::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.editor-post-title .editor-post-title__input::-moz-placeholder {
color: rgba(30, 30, 30, 0.62);
opacity: 1;
}
.editor-post-title .editor-post-title__input:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.is-dark-theme .editor-post-title .editor-post-title__input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.65);
}
.is-dark-theme .editor-post-title .editor-post-title__input::-moz-placeholder {
opacity: 1;
color: rgba(255, 255, 255, 0.65);
}
.is-dark-theme .editor-post-title .editor-post-title__input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.65);
}
.editor-post-title .editor-post-title__input:focus {
border: 1px solid transparent;
outline: 1px solid transparent;
box-shadow: none;
}
.editor-post-title.is-focus-mode .editor-post-title__input {
opacity: 0.5;
transition: opacity 0.1s linear;
}
@media (prefers-reduced-motion: reduce) {
.editor-post-title.is-focus-mode .editor-post-title__input {
transition-duration: 0s;
transition-delay: 0s;
}
}
.editor-post-title.is-focus-mode .editor-post-title__input:focus {
opacity: 1;
}
.editor-post-trash.components-button {
margin-top: 4px;
}
.table-of-contents__popover.components-popover .components-popover__content {
min-width: 380px;
}
.components-popover.table-of-contents__popover {
z-index: 99998;
}
.table-of-contents__popover .components-popover__content > div {
padding: 16px;
}
@media (min-width: 600px) {
.table-of-contents__popover .components-popover__content {
max-height: calc(100vh - 120px);
overflow-y: auto;
}
}
.table-of-contents__popover hr {
margin: 10px -16px 0;
}
.table-of-contents__wrapper:focus::before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
pointer-events: none;
}
.table-of-contents__counts {
display: flex;
flex-wrap: wrap;
margin: 0;
margin-top: -8px;
}
.table-of-contents__count {
flex-basis: 33%;
display: flex;
flex-direction: column;
font-size: 13px;
color: #1e1e1e;
padding-right: 8px;
margin-bottom: 0;
margin-top: 8px;
}
.table-of-contents__count:nth-child(4n) {
padding-right: 0;
}
.table-of-contents__number,
.table-of-contents__popover .word-count {
font-size: 21px;
font-weight: 400;
line-height: 30px;
color: #1e1e1e;
}
.table-of-contents__title {
display: block;
margin-top: 20px;
font-size: 15px;
font-weight: 600;
}
.editor-template-validation-notice {
display: flex;
justify-content: space-between;
align-items: center;
}
.editor-template-validation-notice .components-button {
margin-left: 5px;
} | 0.755186 | 0.05175 |
padding-top: 30px;
}
.headline{
width: 1180px;
height: 735px;
}
.headline-left{
width: 410px;
padding-top: 20px;
}
.title-gy{
color: #FF5400;
font-size: 30px;
border-bottom: 1px dashed #A4A4A4;
margin-bottom: 20px;
padding:0 10px 4px 10px;
}
a.gengduo1{
display: inline-block;
float: right;
font-size: 14px;
line-height: 55px;
color:#b3b2b2 ;
}
.headline-left ul li{
list-style-type: disc;
}
// 前面数字
.ulAll{
counter-reset:demo;
}
.ulAll>li{
list-style-position: inside;
background-position-y: 5px;
background-image: url(../images/insure/fbg4.png);
background-repeat:no-repeat;
counter-increment: demo;
}
.ulAll>li:nth-of-type(1){
background-image: url(../images/insure/fbg1.png);
}
.ulAll>li:nth-of-type(2){
background-image: url(../images/insure/fbg2.png);
}
.ulAll>li:nth-of-type(3){
background-image: url(../images/insure/fbg3.png);
}
.ulAll>li:before {
content:counter(demo);
text-align: center;
display: inline-block;
height: 16px;
width: 16px;
color: #fff; }
.ulAll>li>a{
margin-left: 6px;
font-size:14px !important;
}
.headline-left>ul{
height: 445px;
overflow: hidden;
}
.headline-left>ul>li{
list-style: none;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 25px;
}
.headline-left>ul>li>a{
font-size: 15px;
color: #343434;
letter-spacing: 1px;
}
.headline-right{
height: 300px;
width: 750px;
}
.headline-lunbo{
height: 300px;
width: 750px;
position: relative;
}
.headlineNav{
position: absolute;
bottom: 13px;
right: 300px;
}
.headlineNav>a{
display: inline-block;
width: 15px;
height: 15px;
border: 1px solid #000000;
border-radius: 15px;
margin-right: 10px;
background-color: #f8f8f8;
}
.headlineNav>.imgSelected{
background-color:#FF5400;
}
.headline-refe{
padding-top: 20px;
}
.headline-refe>a{
font-size: 14px;
color: #b3b2b2;
}
.headline-refe>ul>li>a{
font-size: 14px;
color: #343434;
}
.headline-refe-right,.headline-refe-left{
width: 350px;
padding: 0 20px;
}
.headline-refe ul>li>a{
font-size: 15px;
color: #343434;
letter-spacing: 1px;
}
.headline-refe-left>ul>li {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 27px;
}
.headline-refe-right>ul>li {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 27px;
}
.headline-refe-left>p{
margin-bottom: 10px;
}
.headline-refe-right>p{
margin-bottom: 10px;
}
.ad{
height: 100px;
background-color: #FF5400;
margin:20px 0 30px 0;
}
.five-top{
border-top:2px solid #FF5400;
height: 40px;
}
.five-title{
color: #FFFFFF;
font-size: 24px;
letter-spacing: 1px;
padding: 2px 10px;
background-color: #FF5400;
width: 160px;
text-align: center;
height: 40px;
line-height: 38px;
float: left;
}
.five-tiele-right{
height: 40px;
line-height: 40px;
margin-right: 20px;
}
.five-tiele-right>a{
color: #b3b2b2;
font-size: 14px;
letter-spacing: 1px;
}
.five-main ul>li>a{
color: #4C4C4C;
font-size: 14px;
letter-spacing: 1px;
line-height: 24px;
display: inline-block;
display: inline-block;
}
.five-main ul{
width: 100%;
}
.five-main ul>li{
position: relative;
width: 100%;
}
.five-main ul>li>span{
position: absolute;
top: 4px;
right: 0;
}
.five-main {
padding: 20px;
height: 280px;
}
.math{
display: inline-block;
width:65px;
text-indent: 20px;
}
.math:hover{
background-image: url(../images/insure/zanhover.png);
}
.math2:hover{
background-image: url(../images/insure/lookover.png);
}
.math2{
text-indent: 32px;
display: inline-block;
width: 65px;
}
.math{
background-image: url(../images/insure/zanhover.png);
background-repeat: no-repeat;
}
.math2{
background-image: url(../images/insure/lookover.png);
background-repeat: no-repeat;
}
.anli-main{
height: 445px;
}
.anli-main-right{
width: 505px;
height: 410px;
}
ul.nav-little>li>a:hover {
color: #FFFFFF;
}
.anli-main-right>a{
display: block;
width: 240px;
height: 120px;
position: relative;
margin-bottom: 20px;
}
.anli-main-right>a:nth-of-type(2n-1){
margin-right: 20px;
}
.anli-main-right>a>p{
position: absolute;
height: 30px;
width: 240px;
background-color: #000000;
opacity: 0.8;
color: #FFFFFF;
display: block;
bottom: 0;
line-height: 30px;
text-align: center;
letter-spacing: 2px;
}
.interview-right{
width: 416px;
height: 234px;
}
.interview-right>video{
height: 100%;
width: 100%;
margin-right: 20px;
}
ul>li>a:hover{
color:#ff5400;
}
.ad_ul>a{
height:180px;
width:400px;
}
.ad_ul{
height:180px;
width:400px;
position:relative;
margin-top: 10px;
}
.ad_ul_1{
position:absolute;
height:45px;
width:400px;
background-color:#000;
bottom:0;
opacity:0.8;
}
.ad_ul_2{
position:absolute;
height:45px;
width:400px;
bottom:0;
text-align:center;
line-height:45px;
color:#fff;
font-size: 14px;
letter-spacing:1px;
}
// ul>li:nth-of-type(1)>a{
// color:#000000;
// // font-weight: bold;
// }
// ul>li:nth-of-type(2)>a{
// color:#000000;
// // font-weight: bold;
// }
// ul>li:nth-of-type(3)>a{
// color:#000000;
// // font-weight: bold;
// }
// ul>li:nth-of-type(1)>a:hover{
// color:#ff5400 ;
// }
// ul>li:nth-of-type(2)>a:hover{
// color:#ff5400;
// }
// ul>li:nth-of-type(3)>a:hover{
// color:#ff5400 ;
// } | public/static/home/css/konw-insure.css | padding-top: 30px;
}
.headline{
width: 1180px;
height: 735px;
}
.headline-left{
width: 410px;
padding-top: 20px;
}
.title-gy{
color: #FF5400;
font-size: 30px;
border-bottom: 1px dashed #A4A4A4;
margin-bottom: 20px;
padding:0 10px 4px 10px;
}
a.gengduo1{
display: inline-block;
float: right;
font-size: 14px;
line-height: 55px;
color:#b3b2b2 ;
}
.headline-left ul li{
list-style-type: disc;
}
// 前面数字
.ulAll{
counter-reset:demo;
}
.ulAll>li{
list-style-position: inside;
background-position-y: 5px;
background-image: url(../images/insure/fbg4.png);
background-repeat:no-repeat;
counter-increment: demo;
}
.ulAll>li:nth-of-type(1){
background-image: url(../images/insure/fbg1.png);
}
.ulAll>li:nth-of-type(2){
background-image: url(../images/insure/fbg2.png);
}
.ulAll>li:nth-of-type(3){
background-image: url(../images/insure/fbg3.png);
}
.ulAll>li:before {
content:counter(demo);
text-align: center;
display: inline-block;
height: 16px;
width: 16px;
color: #fff; }
.ulAll>li>a{
margin-left: 6px;
font-size:14px !important;
}
.headline-left>ul{
height: 445px;
overflow: hidden;
}
.headline-left>ul>li{
list-style: none;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 25px;
}
.headline-left>ul>li>a{
font-size: 15px;
color: #343434;
letter-spacing: 1px;
}
.headline-right{
height: 300px;
width: 750px;
}
.headline-lunbo{
height: 300px;
width: 750px;
position: relative;
}
.headlineNav{
position: absolute;
bottom: 13px;
right: 300px;
}
.headlineNav>a{
display: inline-block;
width: 15px;
height: 15px;
border: 1px solid #000000;
border-radius: 15px;
margin-right: 10px;
background-color: #f8f8f8;
}
.headlineNav>.imgSelected{
background-color:#FF5400;
}
.headline-refe{
padding-top: 20px;
}
.headline-refe>a{
font-size: 14px;
color: #b3b2b2;
}
.headline-refe>ul>li>a{
font-size: 14px;
color: #343434;
}
.headline-refe-right,.headline-refe-left{
width: 350px;
padding: 0 20px;
}
.headline-refe ul>li>a{
font-size: 15px;
color: #343434;
letter-spacing: 1px;
}
.headline-refe-left>ul>li {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 27px;
}
.headline-refe-right>ul>li {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 27px;
}
.headline-refe-left>p{
margin-bottom: 10px;
}
.headline-refe-right>p{
margin-bottom: 10px;
}
.ad{
height: 100px;
background-color: #FF5400;
margin:20px 0 30px 0;
}
.five-top{
border-top:2px solid #FF5400;
height: 40px;
}
.five-title{
color: #FFFFFF;
font-size: 24px;
letter-spacing: 1px;
padding: 2px 10px;
background-color: #FF5400;
width: 160px;
text-align: center;
height: 40px;
line-height: 38px;
float: left;
}
.five-tiele-right{
height: 40px;
line-height: 40px;
margin-right: 20px;
}
.five-tiele-right>a{
color: #b3b2b2;
font-size: 14px;
letter-spacing: 1px;
}
.five-main ul>li>a{
color: #4C4C4C;
font-size: 14px;
letter-spacing: 1px;
line-height: 24px;
display: inline-block;
display: inline-block;
}
.five-main ul{
width: 100%;
}
.five-main ul>li{
position: relative;
width: 100%;
}
.five-main ul>li>span{
position: absolute;
top: 4px;
right: 0;
}
.five-main {
padding: 20px;
height: 280px;
}
.math{
display: inline-block;
width:65px;
text-indent: 20px;
}
.math:hover{
background-image: url(../images/insure/zanhover.png);
}
.math2:hover{
background-image: url(../images/insure/lookover.png);
}
.math2{
text-indent: 32px;
display: inline-block;
width: 65px;
}
.math{
background-image: url(../images/insure/zanhover.png);
background-repeat: no-repeat;
}
.math2{
background-image: url(../images/insure/lookover.png);
background-repeat: no-repeat;
}
.anli-main{
height: 445px;
}
.anli-main-right{
width: 505px;
height: 410px;
}
ul.nav-little>li>a:hover {
color: #FFFFFF;
}
.anli-main-right>a{
display: block;
width: 240px;
height: 120px;
position: relative;
margin-bottom: 20px;
}
.anli-main-right>a:nth-of-type(2n-1){
margin-right: 20px;
}
.anli-main-right>a>p{
position: absolute;
height: 30px;
width: 240px;
background-color: #000000;
opacity: 0.8;
color: #FFFFFF;
display: block;
bottom: 0;
line-height: 30px;
text-align: center;
letter-spacing: 2px;
}
.interview-right{
width: 416px;
height: 234px;
}
.interview-right>video{
height: 100%;
width: 100%;
margin-right: 20px;
}
ul>li>a:hover{
color:#ff5400;
}
.ad_ul>a{
height:180px;
width:400px;
}
.ad_ul{
height:180px;
width:400px;
position:relative;
margin-top: 10px;
}
.ad_ul_1{
position:absolute;
height:45px;
width:400px;
background-color:#000;
bottom:0;
opacity:0.8;
}
.ad_ul_2{
position:absolute;
height:45px;
width:400px;
bottom:0;
text-align:center;
line-height:45px;
color:#fff;
font-size: 14px;
letter-spacing:1px;
}
// ul>li:nth-of-type(1)>a{
// color:#000000;
// // font-weight: bold;
// }
// ul>li:nth-of-type(2)>a{
// color:#000000;
// // font-weight: bold;
// }
// ul>li:nth-of-type(3)>a{
// color:#000000;
// // font-weight: bold;
// }
// ul>li:nth-of-type(1)>a:hover{
// color:#ff5400 ;
// }
// ul>li:nth-of-type(2)>a:hover{
// color:#ff5400;
// }
// ul>li:nth-of-type(3)>a:hover{
// color:#ff5400 ;
// } | 0.168857 | 0.082143 |
.gd-events-sheet-default-theme.events-tree {
/* Use the fonts provided by the operating system(s) as possible. */
/* If you update this font list, be sure to do it in all the other places using fonts in the codebase. */
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, 'Helvetica Neue', Helvetica, sans-serif,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
font-size: 14px !important;
background: #f0f0f2;
}
/**
* Ensure scroll is only on Y direction, preventing the display
* of horizontal scrollbar.
*/
.gd-events-sheet-default-theme .rst__virtualScrollOverride {
overflow-x: hidden !important;
}
/**
* Draggable handle on the left of an event
*/
.gd-events-sheet-default-theme .rst__moveHandle {
background: #4ab0e4 !important;
}
.gd-events-sheet-default-theme .rst__moveHandle:hover {
background-color: #84d2ff !important;
}
/**
* Scaffolding lines on the left
*/
.gd-events-sheet-default-theme .rst__lineHalfHorizontalRight::before,
.gd-events-sheet-default-theme .rst__lineFullVertical::after,
.gd-events-sheet-default-theme .rst__lineHalfVerticalTop::after,
.gd-events-sheet-default-theme .rst__lineHalfVerticalBottom::after {
background-color: black;
}
/**
* Background and default text color of content of an event
*/
.gd-events-sheet-default-theme .rst__rowContents {
background-color: #f0f0f2;
color: black;
}
/**
* Selectable area (instructions)
*/
.gd-events-sheet-default-theme .selectable:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.gd-events-sheet-default-theme .selectable.selected {
background-color: rgba(0, 0, 0, 0.1);
border: 1px #4ab0e4 solid !important;
}
/**
* Large selectable area (events)
*/
.gd-events-sheet-default-theme .large-selectable {
border: 1px #f0f0f2 solid !important;
}
.gd-events-sheet-default-theme .large-selectable.large-selected {
border: 1px #4ab0e4 solid !important;
}
/**
* Conditions and actions containers
*/
.gd-events-sheet-default-theme .conditions-container {
background: #f1f2f2;
border: 1px solid #e2e2e2;
padding-left: 5px;
padding-right: 5px;
min-width: 0; /* Prevent container to growing outside its parent */
}
.gd-events-sheet-default-theme .conditions-container.small-width-container {
border-right-color: #e2e2e2;
border-bottom-color: #e2e2e2;
}
.gd-events-sheet-default-theme .actions-container {
background: white;
padding-left: 5px;
padding-right: 5px;
min-width: 0; /* Prevent container to growing outside its parent */
}
.gd-events-sheet-default-theme .actions-container.small-width-container {
padding-left: 20px;
}
.gd-events-sheet-default-theme .sub-instructions-container {
margin-left: 9px;
margin-top: 1px;
border-right: none;
border-left: 1px solid #d3d3d3;
}
/**
* Instructions parameters color scheme
*/
.gd-events-sheet-default-theme .instruction-parameter {
color: rgb(78, 78, 78);
}
.gd-events-sheet-default-theme .instruction-parameter.expression {
color: rgb(27, 143, 1);
}
.gd-events-sheet-default-theme .instruction-parameter.object,
.gd-events-sheet-default-theme .instruction-parameter.objectPtr,
.gd-events-sheet-default-theme .instruction-parameter.objectList,
.gd-events-sheet-default-theme .instruction-parameter.objectListWithoutPicking {
color: #3c4698;
font-weight: bold;
}
.gd-events-sheet-default-theme .instruction-parameter.behavior {
color: rgb(119, 119, 119);
}
.gd-events-sheet-default-theme .instruction-parameter.operator {
color: rgb(55, 131, 211);
}
.gd-events-sheet-default-theme .instruction-parameter.objectvar {
color: rgb(131, 55, 162);
}
.gd-events-sheet-default-theme .instruction-parameter.scenevar {
color: rgb(131, 55, 162);
}
.gd-events-sheet-default-theme .instruction-parameter.globalvar {
color: rgb(131, 55, 162);
}
.gd-events-sheet-default-theme
.instruction-parameter
.instruction-invalid-parameter {
color: #bb0000;
text-decoration: #bb0000 underline wavy;
}
.gd-events-sheet-default-theme
.instruction-parameter
.instruction-missing-parameter {
display: inline-flex;
background-color: rgba(243, 0, 12, 0.15);
border-bottom: 1px dashed #bb0000;
min-width: 25px;
min-height: 14px;
}
/**
* Search results highlight
*/
.gd-events-sheet-default-theme.with-search-results .rst__moveHandle {
background: #d3d3d3 !important;
border: 1px solid #d3d3d3 !important;
}
.gd-events-sheet-default-theme .rst__rowSearchMatch {
outline: none;
border-left: solid 3px #18dcf2;
}
.gd-events-sheet-default-theme .rst__rowSearchFocus {
outline: none;
border-left: solid 5px #18dcf2;
}
/**
* Drag'n'drop indicator (events)
*/
.gd-events-sheet-default-theme .drop-indicator {
border-top: 2px solid black;
height: 0;
margin-top: -1px;
margin-bottom: -1px;
width: '100%';
box-sizing: 'border-box';
}
.gd-events-sheet-default-theme .cant-drop-indicator {
border-top: 2px solid #ff5c5c;
height: 0;
margin-top: -1px;
margin-bottom: -1px;
width: '100%';
box-sizing: 'border-box';
}
/**
* Skinning the "Link" event
*/
.gd-events-sheet-default-theme .link-container {
background: #f1f2f2;
}
.gd-events-sheet-default-theme .link-container .selectable {
color: #3c4698;
}
/* Theming icons */
.gd-events-sheet-default-theme .icon {
padding-right: 2px;
width: 16px;
height: 16px;
} | newIDE/app/src/UI/Theme/DefaultTheme/EventsSheet.css | .gd-events-sheet-default-theme.events-tree {
/* Use the fonts provided by the operating system(s) as possible. */
/* If you update this font list, be sure to do it in all the other places using fonts in the codebase. */
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, 'Helvetica Neue', Helvetica, sans-serif,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
font-size: 14px !important;
background: #f0f0f2;
}
/**
* Ensure scroll is only on Y direction, preventing the display
* of horizontal scrollbar.
*/
.gd-events-sheet-default-theme .rst__virtualScrollOverride {
overflow-x: hidden !important;
}
/**
* Draggable handle on the left of an event
*/
.gd-events-sheet-default-theme .rst__moveHandle {
background: #4ab0e4 !important;
}
.gd-events-sheet-default-theme .rst__moveHandle:hover {
background-color: #84d2ff !important;
}
/**
* Scaffolding lines on the left
*/
.gd-events-sheet-default-theme .rst__lineHalfHorizontalRight::before,
.gd-events-sheet-default-theme .rst__lineFullVertical::after,
.gd-events-sheet-default-theme .rst__lineHalfVerticalTop::after,
.gd-events-sheet-default-theme .rst__lineHalfVerticalBottom::after {
background-color: black;
}
/**
* Background and default text color of content of an event
*/
.gd-events-sheet-default-theme .rst__rowContents {
background-color: #f0f0f2;
color: black;
}
/**
* Selectable area (instructions)
*/
.gd-events-sheet-default-theme .selectable:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.gd-events-sheet-default-theme .selectable.selected {
background-color: rgba(0, 0, 0, 0.1);
border: 1px #4ab0e4 solid !important;
}
/**
* Large selectable area (events)
*/
.gd-events-sheet-default-theme .large-selectable {
border: 1px #f0f0f2 solid !important;
}
.gd-events-sheet-default-theme .large-selectable.large-selected {
border: 1px #4ab0e4 solid !important;
}
/**
* Conditions and actions containers
*/
.gd-events-sheet-default-theme .conditions-container {
background: #f1f2f2;
border: 1px solid #e2e2e2;
padding-left: 5px;
padding-right: 5px;
min-width: 0; /* Prevent container to growing outside its parent */
}
.gd-events-sheet-default-theme .conditions-container.small-width-container {
border-right-color: #e2e2e2;
border-bottom-color: #e2e2e2;
}
.gd-events-sheet-default-theme .actions-container {
background: white;
padding-left: 5px;
padding-right: 5px;
min-width: 0; /* Prevent container to growing outside its parent */
}
.gd-events-sheet-default-theme .actions-container.small-width-container {
padding-left: 20px;
}
.gd-events-sheet-default-theme .sub-instructions-container {
margin-left: 9px;
margin-top: 1px;
border-right: none;
border-left: 1px solid #d3d3d3;
}
/**
* Instructions parameters color scheme
*/
.gd-events-sheet-default-theme .instruction-parameter {
color: rgb(78, 78, 78);
}
.gd-events-sheet-default-theme .instruction-parameter.expression {
color: rgb(27, 143, 1);
}
.gd-events-sheet-default-theme .instruction-parameter.object,
.gd-events-sheet-default-theme .instruction-parameter.objectPtr,
.gd-events-sheet-default-theme .instruction-parameter.objectList,
.gd-events-sheet-default-theme .instruction-parameter.objectListWithoutPicking {
color: #3c4698;
font-weight: bold;
}
.gd-events-sheet-default-theme .instruction-parameter.behavior {
color: rgb(119, 119, 119);
}
.gd-events-sheet-default-theme .instruction-parameter.operator {
color: rgb(55, 131, 211);
}
.gd-events-sheet-default-theme .instruction-parameter.objectvar {
color: rgb(131, 55, 162);
}
.gd-events-sheet-default-theme .instruction-parameter.scenevar {
color: rgb(131, 55, 162);
}
.gd-events-sheet-default-theme .instruction-parameter.globalvar {
color: rgb(131, 55, 162);
}
.gd-events-sheet-default-theme
.instruction-parameter
.instruction-invalid-parameter {
color: #bb0000;
text-decoration: #bb0000 underline wavy;
}
.gd-events-sheet-default-theme
.instruction-parameter
.instruction-missing-parameter {
display: inline-flex;
background-color: rgba(243, 0, 12, 0.15);
border-bottom: 1px dashed #bb0000;
min-width: 25px;
min-height: 14px;
}
/**
* Search results highlight
*/
.gd-events-sheet-default-theme.with-search-results .rst__moveHandle {
background: #d3d3d3 !important;
border: 1px solid #d3d3d3 !important;
}
.gd-events-sheet-default-theme .rst__rowSearchMatch {
outline: none;
border-left: solid 3px #18dcf2;
}
.gd-events-sheet-default-theme .rst__rowSearchFocus {
outline: none;
border-left: solid 5px #18dcf2;
}
/**
* Drag'n'drop indicator (events)
*/
.gd-events-sheet-default-theme .drop-indicator {
border-top: 2px solid black;
height: 0;
margin-top: -1px;
margin-bottom: -1px;
width: '100%';
box-sizing: 'border-box';
}
.gd-events-sheet-default-theme .cant-drop-indicator {
border-top: 2px solid #ff5c5c;
height: 0;
margin-top: -1px;
margin-bottom: -1px;
width: '100%';
box-sizing: 'border-box';
}
/**
* Skinning the "Link" event
*/
.gd-events-sheet-default-theme .link-container {
background: #f1f2f2;
}
.gd-events-sheet-default-theme .link-container .selectable {
color: #3c4698;
}
/* Theming icons */
.gd-events-sheet-default-theme .icon {
padding-right: 2px;
width: 16px;
height: 16px;
} | 0.523177 | 0.07658 |
* {
margin: 0;
padding: 0;
font-family: 'Libre Franklin', sans-serif;
box-sizing: border-box;
}
.screens-main {
display: inline-block;
width: 100%;
}
.project_workflow{
padding-left: 28%;
padding-top: 2%;
}
.project_workflow .swimlane {
box-sizing: border-box;
position: relative;
display: block;
float: left;
width: 400px;
margin-right: 15px;
padding: 25px 10px 5px;
vertical-align: top;
border: 1px solid #e5eaf4;
border-top: 0;
background: #fdfdfd;
-webkit-transition: all .25s ease;
transition: all .25s ease;
}
.project_workflow .swimlane-color {
position: absolute;
top: 0;
left: -1px;
width: 400px;
height: 2px;
}
.project_workflow .swimlane-color {
width: 400px;
}
.status-hollywood {
background: #f4c712;
}
.status-bollywood {
background: #00a553;
}
.project_workflow .swimlane-header {
padding-left: 10px;
padding-right: 10px;
margin-bottom: 40px;
}
.project_workflow .swimlane-title {
font-size: 18px;
font-weight: 500;
color: #47506e;
cursor: default;
}
.project_workflow .swimlane-title {
font-size: 18px;
font-weight: 500;
color: #47506e;
cursor: default;
}
.project_workflow .swimlane-title .title {
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.project_workflow .swimlane-title .count {
color: #acb5c5;
margin: 0 0 0 10px;
}
.project_workflow .rename-swimlane div {
float: left;
}
.project_workflow .swimlane .fill-remaining-height {
-webkit-transition: none;
transition: none;
}
.project_workflow .workflow-cards-scroll-wrapper.is-scrollable {
overflow: auto;
}
.project_workflow .workflow-cards-scroll-wrapper {
overflow: hidden;
margin-right: -5px;
margin-bottom: 5px;
padding-right: 5px;
padding-left: 0;
}
.project_workflow .card {
cursor: pointer;
position: relative;
z-index: 2;
box-sizing: border-box;
height: 250px;
margin-bottom: 5px;
padding: 8px 10px;
-webkit-transition: all .25s ease;
transition: all .25s ease;
border: 1px solid #e5eaf4;
border-radius: 4px;
background: #fff;
box-shadow: 0 1px 1px rgba(51,60,78,.06);
overflow: hidden;
}
.project_workflow .thumbnail {
/* min-width: 55px; */
height: 200px;
border: 1px solid #e5eaf4;
background-size: cover;
box-shadow: 0 0 3.88px 0.12px rgba(27,32,43,.19);
/* display: inline-block;
vertical-align: middle; */
margin-right: 5px;
}
.project_workflow .content {
padding-top: 10px;
font-size: 18px;
padding-left: 5px;
/* display: inline-block;
vertical-align: middle; */
}
.project_workflow .content .title {
font-size: 18px;
} | public/css/style.css | * {
margin: 0;
padding: 0;
font-family: 'Libre Franklin', sans-serif;
box-sizing: border-box;
}
.screens-main {
display: inline-block;
width: 100%;
}
.project_workflow{
padding-left: 28%;
padding-top: 2%;
}
.project_workflow .swimlane {
box-sizing: border-box;
position: relative;
display: block;
float: left;
width: 400px;
margin-right: 15px;
padding: 25px 10px 5px;
vertical-align: top;
border: 1px solid #e5eaf4;
border-top: 0;
background: #fdfdfd;
-webkit-transition: all .25s ease;
transition: all .25s ease;
}
.project_workflow .swimlane-color {
position: absolute;
top: 0;
left: -1px;
width: 400px;
height: 2px;
}
.project_workflow .swimlane-color {
width: 400px;
}
.status-hollywood {
background: #f4c712;
}
.status-bollywood {
background: #00a553;
}
.project_workflow .swimlane-header {
padding-left: 10px;
padding-right: 10px;
margin-bottom: 40px;
}
.project_workflow .swimlane-title {
font-size: 18px;
font-weight: 500;
color: #47506e;
cursor: default;
}
.project_workflow .swimlane-title {
font-size: 18px;
font-weight: 500;
color: #47506e;
cursor: default;
}
.project_workflow .swimlane-title .title {
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.project_workflow .swimlane-title .count {
color: #acb5c5;
margin: 0 0 0 10px;
}
.project_workflow .rename-swimlane div {
float: left;
}
.project_workflow .swimlane .fill-remaining-height {
-webkit-transition: none;
transition: none;
}
.project_workflow .workflow-cards-scroll-wrapper.is-scrollable {
overflow: auto;
}
.project_workflow .workflow-cards-scroll-wrapper {
overflow: hidden;
margin-right: -5px;
margin-bottom: 5px;
padding-right: 5px;
padding-left: 0;
}
.project_workflow .card {
cursor: pointer;
position: relative;
z-index: 2;
box-sizing: border-box;
height: 250px;
margin-bottom: 5px;
padding: 8px 10px;
-webkit-transition: all .25s ease;
transition: all .25s ease;
border: 1px solid #e5eaf4;
border-radius: 4px;
background: #fff;
box-shadow: 0 1px 1px rgba(51,60,78,.06);
overflow: hidden;
}
.project_workflow .thumbnail {
/* min-width: 55px; */
height: 200px;
border: 1px solid #e5eaf4;
background-size: cover;
box-shadow: 0 0 3.88px 0.12px rgba(27,32,43,.19);
/* display: inline-block;
vertical-align: middle; */
margin-right: 5px;
}
.project_workflow .content {
padding-top: 10px;
font-size: 18px;
padding-left: 5px;
/* display: inline-block;
vertical-align: middle; */
}
.project_workflow .content .title {
font-size: 18px;
} | 0.412412 | 0.120957 |
body{
width: 100%;
height: 100%;
padding: 0;
margin: 0;
font-family: 'Open sans' ,sans-serif;
}
*{
padding: 0;
margin: 0;
}
.header{
position: absolute;
background-color: white;
box-shadow: 0 0 6px 0 #000;
width: 800px;
height: 150px;
top: 50%;
left: 50%;
transform: translateX(-50%);
text-align: center;
}
.header .horitzontal{
position: absolute;
width: 500px;
height: 120px;
left: 20%;
transform: translateY(-50%);
font-family: 'Open sans';
}
.nav-wrapper{
background-color: #800000;
}
.nav-wrapper img{
height: 50px;
position: absolute;
top: 7px;
transform: translateX(-50%)
}
section{
overflow: hidden;
}
.home{
background:linear-gradient(rgba(128,0,0,0.2),rgba(0,0,0,0.3)),url(../../img/Cover/cover1.jpg) fixed center;
height: 50vh;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
}
.horitzontal h6:hover .horizontal{
color: #800000;
}
.footer{
background-color: #800000;
padding: 20px;
}
.footer div div img{
transform: translateY(50%);
}
.footer li{
list-style: none;
color: #fff;
}
.footer li a{
color: #fff;
}
.footer-bar{
background-color:#A21616;
height: 15%;
position: absolute;
left:0;
right: 0;
height: 39px;
}
.members img{
height: 180px;
width: 300px;
}
.members .col {
position: relative;
}
.image-member{
padding: 0px 50px;
}
.members .col{
padding-bottom: 7px;
}
.member-overlay{
background-image: linear-gradient(rgba(128,0,0,0.5),rgba(128,0,0,0.5));
position: absolute;
text-align: center;
color: #fff;
top: 0;
left: 10px;
right: 10px;
bottom: 13px;
opacity: 0;
transition: all 400ms linear;
}
.members:hover .member-overlay{
opacity: 1;
}
.full-faculty{
background-color: #fff;
}
#faculty{
padding: 0;
margin: 0;
background-color: #f4f4f4;
}
.nav-wrapper ul li a{
font-size: 13px
}
.vertical h5{
transform: rotate(270deg);
position: absolute;
bottom: 10%;
left: 8%;
color: #800000;
font-weight: 50;
font-size: 26px
}
.horitzontal h6{
position: absolute;
top: 89%;
font-family: 'Open sans';
left: 10%;
font-size: 28px;
font-weight: 50;
}
.full-faculty{
margin: 150px 60px;
}
.article-member p{
padding: 50px 50px 30px 50px ;
text-indent: 1px;
font-size: 14px;
text-align: justify;
letter-spacing: px;
}
ul.social-list {
padding: 0;
margin-top: 4px;
}
ul.social-list li {
display: inline-block;
padding: 0;
list-style: none;
}
ul.social-list li a {
border: 1px solid #fff;
width: 35px;
height: 35px;
display: inline-block;
line-height: 35px;
color: #fff;
border-radius: 50px;
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}
ul.social-list li:nth-child(1) a:hover {
background: #3b5998;
border-color: transparent;
}
ul.social-list li:nth-child(2) a:hover {
background: #00aced;
border-color: transparent;
}
ul.social-list li:nth-child(3) a:hover {
background: #dd4b39;
border-color: transparent;
}
.newsevent .btn{
margin-top: 150px;
font-size: 19px;
width: 280px;
background-color: #800000;
}
.newsevent a:hover{
background-color: #500000;
}
.card-content{
background-color: #800000;
color: #fff;
}
.card-action{
background-color: #A21616 !important;
}
#side-nav{
padding: 0 30px 0 0;
} | public/css/css/styleinside.css | body{
width: 100%;
height: 100%;
padding: 0;
margin: 0;
font-family: 'Open sans' ,sans-serif;
}
*{
padding: 0;
margin: 0;
}
.header{
position: absolute;
background-color: white;
box-shadow: 0 0 6px 0 #000;
width: 800px;
height: 150px;
top: 50%;
left: 50%;
transform: translateX(-50%);
text-align: center;
}
.header .horitzontal{
position: absolute;
width: 500px;
height: 120px;
left: 20%;
transform: translateY(-50%);
font-family: 'Open sans';
}
.nav-wrapper{
background-color: #800000;
}
.nav-wrapper img{
height: 50px;
position: absolute;
top: 7px;
transform: translateX(-50%)
}
section{
overflow: hidden;
}
.home{
background:linear-gradient(rgba(128,0,0,0.2),rgba(0,0,0,0.3)),url(../../img/Cover/cover1.jpg) fixed center;
height: 50vh;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
}
.horitzontal h6:hover .horizontal{
color: #800000;
}
.footer{
background-color: #800000;
padding: 20px;
}
.footer div div img{
transform: translateY(50%);
}
.footer li{
list-style: none;
color: #fff;
}
.footer li a{
color: #fff;
}
.footer-bar{
background-color:#A21616;
height: 15%;
position: absolute;
left:0;
right: 0;
height: 39px;
}
.members img{
height: 180px;
width: 300px;
}
.members .col {
position: relative;
}
.image-member{
padding: 0px 50px;
}
.members .col{
padding-bottom: 7px;
}
.member-overlay{
background-image: linear-gradient(rgba(128,0,0,0.5),rgba(128,0,0,0.5));
position: absolute;
text-align: center;
color: #fff;
top: 0;
left: 10px;
right: 10px;
bottom: 13px;
opacity: 0;
transition: all 400ms linear;
}
.members:hover .member-overlay{
opacity: 1;
}
.full-faculty{
background-color: #fff;
}
#faculty{
padding: 0;
margin: 0;
background-color: #f4f4f4;
}
.nav-wrapper ul li a{
font-size: 13px
}
.vertical h5{
transform: rotate(270deg);
position: absolute;
bottom: 10%;
left: 8%;
color: #800000;
font-weight: 50;
font-size: 26px
}
.horitzontal h6{
position: absolute;
top: 89%;
font-family: 'Open sans';
left: 10%;
font-size: 28px;
font-weight: 50;
}
.full-faculty{
margin: 150px 60px;
}
.article-member p{
padding: 50px 50px 30px 50px ;
text-indent: 1px;
font-size: 14px;
text-align: justify;
letter-spacing: px;
}
ul.social-list {
padding: 0;
margin-top: 4px;
}
ul.social-list li {
display: inline-block;
padding: 0;
list-style: none;
}
ul.social-list li a {
border: 1px solid #fff;
width: 35px;
height: 35px;
display: inline-block;
line-height: 35px;
color: #fff;
border-radius: 50px;
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}
ul.social-list li:nth-child(1) a:hover {
background: #3b5998;
border-color: transparent;
}
ul.social-list li:nth-child(2) a:hover {
background: #00aced;
border-color: transparent;
}
ul.social-list li:nth-child(3) a:hover {
background: #dd4b39;
border-color: transparent;
}
.newsevent .btn{
margin-top: 150px;
font-size: 19px;
width: 280px;
background-color: #800000;
}
.newsevent a:hover{
background-color: #500000;
}
.card-content{
background-color: #800000;
color: #fff;
}
.card-action{
background-color: #A21616 !important;
}
#side-nav{
padding: 0 30px 0 0;
} | 0.337531 | 0.064418 |
:root {
--blue: #5e72e4;
--indigo: #5603ad;
--purple: #8965e0;
--pink: #f3a4b5;
--red: #f5365c;
--orange: #fb6340;
--yellow: #ffd600;
--green: #2dce89;
--teal: #11cdef;
--cyan: #2bffc6;
--white: #fff;
--gray: #8898aa;
--gray-dark: #32325d;
--light: #ced4da;
--lighter: #e9ecef;
--primary: #5e72e4;
--secondary: #f7fafc;
--success: #2dce89;
--info: #11cdef;
--warning: #fb6340;
--danger: #f5365c;
--light: #adb5bd;
--dark: #212529;
--default: #172b4d;
--white: #fff;
--neutral: #fff;
--darker: black;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: Open Sans, sans-serif;
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
"Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#bodyscroll::-webkit-scrollbar {
width: 0.4em;
}
#bodyscroll::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
#bodyscroll::-webkit-scrollbar-thumb {
background-color: #318CE7;
border-radius: 0px;
}
.hidden-scrollbar::-webkit-scrollbar {
visibility: hidden;
display: none;
}
@-ms-viewport {
width: device-width;
}
figcaption,
footer,
header,
main,
nav,
section {
display: block;
}
body {
font-family: Open Sans, sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
margin: 0;
text-align: left;
color: #525f7f;
background-color: #f8f9fe;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
overflow: visible;
box-sizing: content-box;
height: 0;
}
h1,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
address {
font-style: normal;
line-height: inherit;
margin-bottom: 1rem;
}
ul {
margin-top: 0;
margin-bottom: 1rem;
}
ul ul {
margin-bottom: 0;
}
dfn {
font-style: italic;
}
strong {
font-weight: bolder;
}
a {
text-decoration: none;
color: #5e72e4;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
text-decoration: none;
color: #233dd2;
}
a:not([href]):not([tabindex]) {
text-decoration: none;
color: inherit;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
text-decoration: none;
color: inherit;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
code {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
font-size: 1em;
}
img {
vertical-align: middle;
border-style: none;
}
caption {
padding-top: 1rem;
padding-bottom: 1rem;
caption-side: bottom;
text-align: left;
color: #8898aa;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
margin: 0;
}
button,
input {
overflow: visible;
}
button {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
legend {
font-size: 1.5rem;
line-height: inherit;
display: block;
width: 100%;
max-width: 100%;
margin-bottom: 0.5rem;
padding: 0;
white-space: normal;
color: inherit;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
[hidden] {
display: none !important;
}
h1,
h3,
h4,
h5,
h6,
.h1,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 600;
line-height: 1.5;
margin-bottom: 0.5rem;
color: #32325d;
}
h1,
.h1 {
font-size: 1.625rem;
}
h3,
.h3 {
font-size: 1.0625rem;
}
h4,
.h4 {
font-size: 0.9375rem;
}
h5,
.h5 {
font-size: 0.8125rem;
}
h6,
.h6 {
font-size: 0.625rem;
}
.display-2 {
font-size: 2.75rem;
font-weight: 600;
line-height: 1.5;
}
hr {
margin-top: 2rem;
margin-bottom: 2rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
code {
font-size: 87.5%;
word-break: break-word;
color: #f3a4b5;
}
a > code {
color: inherit;
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
}
@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 {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
}
.row {
display: flex;
margin-right: -15px;
margin-left: -15px;
flex-wrap: wrap;
}
.col-4,
.col-8,
.col,
.col-md-10,
.col-md-12,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-7,
.col-xl-4,
.col-xl-6,
.col-xl-8 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
max-width: 100%;
flex-basis: 0;
flex-grow: 1;
}
.col-4 {
max-width: 33.33333%;
flex: 0 0 33.33333%;
}
.col-8 {
max-width: 66.66667%;
flex: 0 0 66.66667%;
}
@media (min-width: 768px) {
.col-md-10 {
max-width: 83.33333%;
flex: 0 0 83.33333%;
}
.col-md-12 {
max-width: 100%;
flex: 0 0 100%;
}
}
@media (min-width: 992px) {
.col-lg-3 {
max-width: 25%;
flex: 0 0 25%;
}
.col-lg-4 {
max-width: 33.33333%;
flex: 0 0 33.33333%;
}
.col-lg-6 {
max-width: 50%;
flex: 0 0 50%;
}
.col-lg-7 {
max-width: 58.33333%;
flex: 0 0 58.33333%;
}
.order-lg-2 {
order: 2;
}
}
@media (min-width: 1200px) {
.col-xl-4 {
max-width: 33.33333%;
flex: 0 0 33.33333%;
}
.col-xl-6 {
max-width: 50%;
flex: 0 0 50%;
}
.col-xl-8 {
max-width: 66.66667%;
flex: 0 0 66.66667%;
}
.order-xl-1 {
order: 1;
}
.order-xl-2 {
order: 2;
}
}
.form-control {
font-size: 1rem;
line-height: 1.5;
display: block;
width: 100%;
height: calc(2.75rem + 2px);
padding: 0.625rem 0.75rem;
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
color: #8898aa;
border: 1px solid #cad1d7;
border-radius: 0.375rem;
background-color: #fff;
background-clip: padding-box;
box-shadow: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
border: 0;
background-color: transparent;
}
.form-control:focus {
color: #8898aa;
border-color: rgba(50, 151, 211, 0.25);
outline: 0;
background-color: #fff;
box-shadow: none, none;
}
.form-control:-ms-input-placeholder {
opacity: 1;
color: #adb5bd;
}
.form-control::-ms-input-placeholder {
opacity: 1;
color: #adb5bd;
}
.form-control::placeholder {
opacity: 1;
color: #adb5bd;
}
.form-control:disabled,
.form-control[readonly] {
opacity: 1;
background-color: #e9ecef;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 1.5rem;
}
.form-inline {
display: flex;
flex-flow: row wrap;
align-items: center;
}
@media (min-width: 576px) {
.form-inline label {
display: flex;
margin-bottom: 0;
align-items: center;
justify-content: center;
}
.form-inline .form-group {
display: flex;
margin-bottom: 0;
flex: 0 0 auto;
flex-flow: row wrap;
align-items: center;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .input-group {
width: auto;
}
}
.btn {
font-size: 1rem;
font-weight: 600;
line-height: 1.5;
display: inline-block;
padding: 0.625rem 1.25rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
text-align: center;
vertical-align: middle;
white-space: nowrap;
border: 1px solid transparent;
border-radius: 0.375rem;
}
@media screen and (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover,
.btn:focus {
text-decoration: none;
}
.btn:focus {
outline: 0;
box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.btn:disabled {
opacity: 0.65;
box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active {
box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active:focus {
box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08),
none;
}
.btn-primary {
color: #fff;
border-color: #5e72e4;
background-color: #5e72e4;
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.btn-primary:hover {
color: #fff;
border-color: #5e72e4;
background-color: #5e72e4;
}
.btn-primary:focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08),
0 0 0 0 rgba(94, 114, 228, 0.5);
}
.btn-primary:disabled {
color: #fff;
border-color: #5e72e4;
background-color: #5e72e4;
}
.btn-primary:not(:disabled):not(.disabled):active {
color: #fff;
border-color: #5e72e4;
background-color: #324cdd;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
box-shadow: none, 0 0 0 0 rgba(94, 114, 228, 0.5);
}
.btn-info {
color: #fff;
border-color: #11cdef;
background-color: #11cdef;
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.btn-info:hover {
color: #fff;
border-color: #11cdef;
background-color: #11cdef;
}
.btn-info:focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08),
0 0 0 0 rgba(17, 205, 239, 0.5);
}
.btn-info:disabled {
color: #fff;
border-color: #11cdef;
background-color: #11cdef;
}
.btn-info:not(:disabled):not(.disabled):active {
color: #fff;
border-color: #11cdef;
background-color: #0da5c0;
}
.btn-info:not(:disabled):not(.disabled):active:focus {
box-shadow: none, 0 0 0 0 rgba(17, 205, 239, 0.5);
}
.btn-default {
color: #fff;
border-color: #172b4d;
background-color: #172b4d;
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.btn-default:hover {
color: #fff;
border-color: #172b4d;
background-color: #172b4d;
}
.btn-default:focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08),
0 0 0 0 rgba(23, 43, 77, 0.5);
}
.btn-default:disabled {
color: #fff;
border-color: #172b4d;
background-color: #172b4d;
}
.btn-default:not(:disabled):not(.disabled):active {
color: #fff;
border-color: #172b4d;
background-color: #0b1526;
}
.btn-default:not(:disabled):not(.disabled):active:focus {
box-shadow: none, 0 0 0 0 rgba(23, 43, 77, 0.5);
}
.btn-sm {
font-size: 0.875rem;
line-height: 1.5;
padding: 0.25rem 0.5rem;
border-radius: 0.375rem;
}
.dropdown {
position: relative;
}
.dropdown-menu {
font-size: 1rem;
position: absolute;
z-index: 1000;
top: 100%;
left: 0;
display: none;
float: left;
min-width: 10rem;
margin: 0.125rem 0 0;
padding: 0.5rem 0;
list-style: none;
text-align: left;
color: #525f7f;
border: 0 solid rgba(0, 0, 0, 0.15);
border-radius: 0.4375rem;
background-color: #fff;
background-clip: padding-box;
box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}
.dropdown-menu.show {
display: block;
opacity: 1;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto;
}
.dropdown-divider {
overflow: hidden;
height: 0;
margin: 0.5rem 0;
border-top: 1px solid #e9ecef;
}
.dropdown-item {
font-weight: 400;
display: block;
clear: both;
width: 100%;
padding: 0.25rem 1.5rem;
text-align: inherit;
white-space: nowrap;
color: #212529;
border: 0;
background-color: transparent;
}
.dropdown-item:hover,
.dropdown-item:focus {
text-decoration: none;
color: #16181b;
background-color: #f6f9fc;
}
.dropdown-item:active {
text-decoration: none;
color: #fff;
background-color: #5e72e4;
}
.dropdown-item:disabled {
color: #8898aa;
background-color: transparent;
}
.dropdown-header {
font-size: 0.875rem;
display: block;
margin-bottom: 0;
padding: 0.5rem 1.5rem;
white-space: nowrap;
color: #8898aa;
}
.input-group {
position: relative;
display: flex;
width: 100%;
flex-wrap: wrap;
align-items: stretch;
}
.input-group > .form-control {
position: relative;
width: 1%;
margin-bottom: 0;
flex: 1 1 auto;
}
.input-group > .form-control + .form-control {
margin-left: -1px;
}
.input-group > .form-control:focus {
z-index: 3;
}
.input-group > .form-control:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-prepend {
display: flex;
}
.input-group-prepend .btn {
position: relative;
z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn {
margin-left: -1px;
}
.input-group-prepend {
margin-right: -1px;
}
.input-group-text {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
display: flex;
margin-bottom: 0;
padding: 0.625rem 0.75rem;
text-align: center;
white-space: nowrap;
color: #adb5bd;
border: 1px solid #cad1d7;
border-radius: 0.375rem;
background-color: #fff;
align-items: center;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
> .input-group-prepend:first-child
> .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.nav {
display: flex;
margin-bottom: 0;
padding-left: 0;
list-style: none;
flex-wrap: wrap;
}
.nav-link {
display: block;
padding: 0.25rem 0.75rem;
}
.nav-link:hover,
.nav-link:focus {
text-decoration: none;
}
.navbar {
position: relative;
display: flex;
padding: 1rem 1rem;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.navbar > .container,
.navbar > .container-fluid {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.navbar-nav {
display: flex;
flex-direction: column;
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 1rem;
padding-left: 1rem;
}
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
flex-wrap: nowrap;
}
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.95);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.65);
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
margin-bottom: 30px;
word-wrap: break-word;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 0.375rem;
background-color: #fff;
background-clip: border-box;
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card-body {
padding: 1.5rem;
flex: 1 1 auto;
}
.card-header {
margin-bottom: 0;
padding: 1.25rem 1.5rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
background-color: #fff;
}
.card-header:first-child {
border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}
.card-title {
padding: 0;
margin: 0;
font-family: "Nunito", sans-serif;
font-size: 16px;
}
.h2 {
font-size: 21px;
color:#233dd2
}
.stats-icon i {
font-size: 42px;
line-height: 0;
margin-right: 20px;
color: #4154f1;
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.progress {
font-size: 0.75rem;
display: flex;
overflow: hidden;
height: 1rem;
border-radius: 0.375rem;
background-color: #e9ecef;
box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.media {
display: flex;
align-items: flex-start;
}
.media-body {
flex: 1 1;
}
.bg-secondary {
background-color: #f7fafc !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #d2e3ee !important;
}
.bg-default {
background-color: #172b4d !important;
}
a.bg-default:hover,
a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
background-color: #0b1526 !important;
}
.bg-white {
background-color: #fff !important;
}
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
background-color: #e6e6e6 !important;
}
.bg-white {
background-color: #fff !important;
}
.border-0 {
border: 0 !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.d-none {
display: none !important;
}
.d-flex {
display: flex !important;
}
@media (min-width: 768px) {
.d-md-flex {
display: flex !important;
}
}
@media (min-width: 992px) {
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.align-items-center {
align-items: center !important;
}
@media (min-width: 1200px) {
.justify-content-xl-between {
justify-content: space-between !important;
}
}
.float-right {
float: right !important;
}
.shadow,
.card-profile-image img {
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}
.m-0 {
margin: 0 !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mr-2 {
margin-right: 0.5rem !important;
}
.ml-2 {
margin-left: 0.5rem !important;
}
.mr-3 {
margin-right: 1rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mt--7 {
margin-top: -6rem !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pr-0 {
padding-right: 0 !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pt-8 {
padding-top: 8rem !important;
}
.pb-8 {
padding-bottom: 8rem !important;
}
.m-auto {
margin: auto !important;
}
@media (min-width: 768px) {
.mt-md-5 {
margin-top: 3rem !important;
}
.pt-md-4 {
padding-top: 1.5rem !important;
}
.pb-md-4 {
padding-bottom: 1.5rem !important;
}
}
@media (min-width: 992px) {
.pl-lg-4 {
padding-left: 1.5rem !important;
}
.pt-lg-8 {
padding-top: 8rem !important;
}
.ml-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.mb-xl-0 {
margin-bottom: 0 !important;
}
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-bold {
font-weight: 600 !important;
}
.text-white {
color: #fff !important;
}
.text-white {
color: #fff !important;
}
a.text-white:hover,
a.text-white:focus {
color: #e6e6e6 !important;
}
.text-muted {
color: #8898aa !important;
}
@media print {
*,
*::before,
*::after {
box-shadow: none !important;
text-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
img {
page-break-inside: avoid;
}
p,
h3 {
orphans: 3;
widows: 3;
}
h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 992px !important;
}
.container {
min-width: 992px !important;
}
.navbar {
display: none;
}
}
figcaption,
main {
display: block;
}
main {
overflow: hidden;
}
.bg-white {
background-color: #fff !important;
}
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
background-color: #e6e6e6 !important;
}
.bg-gradient-default {
background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}
.bg-gradient-default {
background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}
@keyframes floating-lg {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(15px);
}
100% {
transform: translateY(0px);
}
}
@keyframes floating {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(10px);
}
100% {
transform: translateY(0px);
}
}
@keyframes floating-sm {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(5px);
}
100% {
transform: translateY(0px);
}
}
.opacity-8 {
opacity: 0.8 !important;
}
.opacity-8 {
opacity: 0.9 !important;
}
.center {
left: 50%;
transform: translateX(-50%);
}
[class*="shadow"] {
transition: all 0.15s ease;
}
.font-weight-300 {
font-weight: 300 !important;
}
.text-sm {
font-size: 0.875rem !important;
}
.text-white {
color: #fff !important;
}
a.text-white:hover,
a.text-white:focus {
color: #e6e6e6 !important;
}
.avatar {
font-size: 1rem;
display: inline-flex;
width: 48px;
height: 48px;
color: #fff;
border-radius: 50%;
background-color: #adb5bd;
align-items: center;
justify-content: center;
}
.avatar img {
width: 100%;
border-radius: 50%;
}
.avatar-sm {
font-size: 0.875rem;
width: 36px;
height: 36px;
}
.btn {
font-size: 0.875rem;
position: relative;
transition: all 0.15s ease;
letter-spacing: 0.025em;
text-transform: none;
will-change: transform;
}
.btn:hover {
transform: translateY(-1px);
box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.btn:not(:last-child) {
margin-right: 0.5rem;
}
.btn i:not(:first-child) {
margin-left: 0.5rem;
}
.btn i:not(:last-child) {
margin-right: 0.5rem;
}
.input-group .btn {
margin-right: 0;
transform: translateY(0);
}
.btn-sm {
font-size: 0.75rem;
}
[class*="btn-outline-"] {
border-width: 1px;
}
.card-profile-image {
position: relative;
}
.card-profile-image img {
position: absolute;
left: 50%;
max-width: 180px;
transition: all 0.15s ease;
transform: translate(-50%, -30%);
border-radius: 0.375rem;
}
.card-profile-image img:hover {
transform: translate(-50%, -33%);
}
.card-profile-stats {
padding: 1rem 0;
}
.card-profile-stats > div {
margin-right: 1rem;
padding: 0.875rem;
text-align: center;
}
.card-profile-stats > div:last-child {
margin-right: 0;
}
.card-profile-stats > div .heading {
font-size: 1.1rem;
font-weight: bold;
display: block;
}
.card-profile-stats > div .description {
font-size: 0.875rem;
color: #adb5bd;
}
.main-content {
position: relative;
}
.main-content .navbar-top {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
padding-right: 0 !important;
padding-left: 0 !important;
background-color: transparent;
}
@media (min-width: 768px) {
.main-content .container-fluid {
padding-right: 39px !important;
padding-left: 39px !important;
}
}
.dropdown {
display: inline-block;
}
.dropdown-menu {
min-width: 12rem;
}
.dropdown-menu .dropdown-item {
font-size: 0.875rem;
padding: 0.5rem 1rem;
}
.dropdown-menu .dropdown-item > i {
font-size: 1rem;
margin-right: 1rem;
vertical-align: -17%;
}
.dropdown-header {
font-size: 0.625rem;
font-weight: 700;
padding-right: 1rem;
padding-left: 1rem;
text-transform: uppercase;
color: #f6f9fc;
}
.dropdown-menu a.media > div:first-child {
line-height: 1;
}
.dropdown-menu a.media p {
color: #8898aa;
}
.dropdown-menu a.media:hover .heading,
.dropdown-menu a.media:hover p {
color: #172b4d !important;
}
.footer {
padding: 2.5rem 0;
background: #f7fafc;
}
.footer .nav .nav-item .nav-link {
color: #8898aa !important;
}
.footer .nav .nav-item .nav-link:hover {
color: #525f7f !important;
}
.footer .copyright {
font-size: 0.875rem;
}
.form-control-label {
font-size: 0.875rem;
font-weight: 600;
color: #525f7f;
}
.form-control {
font-size: 0.875rem;
}
.form-control:focus:-ms-input-placeholder {
color: #adb5bd;
}
.form-control:focus::-ms-input-placeholder {
color: #adb5bd;
}
.form-control:focus::placeholder {
color: #adb5bd;
}
textarea[resize="none"] {
resize: none !important;
}
textarea[resize="both"] {
resize: both !important;
}
textarea[resize="vertical"] {
resize: vertical !important;
}
textarea[resize="horizontal"] {
resize: horizontal !important;
}
.form-control-alternative {
transition: box-shadow 0.15s ease;
border: 0;
box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}
.form-control-alternative:focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.input-group {
transition: all 0.15s ease;
border-radius: 0.375rem;
box-shadow: none;
}
.input-group .form-control {
box-shadow: none;
}
.input-group .form-control:not(:first-child) {
padding-left: 0;
border-left: 0;
}
.input-group .form-control:not(:last-child) {
padding-right: 0;
border-right: 0;
}
.input-group .form-control:focus {
box-shadow: none;
}
.input-group-text {
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.input-group-alternative {
transition: box-shadow 0.15s ease;
border: 0;
box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}
.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
border: 0;
box-shadow: none;
}
.focused .input-group-alternative {
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}
.focused .input-group {
box-shadow: none;
}
.focused .input-group-text {
color: #8898aa;
border-color: rgba(50, 151, 211, 0.25);
background-color: #fff;
}
.focused .form-control {
border-color: rgba(50, 151, 211, 0.25);
}
.header {
position: relative;
}
.input-group {
transition: all 0.15s ease;
border-radius: 0.375rem;
box-shadow: none;
}
.input-group .form-control {
box-shadow: none;
}
.input-group .form-control:not(:first-child) {
padding-left: 0;
border-left: 0;
}
.input-group .form-control:not(:last-child) {
padding-right: 0;
border-right: 0;
}
.input-group .form-control:focus {
box-shadow: none;
}
.input-group-text {
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.input-group-alternative {
transition: box-shadow 0.15s ease;
border: 0;
box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}
.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
border: 0;
box-shadow: none;
}
.focused .input-group-alternative {
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}
.focused .input-group {
box-shadow: none;
}
.focused .input-group-text {
color: #8898aa;
border-color: rgba(50, 151, 211, 0.25);
background-color: #fff;
}
.focused .form-control {
border-color: rgba(50, 151, 211, 0.25);
}
.mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.15s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.mask {
transition: none;
}
}
.nav-link {
color: #525f7f;
}
.nav-link:hover {
color: #5e72e4;
}
.nav-link i.ni {
position: relative;
top: 2px;
}
.navbar-search .input-group {
border: 2px solid;
border-radius: 2rem;
background-color: transparent;
}
.navbar-search .input-group .input-group-text {
padding-left: 1rem;
background-color: transparent;
}
.navbar-search .form-control {
width: 270px;
background-color: transparent;
}
.navbar-search-dark .input-group {
border-color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .input-group-text {
color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .form-control {
color: rgba(255, 255, 255, 0.9);
}
.navbar-search-dark .form-control:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .form-control::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .form-control::placeholder {
color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .focused .input-group {
border-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
.navbar .dropdown-menu {
margin: 0;
pointer-events: none;
opacity: 0;
}
.navbar .dropdown-menu-arrow:before {
position: absolute;
z-index: -5;
bottom: 100%;
left: 20px;
display: block;
width: 12px;
height: 12px;
content: "";
transform: rotate(-45deg) translateY(12px);
border-radius: 2px;
background: #fff;
box-shadow: none;
}
.navbar .dropdown-menu-right:before {
right: 20px;
left: auto;
}
@keyframes show-navbar-dropdown {
0% {
transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
opacity: 0;
}
100% {
transform: translate(0, 0);
opacity: 1;
}
}
@keyframes hide-navbar-dropdown {
from {
opacity: 1;
}
to {
transform: translate(0, 10px);
opacity: 0;
}
}
}
@media (max-width: 767.98px) {
.navbar-nav .nav-link {
padding: 0.625rem 0;
color: #172b4d !important;
}
.navbar-nav .dropdown-menu {
min-width: auto;
box-shadow: none;
}
}
@keyframes show-navbar-collapse {
0% {
transform: scale(0.95);
transform-origin: 100% 0;
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes hide-navbar-collapse {
from {
transform: scale(1);
transform-origin: 100% 0;
opacity: 1;
}
to {
transform: scale(0.95);
opacity: 0;
}
}
.progress {
overflow: hidden;
height: 8px;
margin-bottom: 1rem;
border-radius: 0.25rem;
background-color: #e9ecef;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
p {
font-size: 1rem;
font-weight: 300;
line-height: 1.7;
}
.description {
font-size: 0.875rem;
}
.heading {
font-size: 0.95rem;
font-weight: 600;
letter-spacing: 0.025em;
text-transform: uppercase;
}
.heading-small {
font-size: 0.75rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.display-2 span {
font-weight: 300;
display: block;
}
@media (max-width: 768px) {
.btn {
margin-bottom: 10px;
}
}
#navbar .navbar {
margin-bottom: 20px;
}
#preloader {
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
background-color:#FFF; /* change if the mask should have another color then white */
z-index:99999; /* makes sure it stays on top */
}
#status {
width:100px;
height:100px;
position:absolute;
left:50%;
top:50%;
z-index:9999;
background-repeat:no-repeat;
background-position:center;
background-size: cover;
margin:-50px 0 0 -50px;
} | static/projects/GitHubShowcase/style.css | :root {
--blue: #5e72e4;
--indigo: #5603ad;
--purple: #8965e0;
--pink: #f3a4b5;
--red: #f5365c;
--orange: #fb6340;
--yellow: #ffd600;
--green: #2dce89;
--teal: #11cdef;
--cyan: #2bffc6;
--white: #fff;
--gray: #8898aa;
--gray-dark: #32325d;
--light: #ced4da;
--lighter: #e9ecef;
--primary: #5e72e4;
--secondary: #f7fafc;
--success: #2dce89;
--info: #11cdef;
--warning: #fb6340;
--danger: #f5365c;
--light: #adb5bd;
--dark: #212529;
--default: #172b4d;
--white: #fff;
--neutral: #fff;
--darker: black;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: Open Sans, sans-serif;
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
"Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#bodyscroll::-webkit-scrollbar {
width: 0.4em;
}
#bodyscroll::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
#bodyscroll::-webkit-scrollbar-thumb {
background-color: #318CE7;
border-radius: 0px;
}
.hidden-scrollbar::-webkit-scrollbar {
visibility: hidden;
display: none;
}
@-ms-viewport {
width: device-width;
}
figcaption,
footer,
header,
main,
nav,
section {
display: block;
}
body {
font-family: Open Sans, sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
margin: 0;
text-align: left;
color: #525f7f;
background-color: #f8f9fe;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
overflow: visible;
box-sizing: content-box;
height: 0;
}
h1,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
address {
font-style: normal;
line-height: inherit;
margin-bottom: 1rem;
}
ul {
margin-top: 0;
margin-bottom: 1rem;
}
ul ul {
margin-bottom: 0;
}
dfn {
font-style: italic;
}
strong {
font-weight: bolder;
}
a {
text-decoration: none;
color: #5e72e4;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
text-decoration: none;
color: #233dd2;
}
a:not([href]):not([tabindex]) {
text-decoration: none;
color: inherit;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
text-decoration: none;
color: inherit;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
code {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
font-size: 1em;
}
img {
vertical-align: middle;
border-style: none;
}
caption {
padding-top: 1rem;
padding-bottom: 1rem;
caption-side: bottom;
text-align: left;
color: #8898aa;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
margin: 0;
}
button,
input {
overflow: visible;
}
button {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
legend {
font-size: 1.5rem;
line-height: inherit;
display: block;
width: 100%;
max-width: 100%;
margin-bottom: 0.5rem;
padding: 0;
white-space: normal;
color: inherit;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
[hidden] {
display: none !important;
}
h1,
h3,
h4,
h5,
h6,
.h1,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 600;
line-height: 1.5;
margin-bottom: 0.5rem;
color: #32325d;
}
h1,
.h1 {
font-size: 1.625rem;
}
h3,
.h3 {
font-size: 1.0625rem;
}
h4,
.h4 {
font-size: 0.9375rem;
}
h5,
.h5 {
font-size: 0.8125rem;
}
h6,
.h6 {
font-size: 0.625rem;
}
.display-2 {
font-size: 2.75rem;
font-weight: 600;
line-height: 1.5;
}
hr {
margin-top: 2rem;
margin-bottom: 2rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
code {
font-size: 87.5%;
word-break: break-word;
color: #f3a4b5;
}
a > code {
color: inherit;
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
}
@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 {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
}
.row {
display: flex;
margin-right: -15px;
margin-left: -15px;
flex-wrap: wrap;
}
.col-4,
.col-8,
.col,
.col-md-10,
.col-md-12,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-7,
.col-xl-4,
.col-xl-6,
.col-xl-8 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
max-width: 100%;
flex-basis: 0;
flex-grow: 1;
}
.col-4 {
max-width: 33.33333%;
flex: 0 0 33.33333%;
}
.col-8 {
max-width: 66.66667%;
flex: 0 0 66.66667%;
}
@media (min-width: 768px) {
.col-md-10 {
max-width: 83.33333%;
flex: 0 0 83.33333%;
}
.col-md-12 {
max-width: 100%;
flex: 0 0 100%;
}
}
@media (min-width: 992px) {
.col-lg-3 {
max-width: 25%;
flex: 0 0 25%;
}
.col-lg-4 {
max-width: 33.33333%;
flex: 0 0 33.33333%;
}
.col-lg-6 {
max-width: 50%;
flex: 0 0 50%;
}
.col-lg-7 {
max-width: 58.33333%;
flex: 0 0 58.33333%;
}
.order-lg-2 {
order: 2;
}
}
@media (min-width: 1200px) {
.col-xl-4 {
max-width: 33.33333%;
flex: 0 0 33.33333%;
}
.col-xl-6 {
max-width: 50%;
flex: 0 0 50%;
}
.col-xl-8 {
max-width: 66.66667%;
flex: 0 0 66.66667%;
}
.order-xl-1 {
order: 1;
}
.order-xl-2 {
order: 2;
}
}
.form-control {
font-size: 1rem;
line-height: 1.5;
display: block;
width: 100%;
height: calc(2.75rem + 2px);
padding: 0.625rem 0.75rem;
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
color: #8898aa;
border: 1px solid #cad1d7;
border-radius: 0.375rem;
background-color: #fff;
background-clip: padding-box;
box-shadow: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
border: 0;
background-color: transparent;
}
.form-control:focus {
color: #8898aa;
border-color: rgba(50, 151, 211, 0.25);
outline: 0;
background-color: #fff;
box-shadow: none, none;
}
.form-control:-ms-input-placeholder {
opacity: 1;
color: #adb5bd;
}
.form-control::-ms-input-placeholder {
opacity: 1;
color: #adb5bd;
}
.form-control::placeholder {
opacity: 1;
color: #adb5bd;
}
.form-control:disabled,
.form-control[readonly] {
opacity: 1;
background-color: #e9ecef;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 1.5rem;
}
.form-inline {
display: flex;
flex-flow: row wrap;
align-items: center;
}
@media (min-width: 576px) {
.form-inline label {
display: flex;
margin-bottom: 0;
align-items: center;
justify-content: center;
}
.form-inline .form-group {
display: flex;
margin-bottom: 0;
flex: 0 0 auto;
flex-flow: row wrap;
align-items: center;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .input-group {
width: auto;
}
}
.btn {
font-size: 1rem;
font-weight: 600;
line-height: 1.5;
display: inline-block;
padding: 0.625rem 1.25rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
text-align: center;
vertical-align: middle;
white-space: nowrap;
border: 1px solid transparent;
border-radius: 0.375rem;
}
@media screen and (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover,
.btn:focus {
text-decoration: none;
}
.btn:focus {
outline: 0;
box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.btn:disabled {
opacity: 0.65;
box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active {
box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active:focus {
box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08),
none;
}
.btn-primary {
color: #fff;
border-color: #5e72e4;
background-color: #5e72e4;
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.btn-primary:hover {
color: #fff;
border-color: #5e72e4;
background-color: #5e72e4;
}
.btn-primary:focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08),
0 0 0 0 rgba(94, 114, 228, 0.5);
}
.btn-primary:disabled {
color: #fff;
border-color: #5e72e4;
background-color: #5e72e4;
}
.btn-primary:not(:disabled):not(.disabled):active {
color: #fff;
border-color: #5e72e4;
background-color: #324cdd;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
box-shadow: none, 0 0 0 0 rgba(94, 114, 228, 0.5);
}
.btn-info {
color: #fff;
border-color: #11cdef;
background-color: #11cdef;
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.btn-info:hover {
color: #fff;
border-color: #11cdef;
background-color: #11cdef;
}
.btn-info:focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08),
0 0 0 0 rgba(17, 205, 239, 0.5);
}
.btn-info:disabled {
color: #fff;
border-color: #11cdef;
background-color: #11cdef;
}
.btn-info:not(:disabled):not(.disabled):active {
color: #fff;
border-color: #11cdef;
background-color: #0da5c0;
}
.btn-info:not(:disabled):not(.disabled):active:focus {
box-shadow: none, 0 0 0 0 rgba(17, 205, 239, 0.5);
}
.btn-default {
color: #fff;
border-color: #172b4d;
background-color: #172b4d;
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.btn-default:hover {
color: #fff;
border-color: #172b4d;
background-color: #172b4d;
}
.btn-default:focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08),
0 0 0 0 rgba(23, 43, 77, 0.5);
}
.btn-default:disabled {
color: #fff;
border-color: #172b4d;
background-color: #172b4d;
}
.btn-default:not(:disabled):not(.disabled):active {
color: #fff;
border-color: #172b4d;
background-color: #0b1526;
}
.btn-default:not(:disabled):not(.disabled):active:focus {
box-shadow: none, 0 0 0 0 rgba(23, 43, 77, 0.5);
}
.btn-sm {
font-size: 0.875rem;
line-height: 1.5;
padding: 0.25rem 0.5rem;
border-radius: 0.375rem;
}
.dropdown {
position: relative;
}
.dropdown-menu {
font-size: 1rem;
position: absolute;
z-index: 1000;
top: 100%;
left: 0;
display: none;
float: left;
min-width: 10rem;
margin: 0.125rem 0 0;
padding: 0.5rem 0;
list-style: none;
text-align: left;
color: #525f7f;
border: 0 solid rgba(0, 0, 0, 0.15);
border-radius: 0.4375rem;
background-color: #fff;
background-clip: padding-box;
box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}
.dropdown-menu.show {
display: block;
opacity: 1;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto;
}
.dropdown-divider {
overflow: hidden;
height: 0;
margin: 0.5rem 0;
border-top: 1px solid #e9ecef;
}
.dropdown-item {
font-weight: 400;
display: block;
clear: both;
width: 100%;
padding: 0.25rem 1.5rem;
text-align: inherit;
white-space: nowrap;
color: #212529;
border: 0;
background-color: transparent;
}
.dropdown-item:hover,
.dropdown-item:focus {
text-decoration: none;
color: #16181b;
background-color: #f6f9fc;
}
.dropdown-item:active {
text-decoration: none;
color: #fff;
background-color: #5e72e4;
}
.dropdown-item:disabled {
color: #8898aa;
background-color: transparent;
}
.dropdown-header {
font-size: 0.875rem;
display: block;
margin-bottom: 0;
padding: 0.5rem 1.5rem;
white-space: nowrap;
color: #8898aa;
}
.input-group {
position: relative;
display: flex;
width: 100%;
flex-wrap: wrap;
align-items: stretch;
}
.input-group > .form-control {
position: relative;
width: 1%;
margin-bottom: 0;
flex: 1 1 auto;
}
.input-group > .form-control + .form-control {
margin-left: -1px;
}
.input-group > .form-control:focus {
z-index: 3;
}
.input-group > .form-control:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-prepend {
display: flex;
}
.input-group-prepend .btn {
position: relative;
z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn {
margin-left: -1px;
}
.input-group-prepend {
margin-right: -1px;
}
.input-group-text {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
display: flex;
margin-bottom: 0;
padding: 0.625rem 0.75rem;
text-align: center;
white-space: nowrap;
color: #adb5bd;
border: 1px solid #cad1d7;
border-radius: 0.375rem;
background-color: #fff;
align-items: center;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
> .input-group-prepend:first-child
> .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.nav {
display: flex;
margin-bottom: 0;
padding-left: 0;
list-style: none;
flex-wrap: wrap;
}
.nav-link {
display: block;
padding: 0.25rem 0.75rem;
}
.nav-link:hover,
.nav-link:focus {
text-decoration: none;
}
.navbar {
position: relative;
display: flex;
padding: 1rem 1rem;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.navbar > .container,
.navbar > .container-fluid {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.navbar-nav {
display: flex;
flex-direction: column;
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 1rem;
padding-left: 1rem;
}
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
flex-wrap: nowrap;
}
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.95);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.65);
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
margin-bottom: 30px;
word-wrap: break-word;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 0.375rem;
background-color: #fff;
background-clip: border-box;
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card-body {
padding: 1.5rem;
flex: 1 1 auto;
}
.card-header {
margin-bottom: 0;
padding: 1.25rem 1.5rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
background-color: #fff;
}
.card-header:first-child {
border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}
.card-title {
padding: 0;
margin: 0;
font-family: "Nunito", sans-serif;
font-size: 16px;
}
.h2 {
font-size: 21px;
color:#233dd2
}
.stats-icon i {
font-size: 42px;
line-height: 0;
margin-right: 20px;
color: #4154f1;
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.progress {
font-size: 0.75rem;
display: flex;
overflow: hidden;
height: 1rem;
border-radius: 0.375rem;
background-color: #e9ecef;
box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.media {
display: flex;
align-items: flex-start;
}
.media-body {
flex: 1 1;
}
.bg-secondary {
background-color: #f7fafc !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #d2e3ee !important;
}
.bg-default {
background-color: #172b4d !important;
}
a.bg-default:hover,
a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
background-color: #0b1526 !important;
}
.bg-white {
background-color: #fff !important;
}
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
background-color: #e6e6e6 !important;
}
.bg-white {
background-color: #fff !important;
}
.border-0 {
border: 0 !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.d-none {
display: none !important;
}
.d-flex {
display: flex !important;
}
@media (min-width: 768px) {
.d-md-flex {
display: flex !important;
}
}
@media (min-width: 992px) {
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.align-items-center {
align-items: center !important;
}
@media (min-width: 1200px) {
.justify-content-xl-between {
justify-content: space-between !important;
}
}
.float-right {
float: right !important;
}
.shadow,
.card-profile-image img {
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}
.m-0 {
margin: 0 !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mr-2 {
margin-right: 0.5rem !important;
}
.ml-2 {
margin-left: 0.5rem !important;
}
.mr-3 {
margin-right: 1rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mt--7 {
margin-top: -6rem !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pr-0 {
padding-right: 0 !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pt-8 {
padding-top: 8rem !important;
}
.pb-8 {
padding-bottom: 8rem !important;
}
.m-auto {
margin: auto !important;
}
@media (min-width: 768px) {
.mt-md-5 {
margin-top: 3rem !important;
}
.pt-md-4 {
padding-top: 1.5rem !important;
}
.pb-md-4 {
padding-bottom: 1.5rem !important;
}
}
@media (min-width: 992px) {
.pl-lg-4 {
padding-left: 1.5rem !important;
}
.pt-lg-8 {
padding-top: 8rem !important;
}
.ml-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.mb-xl-0 {
margin-bottom: 0 !important;
}
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-bold {
font-weight: 600 !important;
}
.text-white {
color: #fff !important;
}
.text-white {
color: #fff !important;
}
a.text-white:hover,
a.text-white:focus {
color: #e6e6e6 !important;
}
.text-muted {
color: #8898aa !important;
}
@media print {
*,
*::before,
*::after {
box-shadow: none !important;
text-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
img {
page-break-inside: avoid;
}
p,
h3 {
orphans: 3;
widows: 3;
}
h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 992px !important;
}
.container {
min-width: 992px !important;
}
.navbar {
display: none;
}
}
figcaption,
main {
display: block;
}
main {
overflow: hidden;
}
.bg-white {
background-color: #fff !important;
}
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
background-color: #e6e6e6 !important;
}
.bg-gradient-default {
background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}
.bg-gradient-default {
background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}
@keyframes floating-lg {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(15px);
}
100% {
transform: translateY(0px);
}
}
@keyframes floating {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(10px);
}
100% {
transform: translateY(0px);
}
}
@keyframes floating-sm {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(5px);
}
100% {
transform: translateY(0px);
}
}
.opacity-8 {
opacity: 0.8 !important;
}
.opacity-8 {
opacity: 0.9 !important;
}
.center {
left: 50%;
transform: translateX(-50%);
}
[class*="shadow"] {
transition: all 0.15s ease;
}
.font-weight-300 {
font-weight: 300 !important;
}
.text-sm {
font-size: 0.875rem !important;
}
.text-white {
color: #fff !important;
}
a.text-white:hover,
a.text-white:focus {
color: #e6e6e6 !important;
}
.avatar {
font-size: 1rem;
display: inline-flex;
width: 48px;
height: 48px;
color: #fff;
border-radius: 50%;
background-color: #adb5bd;
align-items: center;
justify-content: center;
}
.avatar img {
width: 100%;
border-radius: 50%;
}
.avatar-sm {
font-size: 0.875rem;
width: 36px;
height: 36px;
}
.btn {
font-size: 0.875rem;
position: relative;
transition: all 0.15s ease;
letter-spacing: 0.025em;
text-transform: none;
will-change: transform;
}
.btn:hover {
transform: translateY(-1px);
box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.btn:not(:last-child) {
margin-right: 0.5rem;
}
.btn i:not(:first-child) {
margin-left: 0.5rem;
}
.btn i:not(:last-child) {
margin-right: 0.5rem;
}
.input-group .btn {
margin-right: 0;
transform: translateY(0);
}
.btn-sm {
font-size: 0.75rem;
}
[class*="btn-outline-"] {
border-width: 1px;
}
.card-profile-image {
position: relative;
}
.card-profile-image img {
position: absolute;
left: 50%;
max-width: 180px;
transition: all 0.15s ease;
transform: translate(-50%, -30%);
border-radius: 0.375rem;
}
.card-profile-image img:hover {
transform: translate(-50%, -33%);
}
.card-profile-stats {
padding: 1rem 0;
}
.card-profile-stats > div {
margin-right: 1rem;
padding: 0.875rem;
text-align: center;
}
.card-profile-stats > div:last-child {
margin-right: 0;
}
.card-profile-stats > div .heading {
font-size: 1.1rem;
font-weight: bold;
display: block;
}
.card-profile-stats > div .description {
font-size: 0.875rem;
color: #adb5bd;
}
.main-content {
position: relative;
}
.main-content .navbar-top {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
padding-right: 0 !important;
padding-left: 0 !important;
background-color: transparent;
}
@media (min-width: 768px) {
.main-content .container-fluid {
padding-right: 39px !important;
padding-left: 39px !important;
}
}
.dropdown {
display: inline-block;
}
.dropdown-menu {
min-width: 12rem;
}
.dropdown-menu .dropdown-item {
font-size: 0.875rem;
padding: 0.5rem 1rem;
}
.dropdown-menu .dropdown-item > i {
font-size: 1rem;
margin-right: 1rem;
vertical-align: -17%;
}
.dropdown-header {
font-size: 0.625rem;
font-weight: 700;
padding-right: 1rem;
padding-left: 1rem;
text-transform: uppercase;
color: #f6f9fc;
}
.dropdown-menu a.media > div:first-child {
line-height: 1;
}
.dropdown-menu a.media p {
color: #8898aa;
}
.dropdown-menu a.media:hover .heading,
.dropdown-menu a.media:hover p {
color: #172b4d !important;
}
.footer {
padding: 2.5rem 0;
background: #f7fafc;
}
.footer .nav .nav-item .nav-link {
color: #8898aa !important;
}
.footer .nav .nav-item .nav-link:hover {
color: #525f7f !important;
}
.footer .copyright {
font-size: 0.875rem;
}
.form-control-label {
font-size: 0.875rem;
font-weight: 600;
color: #525f7f;
}
.form-control {
font-size: 0.875rem;
}
.form-control:focus:-ms-input-placeholder {
color: #adb5bd;
}
.form-control:focus::-ms-input-placeholder {
color: #adb5bd;
}
.form-control:focus::placeholder {
color: #adb5bd;
}
textarea[resize="none"] {
resize: none !important;
}
textarea[resize="both"] {
resize: both !important;
}
textarea[resize="vertical"] {
resize: vertical !important;
}
textarea[resize="horizontal"] {
resize: horizontal !important;
}
.form-control-alternative {
transition: box-shadow 0.15s ease;
border: 0;
box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}
.form-control-alternative:focus {
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.input-group {
transition: all 0.15s ease;
border-radius: 0.375rem;
box-shadow: none;
}
.input-group .form-control {
box-shadow: none;
}
.input-group .form-control:not(:first-child) {
padding-left: 0;
border-left: 0;
}
.input-group .form-control:not(:last-child) {
padding-right: 0;
border-right: 0;
}
.input-group .form-control:focus {
box-shadow: none;
}
.input-group-text {
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.input-group-alternative {
transition: box-shadow 0.15s ease;
border: 0;
box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}
.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
border: 0;
box-shadow: none;
}
.focused .input-group-alternative {
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}
.focused .input-group {
box-shadow: none;
}
.focused .input-group-text {
color: #8898aa;
border-color: rgba(50, 151, 211, 0.25);
background-color: #fff;
}
.focused .form-control {
border-color: rgba(50, 151, 211, 0.25);
}
.header {
position: relative;
}
.input-group {
transition: all 0.15s ease;
border-radius: 0.375rem;
box-shadow: none;
}
.input-group .form-control {
box-shadow: none;
}
.input-group .form-control:not(:first-child) {
padding-left: 0;
border-left: 0;
}
.input-group .form-control:not(:last-child) {
padding-right: 0;
border-right: 0;
}
.input-group .form-control:focus {
box-shadow: none;
}
.input-group-text {
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.input-group-alternative {
transition: box-shadow 0.15s ease;
border: 0;
box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}
.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
border: 0;
box-shadow: none;
}
.focused .input-group-alternative {
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}
.focused .input-group {
box-shadow: none;
}
.focused .input-group-text {
color: #8898aa;
border-color: rgba(50, 151, 211, 0.25);
background-color: #fff;
}
.focused .form-control {
border-color: rgba(50, 151, 211, 0.25);
}
.mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.15s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.mask {
transition: none;
}
}
.nav-link {
color: #525f7f;
}
.nav-link:hover {
color: #5e72e4;
}
.nav-link i.ni {
position: relative;
top: 2px;
}
.navbar-search .input-group {
border: 2px solid;
border-radius: 2rem;
background-color: transparent;
}
.navbar-search .input-group .input-group-text {
padding-left: 1rem;
background-color: transparent;
}
.navbar-search .form-control {
width: 270px;
background-color: transparent;
}
.navbar-search-dark .input-group {
border-color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .input-group-text {
color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .form-control {
color: rgba(255, 255, 255, 0.9);
}
.navbar-search-dark .form-control:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .form-control::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .form-control::placeholder {
color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .focused .input-group {
border-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
.navbar .dropdown-menu {
margin: 0;
pointer-events: none;
opacity: 0;
}
.navbar .dropdown-menu-arrow:before {
position: absolute;
z-index: -5;
bottom: 100%;
left: 20px;
display: block;
width: 12px;
height: 12px;
content: "";
transform: rotate(-45deg) translateY(12px);
border-radius: 2px;
background: #fff;
box-shadow: none;
}
.navbar .dropdown-menu-right:before {
right: 20px;
left: auto;
}
@keyframes show-navbar-dropdown {
0% {
transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
opacity: 0;
}
100% {
transform: translate(0, 0);
opacity: 1;
}
}
@keyframes hide-navbar-dropdown {
from {
opacity: 1;
}
to {
transform: translate(0, 10px);
opacity: 0;
}
}
}
@media (max-width: 767.98px) {
.navbar-nav .nav-link {
padding: 0.625rem 0;
color: #172b4d !important;
}
.navbar-nav .dropdown-menu {
min-width: auto;
box-shadow: none;
}
}
@keyframes show-navbar-collapse {
0% {
transform: scale(0.95);
transform-origin: 100% 0;
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes hide-navbar-collapse {
from {
transform: scale(1);
transform-origin: 100% 0;
opacity: 1;
}
to {
transform: scale(0.95);
opacity: 0;
}
}
.progress {
overflow: hidden;
height: 8px;
margin-bottom: 1rem;
border-radius: 0.25rem;
background-color: #e9ecef;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
p {
font-size: 1rem;
font-weight: 300;
line-height: 1.7;
}
.description {
font-size: 0.875rem;
}
.heading {
font-size: 0.95rem;
font-weight: 600;
letter-spacing: 0.025em;
text-transform: uppercase;
}
.heading-small {
font-size: 0.75rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.display-2 span {
font-weight: 300;
display: block;
}
@media (max-width: 768px) {
.btn {
margin-bottom: 10px;
}
}
#navbar .navbar {
margin-bottom: 20px;
}
#preloader {
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
background-color:#FFF; /* change if the mask should have another color then white */
z-index:99999; /* makes sure it stays on top */
}
#status {
width:100px;
height:100px;
position:absolute;
left:50%;
top:50%;
z-index:9999;
background-repeat:no-repeat;
background-position:center;
background-size: cover;
margin:-50px 0 0 -50px;
} | 0.426083 | 0.163245 |
.u-section-1 {
min-height: 543px;
}
.u-section-1 .u-layout-wrap-1 {
margin-top: 60px;
margin-bottom: 60px;
}
.u-section-1 .u-image-1 {
background-image: url("images/989bb61e1f776f018f86f1a40ab8a88b.jpg");
background-position: 50% 50%;
min-height: 135px;
}
.u-section-1 .u-container-layout-1 {
padding: 0 30px;
}
.u-section-1 .u-text-1 {
font-family: "Abril Fatface";
margin: 0;
}
.u-section-1 .u-layout-cell-2 {
min-height: 135px;
}
.u-section-1 .u-container-layout-2 {
padding: 30px;
}
.u-section-1 .u-text-2 {
font-size: 2.25rem;
margin: 0 auto;
}
.u-section-1 .u-text-3 {
background-image: none;
font-family: Actor;
margin: 20px 0 0;
}
.u-section-1 .u-shape-1 {
height: 52px;
margin-top: -152px;
margin-bottom: 0;
}
.u-section-1 .u-text-4 {
margin-left: 10px;
margin-right: 810px;
font-family: Roboto, sans-serif;
font-weight: normal;
margin-top: 20px;
}
@media (max-width: 1199px) {
.u-section-1 {
min-height: 519px;
}
.u-section-1 .u-layout-wrap-1 {
position: relative;
}
.u-section-1 .u-image-1 {
min-height: 111px;
}
.u-section-1 .u-text-1 {
width: auto;
}
.u-section-1 .u-layout-cell-2 {
min-height: 117px;
}
.u-section-1 .u-text-2 {
margin-left: 668px;
}
.u-section-1 .u-text-4 {
width: 420px;
margin-left: 119px;
margin-right: 441px;
}
}
@media (max-width: 991px) {
.u-section-1 {
min-height: 508px;
}
.u-section-1 .u-image-1 {
min-height: 85px;
}
.u-section-1 .u-layout-cell-2 {
min-height: 139px;
}
.u-section-1 .u-text-2 {
margin-left: 522px;
}
.u-section-1 .u-text-4 {
margin-left: 45px;
margin-right: 295px;
}
}
@media (max-width: 767px) {
.u-section-1 {
min-height: 636px;
}
.u-section-1 .u-image-1 {
min-height: 64px;
}
.u-section-1 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-text-2 {
margin-left: 402px;
}
.u-section-1 .u-text-4 {
margin-left: 26px;
margin-right: 175px;
}
}
@media (max-width: 575px) {
.u-section-1 {
min-height: 526px;
}
.u-section-1 .u-layout-wrap-1 {
margin-top: 0;
margin-bottom: 30px;
}
.u-section-1 .u-image-1 {
min-height: 239px;
}
.u-section-1 .u-container-layout-1 {
padding-left: 0;
padding-right: 0;
}
.u-section-1 .u-text-1 {
margin-top: 90px;
margin-right: 84px;
margin-left: 108px;
}
.u-section-1 .u-layout-cell-2 {
min-height: 256px;
}
.u-section-1 .u-container-layout-2 {
padding: 0;
}
.u-section-1 .u-text-2 {
width: auto;
font-size: 3rem;
margin-top: -150px;
margin-right: 82px;
margin-left: auto;
}
.u-section-1 .u-text-3 {
font-family: "Abril Fatface";
width: auto;
margin-top: 181px;
margin-left: 10px;
margin-right: 10px;
}
.u-section-1 .u-shape-1 {
margin-top: -255px;
}
.u-section-1 .u-text-4 {
width: auto;
font-family: "Abril Fatface";
font-weight: 700;
margin: -36px 10px 219px;
}
}.u-section-2 .u-sheet-1 {
min-height: 371px;
}
.u-section-2 .u-btn-1 {
background-image: none;
font-size: 1.25rem;
font-family: "Abril Fatface";
font-weight: 700;
margin: 163px auto 0;
}
.u-section-2 .u-text-1 {
margin: -119px 587px 60px 516px;
}
.u-section-2 .u-icon-1 {
font-size: 3.0834em;
vertical-align: 0px;
}
@media (max-width: 1199px) {
.u-section-2 .u-btn-1 {
margin-top: 133px;
margin-left: 86px;
}
.u-section-2 .u-text-1 {
margin-right: 487px;
margin-left: 416px;
}
.u-section-2 .u-icon-1 {
color: rgb(17, 17, 17) !important;
}
}
@media (max-width: 991px) {
.u-section-2 .u-text-1 {
margin-right: 377px;
margin-left: 306px;
}
}
@media (max-width: 767px) {
.u-section-2 .u-text-1 {
margin-right: 287px;
margin-left: 216px;
}
}
@media (max-width: 575px) {
.u-section-2 .u-sheet-1 {
min-height: 219px;
}
.u-section-2 .u-btn-1 {
border-style: none;
align-self: center;
margin-top: 83px;
margin-left: auto;
padding: 10px 23px 11px;
}
.u-section-2 .u-text-1 {
width: auto;
margin: -81px 85px 42px 116px;
}
.u-section-2 .u-icon-1 {
font-size: 4.625em;
width: 111px;
height: 149px;
margin-left: 0;
}
} | src/main/resources/public/index.css | .u-section-1 {
min-height: 543px;
}
.u-section-1 .u-layout-wrap-1 {
margin-top: 60px;
margin-bottom: 60px;
}
.u-section-1 .u-image-1 {
background-image: url("images/989bb61e1f776f018f86f1a40ab8a88b.jpg");
background-position: 50% 50%;
min-height: 135px;
}
.u-section-1 .u-container-layout-1 {
padding: 0 30px;
}
.u-section-1 .u-text-1 {
font-family: "Abril Fatface";
margin: 0;
}
.u-section-1 .u-layout-cell-2 {
min-height: 135px;
}
.u-section-1 .u-container-layout-2 {
padding: 30px;
}
.u-section-1 .u-text-2 {
font-size: 2.25rem;
margin: 0 auto;
}
.u-section-1 .u-text-3 {
background-image: none;
font-family: Actor;
margin: 20px 0 0;
}
.u-section-1 .u-shape-1 {
height: 52px;
margin-top: -152px;
margin-bottom: 0;
}
.u-section-1 .u-text-4 {
margin-left: 10px;
margin-right: 810px;
font-family: Roboto, sans-serif;
font-weight: normal;
margin-top: 20px;
}
@media (max-width: 1199px) {
.u-section-1 {
min-height: 519px;
}
.u-section-1 .u-layout-wrap-1 {
position: relative;
}
.u-section-1 .u-image-1 {
min-height: 111px;
}
.u-section-1 .u-text-1 {
width: auto;
}
.u-section-1 .u-layout-cell-2 {
min-height: 117px;
}
.u-section-1 .u-text-2 {
margin-left: 668px;
}
.u-section-1 .u-text-4 {
width: 420px;
margin-left: 119px;
margin-right: 441px;
}
}
@media (max-width: 991px) {
.u-section-1 {
min-height: 508px;
}
.u-section-1 .u-image-1 {
min-height: 85px;
}
.u-section-1 .u-layout-cell-2 {
min-height: 139px;
}
.u-section-1 .u-text-2 {
margin-left: 522px;
}
.u-section-1 .u-text-4 {
margin-left: 45px;
margin-right: 295px;
}
}
@media (max-width: 767px) {
.u-section-1 {
min-height: 636px;
}
.u-section-1 .u-image-1 {
min-height: 64px;
}
.u-section-1 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-text-2 {
margin-left: 402px;
}
.u-section-1 .u-text-4 {
margin-left: 26px;
margin-right: 175px;
}
}
@media (max-width: 575px) {
.u-section-1 {
min-height: 526px;
}
.u-section-1 .u-layout-wrap-1 {
margin-top: 0;
margin-bottom: 30px;
}
.u-section-1 .u-image-1 {
min-height: 239px;
}
.u-section-1 .u-container-layout-1 {
padding-left: 0;
padding-right: 0;
}
.u-section-1 .u-text-1 {
margin-top: 90px;
margin-right: 84px;
margin-left: 108px;
}
.u-section-1 .u-layout-cell-2 {
min-height: 256px;
}
.u-section-1 .u-container-layout-2 {
padding: 0;
}
.u-section-1 .u-text-2 {
width: auto;
font-size: 3rem;
margin-top: -150px;
margin-right: 82px;
margin-left: auto;
}
.u-section-1 .u-text-3 {
font-family: "Abril Fatface";
width: auto;
margin-top: 181px;
margin-left: 10px;
margin-right: 10px;
}
.u-section-1 .u-shape-1 {
margin-top: -255px;
}
.u-section-1 .u-text-4 {
width: auto;
font-family: "Abril Fatface";
font-weight: 700;
margin: -36px 10px 219px;
}
}.u-section-2 .u-sheet-1 {
min-height: 371px;
}
.u-section-2 .u-btn-1 {
background-image: none;
font-size: 1.25rem;
font-family: "Abril Fatface";
font-weight: 700;
margin: 163px auto 0;
}
.u-section-2 .u-text-1 {
margin: -119px 587px 60px 516px;
}
.u-section-2 .u-icon-1 {
font-size: 3.0834em;
vertical-align: 0px;
}
@media (max-width: 1199px) {
.u-section-2 .u-btn-1 {
margin-top: 133px;
margin-left: 86px;
}
.u-section-2 .u-text-1 {
margin-right: 487px;
margin-left: 416px;
}
.u-section-2 .u-icon-1 {
color: rgb(17, 17, 17) !important;
}
}
@media (max-width: 991px) {
.u-section-2 .u-text-1 {
margin-right: 377px;
margin-left: 306px;
}
}
@media (max-width: 767px) {
.u-section-2 .u-text-1 {
margin-right: 287px;
margin-left: 216px;
}
}
@media (max-width: 575px) {
.u-section-2 .u-sheet-1 {
min-height: 219px;
}
.u-section-2 .u-btn-1 {
border-style: none;
align-self: center;
margin-top: 83px;
margin-left: auto;
padding: 10px 23px 11px;
}
.u-section-2 .u-text-1 {
width: auto;
margin: -81px 85px 42px 116px;
}
.u-section-2 .u-icon-1 {
font-size: 4.625em;
width: 111px;
height: 149px;
margin-left: 0;
}
} | 0.380414 | 0.081009 |
body {
padding-right: 0px;
padding-left: 0px;
margin-right: auto;
margin-left: auto;
font-family: 'Open Sans', sans-serif;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background: url(./img/bg_body.png) 0 0 repeat #f5f3f3 !important;
}
/*div{
table-layout: fixed;
word-wrap: break-word;
overflow: hidden;
防止内容过多倍撑变形
}*/
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var
{
background: transparent;
border: 0 none;
font-size: 100%;
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: top;
}
ul,ol,li {
padding: 0;
margin: 0;
list-style: none;
}
div {
display: block;
}
/* Clear Floated Elements */
.clear {
float: none !important;
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
clear: both;
}
.header {
text-align: center;
margin-top: 100px;
}
.container {
padding-right: 0;
padding-left: 0;
margin-right: auto;
margin-left: auto;
width: 1150px;
}
.header-bottom {
padding: 1.5em 0 1.5em;
border-bottom: 1px solid #5f5e5e;
border-top: 1px solid #5f5e5e;
table-layout: fixed;
word-wrap: break-word;
overflow: hidden;
}
.header ul li {
padding: 0 10px 0 0;
}
/*--start navbar--*/
.navbar {
float: left;
}
.navbar ul {
padding: 0;
margin: 0;
}
.navbar ul li {
display: inline-block;
padding: 0 10px 0 10px;
}
.navbar ul li a {
position: relative;
display: inline-block;
margin: 0px 2px;
outline: none;
color: #5f5e5e;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 400;
text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
font-size: 1em;
}
.navbar ul li a:hover,.navbar ul li.active a {
color: #e6a549;
}
/* start menu */
.navbar ul a::after {
position: absolute;
top: 110%;
left: 0;
width: 100%;
height: 2px;
background: #e6a549;
content: '';
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: opacity 0.3s, -moz-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
}
.navbar ul a:hover::after,.navbar ul a:focus::after {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
/* strart social-media */
.social-media {
position: relative;
float: right;
}
.social-media ul {
padding: 0;
margin: 0;
}
.social-media ul li {
display: inline-block;
margin: 0 .5em;
outline: none;
text-decoration: none;
}
.social-media ul li a {
margin: 0 2px;
color: #5f5e5e;
text-decoration: none;
font-size: 1em;
}
.social-media ul li:hover {
color: #e6a549;
transition-duration: 0.3s;
/*transition: color, 0.3s;*/
-webkit-transform: rotate(30deg);
-moz-transform: rotate(30deg);
transform: rotate(40deg);
}
.social-media ul li a:hover {
color: #e6a549;
transition-duration: 0.3s;
}
.navbar:after,.social-media:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.social-img {
width: 150px;
height: 150px;
display: none;
position: relative;
float: right;
right: 22em;
bottom: 1em;
z-index: 100;
}
/* Foot Start */
.copyright {
margin-top: 48px;
text-align: center;
margin-bottom: 32px;
}
.copyright a {
text-decoration: none;
color: #DF3927;
}
/* Slider Start */
.slider {
margin-top: 40px;
margin-left: auto;
margin-right: auto;
width: 1100px;
}
.slider ul {
padding: 0;
}
.slider ul li a {
display: block;
cursor: default;
}
.slider ul li a img {
width: 1100px;
height: 750px;
}
#msg {
width: 1100px;
height: 150px;
text-indent: 10px;
position: relative;
background: rgba(207, 207, 207, 0.5);
z-index: 1;
top: -190px;
font-style: italic;
text-align: center;
color: #3b3b3b;
font-size: 1.6em;
line-height: 1.8em;
}
.slider ol {
position: relative;
display: inline-block;
top: -35px;
margin: 0;
padding: 8px 0 8px 0;
background: rgba(255, 255, 255, 0);
border-radius: 7px;
left: 50%;
z-index: 2;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
}
.slider ol:hover {
background: rgba(255, 255, 255, .7);
transition-duration: 0.3s;
}
.slider ol li {
margin-right: 20px;
margin-left: 20px;
float: left;
width: 8px;
height: 8px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.slider span {
width: 36px;
height: 36px;
line-height: 36px;
font-size: 36px;
color: rgba(0, 0, 0, .4);
background: rgba(255, 255, 255, .1);
position: relative;
font-weight: bold;
top: -400px;
}
.slider span:hover {
color: rgba(0, 0, 0, .7);
background: rgba(255, 255, 255, .7);
}
#ltBtn {
right: 17.5%;
left: auto;
cursor: default;
}
#rtBtn {
left: 78.68%;
right: auto;
cursor: default;
}
/* Frame Start */
.frame h3 {
font-style: italic;
text-align: center;
color: #3b3b3b;
font-size: 1.6em;
line-height: 1.8em;
font-weight: 500;
padding: 2em 2em;
box-shadow: 1px 0px 5px 0px #BBB9B9;
margin: 0;
}
.logtitle {
font-size: 15px;
text-transform: uppercase;
color: #2C3E50;
margin-bottom: 25px;
}
.inputform {
width: 400px;
margin: 50px auto;
text-align: center;
position: relative;
margin-top: 120px;
}
.inputform input {
padding: 15px;
border: 1px solid #ccc;
margin-bottom: 10px;
width: 100%;
box-sizing: border-box;
font-family: montserrat;
color: #2C3E50;
font-size: 13px;
margin-bottom: 10px;
}
.registbutton:hover,.registbutton:focus,.loginbutton:hover,.loginbutton:focus
{
box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
.registbutton,.loginbutton {
width: 100px;
background: #27AE60;
font-weight: bold;
color: white !important;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin-bottom: 5px !important;
}
/* Articlelist Start */
.content {
position: relative;
padding-top: 64px;
padding-bottom: 36px;
margin-top: 64px;
/*background-color: white;*/
}
.content:after {
width: 3px;
background-color: #2a394e;
left: 50%;
position: absolute;
display: block;
margin-left: -1px;
top: 0;
bottom: 36px;
content: '';
}
.article {
margin-left: auto;
margin-right: auto;
width: 960px;
}
.article:before,.article:after {
content: '.';
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0;
}
.article .pos12 {
width: 460px;
}
.boxcontainer {
width: 460px;
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
.box {
position: relative;
padding: 1px;
margin-bottom: 36px;
border: 2px solid #2a394e;
}
.box a {
text-decoration: none;
color: inherit;
outline: none;
transition: 0.5s ease;
-o-transition: 0.5s ease;
-webkit-transition: 0.5s ease;
}
.box a.bot {
padding: 22px 0 20px 42px;
border: 2px solid #f3f6f8;
display: block;
position: relative;
color: #2a394e;
font: 27px/ 27px 'Economica', sans-serif;
}
.box:before {
width: 9px;
height: 9px;
border-radius: 55px;
content: '';
right: -40px;
z-index: 30;
position: absolute;
display: block;
z-index: 30;
}
.box:after {
position: absolute;
width: 0px;
content: '';
right: -12px;
top: 70px;
height: 0px;
border-style: solid;
border-width: 10px 0 10px 12px;
border-color: transparent transparent transparent #ff6360;
}
.box.left {
margin-right: 23px;
}
.box.right {
margin-left: 23px;
}
.box.right:before {
left: -39px;
right: auto;
}
.box.right:after {
left: -12px;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 12px 10px 0;
}
.pos1 {
border-color: #7ae0ed;
}
.pos1:before {
top: 48px;
background-color: #81e2ee;
}
.pos1:after {
top: 42px;
border-color: transparent transparent transparent #81e2ee;
}
.pos1 a.bot {
background-color: #f3f6f8;
padding-left: 70px;
padding-top: 75px;
margin-top: 0;
padding-bottom: 59px;
font-size: 36px;
line-height: 36px;
}
.pos1 a.bot:hover,.pos2 a.bot:hover {
color: #fff;
background-color: #2a394e;
border-color: #2a394e;
}
.pos2 {
border-color: ff6765;
margin-top: 30px;
}
.pos2:before {
top: 125px;
background-color: #ff6765;
}
.pos2:after {
top: 120px;
border-color: transparent #ff6765 transparent transparent;
}
.pos2 a.bot {
background-color: #f3f6f8;
padding-left: 70px;
padding-top: 75px;
margin-top: 0;
padding-bottom: 59px;
font-size: 36px;
line-height: 36px;
}
.round {
width: 83px;
height: 83px;
border-radius: 500px;
background-color: #2a394e;
font-size: 18px;
line-height: 40px;
text-align: center;
display: block;
color: #fff;
margin: 1px auto 0;
position: relative;
z-index: 30;
padding-top: 22px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
outline: none;
-webkit-transition: 0.5s ease;
}
.round:hover {
background-color: #FF6765;
}
/* Article Start */
.textarea {
margin-top: 64px;
width: 960px;
box-shadow: 1px 0px 5px 0px #BBB9B9;
margin-left: auto;
margin-right: auto;
padding: 2em 2em;
line-height: 2em;
}
/* Comment Start */
.comment-user {
margin-top: 64px;
margin-left: auto;
margin-right: auto;
width: 600px;
padding: 2em 2em;
line-height: 2em;
box-shadow: 1px 0px 5px 0px #BBB9B9;
}
.comment {
}
.user,.commenttime,.articletime {
text-align: right;
}
.commitbutton {
width: 100px;
background: gray;
font-weight: bold;
color: white !important;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin-bottom: 5px !important;
margin-top: 6px;
margin-left: 89% !important;
}
.commitbutton:hover,.commitbutton:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px black;
}
/* Leave Message Start */
.message-box {
margin-top: 64px;
margin-left: auto;
margin-right: auto;
width: 600px;
padding: 2em 2em;
line-height: 2em;
box-shadow: 1px 0px 5px 0px #BBB9B9;
}
.messagetime {
text-align: right;
} | WebRoot/css/style.css | body {
padding-right: 0px;
padding-left: 0px;
margin-right: auto;
margin-left: auto;
font-family: 'Open Sans', sans-serif;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background: url(./img/bg_body.png) 0 0 repeat #f5f3f3 !important;
}
/*div{
table-layout: fixed;
word-wrap: break-word;
overflow: hidden;
防止内容过多倍撑变形
}*/
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var
{
background: transparent;
border: 0 none;
font-size: 100%;
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: top;
}
ul,ol,li {
padding: 0;
margin: 0;
list-style: none;
}
div {
display: block;
}
/* Clear Floated Elements */
.clear {
float: none !important;
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
clear: both;
}
.header {
text-align: center;
margin-top: 100px;
}
.container {
padding-right: 0;
padding-left: 0;
margin-right: auto;
margin-left: auto;
width: 1150px;
}
.header-bottom {
padding: 1.5em 0 1.5em;
border-bottom: 1px solid #5f5e5e;
border-top: 1px solid #5f5e5e;
table-layout: fixed;
word-wrap: break-word;
overflow: hidden;
}
.header ul li {
padding: 0 10px 0 0;
}
/*--start navbar--*/
.navbar {
float: left;
}
.navbar ul {
padding: 0;
margin: 0;
}
.navbar ul li {
display: inline-block;
padding: 0 10px 0 10px;
}
.navbar ul li a {
position: relative;
display: inline-block;
margin: 0px 2px;
outline: none;
color: #5f5e5e;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 400;
text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
font-size: 1em;
}
.navbar ul li a:hover,.navbar ul li.active a {
color: #e6a549;
}
/* start menu */
.navbar ul a::after {
position: absolute;
top: 110%;
left: 0;
width: 100%;
height: 2px;
background: #e6a549;
content: '';
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: opacity 0.3s, -moz-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
transform: translateY(10px);
}
.navbar ul a:hover::after,.navbar ul a:focus::after {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
/* strart social-media */
.social-media {
position: relative;
float: right;
}
.social-media ul {
padding: 0;
margin: 0;
}
.social-media ul li {
display: inline-block;
margin: 0 .5em;
outline: none;
text-decoration: none;
}
.social-media ul li a {
margin: 0 2px;
color: #5f5e5e;
text-decoration: none;
font-size: 1em;
}
.social-media ul li:hover {
color: #e6a549;
transition-duration: 0.3s;
/*transition: color, 0.3s;*/
-webkit-transform: rotate(30deg);
-moz-transform: rotate(30deg);
transform: rotate(40deg);
}
.social-media ul li a:hover {
color: #e6a549;
transition-duration: 0.3s;
}
.navbar:after,.social-media:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.social-img {
width: 150px;
height: 150px;
display: none;
position: relative;
float: right;
right: 22em;
bottom: 1em;
z-index: 100;
}
/* Foot Start */
.copyright {
margin-top: 48px;
text-align: center;
margin-bottom: 32px;
}
.copyright a {
text-decoration: none;
color: #DF3927;
}
/* Slider Start */
.slider {
margin-top: 40px;
margin-left: auto;
margin-right: auto;
width: 1100px;
}
.slider ul {
padding: 0;
}
.slider ul li a {
display: block;
cursor: default;
}
.slider ul li a img {
width: 1100px;
height: 750px;
}
#msg {
width: 1100px;
height: 150px;
text-indent: 10px;
position: relative;
background: rgba(207, 207, 207, 0.5);
z-index: 1;
top: -190px;
font-style: italic;
text-align: center;
color: #3b3b3b;
font-size: 1.6em;
line-height: 1.8em;
}
.slider ol {
position: relative;
display: inline-block;
top: -35px;
margin: 0;
padding: 8px 0 8px 0;
background: rgba(255, 255, 255, 0);
border-radius: 7px;
left: 50%;
z-index: 2;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
}
.slider ol:hover {
background: rgba(255, 255, 255, .7);
transition-duration: 0.3s;
}
.slider ol li {
margin-right: 20px;
margin-left: 20px;
float: left;
width: 8px;
height: 8px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.slider span {
width: 36px;
height: 36px;
line-height: 36px;
font-size: 36px;
color: rgba(0, 0, 0, .4);
background: rgba(255, 255, 255, .1);
position: relative;
font-weight: bold;
top: -400px;
}
.slider span:hover {
color: rgba(0, 0, 0, .7);
background: rgba(255, 255, 255, .7);
}
#ltBtn {
right: 17.5%;
left: auto;
cursor: default;
}
#rtBtn {
left: 78.68%;
right: auto;
cursor: default;
}
/* Frame Start */
.frame h3 {
font-style: italic;
text-align: center;
color: #3b3b3b;
font-size: 1.6em;
line-height: 1.8em;
font-weight: 500;
padding: 2em 2em;
box-shadow: 1px 0px 5px 0px #BBB9B9;
margin: 0;
}
.logtitle {
font-size: 15px;
text-transform: uppercase;
color: #2C3E50;
margin-bottom: 25px;
}
.inputform {
width: 400px;
margin: 50px auto;
text-align: center;
position: relative;
margin-top: 120px;
}
.inputform input {
padding: 15px;
border: 1px solid #ccc;
margin-bottom: 10px;
width: 100%;
box-sizing: border-box;
font-family: montserrat;
color: #2C3E50;
font-size: 13px;
margin-bottom: 10px;
}
.registbutton:hover,.registbutton:focus,.loginbutton:hover,.loginbutton:focus
{
box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
.registbutton,.loginbutton {
width: 100px;
background: #27AE60;
font-weight: bold;
color: white !important;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin-bottom: 5px !important;
}
/* Articlelist Start */
.content {
position: relative;
padding-top: 64px;
padding-bottom: 36px;
margin-top: 64px;
/*background-color: white;*/
}
.content:after {
width: 3px;
background-color: #2a394e;
left: 50%;
position: absolute;
display: block;
margin-left: -1px;
top: 0;
bottom: 36px;
content: '';
}
.article {
margin-left: auto;
margin-right: auto;
width: 960px;
}
.article:before,.article:after {
content: '.';
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0;
}
.article .pos12 {
width: 460px;
}
.boxcontainer {
width: 460px;
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
.box {
position: relative;
padding: 1px;
margin-bottom: 36px;
border: 2px solid #2a394e;
}
.box a {
text-decoration: none;
color: inherit;
outline: none;
transition: 0.5s ease;
-o-transition: 0.5s ease;
-webkit-transition: 0.5s ease;
}
.box a.bot {
padding: 22px 0 20px 42px;
border: 2px solid #f3f6f8;
display: block;
position: relative;
color: #2a394e;
font: 27px/ 27px 'Economica', sans-serif;
}
.box:before {
width: 9px;
height: 9px;
border-radius: 55px;
content: '';
right: -40px;
z-index: 30;
position: absolute;
display: block;
z-index: 30;
}
.box:after {
position: absolute;
width: 0px;
content: '';
right: -12px;
top: 70px;
height: 0px;
border-style: solid;
border-width: 10px 0 10px 12px;
border-color: transparent transparent transparent #ff6360;
}
.box.left {
margin-right: 23px;
}
.box.right {
margin-left: 23px;
}
.box.right:before {
left: -39px;
right: auto;
}
.box.right:after {
left: -12px;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 12px 10px 0;
}
.pos1 {
border-color: #7ae0ed;
}
.pos1:before {
top: 48px;
background-color: #81e2ee;
}
.pos1:after {
top: 42px;
border-color: transparent transparent transparent #81e2ee;
}
.pos1 a.bot {
background-color: #f3f6f8;
padding-left: 70px;
padding-top: 75px;
margin-top: 0;
padding-bottom: 59px;
font-size: 36px;
line-height: 36px;
}
.pos1 a.bot:hover,.pos2 a.bot:hover {
color: #fff;
background-color: #2a394e;
border-color: #2a394e;
}
.pos2 {
border-color: ff6765;
margin-top: 30px;
}
.pos2:before {
top: 125px;
background-color: #ff6765;
}
.pos2:after {
top: 120px;
border-color: transparent #ff6765 transparent transparent;
}
.pos2 a.bot {
background-color: #f3f6f8;
padding-left: 70px;
padding-top: 75px;
margin-top: 0;
padding-bottom: 59px;
font-size: 36px;
line-height: 36px;
}
.round {
width: 83px;
height: 83px;
border-radius: 500px;
background-color: #2a394e;
font-size: 18px;
line-height: 40px;
text-align: center;
display: block;
color: #fff;
margin: 1px auto 0;
position: relative;
z-index: 30;
padding-top: 22px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
outline: none;
-webkit-transition: 0.5s ease;
}
.round:hover {
background-color: #FF6765;
}
/* Article Start */
.textarea {
margin-top: 64px;
width: 960px;
box-shadow: 1px 0px 5px 0px #BBB9B9;
margin-left: auto;
margin-right: auto;
padding: 2em 2em;
line-height: 2em;
}
/* Comment Start */
.comment-user {
margin-top: 64px;
margin-left: auto;
margin-right: auto;
width: 600px;
padding: 2em 2em;
line-height: 2em;
box-shadow: 1px 0px 5px 0px #BBB9B9;
}
.comment {
}
.user,.commenttime,.articletime {
text-align: right;
}
.commitbutton {
width: 100px;
background: gray;
font-weight: bold;
color: white !important;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin-bottom: 5px !important;
margin-top: 6px;
margin-left: 89% !important;
}
.commitbutton:hover,.commitbutton:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px black;
}
/* Leave Message Start */
.message-box {
margin-top: 64px;
margin-left: auto;
margin-right: auto;
width: 600px;
padding: 2em 2em;
line-height: 2em;
box-shadow: 1px 0px 5px 0px #BBB9B9;
}
.messagetime {
text-align: right;
} | 0.295636 | 0.068071 |
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800");
/*Boxed layout width*/
/**
* Table Of Content
*
* 1. Colors
* 2. Typography
* 3. Forms
* 4. Tabs
*/
/*******************
Gradiant mixin
*******************/
/*******************
User card page
******************/
.el-element-overlay .white-box {
padding: 0px; }
.el-element-overlay .el-card-item {
position: relative;
padding-bottom: 25px; }
.el-element-overlay .el-card-item .el-card-avatar {
margin-bottom: 15px; }
.el-element-overlay .el-card-item .el-card-content {
text-align: center; }
.el-element-overlay .el-card-item .el-card-content h3 {
margin: 0px; }
.el-element-overlay .el-card-item .el-card-content a {
color: #eef5f9; }
.el-element-overlay .el-card-item .el-card-content a:hover {
color: #5e72e4; }
.el-element-overlay .el-card-item .el-overlay-1 {
width: 100%;
overflow: hidden;
position: relative;
text-align: center;
cursor: default; }
.el-element-overlay .el-card-item .el-overlay-1 img {
display: block;
position: relative;
-webkit-transition: all .4s linear;
transition: all .4s linear;
width: 100%;
height: auto; }
.el-element-overlay .el-card-item .el-overlay-1:hover img {
-ms-transform: scale(1.2) translateZ(0);
-webkit-transform: scale(1.2) translateZ(0);
/* transform: scale(1.2) translateZ(0); */ }
.el-element-overlay .el-card-item .el-overlay-1 .el-info {
text-decoration: none;
display: inline-block;
text-transform: uppercase;
color: #fff;
background-color: transparent;
filter: alpha(opacity=0);
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
padding: 0;
margin: auto;
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%) translateZ(0);
-webkit-transform: translateY(-50%) translateZ(0);
-ms-transform: translateY(-50%) translateZ(0); }
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li {
list-style: none;
display: inline-block;
margin: 0 3px; }
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a {
color: #fff;
background: transparent;
border: 1px solid rgba(120, 130, 140, 0.13); }
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a:hover {
background: #5e72e4;
border-color: #5e72e4; }
.el-element-overlay .el-card-item .el-overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out; }
.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0); }
.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
top: -100%; }
.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
top: 100%;
height: 0px; }
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
top: 0px; }
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
top: 0px;
height: 100%; } | PROJECT/1. Dokuno Pizza (JSF)/Reference/Template Project/materialarthtml-10/dist/css/pages/user-card.css | @import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800");
/*Boxed layout width*/
/**
* Table Of Content
*
* 1. Colors
* 2. Typography
* 3. Forms
* 4. Tabs
*/
/*******************
Gradiant mixin
*******************/
/*******************
User card page
******************/
.el-element-overlay .white-box {
padding: 0px; }
.el-element-overlay .el-card-item {
position: relative;
padding-bottom: 25px; }
.el-element-overlay .el-card-item .el-card-avatar {
margin-bottom: 15px; }
.el-element-overlay .el-card-item .el-card-content {
text-align: center; }
.el-element-overlay .el-card-item .el-card-content h3 {
margin: 0px; }
.el-element-overlay .el-card-item .el-card-content a {
color: #eef5f9; }
.el-element-overlay .el-card-item .el-card-content a:hover {
color: #5e72e4; }
.el-element-overlay .el-card-item .el-overlay-1 {
width: 100%;
overflow: hidden;
position: relative;
text-align: center;
cursor: default; }
.el-element-overlay .el-card-item .el-overlay-1 img {
display: block;
position: relative;
-webkit-transition: all .4s linear;
transition: all .4s linear;
width: 100%;
height: auto; }
.el-element-overlay .el-card-item .el-overlay-1:hover img {
-ms-transform: scale(1.2) translateZ(0);
-webkit-transform: scale(1.2) translateZ(0);
/* transform: scale(1.2) translateZ(0); */ }
.el-element-overlay .el-card-item .el-overlay-1 .el-info {
text-decoration: none;
display: inline-block;
text-transform: uppercase;
color: #fff;
background-color: transparent;
filter: alpha(opacity=0);
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
padding: 0;
margin: auto;
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%) translateZ(0);
-webkit-transform: translateY(-50%) translateZ(0);
-ms-transform: translateY(-50%) translateZ(0); }
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li {
list-style: none;
display: inline-block;
margin: 0 3px; }
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a {
color: #fff;
background: transparent;
border: 1px solid rgba(120, 130, 140, 0.13); }
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a:hover {
background: #5e72e4;
border-color: #5e72e4; }
.el-element-overlay .el-card-item .el-overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out; }
.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0); }
.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
top: -100%; }
.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
top: 100%;
height: 0px; }
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
top: 0px; }
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
top: 0px;
height: 100%; } | 0.433981 | 0.052158 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
ul {
list-style: none;
}
.free-consultation-container {
max-width: 71.25rem;
min-width: 20rem;
margin: 0 auto;
}
@font-face {
font-family: AcromEB;
src: url("fonts/AcromEB.woff") format("woff"), url("fonts/AcromEB.woff2") format("woff2");
}
@font-face {
font-family: AcromR;
src: url("fonts/AcromR.woff") format("woff"), url("fonts/AcromR.woff2") format("woff2");
}
@font-face {
font-family: AcromM;
src: url("fonts/AcromM.woff") format("woff"), url("fonts/AcromM.woff2") format("woff2");
}
.free-consultation {
padding: 2rem 1rem;
}
.free-consultation__title {
font-family: AcromEB;
font-size: 2.375rem;
text-transform: uppercase;
text-align: center;
line-height: 3.125rem;
margin-bottom: 2rem;
}
.free-consultation__subtitle {
font-family: AcromR;
font-size: 1rem;
color: #fff;
line-height: 1.4;
text-align: center;
margin-bottom: 1.5rem;
}
.free-consultation__subtitle span {
background-color: #000;
}
.free-consultation__text {
font-family: AcromEB;
font-size: 0.875rem;
line-height: 1.4;
text-align: center;
margin-bottom: 1.5rem;
}
.free-consultation__list-title {
font-family: AcromEB;
font-size: 0.875rem;
text-align: center;
margin-bottom: .5rem;
}
.free-consultation__list {
padding-left: 2rem;
}
.free-consultation__list-item {
font-family: AcromR;
font-size: 0.875rem;
color: #6b6f7a;
line-height: 1.6;
margin-bottom: .5rem;
position: relative;
}
.free-consultation__list-item::before {
display: block;
content: '';
width: 0.75rem;
height: 0.75rem;
background-color: #000;
position: absolute;
top: 0;
left: -2rem;
}
.free-consultation__list-item:last-of-type {
margin-bottom: 0;
}
.free-consultation__list-item span {
font-family: AcromEB;
color: #000;
}
.free-consultation__text-container {
margin-bottom: 2rem;
}
.free-consultation__form-input::-webkit-input-placeholder {
text-indent: 0px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
.free-consultation__form-input::-moz-placeholder {
text-indent: 0px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
.free-consultation__form-input:-moz-placeholder {
text-indent: 0px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
.free-consultation__form-input:-ms-input-placeholder {
text-indent: 0px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
.free-consultation__form-input:focus::-webkit-input-placeholder {
text-indent: 500px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
.free-consultation__form-input:focus::-moz-placeholder {
text-indent: 500px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
.free-consultation__form-input:focus:-moz-placeholder {
text-indent: 500px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
.free-consultation__form-input:focus:-ms-input-placeholder {
text-indent: 500px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
::-webkit-input-placeholder {
font-family: AcromR;
font-size: 0.875rem;
color: #b6c4ca;
letter-spacing: .6px;
text-align: center;
}
::-moz-placeholder {
font-family: AcromR;
font-size: 0.875rem;
color: #b6c4ca;
letter-spacing: .6px;
text-align: center;
}
/* Firefox 19+ */
:-moz-placeholder {
font-family: AcromR;
font-size: 0.875rem;
color: #b6c4ca;
letter-spacing: .6px;
text-align: center;
}
/* Firefox 18- */
:-ms-input-placeholder {
font-family: AcromR;
font-size: 0.875rem;
color: #b6c4ca;
letter-spacing: .6px;
text-align: center;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
background-color: transparent !important;
color: #fff !important;
}
.free-consultation__form {
background-color: #102136;
padding: 2rem 0;
}
.free-consultation__form-title {
font-family: AcromEB;
font-size: 1.5rem;
color: #fff;
text-align: center;
text-transform: uppercase;
margin-bottom: 2rem;
}
.free-consultation__form-input-container {
width: 15rem;
margin: 0 auto;
margin-bottom: 2rem;
}
.free-consultation-row {
margin-bottom: 2rem;
}
.free-consultation-row:last-of-type {
margin-bottom: 0;
}
.free-consultation__form-input {
font-family: AcromR;
font-size: 0.875rem;
display: block;
width: 100%;
text-align: center;
border: none;
outline: none;
background-color: transparent;
border-bottom: 1px solid #31353f;
padding-bottom: .2rem;
color: #fff;
}
.free-consultation__form-check-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 15rem;
margin: 0 auto;
margin-bottom: 2rem;
}
.free-consultation__checkbox {
position: absolute;
z-index: -1;
opacity: 0;
margin: 0 0 0 6px;
}
.free-consultation__checkbox-text {
font-family: AcromR;
font-size: 0.75rem;
color: #fff;
position: relative;
padding: 0 0 0 2rem;
cursor: pointer;
}
.free-consultation__checkbox-text:before {
content: '';
position: absolute;
top: -4px;
left: 0;
width: 1.25rem;
height: 1.25rem;
border: 2px solid #1b4371;
-webkit-transition: .2s;
transition: .2s;
}
.free-consultation__checkbox-text:after {
display: none;
content: '';
position: absolute;
top: 1.5px;
left: 5px;
width: 0.875rem;
height: 0.875rem;
background: #17ecff;
-webkit-transition: .2s;
transition: .2s;
}
.free-consultation__checkbox:checked + .free-consultation__checkbox-text:after {
display: block;
}
.free-consultation__checkbox:checked + .free-consultation__checkbox-text:before {
border: 2px solid #117d93;
}
.free-consultation__submit-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.free-consultation__form-btn {
font-family: AcromEB;
font-size: 0.75rem;
text-transform: uppercase;
color: #fff;
background-color: #ff6b08;
width: 13rem;
padding: 1rem 0;
border: none;
cursor: pointer;
-webkit-transition: all .5s linear;
transition: all .5s linear;
}
.free-consultation__form-btn:hover {
-webkit-box-shadow: 0 8px 43px 0 #ff6b08;
box-shadow: 0 8px 43px 0 #ff6b08;
}
@media (min-width: 768px) {
.free-consultation__form {
width: 30rem;
margin: 0 auto;
}
}
@media (min-width: 1200px) {
.free-consultation {
padding: 5.4rem 1rem 2rem 1rem;
}
.free-consultation-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.free-consultation__text-container {
-ms-flex-preferred-size: 59%;
flex-basis: 59%;
margin-bottom: 0;
}
.free-consultation-form-container {
width: 35.3%;
}
.free-consultation__form {
width: 100%;
margin: 0;
padding-top: 2.8rem;
padding-bottom: 3.4rem;
}
.free-consultation__title {
font-size: 3rem;
text-align: left;
line-height: 1.3;
margin-bottom: 1.5rem;
}
.free-consultation__subtitle {
text-align: left;
margin-bottom: 1.9rem;
}
.free-consultation__subtitle span {
display: inline-block;
margin-bottom: .1rem;
letter-spacing: .1px;
}
.free-consultation__subtitle span:last-of-type {
margin-bottom: 0;
}
.free-consultation__text {
text-align: left;
line-height: 1.5;
margin-bottom: 1.1rem;
}
.free-consultation__list-title {
text-align: left;
margin-bottom: 1.2rem;
}
.free-consultation__list-item {
margin-bottom: .7rem;
}
.free-consultation__list-item::before {
top: .2rem;
}
.free-consultation-form-container {
padding-top: 6.3rem;
}
.free-consultation__form-title {
margin-bottom: 3.3rem;
}
.free-consultation-row {
margin-bottom: 2.4rem;
}
.free-consultation__form-input-container {
margin-bottom: 2.3rem;
}
.free-consultation__form-check-container {
margin-bottom: 2.7rem;
}
}
@media (max-width: 1199px) {
.free-consultation__title br {
display: none;
}
} | dist/styles.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
ul {
list-style: none;
}
.free-consultation-container {
max-width: 71.25rem;
min-width: 20rem;
margin: 0 auto;
}
@font-face {
font-family: AcromEB;
src: url("fonts/AcromEB.woff") format("woff"), url("fonts/AcromEB.woff2") format("woff2");
}
@font-face {
font-family: AcromR;
src: url("fonts/AcromR.woff") format("woff"), url("fonts/AcromR.woff2") format("woff2");
}
@font-face {
font-family: AcromM;
src: url("fonts/AcromM.woff") format("woff"), url("fonts/AcromM.woff2") format("woff2");
}
.free-consultation {
padding: 2rem 1rem;
}
.free-consultation__title {
font-family: AcromEB;
font-size: 2.375rem;
text-transform: uppercase;
text-align: center;
line-height: 3.125rem;
margin-bottom: 2rem;
}
.free-consultation__subtitle {
font-family: AcromR;
font-size: 1rem;
color: #fff;
line-height: 1.4;
text-align: center;
margin-bottom: 1.5rem;
}
.free-consultation__subtitle span {
background-color: #000;
}
.free-consultation__text {
font-family: AcromEB;
font-size: 0.875rem;
line-height: 1.4;
text-align: center;
margin-bottom: 1.5rem;
}
.free-consultation__list-title {
font-family: AcromEB;
font-size: 0.875rem;
text-align: center;
margin-bottom: .5rem;
}
.free-consultation__list {
padding-left: 2rem;
}
.free-consultation__list-item {
font-family: AcromR;
font-size: 0.875rem;
color: #6b6f7a;
line-height: 1.6;
margin-bottom: .5rem;
position: relative;
}
.free-consultation__list-item::before {
display: block;
content: '';
width: 0.75rem;
height: 0.75rem;
background-color: #000;
position: absolute;
top: 0;
left: -2rem;
}
.free-consultation__list-item:last-of-type {
margin-bottom: 0;
}
.free-consultation__list-item span {
font-family: AcromEB;
color: #000;
}
.free-consultation__text-container {
margin-bottom: 2rem;
}
.free-consultation__form-input::-webkit-input-placeholder {
text-indent: 0px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
.free-consultation__form-input::-moz-placeholder {
text-indent: 0px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
.free-consultation__form-input:-moz-placeholder {
text-indent: 0px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
.free-consultation__form-input:-ms-input-placeholder {
text-indent: 0px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
.free-consultation__form-input:focus::-webkit-input-placeholder {
text-indent: 500px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
.free-consultation__form-input:focus::-moz-placeholder {
text-indent: 500px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
.free-consultation__form-input:focus:-moz-placeholder {
text-indent: 500px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
.free-consultation__form-input:focus:-ms-input-placeholder {
text-indent: 500px;
-webkit-transition: text-indent 0.3s ease;
transition: text-indent 0.3s ease;
}
::-webkit-input-placeholder {
font-family: AcromR;
font-size: 0.875rem;
color: #b6c4ca;
letter-spacing: .6px;
text-align: center;
}
::-moz-placeholder {
font-family: AcromR;
font-size: 0.875rem;
color: #b6c4ca;
letter-spacing: .6px;
text-align: center;
}
/* Firefox 19+ */
:-moz-placeholder {
font-family: AcromR;
font-size: 0.875rem;
color: #b6c4ca;
letter-spacing: .6px;
text-align: center;
}
/* Firefox 18- */
:-ms-input-placeholder {
font-family: AcromR;
font-size: 0.875rem;
color: #b6c4ca;
letter-spacing: .6px;
text-align: center;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
background-color: transparent !important;
color: #fff !important;
}
.free-consultation__form {
background-color: #102136;
padding: 2rem 0;
}
.free-consultation__form-title {
font-family: AcromEB;
font-size: 1.5rem;
color: #fff;
text-align: center;
text-transform: uppercase;
margin-bottom: 2rem;
}
.free-consultation__form-input-container {
width: 15rem;
margin: 0 auto;
margin-bottom: 2rem;
}
.free-consultation-row {
margin-bottom: 2rem;
}
.free-consultation-row:last-of-type {
margin-bottom: 0;
}
.free-consultation__form-input {
font-family: AcromR;
font-size: 0.875rem;
display: block;
width: 100%;
text-align: center;
border: none;
outline: none;
background-color: transparent;
border-bottom: 1px solid #31353f;
padding-bottom: .2rem;
color: #fff;
}
.free-consultation__form-check-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 15rem;
margin: 0 auto;
margin-bottom: 2rem;
}
.free-consultation__checkbox {
position: absolute;
z-index: -1;
opacity: 0;
margin: 0 0 0 6px;
}
.free-consultation__checkbox-text {
font-family: AcromR;
font-size: 0.75rem;
color: #fff;
position: relative;
padding: 0 0 0 2rem;
cursor: pointer;
}
.free-consultation__checkbox-text:before {
content: '';
position: absolute;
top: -4px;
left: 0;
width: 1.25rem;
height: 1.25rem;
border: 2px solid #1b4371;
-webkit-transition: .2s;
transition: .2s;
}
.free-consultation__checkbox-text:after {
display: none;
content: '';
position: absolute;
top: 1.5px;
left: 5px;
width: 0.875rem;
height: 0.875rem;
background: #17ecff;
-webkit-transition: .2s;
transition: .2s;
}
.free-consultation__checkbox:checked + .free-consultation__checkbox-text:after {
display: block;
}
.free-consultation__checkbox:checked + .free-consultation__checkbox-text:before {
border: 2px solid #117d93;
}
.free-consultation__submit-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.free-consultation__form-btn {
font-family: AcromEB;
font-size: 0.75rem;
text-transform: uppercase;
color: #fff;
background-color: #ff6b08;
width: 13rem;
padding: 1rem 0;
border: none;
cursor: pointer;
-webkit-transition: all .5s linear;
transition: all .5s linear;
}
.free-consultation__form-btn:hover {
-webkit-box-shadow: 0 8px 43px 0 #ff6b08;
box-shadow: 0 8px 43px 0 #ff6b08;
}
@media (min-width: 768px) {
.free-consultation__form {
width: 30rem;
margin: 0 auto;
}
}
@media (min-width: 1200px) {
.free-consultation {
padding: 5.4rem 1rem 2rem 1rem;
}
.free-consultation-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.free-consultation__text-container {
-ms-flex-preferred-size: 59%;
flex-basis: 59%;
margin-bottom: 0;
}
.free-consultation-form-container {
width: 35.3%;
}
.free-consultation__form {
width: 100%;
margin: 0;
padding-top: 2.8rem;
padding-bottom: 3.4rem;
}
.free-consultation__title {
font-size: 3rem;
text-align: left;
line-height: 1.3;
margin-bottom: 1.5rem;
}
.free-consultation__subtitle {
text-align: left;
margin-bottom: 1.9rem;
}
.free-consultation__subtitle span {
display: inline-block;
margin-bottom: .1rem;
letter-spacing: .1px;
}
.free-consultation__subtitle span:last-of-type {
margin-bottom: 0;
}
.free-consultation__text {
text-align: left;
line-height: 1.5;
margin-bottom: 1.1rem;
}
.free-consultation__list-title {
text-align: left;
margin-bottom: 1.2rem;
}
.free-consultation__list-item {
margin-bottom: .7rem;
}
.free-consultation__list-item::before {
top: .2rem;
}
.free-consultation-form-container {
padding-top: 6.3rem;
}
.free-consultation__form-title {
margin-bottom: 3.3rem;
}
.free-consultation-row {
margin-bottom: 2.4rem;
}
.free-consultation__form-input-container {
margin-bottom: 2.3rem;
}
.free-consultation__form-check-container {
margin-bottom: 2.7rem;
}
}
@media (max-width: 1199px) {
.free-consultation__title br {
display: none;
}
} | 0.227555 | 0.051035 |
@media (max-width: 576px) {
.text-sm-center {
text-align: center !important;
}
}
.navbar.default-layout .navbar-brand-wrapper .navbar-brand img {
height: auto;
width: 80%;
}
.navbar.default-layout .navbar-brand-wrapper .navbar-brand {
width: 100%;
padding: 1rem;
}
.navbar.default-layout {
background: linear-gradient(120deg, #e67e22, #d35400);
}
.text-primary, .sidebar .nav .nav-item.active > .nav-link, .sidebar .nav.sub-menu .nav-item .nav-link.active {
color: #e67e22;
}
.btn-primary {
background-color: #e67e22;
border-color: #e67e22;
}
.form-control.filter-calendar {
display: inline-block;
width: auto;
}
.img-logo {
width: 100%;
height: auto;
}
.nav .nav-item.dropdown .navbar-dropdown, .navbar-nav .nav-item.dropdown .navbar-dropdown {
padding: 0px;
}
.navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .dropdown-menu.datatable-menu .dropdown-item {
padding-top: 1rem;
padding-bottom: 1rem;
}
.navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item:focus, .dropdown-menu.datatable-menu .dropdown-item:focus {
color: inherit;
}
.table-responsive label, .dataTables_info, .form-control-file, p {
font-size: 14px;
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
.note-editor.note-frame {
border: 1px solid #f2f2f2;
}
.note-toolbar.card-header {
border-bottom: 1px solid #f2f2f2;
}
.note-editable.card-block p {
color: #495057;
font-weight: 300;
}
.modal-content {
border: 0;
}
.img-preview-post {
width: 100%;
height: 300px;
object-fit: cover;
}
.sidebar .nav .nav-item .nav-link .menu-title, .navbar.default-layout .navbar-menu-wrapper .navbar-nav .nav-item .nav-link, .form-group label {
font-size: 0.9rem;
}
.profile-name {
font-size: 17px;
}
.dropdown-menu.datatable-menu {
padding: 0;
min-width: inherit;
}
.table-responsive thead th {
font-weight: 700;
}
.form-control {
font-size: 0.9rem;
}
.swal-overlay {
background-color: rgba(0, 152, 138, 0.2);
}
.card-title {
font-size: inherit;
}
@media (max-width: 991px) {
.navbar.default-layout .navbar-brand-wrapper .navbar-brand {
padding: 0.5rem;
}
}
.select2-container--default .select2-selection--single {
font-size: 14px;
color: #495057;
border: 1px solid #f2f2f2;
padding: 0.3rem 0.75rem;
height: auto;
}
.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #f2f2f2;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
color: #495057;
font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
margin-right: 10px;
}
iframe.video-preview, div[aria-label='Showing viewer.'] {
width: 100%;
height: 300px;
}
.img-preview {
width: 100%;
height: auto;
}
.table td img, .table th img.img-table {
border-radius: 0;
width: 200px;
height: auto;
}
.btn-line {
color: white;
background: #00c300;
}
.btn-line:hover {
color: white;
background: #00af00;
}
.contact-dev {
font-size: 13px;
}
.contact-dev span {
font-weight: 670;
}
.file-upload {
display: none;
}
.circle {
border-radius: 100% !important;
}
.circle img {
max-width: 100%;
width: 100%;
height: auto;
}
.p-image {
position: absolute;
top: 50%;
right: 30px;
color: #666666;
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image:hover {
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
font-size: 1.2em;
}
.upload-button:hover {
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
color: #999;
}
.sidebar .nav .nav-item.nav-profile .nav-link .user-wrapper .profile-image img {
height: 100%;
}
.btn-group {
border: 0 solid transparent;
} | public/admin-asset/css/custom.css | @media (max-width: 576px) {
.text-sm-center {
text-align: center !important;
}
}
.navbar.default-layout .navbar-brand-wrapper .navbar-brand img {
height: auto;
width: 80%;
}
.navbar.default-layout .navbar-brand-wrapper .navbar-brand {
width: 100%;
padding: 1rem;
}
.navbar.default-layout {
background: linear-gradient(120deg, #e67e22, #d35400);
}
.text-primary, .sidebar .nav .nav-item.active > .nav-link, .sidebar .nav.sub-menu .nav-item .nav-link.active {
color: #e67e22;
}
.btn-primary {
background-color: #e67e22;
border-color: #e67e22;
}
.form-control.filter-calendar {
display: inline-block;
width: auto;
}
.img-logo {
width: 100%;
height: auto;
}
.nav .nav-item.dropdown .navbar-dropdown, .navbar-nav .nav-item.dropdown .navbar-dropdown {
padding: 0px;
}
.navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .dropdown-menu.datatable-menu .dropdown-item {
padding-top: 1rem;
padding-bottom: 1rem;
}
.navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item:focus, .dropdown-menu.datatable-menu .dropdown-item:focus {
color: inherit;
}
.table-responsive label, .dataTables_info, .form-control-file, p {
font-size: 14px;
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
.note-editor.note-frame {
border: 1px solid #f2f2f2;
}
.note-toolbar.card-header {
border-bottom: 1px solid #f2f2f2;
}
.note-editable.card-block p {
color: #495057;
font-weight: 300;
}
.modal-content {
border: 0;
}
.img-preview-post {
width: 100%;
height: 300px;
object-fit: cover;
}
.sidebar .nav .nav-item .nav-link .menu-title, .navbar.default-layout .navbar-menu-wrapper .navbar-nav .nav-item .nav-link, .form-group label {
font-size: 0.9rem;
}
.profile-name {
font-size: 17px;
}
.dropdown-menu.datatable-menu {
padding: 0;
min-width: inherit;
}
.table-responsive thead th {
font-weight: 700;
}
.form-control {
font-size: 0.9rem;
}
.swal-overlay {
background-color: rgba(0, 152, 138, 0.2);
}
.card-title {
font-size: inherit;
}
@media (max-width: 991px) {
.navbar.default-layout .navbar-brand-wrapper .navbar-brand {
padding: 0.5rem;
}
}
.select2-container--default .select2-selection--single {
font-size: 14px;
color: #495057;
border: 1px solid #f2f2f2;
padding: 0.3rem 0.75rem;
height: auto;
}
.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #f2f2f2;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
color: #495057;
font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
margin-right: 10px;
}
iframe.video-preview, div[aria-label='Showing viewer.'] {
width: 100%;
height: 300px;
}
.img-preview {
width: 100%;
height: auto;
}
.table td img, .table th img.img-table {
border-radius: 0;
width: 200px;
height: auto;
}
.btn-line {
color: white;
background: #00c300;
}
.btn-line:hover {
color: white;
background: #00af00;
}
.contact-dev {
font-size: 13px;
}
.contact-dev span {
font-weight: 670;
}
.file-upload {
display: none;
}
.circle {
border-radius: 100% !important;
}
.circle img {
max-width: 100%;
width: 100%;
height: auto;
}
.p-image {
position: absolute;
top: 50%;
right: 30px;
color: #666666;
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image:hover {
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
font-size: 1.2em;
}
.upload-button:hover {
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
color: #999;
}
.sidebar .nav .nav-item.nav-profile .nav-link .user-wrapper .profile-image img {
height: 100%;
}
.btn-group {
border: 0 solid transparent;
} | 0.506103 | 0.053949 |
@-moz-document url-prefix("https://www.reddit.com/r/jailbreak/"), url-prefix("http://rjailbreak.com/flair/"), regexp("^https:..jb-[0-9].*.reddit.com.r.jailbreak.") {
body {
background: #101010 !important;
}
pre{
padding:0 !important;
margin:0 !important;
background:none !important;
border:none !important;
}
code{
background: #000 !important;
border: none !important;
padding: 2px;
}
.side ol:nth-of-type(2) {
margin-left: 150px !important;
}
.link.promotedlink.promoted,
.link.promotedlink.external,
.organic-listing {
display: none !important;
}
.content .spacer {
margin-bottom: 0;
}
.wiki-page .wiki-page-content {
background: #101010 !important;
}
.wiki-page .wiki-page-content .wiki>.toc>ul {
background: #151515 !important;
border: none !important;
}
.wiki-page-content .md h2,
.wiki-page-content .md h3 {
color: #BBB !important;
}
tr.revision td {
color: #BBB !important;
}
div.description h2 {
color: #BBB !important;
}
#main h1,
strong,
form {
color: #BBB !important;
border-bottom: none !important;
}
#main select {
background: #101010;
padding: 2px;
color: #FFF;
border: 1px solid #2d2d2d;
}
#main p {
color: #505050!important;
}
.md h4,
h6 {
color: #BBB !important;
}
#siteTable>div.thing {
background: #151515 !important;
margin: 10px !important;
width: 68% !important;
padding: 10px 0px 10px 0px !important;
border-radius: 4px !important;
}
.linkflairlabel {
left: 4px !important;
bottom: 3px !important;
border-radius: 2px !important;
}
.flair {
padding: 4px !important;
border: none !important;
background: #232323 !important;
color: #a2a2a2 !important;
font-size: 10px !important;
border-radius: 2px !important;
}
.link .title {
color: #BBB !important;
padding-bottom: 2px;
}
a.author {
margin-right: 0 !important;
background: none !important;
font-size: 10px !important;
padding: 4px !important;
color: #00b6ff !important;
border-radius: 0px !important;
}
.tagline,
.search-result-meta {
color: #505050 !important;
}
.titlebox .usertext-body .md h6 {
background: none !important;
color: #BBB !important;
}
#header-bottom-left .tabmenu,
#header-bottom-left .tabmenu li,
#header-bottom-left .tabmenu li a {
background: #151515 !important;
height: 45px !important;
}
.menuarea {
border-bottom: none !important;
width: 65% !important;
color: #BBB !important;
}
/* Tag colors and style */
.thing.linkflair.linkflair-meta,
.flairselector .linkflair-meta {
border-right: none !important;
border-left: 2px solid #FF2D55;
border-bottom: none !important;
}
.thing.linkflair.linkflair-discussion,
.flairselector .linkflair-discussion {
border-right: none !important;
border-left: 2px solid #4CD964;
border-bottom: none !important;
}
div.controversial {
border-right: none !important;
border-left: 2px solid #4CD964;
border-bottom: none !important;
}
.thing.linkflair.linkflair-release,
.flairselector .linkflair-release {
border-right: none !important;
border-left: 2px solid #007AFF;
border-bottom: none !important;
}
.thing.linkflair.linkflair-update,
.flairselector .linkflair-update {
border-right: none !important;
border-left: 2px solid #FFCC00;
border-bottom: none !important;
}
.thing.linkflair.linkflair-request,
.flairselector .linkflair-request {
border-right: none !important;
border-left: 2px solid #FF3B30;
border-bottom: none !important;
}
.thing.linkflair.linkflair-upcoming,
.flairselector .linkflair-upcoming {
border-right: none !important;
border-left: 2px solid #E030E3;
border-bottom: none !important;
}
.thing.linkflair.linkflair-question,
.flairselector .linkflair-question {
border-right: none !important;
border-left: 2px solid #1A17B4;
border-bottom: none !important;
}
.thing.linkflair.linkflair-tutorial,
.flairselector .linkflair-tutorial {
border-right: none !important;
border-left: 2px solid #FFCC00;
border-bottom: none !important;
}
.thing.linkflair.linkflair-news,
.flairselector .linkflair-news {
border-right: none !important;
border-left: 2px solid #8E8E93;
border-bottom: none !important;
}
/* Tag colors and style ends */
.link {
border-bottom: none;
}
li.share a {
color: #ff8f00 !important;
}
li.save-button a {
color: #29ad00 !important;
}
li.first a {
color: #00c2ff !important;
}
span.domain a {
color: #505050 !important;
}
.side {
background: #151515 !important;
}
div.md p,
li {
color: #BBB !important;
}
.hover {
color: #0079d3 !important;
}
span.number {
color: #505050;
}
.flairtoggle {
background: none !important;
}
.side .titlebox .usertext .md>h1 {
background-color: #101010;
}
.side .morelink a {
background-color: #101010 !important;
}
.infobar,
.content.submit .info-notice {
background-color: #101010;
}
#searchexpando label {
color: #BBB !important;
}
.side #search input[type=text] {
border: none !important;
background: #101010 !important;
border-radius: 4px !important;
padding: 10px !important;
color: #BBB !important;
}
div.sidebox .spacer {
display: none !important;
}
.side .sidecontentbox .content {
border: none !important;
background: #101010 !important;
margin-top: 10px !important;
border-radius: 4px !important;
}
ul.content li {
margin-bottom: 5px !important;
}
.footer-parent {
display: none !important;
}
.linkflairlabel {
color: #000 !important;
}
.side .fancy-toggle-button .remove,
.side .subButtons .RESshortcut.remove,
.side .subButtons .RESDashboardToggle.remove {
background: #ce3434 !important;
border: none !important;
color: #BBB !important;
}
.side .md>table [href$="s=a"],
.side .md>table [href$="a"],
.side .md>table [href$="s=b"],
.side .md>table [href$="b"],
.side .md>table [href$="s=c"],
.side .md>table [href$="c"],
.side .md>table [href$="s=d"],
.side .md>table [href$="d"],
.side .md>table [href$="s=e"],
.side .md>table [href$="e"],
.side .md>table [href$="s=f"],
.side .md>table [href$="f"] {
border-right: none !important;
}
.side .md>table a {
background-color: #101010 !important;
border-bottom: none !important;
border-top: none !important;
padding: 5px !important;
border-radius: 0px !important;
}
#header-bottom-left .tabmenu li.selected a {
background: #101010 !important;
}
a.thumbnail {
border-radius: 8px !important;
}
.thumbnail.self,
.thumbnail.default,
.thumbnail.nsfw {
height: 70px !important;
width: 70px !important;
}
.thumbnail.self {
background: url(http://msk.cloud/ico/discussion.png) no-repeat !important;
}
.thumbnail.default {
background: url(http://msk.cloud/ico/global.png) no-repeat !important;
}
.thumbnail.nsfw {
background: url(http://msk.cloud/ico/nsfw.png) no-repeat !important;
}
.comments-page .link {
box-shadow: none !important;
}
.link .usertext-body .md {
background: none !important;
}
div.panestack-title span {
color: #BBB !important
}
li.give-gold-button a {
color: #deba00 !important;
}
div.md textarea {
background: #101010 !important;
color: #BBB !important;
border: 1px solid #333 !important;
}
.commentarea .sitetable .comment {
background-color: #151515 !important;
}
div.usertext-buttons button {
border: none !important;
border-radius: 2px !important;
background: #2c7500 !important;
color: #FFF !important;
}
a.embed-comment {
color: #c380ff !important;
}
.linkinfo {
background: #101010;
border: none !important;
color: #BBB !important;
}
.drop-choices {
background: #000 !important;
color: #FFF !important;
border: none !important;
}
div.content h1 {
color: #BBB !important;
}
.submit-page .tabmenu,
.submit-page .tabmenu li a,
.submit-page .tabmenu .selected a {
background: none;
}
li.selected {
display: -webkit-inline-box !important;
background: #BBB !important;
color: #000 !important;
}
#link-desc::after,
#text-desc::after {
background: none !important;
color: #BBB !important;
}
.roundfield {
background: #151515 !important;
}
div.roundfield-content textarea {
background: #101010 !important;
border: 1px solid #222 !important;
color: #BBB !important;
}
.md table {
border: 1px solid #ccc !important;
margin: 10px 0px;
background: #ccc !important;
}
#sr-header-area .drop-choices a.choice {
color: #BBB !important;
}
.login-form {
border: none !important;
}
.side .md>table,
.side .md>table th,
.side .md>table thead {
border: none !important;
}
#header::after{
background:#151515 !important;
}
.thing .title:visited {
color: #333 !important;
}
}
@-moz-document url("https://www.reddit.com/message/inbox/"), url("https://www.reddit.com/message/sent/"), url("https://www.reddit.com/message/moderator/"), url("https://www.reddit.com/message/compose/"), url("https://www.reddit.com/message/unread/"), url("https://www.reddit.com/message/messages/"), url("https://www.reddit.com/message/comments/"), url("https://www.reddit.com/message/selfreply/"), url("https://www.reddit.com/message/mentions/") {
#header, #header-bottom-right{
background:#1A1A1A !important;
border-bottom: 1px solid #222 !important;
}
body{
background:#101010 !important;
}
span.pagename{
color:#BBB !important;
}
.content h1{
color: #BBB !important;
}
#header-img.default-header{
background-image: url(http://msk.cloud/ico/redditsprite.png);
}
#header-img.default-header{
background-color:#1A1A1A !important;
}
div.spacer > .roundfield {
border: none !important;
background-color: #1A1A1A !important;
}
div.roundfield-content > select{
border: none !important;
background: #101010 !important;
color: #BBB !important;
}
div.roundfield > .title{
color:#BBB !important;
}
div.roundfield-content > input,textarea{
border: none !important;
border-radius: 2px !important;
background: #101010;
color: #BBB !important;
}
.tabmenu li.selected a, .tabmenu li a{
background:none !important;
border:none !important;
}
.message{
background: #1A1A1A !important;
color: #BBB !important;
width:70% !important;
border-radius:4px !important;
}
div.md > p{
color:#BBB !important;
}
.menuarea{
background: #1A1A1A !important;
}
.thing .title:visited {
color: #8500ff !important;
}
.thing .title {
color: #0093ff !important;
}
} | data/usercss/140819.user.css | @-moz-document url-prefix("https://www.reddit.com/r/jailbreak/"), url-prefix("http://rjailbreak.com/flair/"), regexp("^https:..jb-[0-9].*.reddit.com.r.jailbreak.") {
body {
background: #101010 !important;
}
pre{
padding:0 !important;
margin:0 !important;
background:none !important;
border:none !important;
}
code{
background: #000 !important;
border: none !important;
padding: 2px;
}
.side ol:nth-of-type(2) {
margin-left: 150px !important;
}
.link.promotedlink.promoted,
.link.promotedlink.external,
.organic-listing {
display: none !important;
}
.content .spacer {
margin-bottom: 0;
}
.wiki-page .wiki-page-content {
background: #101010 !important;
}
.wiki-page .wiki-page-content .wiki>.toc>ul {
background: #151515 !important;
border: none !important;
}
.wiki-page-content .md h2,
.wiki-page-content .md h3 {
color: #BBB !important;
}
tr.revision td {
color: #BBB !important;
}
div.description h2 {
color: #BBB !important;
}
#main h1,
strong,
form {
color: #BBB !important;
border-bottom: none !important;
}
#main select {
background: #101010;
padding: 2px;
color: #FFF;
border: 1px solid #2d2d2d;
}
#main p {
color: #505050!important;
}
.md h4,
h6 {
color: #BBB !important;
}
#siteTable>div.thing {
background: #151515 !important;
margin: 10px !important;
width: 68% !important;
padding: 10px 0px 10px 0px !important;
border-radius: 4px !important;
}
.linkflairlabel {
left: 4px !important;
bottom: 3px !important;
border-radius: 2px !important;
}
.flair {
padding: 4px !important;
border: none !important;
background: #232323 !important;
color: #a2a2a2 !important;
font-size: 10px !important;
border-radius: 2px !important;
}
.link .title {
color: #BBB !important;
padding-bottom: 2px;
}
a.author {
margin-right: 0 !important;
background: none !important;
font-size: 10px !important;
padding: 4px !important;
color: #00b6ff !important;
border-radius: 0px !important;
}
.tagline,
.search-result-meta {
color: #505050 !important;
}
.titlebox .usertext-body .md h6 {
background: none !important;
color: #BBB !important;
}
#header-bottom-left .tabmenu,
#header-bottom-left .tabmenu li,
#header-bottom-left .tabmenu li a {
background: #151515 !important;
height: 45px !important;
}
.menuarea {
border-bottom: none !important;
width: 65% !important;
color: #BBB !important;
}
/* Tag colors and style */
.thing.linkflair.linkflair-meta,
.flairselector .linkflair-meta {
border-right: none !important;
border-left: 2px solid #FF2D55;
border-bottom: none !important;
}
.thing.linkflair.linkflair-discussion,
.flairselector .linkflair-discussion {
border-right: none !important;
border-left: 2px solid #4CD964;
border-bottom: none !important;
}
div.controversial {
border-right: none !important;
border-left: 2px solid #4CD964;
border-bottom: none !important;
}
.thing.linkflair.linkflair-release,
.flairselector .linkflair-release {
border-right: none !important;
border-left: 2px solid #007AFF;
border-bottom: none !important;
}
.thing.linkflair.linkflair-update,
.flairselector .linkflair-update {
border-right: none !important;
border-left: 2px solid #FFCC00;
border-bottom: none !important;
}
.thing.linkflair.linkflair-request,
.flairselector .linkflair-request {
border-right: none !important;
border-left: 2px solid #FF3B30;
border-bottom: none !important;
}
.thing.linkflair.linkflair-upcoming,
.flairselector .linkflair-upcoming {
border-right: none !important;
border-left: 2px solid #E030E3;
border-bottom: none !important;
}
.thing.linkflair.linkflair-question,
.flairselector .linkflair-question {
border-right: none !important;
border-left: 2px solid #1A17B4;
border-bottom: none !important;
}
.thing.linkflair.linkflair-tutorial,
.flairselector .linkflair-tutorial {
border-right: none !important;
border-left: 2px solid #FFCC00;
border-bottom: none !important;
}
.thing.linkflair.linkflair-news,
.flairselector .linkflair-news {
border-right: none !important;
border-left: 2px solid #8E8E93;
border-bottom: none !important;
}
/* Tag colors and style ends */
.link {
border-bottom: none;
}
li.share a {
color: #ff8f00 !important;
}
li.save-button a {
color: #29ad00 !important;
}
li.first a {
color: #00c2ff !important;
}
span.domain a {
color: #505050 !important;
}
.side {
background: #151515 !important;
}
div.md p,
li {
color: #BBB !important;
}
.hover {
color: #0079d3 !important;
}
span.number {
color: #505050;
}
.flairtoggle {
background: none !important;
}
.side .titlebox .usertext .md>h1 {
background-color: #101010;
}
.side .morelink a {
background-color: #101010 !important;
}
.infobar,
.content.submit .info-notice {
background-color: #101010;
}
#searchexpando label {
color: #BBB !important;
}
.side #search input[type=text] {
border: none !important;
background: #101010 !important;
border-radius: 4px !important;
padding: 10px !important;
color: #BBB !important;
}
div.sidebox .spacer {
display: none !important;
}
.side .sidecontentbox .content {
border: none !important;
background: #101010 !important;
margin-top: 10px !important;
border-radius: 4px !important;
}
ul.content li {
margin-bottom: 5px !important;
}
.footer-parent {
display: none !important;
}
.linkflairlabel {
color: #000 !important;
}
.side .fancy-toggle-button .remove,
.side .subButtons .RESshortcut.remove,
.side .subButtons .RESDashboardToggle.remove {
background: #ce3434 !important;
border: none !important;
color: #BBB !important;
}
.side .md>table [href$="s=a"],
.side .md>table [href$="a"],
.side .md>table [href$="s=b"],
.side .md>table [href$="b"],
.side .md>table [href$="s=c"],
.side .md>table [href$="c"],
.side .md>table [href$="s=d"],
.side .md>table [href$="d"],
.side .md>table [href$="s=e"],
.side .md>table [href$="e"],
.side .md>table [href$="s=f"],
.side .md>table [href$="f"] {
border-right: none !important;
}
.side .md>table a {
background-color: #101010 !important;
border-bottom: none !important;
border-top: none !important;
padding: 5px !important;
border-radius: 0px !important;
}
#header-bottom-left .tabmenu li.selected a {
background: #101010 !important;
}
a.thumbnail {
border-radius: 8px !important;
}
.thumbnail.self,
.thumbnail.default,
.thumbnail.nsfw {
height: 70px !important;
width: 70px !important;
}
.thumbnail.self {
background: url(http://msk.cloud/ico/discussion.png) no-repeat !important;
}
.thumbnail.default {
background: url(http://msk.cloud/ico/global.png) no-repeat !important;
}
.thumbnail.nsfw {
background: url(http://msk.cloud/ico/nsfw.png) no-repeat !important;
}
.comments-page .link {
box-shadow: none !important;
}
.link .usertext-body .md {
background: none !important;
}
div.panestack-title span {
color: #BBB !important
}
li.give-gold-button a {
color: #deba00 !important;
}
div.md textarea {
background: #101010 !important;
color: #BBB !important;
border: 1px solid #333 !important;
}
.commentarea .sitetable .comment {
background-color: #151515 !important;
}
div.usertext-buttons button {
border: none !important;
border-radius: 2px !important;
background: #2c7500 !important;
color: #FFF !important;
}
a.embed-comment {
color: #c380ff !important;
}
.linkinfo {
background: #101010;
border: none !important;
color: #BBB !important;
}
.drop-choices {
background: #000 !important;
color: #FFF !important;
border: none !important;
}
div.content h1 {
color: #BBB !important;
}
.submit-page .tabmenu,
.submit-page .tabmenu li a,
.submit-page .tabmenu .selected a {
background: none;
}
li.selected {
display: -webkit-inline-box !important;
background: #BBB !important;
color: #000 !important;
}
#link-desc::after,
#text-desc::after {
background: none !important;
color: #BBB !important;
}
.roundfield {
background: #151515 !important;
}
div.roundfield-content textarea {
background: #101010 !important;
border: 1px solid #222 !important;
color: #BBB !important;
}
.md table {
border: 1px solid #ccc !important;
margin: 10px 0px;
background: #ccc !important;
}
#sr-header-area .drop-choices a.choice {
color: #BBB !important;
}
.login-form {
border: none !important;
}
.side .md>table,
.side .md>table th,
.side .md>table thead {
border: none !important;
}
#header::after{
background:#151515 !important;
}
.thing .title:visited {
color: #333 !important;
}
}
@-moz-document url("https://www.reddit.com/message/inbox/"), url("https://www.reddit.com/message/sent/"), url("https://www.reddit.com/message/moderator/"), url("https://www.reddit.com/message/compose/"), url("https://www.reddit.com/message/unread/"), url("https://www.reddit.com/message/messages/"), url("https://www.reddit.com/message/comments/"), url("https://www.reddit.com/message/selfreply/"), url("https://www.reddit.com/message/mentions/") {
#header, #header-bottom-right{
background:#1A1A1A !important;
border-bottom: 1px solid #222 !important;
}
body{
background:#101010 !important;
}
span.pagename{
color:#BBB !important;
}
.content h1{
color: #BBB !important;
}
#header-img.default-header{
background-image: url(http://msk.cloud/ico/redditsprite.png);
}
#header-img.default-header{
background-color:#1A1A1A !important;
}
div.spacer > .roundfield {
border: none !important;
background-color: #1A1A1A !important;
}
div.roundfield-content > select{
border: none !important;
background: #101010 !important;
color: #BBB !important;
}
div.roundfield > .title{
color:#BBB !important;
}
div.roundfield-content > input,textarea{
border: none !important;
border-radius: 2px !important;
background: #101010;
color: #BBB !important;
}
.tabmenu li.selected a, .tabmenu li a{
background:none !important;
border:none !important;
}
.message{
background: #1A1A1A !important;
color: #BBB !important;
width:70% !important;
border-radius:4px !important;
}
div.md > p{
color:#BBB !important;
}
.menuarea{
background: #1A1A1A !important;
}
.thing .title:visited {
color: #8500ff !important;
}
.thing .title {
color: #0093ff !important;
}
} | 0.257672 | 0.088623 |
.favorites > li {
border-top: 1px dotted #999999;
padding: 0 0 0 75px;
position: relative;
}
html.dark .favorites > li {
border-top-color: #bbb;
}
html.dark .white-bg .favorites > li,
html.dark .block-content .favorites > li {
border-top-color: #999999;
}
.favorites > li:first-child {
border-top: 0;
}
/* IE class */
.favorites > li.first-child {
border-top: 0;
}
.favorites > li:hover {
background: url(../images/old-browsers-bg/favorites-bg.png) repeat-x;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background: -moz-linear-gradient(
top,
rgba(0,0,0,0.1),
rgba(0,0,0,0)
);
background: -webkit-gradient(
linear,
left top, left bottom,
from(rgba(0,0,0,0.1)),
to(rgba(0,0,0,0))
);
}
.favorites > li > img {
position: absolute;
margin-top: 1.5em;
margin-left: -60px;
}
.favorites > li > a {
display: block;
padding: 1.278em 1em;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
font-size: 1.5em;
min-height: 1.833em;
font-weight: bold;
line-height: 0.833em;
background: url(../images/favorites-border.png) no-repeat left center;
color: #39c;
}
/* IE class */
.ie7 .favorites > li > a {
margin-top: -0.667em;
}
html.dark .favorites > li > a {
color: white;
}
.white-bg .favorites > li > a,
.favorites.white-bg > li > a,
html.dark .block-content .favorites > li > a,
html.dark .white-bg .favorites > li > a,
html.dark .favorites.white-bg > li > a {
color: #39c;
}
.favorites > li > a small {
font-size: 0.667em;
color: #999;
font-weight: normal;
text-transform: none;
}
html.dark .favorites > li > a small {
color: #344147;
}
.white-bg .favorites > li > a small,
.favorites.white-bg > li > a small,
html.dark .block-content .favorites > li > a small,
html.dark .white-bg .favorites > li > a small,
html.dark .favorites.white-bg > li > a small {
color: #999;
}
/****************** Shortcuts *******************/
.shortcuts-list {
padding-top: 0.5em;
}
.shortcuts-list li {
float: left;
}
.shortcuts-list li a {
display: block;
width: 7em;
padding-top: 63px;
color: #808080;
text-align: center;
position: relative;
padding-bottom: 9px;
-moz-border-radius: 0.417em;
-webkit-border-radius: 0.417em;
-webkit-background-clip: padding-box;
border-radius: 0.417em;
}
html.dark .shortcuts-list li a {
color: white;
}
html.dark .block-content .shortcuts-list li a {
color: #808080;
}
.dark-grey-gradient .shortcuts-list li a,
.shortcuts-list.dark-grey-gradient li a {
color: white;
}
.shortcuts-list li a:hover {
background: #E0E0E0;
}
html.dark .shortcuts-list li a:hover {
background: #404040;
}
html.dark .block-content .shortcuts-list li a:hover {
background: #E0E0E0;
}
.dark-grey-gradient .shortcuts-list li a:hover,
.shortcuts-list.dark-grey-gradient li a:hover {
color: white;
background: #404040;
}
.shortcuts-list li a img {
position: absolute;
top: 9px;
left: 50%;
margin-left: -24px;
}
/************* Mobile customization *************/
@media only screen and (max-device-width: 480px) {
.shortcuts-list {
padding-top: 0;
}
article > .shortcuts-list {
margin-left: -0.5em;
margin-right: -0.5em;
}
article > .shortcuts-list li a {
width: 6.5em;
}
}
/****************** Files list ******************/
.files {
padding: 1em 0 0 1em;
}
.files > li {
float: left;
width: 100px;
margin: 0 1em 1em 0;
color: #666;
padding-top: 74px;
text-align: center;
}
.files > li > a {
display: block;
padding: 4px 5px 7px;
line-height: 1.2em;
height: 2.4em;
color: #666;
word-wrap: break-word;
text-overflow: ellipsis;
}
html.dark .files > li > a {
color: white;
-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
html.dark .block-content .files > li > a {
color: #666;
-moz-text-shadow: none;
-webkit-text-shadow: none;
text-shadow: none;
}
.dark-grey-gradient .files > li > a,
.files.dark-grey-gradient > li > a {
color: white;
-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.files > li > a:hover {
color: #333;
background: #e0e0e0;
-moz-border-radius: 0.333em;
-webkit-border-radius: 0.333em;
-webkit-background-clip: padding-box;
border-radius: 0.333em;
}
html.dark .files > li > a:hover {
color: white;
background: #404040;
}
html.dark .block-content .files > li > a:hover {
color: #333;
background: #e0e0e0;
}
.dark-grey-gradient .files > li > a:hover,
.files.dark-grey-gradient > li > a:hover {
color: white;
background: #404040;
}
.files > li > a > span {
display: block;
margin: -78px -5px 8px;
height: 70px;
line-height: 70px;
}
.files > li > a > span > img {
vertical-align: middle;
}
.files > li > a > span > img.thumb {
border: 1px solid white;
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.files > li .mini-menu {
margin-top: -0.5em;
margin-right: -1em;
}
/***************** Blocks grid ******************/
ul.grid {
padding: 0.75em 0 0 0.75em;
}
/* IE class */
.ie7 ul.grid {
padding-bottom: 0.75em;
}
ul.grid > li {
background: #cccccc url(../images/old-browsers-bg/grid-block-bg.png) repeat-x top;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background: -moz-linear-gradient(
top,
#f5f5f5,
#cccccc
);
background: -webkit-gradient(
linear,
left top, left bottom,
from(#f5f5f5),
to(#cccccc)
);
border: 1px solid white;
-moz-border-radius: 0.417em;
-webkit-border-radius: 0.417em;
-webkit-background-clip: padding-box;
border-radius: 0.417em;
padding: 0.75em;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
color: #333333;
float: left;
width: 17em;
position: relative;
margin: 0 0.75em 0.75em 0;
}
ul.grid > li .grid-picto {
margin: -0.75em 1em -0.75em -0.75em;
padding: 0.75em 0.75em 0.75em 3.9em;
background-repeat: no-repeat;
background-position: 0.75em 0.75em;
border-right: 1px solid #b3b3b3;
}
ul.grid > li .grid-picto.user { background-image: url(../images/icons/web-app/32/Profile.png); }
ul.grid > li .grid-picto.computer { background-image: url(../images/icons/web-app/32/Loading.png); }
ul.grid > li .grid-picto.chart { background-image: url(../images/icons/web-app/32/Pie-Chart.png); }
ul.grid > li .grid-picto.print { background-image: url(../images/icons/web-app/32/Print.png); }
ul.grid > li .grid-picto.warning { background-image: url(../images/icons/web-app/32/Warning.png); }
ul.grid > li .grid-name {
color: #373737;
font-weight: bold;
font-size: 1.5em;
margin-bottom: 0.25em;
}
ul.grid > li .grid-details {
color: #808080;
}
ul.grid > li .grid-details b {
color: #333333;
font-weight: normal;
}
ul.grid > li .grid-actions {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 1.7em;
border-left: 1px solid white;
background: #b3b3b3 url(../images/old-browsers-bg/grid-block-controls-bg.png) repeat-x top;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background: -moz-linear-gradient(
top,
#f0f0f0,
#b3b3b3
);
background: -webkit-gradient(
linear,
left top, left bottom,
from(#f0f0f0),
to(#b3b3b3)
);
-moz-border-radius: 0 0.333em 0.333em 0;
-webkit-border-top-right-radius: 0.333em;
-webkit-border-bottom-right-radius: 0.333em;
border-radius: 0 0.333em 0.333em 0;
}
ul.grid > li .grid-actions li {
border-top: 1px solid white;
border-bottom: 1px solid #b3b3b3;
text-align: center;
height: 1.75em;
line-height: 1.75em;
}
ul.grid > li .grid-actions li:first-child {
border-top: none;
}
ul.grid > li .grid-actions li:last-child {
border-bottom: none;
}
/* IE class */
ul.grid > li .grid-actions li.last-child {
border-bottom: none;
}
ul.grid > li .grid-actions li img {
margin: 0 -1px -3px 0;
}
/***************** Blocks lists *****************/
.task,
.blocks-list > li,
.mini-blocks-list > li {
background: #e6e6e6 url(../images/old-browsers-bg/lite-grey-grad-bg.png) repeat-x top;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background: -moz-linear-gradient(
top,
#f7f7f7,
#e6e6e6
);
background: -webkit-gradient(
linear,
left top, left bottom,
from(#f7f7f7),
to(#e6e6e6)
);
border: 1px solid white;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
position: relative;
z-index: 89;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
-webkit-background-clip: padding-box;
border-radius: 0.25em;
color: #666666;
line-height: 1.25em;
}
.ie .task,
.ie .blocks-list > li,
.ie .mini-blocks-list > li {
border-color: #cccccc;
}
.task {
padding: 1.667em 1.667em 0;
margin-bottom: 1.667em;
}
.task + .task.with-legend {
margin-top: 2.5em;
}
.task .task-description {
padding-bottom: 1.667em;
}
.task .floating-tags {
margin: -0.667em -0.667em -0.667em 1.5em;
}
.task:hover {
background: #dbe8f0;
}
.task-dialog {
margin: 0 -1.667em;
}
.task-dialog > li {
border-top: 1px solid #c5c39c;
background: #ffffcd url(../images/icons/fugue/balloon-reverse.png) no-repeat 0.667em 0.75em;
padding: 0.75em 0.75em 0.75em 2.5em;
margin: 0 -1px;
color: #565340;
position: relative;
z-index: 89;
}
.ie .task-dialog > li {
margin: 0;
}
.task-dialog > li:nth-child(even) {
background-color: #f7f7df;
}
/* IE class */
.task-dialog > li.even {
background-color: #f7f7df;
}
.task-dialog > li:last-child {
-moz-border-radius: 0 0 0.167em 0.167em;
-webkit-border-bottom-left-radius: 0.167em;
-webkit-border-bottom-right-radius: 0.167em;
border-radius: 0 0 0.167em 0.167em;
}
.task-dialog > li.auto-hide {
display: none;
}
:hover > .task-dialog > li.auto-hide {
display: block;
}
.task-dialog > li > strong {
color: #353334;
}
.task-dialog > li > em {
color: #b1b197;
}
.task-dialog .mini-menu {
margin-right: -0.5em;
}
/************* Mobile customization *************/
@media only screen and (max-device-width: 480px) {
.task-dialog > li.auto-hide {
display: block;
}
}
.blocks-list > li {
padding: 1em 0.5em;
margin-bottom: 0.5em;
}
.mini-blocks-list > li {
padding: 0.25em 0.5em 0.417em;
margin-bottom: 0.5em;
}
.blocks-list > li a,
.mini-blocks-list > li a {
color: #666666;
}
.blocks-list > li img,
.mini-blocks-list > li img {
margin-bottom: -4px;
}
.blocks-list > li .tags.float-right,
.mini-blocks-list > li .tags.float-right {
margin-top: -0.417em;
margin-bottom: -0.333em;
}
.mini-blocks-list > li .tags.float-right {
margin-right: -0.417em;
}
/* IE class */
.ie7 .blocks-list > li .tags.float-right {
margin-top: -0.25em;
}
/* IE class */
.ie7 .mini-blocks-list > li .tags.float-right {
margin-top: -0.167em;
}
/****************** Icon list *******************/
.icon-list {
margin: 0 -19px 0.833em -7px;
}
.icon-list li {
float: left;
background: url(../images/corner.png) no-repeat right bottom;
padding: 7px 26px 21px 61px;
width: 5em;
height: 2.5em;
margin-top: 0.75em;
font-size: 1.5em;
font-weight: bold;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
}
.icon-list li a {
display: block;
margin: -7px -26px -21px -61px;
padding: 7px 26px 21px 61px;
width: 5em;
height: 2.5em;
}
html.dark .icon-list li a {
color: white;
}
html.dark .block-content .icon-list li a {
color: #39c;
}
.icon-list li a:hover,
html.dark .icon-list li a:hover,
html.dark .block-content .icon-list li a:hover {
color: #33CCFF;
}
.icon-list li small {
font-size: 0.667em;
font-weight: normal;
text-transform: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
vertical-align: 20%;
}
html.dark .icon-list li small {
color: #b0b0b0;
}
html.dark .block-content .icon-list li small {
color: #808080;
}
.icon-list li .icon {
display: block;
float: left;
width: 48px;
height: 48px;
margin: -3px 0 0 -54px;
background-position: center center;
background-repeat: no-repeat;
}
/************* Small files icon list ************/
.small-files-list li {
padding: 0.25em 0 0 42px;
background: url(../images/icons/finefiles/32/default.png) no-repeat;
color: black;
min-height: 32px;
margin-bottom: 0.25em;
line-height: 1.083em;
}
.small-files-list li:last-child {
margin-bottom: 0;
}
/* IE class */
.small-files-list li.last-child {
margin-bottom: 0;
}
.small-files-list li a {
display: block;
margin: -0.25em 0 0 -42px;
padding: 0.25em 0 0 42px;
color: black;
}
.small-files-list li a:hover {
color: #3399cc;
}
.small-files-list li small {
color: #999999;
}
.small-files-list.icon-html li, .small-files-list li.icon-html { background-image: url(../images/icons/finefiles/32/html.png); }
.small-files-list.icon-xml li, .small-files-list li.icon-xml { background-image: url(../images/icons/finefiles/32/xml.png); }
.small-files-list.icon-img li, .small-files-list li.icon-img { background-image: url(../images/icons/finefiles/32/other_image.png); }
.small-files-list.icon-music li, .small-files-list li.icon-music { background-image: url(../images/icons/finefiles/32/other_music2.png); }
.small-files-list.icon-movie li, .small-files-list li.icon-movie { background-image: url(../images/icons/finefiles/32/mpg.png); }
.small-files-list.icon-folder li, .small-files-list li.icon-folder { background-image: url(../images/icons/finefiles/32/_Close.png); }
.small-files-list.icon-mail li, .small-files-list li.icon-mail { background-image: url(../images/icons/email.png); }
.small-files-list.icon-comment li, .small-files-list li.icon-comment { background-image: url(../images/icons/web-app/32/Comment.png); }
/*************** Extended infos list ************/
.extended-list > li {
border-top: 1px dotted #afafaf;
padding: 1.667em;
position: relative;
z-index: 89;
}
.extended-list > li:hover {
background: url(../images/old-browsers-bg/favorites-bg.png) repeat-y;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background: -moz-linear-gradient(
top,
rgba(0,0,0,0.1),
rgba(0,0,0,0)
);
background: -webkit-gradient(
linear,
left top, left bottom,
from(rgba(0,0,0,0.1)),
to(rgba(0,0,0,0))
);
}
.extended-list > li:first-child {
border-top: 0;
}
/* IE class */
.extended-list > li.first-child {
border-top: 0;
}
.extended-list > li > a,
.extended-list > li > span {
font-size: 1.5em;
font-weight: bold;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
display: block;
float: left;
padding-left: 54px;
white-space: nowrap;
min-height: 48px;
position: relative;
}
html.dark .extended-list > li > a,
html.dark .extended-list > li > span {
color: white;
}
html.dark .block-content .extended-list > li > a,
html.dark .block-content .extended-list > li > span {
color: #39c;
}
.extended-list > li > a:hover,
html.dark .extended-list > li > a:hover,
html.dark .extended-list > li > span:hover,
html.dark .block-content .extended-list > li > a:hover,
html.dark .block-content .extended-list > li > span:hover {
color: #33CCFF;
}
.extended-list > li > a small {
font-size: 0.667em;
font-weight: normal;
text-transform: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
vertical-align: 20%;
}
html.dark .extended-list > li > a small {
color: #b0b0b0;
}
html.dark .block-content .extended-list > li > a small {
color: #808080;
}
.extended-list > li > a .icon {
display: block;
top: 0;
left: 0;
position: absolute;
width: 48px;
height: 48px;
background-position: center center;
background-repeat: no-repeat;
}
.extended-list .extended-options {
float: right;
}
.extended-list .extended-options li {
float: left;
margin-left: 1.5em;
line-height: 1.75em;
}
html.dark .extended-list .extended-options li {
color: white;
}
html.dark .block-content .extended-list .extended-options li {
color: #333;
}
.extended-list .extended-options li:first-child {
margin-left: 0;
}
/* IE class */
.extended-list .extended-options li.first-child {
margin-left: 0;
}
.icon-user .icon, .icon.icon-user { background-image: url(../images/icons/web-app/48/Profile.png); }
.icon-image .icon, .icon.icon-image { background-image: url(../images/icons/web-app/48/Picture.png); }
.icon-chart .icon, .icon.icon-chart { background-image: url(../images/icons/web-app/48/Pie-Chart.png); }
.icon-printer .icon, .icon.icon-printer { background-image: url(../images/icons/web-app/48/Print.png); }
.icon-computer .icon, .icon.icon-computer { background-image: url(../images/icons/web-app/48/Loading.png); }
.icon-article .icon, .icon.icon-article { background-image: url(../images/icons/web-app/48/Modify.png); }
.icon-comment .icon, .icon.icon-comment { background-image: url(../images/icons/web-app/48/Comment.png); }
.icon-warning .icon, .icon.icon-warning { background-image: url(../images/icons/web-app/48/Warning.png); }
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.shortcuts-list:after,
.files:after,
.task .task-description:after,
.blocks-list > li:after,
.mini-blocks-list > li:after,
.icon-list:after,
.extended-list li:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
.shortcuts-list,
.files,
.task .task-description,
.blocks-list > li,
.mini-blocks-list > li,
.icon-list,
.extended-list li {
display: inline-block;
}
* html .shortcuts-list,
* html .files,
* html .task .task-description,
* html .blocks-list > li,
* html .mini-blocks-list > li,
* html .icon-list,
* html .extended-list li {
height: 1%;
}
.shortcuts-list,
.files,
.task .task-description,
.blocks-list > li,
.mini-blocks-list > li,
.icon-list,
.extended-list li {
display: block;
} | public/admin_themes/css/block-lists.css | .favorites > li {
border-top: 1px dotted #999999;
padding: 0 0 0 75px;
position: relative;
}
html.dark .favorites > li {
border-top-color: #bbb;
}
html.dark .white-bg .favorites > li,
html.dark .block-content .favorites > li {
border-top-color: #999999;
}
.favorites > li:first-child {
border-top: 0;
}
/* IE class */
.favorites > li.first-child {
border-top: 0;
}
.favorites > li:hover {
background: url(../images/old-browsers-bg/favorites-bg.png) repeat-x;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background: -moz-linear-gradient(
top,
rgba(0,0,0,0.1),
rgba(0,0,0,0)
);
background: -webkit-gradient(
linear,
left top, left bottom,
from(rgba(0,0,0,0.1)),
to(rgba(0,0,0,0))
);
}
.favorites > li > img {
position: absolute;
margin-top: 1.5em;
margin-left: -60px;
}
.favorites > li > a {
display: block;
padding: 1.278em 1em;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
font-size: 1.5em;
min-height: 1.833em;
font-weight: bold;
line-height: 0.833em;
background: url(../images/favorites-border.png) no-repeat left center;
color: #39c;
}
/* IE class */
.ie7 .favorites > li > a {
margin-top: -0.667em;
}
html.dark .favorites > li > a {
color: white;
}
.white-bg .favorites > li > a,
.favorites.white-bg > li > a,
html.dark .block-content .favorites > li > a,
html.dark .white-bg .favorites > li > a,
html.dark .favorites.white-bg > li > a {
color: #39c;
}
.favorites > li > a small {
font-size: 0.667em;
color: #999;
font-weight: normal;
text-transform: none;
}
html.dark .favorites > li > a small {
color: #344147;
}
.white-bg .favorites > li > a small,
.favorites.white-bg > li > a small,
html.dark .block-content .favorites > li > a small,
html.dark .white-bg .favorites > li > a small,
html.dark .favorites.white-bg > li > a small {
color: #999;
}
/****************** Shortcuts *******************/
.shortcuts-list {
padding-top: 0.5em;
}
.shortcuts-list li {
float: left;
}
.shortcuts-list li a {
display: block;
width: 7em;
padding-top: 63px;
color: #808080;
text-align: center;
position: relative;
padding-bottom: 9px;
-moz-border-radius: 0.417em;
-webkit-border-radius: 0.417em;
-webkit-background-clip: padding-box;
border-radius: 0.417em;
}
html.dark .shortcuts-list li a {
color: white;
}
html.dark .block-content .shortcuts-list li a {
color: #808080;
}
.dark-grey-gradient .shortcuts-list li a,
.shortcuts-list.dark-grey-gradient li a {
color: white;
}
.shortcuts-list li a:hover {
background: #E0E0E0;
}
html.dark .shortcuts-list li a:hover {
background: #404040;
}
html.dark .block-content .shortcuts-list li a:hover {
background: #E0E0E0;
}
.dark-grey-gradient .shortcuts-list li a:hover,
.shortcuts-list.dark-grey-gradient li a:hover {
color: white;
background: #404040;
}
.shortcuts-list li a img {
position: absolute;
top: 9px;
left: 50%;
margin-left: -24px;
}
/************* Mobile customization *************/
@media only screen and (max-device-width: 480px) {
.shortcuts-list {
padding-top: 0;
}
article > .shortcuts-list {
margin-left: -0.5em;
margin-right: -0.5em;
}
article > .shortcuts-list li a {
width: 6.5em;
}
}
/****************** Files list ******************/
.files {
padding: 1em 0 0 1em;
}
.files > li {
float: left;
width: 100px;
margin: 0 1em 1em 0;
color: #666;
padding-top: 74px;
text-align: center;
}
.files > li > a {
display: block;
padding: 4px 5px 7px;
line-height: 1.2em;
height: 2.4em;
color: #666;
word-wrap: break-word;
text-overflow: ellipsis;
}
html.dark .files > li > a {
color: white;
-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
html.dark .block-content .files > li > a {
color: #666;
-moz-text-shadow: none;
-webkit-text-shadow: none;
text-shadow: none;
}
.dark-grey-gradient .files > li > a,
.files.dark-grey-gradient > li > a {
color: white;
-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.files > li > a:hover {
color: #333;
background: #e0e0e0;
-moz-border-radius: 0.333em;
-webkit-border-radius: 0.333em;
-webkit-background-clip: padding-box;
border-radius: 0.333em;
}
html.dark .files > li > a:hover {
color: white;
background: #404040;
}
html.dark .block-content .files > li > a:hover {
color: #333;
background: #e0e0e0;
}
.dark-grey-gradient .files > li > a:hover,
.files.dark-grey-gradient > li > a:hover {
color: white;
background: #404040;
}
.files > li > a > span {
display: block;
margin: -78px -5px 8px;
height: 70px;
line-height: 70px;
}
.files > li > a > span > img {
vertical-align: middle;
}
.files > li > a > span > img.thumb {
border: 1px solid white;
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.files > li .mini-menu {
margin-top: -0.5em;
margin-right: -1em;
}
/***************** Blocks grid ******************/
ul.grid {
padding: 0.75em 0 0 0.75em;
}
/* IE class */
.ie7 ul.grid {
padding-bottom: 0.75em;
}
ul.grid > li {
background: #cccccc url(../images/old-browsers-bg/grid-block-bg.png) repeat-x top;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background: -moz-linear-gradient(
top,
#f5f5f5,
#cccccc
);
background: -webkit-gradient(
linear,
left top, left bottom,
from(#f5f5f5),
to(#cccccc)
);
border: 1px solid white;
-moz-border-radius: 0.417em;
-webkit-border-radius: 0.417em;
-webkit-background-clip: padding-box;
border-radius: 0.417em;
padding: 0.75em;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
color: #333333;
float: left;
width: 17em;
position: relative;
margin: 0 0.75em 0.75em 0;
}
ul.grid > li .grid-picto {
margin: -0.75em 1em -0.75em -0.75em;
padding: 0.75em 0.75em 0.75em 3.9em;
background-repeat: no-repeat;
background-position: 0.75em 0.75em;
border-right: 1px solid #b3b3b3;
}
ul.grid > li .grid-picto.user { background-image: url(../images/icons/web-app/32/Profile.png); }
ul.grid > li .grid-picto.computer { background-image: url(../images/icons/web-app/32/Loading.png); }
ul.grid > li .grid-picto.chart { background-image: url(../images/icons/web-app/32/Pie-Chart.png); }
ul.grid > li .grid-picto.print { background-image: url(../images/icons/web-app/32/Print.png); }
ul.grid > li .grid-picto.warning { background-image: url(../images/icons/web-app/32/Warning.png); }
ul.grid > li .grid-name {
color: #373737;
font-weight: bold;
font-size: 1.5em;
margin-bottom: 0.25em;
}
ul.grid > li .grid-details {
color: #808080;
}
ul.grid > li .grid-details b {
color: #333333;
font-weight: normal;
}
ul.grid > li .grid-actions {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 1.7em;
border-left: 1px solid white;
background: #b3b3b3 url(../images/old-browsers-bg/grid-block-controls-bg.png) repeat-x top;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background: -moz-linear-gradient(
top,
#f0f0f0,
#b3b3b3
);
background: -webkit-gradient(
linear,
left top, left bottom,
from(#f0f0f0),
to(#b3b3b3)
);
-moz-border-radius: 0 0.333em 0.333em 0;
-webkit-border-top-right-radius: 0.333em;
-webkit-border-bottom-right-radius: 0.333em;
border-radius: 0 0.333em 0.333em 0;
}
ul.grid > li .grid-actions li {
border-top: 1px solid white;
border-bottom: 1px solid #b3b3b3;
text-align: center;
height: 1.75em;
line-height: 1.75em;
}
ul.grid > li .grid-actions li:first-child {
border-top: none;
}
ul.grid > li .grid-actions li:last-child {
border-bottom: none;
}
/* IE class */
ul.grid > li .grid-actions li.last-child {
border-bottom: none;
}
ul.grid > li .grid-actions li img {
margin: 0 -1px -3px 0;
}
/***************** Blocks lists *****************/
.task,
.blocks-list > li,
.mini-blocks-list > li {
background: #e6e6e6 url(../images/old-browsers-bg/lite-grey-grad-bg.png) repeat-x top;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background: -moz-linear-gradient(
top,
#f7f7f7,
#e6e6e6
);
background: -webkit-gradient(
linear,
left top, left bottom,
from(#f7f7f7),
to(#e6e6e6)
);
border: 1px solid white;
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
position: relative;
z-index: 89;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
-webkit-background-clip: padding-box;
border-radius: 0.25em;
color: #666666;
line-height: 1.25em;
}
.ie .task,
.ie .blocks-list > li,
.ie .mini-blocks-list > li {
border-color: #cccccc;
}
.task {
padding: 1.667em 1.667em 0;
margin-bottom: 1.667em;
}
.task + .task.with-legend {
margin-top: 2.5em;
}
.task .task-description {
padding-bottom: 1.667em;
}
.task .floating-tags {
margin: -0.667em -0.667em -0.667em 1.5em;
}
.task:hover {
background: #dbe8f0;
}
.task-dialog {
margin: 0 -1.667em;
}
.task-dialog > li {
border-top: 1px solid #c5c39c;
background: #ffffcd url(../images/icons/fugue/balloon-reverse.png) no-repeat 0.667em 0.75em;
padding: 0.75em 0.75em 0.75em 2.5em;
margin: 0 -1px;
color: #565340;
position: relative;
z-index: 89;
}
.ie .task-dialog > li {
margin: 0;
}
.task-dialog > li:nth-child(even) {
background-color: #f7f7df;
}
/* IE class */
.task-dialog > li.even {
background-color: #f7f7df;
}
.task-dialog > li:last-child {
-moz-border-radius: 0 0 0.167em 0.167em;
-webkit-border-bottom-left-radius: 0.167em;
-webkit-border-bottom-right-radius: 0.167em;
border-radius: 0 0 0.167em 0.167em;
}
.task-dialog > li.auto-hide {
display: none;
}
:hover > .task-dialog > li.auto-hide {
display: block;
}
.task-dialog > li > strong {
color: #353334;
}
.task-dialog > li > em {
color: #b1b197;
}
.task-dialog .mini-menu {
margin-right: -0.5em;
}
/************* Mobile customization *************/
@media only screen and (max-device-width: 480px) {
.task-dialog > li.auto-hide {
display: block;
}
}
.blocks-list > li {
padding: 1em 0.5em;
margin-bottom: 0.5em;
}
.mini-blocks-list > li {
padding: 0.25em 0.5em 0.417em;
margin-bottom: 0.5em;
}
.blocks-list > li a,
.mini-blocks-list > li a {
color: #666666;
}
.blocks-list > li img,
.mini-blocks-list > li img {
margin-bottom: -4px;
}
.blocks-list > li .tags.float-right,
.mini-blocks-list > li .tags.float-right {
margin-top: -0.417em;
margin-bottom: -0.333em;
}
.mini-blocks-list > li .tags.float-right {
margin-right: -0.417em;
}
/* IE class */
.ie7 .blocks-list > li .tags.float-right {
margin-top: -0.25em;
}
/* IE class */
.ie7 .mini-blocks-list > li .tags.float-right {
margin-top: -0.167em;
}
/****************** Icon list *******************/
.icon-list {
margin: 0 -19px 0.833em -7px;
}
.icon-list li {
float: left;
background: url(../images/corner.png) no-repeat right bottom;
padding: 7px 26px 21px 61px;
width: 5em;
height: 2.5em;
margin-top: 0.75em;
font-size: 1.5em;
font-weight: bold;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
}
.icon-list li a {
display: block;
margin: -7px -26px -21px -61px;
padding: 7px 26px 21px 61px;
width: 5em;
height: 2.5em;
}
html.dark .icon-list li a {
color: white;
}
html.dark .block-content .icon-list li a {
color: #39c;
}
.icon-list li a:hover,
html.dark .icon-list li a:hover,
html.dark .block-content .icon-list li a:hover {
color: #33CCFF;
}
.icon-list li small {
font-size: 0.667em;
font-weight: normal;
text-transform: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
vertical-align: 20%;
}
html.dark .icon-list li small {
color: #b0b0b0;
}
html.dark .block-content .icon-list li small {
color: #808080;
}
.icon-list li .icon {
display: block;
float: left;
width: 48px;
height: 48px;
margin: -3px 0 0 -54px;
background-position: center center;
background-repeat: no-repeat;
}
/************* Small files icon list ************/
.small-files-list li {
padding: 0.25em 0 0 42px;
background: url(../images/icons/finefiles/32/default.png) no-repeat;
color: black;
min-height: 32px;
margin-bottom: 0.25em;
line-height: 1.083em;
}
.small-files-list li:last-child {
margin-bottom: 0;
}
/* IE class */
.small-files-list li.last-child {
margin-bottom: 0;
}
.small-files-list li a {
display: block;
margin: -0.25em 0 0 -42px;
padding: 0.25em 0 0 42px;
color: black;
}
.small-files-list li a:hover {
color: #3399cc;
}
.small-files-list li small {
color: #999999;
}
.small-files-list.icon-html li, .small-files-list li.icon-html { background-image: url(../images/icons/finefiles/32/html.png); }
.small-files-list.icon-xml li, .small-files-list li.icon-xml { background-image: url(../images/icons/finefiles/32/xml.png); }
.small-files-list.icon-img li, .small-files-list li.icon-img { background-image: url(../images/icons/finefiles/32/other_image.png); }
.small-files-list.icon-music li, .small-files-list li.icon-music { background-image: url(../images/icons/finefiles/32/other_music2.png); }
.small-files-list.icon-movie li, .small-files-list li.icon-movie { background-image: url(../images/icons/finefiles/32/mpg.png); }
.small-files-list.icon-folder li, .small-files-list li.icon-folder { background-image: url(../images/icons/finefiles/32/_Close.png); }
.small-files-list.icon-mail li, .small-files-list li.icon-mail { background-image: url(../images/icons/email.png); }
.small-files-list.icon-comment li, .small-files-list li.icon-comment { background-image: url(../images/icons/web-app/32/Comment.png); }
/*************** Extended infos list ************/
.extended-list > li {
border-top: 1px dotted #afafaf;
padding: 1.667em;
position: relative;
z-index: 89;
}
.extended-list > li:hover {
background: url(../images/old-browsers-bg/favorites-bg.png) repeat-y;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background: -moz-linear-gradient(
top,
rgba(0,0,0,0.1),
rgba(0,0,0,0)
);
background: -webkit-gradient(
linear,
left top, left bottom,
from(rgba(0,0,0,0.1)),
to(rgba(0,0,0,0))
);
}
.extended-list > li:first-child {
border-top: 0;
}
/* IE class */
.extended-list > li.first-child {
border-top: 0;
}
.extended-list > li > a,
.extended-list > li > span {
font-size: 1.5em;
font-weight: bold;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
display: block;
float: left;
padding-left: 54px;
white-space: nowrap;
min-height: 48px;
position: relative;
}
html.dark .extended-list > li > a,
html.dark .extended-list > li > span {
color: white;
}
html.dark .block-content .extended-list > li > a,
html.dark .block-content .extended-list > li > span {
color: #39c;
}
.extended-list > li > a:hover,
html.dark .extended-list > li > a:hover,
html.dark .extended-list > li > span:hover,
html.dark .block-content .extended-list > li > a:hover,
html.dark .block-content .extended-list > li > span:hover {
color: #33CCFF;
}
.extended-list > li > a small {
font-size: 0.667em;
font-weight: normal;
text-transform: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
vertical-align: 20%;
}
html.dark .extended-list > li > a small {
color: #b0b0b0;
}
html.dark .block-content .extended-list > li > a small {
color: #808080;
}
.extended-list > li > a .icon {
display: block;
top: 0;
left: 0;
position: absolute;
width: 48px;
height: 48px;
background-position: center center;
background-repeat: no-repeat;
}
.extended-list .extended-options {
float: right;
}
.extended-list .extended-options li {
float: left;
margin-left: 1.5em;
line-height: 1.75em;
}
html.dark .extended-list .extended-options li {
color: white;
}
html.dark .block-content .extended-list .extended-options li {
color: #333;
}
.extended-list .extended-options li:first-child {
margin-left: 0;
}
/* IE class */
.extended-list .extended-options li.first-child {
margin-left: 0;
}
.icon-user .icon, .icon.icon-user { background-image: url(../images/icons/web-app/48/Profile.png); }
.icon-image .icon, .icon.icon-image { background-image: url(../images/icons/web-app/48/Picture.png); }
.icon-chart .icon, .icon.icon-chart { background-image: url(../images/icons/web-app/48/Pie-Chart.png); }
.icon-printer .icon, .icon.icon-printer { background-image: url(../images/icons/web-app/48/Print.png); }
.icon-computer .icon, .icon.icon-computer { background-image: url(../images/icons/web-app/48/Loading.png); }
.icon-article .icon, .icon.icon-article { background-image: url(../images/icons/web-app/48/Modify.png); }
.icon-comment .icon, .icon.icon-comment { background-image: url(../images/icons/web-app/48/Comment.png); }
.icon-warning .icon, .icon.icon-warning { background-image: url(../images/icons/web-app/48/Warning.png); }
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.shortcuts-list:after,
.files:after,
.task .task-description:after,
.blocks-list > li:after,
.mini-blocks-list > li:after,
.icon-list:after,
.extended-list li:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
.shortcuts-list,
.files,
.task .task-description,
.blocks-list > li,
.mini-blocks-list > li,
.icon-list,
.extended-list li {
display: inline-block;
}
* html .shortcuts-list,
* html .files,
* html .task .task-description,
* html .blocks-list > li,
* html .mini-blocks-list > li,
* html .icon-list,
* html .extended-list li {
height: 1%;
}
.shortcuts-list,
.files,
.task .task-description,
.blocks-list > li,
.mini-blocks-list > li,
.icon-list,
.extended-list li {
display: block;
} | 0.216342 | 0.102529 |