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 |
|---|---|---|---|---|
.input-radio-1-bty input[type="radio"] {
display: none;
cursor: pointer;
}
.input-radio-1-bty input[type="radio"]:focus, .input-radio-1-bty input[type="radio"]:active {
outline: none;
}
.input-radio-1-bty label {
cursor: pointer;
display: inline-block;
position: relative;
padding-left: 25px;
margin-right: 10px;
color: #0b4c6a;
}
.input-radio-1-bty label:before, .input-radio-1-bty label:after {
content:.input-radio-2-bty input[type="radio"] {
display: none;
}
.input-radio-2-bty label:before {
content: "";
display: inline-block;
width: 15px;
height: 15px;
margin: -2px 10px 0 0;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid #c9c9c9;
}
.input-radio-2-bty label:hover {
cursor: pointer;
}
.input-radio-2-bty label {
color: #999;
text-shadow: 1px 1px 0 #fff;
font: 16px Wellfleet, sans-serif;
}
.input-radio-2-bty label:before {
content: "";
background-color: #fff;
background-repeat: no-repeat;
background-position: 2px 3px;
background-size: 10px 10px;
}
.input-radio-2-bty input[type="radio"]:checked + label {
color: #555;
}
.input-radio-2-bty label:before,
.input-radio-2-bty input[type="radio"]:checked + label:before {
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
transition: all 0.2s linear;
content: "";
}
.input-radio-2-bty input[type="radio"]:checked + label:before {
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
-webkit-animation: input-radio-2-bty-pop 0.2s linear 1 forwards;
}
@-webkit-keyframes input-radio-2-bty-pop
{
0% {
background-color: #0c6497;
}
100% {
background-color: #8fd0f6;
}
}.input-radio-4-bty input[type="radio"] {
display: none;
}
.input-radio-4-bty label {
position: relative;
display: inline-block;
padding-left: 1.5em;
margin-right: 2em;
cursor: pointer;
line-height: 1em;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.input-radio-4-bty label:before,
.input-radio-4-bty label:after {
content:.input-radio-7-bty input[type="radio"] {
display: none;
}
.input-radio-7-bty label {
position: relative;
cursor: pointer;
padding-left: 28px;
}
.input-radio-7-bty label:before, .input-radio-7-bty label:after {
content: "";
position: absolute;
border-radius: 50%;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.input-radio-7-bty label:before {
top: 0;
left: 0;
width: 18px;
height: 18px;
background: #1565C0;
-moz-box-shadow: inset 0 0 0 18px #E0E0E0;
-webkit-box-shadow: inset 0 0 0 18px #E0E0E0;
box-shadow: inset 0 0 0 18px #E0E0E0;
}
.input-radio-7-bty label:after {
top: 49%;
left: 9px;
width: 54px;
height: 54px;
opacity: 0;
background: rgba(255, 255, 255, 0.3);
-moz-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
}
.input-radio-7-bty input[type="radio"]:checked + label:before {
-moz-box-shadow: inset 0 0 0 4px #E0E0E0;
-webkit-box-shadow: inset 0 0 0 4px #E0E0E0;
box-shadow: inset 0 0 0 4px #E0E0E0;
}
.input-radio-7-bty input[type="radio"]:checked + label:after {
-moz-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
-moz-animation: ripple 1s none;
-webkit-animation: ripple 1s none;
animation: input-radio-7-bty-ripple 1s none;
}
@-moz-keyframes input-radio-7-bty-ripple {
5%, 100% {
opacity: 0;
}
5% {
opacity: 1;
}
}
@-webkit-keyframes input-radio-7-bty-ripple {
5%, 100% {
opacity: 0;
}
5% {
opacity: 1;
}
}
@keyframes input-radio-7-bty-ripple {
5%, 100% {
opacity: 0;
}
5% {
opacity: 1;
}
} | public/components/Field Input/radio.css | .input-radio-1-bty input[type="radio"] {
display: none;
cursor: pointer;
}
.input-radio-1-bty input[type="radio"]:focus, .input-radio-1-bty input[type="radio"]:active {
outline: none;
}
.input-radio-1-bty label {
cursor: pointer;
display: inline-block;
position: relative;
padding-left: 25px;
margin-right: 10px;
color: #0b4c6a;
}
.input-radio-1-bty label:before, .input-radio-1-bty label:after {
content:.input-radio-2-bty input[type="radio"] {
display: none;
}
.input-radio-2-bty label:before {
content: "";
display: inline-block;
width: 15px;
height: 15px;
margin: -2px 10px 0 0;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid #c9c9c9;
}
.input-radio-2-bty label:hover {
cursor: pointer;
}
.input-radio-2-bty label {
color: #999;
text-shadow: 1px 1px 0 #fff;
font: 16px Wellfleet, sans-serif;
}
.input-radio-2-bty label:before {
content: "";
background-color: #fff;
background-repeat: no-repeat;
background-position: 2px 3px;
background-size: 10px 10px;
}
.input-radio-2-bty input[type="radio"]:checked + label {
color: #555;
}
.input-radio-2-bty label:before,
.input-radio-2-bty input[type="radio"]:checked + label:before {
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
transition: all 0.2s linear;
content: "";
}
.input-radio-2-bty input[type="radio"]:checked + label:before {
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
-webkit-animation: input-radio-2-bty-pop 0.2s linear 1 forwards;
}
@-webkit-keyframes input-radio-2-bty-pop
{
0% {
background-color: #0c6497;
}
100% {
background-color: #8fd0f6;
}
}.input-radio-4-bty input[type="radio"] {
display: none;
}
.input-radio-4-bty label {
position: relative;
display: inline-block;
padding-left: 1.5em;
margin-right: 2em;
cursor: pointer;
line-height: 1em;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.input-radio-4-bty label:before,
.input-radio-4-bty label:after {
content:.input-radio-7-bty input[type="radio"] {
display: none;
}
.input-radio-7-bty label {
position: relative;
cursor: pointer;
padding-left: 28px;
}
.input-radio-7-bty label:before, .input-radio-7-bty label:after {
content: "";
position: absolute;
border-radius: 50%;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.input-radio-7-bty label:before {
top: 0;
left: 0;
width: 18px;
height: 18px;
background: #1565C0;
-moz-box-shadow: inset 0 0 0 18px #E0E0E0;
-webkit-box-shadow: inset 0 0 0 18px #E0E0E0;
box-shadow: inset 0 0 0 18px #E0E0E0;
}
.input-radio-7-bty label:after {
top: 49%;
left: 9px;
width: 54px;
height: 54px;
opacity: 0;
background: rgba(255, 255, 255, 0.3);
-moz-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
}
.input-radio-7-bty input[type="radio"]:checked + label:before {
-moz-box-shadow: inset 0 0 0 4px #E0E0E0;
-webkit-box-shadow: inset 0 0 0 4px #E0E0E0;
box-shadow: inset 0 0 0 4px #E0E0E0;
}
.input-radio-7-bty input[type="radio"]:checked + label:after {
-moz-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
-moz-animation: ripple 1s none;
-webkit-animation: ripple 1s none;
animation: input-radio-7-bty-ripple 1s none;
}
@-moz-keyframes input-radio-7-bty-ripple {
5%, 100% {
opacity: 0;
}
5% {
opacity: 1;
}
}
@-webkit-keyframes input-radio-7-bty-ripple {
5%, 100% {
opacity: 0;
}
5% {
opacity: 1;
}
}
@keyframes input-radio-7-bty-ripple {
5%, 100% {
opacity: 0;
}
5% {
opacity: 1;
}
} | 0.478529 | 0.149687 |
a:hover {
text-decoration: none;
}
html {
box-sizing: border-box;
font-size: 16px;
}
.header {
position: relative;
width: 100%;
overflow: hidden;
height: 105vh;
padding-bottom: 20px;
}
.nav {
display: flex;
justify-content: center;
padding: 20px 30px;
position: absolute;
transform: all 0.3s;
background: white;
z-index: 9;
top: 0px;
width: 100%;
}
.nav ul {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.nav ul li {
display: flex;
}
.nav ul li a {
font-family: "Roboto Condensed", sans-serif;
color: #333;
padding: 0.25rem 0;
margin: 0 1.8rem;
text-transform: uppercase;
}
.nav ul li.logo .black {
display: none;
}
.nav ul li.logo a {
margin: 0 4rem;
}
.nav-icon {
position: absolute;
top: 27px;
right: 30px;
padding: 5px;
width: 40px;
z-index: 1;
cursor: pointer;
}
.nav-icon span {
background: #333;
width: 30px;
height: 1px;
display: block;
transition: 300ms linear all;
}
.nav-icon span:nth-child(1),
.nav-icon span:nth-child(3) {
width: 20px;
margin: 0 auto;
}
.nav-icon span:nth-child(2) {
margin: 5px 0;
width: 32px;
}
.nav-icon:hover span:nth-child(1),
.nav-icon:hover span:nth-child(3) {
width: 30px;
}
.full-nav {
background: #f1c30f;
color: #18191d;
position: fixed;
left: 0;
top: 5px;
height: 100%;
width: 100%;
padding: 3.75rem;
z-index: 99;
overflow-x: hidden;
visibility: hidden;
opacity: 0;
transform: translateY(-100px);
transition: all 0.4s ease-in-out;
}
.full-nav.open {
opacity: 1;
visibility: visible;
transform: translateY(0);
transition: all 0.4s ease-in-out;
z-index: 99;
}
.full-nav .logo {
display: flex;
justify-content: center;
padding: 4rem;
}
.nav2 ul {
display: flex;
align-items: center;
flex-wrap: wrap;
max-width: 700px;
}
.nav2 ul li {
display: flex;
flex: 50px;
background-color: #f5f5f5;
padding: 1rem;
border-bottom: 10px solid #f1c30f;
border-right: 10px solid #f1c30f;
transition: all 0.5s;
}
.nav2 ul li a {
font-family: "Roboto Condensed", sans-serif;
font-size: 1.4em;
color: #18191d;
}
.nav2 ul li a span {
color: #b9b9b9;
}
.nav2 ul li:hover {
background: #ff1637;
}
.nav2 ul li:hover a,
.nav2 ul li:hover a span {
color: white;
}
.social-icons a {
color: white;
border: 4px solid white;
width: 50px;
height: 50px;
line-height: 40px;
font-size: 20px;
display: inherit;
text-align: center;
border-radius: 50px;
transition: all ease 1s;
margin-top: 40px;
}
.social-icons a:hover {
color: #000;
margin-top: -10px;
border-color: #000;
}
.social-icons a:hover i {
color: #000;
margin-top: -10px;
border-color: #000;
}
ul.social-icons.list-inline {
text-align: center;
margin-top: 22px;
}
list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
.corner-circle {
position: absolute;
top: 0;
right: 0;
width: 120px;
height: 120px;
background-color: white;
border-radius: 0 0 0 120px;
z-index: 2;
}
.nav-close {
display: block;
width: 30px;
height: 30px;
position: absolute;
top: 30px;
right: 30px;
}
.nav-close span {
background: #18191d;
width: 30px;
height: 1px;
display: block;
position: absolute;
top: 14px;
}
.nav-close span:nth-child(1) {
transform: rotate(45deg);
}
.nav-close span span:nth-child(2) {
transform: rotate(-45deg);
}
.nav.sticky {
width: 100%;
position: fixed;
background-color: white;
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
animation-name: animationFade;
animation-duration: 1s;
animation-fill-mode: both;
}
@keyframes animationFade {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to{
opacity: 1;
transform: none;
-webkit-transform: none;
-o-transform: none;
}
}
.nav.sticky a {
color: #18191d;
}
.nav.sticky ul li.logo .white {
display: none;
}
.nav.sticky ul li.logo .black {
display: inline-block;
}
.nav.sticky .nav-icon span {
background: #18191d;
} | website-html-css-design/css/style.css | a:hover {
text-decoration: none;
}
html {
box-sizing: border-box;
font-size: 16px;
}
.header {
position: relative;
width: 100%;
overflow: hidden;
height: 105vh;
padding-bottom: 20px;
}
.nav {
display: flex;
justify-content: center;
padding: 20px 30px;
position: absolute;
transform: all 0.3s;
background: white;
z-index: 9;
top: 0px;
width: 100%;
}
.nav ul {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.nav ul li {
display: flex;
}
.nav ul li a {
font-family: "Roboto Condensed", sans-serif;
color: #333;
padding: 0.25rem 0;
margin: 0 1.8rem;
text-transform: uppercase;
}
.nav ul li.logo .black {
display: none;
}
.nav ul li.logo a {
margin: 0 4rem;
}
.nav-icon {
position: absolute;
top: 27px;
right: 30px;
padding: 5px;
width: 40px;
z-index: 1;
cursor: pointer;
}
.nav-icon span {
background: #333;
width: 30px;
height: 1px;
display: block;
transition: 300ms linear all;
}
.nav-icon span:nth-child(1),
.nav-icon span:nth-child(3) {
width: 20px;
margin: 0 auto;
}
.nav-icon span:nth-child(2) {
margin: 5px 0;
width: 32px;
}
.nav-icon:hover span:nth-child(1),
.nav-icon:hover span:nth-child(3) {
width: 30px;
}
.full-nav {
background: #f1c30f;
color: #18191d;
position: fixed;
left: 0;
top: 5px;
height: 100%;
width: 100%;
padding: 3.75rem;
z-index: 99;
overflow-x: hidden;
visibility: hidden;
opacity: 0;
transform: translateY(-100px);
transition: all 0.4s ease-in-out;
}
.full-nav.open {
opacity: 1;
visibility: visible;
transform: translateY(0);
transition: all 0.4s ease-in-out;
z-index: 99;
}
.full-nav .logo {
display: flex;
justify-content: center;
padding: 4rem;
}
.nav2 ul {
display: flex;
align-items: center;
flex-wrap: wrap;
max-width: 700px;
}
.nav2 ul li {
display: flex;
flex: 50px;
background-color: #f5f5f5;
padding: 1rem;
border-bottom: 10px solid #f1c30f;
border-right: 10px solid #f1c30f;
transition: all 0.5s;
}
.nav2 ul li a {
font-family: "Roboto Condensed", sans-serif;
font-size: 1.4em;
color: #18191d;
}
.nav2 ul li a span {
color: #b9b9b9;
}
.nav2 ul li:hover {
background: #ff1637;
}
.nav2 ul li:hover a,
.nav2 ul li:hover a span {
color: white;
}
.social-icons a {
color: white;
border: 4px solid white;
width: 50px;
height: 50px;
line-height: 40px;
font-size: 20px;
display: inherit;
text-align: center;
border-radius: 50px;
transition: all ease 1s;
margin-top: 40px;
}
.social-icons a:hover {
color: #000;
margin-top: -10px;
border-color: #000;
}
.social-icons a:hover i {
color: #000;
margin-top: -10px;
border-color: #000;
}
ul.social-icons.list-inline {
text-align: center;
margin-top: 22px;
}
list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
.corner-circle {
position: absolute;
top: 0;
right: 0;
width: 120px;
height: 120px;
background-color: white;
border-radius: 0 0 0 120px;
z-index: 2;
}
.nav-close {
display: block;
width: 30px;
height: 30px;
position: absolute;
top: 30px;
right: 30px;
}
.nav-close span {
background: #18191d;
width: 30px;
height: 1px;
display: block;
position: absolute;
top: 14px;
}
.nav-close span:nth-child(1) {
transform: rotate(45deg);
}
.nav-close span span:nth-child(2) {
transform: rotate(-45deg);
}
.nav.sticky {
width: 100%;
position: fixed;
background-color: white;
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
animation-name: animationFade;
animation-duration: 1s;
animation-fill-mode: both;
}
@keyframes animationFade {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to{
opacity: 1;
transform: none;
-webkit-transform: none;
-o-transform: none;
}
}
.nav.sticky a {
color: #18191d;
}
.nav.sticky ul li.logo .white {
display: none;
}
.nav.sticky ul li.logo .black {
display: inline-block;
}
.nav.sticky .nav-icon span {
background: #18191d;
} | 0.657318 | 0.084342 |
html{
min-height: 100%;
height: 100%;
overflow-x: hidden;
}
body {
background-color: rgba(40, 50, 70, 1);
margin: 0;
padding: 0;
font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
min-height: 100%;
position: relative;
}
/**********************************/
/******* 2.0 Content Styles *******/
/**********************************/
header {
text-align: center;
position: absolute!important;
}
header .logo {
height: 32px;
box-sizing: content-box;
}
.btn {
font-size:14px;
color:#fff;
letter-spacing:1px;
overflow:hidden;
position:relative;
text-transform:uppercase;
border-color:#fff;
border: 2px solid;
border-radius:0;
padding: 12px 4vw;
background:transparent;
box-shadow:none;
position: relative;
z-index: 2;
}
.btn:hover,
.btn:focus,
.btn:active {
background:transparent;
color:#000;
border-color:#222;
border: 2px solid #fff;
outline:none;
box-shadow:none;
}
.btn .mask {
background: #fff none repeat scroll 0 0;
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 0;
z-index: -1;
-moz-transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
-o-transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
-webkit-transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
}
.btn:hover .mask {
width: 100%;
}
.huge-section {
min-height: 100vh
}
.huge-side {
min-height: 100vh
}
.left-side {
background-color: rgba(40, 50, 70, 1);
}
.left-side .huge-content {
color: #fff;
min-height: 100vh
}
.left-side .huge-content .logo {
height: 32px;
margin: 60px 0 70px;
}
.left-side .huge-content h1 {
font-size: 42px;
}
.left-side .huge-content h2 {
font-size: 22px;
line-height: 1.5;
margin-bottom: 50px;
}
.left-side .social-icons {
position: absolute;
bottom: 30px;
padding: 0;
}
.left-side .social-icons li {
display: inline-block;
float: left;
margin-right: 20px;
}
.left-side .social-icons li:last-child {
margin-right: 0;
}
.left-side .social-icons li a {
color: #fff;
}
.left-side .social-icons li a:hover {
opacity: .8;
}
.right-side {
margin: 0;
padding: 0;
}
.right-side .huge-background-img {
height: 100vh;
overflow: hidden;
}
/**********************************/
/******* 3.0 Countdown *******/
/**********************************/
#countdown {
margin: 2vh auto 4vh;
position: relative;
}
#countdown.show {
display: block;
}
#countdown > div {
position: relative;
width: 100%;
font-size: 2em;
font-weight: 100;
line-height: .8em;
letter-spacing: 2px;
color: #fff;
font-family: 'Asap',serif;
}
#countdown > div > span {
display: inline-block;
font-size: .5em;
font-weight: 100;
line-height: 1.2em;
letter-spacing: 0;
margin-top: 20px;
padding-left: 12px;
color: #999;
text-transform: lowercase
}
@media (max-width:480px) {
#countdown {
width: 75%;
}
#countdown > div {
width: 25%;
font-size: 40px;
font-weight: 700;
line-height: .8em;
letter-spacing: 2px;
}
}
/**********************************/
/**** 4.0 Halloween Animation *****/
/**********************************/
.huge-background-img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.fill { fill: rgba(40, 50, 70, 1); }
.stroke { fill: none; }
.fill,
.stroke {
stroke: #fff;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2px;
}
.end-card {
position: absolute;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 5vw;
width: 100%;
height: 100vh;
text-align: center;
background-color: rgba(40, 50, 70, 0.9);
opacity: 0;
}
.title {
color: #fff;
margin-bottom: 2rem;
font-size: 15vh;
line-height: 1;
font-family: 'Creepster', cursive;
}
.button {
padding: 1em 2em;
color: rgba(40, 50, 70, 1);
font-weight: bold;
font-size: 2vh;
text-transform: uppercase;
text-decoration: none;
background-color: #fff;
} | css/style.css | html{
min-height: 100%;
height: 100%;
overflow-x: hidden;
}
body {
background-color: rgba(40, 50, 70, 1);
margin: 0;
padding: 0;
font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
min-height: 100%;
position: relative;
}
/**********************************/
/******* 2.0 Content Styles *******/
/**********************************/
header {
text-align: center;
position: absolute!important;
}
header .logo {
height: 32px;
box-sizing: content-box;
}
.btn {
font-size:14px;
color:#fff;
letter-spacing:1px;
overflow:hidden;
position:relative;
text-transform:uppercase;
border-color:#fff;
border: 2px solid;
border-radius:0;
padding: 12px 4vw;
background:transparent;
box-shadow:none;
position: relative;
z-index: 2;
}
.btn:hover,
.btn:focus,
.btn:active {
background:transparent;
color:#000;
border-color:#222;
border: 2px solid #fff;
outline:none;
box-shadow:none;
}
.btn .mask {
background: #fff none repeat scroll 0 0;
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 0;
z-index: -1;
-moz-transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
-o-transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
-webkit-transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
}
.btn:hover .mask {
width: 100%;
}
.huge-section {
min-height: 100vh
}
.huge-side {
min-height: 100vh
}
.left-side {
background-color: rgba(40, 50, 70, 1);
}
.left-side .huge-content {
color: #fff;
min-height: 100vh
}
.left-side .huge-content .logo {
height: 32px;
margin: 60px 0 70px;
}
.left-side .huge-content h1 {
font-size: 42px;
}
.left-side .huge-content h2 {
font-size: 22px;
line-height: 1.5;
margin-bottom: 50px;
}
.left-side .social-icons {
position: absolute;
bottom: 30px;
padding: 0;
}
.left-side .social-icons li {
display: inline-block;
float: left;
margin-right: 20px;
}
.left-side .social-icons li:last-child {
margin-right: 0;
}
.left-side .social-icons li a {
color: #fff;
}
.left-side .social-icons li a:hover {
opacity: .8;
}
.right-side {
margin: 0;
padding: 0;
}
.right-side .huge-background-img {
height: 100vh;
overflow: hidden;
}
/**********************************/
/******* 3.0 Countdown *******/
/**********************************/
#countdown {
margin: 2vh auto 4vh;
position: relative;
}
#countdown.show {
display: block;
}
#countdown > div {
position: relative;
width: 100%;
font-size: 2em;
font-weight: 100;
line-height: .8em;
letter-spacing: 2px;
color: #fff;
font-family: 'Asap',serif;
}
#countdown > div > span {
display: inline-block;
font-size: .5em;
font-weight: 100;
line-height: 1.2em;
letter-spacing: 0;
margin-top: 20px;
padding-left: 12px;
color: #999;
text-transform: lowercase
}
@media (max-width:480px) {
#countdown {
width: 75%;
}
#countdown > div {
width: 25%;
font-size: 40px;
font-weight: 700;
line-height: .8em;
letter-spacing: 2px;
}
}
/**********************************/
/**** 4.0 Halloween Animation *****/
/**********************************/
.huge-background-img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.fill { fill: rgba(40, 50, 70, 1); }
.stroke { fill: none; }
.fill,
.stroke {
stroke: #fff;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2px;
}
.end-card {
position: absolute;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 5vw;
width: 100%;
height: 100vh;
text-align: center;
background-color: rgba(40, 50, 70, 0.9);
opacity: 0;
}
.title {
color: #fff;
margin-bottom: 2rem;
font-size: 15vh;
line-height: 1;
font-family: 'Creepster', cursive;
}
.button {
padding: 1em 2em;
color: rgba(40, 50, 70, 1);
font-weight: bold;
font-size: 2vh;
text-transform: uppercase;
text-decoration: none;
background-color: #fff;
} | 0.53777 | 0.065157 |
.button {
border-radius: 4px;
border: none;
color: #ffffff;
text-align: center;
font-size: 28px;
padding: 20px;
width: 200px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.button span:after {
content: "\00bb";
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.button:hover span {
padding-right: 25px;
}
.button:hover span:after {
opacity: 1;
right: 0;
}
/* <NAME> */
#roncy-btn {
width: 150px;
height: 50px;
border-radius: 180px;
position: relative;
background: linear-gradient(
60deg,
#f79533,
#f37055,
#ef4e7b,
#a166ab,
#5073b8,
#1098ad,
#07b39b,
#6fba82
);
cursor: pointer;
line-height: 12px;
}
#roncy-btn:before {
content: "";
z-index: 1;
position: absolute;
display: block;
width: 80%;
height: 70%;
top: 15%;
left: 10%;
transition: 0.3s opacity ease-in-out;
filter: blur(15px);
opacity: 0;
background: linear-gradient(
60deg,
#f79533,
#f37055,
#ef4e7b,
#a166ab,
#5073b8,
#1098ad,
#07b39b,
#6fba82
);
}
#roncy-btn:hover:before {
opacity: 1;
transition: 0.3s opacity ease-in-out;
filter: blur(25px);
background: linear-gradient(
60deg,
#f79533,
#f37055,
#ef4e7b,
#a166ab,
#5073b8,
#1098ad,
#07b39b,
#6fba82
);
}
#roncy-btn:after {
content: "CLICK ME!";
text-align: center;
line-height: 40px;
font-size: 18px;
color: rgba(235, 235, 235, 1);
font-weight: bold;
z-index: 5;
position: absolute;
display: block;
border-radius: 180px;
width: 92%;
height: 80%;
top: 10%;
left: 4%;
background-color: rgb(19, 20, 22);
}
/* <NAME> */
.jkj {
background-color: #f79533;
}
/* Muskan */
.muskan {
color: #fff;
background: #111;
cursor: pointer;
position: relative;
z-index: 0;
border-radius: 10px;
}
.muskan:before {
content: "";
background: linear-gradient(
45deg,
#ff0000,
#ff7300,
#fffb00,
#48ff00,
#00ffd5,
#002bff,
#7a00ff,
#ff00c8,
#ff0000
);
position: absolute;
top: -2px;
left: -2px;
background-size: 400%;
z-index: -1;
filter: blur(5px);
width: calc(100% + 5px);
height: calc(100% + 5px);
animation: glow 20s linear infinite;
opacity: 0;
transition: opacity 0.3s ease-in-out;
border-radius: 10px;
}
@keyframes glow {
0% {
background-position: 0 0;
}
50% {
background-position: 400% 0;
}
100% {
background-position: 0 0;
}
}
.muskan:active {
color: #111;
}
.muskan:active:after {
background: transparent;
}
.muskan:hover:before {
opacity: 1;
}
.muskan:after {
z-index: -1;
content: "";
position: absolute;
width: 100%;
height: 100%;
background: #191919;
left: 0;
top: 0;
border-radius: 10px;
} | css/buttons.css | .button {
border-radius: 4px;
border: none;
color: #ffffff;
text-align: center;
font-size: 28px;
padding: 20px;
width: 200px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.button span:after {
content: "\00bb";
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.button:hover span {
padding-right: 25px;
}
.button:hover span:after {
opacity: 1;
right: 0;
}
/* <NAME> */
#roncy-btn {
width: 150px;
height: 50px;
border-radius: 180px;
position: relative;
background: linear-gradient(
60deg,
#f79533,
#f37055,
#ef4e7b,
#a166ab,
#5073b8,
#1098ad,
#07b39b,
#6fba82
);
cursor: pointer;
line-height: 12px;
}
#roncy-btn:before {
content: "";
z-index: 1;
position: absolute;
display: block;
width: 80%;
height: 70%;
top: 15%;
left: 10%;
transition: 0.3s opacity ease-in-out;
filter: blur(15px);
opacity: 0;
background: linear-gradient(
60deg,
#f79533,
#f37055,
#ef4e7b,
#a166ab,
#5073b8,
#1098ad,
#07b39b,
#6fba82
);
}
#roncy-btn:hover:before {
opacity: 1;
transition: 0.3s opacity ease-in-out;
filter: blur(25px);
background: linear-gradient(
60deg,
#f79533,
#f37055,
#ef4e7b,
#a166ab,
#5073b8,
#1098ad,
#07b39b,
#6fba82
);
}
#roncy-btn:after {
content: "CLICK ME!";
text-align: center;
line-height: 40px;
font-size: 18px;
color: rgba(235, 235, 235, 1);
font-weight: bold;
z-index: 5;
position: absolute;
display: block;
border-radius: 180px;
width: 92%;
height: 80%;
top: 10%;
left: 4%;
background-color: rgb(19, 20, 22);
}
/* <NAME> */
.jkj {
background-color: #f79533;
}
/* Muskan */
.muskan {
color: #fff;
background: #111;
cursor: pointer;
position: relative;
z-index: 0;
border-radius: 10px;
}
.muskan:before {
content: "";
background: linear-gradient(
45deg,
#ff0000,
#ff7300,
#fffb00,
#48ff00,
#00ffd5,
#002bff,
#7a00ff,
#ff00c8,
#ff0000
);
position: absolute;
top: -2px;
left: -2px;
background-size: 400%;
z-index: -1;
filter: blur(5px);
width: calc(100% + 5px);
height: calc(100% + 5px);
animation: glow 20s linear infinite;
opacity: 0;
transition: opacity 0.3s ease-in-out;
border-radius: 10px;
}
@keyframes glow {
0% {
background-position: 0 0;
}
50% {
background-position: 400% 0;
}
100% {
background-position: 0 0;
}
}
.muskan:active {
color: #111;
}
.muskan:active:after {
background: transparent;
}
.muskan:hover:before {
opacity: 1;
}
.muskan:after {
z-index: -1;
content: "";
position: absolute;
width: 100%;
height: 100%;
background: #191919;
left: 0;
top: 0;
border-radius: 10px;
} | 0.478285 | 0.097648 |
/* Version 1.0 */
/* General MIT License (MIT) */
/* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: */
/* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. */
/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* Inspired in Dan Eden's "animate.css" (http://daneden.me/animate/), Codrops (http://tympanus.net/codrops/2013/05/07/a-collection-of-page-transitions/) and ElementTransitions.css (http://dan-silver.github.io/ElementTransitions.js/) */
/* Slides */
.slide-wrapper {
background: #fff;
display: block;
height: 256px;
margin: 0;
position: relative;
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
perspective: 1200px;
overflow: hidden;
z-index: 1;
}
.content-fullscreen .slide-wrapper {
height: 100%;
}
.content-fullscreen .slide-wrapper,
.content-fullscreen .slide-page,
.content-fullscreen .slide-wrapper article,
.content-fullscreen .slide-wrapper aside,
.content-fullscreen .slide-wrapper section {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.content-fullscreen .slide-wrapper article,
.content-fullscreen .slide-wrapper aside,
.content-fullscreen .slide-wrapper section {
overflow: auto;
border: none;
}
@media (max-width: 768px) {
.content-fullscreen .slide-wrapper article,
.content-fullscreen .slide-wrapper aside,
.content-fullscreen .slide-wrapper section {
left: .1em;
right: .1em;
bottom: .1em;
top: .1em;
}
}
.slide-content {
padding-top: 192px;
}
@media (max-width: 480px) {
.slide-content {
padding-top: 48px;
}
}
.slide-page {
width: 100%;
height: 100%;
padding: 1em;
position: absolute;
top: 0;
left: 0;
visibility: hidden;
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.slide-page-current,
.no-js .slide-page {
visibility: visible;
z-index: 1;
}
.no-js body {
overflow: auto;
}
.slide-page-ontop {
z-index: 999;
}
/* Triggers (menu and button) */
.slide-trigger {
cursor: pointer;
}
button.slide-trigger {
position: absolute;
bottom: 0;
right: 12px;
z-index: 100;
}
button.slide-trigger.middle {
bottom: 45%;
}
button.slide-trigger.previous {
right: auto;
left: 12px;
}
@media (max-width: 768px) {
button.slide-trigger.middle {
bottom: 0;
}
}
/* anime it */
[class*='anm-'],
.anime {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
}
[class*='anm-'].fast,
.anime.fast {
-webkit-animation-duration: .5s;
-moz-animation-duration: .5s;
animation-duration: .5s;
}
[class*='anm-'].slow,
.anime.slow {
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
animation-duration: 2s;
}
[class*='anm-'].extra-slow,
.anime.extra-slow {
-webkit-animation-duration: 3s;
-moz-animation-duration: 3s;
animation-duration: 3s;
}
/********************************* keyframes **************************************/
@-webkit-keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
@-moz-keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
@keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
/* shake */
@-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);}
}
/* bounce */
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 40% {-webkit-transform: translateY(-30px);} 60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);} 40% {-moz-transform: translateY(-30px);} 60% {-moz-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 40% {transform: translateY(-30px);} 60% {transform: translateY(-15px);}
}
/* tada */
@-webkit-keyframes tada {
0% {-webkit-transform: scale(1);}
10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);} 30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);} 40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);} 100% {-webkit-transform: scale(1) rotate(0);}
}
@-moz-keyframes tada {
0% {-moz-transform: scale(1);}
10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);} 30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);} 40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);} 100% {-moz-transform: scale(1) rotate(0);}
}
@keyframes tada {
0% {transform: scale(1);}
10%, 20% {transform: scale(0.9) rotate(-3deg);} 30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 100% {transform: scale(1) rotate(0);}
}
/* swing */
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 20% { -webkit-transform: rotate(15deg); }
40% { -webkit-transform: rotate(-10deg); } 60% { -webkit-transform: rotate(5deg); }
80% { -webkit-transform: rotate(-5deg); }
100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes swing {
20% { -moz-transform: rotate(15deg); }
40% { -moz-transform: rotate(-10deg); } 60% { -moz-transform: rotate(5deg); }
80% { -moz-transform: rotate(-5deg); }
100% { -moz-transform: rotate(0deg); }
}
@keyframes swing {
20% { transform: rotate(15deg); }
40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); }
80% { transform: rotate(-5deg); }
100% { transform: rotate(0deg); }
}
/* woble */
@-webkit-keyframes wobble {
0% { -webkit-transform: translateX(0%); } 15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 30% { -webkit-transform: translateX(20%) rotate(3deg); } 45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 60% { -webkit-transform: translateX(10%) rotate(2deg); } 75% { -webkit-transform: translateX(-5%) rotate(-1deg); } 100% { -webkit-transform: translateX(0%); }
}
@-moz-keyframes wobble {
0% { -moz-transform: translateX(0%); } 15% { -moz-transform: translateX(-25%) rotate(-5deg); } 30% { -moz-transform: translateX(20%) rotate(3deg); } 45% { -moz-transform: translateX(-15%) rotate(-3deg); } 60% { -moz-transform: translateX(10%) rotate(2deg); } 75% { -moz-transform: translateX(-5%) rotate(-1deg); } 100% { -moz-transform: translateX(0%); }
}
@keyframes wobble {
0% { transform: translateX(0%); } 15% { transform: translateX(-25%) rotate(-5deg); } 30% { transform: translateX(20%) rotate(3deg); } 45% { transform: translateX(-15%) rotate(-3deg); } 60% { transform: translateX(10%) rotate(2deg); } 75% { transform: translateX(-5%) rotate(-1deg); } 100% { transform: translateX(0%); }
}
/* pulse */
@-webkit-keyframes pulse {
0% { -webkit-transform: scale(1); }
50% { -webkit-transform: scale(1.1); } 100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
0% { -moz-transform: scale(1); }
50% { -moz-transform: scale(1.1); } 100% { -moz-transform: scale(1); }
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.1); } 100% { transform: scale(1); }
}
/* Fall */
@-webkit-keyframes fall {
0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
100% { -webkit-transform: translateY(700px); opacity: 0; }
}
@-moz-keyframes fall {
0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
100% { -moz-transform: translateY(700px); opacity: 0; }
}
@-o-keyframes fall {
0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
100% { -o-transform: translateY(700px); opacity: 0; }
}
@keyframes fall {
0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }
20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }
40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }
80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }
100% { transform: translateY(700px); opacity: 0; }
}
/* move from / to */
@-webkit-keyframes moveToLeft {
to { -webkit-transform: translateX(-100%); }
}
@-moz-keyframes moveToLeft {
to { -moz-transform: translateX(-100%); }
}
@keyframes moveToLeft {
to { transform: translateX(-100%); }
}
@-webkit-keyframes moveFromLeft {
from { -webkit-transform: translateX(-100%); }
}
@-moz-keyframes moveFromLeft {
from { -moz-transform: translateX(-100%); }
}
@keyframes moveFromLeft {
from { transform: translateX(-100%); }
}
@-webkit-keyframes moveToRight {
to { -webkit-transform: translateX(100%); }
}
@-moz-keyframes moveToRight {
to { -moz-transform: translateX(100%); }
}
@keyframes moveToRight {
to { transform: translateX(100%); }
}
@-webkit-keyframes moveFromRight {
from { -webkit-transform: translateX(100%); }
}
@-moz-keyframes moveFromRight {
from { -moz-transform: translateX(100%); }
}
@keyframes moveFromRight {
from { transform: translateX(100%); }
}
@-webkit-keyframes moveToTop {
to { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveToTop {
to { -moz-transform: translateY(-100%); }
}
@keyframes moveToTop {
to { transform: translateY(-100%); }
}
@-webkit-keyframes moveFromTop {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveFromTop {
from { -moz-transform: translateY(-100%); }
}
@keyframes moveFromTop {
from { transform: translateY(-100%); }
}
@-webkit-keyframes moveToBottom {
to { -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveToBottom {
to { -moz-transform: translateY(100%); }
}
@keyframes moveToBottom {
to { transform: translateY(100%); }
}
@-webkit-keyframes moveFromBottom {
from { -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveFromBottom {
from { -moz-transform: translateY(100%); }
}
@keyframes moveFromBottom {
from { transform: translateY(100%); }
}
/* fade */
@-webkit-keyframes fadeIn {
from { opacity: 0; }
}
@-moz-keyframes fadeIn {
from { opacity: 0; }
}
@keyframes fadeIn {
from { opacity: 0; }
}
@-webkit-keyframes fadeOut {
to { opacity: 0; }
}
@-moz-keyframes fadeOut {
to { opacity: 0; }
}
@keyframes fadeOut {
to { opacity: 0; }
}
/* move from / to and fade */
@-webkit-keyframes moveToLeftFade {
to { opacity: 0; -webkit-transform: translateX(-100%); }
}
@-moz-keyframes moveToLeftFade {
to { opacity: 0; -moz-transform: translateX(-100%); }
}
@keyframes moveToLeftFade {
to { opacity: 0; transform: translateX(-100%); }
}
@-webkit-keyframes moveFromLeftFade {
from { opacity: 0; -webkit-transform: translateX(-100%); }
}
@-moz-keyframes moveFromLeftFade {
from { opacity: 0; -moz-transform: translateX(-100%); }
}
@keyframes moveFromLeftFade {
from { opacity: 0; transform: translateX(-100%); }
}
@-webkit-keyframes moveToRightFade {
to { opacity: 0; -webkit-transform: translateX(100%); }
}
@-moz-keyframes moveToRightFade {
to { opacity: 0; -moz-transform: translateX(100%); }
}
@keyframes moveToRightFade {
to { opacity: 0; transform: translateX(100%); }
}
@-webkit-keyframes moveFromRightFade {
from { opacity: 0; -webkit-transform: translateX(100%); }
}
@-moz-keyframes moveFromRightFade {
from { opacity: 0; -moz-transform: translateX(100%); }
}
@keyframes moveFromRightFade {
from { opacity: 0; transform: translateX(100%); }
}
@-webkit-keyframes moveToTopFade {
to { opacity: 0; -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveToTopFade {
to { opacity: 0; -moz-transform: translateY(-100%); }
}
@keyframes moveToTopFade {
to { opacity: 0; transform: translateY(-100%); }
}
@-webkit-keyframes moveFromTopFade {
from { opacity: 0; -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveFromTopFade {
from { opacity: 0; -moz-transform: translateY(-100%); }
}
@keyframes moveFromTopFade {
from { opacity: 0; transform: translateY(-100%); }
}
@-webkit-keyframes moveToBottomFade {
to { opacity: 0; -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveToBottomFade {
to { opacity: 0; -moz-transform: translateY(100%); }
}
@keyframes moveToBottomFade {
to { opacity: 0; transform: translateY(100%); }
}
@-webkit-keyframes moveFromBottomFade {
from { opacity: 0; -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveFromBottomFade {
from { opacity: 0; -moz-transform: translateY(100%); }
}
@keyframes moveFromBottomFade {
from { opacity: 0; transform: translateY(100%); }
}
/********************************* keyframes **************************************/
/* scale and fade */
@-webkit-keyframes scaleDown {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleDown {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleDown {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes scaleUp {
from { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleUp {
from { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleUp {
from { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes scaleUpDown {
from { opacity: 0; -webkit-transform: scale(1.2); }
}
@-moz-keyframes scaleUpDown {
from { opacity: 0; -moz-transform: scale(1.2); }
}
@keyframes scaleUpDown {
from { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleDownUp {
to { opacity: 0; -webkit-transform: scale(1.2); }
}
@-moz-keyframes scaleDownUp {
to { opacity: 0; -moz-transform: scale(1.2); }
}
@keyframes scaleDownUp {
to { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleDownCenter {
to { opacity: 0; -webkit-transform: scale(.7); }
}
@-moz-keyframes scaleDownCenter {
to { opacity: 0; -moz-transform: scale(.7); }
}
@keyframes scaleDownCenter {
to { opacity: 0; transform: scale(.7); }
}
@-webkit-keyframes scaleUpCenter {
from { opacity: 0; -webkit-transform: scale(.7); }
}
@-moz-keyframes scaleUpCenter {
from { opacity: 0; -moz-transform: scale(.7); }
}
@keyframes scaleUpCenter {
from { opacity: 0; transform: scale(.7); }
}
/* zoom */
@-webkit-keyframes zoomIn {
0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); -moz-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
50% { opacity: 1; }
}
@keyframes zoomIn {
0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); -moz-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
50% { opacity: 1; }
}
@-webkit-keyframes zoomInDown {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@keyframes zoomInDown {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@-webkit-keyframes zoomInLeft {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@keyframes zoomInLeft {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@-webkit-keyframes zoomInRight {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@keyframes zoomInRight {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@-webkit-keyframes zoomInUp {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@keyframes zoomInUp {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@-webkit-keyframes zoomOut {
0% { opacity: 1; }
50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); -moz-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
100% { opacity: 0; }
}
@keyframes zoomOut {
0% { opacity: 1; }
50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); -moz-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
100% { opacity: 0; }
}
@-webkit-keyframes zoomOutDown {
40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
100% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); -webkit-transform-origin: center bottom; -moz-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@keyframes zoomOutDown {
40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
100% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); -webkit-transform-origin: center bottom; -moz-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@-webkit-keyframes zoomOutLeft {
40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); }
100% { opacity: 0; -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); -moz-transform: scale(.1) translate3d(-2000px, 0, 0); transform: scale(.1) translate3d(-2000px, 0, 0); -webkit-transform-origin: left center; -moz-transform-origin: left center; transform-origin: left center; }
}
@keyframes zoomOutLeft {
40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); }
100% { opacity: 0; -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); -moz-transform: scale(.1) translate3d(-2000px, 0, 0); transform: scale(.1) translate3d(-2000px, 0, 0); -webkit-transform-origin: left center; -moz-transform-origin: left center; transform-origin: left center; }
}
@-webkit-keyframes zoomOutRight {
40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); }
100% { opacity: 0; -webkit-transform: scale(.1) translate3d(2000px, 0, 0); -moz-transform: scale(.1) translate3d(2000px, 0, 0); transform: scale(.1) translate3d(2000px, 0, 0); -webkit-transform: scale(.1) translate3d(2000px, 0, 0); -moz-transform: scale(.1) translate3d(2000px, 0, 0); transform-origin: right center; }
}
@keyframes zoomOutRight {
40% { opacity: 1; -webkit-transform: scale(.1) translate3d(2000px, 0, 0); -moz-transform: scale(.1) translate3d(2000px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); }
100% { opacity: 0; -webkit-transform: scale(.1) translate3d(2000px, 0, 0); -moz-transform: scale(.1) translate3d(2000px, 0, 0); transform: scale(.1) translate3d(2000px, 0, 0); -webkit-transform: scale(.1) translate3d(2000px, 0, 0); -moz-transform: scale(.1) translate3d(2000px, 0, 0); transform-origin: right center; }
}
@-webkit-keyframes zoomOutUp {
40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
100% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform-origin: center bottom; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@keyframes zoomOutUp {
40% { opacity: 1; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
100% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -webkit-transform-origin: center bottom; -moz-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
/* rotate sides first and scale */
@-webkit-keyframes rotateRightSideFirst {
40% { -webkit-transform: rotateY(15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@-moz-keyframes rotateRightSideFirst {
40% { -moz-transform: rotateY(15deg); opacity: .8; -moz-animation-timing-function: ease-out; }
100% { -moz-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateRightSideFirst {
40% { transform: rotateY(15deg); opacity: .8; animation-timing-function: ease-out; }
100% { transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@-webkit-keyframes rotateLeftSideFirst {
40% { -webkit-transform: rotateY(-15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@-moz-keyframes rotateLeftSideFirst {
40% { -moz-transform: rotateY(-15deg); opacity: .8; -moz-animation-timing-function: ease-out; }
100% { -moz-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateLeftSideFirst {
40% { transform: rotateY(-15deg); opacity: .8; animation-timing-function: ease-out; }
100% { transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@-webkit-keyframes rotateTopSideFirst {
40% { -webkit-transform: rotateX(15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@-moz-keyframes rotateTopSideFirst {
40% { -moz-transform: rotateX(15deg); opacity: .8; -moz-animation-timing-function: ease-out; }
100% { -moz-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateTopSideFirst {
40% { transform: rotateX(15deg); opacity: .8; animation-timing-function: ease-out; }
100% { transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@-webkit-keyframes rotateBottomSideFirst {
40% { -webkit-transform: rotateX(-15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@-moz-keyframes rotateBottomSideFirst {
40% { -moz-transform: rotateX(-15deg); opacity: .8; -moz-animation-timing-function: ease-out; }
100% { -moz-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateBottomSideFirst {
40% { transform: rotateX(-15deg); opacity: .8; animation-timing-function: ease-out; }
100% { transform: scale(0.8) translateZ(-200px); opacity:0; }
}
/* rotateIn */
@keyframes rotateIn {
0% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, -200deg); -moz-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; }
100% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@-webkit-keyframes rotateIn {
0% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, -200deg); -moz-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; }
100% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@-webkit-keyframes rotateInDownLeft {
0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; }
}
@keyframes rotateInDownLeft {
0% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); -moz-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
100% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@-webkit-keyframes rotateInDownRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@keyframes rotateInDownRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@-webkit-keyframes rotateInUpLeft {
0% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
100% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@keyframes rotateInUpLeft {
0% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
100% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@-webkit-keyframes rotateInUpRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -90deg); -moz-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@keyframes rotateInUpRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -90deg); -moz-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@-webkit-keyframes rotateOut {
0% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; opacity: 1; }
100% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, 200deg); -moz-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; }
}
@keyframes rotateOut {
0% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; opacity: 1; }
100% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, 200deg); -moz-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; }
}
@-webkit-keyframes rotateOutDownLeft {
0% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; }
100% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
}
@keyframes rotateOutDownLeft {
0% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; }
100% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
}
@-webkit-keyframes rotateOutDownRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); -moz-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
}
@keyframes rotateOutDownRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); -moz-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
}
@-webkit-keyframes rotateOutUpLeft {
0% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; }
100% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); -moz-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
}
@keyframes rotateOutUpLeft {
0% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; }
100% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); -moz-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
}
@-webkit-keyframes rotateOutUpRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 90deg); -moz-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; }
}
@keyframes rotateOutUpRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 90deg); -moz-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; }
}
/* flip */
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(0);
-webkit-animation-timing-function: ease-out;
} 40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-webkit-animation-timing-function: ease-out;
} 50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
} 80% {
-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
} 100% {
-webkit-transform: perspective(400px) scale(1);
-webkit-animation-timing-function: ease-in;
}
}
@-moz-keyframes flip {
0% {
-moz-transform: perspective(400px) rotateY(0);
-moz-animation-timing-function: ease-out;
} 40% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-moz-animation-timing-function: ease-out;
} 50% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-moz-animation-timing-function: ease-in;
} 80% {
-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
-moz-animation-timing-function: ease-in;
} 100% {
-moz-transform: perspective(400px) scale(1);
-moz-animation-timing-function: ease-in;
}
}
@-o-keyframes flip {
0% {
-o-transform: perspective(400px) rotateY(0);
-o-animation-timing-function: ease-out;
} 40% {
-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-o-animation-timing-function: ease-out;
} 50% {
-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-o-animation-timing-function: ease-in;
} 80% {
-o-transform: perspective(400px) rotateY(360deg) scale(.95);
-o-animation-timing-function: ease-in;
} 100% {
-o-transform: perspective(400px) scale(1);
-o-animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
transform: perspective(400px) rotateY(0);
animation-timing-function: ease-out;
} 40% {
transform: perspective(400px) translateZ(150px) rotateY(170deg);
animation-timing-function: ease-out;
} 50% {
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function: ease-in;
} 80% {
transform: perspective(400px) rotateY(360deg) scale(.95);
animation-timing-function: ease-in;
} 100% {
transform: perspective(400px) scale(1);
animation-timing-function: ease-in;
}
}
@-webkit-keyframes flipOutRight {
to { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-moz-keyframes flipOutRight {
to { -moz-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipOutRight {
to { transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInLeft {
from { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-moz-keyframes flipInLeft {
from { -moz-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipInLeft {
from { transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipOutLeft {
to { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-moz-keyframes flipOutLeft {
to { -moz-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipOutLeft {
to { transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInRight {
from { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-moz-keyframes flipInRight {
from { -moz-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipInRight {
from { transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipOutTop {
to { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@-moz-keyframes flipOutTop {
to { -moz-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipOutTop {
to { transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInBottom {
from { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-moz-keyframes flipInBottom {
from { -moz-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipInBottom {
from { transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipOutBottom {
to { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-moz-keyframes flipOutBottom {
to { -moz-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipOutBottom {
to { transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInTop {
from { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@-moz-keyframes flipInTop {
from { -moz-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipInTop {
from { transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
/* fall */
@-webkit-keyframes rotateFall {
0% { -webkit-transform: rotateZ(0deg); }
20% { -webkit-transform: rotateZ(10deg); -webkit-animation-timing-function: ease-out; }
40% { -webkit-transform: rotateZ(17deg); }
60% { -webkit-transform: rotateZ(16deg); }
100% { -webkit-transform: translateY(100%) rotateZ(17deg); }
}
@-moz-keyframes rotateFall {
0% { -moz-transform: rotateZ(0deg); }
20% { -moz-transform: rotateZ(10deg); -moz-animation-timing-function: ease-out; }
40% { -moz-transform: rotateZ(17deg); }
60% { -moz-transform: rotateZ(16deg); }
100% { -moz-transform: translateY(100%) rotateZ(17deg); }
}
@keyframes rotateFall {
0% { transform: rotateZ(0deg); }
20% { transform: rotateZ(10deg); animation-timing-function: ease-out; }
40% { transform: rotateZ(17deg); }
60% { transform: rotateZ(16deg); }
100% { transform: translateY(100%) rotateZ(17deg); }
}
/* newspaper */
@-webkit-keyframes rotateOutNewspaper {
to { -webkit-transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@-moz-keyframes rotateOutNewspaper {
to { -moz-transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@keyframes rotateOutNewspaper {
to { transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@-webkit-keyframes rotateInNewspaper {
from { -webkit-transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0; }
}
@-moz-keyframes rotateInNewspaper {
from { -moz-transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0; }
}
@keyframes rotateInNewspaper {
from { transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0; }
}
/* push */
@-webkit-keyframes rotatePushLeft {
to { opacity: 0; -webkit-transform: rotateY(90deg); }
}
@-moz-keyframes rotatePushLeft {
to { opacity: 0; -moz-transform: rotateY(90deg); }
}
@keyframes rotatePushLeft {
to { opacity: 0; transform: rotateY(90deg); }
}
@-webkit-keyframes rotatePushRight {
to { opacity: 0; -webkit-transform: rotateY(-90deg); }
}
@-moz-keyframes rotatePushRight {
to { opacity: 0; -moz-transform: rotateY(-90deg); }
}
@keyframes rotatePushRight {
to { opacity: 0; transform: rotateY(-90deg); }
}
@-webkit-keyframes rotatePushTop {
to { opacity: 0; -webkit-transform: rotateX(-90deg); }
}
@-moz-keyframes rotatePushTop {
to { opacity: 0; -moz-transform: rotateX(-90deg); }
}
@keyframes rotatePushTop {
to { opacity: 0; transform: rotateX(-90deg); }
}
@-webkit-keyframes rotatePushBottom {
to { opacity: 0; -webkit-transform: rotateX(90deg); }
}
@-moz-keyframes rotatePushBottom {
to { opacity: 0; -moz-transform: rotateX(90deg); }
}
@keyframes rotatePushBottom {
to { opacity: 0; transform: rotateX(90deg); }
}
/* pull */
@-webkit-keyframes rotatePullRight {
from { opacity: 0; -webkit-transform: rotateY(-90deg); }
}
@-moz-keyframes rotatePullRight {
from { opacity: 0; -moz-transform: rotateY(-90deg); }
}
@keyframes rotatePullRight {
from { opacity: 0; transform: rotateY(-90deg); }
}
@-webkit-keyframes rotatePullLeft {
from { opacity: 0; -webkit-transform: rotateY(90deg); }
}
@-moz-keyframes rotatePullLeft {
from { opacity: 0; -moz-transform: rotateY(90deg); }
}
@keyframes rotatePullLeft {
from { opacity: 0; transform: rotateY(90deg); }
}
@-webkit-keyframes rotatePullTop {
from { opacity: 0; -webkit-transform: rotateX(-90deg); }
}
@-moz-keyframes rotatePullTop {
from { opacity: 0; -moz-transform: rotateX(-90deg); }
}
@keyframes rotatePullTop {
from { opacity: 0; transform: rotateX(-90deg); }
}
@-webkit-keyframes rotatePullBottom {
from { opacity: 0; -webkit-transform: rotateX(90deg); }
}
@-moz-keyframes rotatePullBottom {
from { opacity: 0; -moz-transform: rotateX(90deg); }
}
@keyframes rotatePullBottom {
from { opacity: 0; transform: rotateX(90deg); }
}
/* fold */
@-webkit-keyframes rotateFoldRight {
to { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@-moz-keyframes rotateFoldRight {
to { opacity: 0; -moz-transform: translateX(100%) rotateY(90deg); }
}
@keyframes rotateFoldRight {
to { opacity: 0; transform: translateX(100%) rotateY(90deg); }
}
@-webkit-keyframes rotateFoldLeft {
to { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@-moz-keyframes rotateFoldLeft {
to { opacity: 0; -moz-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes rotateFoldLeft {
to { opacity: 0; transform: translateX(-100%) rotateY(-90deg); }
}
@-webkit-keyframes rotateFoldTop {
to { opacity: 0; -webkit-transform: translateY(-100%) rotateX(90deg); }
}
@-moz-keyframes rotateFoldTop {
to { opacity: 0; -moz-transform: translateY(-100%) rotateX(90deg); }
}
@keyframes rotateFoldTop {
to { opacity: 0; transform: translateY(-100%) rotateX(90deg); }
}
@-webkit-keyframes rotateFoldBottom {
to { opacity: 0; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@-moz-keyframes rotateFoldBottom {
to { opacity: 0; -moz-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateFoldBottom {
to { opacity: 0; transform: translateY(100%) rotateX(-90deg); }
}
/* unfold */
@-webkit-keyframes rotateUnfoldLeft {
from { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@-moz-keyframes rotateUnfoldLeft {
from { opacity: 0; -moz-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes rotateUnfoldLeft {
from { opacity: 0; transform: translateX(-100%) rotateY(-90deg); }
}
@-webkit-keyframes rotateUnfoldRight {
from { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@-moz-keyframes rotateUnfoldRight {
from { opacity: 0; -moz-transform: translateX(100%) rotateY(90deg); }
}
@keyframes rotateUnfoldRight {
from { opacity: 0; transform: translateX(100%) rotateY(90deg); }
}
@-webkit-keyframes rotateUnfoldTop {
from { opacity: 0; -webkit-transform: translateY(-100%) rotateX(90deg); }
}
@-moz-keyframes rotateUnfoldTop {
from { opacity: 0; -moz-transform: translateY(-100%) rotateX(90deg); }
}
@keyframes rotateUnfoldTop {
from { opacity: 0; transform: translateY(-100%) rotateX(90deg); }
}
@-webkit-keyframes rotateUnfoldBottom {
from { opacity: 0; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@-moz-keyframes rotateUnfoldBottom {
from { opacity: 0; -moz-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateUnfoldBottom {
from { opacity: 0; transform: translateY(100%) rotateX(-90deg); }
}
/* room walls */
@-webkit-keyframes rotateRoomLeftOut {
to { opacity: .3; -webkit-transform: translateX(-100%) rotateY(90deg); }
}
@-moz-keyframes rotateRoomLeftOut {
to { opacity: .3; -moz-transform: translateX(-100%) rotateY(90deg); }
}
@keyframes rotateRoomLeftOut {
to { opacity: .3; transform: translateX(-100%) rotateY(90deg); }
}
@-webkit-keyframes rotateRoomLeftIn {
from { opacity: .3; -webkit-transform: translateX(100%) rotateY(-90deg); }
}
@-moz-keyframes rotateRoomLeftIn {
from { opacity: .3; -moz-transform: translateX(100%) rotateY(-90deg); }
}
@keyframes rotateRoomLeftIn {
from { opacity: .3; transform: translateX(100%) rotateY(-90deg); }
}
@-webkit-keyframes rotateRoomRightOut {
to { opacity: .3; -webkit-transform: translateX(100%) rotateY(-90deg); }
}
@-moz-keyframes rotateRoomRightOut {
to { opacity: .3; -moz-transform: translateX(100%) rotateY(-90deg); }
}
@keyframes rotateRoomRightOut {
to { opacity: .3; transform: translateX(100%) rotateY(-90deg); }
}
@-webkit-keyframes rotateRoomRightIn {
from { opacity: .3; -webkit-transform: translateX(-100%) rotateY(90deg); }
}
@-moz-keyframes rotateRoomRightIn {
from { opacity: .3; -moz-transform: translateX(-100%) rotateY(90deg); }
}
@keyframes rotateRoomRightIn {
from { opacity: .3; transform: translateX(-100%) rotateY(90deg); }
}
@-webkit-keyframes rotateRoomTopOut {
to { opacity: .3; -webkit-transform: translateY(-100%) rotateX(-90deg); }
}
@-moz-keyframes rotateRoomTopOut {
to { opacity: .3; -moz-transform: translateY(-100%) rotateX(-90deg); }
}
@keyframes rotateRoomTopOut {
to { opacity: .3; transform: translateY(-100%) rotateX(-90deg); }
}
@-webkit-keyframes rotateRoomTopIn {
from { opacity: .3; -webkit-transform: translateY(100%) rotateX(90deg); }
}
@-moz-keyframes rotateRoomTopIn {
from { opacity: .3; -moz-transform: translateY(100%) rotateX(90deg); }
}
@keyframes rotateRoomTopIn {
from { opacity: .3; transform: translateY(100%) rotateX(90deg); }
}
@-webkit-keyframes rotateRoomBottomOut {
to { opacity: .3; -webkit-transform: translateY(100%) rotateX(90deg); }
}
@-moz-keyframes rotateRoomBottomOut {
to { opacity: .3; -moz-transform: translateY(100%) rotateX(90deg); }
}
@keyframes rotateRoomBottomOut {
to { opacity: .3; transform: translateY(100%) rotateX(90deg); }
}
@-webkit-keyframes rotateRoomBottomIn {
from { opacity: .3; -webkit-transform: translateY(-100%) rotateX(-90deg); }
}
@-moz-keyframes rotateRoomBottomIn {
from { opacity: .3; -moz-transform: translateY(-100%) rotateX(-90deg); }
}
@keyframes rotateRoomBottomIn {
from { opacity: .3; transform: translateY(-100%) rotateX(-90deg); }
}
/* cube */
@-webkit-keyframes rotateCubeLeftOut {
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
100% { opacity: .3; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@-moz-keyframes rotateCubeLeftOut {
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
100% { opacity: .3; -moz-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes rotateCubeLeftOut {
50% { animation-timing-function: ease-out; transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
100% { opacity: .3; transform: translateX(-100%) rotateY(-90deg); }
}
@-webkit-keyframes rotateCubeLeftIn {
0% { opacity: .3; -webkit-transform: translateX(100%) rotateY(90deg); }
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
}
@-moz-keyframes rotateCubeLeftIn {
0% { opacity: .3; -moz-transform: translateX(100%) rotateY(90deg); }
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
}
@keyframes rotateCubeLeftIn {
0% { opacity: .3; transform: translateX(100%) rotateY(90deg); }
50% { animation-timing-function: ease-out; transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
}
@-webkit-keyframes rotateCubeRightOut {
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
100% { opacity: .3; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@-moz-keyframes rotateCubeRightOut {
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
100% { opacity: .3; -moz-transform: translateX(100%) rotateY(90deg); }
}
@keyframes rotateCubeRightOut {
50% { animation-timing-function: ease-out; transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
100% { opacity: .3; transform: translateX(100%) rotateY(90deg); }
}
@-webkit-keyframes rotateCubeRightIn {
0% { opacity: .3; -webkit-transform: translateX(-100%) rotateY(-90deg); }
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
}
@-moz-keyframes rotateCubeRightIn {
0% { opacity: .3; -moz-transform: translateX(-100%) rotateY(-90deg); }
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
}
@keyframes rotateCubeRightIn {
0% { opacity: .3; transform: translateX(-100%) rotateY(-90deg); }
50% { animation-timing-function: ease-out; transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
}
@-webkit-keyframes rotateCubeTopOut {
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
100% { opacity: .3; -webkit-transform: translateY(-100%) rotateX(90deg); }
}
@-moz-keyframes rotateCubeTopOut {
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
100% { opacity: .3; -moz-transform: translateY(-100%) rotateX(90deg); }
}
@keyframes rotateCubeTopOut {
50% { animation-timing-function: ease-out; transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
100% { opacity: .3; transform: translateY(-100%) rotateX(90deg); }
}
@-webkit-keyframes rotateCubeTopIn {
0% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); }
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
}
@-moz-keyframes rotateCubeTopIn {
0% { opacity: .3; -moz-transform: translateY(100%) rotateX(-90deg); }
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
}
@keyframes rotateCubeTopIn {
0% { opacity: .3; transform: translateY(100%) rotateX(-90deg); }
50% { animation-timing-function: ease-out; transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
}
@-webkit-keyframes rotateCubeBottomOut {
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
100% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@-moz-keyframes rotateCubeBottomOut {
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
100% { opacity: .3; -moz-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateCubeBottomOut {
50% { animation-timing-function: ease-out; transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
100% { opacity: .3; transform: translateY(100%) rotateX(-90deg); }
}
@-webkit-keyframes rotateCubeBottomIn {
0% { opacity: .3; -webkit-transform: translateY(-100%) rotateX(90deg); }
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}
@-moz-keyframes rotateCubeBottomIn {
0% { opacity: .3; -moz-transform: translateY(-100%) rotateX(90deg); }
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}
@keyframes rotateCubeBottomIn {
0% { opacity: .3; transform: translateY(-100%) rotateX(90deg); }
50% { animation-timing-function: ease-out; transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}
/* carousel */
@-webkit-keyframes rotateCarouselLeftOut {
to { opacity: .3; -webkit-transform: translateX(-150%) scale(.4) rotateY(-65deg); }
}
@-moz-keyframes rotateCarouselLeftOut {
to { opacity: .3; -moz-transform: translateX(-150%) scale(.4) rotateY(-65deg); }
}
@keyframes rotateCarouselLeftOut {
to { opacity: .3; transform: translateX(-150%) scale(.4) rotateY(-65deg); }
}
@-webkit-keyframes rotateCarouselLeftIn {
from { opacity: .3; -webkit-transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@-moz-keyframes rotateCarouselLeftIn {
from { opacity: .3; -moz-transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@keyframes rotateCarouselLeftIn {
from { opacity: .3; transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@-webkit-keyframes rotateCarouselRightOut {
to { opacity: .3; -webkit-transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@-moz-keyframes rotateCarouselRightOut {
to { opacity: .3; -moz-transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@keyframes rotateCarouselRightOut {
to { opacity: .3; transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@-webkit-keyframes rotateCarouselRightIn {
from { opacity: .3; -webkit-transform: translateX(-200%) scale(.4) rotateY(-65deg); }
}
@-moz-keyframes rotateCarouselRightIn {
from { opacity: .3; -moz-transform: translateX(-200%) scale(.4) rotateY(-65deg); }
}
@keyframes rotateCarouselRightIn {
from { opacity: .3; transform: translateX(-200%) scale(.4) rotateY(-65deg); }
}
@-webkit-keyframes rotateCarouselTopOut {
to { opacity: .3; -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
@-moz-keyframes rotateCarouselTopOut {
to { opacity: .3; -moz-transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
@keyframes rotateCarouselTopOut {
to { opacity: .3; transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
@-webkit-keyframes rotateCarouselTopIn {
from { opacity: .3; -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@-moz-keyframes rotateCarouselTopIn {
from { opacity: .3; -moz-transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@keyframes rotateCarouselTopIn {
from { opacity: .3; transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@-webkit-keyframes rotateCarouselBottomOut {
to { opacity: .3; -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@-moz-keyframes rotateCarouselBottomOut {
to { opacity: .3; -moz-transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@keyframes rotateCarouselBottomOut {
to { opacity: .3; transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@-webkit-keyframes rotateCarouselBottomIn {
from { opacity: .3; -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
@-moz-keyframes rotateCarouselBottomIn {
from { opacity: .3; -moz-transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
@keyframes rotateCarouselBottomIn {
from { opacity: .3; transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
/* sides */
@-webkit-keyframes rotateSidesOut {
to { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(90deg); }
}
@-moz-keyframes rotateSidesOut {
to { opacity: 0; -moz-transform: translateZ(-500px) rotateY(90deg); }
}
@keyframes rotateSidesOut {
to { opacity: 0; transform: translateZ(-500px) rotateY(90deg); }
}
@-webkit-keyframes rotateSidesIn {
from { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(-90deg); }
}
@-moz-keyframes rotateSidesIn {
from { opacity: 0; -moz-transform: translateZ(-500px) rotateY(-90deg); }
}
@keyframes rotateSidesIn {
from { opacity: 0; transform: translateZ(-500px) rotateY(-90deg); }
}
/* slide */
@-webkit-keyframes rotateSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes rotateSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes rotateSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes rotateSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes rotateSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes rotateSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
/* Keyframes */
@-webkit-keyframes loopRotate {
from { -webkit-transform: rotateZ(0deg); }
to { -webkit-transform: rotateZ(360deg); }
}
@-moz-keyframes loopRotate {
from { -moz-transform: rotateZ(0deg); }
to { -moz-transform: rotateZ(360deg); }
}
@keyframes loopRotate {
from { transform: rotateZ(0deg); }
to { transform: rotateZ(360deg); }
}
@-webkit-keyframes loopRotateX {
0% { -webkit-transform: rotateX(0deg); }
100% { -webkit-transform: rotateX(360deg); }
}
@-moz-keyframes loopRotateX {
0%, 100% { -moz-transform: rotateX(0deg); }
50% { -moz-transform: rotateX(180deg); }
100% { -moz-transform: rotateX(360deg); }
}
@keyframes loopRotateX {
0%, 100% { transform: rotateX(0deg); }
50% { transform: rotateX(180deg); }
100% { transform: rotateX(360deg); }
}
@-webkit-keyframes loopRotateY {
0% { -webkit-transform: rotateY(0deg); }
50% { -webkit-transform: rotateY(180deg); }
100% { -webkit-transform: rotateY(360deg); }
}
@-moz-keyframes loopRotateY {
0%, 100% { -moz-transform: rotateY(0deg); }
50% { -moz-transform: rotateY(180deg); }
100% { -moz-transform: rotateY(360deg); }
}
@keyframes loopRotateY {
0%, 100% { transform: rotateY(0deg); }
50% { transform: rotateY(180deg); }
100% { transform: rotateY(360deg); }
}
@-webkit-keyframes loopExpandFade {
0% { opacity: .8; -webkit-transform: scale(0.1); }
100% { opacity: 0; -webkit-transform: scale(5); }
}
@-moz-keyframes loopExpandFade {
0% { opacity: .8; -moz-transform: scale(0.1); }
100% { opacity: 0; -moz-transform: scale(5); }
}
@keyframes loopExpandFade {
0% { opacity: .8; transform: scale(0.1); }
100% { opacity: 0; transform: scale(5); }
}
@-webkit-keyframes loopToLeft {
0% { -webkit-transform: translateX(-1800px); }
100% { -webkit-transform: translateX(1800px); }
}
@-moz-keyframes loopToLeft {
0% { -moz-transform: translateX(-1800px); }
100% { -moz-transform: translateX(1800px); }
}
@keyframes loopToLeft {
0% { transform: translateX(-1800px); }
100% { transform: translateX(1800px); }
}
@-webkit-keyframes loopToRight {
0% { -webkit-transform: translateX(1800px); }
100% { -webkit-transform: translateX(-1800px); }
}
@-moz-keyframes loopToRight {
0% { -moz-transform: translateX(1800px); }
100% { -moz-transform: translateX(-1800px); }
}
@keyframes loopToRight {
0% { transform: translateX(1800px); }
100% { transform: translateX(-1800px); }
}
@-webkit-keyframes loopToBottom {
0% { -webkit-transform: translateY(1800px); }
100% { -webkit-transform: translateY(-1800px); }
}
@-moz-keyframes loopToBottom {
0% { -moz-transform: translateY(1800px); }
100% { -moz-transform: translateY(-1800px); }
}
@keyframes loopToBottom {
0% { transform: translateY(1800px); }
100% { transform: translateY(-1800px); }
}
@-webkit-keyframes loopToTop {
0% { -webkit-transform: translateY(-1800px); }
100% { -webkit-transform: translateY(1800px); }
}
@-moz-keyframes loopToTop {
0% { -moz-transform: translateY(-1800px); }
100% { -moz-transform: translateY(1800px); }
}
@keyframes loopToTop {
0% { transform: translateY(-1800px); }
100% { transform: translateY(1800px); }
}
/* animation sets */
/* Basic animations */
.anm-flash {
-webkit-animation-name: flash;
-moz-animation-name: flash;
animation-name: flash;
}
.anm-shake {
-webkit-animation-name: shake;
-moz-animation-name: shake;
animation-name: shake;
}
.anm-bounce {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
animation-name: bounce;
}
.anm-tada {
-webkit-animation-name: tada;
-moz-animation-name: tada;
animation-name: tada;
}
.anm-wobble {
-webkit-animation-name: wobble;
-moz-animation-name: wobble;
animation-name: wobble;
}
.anm-pulse {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
animation-name: pulse;
}
.anm-fall {
-webkit-animation-name: fall;
-moz-animation-name: fall;
-o-animation-name: fall;
animation-name: fall;
}
/* move from / to */
.anm-moveToLeft {
-webkit-animation: moveToLeft .6s ease both;
-moz-animation: moveToLeft .6s ease both;
animation: moveToLeft .6s ease both;
}
.anm-moveFromLeft {
-webkit-animation: moveFromLeft .6s ease both;
-moz-animation: moveFromLeft .6s ease both;
animation: moveFromLeft .6s ease both;
}
.anm-moveToRight {
-webkit-animation: moveToRight .6s ease both;
-moz-animation: moveToRight .6s ease both;
animation: moveToRight .6s ease both;
}
.anm-moveFromRight {
-webkit-animation: moveFromRight .6s ease both;
-moz-animation: moveFromRight .6s ease both;
animation: moveFromRight .6s ease both;
}
.anm-moveToTop {
-webkit-animation: moveToTop .6s ease both;
-moz-animation: moveToTop .6s ease both;
animation: moveToTop .6s ease both;
}
.anm-moveFromTop {
-webkit-animation: moveFromTop .6s ease both;
-moz-animation: moveFromTop .6s ease both;
animation: moveFromTop .6s ease both;
}
.anm-moveToBottom {
-webkit-animation: moveToBottom .6s ease both;
-moz-animation: moveToBottom .6s ease both;
animation: moveToBottom .6s ease both;
}
.anm-moveFromBottom {
-webkit-animation: moveFromBottom .6s ease both;
-moz-animation: moveFromBottom .6s ease both;
animation: moveFromBottom .6s ease both;
}
/* fade */
.anm-fadeIn {
-webkit-animation: fadeIn .7s ease both;
-moz-animation: fadeIn .7s ease both;
animation: fadeIn .7s ease both;
}
.anm-fadeOut {
-webkit-animation: fadeOut .7s ease both;
-moz-animation: fadeOut .7s ease both;
animation: fadeOut .7s ease both;
}
/* move from / to and fade */
.anm-moveToLeftFade {
-webkit-animation: moveToLeftFade .7s ease both;
-moz-animation: moveToLeftFade .7s ease both;
animation: moveToLeftFade .7s ease both;
}
.anm-moveFromLeftFade {
-webkit-animation: moveFromLeftFade .7s ease both;
-moz-animation: moveFromLeftFade .7s ease both;
animation: moveFromLeftFade .7s ease both;
}
.anm-moveToRightFade {
-webkit-animation: moveToRightFade .7s ease both;
-moz-animation: moveToRightFade .7s ease both;
animation: moveToRightFade .7s ease both;
}
.anm-moveFromRightFade {
-webkit-animation: moveFromRightFade .7s ease both;
-moz-animation: moveFromRightFade .7s ease both;
animation: moveFromRightFade .7s ease both;
}
.anm-moveToTopFade {
-webkit-animation: moveToTopFade .7s ease both;
-moz-animation: moveToTopFade .7s ease both;
animation: moveToTopFade .7s ease both;
}
.anm-moveFromTopFade {
-webkit-animation: moveFromTopFade .7s ease both;
-moz-animation: moveFromTopFade .7s ease both;
animation: moveFromTopFade .7s ease both;
}
.anm-moveToBottomFade {
-webkit-animation: moveToBottomFade .7s ease both;
-moz-animation: moveToBottomFade .7s ease both;
animation: moveToBottomFade .7s ease both;
}
.anm-moveFromBottomFade {
-webkit-animation: moveFromBottomFade .7s ease both;
-moz-animation: moveFromBottomFade .7s ease both;
animation: moveFromBottomFade .7s ease both;
}
/* move from with different easing */
.anm-moveFromLeftEasing {
-webkit-animation: moveFromLeft .7s ease-in-out both;
-moz-animation: moveFromLeft .7s ease-in-out both;
animation: moveFromLeft .7s ease-in-out both;
}
.anm-moveFromRightEasing {
-webkit-animation: moveFromRight .7s ease-in-out both;
-moz-animation: moveFromRight .7s ease-in-out both;
animation: moveFromRight .7s ease-in-out both;
}
.anm-moveFromTopEasing {
-webkit-animation: moveFromTop .7s ease-in-out both;
-moz-animation: moveFromTop .7s ease-in-out both;
animation: moveFromTop .7s ease-in-out both;
}
.anm-moveFromBottomEasing {
-webkit-animation: moveFromBottom .7s ease-in-out both;
-moz-animation: moveFromBottom .7s ease-in-out both;
animation: moveFromBottom .7s ease-in-out both;
}
/* move to with different easing */
.anm-moveToLeftEasing {
-webkit-animation: moveToLeft .7s ease-in-out both;
-moz-animation: moveToLeft .7s ease-in-out both;
animation: moveToLeft .7s ease-in-out both;
}
.anm-moveToRightEasing {
-webkit-animation: moveToRight .7s ease-in-out both;
-moz-animation: moveToRight .7s ease-in-out both;
animation: moveToRight .7s ease-in-out both;
}
.anm-moveToTopEasing {
-webkit-animation: moveToTop .7s ease-in-out both;
-moz-animation: moveToTop .7s ease-in-out both;
animation: moveToTop .7s ease-in-out both;
}
.anm-moveToBottomEasing {
-webkit-animation: moveToBottom .7s ease-in-out both;
-moz-animation: moveToBottom .7s ease-in-out both;
animation: moveToBottom .7s ease-in-out both;
}
/* scale and fade */
.anm-scaleDown {
-webkit-animation: scaleDown .7s ease both;
-moz-animation: scaleDown .7s ease both;
animation: scaleDown .7s ease both;
}
.anm-scaleUp {
-webkit-animation: scaleUp .7s ease both;
-moz-animation: scaleUp .7s ease both;
animation: scaleUp .7s ease both;
}
.anm-scaleUpDown {
-webkit-animation: scaleUpDown .5s ease both;
-moz-animation: scaleUpDown .5s ease both;
animation: scaleUpDown .5s ease both;
}
.anm-scaleDownUp {
-webkit-animation: scaleDownUp .5s ease both;
-moz-animation: scaleDownUp .5s ease both;
animation: scaleDownUp .5s ease both;
}
.anm-scaleDownCenter {
-webkit-animation: scaleDownCenter .4s ease-in both;
-moz-animation: scaleDownCenter .4s ease-in both;
animation: scaleDownCenter .4s ease-in both;
}
.anm-scaleUpCenter {
-webkit-animation: scaleUpCenter .4s ease-out both;
-moz-animation: scaleUpCenter .4s ease-out both;
animation: scaleUpCenter .4s ease-out both;
}
/* rotate sides first and scale */
.anm-rotateRightSideFirst {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateRightSideFirst .8s both ease-in;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateRightSideFirst .8s both ease-in;
transform-origin: 0% 50%;
animation: rotateRightSideFirst .8s both ease-in;
}
.anm-rotateLeftSideFirst {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateLeftSideFirst .8s both ease-in;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateLeftSideFirst .8s both ease-in;
transform-origin: 100% 50%;
animation: rotateLeftSideFirst .8s both ease-in;
}
.anm-rotateTopSideFirst {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateTopSideFirst .8s both ease-in;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateTopSideFirst .8s both ease-in;
transform-origin: 50% 100%;
animation: rotateTopSideFirst .8s both ease-in;
}
.anm-rotateBottomSideFirst {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateBottomSideFirst .8s both ease-in;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateBottomSideFirst .8s both ease-in;
transform-origin: 50% 0%;
animation: rotateBottomSideFirst .8s both ease-in;
}
/* zoom */
.anm-zoomIn {
-webkit-animation-name: zoomIn;
-moz-animation-name: zoomIn;
animation-name: zoomIn;
}
.anm-zoomInDown {
-webkit-animation-name: zoomInDown;
-moz-animation-name: zoomInDown;
animation-name: zoomInDown;
}
.anm-zoomInLeft {
-webkit-animation-name: zoomInLeft;
-moz-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
.anm-zoomInRight {
-webkit-animation-name: zoomInRight;
-moz-animation-name: zoomInRight;
animation-name: zoomInRight;
}
.anm-zoomInUp {
-webkit-animation-name: zoomInUp;
-moz-animation-name: zoomInUp;
animation-name: zoomInUp;
}
.anm-zoomOut {
-webkit-animation-name: zoomOut;
-moz-animation-name: zoomOut;
animation-name: zoomOut;
}
.anm-zoomOutDown {
-webkit-animation-name: zoomOutDown;
-moz-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
.anm-zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
-moz-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
.anm-zoomOutRight {
-webkit-animation-name: zoomOutRight;
-moz-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
.anm-zoomOutUp {
-webkit-animation-name: zoomOutUp;
-moz-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
/* RotateIn */
.anm-rotateIn {
-webkit-animation-name: rotateIn;
-moz-animation-name: rotateIn;
animation-name: rotateIn;
}
.anm-rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
-moz-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
.anm-rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
-moz-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
.anm-rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
-moz-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
.anm-rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
-moz-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
.anm-rotateOut {
-webkit-animation-name: rotateOut;
-moz-animation-name: rotateOut;
animation-name: rotateOut;
}
.anm-rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
-moz-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
.anm-rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
-moz-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
.anm-rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
-moz-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
.anm-rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
-moz-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
/* flip */
.anm-flip {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flip;
-moz-backface-visibility: visible !important;
-moz-animation-name: flip;
-o-backface-visibility: visible !important;
-o-animation-name: flip;
backface-visibility: visible !important;
animation-name: flip;
}
.anm-flipOutRight {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipOutRight .5s both ease-in;
-moz-transform-origin: 50% 50%;
-moz-animation: flipOutRight .5s both ease-in;
transform-origin: 50% 50%;
animation: flipOutRight .5s both ease-in;
}
.anm-flipInLeft {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipInLeft .5s both ease-out;
-moz-transform-origin: 50% 50%;
-moz-animation: flipInLeft .5s both ease-out;
transform-origin: 50% 50%;
animation: flipInLeft .5s both ease-out;
}
.anm-flipOutLeft {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipOutLeft .5s both ease-in;
-moz-transform-origin: 50% 50%;
-moz-animation: flipOutLeft .5s both ease-in;
transform-origin: 50% 50%;
animation: flipOutLeft .5s both ease-in;
}
.anm-flipInRight {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipInRight .5s both ease-out;
-moz-transform-origin: 50% 50%;
-moz-animation: flipInRight .5s both ease-out;
transform-origin: 50% 50%;
animation: flipInRight .5s both ease-out;
}
.anm-flipOutTop {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipOutTop .5s both ease-in;
-moz-transform-origin: 50% 50%;
-moz-animation: flipOutTop .5s both ease-in;
transform-origin: 50% 50%;
animation: flipOutTop .5s both ease-in;
}
.anm-flipInBottom {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipInBottom .5s both ease-out;
-moz-transform-origin: 50% 50%;
-moz-animation: flipInBottom .5s both ease-out;
transform-origin: 50% 50%;
animation: flipInBottom .5s both ease-out;
}
.anm-flipOutBottom {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipOutBottom .5s both ease-in;
-moz-transform-origin: 50% 50%;
-moz-animation: flipOutBottom .5s both ease-in;
transform-origin: 50% 50%;
animation: flipOutBottom .5s both ease-in;
}
.anm-flipInTop {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipInTop .5s both ease-out;
-moz-transform-origin: 50% 50%;
-moz-animation: flipInTop .5s both ease-out;
transform-origin: 50% 50%;
animation: flipInTop .5s both ease-out;
}
/* rotate fall */
.anm-rotateFall {
-webkit-transform-origin: 0% 0%;
-webkit-animation: rotateFall 1s both ease-in;
-moz-transform-origin: 0% 0%;
-moz-animation: rotateFall 1s both ease-in;
transform-origin: 0% 0%;
animation: rotateFall 1s both ease-in;
}
/* rotate newspaper */
.anm-rotateOutNewspaper {
-webkit-transform-origin: 50% 50%;
-webkit-animation: rotateOutNewspaper .5s both ease-in;
-moz-transform-origin: 50% 50%;
-moz-animation: rotateOutNewspaper .5s both ease-in;
transform-origin: 50% 50%;
animation: rotateOutNewspaper .5s both ease-in;
}
.anm-rotateInNewspaper {
-webkit-transform-origin: 50% 50%;
-webkit-animation: rotateInNewspaper .5s both ease-out;
-moz-transform-origin: 50% 50%;
-moz-animation: rotateInNewspaper .5s both ease-out;
transform-origin: 50% 50%;
animation: rotateInNewspaper .5s both ease-out;
}
/* push */
.anm-rotatePushLeft {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotatePushLeft .8s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotatePushLeft .8s both ease;
transform-origin: 0% 50%;
animation: rotatePushLeft .8s both ease;
}
.anm-rotatePushRight {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotatePushRight .8s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotatePushRight .8s both ease;
transform-origin: 100% 50%;
animation: rotatePushRight .8s both ease;
}
.anm-rotatePushTop {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotatePushTop .8s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotatePushTop .8s both ease;
transform-origin: 50% 0%;
animation: rotatePushTop .8s both ease;
}
.anm-rotatePushBottom {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotatePushBottom .8s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotatePushBottom .8s both ease;
transform-origin: 50% 100%;
animation: rotatePushBottom .8s both ease;
}
/* pull */
.anm-rotatePullRight {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotatePullRight .5s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotatePullRight .5s both ease;
transform-origin: 100% 50%;
animation: rotatePullRight .5s both ease;
}
.anm-rotatePullLeft {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotatePullLeft .5s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotatePullLeft .5s both ease;
transform-origin: 0% 50%;
animation: rotatePullLeft .5s both ease;
}
.anm-rotatePullTop {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotatePullTop .5s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotatePullTop .5s both ease;
transform-origin: 50% 0%;
animation: rotatePullTop .5s both ease;
}
.anm-rotatePullBottom {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotatePullBottom .5s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotatePullBottom .5s both ease;
transform-origin: 50% 100%;
animation: rotatePullBottom .5s both ease;
}
/* fold */
.anm-rotateFoldRight {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateFoldRight .7s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateFoldRight .7s both ease;
transform-origin: 0% 50%;
animation: rotateFoldRight .7s both ease;
}
.anm-rotateFoldLeft {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateFoldLeft .7s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateFoldLeft .7s both ease;
transform-origin: 100% 50%;
animation: rotateFoldLeft .7s both ease;
}
.anm-rotateFoldTop {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateFoldTop .7s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateFoldTop .7s both ease;
transform-origin: 50% 100%;
animation: rotateFoldTop .7s both ease;
}
.anm-rotateFoldBottom {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateFoldBottom .7s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateFoldBottom .7s both ease;
transform-origin: 50% 0%;
animation: rotateFoldBottom .7s both ease;
}
/* unfold */
.anm-rotateUnfoldLeft {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateUnfoldLeft .7s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateUnfoldLeft .7s both ease;
transform-origin: 100% 50%;
animation: rotateUnfoldLeft .7s both ease;
}
.anm-rotateUnfoldRight {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateUnfoldRight .7s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateUnfoldRight .7s both ease;
transform-origin: 0% 50%;
animation: rotateUnfoldRight .7s both ease;
}
.anm-rotateUnfoldTop {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateUnfoldTop .7s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateUnfoldTop .7s both ease;
transform-origin: 50% 100%;
animation: rotateUnfoldTop .7s both ease;
}
.anm-rotateUnfoldBottom {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateUnfoldBottom .7s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateUnfoldBottom .7s both ease;
transform-origin: 50% 0%;
animation: rotateUnfoldBottom .7s both ease;
}
/* room walls */
.anm-rotateRoomLeftOut {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateRoomLeftOut .8s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateRoomLeftOut .8s both ease;
transform-origin: 100% 50%;
animation: rotateRoomLeftOut .8s both ease;
}
.anm-rotateRoomLeftIn {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateRoomLeftIn .8s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateRoomLeftIn .8s both ease;
transform-origin: 0% 50%;
animation: rotateRoomLeftIn .8s both ease;
}
.anm-rotateRoomRightOut {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateRoomRightOut .8s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateRoomRightOut .8s both ease;
transform-origin: 0% 50%;
animation: rotateRoomRightOut .8s both ease;
}
.anm-rotateRoomRightIn {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateRoomRightIn .8s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateRoomRightIn .8s both ease;
transform-origin: 100% 50%;
animation: rotateRoomRightIn .8s both ease;
}
.anm-rotateRoomTopOut {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateRoomTopOut .8s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateRoomTopOut .8s both ease;
transform-origin: 50% 100%;
animation: rotateRoomTopOut .8s both ease;
}
.anm-rotateRoomTopIn {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateRoomTopIn .8s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateRoomTopIn .8s both ease;
transform-origin: 50% 0%;
animation: rotateRoomTopIn .8s both ease;
}
.anm-rotateRoomBottomOut {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateRoomBottomOut .8s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateRoomBottomOut .8s both ease;
transform-origin: 50% 0%;
animation: rotateRoomBottomOut .8s both ease;
}
.anm-rotateRoomBottomIn {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateRoomBottomIn .8s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateRoomBottomIn .8s both ease;
transform-origin: 50% 100%;
animation: rotateRoomBottomIn .8s both ease;
}
/* cube */
.anm-rotateCubeLeftOut {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateCubeLeftOut .6s both ease-in;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateCubeLeftOut .6s both ease-in;
transform-origin: 100% 50%;
animation: rotateCubeLeftOut .6s both ease-in;
}
.anm-rotateCubeLeftIn {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateCubeLeftIn .6s both ease-in;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateCubeLeftIn .6s both ease-in;
transform-origin: 0% 50%;
animation: rotateCubeLeftIn .6s both ease-in;
}
.anm-rotateCubeRightOut {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateCubeRightOut .6s both ease-in;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateCubeRightOut .6s both ease-in;
transform-origin: 0% 50%;
animation: rotateCubeRightOut .6s both ease-in;
}
.anm-rotateCubeRightIn {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateCubeRightIn .6s both ease-in;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateCubeRightIn .6s both ease-in;
transform-origin: 100% 50%;
animation: rotateCubeRightIn .6s both ease-in;
}
.anm-rotateCubeTopOut {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateCubeTopOut .6s both ease-in;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateCubeTopOut .6s both ease-in;
transform-origin: 50% 100%;
animation: rotateCubeTopOut .6s both ease-in;
}
.anm-rotateCubeTopIn {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateCubeTopIn .6s both ease-in;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateCubeTopIn .6s both ease-in;
transform-origin: 50% 0%;
animation: rotateCubeTopIn .6s both ease-in;
}
.anm-rotateCubeBottomOut {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateCubeBottomOut .6s both ease-in;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateCubeBottomOut .6s both ease-in;
transform-origin: 50% 0%;
animation: rotateCubeBottomOut .6s both ease-in;
}
.anm-rotateCubeBottomIn {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateCubeBottomIn .6s both ease-in;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateCubeBottomIn .6s both ease-in;
transform-origin: 50% 100%;
animation: rotateCubeBottomIn .6s both ease-in;
}
/* carousel */
.anm-rotateCarouselLeftOut {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateCarouselLeftOut .8s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateCarouselLeftOut .8s both ease;
transform-origin: 100% 50%;
animation: rotateCarouselLeftOut .8s both ease;
}
.anm-rotateCarouselLeftIn {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateCarouselLeftIn .8s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateCarouselLeftIn .8s both ease;
transform-origin: 0% 50%;
animation: rotateCarouselLeftIn .8s both ease;
}
.anm-rotateCarouselRightOut {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateCarouselRightOut .8s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateCarouselRightOut .8s both ease;
transform-origin: 0% 50%;
animation: rotateCarouselRightOut .8s both ease;
}
.anm-rotateCarouselRightIn {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateCarouselRightIn .8s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateCarouselRightIn .8s both ease;
transform-origin: 100% 50%;
animation: rotateCarouselRightIn .8s both ease;
}
.anm-rotateCarouselTopOut {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateCarouselTopOut .8s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateCarouselTopOut .8s both ease;
transform-origin: 50% 100%;
animation: rotateCarouselTopOut .8s both ease;
}
.anm-rotateCarouselTopIn {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateCarouselTopIn .8s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateCarouselTopIn .8s both ease;
transform-origin: 50% 0%;
animation: rotateCarouselTopIn .8s both ease;
}
.anm-rotateCarouselBottomOut {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateCarouselBottomOut .8s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateCarouselBottomOut .8s both ease;
transform-origin: 50% 0%;
animation: rotateCarouselBottomOut .8s both ease;
}
.anm-rotateCarouselBottomIn {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateCarouselBottomIn .8s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateCarouselBottomIn .8s both ease;
transform-origin: 50% 100%;
animation: rotateCarouselBottomIn .8s both ease;
}
/* sides */
.anm-rotateSidesOut {
-webkit-transform-origin: -50% 50%;
-webkit-animation: rotateSidesOut .5s both ease-in;
-moz-transform-origin: -50% 50%;
-moz-animation: rotateSidesOut .5s both ease-in;
transform-origin: -50% 50%;
animation: rotateSidesOut .5s both ease-in;
}
.anm-rotateSidesIn {
-webkit-transform-origin: 150% 50%;
-webkit-animation: rotateSidesIn .5s both ease-out;
-moz-transform-origin: 150% 50%;
-moz-animation: rotateSidesIn .5s both ease-out;
transform-origin: 150% 50%;
animation: rotateSidesIn .5s both ease-out;
}
/* slide */
.anm-rotateSlideOut {
-webkit-animation: rotateSlideOut 1s both ease;
-moz-animation: rotateSlideOut 1s both ease;
animation: rotateSlideOut 1s both ease;
}
.anm-rotateSlideIn {
-webkit-animation: rotateSlideIn 1s both ease;
-moz-animation: rotateSlideIn 1s both ease;
animation: rotateSlideIn 1s both ease;
}
/* Loops */
.loopRotate {
-webkit-animation: loopRotate 10s infinite linear;
-moz-animation: loopRotate 10s infinite linear;
animation: loopRotate 10s infinite linear;
}
.loopRotateX {
-webkit-animation: loopRotateX 10s infinite linear;
-moz-animation: loopRotateX 10s infinite linear;
animation: loopRotateX 10s infinite linear;
}
.loopRotateY {
-webkit-animation: loopRotateY 10s infinite linear;
-moz-animation: loopRotateY 10s infinite linear;
animation: loopRotateY 10s infinite linear;
}
.loopExpandFade {
-webkit-animation: loopExpandFade 5s linear infinite;
-moz-animation: loopExpandFade 5s linear infinite;
animation: loopExpandFade 5s linear infinite;
}
.loopToLeft {
-webkit-animation: loopToLeft 30s infinite linear;
-moz-animation: loopToLeft 30s infinite linear;
animation: loopToLeft 30s infinite linear;
}
.loopToRight {
-webkit-animation: loopToRight 30s infinite linear;
-moz-animation: loopToRight 30s infinite linear;
animation: loopToRight 30s infinite linear;
}
.loopToBottom {
-webkit-animation: loopToBottom 30s infinite linear;
-moz-animation: loopToBottom 30s infinite linear;
animation: loopToBottom 30s infinite linear;
}
.loopToTop {
-webkit-animation: loopToTop 30s infinite linear;
-moz-animation: loopToTop 30s infinite linear;
animation: loopToTop 30s infinite linear;
}
/* animation delay classes */
.delay-100 {
-webkit-animation-delay: .1s;
-moz-animation-delay: .1s;
animation-delay: .1s;
}
.delay-200 {
-webkit-animation-delay: .2s;
-moz-animation-delay: .2s;
animation-delay: .2s;
}
.delay-300 {
-webkit-animation-delay: .3s;
-moz-animation-delay: .3s;
animation-delay: .3s;
}
.delay-400 {
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
animation-delay: .4s;
}
.delay-500 {
-webkit-animation-delay: .5s;
-moz-animation-delay: .5s;
animation-delay: .5s;
}
.delay-600 {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
animation-delay: .6s;
}
.delay-700 {
-webkit-animation-delay: .7s;
-moz-animation-delay: .7s;
animation-delay: .7s;
}
.delay-800 {
-webkit-animation-delay: .8s;
-moz-animation-delay: .8s;
animation-delay: .8s;
}
.delay-900 {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
animation-delay: .9s;
}
.delay-1000 {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}
.delay-1500 {
-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
animation-delay: 1.5s;
}
.delay-2000 {
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
animation-delay: 2s;
}
.delay-3000 {
-webkit-animation-delay: 3s;
-moz-animation-delay: 3s;
animation-delay: 3s;
}
.delay-4000 {
-webkit-animation-delay: 4s;
-moz-animation-delay: 4s;
animation-delay: 4s;
}
.delay-5000 {
-webkit-animation-delay: 5s;
-moz-animation-delay: 5s;
animation-delay: 5s;
}
.delay-6000 {
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
animation-delay: 6s;
}
.delay-7000 {
-webkit-animation-delay: 7s;
-moz-animation-delay: 7s;
animation-delay: 7s;
}
.delay-8000 {
-webkit-animation-delay: 8s;
-moz-animation-delay: 8s;
animation-delay: 8s;
}
.delay-9000 {
-webkit-animation-delay: 9s;
-moz-animation-delay: 9s;
animation-delay: 9s;
} | public/css/animations.css |
/* Version 1.0 */
/* General MIT License (MIT) */
/* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: */
/* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. */
/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* Inspired in Dan Eden's "animate.css" (http://daneden.me/animate/), Codrops (http://tympanus.net/codrops/2013/05/07/a-collection-of-page-transitions/) and ElementTransitions.css (http://dan-silver.github.io/ElementTransitions.js/) */
/* Slides */
.slide-wrapper {
background: #fff;
display: block;
height: 256px;
margin: 0;
position: relative;
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
perspective: 1200px;
overflow: hidden;
z-index: 1;
}
.content-fullscreen .slide-wrapper {
height: 100%;
}
.content-fullscreen .slide-wrapper,
.content-fullscreen .slide-page,
.content-fullscreen .slide-wrapper article,
.content-fullscreen .slide-wrapper aside,
.content-fullscreen .slide-wrapper section {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.content-fullscreen .slide-wrapper article,
.content-fullscreen .slide-wrapper aside,
.content-fullscreen .slide-wrapper section {
overflow: auto;
border: none;
}
@media (max-width: 768px) {
.content-fullscreen .slide-wrapper article,
.content-fullscreen .slide-wrapper aside,
.content-fullscreen .slide-wrapper section {
left: .1em;
right: .1em;
bottom: .1em;
top: .1em;
}
}
.slide-content {
padding-top: 192px;
}
@media (max-width: 480px) {
.slide-content {
padding-top: 48px;
}
}
.slide-page {
width: 100%;
height: 100%;
padding: 1em;
position: absolute;
top: 0;
left: 0;
visibility: hidden;
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.slide-page-current,
.no-js .slide-page {
visibility: visible;
z-index: 1;
}
.no-js body {
overflow: auto;
}
.slide-page-ontop {
z-index: 999;
}
/* Triggers (menu and button) */
.slide-trigger {
cursor: pointer;
}
button.slide-trigger {
position: absolute;
bottom: 0;
right: 12px;
z-index: 100;
}
button.slide-trigger.middle {
bottom: 45%;
}
button.slide-trigger.previous {
right: auto;
left: 12px;
}
@media (max-width: 768px) {
button.slide-trigger.middle {
bottom: 0;
}
}
/* anime it */
[class*='anm-'],
.anime {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
}
[class*='anm-'].fast,
.anime.fast {
-webkit-animation-duration: .5s;
-moz-animation-duration: .5s;
animation-duration: .5s;
}
[class*='anm-'].slow,
.anime.slow {
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
animation-duration: 2s;
}
[class*='anm-'].extra-slow,
.anime.extra-slow {
-webkit-animation-duration: 3s;
-moz-animation-duration: 3s;
animation-duration: 3s;
}
/********************************* keyframes **************************************/
@-webkit-keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
@-moz-keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
@keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
/* shake */
@-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);}
}
/* bounce */
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 40% {-webkit-transform: translateY(-30px);} 60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);} 40% {-moz-transform: translateY(-30px);} 60% {-moz-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 40% {transform: translateY(-30px);} 60% {transform: translateY(-15px);}
}
/* tada */
@-webkit-keyframes tada {
0% {-webkit-transform: scale(1);}
10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);} 30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);} 40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);} 100% {-webkit-transform: scale(1) rotate(0);}
}
@-moz-keyframes tada {
0% {-moz-transform: scale(1);}
10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);} 30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);} 40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);} 100% {-moz-transform: scale(1) rotate(0);}
}
@keyframes tada {
0% {transform: scale(1);}
10%, 20% {transform: scale(0.9) rotate(-3deg);} 30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 100% {transform: scale(1) rotate(0);}
}
/* swing */
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 20% { -webkit-transform: rotate(15deg); }
40% { -webkit-transform: rotate(-10deg); } 60% { -webkit-transform: rotate(5deg); }
80% { -webkit-transform: rotate(-5deg); }
100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes swing {
20% { -moz-transform: rotate(15deg); }
40% { -moz-transform: rotate(-10deg); } 60% { -moz-transform: rotate(5deg); }
80% { -moz-transform: rotate(-5deg); }
100% { -moz-transform: rotate(0deg); }
}
@keyframes swing {
20% { transform: rotate(15deg); }
40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); }
80% { transform: rotate(-5deg); }
100% { transform: rotate(0deg); }
}
/* woble */
@-webkit-keyframes wobble {
0% { -webkit-transform: translateX(0%); } 15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 30% { -webkit-transform: translateX(20%) rotate(3deg); } 45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 60% { -webkit-transform: translateX(10%) rotate(2deg); } 75% { -webkit-transform: translateX(-5%) rotate(-1deg); } 100% { -webkit-transform: translateX(0%); }
}
@-moz-keyframes wobble {
0% { -moz-transform: translateX(0%); } 15% { -moz-transform: translateX(-25%) rotate(-5deg); } 30% { -moz-transform: translateX(20%) rotate(3deg); } 45% { -moz-transform: translateX(-15%) rotate(-3deg); } 60% { -moz-transform: translateX(10%) rotate(2deg); } 75% { -moz-transform: translateX(-5%) rotate(-1deg); } 100% { -moz-transform: translateX(0%); }
}
@keyframes wobble {
0% { transform: translateX(0%); } 15% { transform: translateX(-25%) rotate(-5deg); } 30% { transform: translateX(20%) rotate(3deg); } 45% { transform: translateX(-15%) rotate(-3deg); } 60% { transform: translateX(10%) rotate(2deg); } 75% { transform: translateX(-5%) rotate(-1deg); } 100% { transform: translateX(0%); }
}
/* pulse */
@-webkit-keyframes pulse {
0% { -webkit-transform: scale(1); }
50% { -webkit-transform: scale(1.1); } 100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
0% { -moz-transform: scale(1); }
50% { -moz-transform: scale(1.1); } 100% { -moz-transform: scale(1); }
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.1); } 100% { transform: scale(1); }
}
/* Fall */
@-webkit-keyframes fall {
0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
100% { -webkit-transform: translateY(700px); opacity: 0; }
}
@-moz-keyframes fall {
0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
100% { -moz-transform: translateY(700px); opacity: 0; }
}
@-o-keyframes fall {
0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
100% { -o-transform: translateY(700px); opacity: 0; }
}
@keyframes fall {
0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }
20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }
40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }
80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }
100% { transform: translateY(700px); opacity: 0; }
}
/* move from / to */
@-webkit-keyframes moveToLeft {
to { -webkit-transform: translateX(-100%); }
}
@-moz-keyframes moveToLeft {
to { -moz-transform: translateX(-100%); }
}
@keyframes moveToLeft {
to { transform: translateX(-100%); }
}
@-webkit-keyframes moveFromLeft {
from { -webkit-transform: translateX(-100%); }
}
@-moz-keyframes moveFromLeft {
from { -moz-transform: translateX(-100%); }
}
@keyframes moveFromLeft {
from { transform: translateX(-100%); }
}
@-webkit-keyframes moveToRight {
to { -webkit-transform: translateX(100%); }
}
@-moz-keyframes moveToRight {
to { -moz-transform: translateX(100%); }
}
@keyframes moveToRight {
to { transform: translateX(100%); }
}
@-webkit-keyframes moveFromRight {
from { -webkit-transform: translateX(100%); }
}
@-moz-keyframes moveFromRight {
from { -moz-transform: translateX(100%); }
}
@keyframes moveFromRight {
from { transform: translateX(100%); }
}
@-webkit-keyframes moveToTop {
to { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveToTop {
to { -moz-transform: translateY(-100%); }
}
@keyframes moveToTop {
to { transform: translateY(-100%); }
}
@-webkit-keyframes moveFromTop {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveFromTop {
from { -moz-transform: translateY(-100%); }
}
@keyframes moveFromTop {
from { transform: translateY(-100%); }
}
@-webkit-keyframes moveToBottom {
to { -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveToBottom {
to { -moz-transform: translateY(100%); }
}
@keyframes moveToBottom {
to { transform: translateY(100%); }
}
@-webkit-keyframes moveFromBottom {
from { -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveFromBottom {
from { -moz-transform: translateY(100%); }
}
@keyframes moveFromBottom {
from { transform: translateY(100%); }
}
/* fade */
@-webkit-keyframes fadeIn {
from { opacity: 0; }
}
@-moz-keyframes fadeIn {
from { opacity: 0; }
}
@keyframes fadeIn {
from { opacity: 0; }
}
@-webkit-keyframes fadeOut {
to { opacity: 0; }
}
@-moz-keyframes fadeOut {
to { opacity: 0; }
}
@keyframes fadeOut {
to { opacity: 0; }
}
/* move from / to and fade */
@-webkit-keyframes moveToLeftFade {
to { opacity: 0; -webkit-transform: translateX(-100%); }
}
@-moz-keyframes moveToLeftFade {
to { opacity: 0; -moz-transform: translateX(-100%); }
}
@keyframes moveToLeftFade {
to { opacity: 0; transform: translateX(-100%); }
}
@-webkit-keyframes moveFromLeftFade {
from { opacity: 0; -webkit-transform: translateX(-100%); }
}
@-moz-keyframes moveFromLeftFade {
from { opacity: 0; -moz-transform: translateX(-100%); }
}
@keyframes moveFromLeftFade {
from { opacity: 0; transform: translateX(-100%); }
}
@-webkit-keyframes moveToRightFade {
to { opacity: 0; -webkit-transform: translateX(100%); }
}
@-moz-keyframes moveToRightFade {
to { opacity: 0; -moz-transform: translateX(100%); }
}
@keyframes moveToRightFade {
to { opacity: 0; transform: translateX(100%); }
}
@-webkit-keyframes moveFromRightFade {
from { opacity: 0; -webkit-transform: translateX(100%); }
}
@-moz-keyframes moveFromRightFade {
from { opacity: 0; -moz-transform: translateX(100%); }
}
@keyframes moveFromRightFade {
from { opacity: 0; transform: translateX(100%); }
}
@-webkit-keyframes moveToTopFade {
to { opacity: 0; -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveToTopFade {
to { opacity: 0; -moz-transform: translateY(-100%); }
}
@keyframes moveToTopFade {
to { opacity: 0; transform: translateY(-100%); }
}
@-webkit-keyframes moveFromTopFade {
from { opacity: 0; -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveFromTopFade {
from { opacity: 0; -moz-transform: translateY(-100%); }
}
@keyframes moveFromTopFade {
from { opacity: 0; transform: translateY(-100%); }
}
@-webkit-keyframes moveToBottomFade {
to { opacity: 0; -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveToBottomFade {
to { opacity: 0; -moz-transform: translateY(100%); }
}
@keyframes moveToBottomFade {
to { opacity: 0; transform: translateY(100%); }
}
@-webkit-keyframes moveFromBottomFade {
from { opacity: 0; -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveFromBottomFade {
from { opacity: 0; -moz-transform: translateY(100%); }
}
@keyframes moveFromBottomFade {
from { opacity: 0; transform: translateY(100%); }
}
/********************************* keyframes **************************************/
/* scale and fade */
@-webkit-keyframes scaleDown {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleDown {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleDown {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes scaleUp {
from { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleUp {
from { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleUp {
from { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes scaleUpDown {
from { opacity: 0; -webkit-transform: scale(1.2); }
}
@-moz-keyframes scaleUpDown {
from { opacity: 0; -moz-transform: scale(1.2); }
}
@keyframes scaleUpDown {
from { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleDownUp {
to { opacity: 0; -webkit-transform: scale(1.2); }
}
@-moz-keyframes scaleDownUp {
to { opacity: 0; -moz-transform: scale(1.2); }
}
@keyframes scaleDownUp {
to { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleDownCenter {
to { opacity: 0; -webkit-transform: scale(.7); }
}
@-moz-keyframes scaleDownCenter {
to { opacity: 0; -moz-transform: scale(.7); }
}
@keyframes scaleDownCenter {
to { opacity: 0; transform: scale(.7); }
}
@-webkit-keyframes scaleUpCenter {
from { opacity: 0; -webkit-transform: scale(.7); }
}
@-moz-keyframes scaleUpCenter {
from { opacity: 0; -moz-transform: scale(.7); }
}
@keyframes scaleUpCenter {
from { opacity: 0; transform: scale(.7); }
}
/* zoom */
@-webkit-keyframes zoomIn {
0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); -moz-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
50% { opacity: 1; }
}
@keyframes zoomIn {
0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); -moz-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
50% { opacity: 1; }
}
@-webkit-keyframes zoomInDown {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@keyframes zoomInDown {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@-webkit-keyframes zoomInLeft {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@keyframes zoomInLeft {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@-webkit-keyframes zoomInRight {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@keyframes zoomInRight {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@-webkit-keyframes zoomInUp {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@keyframes zoomInUp {
0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@-webkit-keyframes zoomOut {
0% { opacity: 1; }
50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); -moz-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
100% { opacity: 0; }
}
@keyframes zoomOut {
0% { opacity: 1; }
50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); -moz-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
100% { opacity: 0; }
}
@-webkit-keyframes zoomOutDown {
40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
100% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); -webkit-transform-origin: center bottom; -moz-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@keyframes zoomOutDown {
40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
100% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); -webkit-transform-origin: center bottom; -moz-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@-webkit-keyframes zoomOutLeft {
40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); }
100% { opacity: 0; -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); -moz-transform: scale(.1) translate3d(-2000px, 0, 0); transform: scale(.1) translate3d(-2000px, 0, 0); -webkit-transform-origin: left center; -moz-transform-origin: left center; transform-origin: left center; }
}
@keyframes zoomOutLeft {
40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); }
100% { opacity: 0; -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); -moz-transform: scale(.1) translate3d(-2000px, 0, 0); transform: scale(.1) translate3d(-2000px, 0, 0); -webkit-transform-origin: left center; -moz-transform-origin: left center; transform-origin: left center; }
}
@-webkit-keyframes zoomOutRight {
40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); }
100% { opacity: 0; -webkit-transform: scale(.1) translate3d(2000px, 0, 0); -moz-transform: scale(.1) translate3d(2000px, 0, 0); transform: scale(.1) translate3d(2000px, 0, 0); -webkit-transform: scale(.1) translate3d(2000px, 0, 0); -moz-transform: scale(.1) translate3d(2000px, 0, 0); transform-origin: right center; }
}
@keyframes zoomOutRight {
40% { opacity: 1; -webkit-transform: scale(.1) translate3d(2000px, 0, 0); -moz-transform: scale(.1) translate3d(2000px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); }
100% { opacity: 0; -webkit-transform: scale(.1) translate3d(2000px, 0, 0); -moz-transform: scale(.1) translate3d(2000px, 0, 0); transform: scale(.1) translate3d(2000px, 0, 0); -webkit-transform: scale(.1) translate3d(2000px, 0, 0); -moz-transform: scale(.1) translate3d(2000px, 0, 0); transform-origin: right center; }
}
@-webkit-keyframes zoomOutUp {
40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); -moz-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
100% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform-origin: center bottom; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
@keyframes zoomOutUp {
40% { opacity: 1; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); }
100% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -webkit-transform-origin: center bottom; -moz-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); }
}
/* rotate sides first and scale */
@-webkit-keyframes rotateRightSideFirst {
40% { -webkit-transform: rotateY(15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@-moz-keyframes rotateRightSideFirst {
40% { -moz-transform: rotateY(15deg); opacity: .8; -moz-animation-timing-function: ease-out; }
100% { -moz-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateRightSideFirst {
40% { transform: rotateY(15deg); opacity: .8; animation-timing-function: ease-out; }
100% { transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@-webkit-keyframes rotateLeftSideFirst {
40% { -webkit-transform: rotateY(-15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@-moz-keyframes rotateLeftSideFirst {
40% { -moz-transform: rotateY(-15deg); opacity: .8; -moz-animation-timing-function: ease-out; }
100% { -moz-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateLeftSideFirst {
40% { transform: rotateY(-15deg); opacity: .8; animation-timing-function: ease-out; }
100% { transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@-webkit-keyframes rotateTopSideFirst {
40% { -webkit-transform: rotateX(15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@-moz-keyframes rotateTopSideFirst {
40% { -moz-transform: rotateX(15deg); opacity: .8; -moz-animation-timing-function: ease-out; }
100% { -moz-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateTopSideFirst {
40% { transform: rotateX(15deg); opacity: .8; animation-timing-function: ease-out; }
100% { transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@-webkit-keyframes rotateBottomSideFirst {
40% { -webkit-transform: rotateX(-15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@-moz-keyframes rotateBottomSideFirst {
40% { -moz-transform: rotateX(-15deg); opacity: .8; -moz-animation-timing-function: ease-out; }
100% { -moz-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateBottomSideFirst {
40% { transform: rotateX(-15deg); opacity: .8; animation-timing-function: ease-out; }
100% { transform: scale(0.8) translateZ(-200px); opacity:0; }
}
/* rotateIn */
@keyframes rotateIn {
0% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, -200deg); -moz-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; }
100% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@-webkit-keyframes rotateIn {
0% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, -200deg); -moz-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; }
100% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@-webkit-keyframes rotateInDownLeft {
0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; }
}
@keyframes rotateInDownLeft {
0% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); -moz-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
100% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@-webkit-keyframes rotateInDownRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@keyframes rotateInDownRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@-webkit-keyframes rotateInUpLeft {
0% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
100% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@keyframes rotateInUpLeft {
0% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
100% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@-webkit-keyframes rotateInUpRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -90deg); -moz-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@keyframes rotateInUpRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -90deg); -moz-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; -moz-transform: none; transform: none; opacity: 1; }
}
@-webkit-keyframes rotateOut {
0% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; opacity: 1; }
100% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, 200deg); -moz-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; }
}
@keyframes rotateOut {
0% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; opacity: 1; }
100% { -webkit-transform-origin: center; -moz-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, 200deg); -moz-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; }
}
@-webkit-keyframes rotateOutDownLeft {
0% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; }
100% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
}
@keyframes rotateOutDownLeft {
0% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; }
100% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
}
@-webkit-keyframes rotateOutDownRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); -moz-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
}
@keyframes rotateOutDownRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); -moz-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
}
@-webkit-keyframes rotateOutUpLeft {
0% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; }
100% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); -moz-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
}
@keyframes rotateOutUpLeft {
0% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; }
100% { -webkit-transform-origin: left bottom; -moz-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); -moz-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
}
@-webkit-keyframes rotateOutUpRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 90deg); -moz-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; }
}
@keyframes rotateOutUpRight {
0% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; }
100% { -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 90deg); -moz-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; }
}
/* flip */
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(0);
-webkit-animation-timing-function: ease-out;
} 40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-webkit-animation-timing-function: ease-out;
} 50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
} 80% {
-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
} 100% {
-webkit-transform: perspective(400px) scale(1);
-webkit-animation-timing-function: ease-in;
}
}
@-moz-keyframes flip {
0% {
-moz-transform: perspective(400px) rotateY(0);
-moz-animation-timing-function: ease-out;
} 40% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-moz-animation-timing-function: ease-out;
} 50% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-moz-animation-timing-function: ease-in;
} 80% {
-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
-moz-animation-timing-function: ease-in;
} 100% {
-moz-transform: perspective(400px) scale(1);
-moz-animation-timing-function: ease-in;
}
}
@-o-keyframes flip {
0% {
-o-transform: perspective(400px) rotateY(0);
-o-animation-timing-function: ease-out;
} 40% {
-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-o-animation-timing-function: ease-out;
} 50% {
-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-o-animation-timing-function: ease-in;
} 80% {
-o-transform: perspective(400px) rotateY(360deg) scale(.95);
-o-animation-timing-function: ease-in;
} 100% {
-o-transform: perspective(400px) scale(1);
-o-animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
transform: perspective(400px) rotateY(0);
animation-timing-function: ease-out;
} 40% {
transform: perspective(400px) translateZ(150px) rotateY(170deg);
animation-timing-function: ease-out;
} 50% {
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function: ease-in;
} 80% {
transform: perspective(400px) rotateY(360deg) scale(.95);
animation-timing-function: ease-in;
} 100% {
transform: perspective(400px) scale(1);
animation-timing-function: ease-in;
}
}
@-webkit-keyframes flipOutRight {
to { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-moz-keyframes flipOutRight {
to { -moz-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipOutRight {
to { transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInLeft {
from { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-moz-keyframes flipInLeft {
from { -moz-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipInLeft {
from { transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipOutLeft {
to { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-moz-keyframes flipOutLeft {
to { -moz-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipOutLeft {
to { transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInRight {
from { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-moz-keyframes flipInRight {
from { -moz-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipInRight {
from { transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipOutTop {
to { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@-moz-keyframes flipOutTop {
to { -moz-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipOutTop {
to { transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInBottom {
from { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-moz-keyframes flipInBottom {
from { -moz-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipInBottom {
from { transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipOutBottom {
to { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-moz-keyframes flipOutBottom {
to { -moz-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipOutBottom {
to { transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInTop {
from { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@-moz-keyframes flipInTop {
from { -moz-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipInTop {
from { transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
/* fall */
@-webkit-keyframes rotateFall {
0% { -webkit-transform: rotateZ(0deg); }
20% { -webkit-transform: rotateZ(10deg); -webkit-animation-timing-function: ease-out; }
40% { -webkit-transform: rotateZ(17deg); }
60% { -webkit-transform: rotateZ(16deg); }
100% { -webkit-transform: translateY(100%) rotateZ(17deg); }
}
@-moz-keyframes rotateFall {
0% { -moz-transform: rotateZ(0deg); }
20% { -moz-transform: rotateZ(10deg); -moz-animation-timing-function: ease-out; }
40% { -moz-transform: rotateZ(17deg); }
60% { -moz-transform: rotateZ(16deg); }
100% { -moz-transform: translateY(100%) rotateZ(17deg); }
}
@keyframes rotateFall {
0% { transform: rotateZ(0deg); }
20% { transform: rotateZ(10deg); animation-timing-function: ease-out; }
40% { transform: rotateZ(17deg); }
60% { transform: rotateZ(16deg); }
100% { transform: translateY(100%) rotateZ(17deg); }
}
/* newspaper */
@-webkit-keyframes rotateOutNewspaper {
to { -webkit-transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@-moz-keyframes rotateOutNewspaper {
to { -moz-transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@keyframes rotateOutNewspaper {
to { transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@-webkit-keyframes rotateInNewspaper {
from { -webkit-transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0; }
}
@-moz-keyframes rotateInNewspaper {
from { -moz-transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0; }
}
@keyframes rotateInNewspaper {
from { transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0; }
}
/* push */
@-webkit-keyframes rotatePushLeft {
to { opacity: 0; -webkit-transform: rotateY(90deg); }
}
@-moz-keyframes rotatePushLeft {
to { opacity: 0; -moz-transform: rotateY(90deg); }
}
@keyframes rotatePushLeft {
to { opacity: 0; transform: rotateY(90deg); }
}
@-webkit-keyframes rotatePushRight {
to { opacity: 0; -webkit-transform: rotateY(-90deg); }
}
@-moz-keyframes rotatePushRight {
to { opacity: 0; -moz-transform: rotateY(-90deg); }
}
@keyframes rotatePushRight {
to { opacity: 0; transform: rotateY(-90deg); }
}
@-webkit-keyframes rotatePushTop {
to { opacity: 0; -webkit-transform: rotateX(-90deg); }
}
@-moz-keyframes rotatePushTop {
to { opacity: 0; -moz-transform: rotateX(-90deg); }
}
@keyframes rotatePushTop {
to { opacity: 0; transform: rotateX(-90deg); }
}
@-webkit-keyframes rotatePushBottom {
to { opacity: 0; -webkit-transform: rotateX(90deg); }
}
@-moz-keyframes rotatePushBottom {
to { opacity: 0; -moz-transform: rotateX(90deg); }
}
@keyframes rotatePushBottom {
to { opacity: 0; transform: rotateX(90deg); }
}
/* pull */
@-webkit-keyframes rotatePullRight {
from { opacity: 0; -webkit-transform: rotateY(-90deg); }
}
@-moz-keyframes rotatePullRight {
from { opacity: 0; -moz-transform: rotateY(-90deg); }
}
@keyframes rotatePullRight {
from { opacity: 0; transform: rotateY(-90deg); }
}
@-webkit-keyframes rotatePullLeft {
from { opacity: 0; -webkit-transform: rotateY(90deg); }
}
@-moz-keyframes rotatePullLeft {
from { opacity: 0; -moz-transform: rotateY(90deg); }
}
@keyframes rotatePullLeft {
from { opacity: 0; transform: rotateY(90deg); }
}
@-webkit-keyframes rotatePullTop {
from { opacity: 0; -webkit-transform: rotateX(-90deg); }
}
@-moz-keyframes rotatePullTop {
from { opacity: 0; -moz-transform: rotateX(-90deg); }
}
@keyframes rotatePullTop {
from { opacity: 0; transform: rotateX(-90deg); }
}
@-webkit-keyframes rotatePullBottom {
from { opacity: 0; -webkit-transform: rotateX(90deg); }
}
@-moz-keyframes rotatePullBottom {
from { opacity: 0; -moz-transform: rotateX(90deg); }
}
@keyframes rotatePullBottom {
from { opacity: 0; transform: rotateX(90deg); }
}
/* fold */
@-webkit-keyframes rotateFoldRight {
to { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@-moz-keyframes rotateFoldRight {
to { opacity: 0; -moz-transform: translateX(100%) rotateY(90deg); }
}
@keyframes rotateFoldRight {
to { opacity: 0; transform: translateX(100%) rotateY(90deg); }
}
@-webkit-keyframes rotateFoldLeft {
to { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@-moz-keyframes rotateFoldLeft {
to { opacity: 0; -moz-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes rotateFoldLeft {
to { opacity: 0; transform: translateX(-100%) rotateY(-90deg); }
}
@-webkit-keyframes rotateFoldTop {
to { opacity: 0; -webkit-transform: translateY(-100%) rotateX(90deg); }
}
@-moz-keyframes rotateFoldTop {
to { opacity: 0; -moz-transform: translateY(-100%) rotateX(90deg); }
}
@keyframes rotateFoldTop {
to { opacity: 0; transform: translateY(-100%) rotateX(90deg); }
}
@-webkit-keyframes rotateFoldBottom {
to { opacity: 0; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@-moz-keyframes rotateFoldBottom {
to { opacity: 0; -moz-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateFoldBottom {
to { opacity: 0; transform: translateY(100%) rotateX(-90deg); }
}
/* unfold */
@-webkit-keyframes rotateUnfoldLeft {
from { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@-moz-keyframes rotateUnfoldLeft {
from { opacity: 0; -moz-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes rotateUnfoldLeft {
from { opacity: 0; transform: translateX(-100%) rotateY(-90deg); }
}
@-webkit-keyframes rotateUnfoldRight {
from { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@-moz-keyframes rotateUnfoldRight {
from { opacity: 0; -moz-transform: translateX(100%) rotateY(90deg); }
}
@keyframes rotateUnfoldRight {
from { opacity: 0; transform: translateX(100%) rotateY(90deg); }
}
@-webkit-keyframes rotateUnfoldTop {
from { opacity: 0; -webkit-transform: translateY(-100%) rotateX(90deg); }
}
@-moz-keyframes rotateUnfoldTop {
from { opacity: 0; -moz-transform: translateY(-100%) rotateX(90deg); }
}
@keyframes rotateUnfoldTop {
from { opacity: 0; transform: translateY(-100%) rotateX(90deg); }
}
@-webkit-keyframes rotateUnfoldBottom {
from { opacity: 0; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@-moz-keyframes rotateUnfoldBottom {
from { opacity: 0; -moz-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateUnfoldBottom {
from { opacity: 0; transform: translateY(100%) rotateX(-90deg); }
}
/* room walls */
@-webkit-keyframes rotateRoomLeftOut {
to { opacity: .3; -webkit-transform: translateX(-100%) rotateY(90deg); }
}
@-moz-keyframes rotateRoomLeftOut {
to { opacity: .3; -moz-transform: translateX(-100%) rotateY(90deg); }
}
@keyframes rotateRoomLeftOut {
to { opacity: .3; transform: translateX(-100%) rotateY(90deg); }
}
@-webkit-keyframes rotateRoomLeftIn {
from { opacity: .3; -webkit-transform: translateX(100%) rotateY(-90deg); }
}
@-moz-keyframes rotateRoomLeftIn {
from { opacity: .3; -moz-transform: translateX(100%) rotateY(-90deg); }
}
@keyframes rotateRoomLeftIn {
from { opacity: .3; transform: translateX(100%) rotateY(-90deg); }
}
@-webkit-keyframes rotateRoomRightOut {
to { opacity: .3; -webkit-transform: translateX(100%) rotateY(-90deg); }
}
@-moz-keyframes rotateRoomRightOut {
to { opacity: .3; -moz-transform: translateX(100%) rotateY(-90deg); }
}
@keyframes rotateRoomRightOut {
to { opacity: .3; transform: translateX(100%) rotateY(-90deg); }
}
@-webkit-keyframes rotateRoomRightIn {
from { opacity: .3; -webkit-transform: translateX(-100%) rotateY(90deg); }
}
@-moz-keyframes rotateRoomRightIn {
from { opacity: .3; -moz-transform: translateX(-100%) rotateY(90deg); }
}
@keyframes rotateRoomRightIn {
from { opacity: .3; transform: translateX(-100%) rotateY(90deg); }
}
@-webkit-keyframes rotateRoomTopOut {
to { opacity: .3; -webkit-transform: translateY(-100%) rotateX(-90deg); }
}
@-moz-keyframes rotateRoomTopOut {
to { opacity: .3; -moz-transform: translateY(-100%) rotateX(-90deg); }
}
@keyframes rotateRoomTopOut {
to { opacity: .3; transform: translateY(-100%) rotateX(-90deg); }
}
@-webkit-keyframes rotateRoomTopIn {
from { opacity: .3; -webkit-transform: translateY(100%) rotateX(90deg); }
}
@-moz-keyframes rotateRoomTopIn {
from { opacity: .3; -moz-transform: translateY(100%) rotateX(90deg); }
}
@keyframes rotateRoomTopIn {
from { opacity: .3; transform: translateY(100%) rotateX(90deg); }
}
@-webkit-keyframes rotateRoomBottomOut {
to { opacity: .3; -webkit-transform: translateY(100%) rotateX(90deg); }
}
@-moz-keyframes rotateRoomBottomOut {
to { opacity: .3; -moz-transform: translateY(100%) rotateX(90deg); }
}
@keyframes rotateRoomBottomOut {
to { opacity: .3; transform: translateY(100%) rotateX(90deg); }
}
@-webkit-keyframes rotateRoomBottomIn {
from { opacity: .3; -webkit-transform: translateY(-100%) rotateX(-90deg); }
}
@-moz-keyframes rotateRoomBottomIn {
from { opacity: .3; -moz-transform: translateY(-100%) rotateX(-90deg); }
}
@keyframes rotateRoomBottomIn {
from { opacity: .3; transform: translateY(-100%) rotateX(-90deg); }
}
/* cube */
@-webkit-keyframes rotateCubeLeftOut {
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
100% { opacity: .3; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@-moz-keyframes rotateCubeLeftOut {
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
100% { opacity: .3; -moz-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes rotateCubeLeftOut {
50% { animation-timing-function: ease-out; transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
100% { opacity: .3; transform: translateX(-100%) rotateY(-90deg); }
}
@-webkit-keyframes rotateCubeLeftIn {
0% { opacity: .3; -webkit-transform: translateX(100%) rotateY(90deg); }
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
}
@-moz-keyframes rotateCubeLeftIn {
0% { opacity: .3; -moz-transform: translateX(100%) rotateY(90deg); }
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
}
@keyframes rotateCubeLeftIn {
0% { opacity: .3; transform: translateX(100%) rotateY(90deg); }
50% { animation-timing-function: ease-out; transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
}
@-webkit-keyframes rotateCubeRightOut {
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
100% { opacity: .3; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@-moz-keyframes rotateCubeRightOut {
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
100% { opacity: .3; -moz-transform: translateX(100%) rotateY(90deg); }
}
@keyframes rotateCubeRightOut {
50% { animation-timing-function: ease-out; transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
100% { opacity: .3; transform: translateX(100%) rotateY(90deg); }
}
@-webkit-keyframes rotateCubeRightIn {
0% { opacity: .3; -webkit-transform: translateX(-100%) rotateY(-90deg); }
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
}
@-moz-keyframes rotateCubeRightIn {
0% { opacity: .3; -moz-transform: translateX(-100%) rotateY(-90deg); }
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
}
@keyframes rotateCubeRightIn {
0% { opacity: .3; transform: translateX(-100%) rotateY(-90deg); }
50% { animation-timing-function: ease-out; transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
}
@-webkit-keyframes rotateCubeTopOut {
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
100% { opacity: .3; -webkit-transform: translateY(-100%) rotateX(90deg); }
}
@-moz-keyframes rotateCubeTopOut {
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
100% { opacity: .3; -moz-transform: translateY(-100%) rotateX(90deg); }
}
@keyframes rotateCubeTopOut {
50% { animation-timing-function: ease-out; transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
100% { opacity: .3; transform: translateY(-100%) rotateX(90deg); }
}
@-webkit-keyframes rotateCubeTopIn {
0% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); }
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
}
@-moz-keyframes rotateCubeTopIn {
0% { opacity: .3; -moz-transform: translateY(100%) rotateX(-90deg); }
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
}
@keyframes rotateCubeTopIn {
0% { opacity: .3; transform: translateY(100%) rotateX(-90deg); }
50% { animation-timing-function: ease-out; transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
}
@-webkit-keyframes rotateCubeBottomOut {
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
100% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@-moz-keyframes rotateCubeBottomOut {
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
100% { opacity: .3; -moz-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateCubeBottomOut {
50% { animation-timing-function: ease-out; transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
100% { opacity: .3; transform: translateY(100%) rotateX(-90deg); }
}
@-webkit-keyframes rotateCubeBottomIn {
0% { opacity: .3; -webkit-transform: translateY(-100%) rotateX(90deg); }
50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}
@-moz-keyframes rotateCubeBottomIn {
0% { opacity: .3; -moz-transform: translateY(-100%) rotateX(90deg); }
50% { -moz-animation-timing-function: ease-out; -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}
@keyframes rotateCubeBottomIn {
0% { opacity: .3; transform: translateY(-100%) rotateX(90deg); }
50% { animation-timing-function: ease-out; transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}
/* carousel */
@-webkit-keyframes rotateCarouselLeftOut {
to { opacity: .3; -webkit-transform: translateX(-150%) scale(.4) rotateY(-65deg); }
}
@-moz-keyframes rotateCarouselLeftOut {
to { opacity: .3; -moz-transform: translateX(-150%) scale(.4) rotateY(-65deg); }
}
@keyframes rotateCarouselLeftOut {
to { opacity: .3; transform: translateX(-150%) scale(.4) rotateY(-65deg); }
}
@-webkit-keyframes rotateCarouselLeftIn {
from { opacity: .3; -webkit-transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@-moz-keyframes rotateCarouselLeftIn {
from { opacity: .3; -moz-transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@keyframes rotateCarouselLeftIn {
from { opacity: .3; transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@-webkit-keyframes rotateCarouselRightOut {
to { opacity: .3; -webkit-transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@-moz-keyframes rotateCarouselRightOut {
to { opacity: .3; -moz-transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@keyframes rotateCarouselRightOut {
to { opacity: .3; transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@-webkit-keyframes rotateCarouselRightIn {
from { opacity: .3; -webkit-transform: translateX(-200%) scale(.4) rotateY(-65deg); }
}
@-moz-keyframes rotateCarouselRightIn {
from { opacity: .3; -moz-transform: translateX(-200%) scale(.4) rotateY(-65deg); }
}
@keyframes rotateCarouselRightIn {
from { opacity: .3; transform: translateX(-200%) scale(.4) rotateY(-65deg); }
}
@-webkit-keyframes rotateCarouselTopOut {
to { opacity: .3; -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
@-moz-keyframes rotateCarouselTopOut {
to { opacity: .3; -moz-transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
@keyframes rotateCarouselTopOut {
to { opacity: .3; transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
@-webkit-keyframes rotateCarouselTopIn {
from { opacity: .3; -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@-moz-keyframes rotateCarouselTopIn {
from { opacity: .3; -moz-transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@keyframes rotateCarouselTopIn {
from { opacity: .3; transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@-webkit-keyframes rotateCarouselBottomOut {
to { opacity: .3; -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@-moz-keyframes rotateCarouselBottomOut {
to { opacity: .3; -moz-transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@keyframes rotateCarouselBottomOut {
to { opacity: .3; transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@-webkit-keyframes rotateCarouselBottomIn {
from { opacity: .3; -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
@-moz-keyframes rotateCarouselBottomIn {
from { opacity: .3; -moz-transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
@keyframes rotateCarouselBottomIn {
from { opacity: .3; transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
/* sides */
@-webkit-keyframes rotateSidesOut {
to { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(90deg); }
}
@-moz-keyframes rotateSidesOut {
to { opacity: 0; -moz-transform: translateZ(-500px) rotateY(90deg); }
}
@keyframes rotateSidesOut {
to { opacity: 0; transform: translateZ(-500px) rotateY(90deg); }
}
@-webkit-keyframes rotateSidesIn {
from { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(-90deg); }
}
@-moz-keyframes rotateSidesIn {
from { opacity: 0; -moz-transform: translateZ(-500px) rotateY(-90deg); }
}
@keyframes rotateSidesIn {
from { opacity: 0; transform: translateZ(-500px) rotateY(-90deg); }
}
/* slide */
@-webkit-keyframes rotateSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes rotateSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes rotateSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes rotateSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes rotateSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes rotateSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
/* Keyframes */
@-webkit-keyframes loopRotate {
from { -webkit-transform: rotateZ(0deg); }
to { -webkit-transform: rotateZ(360deg); }
}
@-moz-keyframes loopRotate {
from { -moz-transform: rotateZ(0deg); }
to { -moz-transform: rotateZ(360deg); }
}
@keyframes loopRotate {
from { transform: rotateZ(0deg); }
to { transform: rotateZ(360deg); }
}
@-webkit-keyframes loopRotateX {
0% { -webkit-transform: rotateX(0deg); }
100% { -webkit-transform: rotateX(360deg); }
}
@-moz-keyframes loopRotateX {
0%, 100% { -moz-transform: rotateX(0deg); }
50% { -moz-transform: rotateX(180deg); }
100% { -moz-transform: rotateX(360deg); }
}
@keyframes loopRotateX {
0%, 100% { transform: rotateX(0deg); }
50% { transform: rotateX(180deg); }
100% { transform: rotateX(360deg); }
}
@-webkit-keyframes loopRotateY {
0% { -webkit-transform: rotateY(0deg); }
50% { -webkit-transform: rotateY(180deg); }
100% { -webkit-transform: rotateY(360deg); }
}
@-moz-keyframes loopRotateY {
0%, 100% { -moz-transform: rotateY(0deg); }
50% { -moz-transform: rotateY(180deg); }
100% { -moz-transform: rotateY(360deg); }
}
@keyframes loopRotateY {
0%, 100% { transform: rotateY(0deg); }
50% { transform: rotateY(180deg); }
100% { transform: rotateY(360deg); }
}
@-webkit-keyframes loopExpandFade {
0% { opacity: .8; -webkit-transform: scale(0.1); }
100% { opacity: 0; -webkit-transform: scale(5); }
}
@-moz-keyframes loopExpandFade {
0% { opacity: .8; -moz-transform: scale(0.1); }
100% { opacity: 0; -moz-transform: scale(5); }
}
@keyframes loopExpandFade {
0% { opacity: .8; transform: scale(0.1); }
100% { opacity: 0; transform: scale(5); }
}
@-webkit-keyframes loopToLeft {
0% { -webkit-transform: translateX(-1800px); }
100% { -webkit-transform: translateX(1800px); }
}
@-moz-keyframes loopToLeft {
0% { -moz-transform: translateX(-1800px); }
100% { -moz-transform: translateX(1800px); }
}
@keyframes loopToLeft {
0% { transform: translateX(-1800px); }
100% { transform: translateX(1800px); }
}
@-webkit-keyframes loopToRight {
0% { -webkit-transform: translateX(1800px); }
100% { -webkit-transform: translateX(-1800px); }
}
@-moz-keyframes loopToRight {
0% { -moz-transform: translateX(1800px); }
100% { -moz-transform: translateX(-1800px); }
}
@keyframes loopToRight {
0% { transform: translateX(1800px); }
100% { transform: translateX(-1800px); }
}
@-webkit-keyframes loopToBottom {
0% { -webkit-transform: translateY(1800px); }
100% { -webkit-transform: translateY(-1800px); }
}
@-moz-keyframes loopToBottom {
0% { -moz-transform: translateY(1800px); }
100% { -moz-transform: translateY(-1800px); }
}
@keyframes loopToBottom {
0% { transform: translateY(1800px); }
100% { transform: translateY(-1800px); }
}
@-webkit-keyframes loopToTop {
0% { -webkit-transform: translateY(-1800px); }
100% { -webkit-transform: translateY(1800px); }
}
@-moz-keyframes loopToTop {
0% { -moz-transform: translateY(-1800px); }
100% { -moz-transform: translateY(1800px); }
}
@keyframes loopToTop {
0% { transform: translateY(-1800px); }
100% { transform: translateY(1800px); }
}
/* animation sets */
/* Basic animations */
.anm-flash {
-webkit-animation-name: flash;
-moz-animation-name: flash;
animation-name: flash;
}
.anm-shake {
-webkit-animation-name: shake;
-moz-animation-name: shake;
animation-name: shake;
}
.anm-bounce {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
animation-name: bounce;
}
.anm-tada {
-webkit-animation-name: tada;
-moz-animation-name: tada;
animation-name: tada;
}
.anm-wobble {
-webkit-animation-name: wobble;
-moz-animation-name: wobble;
animation-name: wobble;
}
.anm-pulse {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
animation-name: pulse;
}
.anm-fall {
-webkit-animation-name: fall;
-moz-animation-name: fall;
-o-animation-name: fall;
animation-name: fall;
}
/* move from / to */
.anm-moveToLeft {
-webkit-animation: moveToLeft .6s ease both;
-moz-animation: moveToLeft .6s ease both;
animation: moveToLeft .6s ease both;
}
.anm-moveFromLeft {
-webkit-animation: moveFromLeft .6s ease both;
-moz-animation: moveFromLeft .6s ease both;
animation: moveFromLeft .6s ease both;
}
.anm-moveToRight {
-webkit-animation: moveToRight .6s ease both;
-moz-animation: moveToRight .6s ease both;
animation: moveToRight .6s ease both;
}
.anm-moveFromRight {
-webkit-animation: moveFromRight .6s ease both;
-moz-animation: moveFromRight .6s ease both;
animation: moveFromRight .6s ease both;
}
.anm-moveToTop {
-webkit-animation: moveToTop .6s ease both;
-moz-animation: moveToTop .6s ease both;
animation: moveToTop .6s ease both;
}
.anm-moveFromTop {
-webkit-animation: moveFromTop .6s ease both;
-moz-animation: moveFromTop .6s ease both;
animation: moveFromTop .6s ease both;
}
.anm-moveToBottom {
-webkit-animation: moveToBottom .6s ease both;
-moz-animation: moveToBottom .6s ease both;
animation: moveToBottom .6s ease both;
}
.anm-moveFromBottom {
-webkit-animation: moveFromBottom .6s ease both;
-moz-animation: moveFromBottom .6s ease both;
animation: moveFromBottom .6s ease both;
}
/* fade */
.anm-fadeIn {
-webkit-animation: fadeIn .7s ease both;
-moz-animation: fadeIn .7s ease both;
animation: fadeIn .7s ease both;
}
.anm-fadeOut {
-webkit-animation: fadeOut .7s ease both;
-moz-animation: fadeOut .7s ease both;
animation: fadeOut .7s ease both;
}
/* move from / to and fade */
.anm-moveToLeftFade {
-webkit-animation: moveToLeftFade .7s ease both;
-moz-animation: moveToLeftFade .7s ease both;
animation: moveToLeftFade .7s ease both;
}
.anm-moveFromLeftFade {
-webkit-animation: moveFromLeftFade .7s ease both;
-moz-animation: moveFromLeftFade .7s ease both;
animation: moveFromLeftFade .7s ease both;
}
.anm-moveToRightFade {
-webkit-animation: moveToRightFade .7s ease both;
-moz-animation: moveToRightFade .7s ease both;
animation: moveToRightFade .7s ease both;
}
.anm-moveFromRightFade {
-webkit-animation: moveFromRightFade .7s ease both;
-moz-animation: moveFromRightFade .7s ease both;
animation: moveFromRightFade .7s ease both;
}
.anm-moveToTopFade {
-webkit-animation: moveToTopFade .7s ease both;
-moz-animation: moveToTopFade .7s ease both;
animation: moveToTopFade .7s ease both;
}
.anm-moveFromTopFade {
-webkit-animation: moveFromTopFade .7s ease both;
-moz-animation: moveFromTopFade .7s ease both;
animation: moveFromTopFade .7s ease both;
}
.anm-moveToBottomFade {
-webkit-animation: moveToBottomFade .7s ease both;
-moz-animation: moveToBottomFade .7s ease both;
animation: moveToBottomFade .7s ease both;
}
.anm-moveFromBottomFade {
-webkit-animation: moveFromBottomFade .7s ease both;
-moz-animation: moveFromBottomFade .7s ease both;
animation: moveFromBottomFade .7s ease both;
}
/* move from with different easing */
.anm-moveFromLeftEasing {
-webkit-animation: moveFromLeft .7s ease-in-out both;
-moz-animation: moveFromLeft .7s ease-in-out both;
animation: moveFromLeft .7s ease-in-out both;
}
.anm-moveFromRightEasing {
-webkit-animation: moveFromRight .7s ease-in-out both;
-moz-animation: moveFromRight .7s ease-in-out both;
animation: moveFromRight .7s ease-in-out both;
}
.anm-moveFromTopEasing {
-webkit-animation: moveFromTop .7s ease-in-out both;
-moz-animation: moveFromTop .7s ease-in-out both;
animation: moveFromTop .7s ease-in-out both;
}
.anm-moveFromBottomEasing {
-webkit-animation: moveFromBottom .7s ease-in-out both;
-moz-animation: moveFromBottom .7s ease-in-out both;
animation: moveFromBottom .7s ease-in-out both;
}
/* move to with different easing */
.anm-moveToLeftEasing {
-webkit-animation: moveToLeft .7s ease-in-out both;
-moz-animation: moveToLeft .7s ease-in-out both;
animation: moveToLeft .7s ease-in-out both;
}
.anm-moveToRightEasing {
-webkit-animation: moveToRight .7s ease-in-out both;
-moz-animation: moveToRight .7s ease-in-out both;
animation: moveToRight .7s ease-in-out both;
}
.anm-moveToTopEasing {
-webkit-animation: moveToTop .7s ease-in-out both;
-moz-animation: moveToTop .7s ease-in-out both;
animation: moveToTop .7s ease-in-out both;
}
.anm-moveToBottomEasing {
-webkit-animation: moveToBottom .7s ease-in-out both;
-moz-animation: moveToBottom .7s ease-in-out both;
animation: moveToBottom .7s ease-in-out both;
}
/* scale and fade */
.anm-scaleDown {
-webkit-animation: scaleDown .7s ease both;
-moz-animation: scaleDown .7s ease both;
animation: scaleDown .7s ease both;
}
.anm-scaleUp {
-webkit-animation: scaleUp .7s ease both;
-moz-animation: scaleUp .7s ease both;
animation: scaleUp .7s ease both;
}
.anm-scaleUpDown {
-webkit-animation: scaleUpDown .5s ease both;
-moz-animation: scaleUpDown .5s ease both;
animation: scaleUpDown .5s ease both;
}
.anm-scaleDownUp {
-webkit-animation: scaleDownUp .5s ease both;
-moz-animation: scaleDownUp .5s ease both;
animation: scaleDownUp .5s ease both;
}
.anm-scaleDownCenter {
-webkit-animation: scaleDownCenter .4s ease-in both;
-moz-animation: scaleDownCenter .4s ease-in both;
animation: scaleDownCenter .4s ease-in both;
}
.anm-scaleUpCenter {
-webkit-animation: scaleUpCenter .4s ease-out both;
-moz-animation: scaleUpCenter .4s ease-out both;
animation: scaleUpCenter .4s ease-out both;
}
/* rotate sides first and scale */
.anm-rotateRightSideFirst {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateRightSideFirst .8s both ease-in;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateRightSideFirst .8s both ease-in;
transform-origin: 0% 50%;
animation: rotateRightSideFirst .8s both ease-in;
}
.anm-rotateLeftSideFirst {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateLeftSideFirst .8s both ease-in;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateLeftSideFirst .8s both ease-in;
transform-origin: 100% 50%;
animation: rotateLeftSideFirst .8s both ease-in;
}
.anm-rotateTopSideFirst {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateTopSideFirst .8s both ease-in;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateTopSideFirst .8s both ease-in;
transform-origin: 50% 100%;
animation: rotateTopSideFirst .8s both ease-in;
}
.anm-rotateBottomSideFirst {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateBottomSideFirst .8s both ease-in;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateBottomSideFirst .8s both ease-in;
transform-origin: 50% 0%;
animation: rotateBottomSideFirst .8s both ease-in;
}
/* zoom */
.anm-zoomIn {
-webkit-animation-name: zoomIn;
-moz-animation-name: zoomIn;
animation-name: zoomIn;
}
.anm-zoomInDown {
-webkit-animation-name: zoomInDown;
-moz-animation-name: zoomInDown;
animation-name: zoomInDown;
}
.anm-zoomInLeft {
-webkit-animation-name: zoomInLeft;
-moz-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
.anm-zoomInRight {
-webkit-animation-name: zoomInRight;
-moz-animation-name: zoomInRight;
animation-name: zoomInRight;
}
.anm-zoomInUp {
-webkit-animation-name: zoomInUp;
-moz-animation-name: zoomInUp;
animation-name: zoomInUp;
}
.anm-zoomOut {
-webkit-animation-name: zoomOut;
-moz-animation-name: zoomOut;
animation-name: zoomOut;
}
.anm-zoomOutDown {
-webkit-animation-name: zoomOutDown;
-moz-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
.anm-zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
-moz-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
.anm-zoomOutRight {
-webkit-animation-name: zoomOutRight;
-moz-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
.anm-zoomOutUp {
-webkit-animation-name: zoomOutUp;
-moz-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
/* RotateIn */
.anm-rotateIn {
-webkit-animation-name: rotateIn;
-moz-animation-name: rotateIn;
animation-name: rotateIn;
}
.anm-rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
-moz-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
.anm-rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
-moz-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
.anm-rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
-moz-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
.anm-rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
-moz-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
.anm-rotateOut {
-webkit-animation-name: rotateOut;
-moz-animation-name: rotateOut;
animation-name: rotateOut;
}
.anm-rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
-moz-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
.anm-rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
-moz-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
.anm-rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
-moz-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
.anm-rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
-moz-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
/* flip */
.anm-flip {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flip;
-moz-backface-visibility: visible !important;
-moz-animation-name: flip;
-o-backface-visibility: visible !important;
-o-animation-name: flip;
backface-visibility: visible !important;
animation-name: flip;
}
.anm-flipOutRight {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipOutRight .5s both ease-in;
-moz-transform-origin: 50% 50%;
-moz-animation: flipOutRight .5s both ease-in;
transform-origin: 50% 50%;
animation: flipOutRight .5s both ease-in;
}
.anm-flipInLeft {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipInLeft .5s both ease-out;
-moz-transform-origin: 50% 50%;
-moz-animation: flipInLeft .5s both ease-out;
transform-origin: 50% 50%;
animation: flipInLeft .5s both ease-out;
}
.anm-flipOutLeft {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipOutLeft .5s both ease-in;
-moz-transform-origin: 50% 50%;
-moz-animation: flipOutLeft .5s both ease-in;
transform-origin: 50% 50%;
animation: flipOutLeft .5s both ease-in;
}
.anm-flipInRight {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipInRight .5s both ease-out;
-moz-transform-origin: 50% 50%;
-moz-animation: flipInRight .5s both ease-out;
transform-origin: 50% 50%;
animation: flipInRight .5s both ease-out;
}
.anm-flipOutTop {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipOutTop .5s both ease-in;
-moz-transform-origin: 50% 50%;
-moz-animation: flipOutTop .5s both ease-in;
transform-origin: 50% 50%;
animation: flipOutTop .5s both ease-in;
}
.anm-flipInBottom {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipInBottom .5s both ease-out;
-moz-transform-origin: 50% 50%;
-moz-animation: flipInBottom .5s both ease-out;
transform-origin: 50% 50%;
animation: flipInBottom .5s both ease-out;
}
.anm-flipOutBottom {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipOutBottom .5s both ease-in;
-moz-transform-origin: 50% 50%;
-moz-animation: flipOutBottom .5s both ease-in;
transform-origin: 50% 50%;
animation: flipOutBottom .5s both ease-in;
}
.anm-flipInTop {
-webkit-transform-origin: 50% 50%;
-webkit-animation: flipInTop .5s both ease-out;
-moz-transform-origin: 50% 50%;
-moz-animation: flipInTop .5s both ease-out;
transform-origin: 50% 50%;
animation: flipInTop .5s both ease-out;
}
/* rotate fall */
.anm-rotateFall {
-webkit-transform-origin: 0% 0%;
-webkit-animation: rotateFall 1s both ease-in;
-moz-transform-origin: 0% 0%;
-moz-animation: rotateFall 1s both ease-in;
transform-origin: 0% 0%;
animation: rotateFall 1s both ease-in;
}
/* rotate newspaper */
.anm-rotateOutNewspaper {
-webkit-transform-origin: 50% 50%;
-webkit-animation: rotateOutNewspaper .5s both ease-in;
-moz-transform-origin: 50% 50%;
-moz-animation: rotateOutNewspaper .5s both ease-in;
transform-origin: 50% 50%;
animation: rotateOutNewspaper .5s both ease-in;
}
.anm-rotateInNewspaper {
-webkit-transform-origin: 50% 50%;
-webkit-animation: rotateInNewspaper .5s both ease-out;
-moz-transform-origin: 50% 50%;
-moz-animation: rotateInNewspaper .5s both ease-out;
transform-origin: 50% 50%;
animation: rotateInNewspaper .5s both ease-out;
}
/* push */
.anm-rotatePushLeft {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotatePushLeft .8s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotatePushLeft .8s both ease;
transform-origin: 0% 50%;
animation: rotatePushLeft .8s both ease;
}
.anm-rotatePushRight {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotatePushRight .8s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotatePushRight .8s both ease;
transform-origin: 100% 50%;
animation: rotatePushRight .8s both ease;
}
.anm-rotatePushTop {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotatePushTop .8s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotatePushTop .8s both ease;
transform-origin: 50% 0%;
animation: rotatePushTop .8s both ease;
}
.anm-rotatePushBottom {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotatePushBottom .8s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotatePushBottom .8s both ease;
transform-origin: 50% 100%;
animation: rotatePushBottom .8s both ease;
}
/* pull */
.anm-rotatePullRight {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotatePullRight .5s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotatePullRight .5s both ease;
transform-origin: 100% 50%;
animation: rotatePullRight .5s both ease;
}
.anm-rotatePullLeft {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotatePullLeft .5s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotatePullLeft .5s both ease;
transform-origin: 0% 50%;
animation: rotatePullLeft .5s both ease;
}
.anm-rotatePullTop {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotatePullTop .5s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotatePullTop .5s both ease;
transform-origin: 50% 0%;
animation: rotatePullTop .5s both ease;
}
.anm-rotatePullBottom {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotatePullBottom .5s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotatePullBottom .5s both ease;
transform-origin: 50% 100%;
animation: rotatePullBottom .5s both ease;
}
/* fold */
.anm-rotateFoldRight {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateFoldRight .7s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateFoldRight .7s both ease;
transform-origin: 0% 50%;
animation: rotateFoldRight .7s both ease;
}
.anm-rotateFoldLeft {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateFoldLeft .7s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateFoldLeft .7s both ease;
transform-origin: 100% 50%;
animation: rotateFoldLeft .7s both ease;
}
.anm-rotateFoldTop {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateFoldTop .7s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateFoldTop .7s both ease;
transform-origin: 50% 100%;
animation: rotateFoldTop .7s both ease;
}
.anm-rotateFoldBottom {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateFoldBottom .7s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateFoldBottom .7s both ease;
transform-origin: 50% 0%;
animation: rotateFoldBottom .7s both ease;
}
/* unfold */
.anm-rotateUnfoldLeft {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateUnfoldLeft .7s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateUnfoldLeft .7s both ease;
transform-origin: 100% 50%;
animation: rotateUnfoldLeft .7s both ease;
}
.anm-rotateUnfoldRight {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateUnfoldRight .7s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateUnfoldRight .7s both ease;
transform-origin: 0% 50%;
animation: rotateUnfoldRight .7s both ease;
}
.anm-rotateUnfoldTop {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateUnfoldTop .7s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateUnfoldTop .7s both ease;
transform-origin: 50% 100%;
animation: rotateUnfoldTop .7s both ease;
}
.anm-rotateUnfoldBottom {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateUnfoldBottom .7s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateUnfoldBottom .7s both ease;
transform-origin: 50% 0%;
animation: rotateUnfoldBottom .7s both ease;
}
/* room walls */
.anm-rotateRoomLeftOut {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateRoomLeftOut .8s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateRoomLeftOut .8s both ease;
transform-origin: 100% 50%;
animation: rotateRoomLeftOut .8s both ease;
}
.anm-rotateRoomLeftIn {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateRoomLeftIn .8s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateRoomLeftIn .8s both ease;
transform-origin: 0% 50%;
animation: rotateRoomLeftIn .8s both ease;
}
.anm-rotateRoomRightOut {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateRoomRightOut .8s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateRoomRightOut .8s both ease;
transform-origin: 0% 50%;
animation: rotateRoomRightOut .8s both ease;
}
.anm-rotateRoomRightIn {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateRoomRightIn .8s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateRoomRightIn .8s both ease;
transform-origin: 100% 50%;
animation: rotateRoomRightIn .8s both ease;
}
.anm-rotateRoomTopOut {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateRoomTopOut .8s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateRoomTopOut .8s both ease;
transform-origin: 50% 100%;
animation: rotateRoomTopOut .8s both ease;
}
.anm-rotateRoomTopIn {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateRoomTopIn .8s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateRoomTopIn .8s both ease;
transform-origin: 50% 0%;
animation: rotateRoomTopIn .8s both ease;
}
.anm-rotateRoomBottomOut {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateRoomBottomOut .8s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateRoomBottomOut .8s both ease;
transform-origin: 50% 0%;
animation: rotateRoomBottomOut .8s both ease;
}
.anm-rotateRoomBottomIn {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateRoomBottomIn .8s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateRoomBottomIn .8s both ease;
transform-origin: 50% 100%;
animation: rotateRoomBottomIn .8s both ease;
}
/* cube */
.anm-rotateCubeLeftOut {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateCubeLeftOut .6s both ease-in;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateCubeLeftOut .6s both ease-in;
transform-origin: 100% 50%;
animation: rotateCubeLeftOut .6s both ease-in;
}
.anm-rotateCubeLeftIn {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateCubeLeftIn .6s both ease-in;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateCubeLeftIn .6s both ease-in;
transform-origin: 0% 50%;
animation: rotateCubeLeftIn .6s both ease-in;
}
.anm-rotateCubeRightOut {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateCubeRightOut .6s both ease-in;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateCubeRightOut .6s both ease-in;
transform-origin: 0% 50%;
animation: rotateCubeRightOut .6s both ease-in;
}
.anm-rotateCubeRightIn {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateCubeRightIn .6s both ease-in;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateCubeRightIn .6s both ease-in;
transform-origin: 100% 50%;
animation: rotateCubeRightIn .6s both ease-in;
}
.anm-rotateCubeTopOut {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateCubeTopOut .6s both ease-in;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateCubeTopOut .6s both ease-in;
transform-origin: 50% 100%;
animation: rotateCubeTopOut .6s both ease-in;
}
.anm-rotateCubeTopIn {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateCubeTopIn .6s both ease-in;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateCubeTopIn .6s both ease-in;
transform-origin: 50% 0%;
animation: rotateCubeTopIn .6s both ease-in;
}
.anm-rotateCubeBottomOut {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateCubeBottomOut .6s both ease-in;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateCubeBottomOut .6s both ease-in;
transform-origin: 50% 0%;
animation: rotateCubeBottomOut .6s both ease-in;
}
.anm-rotateCubeBottomIn {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateCubeBottomIn .6s both ease-in;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateCubeBottomIn .6s both ease-in;
transform-origin: 50% 100%;
animation: rotateCubeBottomIn .6s both ease-in;
}
/* carousel */
.anm-rotateCarouselLeftOut {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateCarouselLeftOut .8s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateCarouselLeftOut .8s both ease;
transform-origin: 100% 50%;
animation: rotateCarouselLeftOut .8s both ease;
}
.anm-rotateCarouselLeftIn {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateCarouselLeftIn .8s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateCarouselLeftIn .8s both ease;
transform-origin: 0% 50%;
animation: rotateCarouselLeftIn .8s both ease;
}
.anm-rotateCarouselRightOut {
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateCarouselRightOut .8s both ease;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateCarouselRightOut .8s both ease;
transform-origin: 0% 50%;
animation: rotateCarouselRightOut .8s both ease;
}
.anm-rotateCarouselRightIn {
-webkit-transform-origin: 100% 50%;
-webkit-animation: rotateCarouselRightIn .8s both ease;
-moz-transform-origin: 100% 50%;
-moz-animation: rotateCarouselRightIn .8s both ease;
transform-origin: 100% 50%;
animation: rotateCarouselRightIn .8s both ease;
}
.anm-rotateCarouselTopOut {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateCarouselTopOut .8s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateCarouselTopOut .8s both ease;
transform-origin: 50% 100%;
animation: rotateCarouselTopOut .8s both ease;
}
.anm-rotateCarouselTopIn {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateCarouselTopIn .8s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateCarouselTopIn .8s both ease;
transform-origin: 50% 0%;
animation: rotateCarouselTopIn .8s both ease;
}
.anm-rotateCarouselBottomOut {
-webkit-transform-origin: 50% 0%;
-webkit-animation: rotateCarouselBottomOut .8s both ease;
-moz-transform-origin: 50% 0%;
-moz-animation: rotateCarouselBottomOut .8s both ease;
transform-origin: 50% 0%;
animation: rotateCarouselBottomOut .8s both ease;
}
.anm-rotateCarouselBottomIn {
-webkit-transform-origin: 50% 100%;
-webkit-animation: rotateCarouselBottomIn .8s both ease;
-moz-transform-origin: 50% 100%;
-moz-animation: rotateCarouselBottomIn .8s both ease;
transform-origin: 50% 100%;
animation: rotateCarouselBottomIn .8s both ease;
}
/* sides */
.anm-rotateSidesOut {
-webkit-transform-origin: -50% 50%;
-webkit-animation: rotateSidesOut .5s both ease-in;
-moz-transform-origin: -50% 50%;
-moz-animation: rotateSidesOut .5s both ease-in;
transform-origin: -50% 50%;
animation: rotateSidesOut .5s both ease-in;
}
.anm-rotateSidesIn {
-webkit-transform-origin: 150% 50%;
-webkit-animation: rotateSidesIn .5s both ease-out;
-moz-transform-origin: 150% 50%;
-moz-animation: rotateSidesIn .5s both ease-out;
transform-origin: 150% 50%;
animation: rotateSidesIn .5s both ease-out;
}
/* slide */
.anm-rotateSlideOut {
-webkit-animation: rotateSlideOut 1s both ease;
-moz-animation: rotateSlideOut 1s both ease;
animation: rotateSlideOut 1s both ease;
}
.anm-rotateSlideIn {
-webkit-animation: rotateSlideIn 1s both ease;
-moz-animation: rotateSlideIn 1s both ease;
animation: rotateSlideIn 1s both ease;
}
/* Loops */
.loopRotate {
-webkit-animation: loopRotate 10s infinite linear;
-moz-animation: loopRotate 10s infinite linear;
animation: loopRotate 10s infinite linear;
}
.loopRotateX {
-webkit-animation: loopRotateX 10s infinite linear;
-moz-animation: loopRotateX 10s infinite linear;
animation: loopRotateX 10s infinite linear;
}
.loopRotateY {
-webkit-animation: loopRotateY 10s infinite linear;
-moz-animation: loopRotateY 10s infinite linear;
animation: loopRotateY 10s infinite linear;
}
.loopExpandFade {
-webkit-animation: loopExpandFade 5s linear infinite;
-moz-animation: loopExpandFade 5s linear infinite;
animation: loopExpandFade 5s linear infinite;
}
.loopToLeft {
-webkit-animation: loopToLeft 30s infinite linear;
-moz-animation: loopToLeft 30s infinite linear;
animation: loopToLeft 30s infinite linear;
}
.loopToRight {
-webkit-animation: loopToRight 30s infinite linear;
-moz-animation: loopToRight 30s infinite linear;
animation: loopToRight 30s infinite linear;
}
.loopToBottom {
-webkit-animation: loopToBottom 30s infinite linear;
-moz-animation: loopToBottom 30s infinite linear;
animation: loopToBottom 30s infinite linear;
}
.loopToTop {
-webkit-animation: loopToTop 30s infinite linear;
-moz-animation: loopToTop 30s infinite linear;
animation: loopToTop 30s infinite linear;
}
/* animation delay classes */
.delay-100 {
-webkit-animation-delay: .1s;
-moz-animation-delay: .1s;
animation-delay: .1s;
}
.delay-200 {
-webkit-animation-delay: .2s;
-moz-animation-delay: .2s;
animation-delay: .2s;
}
.delay-300 {
-webkit-animation-delay: .3s;
-moz-animation-delay: .3s;
animation-delay: .3s;
}
.delay-400 {
-webkit-animation-delay: .4s;
-moz-animation-delay: .4s;
animation-delay: .4s;
}
.delay-500 {
-webkit-animation-delay: .5s;
-moz-animation-delay: .5s;
animation-delay: .5s;
}
.delay-600 {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
animation-delay: .6s;
}
.delay-700 {
-webkit-animation-delay: .7s;
-moz-animation-delay: .7s;
animation-delay: .7s;
}
.delay-800 {
-webkit-animation-delay: .8s;
-moz-animation-delay: .8s;
animation-delay: .8s;
}
.delay-900 {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
animation-delay: .9s;
}
.delay-1000 {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}
.delay-1500 {
-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
animation-delay: 1.5s;
}
.delay-2000 {
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
animation-delay: 2s;
}
.delay-3000 {
-webkit-animation-delay: 3s;
-moz-animation-delay: 3s;
animation-delay: 3s;
}
.delay-4000 {
-webkit-animation-delay: 4s;
-moz-animation-delay: 4s;
animation-delay: 4s;
}
.delay-5000 {
-webkit-animation-delay: 5s;
-moz-animation-delay: 5s;
animation-delay: 5s;
}
.delay-6000 {
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
animation-delay: 6s;
}
.delay-7000 {
-webkit-animation-delay: 7s;
-moz-animation-delay: 7s;
animation-delay: 7s;
}
.delay-8000 {
-webkit-animation-delay: 8s;
-moz-animation-delay: 8s;
animation-delay: 8s;
}
.delay-9000 {
-webkit-animation-delay: 9s;
-moz-animation-delay: 9s;
animation-delay: 9s;
} | 0.491456 | 0.053775 |
.slimDown{
width: 96%;
margin-left: 2%;
}
.purps{
color: $purple;
}
.purpsback{
background-color: $purple;
}
.headline{
font-size: 5em;
}
.subhead{
font-size: 170%;
}
.paraSize{
font-size: 2rem;
padding-top: 10%;
}
.lifesize{
color: #6AC8BC;
}
/* ==========================================================================
Fixed Banner
========================================================================== */
.navPush{
height: 70px;
color: #fff;
z-index: 40;
}
.fixedBar{
margin-top: 2% !important;
/*background-color: $purple;*/
width: 100%;
/*margin-left: 2%;*/
z-index: 30;
height: auto;
position: fixed;
color: #fff;
/*border: 1px dashed #fff;*/
}
.fixedBanner{
width: 96%;
margin-right: 2%;
color: $purple;
padding-top: 8% !important;
position: fixed;
z-index: 20;
background-color: #F1F3FA;
}
.navHeader{
margin-left: 35%;
}
.trileft{
position: fixed;
top: 90px;
transform: rotate(220deg);
-webkit-transform: rotate(220deg);
-moz-transform: rotate(220deg);
-o-transform: rotate(220deg);
-ms-transform: rotate(220deg)
}
.triright{
position: fixed;
top: 90px;
margin-left: 99%;
transform: rotate(318deg);
-webkit-transform: rotate(318deg);
-moz-transform: rotate(318deg);
-o-transform: rotate(318deg);
-ms-transform: rotate(318deg)
}
.mobileBanner{
background-color: $purple;
color: white;
height: 80px;
}
.mobileSubHead{
background-color: #F1F3FA;
color: $purple;
}
/* ==========================================================================
Parallax Back
========================================================================== */
.swag { background: url('../../img/01.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding: 200px 0; }
.swag h1 { color: #fff; font-size: 40px; text-transform: uppercase; letter-spacing: 5px; text-align: center;}
.swag h1 span { display: block; font-size: 25px; margin-top: 20px; }
.swag2 { background: url('../../img/02.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding: 200px 0; }
.swag2 h1 { color: #fff; font-size: 40px; text-transform: uppercase; letter-spacing: 5px; text-align: center;}
.swag2 h1 span { display: block; font-size: 25px; margin-top: 20px; }
.swag3 { background: url('../../img/03.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding: 200px 0; }
.swag3 h1 { color: #fff; font-size: 40px; text-transform: uppercase; letter-spacing: 5px; text-align: center;}
.swag3 h1 span { display: block; font-size: 25px; margin-top: 20px; }
/* ==========================================================================
Rotating Circles
========================================================================== */
.rotate1 {
background: $purple;
display: block;
border: 5px dotted white;
width: 350px;
height: 350px;
border-radius: 50%;
margin-left:auto;
margin-right:auto;
position: absolute;
z-index: 1;
}
.rotate1 {
-webkit-animation: rotate 24s linear infinite;
border: 5px dotted white;
}
.rotate2 {
background: $purple;
border: 5px dashed white;
width: 300px;
height: 300px;
border-radius: 50%;
/*margin-left:25%;
margin-top:25%;*/
margin:23px;
position: absolute;
z-index: 2;
}
.rotate2 {
-webkit-animation: rotate 6s linear reverse infinite;
border: 5px dashed white;
}
.globe{
width: 230px;
height: 230px;
border-radius: 50%;
margin-top: -70px;
/*margin-left: -0%;*/
padding-top: 13%;
padding-left: 15%;
position: absolute;
z-index: 3;
line-height: 120px;
font-size: 35rem;
}
@-webkit-keyframes rotate {
from{
-webkit-transform: rotate(0deg);
}
to{
-webkit-transform: rotate(360deg);
}
}
/* ==========================================================================
Connect
========================================================================== */
.connect{
background-color: $purple;
color: #fff;
}
.connectPadding{
padding-top: 20%;
}
.bigbtn{
margin-top: 16%;
width: 150px;
}
/* ==========================================================================
Meet
========================================================================== */
.meet{
background-image: url('http://i.imgur.com/MlGWcy7.png') ;
background-size: cover;
height: auto;
}
.meetHeight{
height: 400px;
}
.circle {
width: 100px;
height: 100px;
background: #F2F2F2;
-moz-border-radius: 70px;
-webkit-border-radius: 70px;
border-radius: 70px;
border: 2px solid #6AC8BC;
line-height:120px;
text-align:center;
vertical-align:middle;
display:inline-block;
}
.responsive-image-sm{
/*height:auto;*/
margin-bottom: 25px;
margin-left: 10px;
width:80px;
opacity: 0.8;
}
/* ==========================================================================
Arrows
========================================================================== */
.scroller-arrow-half-down {
width: 72px;
height: 33px;
background-image: url(../../img/arrow.png);
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
}
/*.meetArrow{
background-image: url('http://i.imgur.com/MlGWcy7.png') ;
background-size: cover;
}*/
.scroller-arrow-half-down {
width: 72px;
height: 33px;
background-image: url(../../img/arrow.png);
}
.scroller-arrow {
width: 60px;
height: 60px;
background-image: url(../../img/arrow-big.png);
cursor: pointer;
display: block;
margin: 0 auto;
position: relative;
-webkit-tap-highlight-color: transparent;
}
.scroller-arrow-border {
width: 60px;
height: 60px;
border: 1px solid black;
/*background-image: url(../../img/arrow-big.png*/);
cursor: pointer;
display: block;
margin: 0 auto;
position: relative;
-webkit-tap-highlight-color: transparent;
}
.scroller-arrow-border-enh {
width: 70px;
height: 70px;
/*border: 1px solid black;
*//*background-image: url(../../img/arrow-big.png*/);
cursor: pointer;
display: block;
margin: 0 auto;
position: relative;
-webkit-tap-highlight-color: transparent;
}
.cssArrpw {
width:60px;
height: 60px;
background: #F2F2F2;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 2px solid #6AC8BC;
/*line-height:120px;*/
text-align:center;
vertical-align:middle;
display:inline-block;
}
/* ==========================================================================
Enhance Section
========================================================================== */
.cloudImg{
padding-top: 20%;
padding-left: 10%;
}
.responsive-image-enhance{
height:auto;
width:200px;
/*opacity: 0.4;*/
}
.enhBtn{
width: 250px;
height: 60px;
color: white;
background-color: #6AC8BC;
margin-top: 20%;
margin-left: 15%;
}
.enhDown{
padding-top: 10%;
}
.gearDwn{
padding-top: 8%;
}
/* ==========================================================================
Gears
========================================================================== */
.responsive-image{
height:auto;
width:100px;
opacity: 0.4;
}
.gear{
margin-right: -50px;
}
.gear2{
margin-top:-8px;
margin-left:-15px;
}
#gears{
margin-top: 2%;
margin-bottom: 2%;
}
.gearshift{
padding-left: 20px;
}
/* ==========================================================================
Media Queries
========================================================================== */
@media (max-width: 1000px) {
.paraSize {
font-size:15px;
}
/* .meet,.enhance{
height: 800px;
}*/
.bigbtn{
margin-top: 38%;
}
.cloudImg{
padding-top: 00%;
padding-left: 00%;
}
.enhBtn{
width: 150px;
color: white;
background-color: #6AC8BC;
margin-top: 10%;
margin-left: 0%;
}
.navPush{
margin-top: 2% !important;
height: 100px;
color: #fff;
z-index: 40;
}
.meetHeight{
height: auto;
}
.connectPadding{
padding-top: 0%;
}
}
@media (max-width: 1600px) {
.globe{
padding-top: 13%;
padding-left: 17%;
}
}
/* ==========================================================================
Ribbon
========================================================================== */
h1.ribbon {
position: relative;
display: inline-block;
font-family: sans-serif;
font-size: 1.1em;
margin: 0;
width: 98%;
margin-left: 1%;
padding: 2px 0;
text-align: center;
background: #d64b4b;
background: -webkit-gradient(linear, left top, left bottom, from(#d64b4b), to(#ab2c2c));
background: -webkit-linear-gradient(top, #d64b4b, #ab2c2c);
background: -moz-linear-gradient(top, #d64b4b, #ab2c2c);
background: -ms-linear-gradient(top, #d64b4b, #ab2c2c);
background: -o-linear-gradient(top, #d64b4b, #ab2c2c);
background-image: -ms-linear-gradient(top, #d64b4b 0%, #ab2c2c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#d64b4b", EndColorStr="#ab2c2c");
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
}
h1.ribbon:before,
h1.ribbon:after {
content: "";
position: absolute;
display: block;
bottom: -1em;
border: 1.5em solid #c23a3a;
z-index: -1;
}
h1.ribbon:before {
left: -2em;
border-right-width: 1.5em;
border-left-color: transparent;
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
}
h1.ribbon:after {
right: -2em;
border-left-width: 1.5em;
border-right-color: transparent;
-webkit-box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 1px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 1px;
box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 1px;
}
h1.ribbon > strong {
display: inherit;
min-width: 100px;
margin: 0;
padding: 15px 30px;
color: #801111;
text-shadow: #d65c5c 0 1px 0;
border-top: 1px dashed rgba(0, 0, 0, 0.2);
border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.15),
inset 0px -1px 1px rgba(255, 255, 255, 0.15),
0px 1px 1px rgba(255, 255, 255, 0.1),
0px -1px 1px rgba(255, 255, 255, 0.15);
}
h1.ribbon > strong:before,
h1.ribbon > strong:after {
content: "";
border-color: #871616 transparent transparent transparent;
position: absolute;
border-style: solid;
bottom: -1em;
}
h1.ribbon > strong:before {
left: 0;
border-width: 1em 0 0 1em;
}
h1.ribbon > strong:after {
right: 0;
border-width: 1em 1em 0 0;
} | css/layouts/nocircles.css | .slimDown{
width: 96%;
margin-left: 2%;
}
.purps{
color: $purple;
}
.purpsback{
background-color: $purple;
}
.headline{
font-size: 5em;
}
.subhead{
font-size: 170%;
}
.paraSize{
font-size: 2rem;
padding-top: 10%;
}
.lifesize{
color: #6AC8BC;
}
/* ==========================================================================
Fixed Banner
========================================================================== */
.navPush{
height: 70px;
color: #fff;
z-index: 40;
}
.fixedBar{
margin-top: 2% !important;
/*background-color: $purple;*/
width: 100%;
/*margin-left: 2%;*/
z-index: 30;
height: auto;
position: fixed;
color: #fff;
/*border: 1px dashed #fff;*/
}
.fixedBanner{
width: 96%;
margin-right: 2%;
color: $purple;
padding-top: 8% !important;
position: fixed;
z-index: 20;
background-color: #F1F3FA;
}
.navHeader{
margin-left: 35%;
}
.trileft{
position: fixed;
top: 90px;
transform: rotate(220deg);
-webkit-transform: rotate(220deg);
-moz-transform: rotate(220deg);
-o-transform: rotate(220deg);
-ms-transform: rotate(220deg)
}
.triright{
position: fixed;
top: 90px;
margin-left: 99%;
transform: rotate(318deg);
-webkit-transform: rotate(318deg);
-moz-transform: rotate(318deg);
-o-transform: rotate(318deg);
-ms-transform: rotate(318deg)
}
.mobileBanner{
background-color: $purple;
color: white;
height: 80px;
}
.mobileSubHead{
background-color: #F1F3FA;
color: $purple;
}
/* ==========================================================================
Parallax Back
========================================================================== */
.swag { background: url('../../img/01.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding: 200px 0; }
.swag h1 { color: #fff; font-size: 40px; text-transform: uppercase; letter-spacing: 5px; text-align: center;}
.swag h1 span { display: block; font-size: 25px; margin-top: 20px; }
.swag2 { background: url('../../img/02.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding: 200px 0; }
.swag2 h1 { color: #fff; font-size: 40px; text-transform: uppercase; letter-spacing: 5px; text-align: center;}
.swag2 h1 span { display: block; font-size: 25px; margin-top: 20px; }
.swag3 { background: url('../../img/03.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding: 200px 0; }
.swag3 h1 { color: #fff; font-size: 40px; text-transform: uppercase; letter-spacing: 5px; text-align: center;}
.swag3 h1 span { display: block; font-size: 25px; margin-top: 20px; }
/* ==========================================================================
Rotating Circles
========================================================================== */
.rotate1 {
background: $purple;
display: block;
border: 5px dotted white;
width: 350px;
height: 350px;
border-radius: 50%;
margin-left:auto;
margin-right:auto;
position: absolute;
z-index: 1;
}
.rotate1 {
-webkit-animation: rotate 24s linear infinite;
border: 5px dotted white;
}
.rotate2 {
background: $purple;
border: 5px dashed white;
width: 300px;
height: 300px;
border-radius: 50%;
/*margin-left:25%;
margin-top:25%;*/
margin:23px;
position: absolute;
z-index: 2;
}
.rotate2 {
-webkit-animation: rotate 6s linear reverse infinite;
border: 5px dashed white;
}
.globe{
width: 230px;
height: 230px;
border-radius: 50%;
margin-top: -70px;
/*margin-left: -0%;*/
padding-top: 13%;
padding-left: 15%;
position: absolute;
z-index: 3;
line-height: 120px;
font-size: 35rem;
}
@-webkit-keyframes rotate {
from{
-webkit-transform: rotate(0deg);
}
to{
-webkit-transform: rotate(360deg);
}
}
/* ==========================================================================
Connect
========================================================================== */
.connect{
background-color: $purple;
color: #fff;
}
.connectPadding{
padding-top: 20%;
}
.bigbtn{
margin-top: 16%;
width: 150px;
}
/* ==========================================================================
Meet
========================================================================== */
.meet{
background-image: url('http://i.imgur.com/MlGWcy7.png') ;
background-size: cover;
height: auto;
}
.meetHeight{
height: 400px;
}
.circle {
width: 100px;
height: 100px;
background: #F2F2F2;
-moz-border-radius: 70px;
-webkit-border-radius: 70px;
border-radius: 70px;
border: 2px solid #6AC8BC;
line-height:120px;
text-align:center;
vertical-align:middle;
display:inline-block;
}
.responsive-image-sm{
/*height:auto;*/
margin-bottom: 25px;
margin-left: 10px;
width:80px;
opacity: 0.8;
}
/* ==========================================================================
Arrows
========================================================================== */
.scroller-arrow-half-down {
width: 72px;
height: 33px;
background-image: url(../../img/arrow.png);
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
}
/*.meetArrow{
background-image: url('http://i.imgur.com/MlGWcy7.png') ;
background-size: cover;
}*/
.scroller-arrow-half-down {
width: 72px;
height: 33px;
background-image: url(../../img/arrow.png);
}
.scroller-arrow {
width: 60px;
height: 60px;
background-image: url(../../img/arrow-big.png);
cursor: pointer;
display: block;
margin: 0 auto;
position: relative;
-webkit-tap-highlight-color: transparent;
}
.scroller-arrow-border {
width: 60px;
height: 60px;
border: 1px solid black;
/*background-image: url(../../img/arrow-big.png*/);
cursor: pointer;
display: block;
margin: 0 auto;
position: relative;
-webkit-tap-highlight-color: transparent;
}
.scroller-arrow-border-enh {
width: 70px;
height: 70px;
/*border: 1px solid black;
*//*background-image: url(../../img/arrow-big.png*/);
cursor: pointer;
display: block;
margin: 0 auto;
position: relative;
-webkit-tap-highlight-color: transparent;
}
.cssArrpw {
width:60px;
height: 60px;
background: #F2F2F2;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 2px solid #6AC8BC;
/*line-height:120px;*/
text-align:center;
vertical-align:middle;
display:inline-block;
}
/* ==========================================================================
Enhance Section
========================================================================== */
.cloudImg{
padding-top: 20%;
padding-left: 10%;
}
.responsive-image-enhance{
height:auto;
width:200px;
/*opacity: 0.4;*/
}
.enhBtn{
width: 250px;
height: 60px;
color: white;
background-color: #6AC8BC;
margin-top: 20%;
margin-left: 15%;
}
.enhDown{
padding-top: 10%;
}
.gearDwn{
padding-top: 8%;
}
/* ==========================================================================
Gears
========================================================================== */
.responsive-image{
height:auto;
width:100px;
opacity: 0.4;
}
.gear{
margin-right: -50px;
}
.gear2{
margin-top:-8px;
margin-left:-15px;
}
#gears{
margin-top: 2%;
margin-bottom: 2%;
}
.gearshift{
padding-left: 20px;
}
/* ==========================================================================
Media Queries
========================================================================== */
@media (max-width: 1000px) {
.paraSize {
font-size:15px;
}
/* .meet,.enhance{
height: 800px;
}*/
.bigbtn{
margin-top: 38%;
}
.cloudImg{
padding-top: 00%;
padding-left: 00%;
}
.enhBtn{
width: 150px;
color: white;
background-color: #6AC8BC;
margin-top: 10%;
margin-left: 0%;
}
.navPush{
margin-top: 2% !important;
height: 100px;
color: #fff;
z-index: 40;
}
.meetHeight{
height: auto;
}
.connectPadding{
padding-top: 0%;
}
}
@media (max-width: 1600px) {
.globe{
padding-top: 13%;
padding-left: 17%;
}
}
/* ==========================================================================
Ribbon
========================================================================== */
h1.ribbon {
position: relative;
display: inline-block;
font-family: sans-serif;
font-size: 1.1em;
margin: 0;
width: 98%;
margin-left: 1%;
padding: 2px 0;
text-align: center;
background: #d64b4b;
background: -webkit-gradient(linear, left top, left bottom, from(#d64b4b), to(#ab2c2c));
background: -webkit-linear-gradient(top, #d64b4b, #ab2c2c);
background: -moz-linear-gradient(top, #d64b4b, #ab2c2c);
background: -ms-linear-gradient(top, #d64b4b, #ab2c2c);
background: -o-linear-gradient(top, #d64b4b, #ab2c2c);
background-image: -ms-linear-gradient(top, #d64b4b 0%, #ab2c2c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#d64b4b", EndColorStr="#ab2c2c");
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
}
h1.ribbon:before,
h1.ribbon:after {
content: "";
position: absolute;
display: block;
bottom: -1em;
border: 1.5em solid #c23a3a;
z-index: -1;
}
h1.ribbon:before {
left: -2em;
border-right-width: 1.5em;
border-left-color: transparent;
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
}
h1.ribbon:after {
right: -2em;
border-left-width: 1.5em;
border-right-color: transparent;
-webkit-box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 1px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 1px;
box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 1px;
}
h1.ribbon > strong {
display: inherit;
min-width: 100px;
margin: 0;
padding: 15px 30px;
color: #801111;
text-shadow: #d65c5c 0 1px 0;
border-top: 1px dashed rgba(0, 0, 0, 0.2);
border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.15),
inset 0px -1px 1px rgba(255, 255, 255, 0.15),
0px 1px 1px rgba(255, 255, 255, 0.1),
0px -1px 1px rgba(255, 255, 255, 0.15);
}
h1.ribbon > strong:before,
h1.ribbon > strong:after {
content: "";
border-color: #871616 transparent transparent transparent;
position: absolute;
border-style: solid;
bottom: -1em;
}
h1.ribbon > strong:before {
left: 0;
border-width: 1em 0 0 1em;
}
h1.ribbon > strong:after {
right: 0;
border-width: 1em 1em 0 0;
} | 0.38943 | 0.058993 |
@font-face {
font-family: 'HelveticaNeueLight';
src: url('../fonts/helveticaneue_lt.eot');
src: url('../fonts/helveticaneue_lt.eot') format('embedded-opentype'), url('../fonts/helveticaneue_lt.woff') format('woff'), url('../fonts/helveticaneue_lt.ttf') format('truetype'), url('../fonts/helveticaneue_lt.svg#HelveticaNeueLight') format('svg');
}
@font-face {
font-family: 'HelveticaNeueRegular';
src: url('../fonts/helveticaneue-webfont.eot');
src: url('../fonts/helveticaneue-webfont.eot') format('embedded-opentype'), url('../fonts/helveticaneue-webfont.woff') format('woff'), url('../fonts/helveticaneue-webfont.ttf') format('truetype'), url('../fonts/helveticaneue-webfont.svg#HelveticaNeueRegular') format('svg');
}
/*@font-face {
font-family: 'open_sanslight';
src: url('../fonts/opensans-light-webfont.eot');
src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/opensans-light-webfont.woff') format('woff'),
url('../fonts/opensans-light-webfont.ttf') format('truetype'),
url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'open_sansregular';
src: url('../fonts/opensans-regular-webfont.eot');
src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/opensans-regular-webfont.woff') format('woff'),
url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}
*/
html {
font-size: 100%;
}
body {
font-size: 14px;
font-size: 0.9375rem;
font-family: 'Roboto Slab', 'HelveticaNeueRegular', Arial, sans-serif;
color: #444444;
font-weight: 400;
padding: 0;
}
.topspace {
margin-top: 40px;
}
p {
line-height: 1.6em;
margin: 0 0 30px 0;
}
.title_text {
font-size: 1.1em !important;
}
.big_text {
font-size: 1.7em !important;
font-family: 'Roboto Slab';
font-weight: 300;
}
.normal_text {
font-size: 1.3em !important;
font-family: 'Roboto Slab';
font-weight: 600;
}
ul, ol {
line-height: 1.6em;
margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Roboto Slab', 'HelveticaNeueRegular', Arial, sans-serif;
font-weight: 400;
color: #333333;
}
h1 {
font-size: 40px;
font-size: 2.5rem;
}
h2 {
font-size: 36px;
font-size: 2.25rem;
}
h3 {
font-size: 30px;
font-size: 1.875rem;
}
h4 {
font-size: 24px;
font-size: 1.5rem;
}
h5 {
font-size: 20px;
font-size: 1.25rem;
}
a {
color: #2679f4;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
a:hover, a:focus {
cursor: pointer;
color: #2062c4;
text-decoration: none;
}
/*********************************************************************
HEADER
**********************************************************************/
#head {
width: 100%;
height: 300px;
background: url(../images/paper.jpg);
box-shadow: inset 0 5px 5px rgba(0,0,0,.35),inset 0 -5px 5px rgba(0,0,0,.35)}
/*
background: #f4f4f4 url(../images/paper.jpg) top center;
background-size: cover;
color: #7C7C7C;
height: 400px
*/
}
#head .title {
font-family: 'Roboto Slab';
font-weight: 400;
font-size: 49px;
font-size: 3.0625rem;
text-shadow: 2px 2px rgba(0,0,0,.3);
/* background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, #C6419E), color-stop(1, #6382FF) );
background-image: -o-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: -moz-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: -webkit-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: -ms-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: linear-gradient(to right, #C6419E 0%, #6382FF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
}
#head img.img-circle {
display: block;
width: 140px;
height: 140px;
overflow: hidden;
border: 9px solid rgba(0, 0, 0, 0.05);
margin: 0 auto;
}
#head .title a {
text-decoration: none;
color: #333333;
}
#head .tagline {
display: block;
font-size: 14px;
font-size: 1.1rem;
line-height: 1.2em;
color: #7C7C7C;
margin: 5px 0 0;
}
#head .tagline b {
font-weight: normal;
}
#head .tagline a {
color: #5E5E5E;
}
#logo {
padding-top: 50px;
}
#logo_home {
padding-top: 5px;
}
.home #head .title {
font-size: 36px;
color: #ffffff;/*color:#146df3;*/
font-style: italic;
}
.home #head .subtitle {
font-size: 26px;
color: #ffffff;/*color:#146df3;*/
font-style: italic;
}
#download {
text-align: center;
padding: 20px;
font-size: 16px;
font-weight: 500;
width: 150px;
margin: 30px auto;
padding: 0.6em 0.8em;
color: #333;
/*background: rgba(38,121,244,0.8);*/
border: 1px solid #333;
-webkit-animation-delay: 1s;
-ms-animation-delay: 1s;
-moz-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
text-shadow: none;
text-transform: uppercase;
transparent!important
}
#download a {
color: #333;
}
#download:hover {
border: 1px solid #5c5c5c;
opacity: 0.8;
}
/*********************************************************************
NAVBAR
**********************************************************************/
.navbar {
border-width: 1px 0;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
width: 100%;
}
.navbar.stick {
position: fixed;
top: 0;
left: 0;
opacity: .95;
}
.navbar-collapse {
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
font-family: 'Roboto Slab';
font-weight: 400;
text-transform: uppercase;
}
.navbar-nav {
float: none;
margin: 0 auto;
text-align: center;
}
.navbar-nav > li {
float: none;
display: inline-block;
}
.navbar-nav > li > a {
padding: 20px 30px;
}
.navbar-default {
background-color: #ffffff;
border-color: #cccccc;
}
.navbar-default .navbar-nav > li > a {
color: #454545;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #000000;
background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #000000;
background-color: #ffffff;
}
.navbar-default .dropdown ul.dropdown-menu > li > a {
color: #454545;
}
.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
background-color: #eeeeee;
color: #000000;
}
/*.top-logo {
background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, #C6419E), color-stop(1, #6382FF) );
background-image: -o-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: -moz-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: -webkit-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: -ms-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: linear-gradient(to right, #C6419E 0%, #6382FF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}*/
.top-logo-border {
background-color: #efefef;
width: 3em;
height: 3em;
border-radius: 1.5em;
}
/*********************************************************************************/
/* Main Sections */
/*********************************************************************************/
.main {
position: relative;
margin: 0;
font-family: 'Open sans';
font-weight: 300;
}
.indent {
margin-left: 40px;
line-height: 1.8em
}
.main p {
margin-top: 1.25em;
font-size: 1.04em;
font-weight: 100;
padding: 0;
line-height: 2em;
}
.main p a {
color: #2679f4;
-webkit-transition: 0.25s;
transition: 0.25s;
}
.main p a:hover, a:focus {
cursor: pointer;
color: #2062c4;
text-decoration: none;
}
.main > header {
background: #fff;
text-align: center;
padding: 4em 0 4em 0;
margin: 0;
}
.main > header h2 {
font-size: 2.25em;
font-weight: 300;
margin-bottom: 0;
}
.main > header p {
margin: 2em 0 0 0;
padding: 0;
text-align: left;
line-height: 1.5em
}
.less-margin {
margin-top: 1em !important;
}
.main > .content {
padding: 6em 0 6em 0;
}
.main > .content > .container {
}
.main > .content h3 {
font-size: 1.5em;
}
/*********************************************************************
CONTENT
**********************************************************************/
.circle {
width: 8em;
height: 8em;
border-radius: 4em;
text-align: center;
margin: 0 auto;
border: 1px solid #333;
padding-top: 2em;
}
.circle-icon {
font-size: 4.3em;
text-align: center;
vertical-align: middle;
padding-top: 0.5em;
color: #666666;
}
.version:hover {
opacity: .7;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.biggericon {
font-size: 58px;
}
#lessmargin {
margin-top: 1.4em;
}
img {
max-width: 100%;
}
.section-title, .entry-title {
display: block;
width: 100%;
overflow: hidden;
margin: 0px 0 25px;
text-align: center;
font-weight: 300;
text-transform: uppercase;
font-size: 36px;
font-size: 1.8rem;
letter-spacing: 1px;
}
.section-title a, .entry-title a {
color: #333333;
}
.section-title span, .entry-title span {
display: inline-block;
position: relative;
}
.section-title span:before, .entry-title span:before, .section-title span:after, .entry-title span:after {
content: "";
position: absolute;
height: 4px;
top: .53em;
width: 400%;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}
.section-title span:before, .entry-title span:before {
right: 100%;
margin-right: 45px;
}
.section-title span:after, .entry-title span:after {
left: 100%;
margin-left: 45px;
}
.entry-header .entry-meta {
text-align: center;
font-family: Georgia, serif;
font-size: 18px;
font-size: 1.125rem;
font-style: italic;
font-weight: normal;
color: #a5a5a5;
margin: 0 0 15px 0;
}
.entry-header .entry-meta a {
color: #a5a5a5;
}
.entry-content {
margin: 0 0 60px 0;
}
.code-lan {
font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
font-size: 1.1em !important;
text-align: center !important;
}
.code-lan>span {
padding-left: 10px;
padding-right: 10px;
}
#left-menu {
line-height: 2.5em !important;
list-style: none;
text-align: left;
margin-top: 10px;
}
#left-menu li {
border-bottom: 1px solid #e9e9e9;
cursor: pointer;
}
a.section-menu-title {
color: #666;
font-weight: 400;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
padding-left: 1em
}
a.section-menu-title:hover {
color: #404040 !important;
}
.maintains {
padding-left: 2em;
line-height: 2em !important;
}
.maintain {
line-height: 2em !important;
}
.people_intro {
/*border-bottom:1px dashed #CCC;
line-height:2em;
padding-bottom:0.3em*/
}
#contributors {
padding-bottom: 1.4em
}
#contributors2 {
border-bottom: 1px dashed #cfcfcf;
padding-bottom: 1.4em
}
.core_team {
text-align: center !important;
font-size: 1.2em !important;
padding-bottom: 2em !important;
border-bottom: 1px dashed #cfcfcf;
}
.participant {
margin-top: 0px !important
}
.content-p {
margin-top: 1em !important;
}
.content-header {
text-align: left;
font-weight: bold !important;
}
/*********************************************************************
FOOTER
**********************************************************************/
ul.icons {
position: relative;
background: rgba(128,128,128,0.05);
border-radius: 4em;
display: inline-block;
padding: 0.35em 0.75em 0.35em 0.75em;
font-size: 1.45em;
cursor: default;
}
ul.icons li {
display: inline-block;
}
ul.icons li a {
display: inline-block;
background: none;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
text-align: center;
border-radius: 100%;
border: 0;
color: inherit;
}
ul.icons li a:hover {
color: #ef8376;
}
ol.style1 {
}
#footer {
background: #232323;
padding: 30px 0 0 0;
font-size: 12px;
color: #999;
}
#footer a {
color: #ccc;
}
#footer a:hover {
color: #fff;
}
#footer h3.widget-title {
font-size: 15px;
font-size: 0.9375rem;
text-transform: uppercase;
color: #ccc;
margin: 0 0 20px;
}
#underfooter {
background: #191919;
padding: 15px 0;
color: #777;
font-size: 12px;
}
#underfooter a {
color: #aaa;
}
#underfooter a:hover {
color: #fff;
}
#underfooter p {
margin: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: transparent;
}
#nav.affix {
position: fixed;
top: 0;
width: 100%
}
#nav {
border-radius: 0;
background-clip: padding-box;
font-family: 'Roboto Slab';
font-weight: 400;
text-transform: uppercase;
max-height: 340px;
padding-right: 15px;
padding-left: 15px;
border-bottom: 1px solid #d5d4d4;
background-color: #fff;
opacity: .95;
}
.navbar-nav>li>a {
color: #454545;
}
.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: transparent;
}
#drawer-icon {
font-size: 20px;
padding: 4px 6px;
border: 1px solid #2679f4;
border-radius: 3px;
margin: 10px;
}
/* Max page width
/////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {
.container {
max-width: 1080px;
}
}
@media only screen and (max-width: 767px) {
/*
#nav-wrapper{
position:fixed;
top:0px;
}*/
#nav {
background-color: transparent !important;
}
#head {
margin-top: 40px;
}
#nav-wrapper {
position: fixed;
top: 0px;
}
.navbar-nav {
background-color: #fff;
border: 1px solid #d5d4d4;
}
.navbar-nav>li {
display: list-item;
border-bottom: 1px solid #d5d4d4;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: transparent !important;
}
}
.content-header-center {
text-align: middle;
font-size: 110%;
color: #333333;
} | assets/css/styles.css | @font-face {
font-family: 'HelveticaNeueLight';
src: url('../fonts/helveticaneue_lt.eot');
src: url('../fonts/helveticaneue_lt.eot') format('embedded-opentype'), url('../fonts/helveticaneue_lt.woff') format('woff'), url('../fonts/helveticaneue_lt.ttf') format('truetype'), url('../fonts/helveticaneue_lt.svg#HelveticaNeueLight') format('svg');
}
@font-face {
font-family: 'HelveticaNeueRegular';
src: url('../fonts/helveticaneue-webfont.eot');
src: url('../fonts/helveticaneue-webfont.eot') format('embedded-opentype'), url('../fonts/helveticaneue-webfont.woff') format('woff'), url('../fonts/helveticaneue-webfont.ttf') format('truetype'), url('../fonts/helveticaneue-webfont.svg#HelveticaNeueRegular') format('svg');
}
/*@font-face {
font-family: 'open_sanslight';
src: url('../fonts/opensans-light-webfont.eot');
src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/opensans-light-webfont.woff') format('woff'),
url('../fonts/opensans-light-webfont.ttf') format('truetype'),
url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'open_sansregular';
src: url('../fonts/opensans-regular-webfont.eot');
src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/opensans-regular-webfont.woff') format('woff'),
url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}
*/
html {
font-size: 100%;
}
body {
font-size: 14px;
font-size: 0.9375rem;
font-family: 'Roboto Slab', 'HelveticaNeueRegular', Arial, sans-serif;
color: #444444;
font-weight: 400;
padding: 0;
}
.topspace {
margin-top: 40px;
}
p {
line-height: 1.6em;
margin: 0 0 30px 0;
}
.title_text {
font-size: 1.1em !important;
}
.big_text {
font-size: 1.7em !important;
font-family: 'Roboto Slab';
font-weight: 300;
}
.normal_text {
font-size: 1.3em !important;
font-family: 'Roboto Slab';
font-weight: 600;
}
ul, ol {
line-height: 1.6em;
margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Roboto Slab', 'HelveticaNeueRegular', Arial, sans-serif;
font-weight: 400;
color: #333333;
}
h1 {
font-size: 40px;
font-size: 2.5rem;
}
h2 {
font-size: 36px;
font-size: 2.25rem;
}
h3 {
font-size: 30px;
font-size: 1.875rem;
}
h4 {
font-size: 24px;
font-size: 1.5rem;
}
h5 {
font-size: 20px;
font-size: 1.25rem;
}
a {
color: #2679f4;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
a:hover, a:focus {
cursor: pointer;
color: #2062c4;
text-decoration: none;
}
/*********************************************************************
HEADER
**********************************************************************/
#head {
width: 100%;
height: 300px;
background: url(../images/paper.jpg);
box-shadow: inset 0 5px 5px rgba(0,0,0,.35),inset 0 -5px 5px rgba(0,0,0,.35)}
/*
background: #f4f4f4 url(../images/paper.jpg) top center;
background-size: cover;
color: #7C7C7C;
height: 400px
*/
}
#head .title {
font-family: 'Roboto Slab';
font-weight: 400;
font-size: 49px;
font-size: 3.0625rem;
text-shadow: 2px 2px rgba(0,0,0,.3);
/* background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, #C6419E), color-stop(1, #6382FF) );
background-image: -o-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: -moz-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: -webkit-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: -ms-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: linear-gradient(to right, #C6419E 0%, #6382FF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
}
#head img.img-circle {
display: block;
width: 140px;
height: 140px;
overflow: hidden;
border: 9px solid rgba(0, 0, 0, 0.05);
margin: 0 auto;
}
#head .title a {
text-decoration: none;
color: #333333;
}
#head .tagline {
display: block;
font-size: 14px;
font-size: 1.1rem;
line-height: 1.2em;
color: #7C7C7C;
margin: 5px 0 0;
}
#head .tagline b {
font-weight: normal;
}
#head .tagline a {
color: #5E5E5E;
}
#logo {
padding-top: 50px;
}
#logo_home {
padding-top: 5px;
}
.home #head .title {
font-size: 36px;
color: #ffffff;/*color:#146df3;*/
font-style: italic;
}
.home #head .subtitle {
font-size: 26px;
color: #ffffff;/*color:#146df3;*/
font-style: italic;
}
#download {
text-align: center;
padding: 20px;
font-size: 16px;
font-weight: 500;
width: 150px;
margin: 30px auto;
padding: 0.6em 0.8em;
color: #333;
/*background: rgba(38,121,244,0.8);*/
border: 1px solid #333;
-webkit-animation-delay: 1s;
-ms-animation-delay: 1s;
-moz-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
text-shadow: none;
text-transform: uppercase;
transparent!important
}
#download a {
color: #333;
}
#download:hover {
border: 1px solid #5c5c5c;
opacity: 0.8;
}
/*********************************************************************
NAVBAR
**********************************************************************/
.navbar {
border-width: 1px 0;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
width: 100%;
}
.navbar.stick {
position: fixed;
top: 0;
left: 0;
opacity: .95;
}
.navbar-collapse {
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
font-family: 'Roboto Slab';
font-weight: 400;
text-transform: uppercase;
}
.navbar-nav {
float: none;
margin: 0 auto;
text-align: center;
}
.navbar-nav > li {
float: none;
display: inline-block;
}
.navbar-nav > li > a {
padding: 20px 30px;
}
.navbar-default {
background-color: #ffffff;
border-color: #cccccc;
}
.navbar-default .navbar-nav > li > a {
color: #454545;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #000000;
background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #000000;
background-color: #ffffff;
}
.navbar-default .dropdown ul.dropdown-menu > li > a {
color: #454545;
}
.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
background-color: #eeeeee;
color: #000000;
}
/*.top-logo {
background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, #C6419E), color-stop(1, #6382FF) );
background-image: -o-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: -moz-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: -webkit-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: -ms-linear-gradient(right, #C6419E 0%, #6382FF 100%);
background-image: linear-gradient(to right, #C6419E 0%, #6382FF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}*/
.top-logo-border {
background-color: #efefef;
width: 3em;
height: 3em;
border-radius: 1.5em;
}
/*********************************************************************************/
/* Main Sections */
/*********************************************************************************/
.main {
position: relative;
margin: 0;
font-family: 'Open sans';
font-weight: 300;
}
.indent {
margin-left: 40px;
line-height: 1.8em
}
.main p {
margin-top: 1.25em;
font-size: 1.04em;
font-weight: 100;
padding: 0;
line-height: 2em;
}
.main p a {
color: #2679f4;
-webkit-transition: 0.25s;
transition: 0.25s;
}
.main p a:hover, a:focus {
cursor: pointer;
color: #2062c4;
text-decoration: none;
}
.main > header {
background: #fff;
text-align: center;
padding: 4em 0 4em 0;
margin: 0;
}
.main > header h2 {
font-size: 2.25em;
font-weight: 300;
margin-bottom: 0;
}
.main > header p {
margin: 2em 0 0 0;
padding: 0;
text-align: left;
line-height: 1.5em
}
.less-margin {
margin-top: 1em !important;
}
.main > .content {
padding: 6em 0 6em 0;
}
.main > .content > .container {
}
.main > .content h3 {
font-size: 1.5em;
}
/*********************************************************************
CONTENT
**********************************************************************/
.circle {
width: 8em;
height: 8em;
border-radius: 4em;
text-align: center;
margin: 0 auto;
border: 1px solid #333;
padding-top: 2em;
}
.circle-icon {
font-size: 4.3em;
text-align: center;
vertical-align: middle;
padding-top: 0.5em;
color: #666666;
}
.version:hover {
opacity: .7;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.biggericon {
font-size: 58px;
}
#lessmargin {
margin-top: 1.4em;
}
img {
max-width: 100%;
}
.section-title, .entry-title {
display: block;
width: 100%;
overflow: hidden;
margin: 0px 0 25px;
text-align: center;
font-weight: 300;
text-transform: uppercase;
font-size: 36px;
font-size: 1.8rem;
letter-spacing: 1px;
}
.section-title a, .entry-title a {
color: #333333;
}
.section-title span, .entry-title span {
display: inline-block;
position: relative;
}
.section-title span:before, .entry-title span:before, .section-title span:after, .entry-title span:after {
content: "";
position: absolute;
height: 4px;
top: .53em;
width: 400%;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}
.section-title span:before, .entry-title span:before {
right: 100%;
margin-right: 45px;
}
.section-title span:after, .entry-title span:after {
left: 100%;
margin-left: 45px;
}
.entry-header .entry-meta {
text-align: center;
font-family: Georgia, serif;
font-size: 18px;
font-size: 1.125rem;
font-style: italic;
font-weight: normal;
color: #a5a5a5;
margin: 0 0 15px 0;
}
.entry-header .entry-meta a {
color: #a5a5a5;
}
.entry-content {
margin: 0 0 60px 0;
}
.code-lan {
font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
font-size: 1.1em !important;
text-align: center !important;
}
.code-lan>span {
padding-left: 10px;
padding-right: 10px;
}
#left-menu {
line-height: 2.5em !important;
list-style: none;
text-align: left;
margin-top: 10px;
}
#left-menu li {
border-bottom: 1px solid #e9e9e9;
cursor: pointer;
}
a.section-menu-title {
color: #666;
font-weight: 400;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
padding-left: 1em
}
a.section-menu-title:hover {
color: #404040 !important;
}
.maintains {
padding-left: 2em;
line-height: 2em !important;
}
.maintain {
line-height: 2em !important;
}
.people_intro {
/*border-bottom:1px dashed #CCC;
line-height:2em;
padding-bottom:0.3em*/
}
#contributors {
padding-bottom: 1.4em
}
#contributors2 {
border-bottom: 1px dashed #cfcfcf;
padding-bottom: 1.4em
}
.core_team {
text-align: center !important;
font-size: 1.2em !important;
padding-bottom: 2em !important;
border-bottom: 1px dashed #cfcfcf;
}
.participant {
margin-top: 0px !important
}
.content-p {
margin-top: 1em !important;
}
.content-header {
text-align: left;
font-weight: bold !important;
}
/*********************************************************************
FOOTER
**********************************************************************/
ul.icons {
position: relative;
background: rgba(128,128,128,0.05);
border-radius: 4em;
display: inline-block;
padding: 0.35em 0.75em 0.35em 0.75em;
font-size: 1.45em;
cursor: default;
}
ul.icons li {
display: inline-block;
}
ul.icons li a {
display: inline-block;
background: none;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
text-align: center;
border-radius: 100%;
border: 0;
color: inherit;
}
ul.icons li a:hover {
color: #ef8376;
}
ol.style1 {
}
#footer {
background: #232323;
padding: 30px 0 0 0;
font-size: 12px;
color: #999;
}
#footer a {
color: #ccc;
}
#footer a:hover {
color: #fff;
}
#footer h3.widget-title {
font-size: 15px;
font-size: 0.9375rem;
text-transform: uppercase;
color: #ccc;
margin: 0 0 20px;
}
#underfooter {
background: #191919;
padding: 15px 0;
color: #777;
font-size: 12px;
}
#underfooter a {
color: #aaa;
}
#underfooter a:hover {
color: #fff;
}
#underfooter p {
margin: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: transparent;
}
#nav.affix {
position: fixed;
top: 0;
width: 100%
}
#nav {
border-radius: 0;
background-clip: padding-box;
font-family: 'Roboto Slab';
font-weight: 400;
text-transform: uppercase;
max-height: 340px;
padding-right: 15px;
padding-left: 15px;
border-bottom: 1px solid #d5d4d4;
background-color: #fff;
opacity: .95;
}
.navbar-nav>li>a {
color: #454545;
}
.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: transparent;
}
#drawer-icon {
font-size: 20px;
padding: 4px 6px;
border: 1px solid #2679f4;
border-radius: 3px;
margin: 10px;
}
/* Max page width
/////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {
.container {
max-width: 1080px;
}
}
@media only screen and (max-width: 767px) {
/*
#nav-wrapper{
position:fixed;
top:0px;
}*/
#nav {
background-color: transparent !important;
}
#head {
margin-top: 40px;
}
#nav-wrapper {
position: fixed;
top: 0px;
}
.navbar-nav {
background-color: #fff;
border: 1px solid #d5d4d4;
}
.navbar-nav>li {
display: list-item;
border-bottom: 1px solid #d5d4d4;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: transparent !important;
}
}
.content-header-center {
text-align: middle;
font-size: 110%;
color: #333333;
} | 0.22051 | 0.052961 |
@import url(https://fonts.googleapis.com/css?family=Allerta+Stencil|Artifika|Sacramento|Cinzel+Decorative|Fanwood+Text|Fredericka+the+Great|Fugaz+One|Germania+One|Graduate|Grand+Hotel|IM+Fell+Double+Pica|Montserrat|Slabo+27px|Source+Sans+Pro);
html, body {
font-family: 'Artifika', serif !important;
font-weight: 100;
min-height: 100vh;
margin: 0;
}
.wow {
visibility: hidden;
}
.mdb-lightbox figure .img-fluid {
height: 100%;
max-height: initial;
}
.purple-lighter-hover {
color: #f9bced;
-webkit-transition: .4s;
transition: .4s;
}
.purple-lighter-hover:hover {
-webkit-transition: .4s;
transition: .4s;
color: #f9bced;
}
.gold-lighter-hover {
color: #f8f9bc;
-webkit-transition: .4s;
transition: .4s;
}
.gold-lighter-hover:hover {
-webkit-transition: .4s;
transition: .4s;
color: #f8f9bc;
}
.green-lighter-hover {
color: #daf7a6;
-webkit-transition: .4s;
transition: .4s;
}
.green-lighter-hover:hover {
-webkit-transition: .4s;
transition: .4s;
color: #daf7a6;
}
.blue-lighter-hover {
color: #bcf9f2;
-webkit-transition: .4s;
transition: .4s;
}
.blue-lighter-hover:hover {
-webkit-transition: .4s;
transition: .4s;
color: #bcf9f2;
}
.dark-blue-lighter-hover {
color: #bcd1f9;
-webkit-transition: .4s;
transition: .4s;
}
.dark-blue-lighter-hover:hover {
-webkit-transition: .4s;
transition: .4s;
color: #bcd1f9;
}
.coolText1 {
font-family: 'Fredericka the Great', cursive;
}
.coolText2{
font-family: 'Cinzel Decorative', cursive;
}
.coolText3{
font-family: 'Allerta Stencil', cursive;
}
.coolText4{
font-family: 'Fanwood Text', cursive;
}
.coolText5{
font-family: 'Germania One', cursive;
}
.coolText6{
font-family: 'Sacramento', cursive;
}
.text-underline{
text-decoration: underline;
}
.bottom {bottom: 0px;}
.top {top: 0px;}
.left {left: 0px;}
.right {right:0px;}
.middle {top:45% !important;}
.divider-short {
width: 50%;
border: solid black 1.5px;
margin: 15px auto;
}
.divider-long {
width: 80%;
border: solid black 1.5px;
margin: 15px auto;
}
.divider-image {
background: url('/images/divider_image.png');
background-attachment: initial;
background-size: contain;
background-position: center center;
width: 100%;
height: 50px;
margin: 15px auto;
}
.flashMessage {
background: darkcyan;
color: wheat;
position: fixed;
z-index: 20;
padding: 20px;
border-radius: 10px;
top: -150px;
left: 40%;
width: 25%;
}
.side-nav .logo-wrapper {
height: 160px;
}
.navbar {
z-index: 1040;
}
.side-nav {
margin-top: 49px !important;
}
.double-nav .breadcrumb-dn p {
color: #fff;
}
.aboutUsBlurb {
font-size: 135%;
}
input.form-control {
margin-top: 0;
}
.featuredHeader {
border-top: dashed 5px;
border-bottom: dashed 5px;
}
.deleteDivider {
border-bottom: dashed 2px black;
margin: 50px 0px;
width: 100%;
}
.form-block {
margin: 50px 0px;
}
.form-block-header {
background: linear-gradient(to right, rgba(255, 188, 4, 1), transparent, transparent);
padding: 5px;
}
button.deleteBtn {
width: -webkit-fill-available;
}
.deletePropImages, .deletePropVideos {
position: relative;
padding: 15px
}
.deletePropImages .form-check, .deletePropVideos input[type="checkbox"] {
position: absolute;
top: -10px;
left: 0px;
/* transform: scale(1.5); */
z-index: 1;
padding: 0px;
}
#open_request .mask p {
-ms-transform: rotate(-40deg); /* IE 9 */
-webkit-transform: rotate(-40deg); /* Safari */
transform: rotate(-40deg); /* Standard syntax */
font-size: 165%;
font-family: 'Fugaz One', serif;
}
.media img {
max-height: 100px;
max-width: 100%;
}
.contactImg img {
/*max-height: 150px;*/
max-width: 100%;
}
.media-modal-item {
max-height: 200px;
height: 200px;
max-width: 200px;
width: 200px;
}
.propertyImgGallery .heroImg img {
max-height: 500px;
margin: 0 auto;
/* width: 100%; */
display: -webkit-box;
display: block;
position: relative;
}
.propertyImgGallery .imgGallery img {
height: 100px;
width: 100px;
opacity: 0.5;
}
.propertyImgGallery .imgGallery img.active {
border: solid 1px blue;
opacity: 1;
}
img.imgPreview.img-thumbnail.m-1 {
max-width: 32%;
}
video {
height: 100%;
width: 100%;
max-width: 100%;
border: solid 1px;
border-radius: 10px;
}
nav {
background: white;
height: 100px;
min-height: 100px;
/* margin:0px -15px; */
padding: 0 15px;
width: -webkit-fill-available;
}
img.navbar-brand {
max-width: 100%;
}
a.navbar-brand, a.brand-logo {
/*background: url(/images/jrh_logo.png);*/
/* background-attachment: fixed; */
background-size: cover;
background-position: center center;
padding: 0% 10%;
color: transparent;
width: 125px;
}
li.nav-item.dropdown.activeNav > a {
background: linear-gradient(black, #41372d ,white);
color: white !important;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
li.nav-item.dropdown.activeNav a.dropdown-item.activeNav {
background: linear-gradient(black, #41372d ,white);
color: white !important;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
a.nav-link.activeNav {
background: linear-gradient(black, #41372d ,white);
color: white !important;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
footer {
}
footer .registerNCopyright {
font-size: 50%;
}
fieldset legend {
width: 25% !important;
padding: 0% 2%;
}
.loader {
border-top: 16px solid blue;
border-bottom: 16px solid blue;
border-radius: 50%;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
margin: 100px auto;
}
h1.section-title {
position: relative;
flex-grow: 1;
margin: 0;
}
h1.section-title:before {
content: "";
display: block;
border-top: solid 2px #231e16;
width: 100%;
height: 1px;
position: absolute;
top: 50%;
z-index: 1;
}
h1.section-title span {
background: #fff;
left: 0%;
padding: 0 35px;
position: relative;
z-index: 5;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
[type=checkbox][class*=filled-in]:checked+label:after {
top: 0;
border-color: #CC0000;
background-color: #CC0000;
z-index: 0;
}
@media only screen and (max-width: 575.99px) {
#home_carousel {
height: 500px !important;
}
img.navbar-brand {
max-width: 70%;
margin: 0 auto;
}
.flashMessage {
width: 75%;
left: 13.5%;
}
.separtator.jumbotron {
padding: 8em 2em;
}
.side-nav .logo-wrapper img {
padding-top: 24%;
}
.side-nav .logo-wrapper {
height: 200px;
}
}
@media only screen and (min-width: 576px) {
#home_carousel {
height: 500px !important;
}
.waves-input-wrapper {
width: 100%;
}
.jumbotron h2 {
font-size: 2.5em;
}
.showcaseProps:nth-of-type(odd) {
/* background: linear-gradient(#135feb, #ebf1fb, #ebf1fb); */
}
a.brand-logo {
padding: 25px;
font-size: 700%;
}
nav .button-collapse i {
line-height: 100px;
}
.input-group .input-group-addon {
font-size: 75% !important;
}
.side-nav .logo-wrapper img {
padding-top: 24%;
}
.side-nav .logo-wrapper {
height: 200px;
}
}
@media only screen and (min-width: 768px) {
#home_carousel {
height: 100% !important;
}
img.navbar-brand {
max-width: 50%;
margin: 0 auto;
}
.loginJumbotron {
max-height: initial;
min-height: 90vh;
}
.mdb-lightbox figure .img-fluid {
max-height: 210px;
}
}
@media (min-width: 992px) {
nav {
background: white;
height: 60px;
min-height: 60px;
/* margin:0px -15px; */
padding: 0 15px;
width: -webkit-fill-available;
}
.side-nav .logo-wrapper {
height: 160px;
}
.side-nav .logo-wrapper img {
padding-top: 7%;
}
}
@media (min-width: 1200px) {
.modal-dialog {
max-width: 750px;
margin: 30px auto;
}
.mdb-lightbox figure .img-fluid {
max-height: 275px;
}
} | public/css/style.css | @import url(https://fonts.googleapis.com/css?family=Allerta+Stencil|Artifika|Sacramento|Cinzel+Decorative|Fanwood+Text|Fredericka+the+Great|Fugaz+One|Germania+One|Graduate|Grand+Hotel|IM+Fell+Double+Pica|Montserrat|Slabo+27px|Source+Sans+Pro);
html, body {
font-family: 'Artifika', serif !important;
font-weight: 100;
min-height: 100vh;
margin: 0;
}
.wow {
visibility: hidden;
}
.mdb-lightbox figure .img-fluid {
height: 100%;
max-height: initial;
}
.purple-lighter-hover {
color: #f9bced;
-webkit-transition: .4s;
transition: .4s;
}
.purple-lighter-hover:hover {
-webkit-transition: .4s;
transition: .4s;
color: #f9bced;
}
.gold-lighter-hover {
color: #f8f9bc;
-webkit-transition: .4s;
transition: .4s;
}
.gold-lighter-hover:hover {
-webkit-transition: .4s;
transition: .4s;
color: #f8f9bc;
}
.green-lighter-hover {
color: #daf7a6;
-webkit-transition: .4s;
transition: .4s;
}
.green-lighter-hover:hover {
-webkit-transition: .4s;
transition: .4s;
color: #daf7a6;
}
.blue-lighter-hover {
color: #bcf9f2;
-webkit-transition: .4s;
transition: .4s;
}
.blue-lighter-hover:hover {
-webkit-transition: .4s;
transition: .4s;
color: #bcf9f2;
}
.dark-blue-lighter-hover {
color: #bcd1f9;
-webkit-transition: .4s;
transition: .4s;
}
.dark-blue-lighter-hover:hover {
-webkit-transition: .4s;
transition: .4s;
color: #bcd1f9;
}
.coolText1 {
font-family: 'Fredericka the Great', cursive;
}
.coolText2{
font-family: 'Cinzel Decorative', cursive;
}
.coolText3{
font-family: 'Allerta Stencil', cursive;
}
.coolText4{
font-family: 'Fanwood Text', cursive;
}
.coolText5{
font-family: 'Germania One', cursive;
}
.coolText6{
font-family: 'Sacramento', cursive;
}
.text-underline{
text-decoration: underline;
}
.bottom {bottom: 0px;}
.top {top: 0px;}
.left {left: 0px;}
.right {right:0px;}
.middle {top:45% !important;}
.divider-short {
width: 50%;
border: solid black 1.5px;
margin: 15px auto;
}
.divider-long {
width: 80%;
border: solid black 1.5px;
margin: 15px auto;
}
.divider-image {
background: url('/images/divider_image.png');
background-attachment: initial;
background-size: contain;
background-position: center center;
width: 100%;
height: 50px;
margin: 15px auto;
}
.flashMessage {
background: darkcyan;
color: wheat;
position: fixed;
z-index: 20;
padding: 20px;
border-radius: 10px;
top: -150px;
left: 40%;
width: 25%;
}
.side-nav .logo-wrapper {
height: 160px;
}
.navbar {
z-index: 1040;
}
.side-nav {
margin-top: 49px !important;
}
.double-nav .breadcrumb-dn p {
color: #fff;
}
.aboutUsBlurb {
font-size: 135%;
}
input.form-control {
margin-top: 0;
}
.featuredHeader {
border-top: dashed 5px;
border-bottom: dashed 5px;
}
.deleteDivider {
border-bottom: dashed 2px black;
margin: 50px 0px;
width: 100%;
}
.form-block {
margin: 50px 0px;
}
.form-block-header {
background: linear-gradient(to right, rgba(255, 188, 4, 1), transparent, transparent);
padding: 5px;
}
button.deleteBtn {
width: -webkit-fill-available;
}
.deletePropImages, .deletePropVideos {
position: relative;
padding: 15px
}
.deletePropImages .form-check, .deletePropVideos input[type="checkbox"] {
position: absolute;
top: -10px;
left: 0px;
/* transform: scale(1.5); */
z-index: 1;
padding: 0px;
}
#open_request .mask p {
-ms-transform: rotate(-40deg); /* IE 9 */
-webkit-transform: rotate(-40deg); /* Safari */
transform: rotate(-40deg); /* Standard syntax */
font-size: 165%;
font-family: 'Fugaz One', serif;
}
.media img {
max-height: 100px;
max-width: 100%;
}
.contactImg img {
/*max-height: 150px;*/
max-width: 100%;
}
.media-modal-item {
max-height: 200px;
height: 200px;
max-width: 200px;
width: 200px;
}
.propertyImgGallery .heroImg img {
max-height: 500px;
margin: 0 auto;
/* width: 100%; */
display: -webkit-box;
display: block;
position: relative;
}
.propertyImgGallery .imgGallery img {
height: 100px;
width: 100px;
opacity: 0.5;
}
.propertyImgGallery .imgGallery img.active {
border: solid 1px blue;
opacity: 1;
}
img.imgPreview.img-thumbnail.m-1 {
max-width: 32%;
}
video {
height: 100%;
width: 100%;
max-width: 100%;
border: solid 1px;
border-radius: 10px;
}
nav {
background: white;
height: 100px;
min-height: 100px;
/* margin:0px -15px; */
padding: 0 15px;
width: -webkit-fill-available;
}
img.navbar-brand {
max-width: 100%;
}
a.navbar-brand, a.brand-logo {
/*background: url(/images/jrh_logo.png);*/
/* background-attachment: fixed; */
background-size: cover;
background-position: center center;
padding: 0% 10%;
color: transparent;
width: 125px;
}
li.nav-item.dropdown.activeNav > a {
background: linear-gradient(black, #41372d ,white);
color: white !important;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
li.nav-item.dropdown.activeNav a.dropdown-item.activeNav {
background: linear-gradient(black, #41372d ,white);
color: white !important;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
a.nav-link.activeNav {
background: linear-gradient(black, #41372d ,white);
color: white !important;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
footer {
}
footer .registerNCopyright {
font-size: 50%;
}
fieldset legend {
width: 25% !important;
padding: 0% 2%;
}
.loader {
border-top: 16px solid blue;
border-bottom: 16px solid blue;
border-radius: 50%;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
margin: 100px auto;
}
h1.section-title {
position: relative;
flex-grow: 1;
margin: 0;
}
h1.section-title:before {
content: "";
display: block;
border-top: solid 2px #231e16;
width: 100%;
height: 1px;
position: absolute;
top: 50%;
z-index: 1;
}
h1.section-title span {
background: #fff;
left: 0%;
padding: 0 35px;
position: relative;
z-index: 5;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
[type=checkbox][class*=filled-in]:checked+label:after {
top: 0;
border-color: #CC0000;
background-color: #CC0000;
z-index: 0;
}
@media only screen and (max-width: 575.99px) {
#home_carousel {
height: 500px !important;
}
img.navbar-brand {
max-width: 70%;
margin: 0 auto;
}
.flashMessage {
width: 75%;
left: 13.5%;
}
.separtator.jumbotron {
padding: 8em 2em;
}
.side-nav .logo-wrapper img {
padding-top: 24%;
}
.side-nav .logo-wrapper {
height: 200px;
}
}
@media only screen and (min-width: 576px) {
#home_carousel {
height: 500px !important;
}
.waves-input-wrapper {
width: 100%;
}
.jumbotron h2 {
font-size: 2.5em;
}
.showcaseProps:nth-of-type(odd) {
/* background: linear-gradient(#135feb, #ebf1fb, #ebf1fb); */
}
a.brand-logo {
padding: 25px;
font-size: 700%;
}
nav .button-collapse i {
line-height: 100px;
}
.input-group .input-group-addon {
font-size: 75% !important;
}
.side-nav .logo-wrapper img {
padding-top: 24%;
}
.side-nav .logo-wrapper {
height: 200px;
}
}
@media only screen and (min-width: 768px) {
#home_carousel {
height: 100% !important;
}
img.navbar-brand {
max-width: 50%;
margin: 0 auto;
}
.loginJumbotron {
max-height: initial;
min-height: 90vh;
}
.mdb-lightbox figure .img-fluid {
max-height: 210px;
}
}
@media (min-width: 992px) {
nav {
background: white;
height: 60px;
min-height: 60px;
/* margin:0px -15px; */
padding: 0 15px;
width: -webkit-fill-available;
}
.side-nav .logo-wrapper {
height: 160px;
}
.side-nav .logo-wrapper img {
padding-top: 7%;
}
}
@media (min-width: 1200px) {
.modal-dialog {
max-width: 750px;
margin: 30px auto;
}
.mdb-lightbox figure .img-fluid {
max-height: 275px;
}
} | 0.374104 | 0.089773 |
body {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
h3,h4,h5 {
font-weight: 300 !important;
}
.calendar-wrapper {
height: auto;
max-width: 730px;
margin: 0 auto;
}
.calendar-header {
background-color: rgba(18, 15, 25, 0.25);
height: 100%;
padding: 20px;
color: #fff;
font-family: 'Roboto', sans-serif;
font-weight: 300;
position: relative;
}
.header-title {
padding-left: 15%;
}
.header-background {
background-image: url("https://raw.githubusercontent.com/JustMonk/codepen-resource-project/master/img/compressed-header.jpg");
height: 200px;
background-position: center right;
background-size: cover;
}
.calendar-content {
background-color: #fff;
padding: 20px;
padding-left: 15%;
padding-right: 15%;
overflow: hidden;
}
.event-mark {
width: 5px;
height: 5px;
background-color: teal;
border-radius: 100px;
position: absolute;
left: 46%;
top: 70%;
}
.calendar-footer {
height: 200px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
text-align: center;
background-color: #4b6289 !important;
position: relative;
overflow: hidden;
}
.addForm {
position: absolute;
top: 100%;
width: 100%;
height: 100%;
background-color: #4b5889 !important;
transition: top 0.5s cubic-bezier(1, 0, 0, 1);
padding: 0 5px 0 5px;
}
.addForm input {
color: #fff;
}
.addForm .row {
padding-left: 0.75rem;
padding-right: 0.75rem;
margin-bottom: 0;
}
.addForm h4 {
color: #fff;
margin-bottom: 1rem;
}
.addEventButtons {
text-align: right;
padding: 0 0.75rem 0 0.75rem;
}
.addEventButtons a {
color: black;
font-weight: 300;
}
.emptyForm {
padding: 20px;
padding-left: 15%;
padding-right: 15%;
}
.emptyForm h4 {
color: #fff;
margin-bottom: 2rem;
}
.sidebar-wrapper {
color: #fff;
background-color: #5a649c !important;
padding-top: 0;
padding-bottom: 20px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
padding-left: 0;
padding-right: 0;
}
.sidebar-title {
padding: 50px 6% 50px 12%;
}
.sidebar-title h4 {
margin-top: 0;
}
.sidebar-events {
overflow-x: hidden;
overflow-y: hidden;
margin-bottom: 70px;
}
.empty-message {
font-size: 1.2rem;
padding: 15px 6% 15px 12%;
}
.eventCard {
background-color: #fff;
color: black;
padding: 12px 24px 12px 24px;
border-bottom: 1px solid #E5E5E5;
white-space: nowrap;
position: relative;
animation: slideInDown 0.5s;
}
.eventCard-header {
font-weight: bold;
}
.eventCard-description {
color: grey;
}
.eventCard-mark-wrapper {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 60px;
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
}
.eventCard-mark {
width: 8px;
height: 8px;
background-color: #b39ddb;
border-radius: 100px;
position: absolute;
left: 50%;
top: 45%;
}
.day-mark {
width: 7px;
height: 7px;
background-color: #b39ddb;
border-radius: 100px;
position: absolute;
left: 47%;
top: 67%;
}
.content-wrapper {
padding-top: 50px;
padding-bottom: 50px;
margin-left: 300px;
}
#table-body .col:hover {
cursor: pointer;
/*border: 1px solid grey;*/
background-color: #E0E0E0;
}
.empty-day:hover {
cursor: default !important;
background-color: #fff !important;
}
#table-body .row .col {
padding: .75rem;
}
#table-body .col {
border: 1px solid transparent;
}
#table-body {}
#table-body .row {
margin-bottom: 0;
}
#table-body .col {
padding-top: 1.3rem !important;
padding-bottom: 1.3rem !important;
}
#calendar-table {
text-align: center;
}
.prev-button {
position: absolute;
cursor: pointer;
left: 0%;
top: 35%;
color: grey !important;
}
.prev-button i {
font-size: 4em;
}
.next-button {
position: absolute;
cursor: pointer;
right: 0%;
top: 35%;
color: grey !important;
}
.next-button i {
font-size: 4em;
}
.addEvent {
box-shadow: 0 5px 15px rgb(57, 168, 228);
background-color: #39a8e4;
padding: 10px;
padding-left: 3em;
padding-right: 3em;
cursor: pointer;
border-radius: 25px;
color: #fff !important;
background-image: linear-gradient(135deg, #8d8dd4, #45ced4);
}
.addEvent:hover {
transition: box-shadow 0.5s;
box-shadow: 0 4px 25px rgb(57, 168, 228);
}
.mobile-header {
padding: 0;
display: none;
padding-top: 20px;
padding-bottom: 20px;
position: fixed;
z-index: 99;
width: 100%;
background-color: #5a649c !important;
}
.mobile-header a i {
color: #fff;
font-size: 38px;
}
.mobile-header h4 {
color: #fff;
}
.mobile-header .row {
margin-bottom: 0;
}
.mobile-header h4 {
margin: 0;
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
@media (max-width:992px) {
.content-wrapper {
margin-left: 0;
}
.mobile-header {
display: block;
}
.calendar-wrapper {
margin-top: 80px;
}
.sidebar-wrapper {
background-color: #EEEEEE !important;
}
.sidebar-title {
background-color: #5A649C !important;
}
.empty-message {
color: black;
}
}
@media (max-width:767px) {
.content-wrapper .container {
width: auto;
}
.calendar-content {
padding-left: 5%;
padding-right: 5%;
}
body .row {
margin-bottom: 0;
}
}
@media (max-width:450px) {
.content-wrapper {
padding-left: 0;
padding-right: 0;
}
.content-wrapper .container {
padding-left: 0;
padding-right: 0;
}
} | klf/css/bookings5.css | body {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
h3,h4,h5 {
font-weight: 300 !important;
}
.calendar-wrapper {
height: auto;
max-width: 730px;
margin: 0 auto;
}
.calendar-header {
background-color: rgba(18, 15, 25, 0.25);
height: 100%;
padding: 20px;
color: #fff;
font-family: 'Roboto', sans-serif;
font-weight: 300;
position: relative;
}
.header-title {
padding-left: 15%;
}
.header-background {
background-image: url("https://raw.githubusercontent.com/JustMonk/codepen-resource-project/master/img/compressed-header.jpg");
height: 200px;
background-position: center right;
background-size: cover;
}
.calendar-content {
background-color: #fff;
padding: 20px;
padding-left: 15%;
padding-right: 15%;
overflow: hidden;
}
.event-mark {
width: 5px;
height: 5px;
background-color: teal;
border-radius: 100px;
position: absolute;
left: 46%;
top: 70%;
}
.calendar-footer {
height: 200px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
text-align: center;
background-color: #4b6289 !important;
position: relative;
overflow: hidden;
}
.addForm {
position: absolute;
top: 100%;
width: 100%;
height: 100%;
background-color: #4b5889 !important;
transition: top 0.5s cubic-bezier(1, 0, 0, 1);
padding: 0 5px 0 5px;
}
.addForm input {
color: #fff;
}
.addForm .row {
padding-left: 0.75rem;
padding-right: 0.75rem;
margin-bottom: 0;
}
.addForm h4 {
color: #fff;
margin-bottom: 1rem;
}
.addEventButtons {
text-align: right;
padding: 0 0.75rem 0 0.75rem;
}
.addEventButtons a {
color: black;
font-weight: 300;
}
.emptyForm {
padding: 20px;
padding-left: 15%;
padding-right: 15%;
}
.emptyForm h4 {
color: #fff;
margin-bottom: 2rem;
}
.sidebar-wrapper {
color: #fff;
background-color: #5a649c !important;
padding-top: 0;
padding-bottom: 20px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
padding-left: 0;
padding-right: 0;
}
.sidebar-title {
padding: 50px 6% 50px 12%;
}
.sidebar-title h4 {
margin-top: 0;
}
.sidebar-events {
overflow-x: hidden;
overflow-y: hidden;
margin-bottom: 70px;
}
.empty-message {
font-size: 1.2rem;
padding: 15px 6% 15px 12%;
}
.eventCard {
background-color: #fff;
color: black;
padding: 12px 24px 12px 24px;
border-bottom: 1px solid #E5E5E5;
white-space: nowrap;
position: relative;
animation: slideInDown 0.5s;
}
.eventCard-header {
font-weight: bold;
}
.eventCard-description {
color: grey;
}
.eventCard-mark-wrapper {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 60px;
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
}
.eventCard-mark {
width: 8px;
height: 8px;
background-color: #b39ddb;
border-radius: 100px;
position: absolute;
left: 50%;
top: 45%;
}
.day-mark {
width: 7px;
height: 7px;
background-color: #b39ddb;
border-radius: 100px;
position: absolute;
left: 47%;
top: 67%;
}
.content-wrapper {
padding-top: 50px;
padding-bottom: 50px;
margin-left: 300px;
}
#table-body .col:hover {
cursor: pointer;
/*border: 1px solid grey;*/
background-color: #E0E0E0;
}
.empty-day:hover {
cursor: default !important;
background-color: #fff !important;
}
#table-body .row .col {
padding: .75rem;
}
#table-body .col {
border: 1px solid transparent;
}
#table-body {}
#table-body .row {
margin-bottom: 0;
}
#table-body .col {
padding-top: 1.3rem !important;
padding-bottom: 1.3rem !important;
}
#calendar-table {
text-align: center;
}
.prev-button {
position: absolute;
cursor: pointer;
left: 0%;
top: 35%;
color: grey !important;
}
.prev-button i {
font-size: 4em;
}
.next-button {
position: absolute;
cursor: pointer;
right: 0%;
top: 35%;
color: grey !important;
}
.next-button i {
font-size: 4em;
}
.addEvent {
box-shadow: 0 5px 15px rgb(57, 168, 228);
background-color: #39a8e4;
padding: 10px;
padding-left: 3em;
padding-right: 3em;
cursor: pointer;
border-radius: 25px;
color: #fff !important;
background-image: linear-gradient(135deg, #8d8dd4, #45ced4);
}
.addEvent:hover {
transition: box-shadow 0.5s;
box-shadow: 0 4px 25px rgb(57, 168, 228);
}
.mobile-header {
padding: 0;
display: none;
padding-top: 20px;
padding-bottom: 20px;
position: fixed;
z-index: 99;
width: 100%;
background-color: #5a649c !important;
}
.mobile-header a i {
color: #fff;
font-size: 38px;
}
.mobile-header h4 {
color: #fff;
}
.mobile-header .row {
margin-bottom: 0;
}
.mobile-header h4 {
margin: 0;
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
@media (max-width:992px) {
.content-wrapper {
margin-left: 0;
}
.mobile-header {
display: block;
}
.calendar-wrapper {
margin-top: 80px;
}
.sidebar-wrapper {
background-color: #EEEEEE !important;
}
.sidebar-title {
background-color: #5A649C !important;
}
.empty-message {
color: black;
}
}
@media (max-width:767px) {
.content-wrapper .container {
width: auto;
}
.calendar-content {
padding-left: 5%;
padding-right: 5%;
}
body .row {
margin-bottom: 0;
}
}
@media (max-width:450px) {
.content-wrapper {
padding-left: 0;
padding-right: 0;
}
.content-wrapper .container {
padding-left: 0;
padding-right: 0;
}
} | 0.515864 | 0.081119 |
.transition(@time: .5s, @range: all, @ease: ease-out)
{
-moz-transition: @range @time @ease;
-webkit-transition: @range @time @ease;
-o-transition: @range @time @ease;
-transition: @range @time @ease;
}
.transition-delay(@time: .4s)
{
-moz-transition-delay: @time;
-webkit-transition-delay: @time;
-o-transition-delay: @time;
-transition-delay: @time;
}
label.aside{
width: 90px;
color: #0000ff; /* light blue */
font-family:arial;
font-size:12px;
font-weight:bold;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
text-align: center;
}
label.aside:hover{
color: #7401df; /* purple */
.transition;
.transition-delay(.2s);
}
label.aside-selected{
width: 90px;
color: #0000ff; /* blue */
font-family:arial;
font-size:12px;
font-weight:bold;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
text-align: center;
}
label.login{
color: #0000ff; /* blue */
font-family:arial;
font-size:14px;
font-weight:bold;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
float:center;
}
label.login:hover{
color: #7401df; /* purple */
.transition;
.transition-delay(.2s);
}
label.index{
color: #0000ff; /* blue */
font-family:arial;
font-size:12px;
font-weight:bold;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
float:center;
}
label.index:hover{
color: #7401df; /* purple */
.transition;
.transition-delay(.2s);
}
label.menu-enabled{
width: 90px;
color: #8080ff; /* light blue */
font-family:arial;
font-size:12px;
font-weight:bold;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
float:left;
text-align: center;
}
label.menu-enabled:hover{
color: #7401df; /* purple */
.transition;
.transition-delay(.2s);
}
label.menu-disabled{
width: 90px;
color: grey;
font-family:arial;
font-size:12px;
font-weight:bold;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
float:left;
text-align: center;
}
label.menu-selected{
width: 90px;
color: #0000ff; /* blue */
font-family:arial;
font-size:12px;
font-weight:bold;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
float:left;
text-align: center;
} | DockerClient/login/css/menu.css | .transition(@time: .5s, @range: all, @ease: ease-out)
{
-moz-transition: @range @time @ease;
-webkit-transition: @range @time @ease;
-o-transition: @range @time @ease;
-transition: @range @time @ease;
}
.transition-delay(@time: .4s)
{
-moz-transition-delay: @time;
-webkit-transition-delay: @time;
-o-transition-delay: @time;
-transition-delay: @time;
}
label.aside{
width: 90px;
color: #0000ff; /* light blue */
font-family:arial;
font-size:12px;
font-weight:bold;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
text-align: center;
}
label.aside:hover{
color: #7401df; /* purple */
.transition;
.transition-delay(.2s);
}
label.aside-selected{
width: 90px;
color: #0000ff; /* blue */
font-family:arial;
font-size:12px;
font-weight:bold;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
text-align: center;
}
label.login{
color: #0000ff; /* blue */
font-family:arial;
font-size:14px;
font-weight:bold;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
float:center;
}
label.login:hover{
color: #7401df; /* purple */
.transition;
.transition-delay(.2s);
}
label.index{
color: #0000ff; /* blue */
font-family:arial;
font-size:12px;
font-weight:bold;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
float:center;
}
label.index:hover{
color: #7401df; /* purple */
.transition;
.transition-delay(.2s);
}
label.menu-enabled{
width: 90px;
color: #8080ff; /* light blue */
font-family:arial;
font-size:12px;
font-weight:bold;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
float:left;
text-align: center;
}
label.menu-enabled:hover{
color: #7401df; /* purple */
.transition;
.transition-delay(.2s);
}
label.menu-disabled{
width: 90px;
color: grey;
font-family:arial;
font-size:12px;
font-weight:bold;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
float:left;
text-align: center;
}
label.menu-selected{
width: 90px;
color: #0000ff; /* blue */
font-family:arial;
font-size:12px;
font-weight:bold;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
float:left;
text-align: center;
} | 0.261897 | 0.044618 |
.eti-container {
position: relative;
background-color: rgba(0,0,0,0.08);
max-width: 280px;
margin-bottom: 16px;
height: 48px;
display: flex;
align-items: center;
cursor: text;
border-radius: 3px;
color: #293c4b;
}
.eti-container.eti-outline {
background-color: transparent;
border: solid 1px #293c4b;
}
.eti-container.eti-outline--focused {
border: solid 1px #60b5cd;
box-shadow: 0px 0px 0px 1px #60b5cd;
}
.eti-container .eti-text-input__wrapper {
display: flex;
width: 100%;
}
.eti-container .eti-text-input__input {
background-color: transparent;
border: none;
outline: none;
font-size: 16px;
height: calc(48px - 8px);
padding: 8px 8px 0px 8px;
width: 100%;
}
.eti-container .eti-text-input__label {
line-height: 1.15;
position: absolute;
top: 4px;
font-size: 16px;
transition: 0.25s;
padding-left: 8px;
pointer-events: none;
top: calc(50% - 8px);
color: rgba(0,0,0,0.54);
}
.eti-container .eti-text-input__label--raised {
top: 2px;
font-size: 12px;
}
.eti-container .eti-text-input__label--active {
color: #60b5cd;
}
.eti-container .eti-bottom-line__container {
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 2px;
background-color: rgba(0,0,0,0.16);
}
.eti-container .eti-bottom-line__relative-wrapper {
position: relative;
}
.eti-container .eti-bottom-line__highlighter {
position: absolute;
z-index: 1;
transition: 0.25s;
left: 50%;
right: 50%;
height: 2px;
background-color: #60b5cd;
}
.eti-container .eti-bottom-line__highlighter--active {
left: 0%;
right: 0%;
}
.eti-container .eti-bottom-text {
font-size: 12px;
padding-left: 8px;
position: absolute;
top: 52px;
line-height: 1.15;
}
.eti-container .eti-bottom-text--error {
color: #b00020;
}
.eti-container .eti-bottom-text--helper {
color: rgba(0,0,0,0.54);
}
.ess-container {
position: relative;
}
.ess-container .ess-option-list-container {
box-shadow: none;
background-color: #fff;
opacity: 1;
position: absolute;
top: 46px;
max-height: 0px;
overflow: auto;
}
.ess-container .ess-option-list-container--open {
z-index: 100;
background-color: #fff;
max-height: 500px;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.16);
}
.ess-container .ess-clear-button {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-weight: bold;
font-size: 20px;
color: #fff;
background-color: #60b5cd;
display: inline-block;
cursor: pointer;
border-radius: 3px;
position: absolute;
top: -8px;
right: -8px;
transition: 0.5s;
opacity: 0;
transform: rotate(180deg);
}
.ess-container .ess-clear-button--show {
opacity: 1;
transform: rotate(0deg);
}
.ess-container .ess-option-list__button {
cursor: pointer;
display: flex;
align-items: center;
text-align: left;
font-size: 20px;
padding: 8px;
border: none;
outline: none;
background-color: transparent;
width: 100%;
}
.ess-container .ess-option-list__button:focus {
outline: none;
}
.ess-container .ess-option-list__button--focused {
background-color: rgba(0,0,0,0.08);
}
.ess-container .ess-option-list__word {
color: rgba(0,0,0,0.54);
line-height: 1.15;
}
.ess-container .ess-option-list__word--match {
color: #293c4b;
}
.erb-checkmark {
width: 16px;
height: 10px;
box-sizing: border-box;
transform: translateY(-4px) rotate(-45deg);
border-left: 4px solid #fff;
border-bottom: 4px solid #fff;
display: inline-block;
}
.erb-container {
display: flex;
align-items: center;
justify-content: flex-start;
cursor: pointer;
padding: 8px;
color: #293c4b;
}
.erb-hidden-checkbox {
width: 0px;
height: 0px;
overflow: hidden;
}
.erb-circle-group {
position: relative;
}
.erb-circle-group__outer {
border-radius: 50%;
border: solid 2px #60b5cd;
width: 24px;
height: 24px;
line-height: 100%;
text-align: center;
margin-right: 16px;
box-sizing: border-box;
transition: 0.25s;
}
.erb-square-group__outer--selected {
background-color: #60b5cd;
}
.erb-square-group__outer {
font-size: 20px;
border-radius: 3px;
border: solid 2px #60b5cd;
width: 24px;
height: 24px;
line-height: 100%;
text-align: center;
margin-right: 16px;
box-sizing: border-box;
transition: 0.25s;
color: #fff;
}
.erb-square-group__inner {
line-height: 1;
}
.erb-circle-group__outer--selected {
border: solid 3px #60b5cd;
}
.erb-circle-group__inner {
display: inline-block;
border-radius: 50%;
top: 0;
left: 0;
border: solid 0px #60b5cd;
width: 0px;
height: 0px;
transition: 0.25s;
background-color: #60b5cd;
margin-top: 3px;
}
.erb-circle-group__inner--selected {
width: 12px;
height: 12px;
margin-top: 3px;
}
.elm-switch-container {
display: inline-block;
line-height: 1.15;
}
.elm-switch-container .elm-switch__label {
color: rgba(0,0,0,0.54);
line-height: 1.15;
font-size: 12px;
}
.elm-switch-container .elm-switch__label--toggled {
color: #60b5cd;
}
.elm-switch-container .elm-switch {
display: inline-block;
width: 80px;
height: 40px;
margin: 4px 0px;
cursor: pointer;
border: solid 1px rgba(0,0,0,0.54);
border-color: rgba(0,0,0,0.54);
border-radius: 3px;
position: relative;
transition: 0.25s;
background-color: rgba(0,0,0,0.08);
}
.elm-switch-container .elm-switch.elm-switch--selected {
border-color: rgba(0,0,0,0.08);
background-color: #60b5cd;
}
.elm-switch-container .elm-switch .elm-switch__switch-indicator {
display: flex;
background-color: #fff;
transition: 0.25s;
color: rgba(0,0,0,0.54);
text-align: center;
position: absolute;
top: -2px;
left: -2px;
height: 44px;
width: 44px;
line-height: 12px;
box-sizing: border-box;
border: solid 3px rgba(0,0,0,0.54);
border-radius: 3px;
}
.elm-switch-container .elm-switch .elm-switch__switch-indicator--toggled {
left: 38px;
color: #60b5cd;
border: solid 3px rgba(0,0,0,0.54);
}
._datepicker_container {
display: inline-block;
}
._datepicker_popupcontainer {
position: relative;
margin-top: -16px;
}
._datepicker_popup {
position: absolute;
}
._datepicker_popup--show {
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.16);
}
._datepicker_yearmonthheader {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 4px;
padding: 8px 0px;
height: 36px;
}
._datepicker_yearmonthheader__monthchangebutton {
cursor: pointer;
appearance: none;
background: none;
padding: 0px;
margin: 0px;
border: none;
padding: 8px;
}
._datepicker_yearmonthheader__monthchangebutton:focus {
outline: none;
}
._datepicker_yearmonthheader__monthchangebutton--disabled {
visibility: hidden;
}
._datepicker_yearmonthheader__monthchange {
cursor: pointer;
appearance: none;
background: none;
padding: 0px;
margin: 0px;
border: none;
display: inline-block;
width: 18px;
height: 18px;
}
._datepicker_yearmonthheader__monthchange:focus {
outline: none;
}
._datepicker_yearmonthheader__monthchange--next {
border-right: 2px solid #60b5cd;
border-bottom: 2px solid #60b5cd;
transform: rotate(-45deg);
}
._datepicker_yearmonthheader__monthchange--previous {
border-left: 2px solid #60b5cd;
border-top: 2px solid #60b5cd;
transform: rotate(-45deg);
}
._datepicker_textinput__input {
text-align: left;
min-width: 160px;
cursor: pointer;
}
._datepicker_weekheader {
display: inline-block;
line-height: 1.15;
}
._datepicker_weekheader__day {
user-select: none;
display: inline-block;
text-align: center;
font-size: 12px;
padding: 0px;
width: 36px;
}
._datepicker_monthcontainer {
position: relative;
width: 253px;
height: 217px;
overflow: hidden;
}
._datepicker_month {
position: absolute;
left: 0px;
top: 0px;
width: 253px;
box-sizing: border-box;
display: inline-block;
border-top: 1px solid rgba(0,0,0,0.16);
border-left: 1px solid rgba(0,0,0,0.16);
animation-duration: 0.33s;
animation-fill-mode: forwards;
}
._datepicker_month--slideinright {
animation-name: slideinright;
}
._datepicker_month--slideoutright {
animation-name: slideoutright;
}
._datepicker_month--slideinleft {
animation-name: slideinleft;
}
._datepicker_month--slideoutleft {
animation-name: slideoutleft;
}
._datepicker_week {
display: inline-block;
}
._datepicker_day {
cursor: pointer;
appearance: none;
background: none;
padding: 0px;
margin: 0px;
border: none;
user-select: none;
display: table-cell;
text-align: center;
vertical-align: middle;
width: 36px;
height: 36px;
font-size: 12px;
box-sizing: border-box;
border-right: 1px solid rgba(0,0,0,0.16);
border-bottom: 1px solid rgba(0,0,0,0.16);
font-weight: bold;
}
._datepicker_day:focus {
outline: none;
}
._datepicker_day--empty {
cursor: default;
}
._datepicker_day--disabled {
opacity: 0.5;
cursor: not-allowed;
}
._datepicker_day:hover:not(._datepicker_day--empty) {
background-color: #60b5cd;
color: #fff;
}
@-moz-keyframes slideinright {
from {
transform: translateX(-253px);
}
to {
transform: translateX(0);
}
}
@-webkit-keyframes slideinright {
from {
transform: translateX(-253px);
}
to {
transform: translateX(0);
}
}
@-o-keyframes slideinright {
from {
transform: translateX(-253px);
}
to {
transform: translateX(0);
}
}
@keyframes slideinright {
from {
transform: translateX(-253px);
}
to {
transform: translateX(0);
}
}
@-moz-keyframes slideoutright {
from {
transform: translateX(0);
}
to {
transform: translateX(253px);
}
}
@-webkit-keyframes slideoutright {
from {
transform: translateX(0);
}
to {
transform: translateX(253px);
}
}
@-o-keyframes slideoutright {
from {
transform: translateX(0);
}
to {
transform: translateX(253px);
}
}
@keyframes slideoutright {
from {
transform: translateX(0);
}
to {
transform: translateX(253px);
}
}
@-moz-keyframes slideinleft {
from {
transform: translateX(253px);
}
to {
transform: translateX(0);
}
}
@-webkit-keyframes slideinleft {
from {
transform: translateX(253px);
}
to {
transform: translateX(0);
}
}
@-o-keyframes slideinleft {
from {
transform: translateX(253px);
}
to {
transform: translateX(0);
}
}
@keyframes slideinleft {
from {
transform: translateX(253px);
}
to {
transform: translateX(0);
}
}
@-moz-keyframes slideoutleft {
from {
transform: translateX(0);
}
to {
transform: translateX(-253px);
}
}
@-webkit-keyframes slideoutleft {
from {
transform: translateX(0);
}
to {
transform: translateX(-253px);
}
}
@-o-keyframes slideoutleft {
from {
transform: translateX(0);
}
to {
transform: translateX(-253px);
}
}
@keyframes slideoutleft {
from {
transform: translateX(0);
}
to {
transform: translateX(-253px);
}
} | FormElements.css | .eti-container {
position: relative;
background-color: rgba(0,0,0,0.08);
max-width: 280px;
margin-bottom: 16px;
height: 48px;
display: flex;
align-items: center;
cursor: text;
border-radius: 3px;
color: #293c4b;
}
.eti-container.eti-outline {
background-color: transparent;
border: solid 1px #293c4b;
}
.eti-container.eti-outline--focused {
border: solid 1px #60b5cd;
box-shadow: 0px 0px 0px 1px #60b5cd;
}
.eti-container .eti-text-input__wrapper {
display: flex;
width: 100%;
}
.eti-container .eti-text-input__input {
background-color: transparent;
border: none;
outline: none;
font-size: 16px;
height: calc(48px - 8px);
padding: 8px 8px 0px 8px;
width: 100%;
}
.eti-container .eti-text-input__label {
line-height: 1.15;
position: absolute;
top: 4px;
font-size: 16px;
transition: 0.25s;
padding-left: 8px;
pointer-events: none;
top: calc(50% - 8px);
color: rgba(0,0,0,0.54);
}
.eti-container .eti-text-input__label--raised {
top: 2px;
font-size: 12px;
}
.eti-container .eti-text-input__label--active {
color: #60b5cd;
}
.eti-container .eti-bottom-line__container {
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 2px;
background-color: rgba(0,0,0,0.16);
}
.eti-container .eti-bottom-line__relative-wrapper {
position: relative;
}
.eti-container .eti-bottom-line__highlighter {
position: absolute;
z-index: 1;
transition: 0.25s;
left: 50%;
right: 50%;
height: 2px;
background-color: #60b5cd;
}
.eti-container .eti-bottom-line__highlighter--active {
left: 0%;
right: 0%;
}
.eti-container .eti-bottom-text {
font-size: 12px;
padding-left: 8px;
position: absolute;
top: 52px;
line-height: 1.15;
}
.eti-container .eti-bottom-text--error {
color: #b00020;
}
.eti-container .eti-bottom-text--helper {
color: rgba(0,0,0,0.54);
}
.ess-container {
position: relative;
}
.ess-container .ess-option-list-container {
box-shadow: none;
background-color: #fff;
opacity: 1;
position: absolute;
top: 46px;
max-height: 0px;
overflow: auto;
}
.ess-container .ess-option-list-container--open {
z-index: 100;
background-color: #fff;
max-height: 500px;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.16);
}
.ess-container .ess-clear-button {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-weight: bold;
font-size: 20px;
color: #fff;
background-color: #60b5cd;
display: inline-block;
cursor: pointer;
border-radius: 3px;
position: absolute;
top: -8px;
right: -8px;
transition: 0.5s;
opacity: 0;
transform: rotate(180deg);
}
.ess-container .ess-clear-button--show {
opacity: 1;
transform: rotate(0deg);
}
.ess-container .ess-option-list__button {
cursor: pointer;
display: flex;
align-items: center;
text-align: left;
font-size: 20px;
padding: 8px;
border: none;
outline: none;
background-color: transparent;
width: 100%;
}
.ess-container .ess-option-list__button:focus {
outline: none;
}
.ess-container .ess-option-list__button--focused {
background-color: rgba(0,0,0,0.08);
}
.ess-container .ess-option-list__word {
color: rgba(0,0,0,0.54);
line-height: 1.15;
}
.ess-container .ess-option-list__word--match {
color: #293c4b;
}
.erb-checkmark {
width: 16px;
height: 10px;
box-sizing: border-box;
transform: translateY(-4px) rotate(-45deg);
border-left: 4px solid #fff;
border-bottom: 4px solid #fff;
display: inline-block;
}
.erb-container {
display: flex;
align-items: center;
justify-content: flex-start;
cursor: pointer;
padding: 8px;
color: #293c4b;
}
.erb-hidden-checkbox {
width: 0px;
height: 0px;
overflow: hidden;
}
.erb-circle-group {
position: relative;
}
.erb-circle-group__outer {
border-radius: 50%;
border: solid 2px #60b5cd;
width: 24px;
height: 24px;
line-height: 100%;
text-align: center;
margin-right: 16px;
box-sizing: border-box;
transition: 0.25s;
}
.erb-square-group__outer--selected {
background-color: #60b5cd;
}
.erb-square-group__outer {
font-size: 20px;
border-radius: 3px;
border: solid 2px #60b5cd;
width: 24px;
height: 24px;
line-height: 100%;
text-align: center;
margin-right: 16px;
box-sizing: border-box;
transition: 0.25s;
color: #fff;
}
.erb-square-group__inner {
line-height: 1;
}
.erb-circle-group__outer--selected {
border: solid 3px #60b5cd;
}
.erb-circle-group__inner {
display: inline-block;
border-radius: 50%;
top: 0;
left: 0;
border: solid 0px #60b5cd;
width: 0px;
height: 0px;
transition: 0.25s;
background-color: #60b5cd;
margin-top: 3px;
}
.erb-circle-group__inner--selected {
width: 12px;
height: 12px;
margin-top: 3px;
}
.elm-switch-container {
display: inline-block;
line-height: 1.15;
}
.elm-switch-container .elm-switch__label {
color: rgba(0,0,0,0.54);
line-height: 1.15;
font-size: 12px;
}
.elm-switch-container .elm-switch__label--toggled {
color: #60b5cd;
}
.elm-switch-container .elm-switch {
display: inline-block;
width: 80px;
height: 40px;
margin: 4px 0px;
cursor: pointer;
border: solid 1px rgba(0,0,0,0.54);
border-color: rgba(0,0,0,0.54);
border-radius: 3px;
position: relative;
transition: 0.25s;
background-color: rgba(0,0,0,0.08);
}
.elm-switch-container .elm-switch.elm-switch--selected {
border-color: rgba(0,0,0,0.08);
background-color: #60b5cd;
}
.elm-switch-container .elm-switch .elm-switch__switch-indicator {
display: flex;
background-color: #fff;
transition: 0.25s;
color: rgba(0,0,0,0.54);
text-align: center;
position: absolute;
top: -2px;
left: -2px;
height: 44px;
width: 44px;
line-height: 12px;
box-sizing: border-box;
border: solid 3px rgba(0,0,0,0.54);
border-radius: 3px;
}
.elm-switch-container .elm-switch .elm-switch__switch-indicator--toggled {
left: 38px;
color: #60b5cd;
border: solid 3px rgba(0,0,0,0.54);
}
._datepicker_container {
display: inline-block;
}
._datepicker_popupcontainer {
position: relative;
margin-top: -16px;
}
._datepicker_popup {
position: absolute;
}
._datepicker_popup--show {
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.16);
}
._datepicker_yearmonthheader {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 4px;
padding: 8px 0px;
height: 36px;
}
._datepicker_yearmonthheader__monthchangebutton {
cursor: pointer;
appearance: none;
background: none;
padding: 0px;
margin: 0px;
border: none;
padding: 8px;
}
._datepicker_yearmonthheader__monthchangebutton:focus {
outline: none;
}
._datepicker_yearmonthheader__monthchangebutton--disabled {
visibility: hidden;
}
._datepicker_yearmonthheader__monthchange {
cursor: pointer;
appearance: none;
background: none;
padding: 0px;
margin: 0px;
border: none;
display: inline-block;
width: 18px;
height: 18px;
}
._datepicker_yearmonthheader__monthchange:focus {
outline: none;
}
._datepicker_yearmonthheader__monthchange--next {
border-right: 2px solid #60b5cd;
border-bottom: 2px solid #60b5cd;
transform: rotate(-45deg);
}
._datepicker_yearmonthheader__monthchange--previous {
border-left: 2px solid #60b5cd;
border-top: 2px solid #60b5cd;
transform: rotate(-45deg);
}
._datepicker_textinput__input {
text-align: left;
min-width: 160px;
cursor: pointer;
}
._datepicker_weekheader {
display: inline-block;
line-height: 1.15;
}
._datepicker_weekheader__day {
user-select: none;
display: inline-block;
text-align: center;
font-size: 12px;
padding: 0px;
width: 36px;
}
._datepicker_monthcontainer {
position: relative;
width: 253px;
height: 217px;
overflow: hidden;
}
._datepicker_month {
position: absolute;
left: 0px;
top: 0px;
width: 253px;
box-sizing: border-box;
display: inline-block;
border-top: 1px solid rgba(0,0,0,0.16);
border-left: 1px solid rgba(0,0,0,0.16);
animation-duration: 0.33s;
animation-fill-mode: forwards;
}
._datepicker_month--slideinright {
animation-name: slideinright;
}
._datepicker_month--slideoutright {
animation-name: slideoutright;
}
._datepicker_month--slideinleft {
animation-name: slideinleft;
}
._datepicker_month--slideoutleft {
animation-name: slideoutleft;
}
._datepicker_week {
display: inline-block;
}
._datepicker_day {
cursor: pointer;
appearance: none;
background: none;
padding: 0px;
margin: 0px;
border: none;
user-select: none;
display: table-cell;
text-align: center;
vertical-align: middle;
width: 36px;
height: 36px;
font-size: 12px;
box-sizing: border-box;
border-right: 1px solid rgba(0,0,0,0.16);
border-bottom: 1px solid rgba(0,0,0,0.16);
font-weight: bold;
}
._datepicker_day:focus {
outline: none;
}
._datepicker_day--empty {
cursor: default;
}
._datepicker_day--disabled {
opacity: 0.5;
cursor: not-allowed;
}
._datepicker_day:hover:not(._datepicker_day--empty) {
background-color: #60b5cd;
color: #fff;
}
@-moz-keyframes slideinright {
from {
transform: translateX(-253px);
}
to {
transform: translateX(0);
}
}
@-webkit-keyframes slideinright {
from {
transform: translateX(-253px);
}
to {
transform: translateX(0);
}
}
@-o-keyframes slideinright {
from {
transform: translateX(-253px);
}
to {
transform: translateX(0);
}
}
@keyframes slideinright {
from {
transform: translateX(-253px);
}
to {
transform: translateX(0);
}
}
@-moz-keyframes slideoutright {
from {
transform: translateX(0);
}
to {
transform: translateX(253px);
}
}
@-webkit-keyframes slideoutright {
from {
transform: translateX(0);
}
to {
transform: translateX(253px);
}
}
@-o-keyframes slideoutright {
from {
transform: translateX(0);
}
to {
transform: translateX(253px);
}
}
@keyframes slideoutright {
from {
transform: translateX(0);
}
to {
transform: translateX(253px);
}
}
@-moz-keyframes slideinleft {
from {
transform: translateX(253px);
}
to {
transform: translateX(0);
}
}
@-webkit-keyframes slideinleft {
from {
transform: translateX(253px);
}
to {
transform: translateX(0);
}
}
@-o-keyframes slideinleft {
from {
transform: translateX(253px);
}
to {
transform: translateX(0);
}
}
@keyframes slideinleft {
from {
transform: translateX(253px);
}
to {
transform: translateX(0);
}
}
@-moz-keyframes slideoutleft {
from {
transform: translateX(0);
}
to {
transform: translateX(-253px);
}
}
@-webkit-keyframes slideoutleft {
from {
transform: translateX(0);
}
to {
transform: translateX(-253px);
}
}
@-o-keyframes slideoutleft {
from {
transform: translateX(0);
}
to {
transform: translateX(-253px);
}
}
@keyframes slideoutleft {
from {
transform: translateX(0);
}
to {
transform: translateX(-253px);
}
} | 0.446977 | 0.061143 |
@charset "UTF-8";
*,
:after,
:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
button,
html,
input,
select,
textarea {
font-family: inherit
} overflow: hidden;
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block
}
body,
button,
fieldset,
form,
input,
legend,
select,
textarea {
margin: 0
}
audio:not([controls]) {
display: none;
height: 0
}
audio,
canvas,
progress,
video {
display: inline-block
}
progress {
vertical-align: baseline
}
[hidden],
template {
display: none
}
img {
border-style: none
}
svg:not(:root) {
overflow: hidden
}
body {
font-family: interface, Helvetica, Arial, sans-serif;
font-size: 18px !important;
line-height: 24px;
color: #333;
font-weight: 300 !important;
background: #fff;
overflow-x: hidden;
}
p {
margin: 0 0 20px 0
}
a {
color: #2a6ebb;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects
}
a:active,
a:hover {
color: #4387d5;
outline-width: 0;
text-decoration: underline
}
.accordion.faqs dt a,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: interface, Helvetica, Arial, sans-serif;
margin: 0
}
.accordion.faqs dt a.grey-bg,
h1.grey-bg,
h2.grey-bg,
h3.grey-bg,
h4.grey-bg,
h5.grey-bg,
h6.grey-bg {
background: #eee;
padding: 10px 20px;
margin: 0
}
.accordion.faqs dt a.teal-bg,
h1.teal-bg,
h2.teal-bg,
h3.teal-bg,
h4.teal-bg,
h5.teal-bg,
h6.teal-bg {
background: #bf007c;
padding: 10px 20px;
margin: 0;
color: #fff;
font-weight: 400
}
.fs-1,
h1 {
font-size: 32px;
line-height: 38px;
}
.accordion.faqs dt a,
.fs-2,
h2 {
font-size: 26px;
line-height: 32px;
}
.fs-3,
.widget-title,
h3 {
font-size: 22px;
line-height: 28px;
}
.fs-4,
h4 {
font-size: 18px;
line-height: 24px;
}
.fs-5,
h5 {
font-size: 16px;
line-height: 22px;
}
.fs-6,
h6 {
font-size: 14px;
line-height: 20px;
}
h1 {
margin-bottom: .7em !important;
color: #000 !important;
font-weight: 700 !important;
}
.accordion.faqs dt a,
h2 {
margin-bottom: .7em !important;
color: #000 !important;
font-weight: 700 !important;
}
h3 {
margin-bottom: .7em !important;
color: #000 !important;
font-weight: 700 !important;
}
h4 {
margin-bottom: .7em !important;
color: #000 !important;
font-weight: 700 !important;
}
h5 {
margin-bottom: .1em !important;
color: #000 !important;
font-weight: 700 !important;
}
h6 {
margin-bottom: .1em !important;
color: #000 !important;
font-weight: 700 !important;
}
.trusted-content p {
padding-left: 125px
}
.type img {
display: block;
max-width: 100%;
height: auto;
margin-bottom: 20px
}
.type img.alignleft,
.type img.alignright {
display: inline-block;
margin-bottom: 0
}
.type img.alignleft {
float: left;
margin-right: 10px;
margin-top: 12px
}
.type img.alignright {
float: right;
margin-left: 5px
}
.type p.lead {
font-size: 22px;
line-height: 28px;
}
.accordion.faqs dt .type a,
.type .accordion.faqs dt a,
.type h2 {
font-weight: 200;
font-size: 30px;
line-height: 32px;
color: #565759
}
.type ol,
.type ul {
padding: 0 0 0 20px
}
.type ol li,
.type ul li {
margin-bottom: .4em
}
.type ol {
margin: 0 0 20px 0
}
.type ol li {
margin-bottom: .4em
}
.type ul {
list-style: none;
padding: 0;
margin: 0 0 20px 0
}
.type ul li {
padding-left: 1em;
text-indent: -.7em
}
.type ul li:before {
content: "•";
padding-right: 7px;
color: #2a6ebb
}
.type ul.sitemap ul.children {
margin-top: 5px
}
.type .hr,
.type hr {
background: #2a6ebb;
height: 2px
}
.type .hr.red,
.type hr.red {
background: #ff4612
}
.accordion.faqs dt .type a a,
.type .accordion.faqs dt a a,
.type h2 a {
color: #565759
}
.accordion.faqs dt .type a a:hover,
.type .accordion.faqs dt a a:hover,
.type h2 a:hover {
text-decoration: none;
color: #000
}
.strong,
b,
strong {
font-weight: 700
}
.em,
em {
font-style: italic
}
.abbr[title],
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
}
dfn {
font-style: italic
}
.small,
small {
font-size: 13px;
line-height: 16px;
}
span.post-date {
font-size: 15px;
line-height: 20px;
color: #b4b4b4;
font-style: italic
}
.mark,
mark {
background-color: #ff0;
color: #000
}
.sub,
.sup,
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
.sub,
sub {
bottom: -.25em
}
.sup,
sup {
top: -.5em
}
.del,
del {
text-decoration: line-through
}
figure {
margin: 1em 40px
}
.hr,
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 1px;
background: #eee;
border: 0;
margin-top: 20px;
margin-bottom: 20px
}
ol,
ul {
margin: 20px 0;
padding: 0 0 0 40px
}
dl:after,
dl:before {
content: " ";
display: table
}
dl:after {
clear: both
}
dl dt {
float: left;
width: 25%;
display: block;
font-weight: 400
}
dl dd {
overflow: hidden;
display: block
}
.blockquote,
blockquote {
font-family: interface, Helvetica, Arial, sans-serif;
font-style: italic;
position: relative;
margin: 0;
padding: 45px 20px 10px 45px;
color: #747678;
font-weight: 200;
font-style: normal;
font-size: 26px;
line-height: 34px;
}
.blockquote::before,
blockquote::before {
content: "";
background: url("http://localhost:8000/assets/quote-icon.svg");
background-repeat: no-repeat;
height: 80px;
width: 75px;
position: absolute;
top: 0;
left: 0
}
.blockquote p,
blockquote p {
font-size: 22px;
line-height: 28px;
margin-bottom: 0
}
.blockquote cite,
blockquote cite {
font-size: 15px;
line-height: 21px;
font-weight: 700;
font-style: normal
}
.blockquote-banner {
color: #fff
}
.blockquote-banner::before {
background: url("http://localhost:8000/assets/quote-icon-white.svg");
background-repeat: no-repeat;
height: 80px;
width: 75px;
position: absolute;
top: 0;
left: 0
}
caption {
font-size: inherit;
line-height: normal;
font-weight: 700;
text-align: left;
padding: 10px;
border-bottom: 1px solid #eee
}
.table-container {
width: 100%;
overflow-y: auto;
margin: 0 0 1em
}
.table-container::-webkit-scrollbar {
-webkit-appearance: none;
width: 14px;
height: 14px
}
.table-container::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3)
}
table {
font-size: 16px;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin: 0;
text-align: left;
margin-bottom: 20px;
border-color: #eee
}
table tbody td,
table tbody th,
table tfoot td,
table tfoot th,
table thead td,
table thead th {
color: #585858;
padding: 10px
}
@media screen and (min-width:980px) {
table tbody td,
table tbody th,
table tfoot td,
table tfoot th,
table thead td,
table thead th {
word-wrap: break-word
}
}
table tbody th,
table tfoot th,
table thead th {
background-color: #2a6ebb;
color: #fff
}
table tbody tr:nth-of-type(2n) {
background-color: #eee
}
code,
kbd,
pre,
samp {
font-size: 13px;
line-height: 18px;
word-wrap: break-word;
font-family: monospace, monospace;
color: #000;
background-color: transparent;
font-weight: 400;
padding: 0;
white-space: pre-wrap
}
pre {
padding: 10px;
overflow: auto;
border: 1px solid #d7d7d7
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
button,
input,
label,
optgroup,
select,
textarea {
color: #000;
font: inherit;
margin: 0
}
[type=date],
[type=email],
[type=number],
[type=password],
[type=tel],
[type=text] {
height: 36px;
padding: 10px;
background-color: #fff;
border: 1px solid #ccc;
-webkit-appearance: none;
-moz-appearance: textfield;
-webkit-border-radius: 0;
border-radius: 0
}
[type=date]:focus,
[type=email]:focus,
[type=number]:focus,
[type=password]:focus,
[type=tel]:focus,
[type=text]:focus {
background-color: #fff;
border-color: #f7c723;
outline: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=date]::-webkit-inner-spin-button {
display: none;
-webkit-appearance: none
}
[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
textarea {
padding: 10px;
background-color: #fff;
border: 1px solid #ccc;
overflow: auto
}
textarea:focus {
background-color: #fff;
border-color: #f7c723;
outline: 0
}
select {
text-transform: none;
height: 36px;
padding: 0 10px;
background-color: #fff;
border: 1px solid #ccc
}
select:focus {
background-color: #fff;
border-color: #f7c723;
outline: 0
}
optgroup {
font-weight: 700
}
option[default] {
display: none
}
button {
overflow: visible;
text-transform: none;
cursor: pointer
}
[type=reset],
[type=submit],
button,
html [type=button] {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText
}
button[disabled],
html input[disabled] {
cursor: not-allowed
}
::-webkit-input-placeholder {
color: #999
}
:-moz-placeholder {
color: #999
}
::-moz-placeholder {
color: #999
}
:-ms-input-placeholder {
color: #999
}
.button {
cursor: pointer;
background-color: #2a6ebb;
line-height: normal;
padding: .5em 1em;
text-decoration: none;
color: #fff;
display: inline-block;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s
}
.button:active,
.button:hover {
text-decoration: none
}
.button:hover {
background: #4387d5;
color: #fff
}
.button.button-newsletter {
width: 100%;
text-align: center;
background-color: #fff;
color: #2a6ebb;
font-weight: 500
}
.button.button-newsletter:hover {
background: #eee
}
.button-campaign {
text-align: center;
background-color: #fff;
border: 1px solid #80bd01;
color: #80bd01;
font-weight: 700;
text-transform: uppercase;
padding: .6em 2em;
font-size: 1.1em;
letter-spacing: .1em
}
.button-campaign:active,
.button-campaign:hover {
text-decoration: none;
color: #fff;
background-color: #64a416
}
.button-campaign-inverse {
text-align: center;
background-color: #80bd01;
border: 1px solid #80bd01;
color: #fff;
font-weight: 700;
text-transform: uppercase;
padding: .6em 2em;
font-size: 1.1em;
letter-spacing: .1em
}
.button-campaign-inverse:active,
.button-campaign-inverse:hover {
text-decoration: none;
color: #80bd01;
background-color: #fff
}
.button-campaign-pink {
text-align: center;
background-color: #bf007c;
border: 1px solid #bf007c;
color: #fff;
font-weight: 700;
text-transform: uppercase;
padding: .6em 2em;
font-size: 1.1em;
letter-spacing: .1em
}
.button-campaign-pink:active,
.button-campaign-pink:hover {
text-decoration: none;
color: #bf007c;
background-color: #fff
}
.button-campaign .fa {
font-size: 1.3em;
vertical-align: middle
}
.button-campaign-form {
border-top: 0;
border-left: 0;
border-right: 0;
text-transform: uppercase;
font-size: 1em;
font-weight: 700;
padding-top: 4px;
letter-spacing: .1em;
margin-top: 11px;
cursor: pointer;
background: #80bd01;
color: #fff;
border-bottom: 5px solid #64a416
}
.button-campaign-form:active,
.button-campaign-form:hover {
background-color: #64a416
}
.button-campaign-form--green {
background: #80bd01;
color: #fff;
border-bottom: 5px solid #64a416
}
.button-campaign-form--green:active,
.button-campaign-form--green:hover {
background-color: #64a416
}
.button-campaign-form--blue {
background: #2a6ebb;
color: #fff;
border-bottom: 5px solid #215691
}
.button-campaign-form--blue:active,
.button-campaign-form--blue:hover {
background-color: #215691
}
.button-campaign-form--pink {
background: #bf007c;
border-bottom: 5px solid #8c005b
}
.button-campaign-form--pink:active,
.button-campaign-form--pink:hover {
background-color: #8c005b
}
.button-access {
background-color: #2a6ebb;
position: relative;
font-weight: 500;
padding: 7px 12px;
font-size: 12px;
display: inline-block
}
@media screen and (min-width:450px) {
.button-access {
padding: 7px 12px 7px 38px;
font-size: 18px
}
}
@media screen and (min-width:769px) {
.button-access {
padding: 10px 10px 10px 45px
}
}
.button-access:before {
content: "";
background: url("http://localhost:8000/assets/key.svg");
background-repeat: no-repeat;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: 8px;
height: 21px;
width: 20px;
display: none
}
@media screen and (min-width:450px) {
.button-access:before {
padding: 7px 12px 7px 38px;
display: inherit
}
}
@media screen and (min-width:769px) {
.button-access:before {
left: 10px;
height: 26px;
width: 25px
}
}
.button-access:hover {
background-color: #4387d5
}
.button-link {
color: #2a6ebb;
text-decoration: underline;
border: 0;
background: 0 0;
padding: 0
}
.button-link:hover {
text-decoration: none
}
.button-link:active {
outline: 0
}
a.fasc-size-medium {
padding: 7px 33px;
font-size: 16px;
border: 0;
min-width: 160px;
text-align: center
}
.blue-bkg {
background: #2a6ebb
}
.light-bkg {
background: #eee
}
.light-blue-bkg {
background: #f2f7fb
}
.responsive-img {
display: block;
max-width: 100%;
height: auto
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
margin-bottom: 20px
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.test-non-existing-class {
display: none
}
.out-wrapper {
min-height: 100%;
position: relative
}
.site.wrapper {
position: relative;
-webkit-transition: all .5s;
-ms-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
width: 100%;
min-height: 100%;
background-color: #fff
}
.site.wrapper.open {
margin-left: -250px;
cursor: pointer
}
@media screen and (max-width:300px) {
.site.wrapper.open {
margin-left: -200px
}
}
.main-menu-nav {
position: absolute;
top: 0;
bottom: 0;
left: auto;
right: 0;
width: 250px;
padding: 62px 0;
overflow: hidden;
background-color: #2a6ebb
}
@media screen and (max-width:300px) {
.main-menu-nav {
width: 200px
}
}
.main-menu-nav .burger-close {
text-align: right
}
.main-menu-nav .burger-close img {
cursor: pointer
}
.main-menu-nav .nav-my-bmj {
background: #fff;
text-align: center;
padding: 20px;
margin-top: 15px;
position: relative;
border-bottom: 1px solid #2a6ebb
}
.main-menu-nav .nav-my-bmj .button {
width: 100%;
font-size: 20px;
line-height: 28px;
}
.main-menu-nav .nav-my-bmj::after {
content: '';
position: absolute;
top: -20px;
right: -12px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 0;
border-bottom: 20px solid #fff
}
.main-menu-nav .nav-my-bmj .nav-content-secondary ul {
margin: 20px 0 0 0;
padding: 0 0 0 30px;
list-style: none
}
.main-menu-nav .nav-my-bmj .nav-content-secondary ul li a {
font-size: 20px;
line-height: 30px;
}
.main-menu-nav .nav-content ul {
margin: 0;
padding: 0
}
.main-menu-nav .nav-content ul li {
border-bottom: 1px solid #fff;
text-align: right;
padding: 15px 20px
}
.main-menu-nav .nav-content ul li a {
color: #fff;
font-size: 24px;
line-height: 30px;
}
.main-menu-nav .nav-content ul li:hover {
background: #fff
}
.main-menu-nav .nav-content ul li:hover a {
color: #2a6ebb;
text-decoration: underline
}
.main-menu-nav .nav-content ul li ul {
display: none
}
header {
background: linear-gradient(#f9f9f9 55%, #ededed 100%);
position: relative;
z-index: 120
}
header .header-container {
padding-left: 0 !important;
padding-right: 0 !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 1185px !important;
position: relative
}
@media screen and (min-width:980px) {
header .header-container {
padding-left: 15px;
padding-right: 15px
}
}
header .logo-container img {
width: 100%;
display: block;
max-width: 280px
}
@media screen and (min-width:980px) {
header .logo-container img {
position: relative;
max-width: 340px
}
}
header .mobile-links {
text-align: right;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%)
}
header .burger {
position: relative;
display: inline-block;
cursor: pointer;
width: auto;
vertical-align: middle;
font-size: 42px;
line-height: 40px;
color: #2a6ebb;
margin: 0 10px 0 5px
}
header .primary-navigation ul,
header .secondary-navigation ul {
list-style: none;
margin: 0;
padding: 0
}
header .primary-navigation ul li,
header .secondary-navigation ul li {
margin: 0 10px;
display: inline-block
}
header .primary-navigation ul li a,
header .secondary-navigation ul li a {
color: #2a6ebb
}
header .primary-navigation ul li {
position: relative;
padding: 0 0 15px 0
}
@media screen and (min-width:1140px) {
header .primary-navigation ul li a {
font-size: 22px;
line-height: 28px;
}
}
header .primary-navigation ul li ul.sub-menu {
display: none;
position: absolute;
text-align: left;
margin: 0;
z-index: 11;
background-color: #fff;
width: 225px;
left: 0;
top: 33px;
-webkit-box-shadow: -4px 0 10px -2px #b4b4b4;
box-shadow: -4px 0 10px -2px #b4b4b4
}
@media screen and (min-width:1140px) {
header .primary-navigation ul li ul.sub-menu {
top: 43px
}
}
header .primary-navigation ul li ul.sub-menu li {
width: 100%;
padding: 15px 20px;
margin: 0
}
header .primary-navigation ul li ul.sub-menu li a {
display: block;
font-size: 18px;
line-height: 24px;
}
header .primary-navigation ul li ul.sub-menu li:not(:last-child) {
border-bottom: 2px solid #f2f7fb
}
header .primary-navigation ul li.hover ul {
display: block
}
header .secondary-navigation div {
display: inline-block
}
header .secondary-navigation {
display: inline-block
}
@media screen and (min-width:769px) {
header .secondary-navigation {
display: block
}
}
header .secondary-navigation ul li {
margin: 0 10px 0 0
}
header .secondary-navigation .wpml-ls-current-language {
position: relative;
padding: 8px
}
@media screen and (min-width:420px) {
header .secondary-navigation .wpml-ls-current-language {
margin-right: 5px;
padding: 8px 16px
}
}
@media screen and (min-width:769px) {
header .secondary-navigation .wpml-ls-current-language {
border-right: 1px solid #b4b4b4;
margin-right: 15px;
padding: 8px 20px
}
}
header .secondary-navigation .wpml-ls-current-language:focus,
header .secondary-navigation .wpml-ls-current-language:hover {
background-color: #fff
}
header .secondary-navigation .wpml-ls-current-language:focus .sub-menu,
header .secondary-navigation .wpml-ls-current-language:hover .sub-menu {
display: block
}
header .secondary-navigation .wpml-ls-current-language>a {
font-size: 18px;
color: #000;
pointer-events: none
}
header .secondary-navigation .wpml-ls-current-language>a:focus,
header .secondary-navigation .wpml-ls-current-language>a:hover {
text-decoration: none
}
header .secondary-navigation .wpml-ls-current-language>a:after {
display: none;
content: "\25BC";
font-size: 8px;
margin-left: 8px;
vertical-align: top
}
@media screen and (min-width:769px) {
header .secondary-navigation .wpml-ls-current-language>a:after {
display: inline-block
}
}
header .secondary-navigation .wpml-ls-current-language>a.hover ul {
display: block
}
header .secondary-navigation .wpml-ls-current-language>a .wpml-ls-display,
header .secondary-navigation .wpml-ls-current-language>a .wpml-ls-native {
display: none
}
@media screen and (min-width:769px) {
header .secondary-navigation .wpml-ls-current-language>a .wpml-ls-display,
header .secondary-navigation .wpml-ls-current-language>a .wpml-ls-native {
display: inline-block;
margin-left: 8px
}
}
header .secondary-navigation .wpml-ls-current-language .sub-menu {
display: none;
position: absolute;
text-align: left;
margin: 0;
z-index: 11;
background-color: #fff;
left: 0;
top: 0;
padding: 8px 20px;
width: 240px;
top: 40px;
border-right: 1px solid #b4b4b4;
border-bottom: 1px solid #b4b4b4
}
@media screen and (min-width:769px) {
header .secondary-navigation .wpml-ls-current-language .sub-menu {
padding: 0 20px 8px 20px
}
}
header .secondary-navigation .wpml-ls-current-language .sub-menu li {
width: 100%
}
header .secondary-navigation .wpml-ls-current-language .sub-menu li a {
display: inline-block;
width: 100%;
padding: 12px 0;
color: #000
}
@media screen and (min-width:769px) {
header .secondary-navigation .wpml-ls-current-language .sub-menu li a {
padding: 8px 0
}
}
header .secondary-navigation .wpml-ls-current-language .sub-menu li a .wpml-ls-native {
margin-left: 8px
}
footer .footer-container {
padding-left: 0;
padding-right: 0
}
@media screen and (min-width:980px) {
footer .footer-container {
display: flex;
padding-left: 15px;
padding-right: 15px
}
}
footer .blue-bkg {
padding-top: 30px;
padding-bottom: 0
}
@media screen and (min-width:980px) {
footer .blue-bkg {
padding-bottom: 30px
}
}
footer .blue-bkg h3,
footer .blue-bkg p {
color: #fff !important;
}
.blue-bkg h1 {
color: #fff !important;
font-weight: 300 !important;
}
footer .footer-col-1,
footer .footer-col-2 {
margin-bottom: 40px
}
@media screen and (min-width:980px) {
footer .footer-col-1,
footer .footer-col-2 {
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px
}
footer .footer-col-1::after,
footer .footer-col-2::after {
content: "";
height: 100%;
width: 1px;
background: rgba(255, 255, 255, .5);
display: block;
position: absolute;
right: 0;
top: 0;
opacity: .5
}
}
footer .footer-col-3 {
padding-left: 0;
padding-right: 0
}
@media screen and (min-width:980px) {
footer .footer-col-3 {
padding-left: 15px;
padding-right: 15px
}
}
footer .site-footer-copyright {
padding-left: 0;
padding-right: 0
}
@media screen and (min-width:980px) {
footer .site-footer-copyright {
padding-left: 15px;
padding-right: 15px
}
}
footer .site-footer-copyright p {
margin: 0
}
footer .newsletter-signup {
background: #b4cfee;
padding: 10px
}
footer .newsletter-signup h3 {
color: #2a6ebb;
text-transform: uppercase;
font-weight: 400
}
footer .newsletter-signup h3 i {
margin-right: 5px
}
footer .newsletter-signup input {
width: 100%
}
footer .social-icons {
text-align: center
}
footer .social-icons h3 {
text-align: left
}
footer .social-icons a {
display: inline-block;
margin: 10px 15px
}
footer .social-icons a i.fa {
color: #fff;
font-size: 35px
}
footer #menu-helpful-links,
footer .footer-col-1 div ul {
margin: 0;
padding: 0;
list-style: none;
width: 100%
}
footer #menu-helpful-links li,
footer .footer-col-1 div ul li {
width: 50%
}
footer #menu-helpful-links li a,
footer .footer-col-1 div ul li a {
color: #fff;
display: inline-block;
margin-bottom: 10px
}
footer #menu-helpful-links li:nth-child(odd),
footer .footer-col-1 div ul li:nth-child(odd) {
float: left
}
footer #menu-helpful-links li:nth-child(even),
footer .footer-col-1 div ul li:nth-child(even) {
float: right
}
.accordion.faqs dt .page-home .content-area a,
.page-home .content-area .accordion.faqs dt a,
.page-home .content-area h2 {
color: #565759;
font-weight: 200
}
@media screen and (min-width:980px) {
.accordion.faqs dt .page-home .content-area a,
.page-home .content-area .accordion.faqs dt a,
.page-home .content-area h2 {
font-size: 40px;
line-height: 46px;
}
}
.container.homepage-boxes {
padding-left: 0;
padding-right: 0
}
@media screen and (min-width:980px) {
.container.homepage-boxes {
padding-left: 15px;
padding-right: 15px
}
}
.container.homepage-boxes .box-blue,
.container.homepage-boxes .box-green,
.container.homepage-boxes .box-white {
padding: 20px;
min-height: 355px
}
@media screen and (min-width:769px) {
.container.homepage-boxes .box-blue,
.container.homepage-boxes .box-green,
.container.homepage-boxes .box-white {
min-height: 315px
}
}
.container.homepage-boxes .box-blue p,
.container.homepage-boxes .box-green p,
.container.homepage-boxes .box-white p {
margin: 20px 0;
font-size: 22px;
line-height: 32px;
}
@media screen and (min-width:769px) {
.container.homepage-boxes .box-blue p,
.container.homepage-boxes .box-green p,
.container.homepage-boxes .box-white p {
min-height: 192px
}
}
.container.homepage-boxes .box-blue a,
.container.homepage-boxes .box-green a,
.container.homepage-boxes .box-white a {
letter-spacing: 1px;
font-weight: 400;
border-radius: 2px;
text-transform: uppercase
}
.accordion.faqs dt .container.homepage-boxes .box-blue a,
.accordion.faqs dt .container.homepage-boxes .box-green a,
.accordion.faqs dt .container.homepage-boxes .box-white a,
.container.homepage-boxes .box-blue .accordion.faqs dt a,
.container.homepage-boxes .box-blue h2,
.container.homepage-boxes .box-green .accordion.faqs dt a,
.container.homepage-boxes .box-green h2,
.container.homepage-boxes .box-white .accordion.faqs dt a,
.container.homepage-boxes .box-white h2 {
margin: 0;
font-size: 50px;
line-height: 78px;
}
.container.homepage-boxes .box-white {
background: #fff;
border-top: 2px solid #2a6ebb;
border-bottom: 2px solid #2a6ebb
}
@media screen and (min-width:980px) {
.container.homepage-boxes .box-white {
border: 2px solid #2a6ebb
}
}
.accordion.faqs dt .container.homepage-boxes .box-white a,
.container.homepage-boxes .box-white .accordion.faqs dt a,
.container.homepage-boxes .box-white h2,
.container.homepage-boxes .box-white p {
color: #2a6ebb
}
.container.homepage-boxes .box-blue {
background: #2a6ebb
}
.accordion.faqs dt .container.homepage-boxes .box-blue a,
.container.homepage-boxes .box-blue .accordion.faqs dt a,
.container.homepage-boxes .box-blue h2,
.container.homepage-boxes .box-blue p {
color: #fff
}
.container.homepage-boxes .box-blue a {
background: #2a6ebb;
border: 1px solid #fff;
color: #fff
}
.container.homepage-boxes .box-blue a:hover {
background: #fff;
color: #2a6ebb
}
.container.homepage-boxes .box-green {
background: #00756f
}
.accordion.faqs dt .container.homepage-boxes .box-green a,
.container.homepage-boxes .box-green .accordion.faqs dt a,
.container.homepage-boxes .box-green h2,
.container.homepage-boxes .box-green p {
color: #fff
}
.container.homepage-boxes .box-green a {
background: #00756f;
border: 1px solid #fff;
color: #fff
}
.container.homepage-boxes .box-green a:hover {
background: #fff;
color: #00756f
}
.container.homepage-boxes .box-1,
.container.homepage-boxes .box-2,
.container.homepage-boxes .box-3 {
padding-bottom: 20px
}
@media screen and (min-width:980px) {
.container.homepage-boxes .box-1,
.container.homepage-boxes .box-2,
.container.homepage-boxes .box-3 {
padding-bottom: 0
}
}
.container.homepage-boxes .box-1 {
padding-left: 0;
padding-right: 0
}
@media screen and (min-width:980px) {
.container.homepage-boxes .box-1 {
padding-left: 15px;
padding-right: 15px
}
}
.container.homepage-boxes .box-2 {
padding-left: 0;
padding-right: 0;
min-height: 315px
}
@media screen and (min-width:980px) {
.container.homepage-boxes .box-2 {
padding-left: 15px;
padding-right: 15px
}
}
.container.homepage-boxes .box-3 {
padding-left: 15px;
padding-right: 15px
}
ul.whats-new {
list-style: none;
margin: 0;
padding: 0
}
ul.whats-new li {
display: block;
padding: 5px 0
}
ul.whats-new li i.fa {
margin-right: 10px
}
.hero.featured-image {
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
min-height: 200px;
display: flex;
align-items: center
}
@media screen and (min-width:980px) {
.hero.featured-image {
min-height: 320px
}
}
.hero__text {
padding: 25px 20px;
background: #2a6ebb;
background: rgba(42, 110, 187, .75);
max-width: 100%;
display: block
}
@media screen and (min-width:769px) {
.hero__text {
width: 45%
}
}
.hero__text h1 {
font-size: 28px;
line-height: 32px;
font-weight: 500;
margin-bottom: .3em;
color: #fff
}
.accordion.faqs dt .hero__text a,
.hero__text .accordion.faqs dt a,
.hero__text h2 {
font-size: 18px;
line-height: 24px;
margin-bottom: 0;
margin-top: 10px;
color: #fff;
font-weight: 300
}
.accordion.faqs dt .page-header a,
.page-header .accordion.faqs dt a,
.page-header h1,
.page-header h2 {
font-size: 32px;
line-height: 38px;
color: #fff;
margin: 0;
font-weight: 300
}
@media screen and (min-width:980px) {
.accordion.faqs dt .page-header a,
.page-header .accordion.faqs dt a,
.page-header h1,
.page-header h2 {
font-size: 52px;
line-height: 58px;
}
}
.page-header h3 {
font-size: 21px;
line-height: 48px;
color: #fff;
margin: 0;
font-weight: 300;
display: inline-block;
line-height: 48px
}
@media screen and (min-width:980px) {
.page-header h3 {
font-size: 24px;
}
}
.page-header__button {
float: right;
background-color: #bf007c;
padding: 12px 20px;
color: #fff;
text-decoration: none;
font-weight: 300
}
.page-header__button:focus,
.page-header__button:hover {
background-color: #9a0265;
color: #fff;
text-decoration: none
}
.post-details .post-img {
margin-bottom: 20px
}
.container.page-home-container {
margin-bottom: 30px;
padding: 0
}
@media screen and (min-width:980px) {
.container.page-home-container {
padding: 0 15px
}
}
.container.page-home-container .sidebar-area {
margin-top: 0;
padding: 0
}
@media screen and (min-width:980px) {
.container.page-home-container .sidebar-area {
margin-top: 0;
padding: 0 15px
}
}
.container.page-sub-container {
margin-bottom: 30px;
padding: 0
}
@media screen and (min-width:980px) {
.container.page-sub-container {
padding: 0 15px
}
}
.container.page-sub-container .sidebar-area {
margin-top: 30px;
padding: 0
}
@media screen and (min-width:980px) {
.container.page-sub-container .sidebar-area {
margin-top: 0;
padding: 0 15px
}
}
.page-landing-container .content-area {
padding-bottom: 20px;
margin-bottom: 30px
}
.container.breadcrumb-container {
border-bottom: 1px solid #eee;
margin-bottom: 20px;
padding: 20px 0
}
.container.breadcrumb-container--blue {
border-bottom: 2px solid #2a6ebb
}
@media screen and (min-width:980px) {
.container.breadcrumb-container {
padding: 20px 15px
}
}
.container.breadcrumb-container .breadcrumb {
font-size: 16px;
color: #000;
font-weight: 600
}
.container.breadcrumb-container .breadcrumb i.fa {
color: #646464;
margin: 0 5px
}
.container.breadcrumb-container .breadcrumb a {
font-weight: 300;
color: #2a6ebb
}
.breadcrumb-container--clean .breadcrumb a:first-child {
display: none
}
.img-container {
display: block;
margin: 0 0 20px 0;
position: relative
}
@media screen and (min-width:980px) {
.img-container:hover .overlay-holder {
top: 0;
-webkit-transition: top .4s ease-out;
-ms-transition: top .4s ease-out;
-moz-transition: top .4s ease-out;
-o-transition: top .4s ease-out;
transition: top .4s ease-out
}
}
.img-container img {
max-width: 100%;
display: block
}
.overlay-holder {
position: relative;
top: 71%;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
padding: 10px 20px;
-webkit-transition: top .4s ease-out;
-ms-transition: top .4s ease-out;
-moz-transition: top .4s ease-out;
-o-transition: top .4s ease-out;
transition: top .4s ease-out;
background: #2a6ebb
}
@media screen and (min-width:980px) {
.overlay-holder {
position: absolute
}
}
@media screen and (min-width:980px) {
.overlay-holder {
top: 76%;
background: #2a6ebb;
background: rgba(42, 110, 187, .7)
}
}
.accordion.faqs dt .overlay-holder a,
.overlay-holder .accordion.faqs dt a,
.overlay-holder h2 {
color: #fff;
font-weight: 500;
margin: 0 0 10px
}
.overlay-holder p {
color: #fff
}
.container .box-1,
.container .box-2,
.container .box-3,
.container.bottom-boxes {
padding-left: 0;
padding-right: 0
}
@media screen and (min-width:980px) {
.container .box-1,
.container .box-2,
.container .box-3,
.container.bottom-boxes {
padding-left: 15px;
padding-right: 15px
}
}
.container.bottom-boxes .box-1,
.container.bottom-boxes .box-2,
.container.bottom-boxes .box-3 {
padding-bottom: 20px
}
@media screen and (min-width:980px) {
.container.bottom-boxes .box-1,
.container.bottom-boxes .box-2,
.container.bottom-boxes .box-3 {
padding-bottom: 0
}
}
.category-container {
border-bottom: 1px solid #eee;
margin-bottom: 20px
}
.category-container .taxonomy-description p {
color: #2a6ebb;
font-size: 26px;
line-height: 32px;
}
.post-details {
padding-top: 10px
}
.accordion.faqs dt .post-details a a,
.post-details .accordion.faqs dt a a,
.post-details h2 a {
text-decoration: none
}
.accordion.faqs dt .post-details a a:hover,
.post-details .accordion.faqs dt a a:hover,
.post-details h2 a:hover {
text-decoration: underline
}
.container.page-landing-container {
padding: 0
}
@media screen and (min-width:980px) {
.container.page-landing-container {
padding-left: 15px;
padding-right: 15px
}
}
.container.page-list {
padding: 0
}
@media screen and (min-width:980px) {
.container.page-list {
padding-left: 15px;
padding-right: 15px
}
}
.container.page-list .page {
padding: 0
}
@media screen and (min-width:980px) {
.container.page-list .page {
padding-left: 15px;
padding-right: 15px
}
}
.container.page-list .page .img-container img {
margin: 0 auto
}
.page-list--half .page img {
width: 100%
}
@media screen and (min-width:980px) {
.page-list--half .page .overlay-holder {
top: 85%
}
}
.page-list--half a:hover .overlay-holder {
top: 0
}
.navigation ul {
padding-left: 0
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
color: #fff;
text-decoration: none
}
.navigation li {
display: inline-block
}
.navigation li a {
display: inline-block;
margin-right: 2px
}
@media screen and (max-width:740px) {
.navigation li a {
margin: 0 2px 5px 0
}
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
background-color: #2a6ebb;
cursor: pointer;
padding: 5px 10px;
border: 1px solid #2a6ebb
}
.navigation li a:hover,
.navigation li.active a {
background-color: #fff;
border: 1px solid #2a6ebb;
color: #2a6ebb
}
.directory-list {
padding: 40px 0 60px 0
}
.directory-list__card {
background-color: #f0f0f0;
box-shadow: 4px 4px 0 #b2b2b2;
padding: 30px;
margin-bottom: 30px
}
.directory-list__card .fa {
color: #2a6ebb;
display: inline-block;
vertical-align: top;
width: 12%
}
.directory-list__card .fa:before {
position: relative;
top: 3px
}
.directory-list__card__title {
font-size: 18px;
margin-bottom: 0
}
.directory-list__card__title span {
display: inline-block;
vertical-align: top;
width: 88%;
font-weight: 700;
color: #646464
}
.directory-list__card__title:after {
content: '';
display: block;
width: 44%;
height: 1px;
border-bottom: 1px dashed #646464;
padding-top: 20px;
margin-left: 12%;
margin-bottom: 20px
}
.directory-list__card__author {
margin-bottom: 0;
font-size: 18px;
}
.directory-list__card__author .fa-plus {
display: block
}
.directory-list__card__author .fa-minus {
display: none
}
.directory-list__card__author--showing .fa-plus {
display: none
}
.directory-list__card__author--showing .fa-minus {
display: block
}
.directory-list__header {
font-size: 21px;
font-weight: 700;
color: #2a6ebb;
padding: 12px 0
}
.directory-list__card__position {
margin-bottom: 0;
font-style: italic;
font-size: 16px;
}
.directory-list__card__position span {
padding-left: 3px
}
.directory-list__card__location {
margin-bottom: 0;
font-style: italic;
font-size: 16px;
}
.directory-list__card__location span {
padding-left: 3px
}
.directory-list__card__hide {
max-height: 0;
overflow: hidden;
-webkit-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out
}
.directory-list__card__hide--show {
display: block;
max-height: 50px;
margin-bottom: 12px
}
.directory-list__card__hide:last-child--show {
margin-bottom: 0
}
.toggle-info {
float: right;
display: block;
height: 8px;
width: 8px
}
.toggle-info:hover {
cursor: pointer
}
.toggle-info:hover .fa:before {
color: #000
}
.toggle-info .fa {
text-align: center
}
.toggle-info .fa:before {
font-size: 10px;
color: #2a6ebb;
top: 0
}
.type .subscription-box {
display: inline-block;
width: 100%;
padding: 0 0 2em 0
}
.accordion.faqs dt .type .subscription-box a,
.type .subscription-box .accordion.faqs dt a,
.type .subscription-box h2 {
font-weight: 600;
font-size: 22px;
border-top: 1px solid #2a6ebb;
border-bottom: 1px solid #2a6ebb;
padding-bottom: 13px;
padding-top: 13px;
color: #2a6ebb;
text-align: center;
margin-bottom: 20px
}
.type .subscription-box__tabs {
margin-bottom: 1.5em
}
.type .subscription-box__tabs li {
float: left;
width: 50%;
padding: 0;
margin: 0;
text-indent: 0
}
.type .subscription-box__tabs li:first-of-type {
border-right: 0
}
.type .subscription-box__tabs li:before {
display: none
}
.type .subscription-box__tabs li a {
padding: .825em 0;
text-align: center;
font-size: 22px;
color: #000;
width: 100%;
height: 100%;
display: inline-block;
border: 2px solid #2a6ebb;
font-weight: 500
}
.type .subscription-box__tabs li a:hover {
text-decoration: none;
color: rgba(51, 51, 51, .7)
}
.type .subscription-box__tabs li a.active {
background: #2a6ebb;
color: #fff
}
.type .profession-panel {
display: none;
padding: 2em 0 0
}
.type .profession-panel.active {
display: block
}
.type .profession-panel__price {
width: 100%;
float: left
}
@media screen and (min-width:600px) {
.type .profession-panel__price {
width: 49%
}
}
.type .price-discount {
padding-bottom: 10px
}
.type .price-discount span {
font-size: 38px;
color: #fff;
font-weight: 500;
text-decoration: line-through
}
.type .price-now {
position: relative
}
.type .price-now span {
font-size: 76px;
color: #fff;
font-weight: 700
}
.type .price-now span.after {
font-size: 17px;
font-weight: 400
}
.type .price-now span.after:after,
.type .price-now span.after:before {
display: none
}
.type .payment-info {
display: inline-block;
width: 100%;
text-align: center;
padding-top: 10px
}
.type .payment-info p {
color: #fff;
margin-bottom: 10px
}
.type .payment-info p:first-of-type {
text-decoration: underline
}
.type .card-types li {
display: inline-block;
color: #fff;
padding-left: 10px
}
.type .profession-panel__button {
width: 100%;
float: left;
text-align: center
}
@media screen and (min-width:600px) {
.type .profession-panel__button {
width: 49%;
margin-left: 2%;
border-left: 1px solid rgba(255, 255, 255, .4)
}
}
.type .profession-panel__button a {
color: #000;
text-decoration: none;
padding: .75em 1.5em;
text-align: center;
font-size: 26px;
margin: 16px 0;
background-image: none;
border-radius: 2px;
background-color: #bf007c;
color: #fff;
display: inline-block;
font-weight: 500
}
.type .profession-panel__button a:active,
.type .profession-panel__button a:hover {
background-color: #d9008d
}
.type .subscription-box__panels__content {
display: none;
background: #2a6ebb;
padding: 1em
}
.type .subscription-box__panels__content select {
width: 100%;
font-size: 20px;
}
.type .subscription-box__panels__content.active {
display: block
}
.type .subscription-box__extra {
display: inline-block;
width: 100%;
padding: 2em 0 0;
text-align: center
}
.trial-content {
text-align: center;
padding: 2em 0
}
.trial-wrapper {
padding: 25px
}
@media screen and (min-width:769px) {
.trial-wrapper {
display: flex;
justify-content: center
}
}
.trial-half {
background: #eee;
border: 1px solid #b4b4b4;
width: 100%;
padding: 25px;
text-align: center;
margin-bottom: 25px
}
@media screen and (min-width:769px) {
.trial-half {
margin: 0 2%;
width: 40%
}
}
.landing-page-form-intro {
margin-bottom: 20px
}
.landing-page-form-intro p {
color: #333!important;
margin: 0;
font-weight: 400!important
}
.landing-page-form-intro p a {
color: #2a6ebb;
text-decoration: underline;
margin: 0
}
.landing-page-form-intro p a:hover {
text-decoration: none
}
.heading-bg {
margin-top: 100px;
padding: 15px 20px
}
@media only screen and (min-width:980px) {
.heading-bg {
margin-top: 200px;
padding: 20px 30px
}
}
.accordion.faqs dt .heading-bg a,
.heading-bg .accordion.faqs dt a,
.heading-bg h1,
.heading-bg h2 {
margin-bottom: 0
}
.heading-bg--blue {
background: rgba(42, 110, 187, .8)
}
.heading-bg--green {
background: rgba(128, 189, 1, .8)
}
.heading-bg--pink {
background: rgba(191, 0, 124, .8)
}
.form-checkboxes {
display: flex;
align-items: center;
padding: 0 0 20px 0
}
.form-checkboxes input[type=radio],
.form-checkboxes label {
width: auto;
display: inline-block;
vertical-align: middle;
height: auto;
margin-bottom: 0
}
.form-checkboxes label {
margin-right: 30px;
margin-left: 8px
}
.form-bottom-notice p {
color: #333!important;
font-weight: 400!important
}
.form-bottom-notice p a {
color: #2a6ebb;
text-decoration: underline
}
.form-bottom-notice p a:hover {
text-decoration: none
}
.subscribe-content {
margin-bottom: 16px
}
.subscribe-content a:hover {
text-decoration: none
}
.subscribe-content a:hover .subscribe-content__title {
text-decoration: underline;
background: #f0f8ff
}
.subscribe-content a:hover .subscribe-content__content {
background: #f0f8ff
}
.subscribe-content__title {
background: #f3f3f3;
font-weight: 600;
font-size: 22px;
border-top: 1px solid #2a6ebb;
border-bottom: 1px solid #2a6ebb;
padding-bottom: 13px;
padding-top: 13px;
color: #2a6ebb;
text-align: center;
transition: background ease .5s
}
.subscribe-content__content {
background: #f3f3f3;
padding: 16px 8px 8px;
transition: background ease .5s
}
.accordion.faqs dt a.sub,
h2.sub {
font-weight: 200;
font-size: 32px;
line-height: 38px;
color: #2a6ebb
}
.app-features {
background: #fff
}
.app-features.container {
padding: 30px
}
@media screen and (min-width:769px) {
.app-features.container {
padding: 60px
}
}
.accordion.faqs dt .app-features a,
.app-features .accordion.faqs dt a,
.app-features h2 {
color: #2a6ebb;
text-align: center;
font-weight: 200;
font-size: 32px;
line-height: 38px;
margin-bottom: 0
}
.app-features hr {
width: 130px;
height: 5px;
background: #2a6ebb;
margin-top: .4em;
margin-bottom: 1.9em
}
.app-features .app-feature {
text-align: center
}
@media screen and (min-width:769px) {
.app-features .app-feature:not(:last-child) {
border-right: 1px solid #000
}
}
.app-features .app-feature p {
color: #2a6ebb;
font-size: 22px;
line-height: 28px;
}
.app-features .app-feature img {
display: inline-block;
max-width: 150px;
width: 100%
}
@media screen and (min-width:769px) {
.app-features .app-features-row-1 {
border-bottom: 1px solid #000;
margin-bottom: 20px;
padding-bottom: 20px
}
}
.store-buttons {
text-align: center;
margin-top: 20px;
margin-bottom: 20px
}
.store-buttons img {
max-width: 130px;
display: inline-block
}
.app-content {
padding: 50px 0
}
.app-hero.hero.featured-image {
min-height: 0
}
@media screen and (min-width:769px) {
.app-hero .app-cols {
display: flex;
align-items: center
}
}
.app-hero .app-col-left {
padding-bottom: 60px
}
.app-hero .app-col-right .app-icon img {
width: 100%;
max-width: 120px
}
@media screen and (min-width:769px) {
.app-hero .app-col-right .app-icon img {
max-width: 220px
}
}
@media screen and (min-width:769px) {
.app-cols__title {
text-align: right
}
}
.accordion.faqs dt .app-cols__title a,
.app-cols__title .accordion.faqs dt a,
.app-cols__title h2 {
font-size: 32px;
line-height: 38px;
font-weight: 300
}
@media screen and (min-width:769px) {
.accordion.faqs dt .app-cols__title a,
.app-cols__title .accordion.faqs dt a,
.app-cols__title h2 {
font-size: 48px;
line-height: 52px;
}
}
.app-cols__subtitle {
display: none
}
@media screen and (min-width:769px) {
.app-cols__subtitle {
display: inherit
}
}
.app-cols__subtitle p {
color: #fff;
font-size: 24px;
line-height: 32px;
font-weight: 300;
margin-bottom: 0
}
.app-page__subtitle {
text-align: center
}
.app-page__subtitle p {
font-size: 24px;
line-height: 32px;
margin-bottom: 0
}
@media screen and (min-width:769px) {
.app-page__subtitle {
display: none
}
}
.app-page__content h1 {
color: #bf007c;
font-weight: 300
}
.app-page__features h1 {
color: #bf007c;
font-weight: 300;
margin-bottom: 2em;
text-align: center
}
@media screen and (min-width:769px) {
.app-page__features h1 {
text-align: left
}
}
.app-page__buttons {
background: #fff;
padding: 1.5em 1em;
margin-bottom: 2em;
box-shadow: 2.79px 2.79px 1.86px rgba(0, 0, 0, .3)
}
.accordion.faqs dt .app-page__buttons a,
.app-page__buttons .accordion.faqs dt a,
.app-page__buttons h2 {
color: #bf007c;
font-weight: 300
}
.app-page__buttons p {
margin-bottom: 1em
}
.app-page__buttons .button:first-of-type {
margin-bottom: 1.5em
}
.button--app {
font-size: 21px;
line-height: 24px;
width: 100%;
font-weight: 300;
text-align: center;
padding: 12px 0
}
.button--app-alt {
background: -moz-linear-gradient(50% 100% 90deg, #890259 0, #d4007f 100%);
background: -webkit-linear-gradient(90deg, #890259 0, #d4007f 100%);
background: -webkit-gradient(linear, 50% 100%, 50% 0, color-stop(0, #890259), color-stop(1, #d4007f));
background: -o-linear-gradient(90deg, #890259 0, #d4007f 100%);
background: -ms-linear-gradient(90deg, #890259 0, #d4007f 100%);
background: linear-gradient(0deg, #890259 0, #d4007f 100%);
transition: none
}
.button--app-alt:hover {
background: #d4007f
}
.accordion.faqs {
margin-bottom: 30px
}
.accordion.faqs dt a,
.accordion.faqs h2 {
font-weight: 200;
color: #2a6ebb
}
.accordion.faqs dl,
.accordion.faqs dt {
float: none;
width: 100%
}
.accordion.faqs dt {
margin: 0;
padding-top: 40px;
margin-top: 30px;
border-top: 1px solid #aaa
}
.accordion.faqs dt:first-of-type {
border-top: 0;
padding-top: 0;
margin-top: 0
}
.accordion.faqs dt a {
display: block;
text-decoration: none;
margin: 0;
position: relative;
cursor: default
}
.accordion.faqs dt.active a:before {
content: "\f106"
}
.accordion.faqs dd {
margin: 0
}
.accordion.faqs hr {
display: block;
position: relative;
height: 30px;
margin: 1em 0
}
.accordion.faqs hr:after {
content: "\f107";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 32px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 50%;
margin-left: -15px;
text-align: center;
color: #2a6ebb;
background: #fff;
line-height: 30px;
width: 30px;
border-radius: 50px
}
.widget_bmj_quote {
margin-bottom: 20px;
padding: 50px 0 0 40px
}
.accordion.faqs dt .widget_bmj_quote a.quote,
.widget_bmj_quote .accordion.faqs dt a.quote,
.widget_bmj_quote h2.quote {
color: #2a6ebb;
font-weight: 200
}
.recent-posts-widget {
padding: 10px 20px
}
.sidebar-area .sidebar-nav {
margin-bottom: 20px
}
.sidebar-area .sidebar-nav ul {
padding: 0;
list-style: none;
margin: 0
}
.sidebar-area .sidebar-nav ul li {
padding: 10px 20px;
border-bottom: 1px solid #eee
}
.sidebar-area .sidebar-nav ul li:last-child {
border-bottom: none
}
.sidebar-area .sidebar-cta {
margin-bottom: 20px;
background-color:#bf007c !important;
}
.sidebar-area .sidebar-cta a {
display: block;
position: relative;
padding: 20px 20px;
text-decoration: none
}
.accordion.faqs dt .sidebar-area .sidebar-cta a a,
.sidebar-area .sidebar-cta a .accordion.faqs dt a,
.sidebar-area .sidebar-cta a h2,
.sidebar-area .sidebar-cta a p {
margin: 0;
color: #fff !important;
text-align: center
}
.accordion.faqs dt .sidebar-area .sidebar-cta a a,
.sidebar-area .sidebar-cta a .accordion.faqs dt a,
.sidebar-area .sidebar-cta a h2 {
text-align: center;
font-size: 32px;
line-height: 38px;
font-weight: 900;
margin-bottom: 0
}
.sidebar-area .sidebar-cta a p {
margin-top: 10px
}
.sidebar-area .sidebar-quote {
margin: 30px 15px 20px;
position: relative
}
@media screen and (min-width:980px) {
.sidebar-area .sidebar-quote {
margin: 30px 0 20px
}
}
.sidebar-area .sidebar-quote blockquote {
margin: 0 0 15px 0;
color: #747678;
font-weight: 200;
font-style: normal;
font-size: 26px;
line-height: 34px;
}
.sidebar-area .sidebar-quote blockquote::before {
content: "";
background: url("http://localhost:8000/assets/quote-icon.svg");
background-repeat: no-repeat;
height: 80px;
width: 75px;
position: absolute;
top: 0;
left: 0
}
.sidebar-area .sidebar-quote p {
margin: 0
}
.sidebar-news {
margin-bottom: 20px
}
.sidebar-news h3.widget-title {
background: #eee;
padding: 10px 20px;
margin: 0
}
.sidebar-news ul {
padding: 0;
list-style: none;
margin: 0
}
.sidebar-news ul li a {
display: block;
padding: 10px 20px
}
.sidebar-news ul li.year {
border-bottom: 2px solid #eee
}
.sidebar-news ul li.year:last-child {
border-bottom: none
}
.sidebar-news ul li.year>a {
border-bottom: 2px solid #eee;
font-weight: 600
}
.sidebar-news ul li.year ul.months li {
border-bottom: 2px solid #eee
}
.sidebar-news ul li.year ul.months li:last-child {
border-bottom: none
}
.sidebar-news ul li.year ul.months li.month a {
padding: 10px 40px
}
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0
}
.slick-list:focus {
outline: 0
}
.slick-list.dragging {
cursor: pointer;
cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
-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)
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block
}
.slick-track:after,
.slick-track:before {
content: "";
display: table
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none
}
[dir=rtl] .slick-slide {
float: right
}
.slick-slide img {
display: block
}
.slick-slide.slick-loading img {
display: none
}
.slick-slide.dragging img {
pointer-events: none
}
.slick-initialized .slick-slide {
display: block
}
.slick-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent
}
.slick-arrow.slick-hidden {
display: none
}
.home-slider .slick-slider {
margin-bottom: 30px;
background: #2a6ebb;
background: rgba(42, 110, 187, .7)
}
@media screen and (min-width:769px) {
.home-slider .slick-slider {
background: 0 0
}
}
.home-slider .slick-slider .slick-slide {
position: relative;
max-height: 360px;
overflow: visible
}
.home-slider .slick-slider .slick-slide a {
text-decoration: none
}
.home-slider .slick-slider .slick-slide img {
width: 100%
}
.home-slider .slick-slider .slick-slide .slide-excerpt {
display: none;
padding: 0;
position: absolute;
left: 0;
right: 0;
top: 17.5%;
margin: 0 auto;
-webkit-transition: top .4s ease-out;
-ms-transition: top .4s ease-out;
-moz-transition: top .4s ease-out;
-o-transition: top .4s ease-out;
transition: top .4s ease-out
}
@media screen and (min-width:769px) {
.home-slider .slick-slider .slick-slide .slide-excerpt {
display: block;
-webkit-display: flex;
-ms-display: flex;
-moz-display: flex;
-o-display: flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
-moz-flex-direction: row;
-o-flex-direction: row;
flex-direction: row
}
}
@media screen and (min-width:980px) {
.home-slider .slick-slider .slick-slide .slide-excerpt {
width: 897px
}
}
@media screen and (min-width:1140px) {
.home-slider .slick-slider .slick-slide .slide-excerpt {
width: 1057px
}
}
.home-slider .slick-slider .slick-slide .slide-excerpt .slide-excerpt-left {
padding: 25px 20px;
-webkit-flex: 1;
-ms-flex: 1;
-moz-flex: 1;
-o-flex: 1;
flex: 1;
background: #2a6ebb;
background: rgba(42, 110, 187, .75);
max-width: 45%
}
.home-slider .slick-slider .slick-slide .slide-excerpt .slide-excerpt-right {
display: none;
-webkit-flex-basis: 60px;
-ms-flex-basis: 60px;
-moz-flex-basis: 60px;
-o-flex-basis: 60px;
flex-basis: 60px;
background: #2a6ebb;
background: rgba(42, 110, 187, .75);
position: relative
}
.home-slider .slick-slider .slick-slide .slide-excerpt .slide-excerpt-right img {
max-width: 28px;
min-width: 28px;
position: absolute;
bottom: 20px;
right: 14px
}
.accordion.faqs dt .home-slider .slick-slider .slick-slide .slide-excerpt a,
.home-slider .slick-slider .slick-slide .slide-excerpt .accordion.faqs dt a,
.home-slider .slick-slider .slick-slide .slide-excerpt h1,
.home-slider .slick-slider .slick-slide .slide-excerpt h2,
.home-slider .slick-slider .slick-slide .slide-excerpt p {
color: #fff;
display: inline;
padding-bottom: 0
}
.accordion.faqs dt .home-slider .slick-slider .slick-slide .slide-excerpt a,
.home-slider .slick-slider .slick-slide .slide-excerpt .accordion.faqs dt a,
.home-slider .slick-slider .slick-slide .slide-excerpt h1,
.home-slider .slick-slider .slick-slide .slide-excerpt h2 {
font-size: 28px;
line-height: 32px;
font-weight: 500;
margin-bottom: .3em
}
.home-slider .slick-slider .slick-slide .slide-excerpt p {
font-size: 18px;
line-height: 24px;
margin-bottom: 0
}
.home-slider .slick-slider .slick-slide .slide-excerpt .content {
margin-top: 10px
}
.home-slider .slick-slider .slick-dots {
position: relative;
margin: 0;
bottom: 0;
margin-bottom: 0;
line-height: 0;
height: 12px
}
@media screen and (min-width:769px) {
.home-slider .slick-slider .slick-dots {
position: relative;
margin: 0;
bottom: 0;
margin-bottom: 0;
line-height: 0
}
}
.home-slider .slick-slider .slick-dots li {
margin: 0;
height: 12px
}
.home-slider .slick-slider .slick-dots li button {
background: #b4cfee;
width: 100%;
height: 12px
}
.home-slider .slick-slider .slick-dots li button::before {
content: "";
display: none
}
.home-slider .slick-slider .slick-dots li.slick-active button {
background: #2a6ebb
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(1) {
width: 100%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(2),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(2)~li {
width: 50%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(3),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(3)~li {
width: 33.3333%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(4),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(4)~li {
width: 25%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(5),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(5)~li {
width: 20%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(6),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(6)~li {
width: 16.6666%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(7),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(7)~li {
width: 14.2857%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(8),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(8)~li {
width: 12.5%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(9),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(9)~li {
width: 11.1111%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(10),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(10)~li {
width: 10%
}
a.slide-excerpt-mobile-link {
text-decoration: none
}
.slide-excerpt-mobile {
position: relative;
padding: 0;
width: 100%;
margin-bottom: 30px;
height: auto;
-webkit-display: flex;
-ms-display: flex;
-moz-display: flex;
-o-display: flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
-moz-flex-direction: row;
-o-flex-direction: row;
flex-direction: row;
-webkit-transition: all .4s;
-ms-transition: all .4s;
-moz-transition: all .4s;
-o-transition: all .4s;
transition: all .4s
}
@media screen and (min-width:769px) {
.slide-excerpt-mobile {
display: none
}
}
.slide-excerpt-mobile .slide-excerpt-left {
padding: 15px;
-webkit-flex: 1;
-ms-flex: 1;
-moz-flex: 1;
-o-flex: 1;
flex: 1;
background: #2a6ebb;
background: rgba(42, 110, 187, .8)
}
.slide-excerpt-mobile .slide-excerpt-right {
display: none;
-webkit-flex-basis: 40px;
-ms-flex-basis: 40px;
-moz-flex-basis: 40px;
-o-flex-basis: 40px;
flex-basis: 40px;
background: #2a6ebb;
background: rgba(42, 110, 187, .5)
}
.slide-excerpt-mobile .slide-excerpt-right img {
max-width: 20px;
min-width: 20px;
position: absolute;
bottom: 20px;
right: 10px
}
.accordion.faqs dt .slide-excerpt-mobile a,
.slide-excerpt-mobile .accordion.faqs dt a,
.slide-excerpt-mobile h2,
.slide-excerpt-mobile p {
color: #fff;
border-bottom: solid 2px rgba(255, 255, 255, .5);
display: inline;
padding-bottom: 0
}
.accordion.faqs dt .slide-excerpt-mobile a,
.slide-excerpt-mobile .accordion.faqs dt a,
.slide-excerpt-mobile h2 {
font-size: 22px;
line-height: 26px;
font-weight: 500;
margin-bottom: .3em
}
.slide-excerpt-mobile p {
font-size: 18px;
line-height: 24px;
margin-bottom: 0
}
.slide-excerpt-mobile .content {
margin-top: 10px
}
.home-slider .slick-slider .heroBanner.slick-slide {
position: relative;
max-height: 400px;
overflow: visible
}
.heroBanner {
background-size: cover;
display: block;
min-height: 750px
}
.page-template-campaign-form-basic .heroBanner {
overflow: auto;
padding-bottom: 50px
}
.page-template-campaign-video .heroBanner {
min-height: 440px
}
.__landingHeading {
font-weight: 300;
color: #fff;
font-size: 3em;
line-height: 1;
text-shadow: 2px 2px 0 #565759
}
.heading-bg--blue .__landingHeading,
.heading-bg--green .__landingHeading,
.heading-bg--pink .__landingHeading {
text-shadow: 0
}
.page-template-campaign-video .__landingHeading {
padding-top: 50px
}
.__landingStrapline {
color: #fff;
position: relative;
font-size: 1.3em;
margin-top: 40px
}
.page-template-campaign-video .__landingStrapline {
margin-bottom: 35px;
line-height: 1.4em
}
.page-template-campaign-form-basic .__landingStrapline {
border-bottom: 1px solid #fff;
margin-bottom: 35px;
padding-bottom: 65px;
line-height: 1.4em
}
.__landingForm {
width: 100%;
background: #eee;
margin-top: 29px;
padding: 38px 20px 20px;
-webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .3);
-moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .3);
box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .3)
}
.__landingForm input,
.__landingForm select {
width: 100%;
margin-bottom: 10px;
height: 40px
}
.__landingForm label,
.__landingForm p {
color: #2a6ebb;
font-size: .8em;
font-weight: 700
}
.__landingForm input.checkbox {
width: 25px;
margin-bottom: 0;
height: 16px
}
.__landingForm .phone-code {
width: 25%;
float: left;
margin-right: 2.5%
}
.__landingForm .phone-input {
width: 72.5%;
float: left
}
.page-template-campaign-form .content-area {
margin-top: 20px
}
@media only screen and (min-width:980px) {
.page-template-campaign-form .content-area {
margin-top: -130px
}
.page-template-campaign-form .content-area .spacer {
margin-top: -50px
}
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
margin-bottom: 50px;
margin-top: 50px
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
form label.error {
display: block;
color: #c00;
margin-bottom: .5em;
position: relative;
top: -.5em;
pointer-events: none
}
.clear:after,
.clear:before {
content: " ";
display: table
}
.clear:after {
clear: both
}
.row:after,
.row:before {
content: "";
display: table
}
.row:after {
clear: both
}
.row {
position: relative;
margin-left: -15px;
margin-right: -15px
}
@media only screen and (min-width:769px) {
.row-m {
position: relative;
margin-left: -15px;
margin-right: -15px
}
}
@media only screen and (min-width:980px) {
.row-l {
position: relative;
margin-left: -15px;
margin-right: -15px
}
}
@media only screen and (min-width:1140px) {
.row-xl {
position: relative;
margin-left: -15px;
margin-right: -15px
}
}
.container {
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto
}
.container-full {
padding-left: 0;
padding-right: 0;
margin-left: auto;
margin-right: auto
}
@media only screen and (min-width:769px) {
.container,
.container-full {
width: 720px
}
.container-m {
width: 720px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto
}
.container-full-m {
width: 720px;
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0
}
}
@media only screen and (min-width:980px) {
.container,
.container-full {
width: 960px
}
.container-l {
width: 960px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto
}
.container-full-l {
width: 960px;
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0
}
}
@media only screen and (min-width:1140px) {
.container,
.container-full {
width: 1120px
}
.container-xl {
width: 1120px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto
}
.container-full-xl {
width: 1120px;
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0
}
}
.col-1,
.col-1-2,
.col-1-3,
.col-1-4,
.col-1-5,
.col-10,
.col-11,
.col-12,
.col-2,
.col-2-3,
.col-2-5,
.col-3,
.col-3-4,
.col-3-5,
.col-4,
.col-4-5,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
padding-left: 15px;
padding-right: 15px;
position: relative;
float: left
}
.col-1 {
width: 8.33333%
}
.col-2 {
width: 16.66667%
}
.col-3 {
width: 25%
}
.col-4 {
width: 33.33333%
}
.col-5 {
width: 41.66667%
}
.col-6 {
width: 50%
}
.col-7 {
width: 58.33333%
}
.col-8 {
width: 66.66667%
}
.col-9 {
width: 75%
}
.col-10 {
width: 83.33333%
}
.col-11 {
width: 91.66667%
}
.col-12 {
width: 100%
}
.col-1-2 {
width: 50%
}
.col-1-3 {
width: 33.33333%
}
.col-2-3 {
width: 66.66667%
}
.col-1-4 {
width: 25%
}
.col-3-4 {
width: 75%
}
.col-1-5 {
width: 20%
}
.col-2-5 {
width: 40%
}
.col-3-5 {
width: 60%
}
.col-4-5 {
width: 80%
}
.col-full {
width: 100%
}
.push-1 {
left: 8.33333%
}
.push-2 {
left: 16.66667%
}
.push-3 {
left: 25%
}
.push-4 {
left: 33.33333%
}
.push-5 {
left: 41.66667%
}
.push-6 {
left: 50%
}
.push-7 {
left: 58.33333%
}
.push-8 {
left: 66.66667%
}
.push-9 {
left: 75%
}
.push-10 {
left: 83.33333%
}
.push-11 {
left: 91.66667%
}
.pull-1 {
left: -8.33333%
}
.pull-2 {
left: -16.66667%
}
.pull-3 {
left: -25%
}
.pull-4 {
left: -33.33333%
}
.pull-5 {
left: -41.66667%
}
.pull-6 {
left: -50%
}
.pull-7 {
left: -58.33333%
}
.pull-8 {
left: -66.66667%
}
.pull-9 {
left: -75%
}
.pull-10 {
left: -83.33333%
}
.pull-11 {
left: -91.66667%
}
@media only screen and (min-width:769px) {
.col-1-2-m,
.col-1-3-m,
.col-1-4-m,
.col-1-5-m,
.col-1-m,
.col-10-m,
.col-11-m,
.col-12-m,
.col-2-3-m,
.col-2-5-m,
.col-2-m,
.col-3-4-m,
.col-3-5-m,
.col-3-m,
.col-4-5-m,
.col-4-m,
.col-5-m,
.col-6-m,
.col-7-m,
.col-8-m,
.col-9-m {
padding-left: 15px;
padding-right: 15px;
position: relative;
float: left
}
.col-1-m {
width: 8.33333%
}
.col-2-m {
width: 16.66667%
}
.col-3-m {
width: 25%
}
.col-4-m {
width: 33.33333%
}
.col-5-m {
width: 41.66667%
}
.col-6-m {
width: 50%
}
.col-7-m {
width: 58.33333%
}
.col-8-m {
width: 66.66667%
}
.col-9-m {
width: 75%
}
.col-10-m {
width: 83.33333%
}
.col-11-m {
width: 91.66667%
}
.col-12-m {
width: 100%
}
.col-1-2-m {
width: 50%
}
.col-1-3-m {
width: 33.33333%
}
.col-2-3-m {
width: 66.66667%
}
.col-1-4-m {
width: 25%
}
.col-3-4-m {
width: 75%
}
.col-1-5-m {
width: 20%
}
.col-2-5-m {
width: 40%
}
.col-3-5-m {
width: 60%
}
.col-4-5-m {
width: 80%
}
.col-full-m {
width: 100%
}
.push-1-m {
left: 8.33333%
}
.push-2-m {
left: 16.66667%
}
.push-3-m {
left: 25%
}
.push-4-m {
left: 33.33333%
}
.push-5-m {
left: 41.66667%
}
.push-6-m {
left: 50%
}
.push-7-m {
left: 58.33333%
}
.push-8-m {
left: 66.66667%
}
.push-9-m {
left: 75%
}
.push-10-m {
left: 83.33333%
}
.push-11-m {
left: 91.66667%
}
.pull-1-m {
left: -8.33333%
}
.pull-2-m {
left: -16.66667%
}
.pull-3-m {
left: -25%
}
.pull-4-m {
left: -33.33333%
}
.pull-5-m {
left: -41.66667%
}
.pull-6-m {
left: -50%
}
.pull-7-m {
left: -58.33333%
}
.pull-8-m {
left: -66.66667%
}
.pull-9-m {
left: -75%
}
.pull-10-m {
left: -83.33333%
}
.pull-11-m {
left: -91.66667%
}
}
@media only screen and (min-width:980px) {
.col-1-2-l,
.col-1-3-l,
.col-1-4-l,
.col-1-5-l,
.col-1-l,
.col-10-l,
.col-11-l,
.col-12-l,
.col-2-3-l,
.col-2-5-l,
.col-2-l,
.col-3-4-l,
.col-3-5-l,
.col-3-l,
.col-4-5-l,
.col-4-l,
.col-5-l,
.col-6-l,
.col-7-l,
.col-8-l,
.col-9-l {
padding-left: 15px;
padding-right: 15px;
position: relative;
float: left
}
.col-1-l {
width: 8.33333%
}
.col-2-l {
width: 16.66667%
}
.col-3-l {
width: 25%
}
.col-4-l {
width: 33.33333%
}
.col-5-l {
width: 41.66667%
}
.col-6-l {
width: 50%
}
.col-7-l {
width: 58.33333%
}
.col-8-l {
width: 66.66667%
}
.col-9-l {
width: 75%
}
.col-10-l {
width: 83.33333%
}
.col-11-l {
width: 91.66667%
}
.col-12-l {
width: 100%
}
.col-1-2-l {
width: 50%
}
.col-1-3-l {
width: 33.33333%
}
.col-2-3-l {
width: 66.66667%
}
.col-1-4-l {
width: 25%
}
.col-3-4-l {
width: 75%
}
.col-1-5-l {
width: 20%
}
.col-2-5-l {
width: 40%
}
.col-3-5-l {
width: 60%
}
.col-4-5-l {
width: 80%
}
.col-full-l {
width: 100%
}
.push-1-l {
left: 8.33333%
}
.push-2-l {
left: 16.66667%
}
.push-3-l {
left: 25%
}
.push-4-l {
left: 33.33333%
}
.push-5-l {
left: 41.66667%
}
.push-6-l {
left: 50%
}
.push-7-l {
left: 58.33333%
}
.push-8-l {
left: 66.66667%
}
.push-9-l {
left: 75%
}
.push-10-l {
left: 83.33333%
}
.push-11-l {
left: 91.66667%
}
.pull-1-l {
left: -8.33333%
}
.pull-2-l {
left: -16.66667%
}
.pull-3-l {
left: -25%
}
.pull-4-l {
left: -33.33333%
}
.pull-5-l {
left: -41.66667%
}
.pull-6-l {
left: -50%
}
.pull-7-l {
left: -58.33333%
}
.pull-8-l {
left: -66.66667%
}
.pull-9-l {
left: -75%
}
.pull-10-l {
left: -83.33333%
}
.pull-11-l {
left: -91.66667%
}
}
@media only screen and (min-width:1140px) {
.col-1-2-xl,
.col-1-3-xl,
.col-1-4-xl,
.col-1-5-xl,
.col-1-xl,
.col-10-xl,
.col-11-xl,
.col-12-xl,
.col-2-3-xl,
.col-2-5-xl,
.col-2-xl,
.col-3-4-xl,
.col-3-5-xl,
.col-3-xl,
.col-4-5-xl,
.col-4-xl,
.col-5-xl,
.col-6-xl,
.col-7-xl,
.col-8-xl,
.col-9-xl {
padding-left: 15px;
padding-right: 15px;
position: relative;
float: left
}
.col-1-xl {
width: 8.33333%
}
.col-2-xl {
width: 16.66667%
}
.col-3-xl {
width: 25%
}
.col-4-xl {
width: 33.33333%
}
.col-5-xl {
width: 41.66667%
}
.col-6-xl {
width: 50%
}
.col-7-xl {
width: 58.33333%
}
.col-8-xl {
width: 66.66667%
}
.col-9-xl {
width: 75%
}
.col-10-xl {
width: 83.33333%
}
.col-11-xl {
width: 91.66667%
}
.col-12-xl {
width: 100%
}
.col-1-2-xl {
width: 50%
}
.col-1-3-xl {
width: 33.33333%
}
.col-2-3-xl {
width: 66.66667%
}
.col-1-4-xl {
width: 25%
}
.col-3-4-xl {
width: 75%
}
.col-1-5-xl {
width: 20%
}
.col-2-5-xl {
width: 40%
}
.col-3-5-xl {
width: 60%
}
.col-4-5-xl {
width: 80%
}
.col-full-xl {
width: 100%
}
.push-1-xl {
left: 8.33333%
}
.push-2-xl {
left: 16.66667%
}
.push-3-xl {
left: 25%
}
.push-4-xl {
left: 33.33333%
}
.push-5-xl {
left: 41.66667%
}
.push-6-xl {
left: 50%
}
.push-7-xl {
left: 58.33333%
}
.push-8-xl {
left: 66.66667%
}
.push-9-xl {
left: 75%
}
.push-10-xl {
left: 83.33333%
}
.push-11-xl {
left: 91.66667%
}
.pull-1-xl {
left: -8.33333%
}
.pull-2-xl {
left: -16.66667%
}
.pull-3-xl {
left: -25%
}
.pull-4-xl {
left: -33.33333%
}
.pull-5-xl {
left: -41.66667%
}
.pull-6-xl {
left: -50%
}
.pull-7-xl {
left: -58.33333%
}
.pull-8-xl {
left: -66.66667%
}
.pull-9-xl {
left: -75%
}
.pull-10-xl {
left: -83.33333%
}
.pull-11-xl {
left: -91.66667%
}
}
@keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
.fade-in {
animation-name: fadeIn
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translate3d(0, -30px, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-down {
animation-name: fadeInDown
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-down-big {
animation-name: fadeInDownBig
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translate3d(-30px, 0, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-left {
animation-name: fadeInLeft
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-left-big {
animation-name: fadeInLeftBig
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translate3d(30px, 0, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-right {
animation-name: fadeInRight
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translate3d(100%, 0, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-right-big {
animation-name: fadeInRightBig
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 30px, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-up {
animation-name: fadeInUp
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-up-big {
animation-name: fadeInUpBig
}
.no-margin {
margin: 0
}
.no-padding {
padding: 0
}
.no-float {
float: none
}
.no-background {
background: 0 0
}
.no-border {
border: 0
}
.no-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default
}
.font-100 {
font-weight: 100
}
.font-200 {
font-weight: 200
}
.font-300 {
font-weight: 300
}
.font-400 {
font-weight: 400
}
.font-500 {
font-weight: 500
}
.font-600 {
font-weight: 600
}
.font-700 {
font-weight: 700
}
.font-800 {
font-weight: 800
}
.font-900 {
font-weight: 900
}
.font-normal {
font-style: normal
}
.font-italic {
font-style: italic
}
.uppercase {
text-transform: uppercase
}
.lowercase {
text-transform: lowercase
}
.capitalize {
text-transform: capitalize
}
.text-left {
text-align: left
}
.text-right {
text-align: right
}
.text-center {
text-align: center
}
.text-justify {
text-align: justify
}
.relative {
position: relative
}
.absolute {
position: absolute
}
.static {
position: static
}
.fixed {
position: fixed
}
.none {
display: none
}
.block {
display: block
}
.inline-block {
display: inline-block
}
.inline {
display: inline
}
.flex {
display: flex
}
.flex-row {
flex-direction: row
}
.flex-column {
flex-direction: column
}
.flex-space-around {
justify-content: space-around
}
.flex-space-between {
justify-content: space-between
}
.flex-start {
justify-content: flex-start
}
.flex-center {
justify-content: center
}
.flex-end {
justify-content: flex-end
}
.flex-wrap {
flex-wrap: wrap
}
.flex-nowrap {
flex-wrap: nowrap
}
.left {
float: left
}
.right {
float: right
}
.center {
float: none;
margin-left: auto;
margin-right: auto
}
.pad-top-5 {
padding-top: 5px
}
.pad-top-10 {
padding-top: 10px
}
.pad-top-15 {
padding-top: 15px
}
.pad-top-20 {
padding-top: 20px
}
.pad-top-25 {
padding-top: 25px
}
.pad-top-30 {
padding-top: 30px
}
.pad-top-35 {
padding-top: 35px
}
.pad-top-40 {
padding-top: 40px
}
.pad-top-45 {
padding-top: 45px
}
.pad-top-50 {
padding-top: 50px
}
.pad-top-55 {
padding-top: 55px
}
.pad-top-60 {
padding-top: 60px
}
.pad-bottom-5 {
padding-bottom: 5px
}
.pad-bottom-10 {
padding-bottom: 10px
}
.pad-bottom-15 {
padding-bottom: 15px
}
.pad-bottom-20 {
padding-bottom: 20px
}
.pad-bottom-25 {
padding-bottom: 25px
}
.pad-bottom-30 {
padding-bottom: 30px
}
.pad-bottom-35 {
padding-bottom: 35px
}
.pad-bottom-40 {
padding-bottom: 40px
}
.pad-bottom-45 {
padding-bottom: 45px
}
.pad-bottom-50 {
padding-bottom: 50px
}
.pad-bottom-55 {
padding-bottom: 55px
}
.pad-bottom-60 {
padding-bottom: 60px
}
.pad-5 {
padding: 5px
}
.pad-10 {
padding: 10px
}
.pad-15 {
padding: 15px
}
.pad-20 {
padding: 20px
}
.pad-25 {
padding: 25px
}
.pad-30 {
padding: 30px
}
.pad-35 {
padding: 35px
}
.pad-40 {
padding: 40px
}
.pad-45 {
padding: 45px
}
.pad-50 {
padding: 50px
}
.pad-55 {
padding: 55px
}
.pad-60 {
padding: 60px
}
.sr {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
}
.list-unstyled {
list-style: none;
margin: 0;
padding: 0
}
.list-unstyled li {
margin: 0;
padding: 0
}
.list-inline {
list-style: none;
margin: 0;
padding: 0
}
.list-inline li {
margin: 0;
padding: 0;
display: inline-block
}
.img-fluid {
max-width: 100%
}
.img-left {
float: left;
margin-right: 20px
}
.img-right {
float: right;
margin-left: 20px
}
.field {
width: 100%
}
.form-group {
overflow: hidden
}
.form-group label {
display: inline-block;
padding-top: 8px
}
.disabled,
[disabled] {
pointer-events: none;
cursor: not-allowed;
opacity: .5
}
.checkbox,
.radio {
display: inline-block;
position: relative
}
.checkbox label,
.radio label {
padding-left: 20px;
padding-top: 0;
display: inline-block
}
.checkbox input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=checkbox],
.radio input[type=radio] {
position: absolute;
top: 4px;
left: 0
}
.select {
overflow: hidden;
position: relative;
display: block
}
.select:before {
content: "";
border: 6px solid transparent;
border-top-color: #676767;
top: 50%;
right: 10px;
margin-top: -3px;
pointer-events: none;
position: absolute
}
.select select {
-webkit-appearance: none;
-moz-appearance: none;
height: 36px;
width: 100%;
padding: 0 10px;
line-height: normal;
border: 1px solid #ccc;
background: #fff;
display: block
}
.select select::-ms-expand {
display: none
}
.select select:focus {
border-color: #f7c723
}
.select select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
border-color: #f7c723
}
.animate {
animation-duration: 1s;
animation-fill-mode: both
}
.animate-infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
@media only screen and (min-width:769px) {
.no-float-m {
float: none
}
.no-padding-m {
padding: 0
}
.no-margin-m {
margin: 0
}
.relative-m {
position: relative
}
.absolute-m {
position: absolute
}
.static-m {
position: static
}
.fixed-m {
position: fixed
}
.none-m {
display: none
}
.block-m {
display: block
}
.inline-block-m {
display: inline-block
}
.inline-m {
display: inline
}
.left-m {
float: left
}
.right-m {
float: right
}
.center-m {
float: none;
margin-left: auto;
margin-right: auto
}
.text-left-m {
text-align: left
}
.text-right-m {
text-align: right
}
.text-center-m {
text-align: center
}
.text-justify-m {
text-align: justify
}
.no-col-m {
width: auto;
float: none
}
.no-pull-m,
.no-push-m {
left: 0
}
.pad-top-0-m {
padding-top: 0
}
.pad-top-5-m {
padding-top: 5px
}
.pad-top-10-m {
padding-top: 10px
}
.pad-top-15-m {
padding-top: 15px
}
.pad-top-20-m {
padding-top: 20px
}
.pad-top-25-m {
padding-top: 25px
}
.pad-top-30-m {
padding-top: 30px
}
.pad-top-35-m {
padding-top: 35px
}
.pad-top-40-m {
padding-top: 40px
}
.pad-top-45-m {
padding-top: 45px
}
.pad-top-50-m {
padding-top: 50px
}
.pad-top-55-m {
padding-top: 55px
}
.pad-top-60-m {
padding-top: 60px
}
.pad-bottom-0-m {
padding-bottom: 0
}
.pad-bottom-5-m {
padding-bottom: 5px
}
.pad-bottom-10-m {
padding-bottom: 10px
}
.pad-bottom-15-m {
padding-bottom: 15px
}
.pad-bottom-20-m {
padding-bottom: 20px
}
.pad-bottom-25-m {
padding-bottom: 25px
}
.pad-bottom-30-m {
padding-bottom: 30px
}
.pad-bottom-35-m {
padding-bottom: 35px
}
.pad-bottom-40-m {
padding-bottom: 40px
}
.pad-bottom-45-m {
padding-bottom: 45px
}
.pad-bottom-50-m {
padding-bottom: 50px
}
.pad-bottom-55-m {
padding-bottom: 55px
}
.pad-bottom-60-m {
padding-bottom: 60px
}
.pad-0-m {
padding: 0
}
.pad-5-m {
padding: 5px
}
.pad-10-m {
padding: 10px
}
.pad-15-m {
padding: 15px
}
.pad-20-m {
padding: 20px
}
.pad-25-m {
padding: 25px
}
.pad-30-m {
padding: 30px
}
.pad-35-m {
padding: 35px
}
.pad-40-m {
padding: 40px
}
.pad-45-m {
padding: 45px
}
.pad-50-m {
padding: 50px
}
.pad-55-m {
padding: 55px
}
.pad-60-m {
padding: 60px
}
}
@media only screen and (min-width:980px) {
.no-float-l {
float: none
}
.no-padding-l {
padding: 0
}
.no-margin-l {
margin: 0
}
.relative-l {
position: relative
}
.absolute-l {
position: absolute
}
.static-l {
position: static
}
.fixed-l {
position: fixed
}
.none-l {
display: none
}
.block-l {
display: block
}
.inline-block-l {
display: inline-block
}
.inline-l {
display: inline
}
.left-l {
float: left
}
.right-l {
float: right
}
.center-l {
float: none;
margin-left: auto;
margin-right: auto
}
.text-left-l {
text-align: left
}
.text-right-l {
text-align: right
}
.text-center-l {
text-align: center
}
.text-justify-l {
text-align: justify
}
.no-col-l {
width: auto;
float: none
}
.no-pull-l,
.no-push-l {
left: 0
}
.pad-top-0-l {
padding-top: 0
}
.pad-top-5-l {
padding-top: 5px
}
.pad-top-10-l {
padding-top: 10px
}
.pad-top-15-l {
padding-top: 15px
}
.pad-top-20-l {
padding-top: 20px
}
.pad-top-25-l {
padding-top: 25px
}
.pad-top-30-l {
padding-top: 30px
}
.pad-top-35-l {
padding-top: 35px
}
.pad-top-40-l {
padding-top: 40px
}
.pad-top-45-l {
padding-top: 45px
}
.pad-top-50-l {
padding-top: 50px
}
.pad-top-55-l {
padding-top: 55px
}
.pad-top-60-l {
padding-top: 60px
}
.pad-bottom-0-l {
padding-bottom: 0
}
.pad-bottom-5-l {
padding-bottom: 5px
}
.pad-bottom-10-l {
padding-bottom: 10px
}
.pad-bottom-15-l {
padding-bottom: 15px
}
.pad-bottom-20-l {
padding-bottom: 20px
}
.pad-bottom-25-l {
padding-bottom: 25px
}
.pad-bottom-30-l {
padding-bottom: 30px
}
.pad-bottom-35-l {
padding-bottom: 35px
}
.pad-bottom-40-l {
padding-bottom: 40px
}
.pad-bottom-45-l {
padding-bottom: 45px
}
.pad-bottom-50-l {
padding-bottom: 50px
}
.pad-bottom-55-l {
padding-bottom: 55px
}
.pad-bottom-60-l {
padding-bottom: 60px
}
.pad-0-l {
padding: 0
}
.pad-5-l {
padding: 5px
}
.pad-10-l {
padding: 10px
}
.pad-15-l {
padding: 15px
}
.pad-20-l {
padding: 20px
}
.pad-25-l {
padding: 25px
}
.pad-30-l {
padding: 30px
}
.pad-35-l {
padding: 35px
}
.pad-40-l {
padding: 40px
}
.pad-45-l {
padding: 45px
}
.pad-50-l {
padding: 50px
}
.pad-55-l {
padding: 55px
}
.pad-60-l {
padding: 60px
}
}
@media only screen and (min-width:1140px) {
.no-float-xl {
float: none
}
.no-padding-xl {
padding: 0
}
.no-margin-xl {
margin: 0
}
.relative-xl {
position: relative
}
.absolute-xl {
position: absolute
}
.static-xl {
position: static
}
.fixed-xl {
position: fixed
}
.none-xl {
display: none
}
.block-xl {
display: block
}
.inline-block-xl {
display: inline-block
}
.inline-xl {
display: inline
}
.left-xl {
float: left
}
.right-xl {
float: right
}
.center-xl {
float: none;
margin-left: auto;
margin-right: auto
}
.text-left-xl {
text-align: left
}
.text-right-xl {
text-align: right
}
.text-center-xl {
text-align: center
}
.text-justify-xl {
text-align: justify
}
.no-col-xl {
width: auto;
float: none
}
.no-pull-xl,
.no-push-xl {
left: 0
}
.pad-top-0-xl {
padding-top: 0
}
.pad-top-5-xl {
padding-top: 5px
}
.pad-top-10-xl {
padding-top: 10px
}
.pad-top-15-xl {
padding-top: 15px
}
.pad-top-20-xl {
padding-top: 20px
}
.pad-top-25-xl {
padding-top: 25px
}
.pad-top-30-xl {
padding-top: 30px
}
.pad-top-35-xl {
padding-top: 35px
}
.pad-top-40-xl {
padding-top: 40px
}
.pad-top-45-xl {
padding-top: 45px
}
.pad-top-50-xl {
padding-top: 50px
}
.pad-top-55-xl {
padding-top: 55px
}
.pad-top-60-xl {
padding-top: 60px
}
.pad-bottom-0-xl {
padding-bottom: 0
}
.pad-bottom-5-xl {
padding-bottom: 5px
}
.pad-bottom-10-xl {
padding-bottom: 10px
}
.pad-bottom-15-xl {
padding-bottom: 15px
}
.pad-bottom-20-xl {
padding-bottom: 20px
}
.pad-bottom-25-xl {
padding-bottom: 25px
}
.pad-bottom-30-xl {
padding-bottom: 30px
}
.pad-bottom-35-xl {
padding-bottom: 35px
}
.pad-bottom-40-xl {
padding-bottom: 40px
}
.pad-bottom-45-xl {
padding-bottom: 45px
}
.pad-bottom-50-xl {
padding-bottom: 50px
}
.pad-bottom-55-xl {
padding-bottom: 55px
}
.pad-bottom-60-xl {
padding-bottom: 60px
}
.pad-0-xl {
padding: 0
}
.pad-5-xl {
padding: 5px
}
.pad-10-xl {
padding: 10px
}
.pad-15-xl {
padding: 15px
}
.pad-20-xl {
padding: 20px
}
.pad-25-xl {
padding: 25px
}
.pad-30-xl {
padding: 30px
}
.pad-35-xl {
padding: 35px
}
.pad-40-xl {
padding: 40px
}
.pad-45-xl {
padding: 45px
}
.pad-50-xl {
padding: 50px
}
.pad-55-xl {
padding: 55px
}
.pad-60-xl {
padding: 60px
}
}
@media print {
.no-float-print {
float: none
}
.no-padding-print {
padding: 0
}
.no-margin-print {
margin: 0
}
.none-print {
display: none
}
.block-print {
display: block
}
.inline-block-print {
display: inline-block
}
.inline-print {
display: inline
}
.text-left-print {
text-align: left
}
.text-right-print {
text-align: right
}
.text-center-print {
text-align: center
}
.text-justify-print {
text-align: justify
}
.no-col-print {
width: auto;
float: none
}
.no-pull-print,
.no-push-print {
left: 0
}
.pad-top-0-print {
padding-top: 0
}
.pad-top-5-print {
padding-top: 5px
}
.pad-top-10-print {
padding-top: 10px
}
.pad-top-15-print {
padding-top: 15px
}
.pad-top-20-print {
padding-top: 20px
}
.pad-top-25-print {
padding-top: 25px
}
.pad-top-30-print {
padding-top: 30px
}
.pad-top-35-print {
padding-top: 35px
}
.pad-top-40-print {
padding-top: 40px
}
.pad-top-45-print {
padding-top: 45px
}
.pad-top-50-print {
padding-top: 50px
}
.pad-top-55-print {
padding-top: 55px
}
.pad-top-60-print {
padding-top: 60px
}
.pad-bottom-0-print {
padding-bottom: 0
}
.pad-bottom-5-print {
padding-bottom: 5px
}
.pad-bottom-10-print {
padding-bottom: 10px
}
.pad-bottom-15-print {
padding-bottom: 15px
}
.pad-bottom-20-print {
padding-bottom: 20px
}
.pad-bottom-25-print {
padding-bottom: 25px
}
.pad-bottom-30-print {
padding-bottom: 30px
}
.pad-bottom-35-print {
padding-bottom: 35px
}
.pad-bottom-40-print {
padding-bottom: 40px
}
.pad-bottom-45-print {
padding-bottom: 45px
}
.pad-bottom-50-print {
padding-bottom: 50px
}
.pad-bottom-55-print {
padding-bottom: 55px
}
.pad-bottom-60-print {
padding-bottom: 60px
}
.pad-0-print {
padding: 0
}
.pad-5-print {
padding: 5px
}
.pad-10-print {
padding: 10px
}
.pad-15-print {
padding: 15px
}
.pad-20-print {
padding: 20px
}
.pad-25-print {
padding: 25px
}
.pad-30-print {
padding: 30px
}
.pad-35-print {
padding: 35px
}
.pad-40-print {
padding: 40px
}
.pad-45-print {
padding: 45px
}
.pad-50-print {
padding: 50px
}
.pad-55-print {
padding: 55px
}
.pad-60-print {
padding: 60px
}
}
#main .slick-next,
#main .slick-prev {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0;
font-size: 0;
cursor: pointer;
background: 0 0;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: 0
}
#main .slick-next:focus,
#main .slick-next:hover,
#main .slick-prev:focus,
#main .slick-prev:hover {
outline: 0;
background: 0 0;
color: transparent
}
#main .slick-next:focus:before,
#main .slick-next:hover:before,
#main .slick-prev:focus:before,
#main .slick-prev:hover:before {
opacity: 1
}
#main .slick-next.slick-disabled:before,
#main .slick-prev.slick-disabled:before {
opacity: .25
}
#main .slick-next:before,
#main .slick-prev:before {
font-family: slick;
font-size: 20px;
line-height: 1;
color: #fff;
opacity: .75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
#main .slick-prev {
left: 25px
}
[dir=rtl] #main .slick-prev {
left: auto;
right: 25px
}
#main .slick-prev:before {
content: "â†"
}
[dir=rtl] #main .slick-prev:before {
content: "→"
}
#main .slick-next {
right: 25px
}
[dir=rtl] #main .slick-next {
left: 25px;
right: auto
}
#main .slick-next:before {
content: "→"
}
[dir=rtl] #main .slick-next:before {
content: "â†"
}
.slick-dotted.slick-slider {
margin-bottom: 30px
}
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%
}
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer
}
.slick-dots li button {
border: 0;
background: 0 0;
display: block;
height: 20px;
width: 20px;
outline: 0;
line-height: 0;
font-size: 0;
color: transparent;
padding: 5px;
cursor: pointer
}
.slick-dots li button:focus,
.slick-dots li button:hover {
outline: 0
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
opacity: 1
}
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: slick;
font-size: 6px;
line-height: 20px;
text-align: center;
color: #000;
opacity: .25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
color: #000;
opacity: .75
}
.modal__overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, .6);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
padding: 0 2em
}
.modal__container {
background-color: #fff;
max-height: 100vh;
max-width: 1000px;
overflow-y: auto;
box-sizing: border-box;
background-image: url("http://localhost:8000/assets/World.png")
}
@media screen and (min-width:769px) {
.modal__container {
padding-bottom: 1em
}
}
@media screen and (min-width:980px) {
.modal__container {
padding-bottom: 2em
}
}
.modal__header {
display: flex;
justify-content: space-between;
align-items: center;
background: #2a6ebb;
padding: 1.5em;
position: relative
}
.accordion.faqs dt .modal__header a,
.modal__header .accordion.faqs dt a,
.modal__header h2 {
color: #fff;
display: block;
width: 100%;
text-align: center
}
.modal__header .modal__close {
position: absolute;
right: 0;
top: 0
}
.modal__header .modal__close i {
color: #fff;
font-size: 24px;
pointer-events: none
}
.modal__content {
padding: 1.5em;
text-align: center
}
@media screen and (min-width:769px) {
.modal__content__links {
display: flex;
align-items: baseline;
justify-content: center;
margin: 0 1em;
padding-top: 1em
}
}
.modal__content__links a {
max-width: 180px;
margin: 0 auto 1.5em auto;
display: block
}
@media screen and (min-width:769px) {
.modal__content__links a {
margin: 0 1em;
max-width: 80px
}
}
@media screen and (min-width:980px) {
.modal__content__links a {
margin: 0 1.5em
}
}
.modal__content__links a:hover {
text-decoration: none
}
.modal__content__links a:hover img {
opacity: .9
}
.modal__content__links a:hover span {
color: #000
}
.modal__content__links a img {
margin-bottom: 6px;
width: 100%;
height: auto
}
.modal__content__links a span {
font-size: 14px;
line-height: 1.2;
color: #333;
display: block;
margin-bottom: 5px
}
.modal__close {
background: 0 0;
border: 0
}
.modal__title {
margin-bottom: 0
}
@keyframes mmfadeIn {
from {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes mmfadeOut {
from {
opacity: 1
}
to {
opacity: 0
}
}
@keyframes mmslideIn {
from {
transform: translateY(15%)
}
to {
transform: translateY(0)
}
}
@keyframes mmslideOut {
from {
transform: translateY(0)
}
to {
transform: translateY(-10%)
}
}
.micromodal-slide {
display: none
}
.micromodal-slide.is-open {
display: block
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide[aria-hidden=false] .modal__container {
animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide[aria-hidden=true] .modal__container {
animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
will-change: transform
}
div.yotu-videos ul li {
text-indent: 0
}
div.yotu-videos ul li:before {
content: "";
padding-right: 0
}
@media print {
*,
:after,
:before {
background: 0 0;
color: #000;
box-shadow: none;
text-shadow: none
}
a,
a:visited {
text-decoration: underline
}
a[href]:after {
content: " (" attr(href) ")"
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""
}
blockquote,
pre {
page-break-inside: avoid
}
thead {
display: table-header-group
}
tr {
page-break-inside: avoid
}
img {
page-break-inside: avoid;
max-width: 100%
}
.accordion.faqs dt a,
h2,
h3,
p {
orphans: 3;
widows: 3
}
.accordion.faqs dt a,
h2,
h3 {
page-break-after: avoid
}
abbr[title]:after {
content: " (" attr(title) ")"
}
}
@media (max-width:1108px) and (min-width: 1023px) {}
@media (max-width: 1024px) and (min-width: 990px) {}
@media (max-width:991px) and (min-width:898px) {
header .primary-navigation ul li {
margin: 0 5px !important;
}
header .primary-navigation ul li a,
header .secondary-navigation .wpml-ls-current-language>a,
header .secondary-navigation ul li a {
font-size: 15px !important;
}
.block-m {
width: 100% !important;
}
.col-3-m {
padding-top: 12px;
}
}
@media (max-width:899px) and (min-width:822px) {
header .primary-navigation ul li {
margin: 0 5px !important;
}
header .primary-navigation ul li a,
header .secondary-navigation .wpml-ls-current-language>a,
header .secondary-navigation ul li a {
font-size: 15px !important;
}
.block-m {
width: 100% !important;
}
.col-3-m {
padding-top: 12px;
}
}
@media (max-width:823px) and (min-width:799px) {
header .primary-navigation ul li {
margin: 0 5px !important;
}
header .primary-navigation ul li a,
header .secondary-navigation .wpml-ls-current-language>a,
header .secondary-navigation ul li a {
font-size: 15px !important;
}
.block-m {
width: 100% !important;
}
.col-3-m {
padding-top: 12px;
}
}
@media (max-width:800px) and (min-width:769px) {
header .primary-navigation ul li {
margin: 0 5px !important;
}
header .primary-navigation ul li a,
header .secondary-navigation .wpml-ls-current-language>a,
header .secondary-navigation ul li a {
font-size: 15px !important;
}
.block-m {
width: 100% !important;
}
.col-3-m {
padding-top: 12px;
}
}
@media (max-width: 768px) and (min-width: 735px) {
header .logo-container img {
width: 60% !important;
}
}
@media (max-width: 736px) and (min-width: 639px) {
header .logo-container img {
width: 60% !important;
}
}
@media (max-width: 640px) and (min-width: 559px) {
header .logo-container img {
width: 60% !important;
}
}
@media (max-width: 560px) and (min-width: 479px) {
header .logo-container img {
width: 75% !important;
}
}
@media (max-width: 480px) and (min-width: 424px) {
header .logo-container img {
width: 75% !important;
}
}
@media (max-width: 425px) and (min-width: 413px) {
header .logo-container img {
width: 75% !important;
}
}
@media (max-width: 414px) and (min-width: 410px) {
header .logo-container img {
width: 75% !important;
}
}
@media (max-width: 411px) and (min-width: 399px) {
header .logo-container img {
width: 75% !important;
}
}
@media (max-width: 400px) and (min-width: 374px) {
header .logo-container img {
width: 75% !important;
}
}
@media (max-width: 375px) and (min-width: 359px) {
header .logo-container img {
width: 95% !important;
}
}
@media (max-width: 360px) and (min-width: 319px) {
header .logo-container img {
width: 95% !important;
}
}
@media (max-width: 320px) and (min-width: 279px) {
header .logo-container img {
width: 95% !important;
}
}
@media (max-width: 280px) and (min-width: 220px) {
header .logo-container img {
width: 95% !important;
}
}
footer .social-icons .fai {
color: #fff;
font-size: 35px;
}
.footer-col-1 h3, .box-3 h3{
font-size: 22px;
}
.sidebar-cta a h2{
color:#FFF !important;
text-align:center;
}
a.fasc-button:hover, a.fasc-button:focus, a.fasc-button:visited, a.fasc-button:active {
text-decoration: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
a.fasc-button.rounded.fasc-size-xlarge, .fasc-rounded-medium.fasc-size-xlarge {
border-radius: 15px;
}
.fasc-type-glossy.fasc-size-xlarge {
}
a.fasc-type-glossy {
background-color: #247edd;
border: 1px solid rgba(0,0,0, 0.1);
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}
a.fasc-button {
display: inline-block;
color: #ffffff;
text-decoration: none;
margin: 3px 0;
border: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
box-sizing: border-box;
}
.fasc-size-xlarge {
font-size: 24px;
padding: 11px 13px;
border: 0;
line-height: 33px;
} | src/components/layout.css | @charset "UTF-8";
*,
:after,
:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
button,
html,
input,
select,
textarea {
font-family: inherit
} overflow: hidden;
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block
}
body,
button,
fieldset,
form,
input,
legend,
select,
textarea {
margin: 0
}
audio:not([controls]) {
display: none;
height: 0
}
audio,
canvas,
progress,
video {
display: inline-block
}
progress {
vertical-align: baseline
}
[hidden],
template {
display: none
}
img {
border-style: none
}
svg:not(:root) {
overflow: hidden
}
body {
font-family: interface, Helvetica, Arial, sans-serif;
font-size: 18px !important;
line-height: 24px;
color: #333;
font-weight: 300 !important;
background: #fff;
overflow-x: hidden;
}
p {
margin: 0 0 20px 0
}
a {
color: #2a6ebb;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects
}
a:active,
a:hover {
color: #4387d5;
outline-width: 0;
text-decoration: underline
}
.accordion.faqs dt a,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: interface, Helvetica, Arial, sans-serif;
margin: 0
}
.accordion.faqs dt a.grey-bg,
h1.grey-bg,
h2.grey-bg,
h3.grey-bg,
h4.grey-bg,
h5.grey-bg,
h6.grey-bg {
background: #eee;
padding: 10px 20px;
margin: 0
}
.accordion.faqs dt a.teal-bg,
h1.teal-bg,
h2.teal-bg,
h3.teal-bg,
h4.teal-bg,
h5.teal-bg,
h6.teal-bg {
background: #bf007c;
padding: 10px 20px;
margin: 0;
color: #fff;
font-weight: 400
}
.fs-1,
h1 {
font-size: 32px;
line-height: 38px;
}
.accordion.faqs dt a,
.fs-2,
h2 {
font-size: 26px;
line-height: 32px;
}
.fs-3,
.widget-title,
h3 {
font-size: 22px;
line-height: 28px;
}
.fs-4,
h4 {
font-size: 18px;
line-height: 24px;
}
.fs-5,
h5 {
font-size: 16px;
line-height: 22px;
}
.fs-6,
h6 {
font-size: 14px;
line-height: 20px;
}
h1 {
margin-bottom: .7em !important;
color: #000 !important;
font-weight: 700 !important;
}
.accordion.faqs dt a,
h2 {
margin-bottom: .7em !important;
color: #000 !important;
font-weight: 700 !important;
}
h3 {
margin-bottom: .7em !important;
color: #000 !important;
font-weight: 700 !important;
}
h4 {
margin-bottom: .7em !important;
color: #000 !important;
font-weight: 700 !important;
}
h5 {
margin-bottom: .1em !important;
color: #000 !important;
font-weight: 700 !important;
}
h6 {
margin-bottom: .1em !important;
color: #000 !important;
font-weight: 700 !important;
}
.trusted-content p {
padding-left: 125px
}
.type img {
display: block;
max-width: 100%;
height: auto;
margin-bottom: 20px
}
.type img.alignleft,
.type img.alignright {
display: inline-block;
margin-bottom: 0
}
.type img.alignleft {
float: left;
margin-right: 10px;
margin-top: 12px
}
.type img.alignright {
float: right;
margin-left: 5px
}
.type p.lead {
font-size: 22px;
line-height: 28px;
}
.accordion.faqs dt .type a,
.type .accordion.faqs dt a,
.type h2 {
font-weight: 200;
font-size: 30px;
line-height: 32px;
color: #565759
}
.type ol,
.type ul {
padding: 0 0 0 20px
}
.type ol li,
.type ul li {
margin-bottom: .4em
}
.type ol {
margin: 0 0 20px 0
}
.type ol li {
margin-bottom: .4em
}
.type ul {
list-style: none;
padding: 0;
margin: 0 0 20px 0
}
.type ul li {
padding-left: 1em;
text-indent: -.7em
}
.type ul li:before {
content: "•";
padding-right: 7px;
color: #2a6ebb
}
.type ul.sitemap ul.children {
margin-top: 5px
}
.type .hr,
.type hr {
background: #2a6ebb;
height: 2px
}
.type .hr.red,
.type hr.red {
background: #ff4612
}
.accordion.faqs dt .type a a,
.type .accordion.faqs dt a a,
.type h2 a {
color: #565759
}
.accordion.faqs dt .type a a:hover,
.type .accordion.faqs dt a a:hover,
.type h2 a:hover {
text-decoration: none;
color: #000
}
.strong,
b,
strong {
font-weight: 700
}
.em,
em {
font-style: italic
}
.abbr[title],
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
}
dfn {
font-style: italic
}
.small,
small {
font-size: 13px;
line-height: 16px;
}
span.post-date {
font-size: 15px;
line-height: 20px;
color: #b4b4b4;
font-style: italic
}
.mark,
mark {
background-color: #ff0;
color: #000
}
.sub,
.sup,
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
.sub,
sub {
bottom: -.25em
}
.sup,
sup {
top: -.5em
}
.del,
del {
text-decoration: line-through
}
figure {
margin: 1em 40px
}
.hr,
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 1px;
background: #eee;
border: 0;
margin-top: 20px;
margin-bottom: 20px
}
ol,
ul {
margin: 20px 0;
padding: 0 0 0 40px
}
dl:after,
dl:before {
content: " ";
display: table
}
dl:after {
clear: both
}
dl dt {
float: left;
width: 25%;
display: block;
font-weight: 400
}
dl dd {
overflow: hidden;
display: block
}
.blockquote,
blockquote {
font-family: interface, Helvetica, Arial, sans-serif;
font-style: italic;
position: relative;
margin: 0;
padding: 45px 20px 10px 45px;
color: #747678;
font-weight: 200;
font-style: normal;
font-size: 26px;
line-height: 34px;
}
.blockquote::before,
blockquote::before {
content: "";
background: url("http://localhost:8000/assets/quote-icon.svg");
background-repeat: no-repeat;
height: 80px;
width: 75px;
position: absolute;
top: 0;
left: 0
}
.blockquote p,
blockquote p {
font-size: 22px;
line-height: 28px;
margin-bottom: 0
}
.blockquote cite,
blockquote cite {
font-size: 15px;
line-height: 21px;
font-weight: 700;
font-style: normal
}
.blockquote-banner {
color: #fff
}
.blockquote-banner::before {
background: url("http://localhost:8000/assets/quote-icon-white.svg");
background-repeat: no-repeat;
height: 80px;
width: 75px;
position: absolute;
top: 0;
left: 0
}
caption {
font-size: inherit;
line-height: normal;
font-weight: 700;
text-align: left;
padding: 10px;
border-bottom: 1px solid #eee
}
.table-container {
width: 100%;
overflow-y: auto;
margin: 0 0 1em
}
.table-container::-webkit-scrollbar {
-webkit-appearance: none;
width: 14px;
height: 14px
}
.table-container::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3)
}
table {
font-size: 16px;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin: 0;
text-align: left;
margin-bottom: 20px;
border-color: #eee
}
table tbody td,
table tbody th,
table tfoot td,
table tfoot th,
table thead td,
table thead th {
color: #585858;
padding: 10px
}
@media screen and (min-width:980px) {
table tbody td,
table tbody th,
table tfoot td,
table tfoot th,
table thead td,
table thead th {
word-wrap: break-word
}
}
table tbody th,
table tfoot th,
table thead th {
background-color: #2a6ebb;
color: #fff
}
table tbody tr:nth-of-type(2n) {
background-color: #eee
}
code,
kbd,
pre,
samp {
font-size: 13px;
line-height: 18px;
word-wrap: break-word;
font-family: monospace, monospace;
color: #000;
background-color: transparent;
font-weight: 400;
padding: 0;
white-space: pre-wrap
}
pre {
padding: 10px;
overflow: auto;
border: 1px solid #d7d7d7
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
button,
input,
label,
optgroup,
select,
textarea {
color: #000;
font: inherit;
margin: 0
}
[type=date],
[type=email],
[type=number],
[type=password],
[type=tel],
[type=text] {
height: 36px;
padding: 10px;
background-color: #fff;
border: 1px solid #ccc;
-webkit-appearance: none;
-moz-appearance: textfield;
-webkit-border-radius: 0;
border-radius: 0
}
[type=date]:focus,
[type=email]:focus,
[type=number]:focus,
[type=password]:focus,
[type=tel]:focus,
[type=text]:focus {
background-color: #fff;
border-color: #f7c723;
outline: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=date]::-webkit-inner-spin-button {
display: none;
-webkit-appearance: none
}
[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
textarea {
padding: 10px;
background-color: #fff;
border: 1px solid #ccc;
overflow: auto
}
textarea:focus {
background-color: #fff;
border-color: #f7c723;
outline: 0
}
select {
text-transform: none;
height: 36px;
padding: 0 10px;
background-color: #fff;
border: 1px solid #ccc
}
select:focus {
background-color: #fff;
border-color: #f7c723;
outline: 0
}
optgroup {
font-weight: 700
}
option[default] {
display: none
}
button {
overflow: visible;
text-transform: none;
cursor: pointer
}
[type=reset],
[type=submit],
button,
html [type=button] {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText
}
button[disabled],
html input[disabled] {
cursor: not-allowed
}
::-webkit-input-placeholder {
color: #999
}
:-moz-placeholder {
color: #999
}
::-moz-placeholder {
color: #999
}
:-ms-input-placeholder {
color: #999
}
.button {
cursor: pointer;
background-color: #2a6ebb;
line-height: normal;
padding: .5em 1em;
text-decoration: none;
color: #fff;
display: inline-block;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s
}
.button:active,
.button:hover {
text-decoration: none
}
.button:hover {
background: #4387d5;
color: #fff
}
.button.button-newsletter {
width: 100%;
text-align: center;
background-color: #fff;
color: #2a6ebb;
font-weight: 500
}
.button.button-newsletter:hover {
background: #eee
}
.button-campaign {
text-align: center;
background-color: #fff;
border: 1px solid #80bd01;
color: #80bd01;
font-weight: 700;
text-transform: uppercase;
padding: .6em 2em;
font-size: 1.1em;
letter-spacing: .1em
}
.button-campaign:active,
.button-campaign:hover {
text-decoration: none;
color: #fff;
background-color: #64a416
}
.button-campaign-inverse {
text-align: center;
background-color: #80bd01;
border: 1px solid #80bd01;
color: #fff;
font-weight: 700;
text-transform: uppercase;
padding: .6em 2em;
font-size: 1.1em;
letter-spacing: .1em
}
.button-campaign-inverse:active,
.button-campaign-inverse:hover {
text-decoration: none;
color: #80bd01;
background-color: #fff
}
.button-campaign-pink {
text-align: center;
background-color: #bf007c;
border: 1px solid #bf007c;
color: #fff;
font-weight: 700;
text-transform: uppercase;
padding: .6em 2em;
font-size: 1.1em;
letter-spacing: .1em
}
.button-campaign-pink:active,
.button-campaign-pink:hover {
text-decoration: none;
color: #bf007c;
background-color: #fff
}
.button-campaign .fa {
font-size: 1.3em;
vertical-align: middle
}
.button-campaign-form {
border-top: 0;
border-left: 0;
border-right: 0;
text-transform: uppercase;
font-size: 1em;
font-weight: 700;
padding-top: 4px;
letter-spacing: .1em;
margin-top: 11px;
cursor: pointer;
background: #80bd01;
color: #fff;
border-bottom: 5px solid #64a416
}
.button-campaign-form:active,
.button-campaign-form:hover {
background-color: #64a416
}
.button-campaign-form--green {
background: #80bd01;
color: #fff;
border-bottom: 5px solid #64a416
}
.button-campaign-form--green:active,
.button-campaign-form--green:hover {
background-color: #64a416
}
.button-campaign-form--blue {
background: #2a6ebb;
color: #fff;
border-bottom: 5px solid #215691
}
.button-campaign-form--blue:active,
.button-campaign-form--blue:hover {
background-color: #215691
}
.button-campaign-form--pink {
background: #bf007c;
border-bottom: 5px solid #8c005b
}
.button-campaign-form--pink:active,
.button-campaign-form--pink:hover {
background-color: #8c005b
}
.button-access {
background-color: #2a6ebb;
position: relative;
font-weight: 500;
padding: 7px 12px;
font-size: 12px;
display: inline-block
}
@media screen and (min-width:450px) {
.button-access {
padding: 7px 12px 7px 38px;
font-size: 18px
}
}
@media screen and (min-width:769px) {
.button-access {
padding: 10px 10px 10px 45px
}
}
.button-access:before {
content: "";
background: url("http://localhost:8000/assets/key.svg");
background-repeat: no-repeat;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: 8px;
height: 21px;
width: 20px;
display: none
}
@media screen and (min-width:450px) {
.button-access:before {
padding: 7px 12px 7px 38px;
display: inherit
}
}
@media screen and (min-width:769px) {
.button-access:before {
left: 10px;
height: 26px;
width: 25px
}
}
.button-access:hover {
background-color: #4387d5
}
.button-link {
color: #2a6ebb;
text-decoration: underline;
border: 0;
background: 0 0;
padding: 0
}
.button-link:hover {
text-decoration: none
}
.button-link:active {
outline: 0
}
a.fasc-size-medium {
padding: 7px 33px;
font-size: 16px;
border: 0;
min-width: 160px;
text-align: center
}
.blue-bkg {
background: #2a6ebb
}
.light-bkg {
background: #eee
}
.light-blue-bkg {
background: #f2f7fb
}
.responsive-img {
display: block;
max-width: 100%;
height: auto
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
margin-bottom: 20px
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.test-non-existing-class {
display: none
}
.out-wrapper {
min-height: 100%;
position: relative
}
.site.wrapper {
position: relative;
-webkit-transition: all .5s;
-ms-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
width: 100%;
min-height: 100%;
background-color: #fff
}
.site.wrapper.open {
margin-left: -250px;
cursor: pointer
}
@media screen and (max-width:300px) {
.site.wrapper.open {
margin-left: -200px
}
}
.main-menu-nav {
position: absolute;
top: 0;
bottom: 0;
left: auto;
right: 0;
width: 250px;
padding: 62px 0;
overflow: hidden;
background-color: #2a6ebb
}
@media screen and (max-width:300px) {
.main-menu-nav {
width: 200px
}
}
.main-menu-nav .burger-close {
text-align: right
}
.main-menu-nav .burger-close img {
cursor: pointer
}
.main-menu-nav .nav-my-bmj {
background: #fff;
text-align: center;
padding: 20px;
margin-top: 15px;
position: relative;
border-bottom: 1px solid #2a6ebb
}
.main-menu-nav .nav-my-bmj .button {
width: 100%;
font-size: 20px;
line-height: 28px;
}
.main-menu-nav .nav-my-bmj::after {
content: '';
position: absolute;
top: -20px;
right: -12px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 0;
border-bottom: 20px solid #fff
}
.main-menu-nav .nav-my-bmj .nav-content-secondary ul {
margin: 20px 0 0 0;
padding: 0 0 0 30px;
list-style: none
}
.main-menu-nav .nav-my-bmj .nav-content-secondary ul li a {
font-size: 20px;
line-height: 30px;
}
.main-menu-nav .nav-content ul {
margin: 0;
padding: 0
}
.main-menu-nav .nav-content ul li {
border-bottom: 1px solid #fff;
text-align: right;
padding: 15px 20px
}
.main-menu-nav .nav-content ul li a {
color: #fff;
font-size: 24px;
line-height: 30px;
}
.main-menu-nav .nav-content ul li:hover {
background: #fff
}
.main-menu-nav .nav-content ul li:hover a {
color: #2a6ebb;
text-decoration: underline
}
.main-menu-nav .nav-content ul li ul {
display: none
}
header {
background: linear-gradient(#f9f9f9 55%, #ededed 100%);
position: relative;
z-index: 120
}
header .header-container {
padding-left: 0 !important;
padding-right: 0 !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 1185px !important;
position: relative
}
@media screen and (min-width:980px) {
header .header-container {
padding-left: 15px;
padding-right: 15px
}
}
header .logo-container img {
width: 100%;
display: block;
max-width: 280px
}
@media screen and (min-width:980px) {
header .logo-container img {
position: relative;
max-width: 340px
}
}
header .mobile-links {
text-align: right;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%)
}
header .burger {
position: relative;
display: inline-block;
cursor: pointer;
width: auto;
vertical-align: middle;
font-size: 42px;
line-height: 40px;
color: #2a6ebb;
margin: 0 10px 0 5px
}
header .primary-navigation ul,
header .secondary-navigation ul {
list-style: none;
margin: 0;
padding: 0
}
header .primary-navigation ul li,
header .secondary-navigation ul li {
margin: 0 10px;
display: inline-block
}
header .primary-navigation ul li a,
header .secondary-navigation ul li a {
color: #2a6ebb
}
header .primary-navigation ul li {
position: relative;
padding: 0 0 15px 0
}
@media screen and (min-width:1140px) {
header .primary-navigation ul li a {
font-size: 22px;
line-height: 28px;
}
}
header .primary-navigation ul li ul.sub-menu {
display: none;
position: absolute;
text-align: left;
margin: 0;
z-index: 11;
background-color: #fff;
width: 225px;
left: 0;
top: 33px;
-webkit-box-shadow: -4px 0 10px -2px #b4b4b4;
box-shadow: -4px 0 10px -2px #b4b4b4
}
@media screen and (min-width:1140px) {
header .primary-navigation ul li ul.sub-menu {
top: 43px
}
}
header .primary-navigation ul li ul.sub-menu li {
width: 100%;
padding: 15px 20px;
margin: 0
}
header .primary-navigation ul li ul.sub-menu li a {
display: block;
font-size: 18px;
line-height: 24px;
}
header .primary-navigation ul li ul.sub-menu li:not(:last-child) {
border-bottom: 2px solid #f2f7fb
}
header .primary-navigation ul li.hover ul {
display: block
}
header .secondary-navigation div {
display: inline-block
}
header .secondary-navigation {
display: inline-block
}
@media screen and (min-width:769px) {
header .secondary-navigation {
display: block
}
}
header .secondary-navigation ul li {
margin: 0 10px 0 0
}
header .secondary-navigation .wpml-ls-current-language {
position: relative;
padding: 8px
}
@media screen and (min-width:420px) {
header .secondary-navigation .wpml-ls-current-language {
margin-right: 5px;
padding: 8px 16px
}
}
@media screen and (min-width:769px) {
header .secondary-navigation .wpml-ls-current-language {
border-right: 1px solid #b4b4b4;
margin-right: 15px;
padding: 8px 20px
}
}
header .secondary-navigation .wpml-ls-current-language:focus,
header .secondary-navigation .wpml-ls-current-language:hover {
background-color: #fff
}
header .secondary-navigation .wpml-ls-current-language:focus .sub-menu,
header .secondary-navigation .wpml-ls-current-language:hover .sub-menu {
display: block
}
header .secondary-navigation .wpml-ls-current-language>a {
font-size: 18px;
color: #000;
pointer-events: none
}
header .secondary-navigation .wpml-ls-current-language>a:focus,
header .secondary-navigation .wpml-ls-current-language>a:hover {
text-decoration: none
}
header .secondary-navigation .wpml-ls-current-language>a:after {
display: none;
content: "\25BC";
font-size: 8px;
margin-left: 8px;
vertical-align: top
}
@media screen and (min-width:769px) {
header .secondary-navigation .wpml-ls-current-language>a:after {
display: inline-block
}
}
header .secondary-navigation .wpml-ls-current-language>a.hover ul {
display: block
}
header .secondary-navigation .wpml-ls-current-language>a .wpml-ls-display,
header .secondary-navigation .wpml-ls-current-language>a .wpml-ls-native {
display: none
}
@media screen and (min-width:769px) {
header .secondary-navigation .wpml-ls-current-language>a .wpml-ls-display,
header .secondary-navigation .wpml-ls-current-language>a .wpml-ls-native {
display: inline-block;
margin-left: 8px
}
}
header .secondary-navigation .wpml-ls-current-language .sub-menu {
display: none;
position: absolute;
text-align: left;
margin: 0;
z-index: 11;
background-color: #fff;
left: 0;
top: 0;
padding: 8px 20px;
width: 240px;
top: 40px;
border-right: 1px solid #b4b4b4;
border-bottom: 1px solid #b4b4b4
}
@media screen and (min-width:769px) {
header .secondary-navigation .wpml-ls-current-language .sub-menu {
padding: 0 20px 8px 20px
}
}
header .secondary-navigation .wpml-ls-current-language .sub-menu li {
width: 100%
}
header .secondary-navigation .wpml-ls-current-language .sub-menu li a {
display: inline-block;
width: 100%;
padding: 12px 0;
color: #000
}
@media screen and (min-width:769px) {
header .secondary-navigation .wpml-ls-current-language .sub-menu li a {
padding: 8px 0
}
}
header .secondary-navigation .wpml-ls-current-language .sub-menu li a .wpml-ls-native {
margin-left: 8px
}
footer .footer-container {
padding-left: 0;
padding-right: 0
}
@media screen and (min-width:980px) {
footer .footer-container {
display: flex;
padding-left: 15px;
padding-right: 15px
}
}
footer .blue-bkg {
padding-top: 30px;
padding-bottom: 0
}
@media screen and (min-width:980px) {
footer .blue-bkg {
padding-bottom: 30px
}
}
footer .blue-bkg h3,
footer .blue-bkg p {
color: #fff !important;
}
.blue-bkg h1 {
color: #fff !important;
font-weight: 300 !important;
}
footer .footer-col-1,
footer .footer-col-2 {
margin-bottom: 40px
}
@media screen and (min-width:980px) {
footer .footer-col-1,
footer .footer-col-2 {
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px
}
footer .footer-col-1::after,
footer .footer-col-2::after {
content: "";
height: 100%;
width: 1px;
background: rgba(255, 255, 255, .5);
display: block;
position: absolute;
right: 0;
top: 0;
opacity: .5
}
}
footer .footer-col-3 {
padding-left: 0;
padding-right: 0
}
@media screen and (min-width:980px) {
footer .footer-col-3 {
padding-left: 15px;
padding-right: 15px
}
}
footer .site-footer-copyright {
padding-left: 0;
padding-right: 0
}
@media screen and (min-width:980px) {
footer .site-footer-copyright {
padding-left: 15px;
padding-right: 15px
}
}
footer .site-footer-copyright p {
margin: 0
}
footer .newsletter-signup {
background: #b4cfee;
padding: 10px
}
footer .newsletter-signup h3 {
color: #2a6ebb;
text-transform: uppercase;
font-weight: 400
}
footer .newsletter-signup h3 i {
margin-right: 5px
}
footer .newsletter-signup input {
width: 100%
}
footer .social-icons {
text-align: center
}
footer .social-icons h3 {
text-align: left
}
footer .social-icons a {
display: inline-block;
margin: 10px 15px
}
footer .social-icons a i.fa {
color: #fff;
font-size: 35px
}
footer #menu-helpful-links,
footer .footer-col-1 div ul {
margin: 0;
padding: 0;
list-style: none;
width: 100%
}
footer #menu-helpful-links li,
footer .footer-col-1 div ul li {
width: 50%
}
footer #menu-helpful-links li a,
footer .footer-col-1 div ul li a {
color: #fff;
display: inline-block;
margin-bottom: 10px
}
footer #menu-helpful-links li:nth-child(odd),
footer .footer-col-1 div ul li:nth-child(odd) {
float: left
}
footer #menu-helpful-links li:nth-child(even),
footer .footer-col-1 div ul li:nth-child(even) {
float: right
}
.accordion.faqs dt .page-home .content-area a,
.page-home .content-area .accordion.faqs dt a,
.page-home .content-area h2 {
color: #565759;
font-weight: 200
}
@media screen and (min-width:980px) {
.accordion.faqs dt .page-home .content-area a,
.page-home .content-area .accordion.faqs dt a,
.page-home .content-area h2 {
font-size: 40px;
line-height: 46px;
}
}
.container.homepage-boxes {
padding-left: 0;
padding-right: 0
}
@media screen and (min-width:980px) {
.container.homepage-boxes {
padding-left: 15px;
padding-right: 15px
}
}
.container.homepage-boxes .box-blue,
.container.homepage-boxes .box-green,
.container.homepage-boxes .box-white {
padding: 20px;
min-height: 355px
}
@media screen and (min-width:769px) {
.container.homepage-boxes .box-blue,
.container.homepage-boxes .box-green,
.container.homepage-boxes .box-white {
min-height: 315px
}
}
.container.homepage-boxes .box-blue p,
.container.homepage-boxes .box-green p,
.container.homepage-boxes .box-white p {
margin: 20px 0;
font-size: 22px;
line-height: 32px;
}
@media screen and (min-width:769px) {
.container.homepage-boxes .box-blue p,
.container.homepage-boxes .box-green p,
.container.homepage-boxes .box-white p {
min-height: 192px
}
}
.container.homepage-boxes .box-blue a,
.container.homepage-boxes .box-green a,
.container.homepage-boxes .box-white a {
letter-spacing: 1px;
font-weight: 400;
border-radius: 2px;
text-transform: uppercase
}
.accordion.faqs dt .container.homepage-boxes .box-blue a,
.accordion.faqs dt .container.homepage-boxes .box-green a,
.accordion.faqs dt .container.homepage-boxes .box-white a,
.container.homepage-boxes .box-blue .accordion.faqs dt a,
.container.homepage-boxes .box-blue h2,
.container.homepage-boxes .box-green .accordion.faqs dt a,
.container.homepage-boxes .box-green h2,
.container.homepage-boxes .box-white .accordion.faqs dt a,
.container.homepage-boxes .box-white h2 {
margin: 0;
font-size: 50px;
line-height: 78px;
}
.container.homepage-boxes .box-white {
background: #fff;
border-top: 2px solid #2a6ebb;
border-bottom: 2px solid #2a6ebb
}
@media screen and (min-width:980px) {
.container.homepage-boxes .box-white {
border: 2px solid #2a6ebb
}
}
.accordion.faqs dt .container.homepage-boxes .box-white a,
.container.homepage-boxes .box-white .accordion.faqs dt a,
.container.homepage-boxes .box-white h2,
.container.homepage-boxes .box-white p {
color: #2a6ebb
}
.container.homepage-boxes .box-blue {
background: #2a6ebb
}
.accordion.faqs dt .container.homepage-boxes .box-blue a,
.container.homepage-boxes .box-blue .accordion.faqs dt a,
.container.homepage-boxes .box-blue h2,
.container.homepage-boxes .box-blue p {
color: #fff
}
.container.homepage-boxes .box-blue a {
background: #2a6ebb;
border: 1px solid #fff;
color: #fff
}
.container.homepage-boxes .box-blue a:hover {
background: #fff;
color: #2a6ebb
}
.container.homepage-boxes .box-green {
background: #00756f
}
.accordion.faqs dt .container.homepage-boxes .box-green a,
.container.homepage-boxes .box-green .accordion.faqs dt a,
.container.homepage-boxes .box-green h2,
.container.homepage-boxes .box-green p {
color: #fff
}
.container.homepage-boxes .box-green a {
background: #00756f;
border: 1px solid #fff;
color: #fff
}
.container.homepage-boxes .box-green a:hover {
background: #fff;
color: #00756f
}
.container.homepage-boxes .box-1,
.container.homepage-boxes .box-2,
.container.homepage-boxes .box-3 {
padding-bottom: 20px
}
@media screen and (min-width:980px) {
.container.homepage-boxes .box-1,
.container.homepage-boxes .box-2,
.container.homepage-boxes .box-3 {
padding-bottom: 0
}
}
.container.homepage-boxes .box-1 {
padding-left: 0;
padding-right: 0
}
@media screen and (min-width:980px) {
.container.homepage-boxes .box-1 {
padding-left: 15px;
padding-right: 15px
}
}
.container.homepage-boxes .box-2 {
padding-left: 0;
padding-right: 0;
min-height: 315px
}
@media screen and (min-width:980px) {
.container.homepage-boxes .box-2 {
padding-left: 15px;
padding-right: 15px
}
}
.container.homepage-boxes .box-3 {
padding-left: 15px;
padding-right: 15px
}
ul.whats-new {
list-style: none;
margin: 0;
padding: 0
}
ul.whats-new li {
display: block;
padding: 5px 0
}
ul.whats-new li i.fa {
margin-right: 10px
}
.hero.featured-image {
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
min-height: 200px;
display: flex;
align-items: center
}
@media screen and (min-width:980px) {
.hero.featured-image {
min-height: 320px
}
}
.hero__text {
padding: 25px 20px;
background: #2a6ebb;
background: rgba(42, 110, 187, .75);
max-width: 100%;
display: block
}
@media screen and (min-width:769px) {
.hero__text {
width: 45%
}
}
.hero__text h1 {
font-size: 28px;
line-height: 32px;
font-weight: 500;
margin-bottom: .3em;
color: #fff
}
.accordion.faqs dt .hero__text a,
.hero__text .accordion.faqs dt a,
.hero__text h2 {
font-size: 18px;
line-height: 24px;
margin-bottom: 0;
margin-top: 10px;
color: #fff;
font-weight: 300
}
.accordion.faqs dt .page-header a,
.page-header .accordion.faqs dt a,
.page-header h1,
.page-header h2 {
font-size: 32px;
line-height: 38px;
color: #fff;
margin: 0;
font-weight: 300
}
@media screen and (min-width:980px) {
.accordion.faqs dt .page-header a,
.page-header .accordion.faqs dt a,
.page-header h1,
.page-header h2 {
font-size: 52px;
line-height: 58px;
}
}
.page-header h3 {
font-size: 21px;
line-height: 48px;
color: #fff;
margin: 0;
font-weight: 300;
display: inline-block;
line-height: 48px
}
@media screen and (min-width:980px) {
.page-header h3 {
font-size: 24px;
}
}
.page-header__button {
float: right;
background-color: #bf007c;
padding: 12px 20px;
color: #fff;
text-decoration: none;
font-weight: 300
}
.page-header__button:focus,
.page-header__button:hover {
background-color: #9a0265;
color: #fff;
text-decoration: none
}
.post-details .post-img {
margin-bottom: 20px
}
.container.page-home-container {
margin-bottom: 30px;
padding: 0
}
@media screen and (min-width:980px) {
.container.page-home-container {
padding: 0 15px
}
}
.container.page-home-container .sidebar-area {
margin-top: 0;
padding: 0
}
@media screen and (min-width:980px) {
.container.page-home-container .sidebar-area {
margin-top: 0;
padding: 0 15px
}
}
.container.page-sub-container {
margin-bottom: 30px;
padding: 0
}
@media screen and (min-width:980px) {
.container.page-sub-container {
padding: 0 15px
}
}
.container.page-sub-container .sidebar-area {
margin-top: 30px;
padding: 0
}
@media screen and (min-width:980px) {
.container.page-sub-container .sidebar-area {
margin-top: 0;
padding: 0 15px
}
}
.page-landing-container .content-area {
padding-bottom: 20px;
margin-bottom: 30px
}
.container.breadcrumb-container {
border-bottom: 1px solid #eee;
margin-bottom: 20px;
padding: 20px 0
}
.container.breadcrumb-container--blue {
border-bottom: 2px solid #2a6ebb
}
@media screen and (min-width:980px) {
.container.breadcrumb-container {
padding: 20px 15px
}
}
.container.breadcrumb-container .breadcrumb {
font-size: 16px;
color: #000;
font-weight: 600
}
.container.breadcrumb-container .breadcrumb i.fa {
color: #646464;
margin: 0 5px
}
.container.breadcrumb-container .breadcrumb a {
font-weight: 300;
color: #2a6ebb
}
.breadcrumb-container--clean .breadcrumb a:first-child {
display: none
}
.img-container {
display: block;
margin: 0 0 20px 0;
position: relative
}
@media screen and (min-width:980px) {
.img-container:hover .overlay-holder {
top: 0;
-webkit-transition: top .4s ease-out;
-ms-transition: top .4s ease-out;
-moz-transition: top .4s ease-out;
-o-transition: top .4s ease-out;
transition: top .4s ease-out
}
}
.img-container img {
max-width: 100%;
display: block
}
.overlay-holder {
position: relative;
top: 71%;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
padding: 10px 20px;
-webkit-transition: top .4s ease-out;
-ms-transition: top .4s ease-out;
-moz-transition: top .4s ease-out;
-o-transition: top .4s ease-out;
transition: top .4s ease-out;
background: #2a6ebb
}
@media screen and (min-width:980px) {
.overlay-holder {
position: absolute
}
}
@media screen and (min-width:980px) {
.overlay-holder {
top: 76%;
background: #2a6ebb;
background: rgba(42, 110, 187, .7)
}
}
.accordion.faqs dt .overlay-holder a,
.overlay-holder .accordion.faqs dt a,
.overlay-holder h2 {
color: #fff;
font-weight: 500;
margin: 0 0 10px
}
.overlay-holder p {
color: #fff
}
.container .box-1,
.container .box-2,
.container .box-3,
.container.bottom-boxes {
padding-left: 0;
padding-right: 0
}
@media screen and (min-width:980px) {
.container .box-1,
.container .box-2,
.container .box-3,
.container.bottom-boxes {
padding-left: 15px;
padding-right: 15px
}
}
.container.bottom-boxes .box-1,
.container.bottom-boxes .box-2,
.container.bottom-boxes .box-3 {
padding-bottom: 20px
}
@media screen and (min-width:980px) {
.container.bottom-boxes .box-1,
.container.bottom-boxes .box-2,
.container.bottom-boxes .box-3 {
padding-bottom: 0
}
}
.category-container {
border-bottom: 1px solid #eee;
margin-bottom: 20px
}
.category-container .taxonomy-description p {
color: #2a6ebb;
font-size: 26px;
line-height: 32px;
}
.post-details {
padding-top: 10px
}
.accordion.faqs dt .post-details a a,
.post-details .accordion.faqs dt a a,
.post-details h2 a {
text-decoration: none
}
.accordion.faqs dt .post-details a a:hover,
.post-details .accordion.faqs dt a a:hover,
.post-details h2 a:hover {
text-decoration: underline
}
.container.page-landing-container {
padding: 0
}
@media screen and (min-width:980px) {
.container.page-landing-container {
padding-left: 15px;
padding-right: 15px
}
}
.container.page-list {
padding: 0
}
@media screen and (min-width:980px) {
.container.page-list {
padding-left: 15px;
padding-right: 15px
}
}
.container.page-list .page {
padding: 0
}
@media screen and (min-width:980px) {
.container.page-list .page {
padding-left: 15px;
padding-right: 15px
}
}
.container.page-list .page .img-container img {
margin: 0 auto
}
.page-list--half .page img {
width: 100%
}
@media screen and (min-width:980px) {
.page-list--half .page .overlay-holder {
top: 85%
}
}
.page-list--half a:hover .overlay-holder {
top: 0
}
.navigation ul {
padding-left: 0
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
color: #fff;
text-decoration: none
}
.navigation li {
display: inline-block
}
.navigation li a {
display: inline-block;
margin-right: 2px
}
@media screen and (max-width:740px) {
.navigation li a {
margin: 0 2px 5px 0
}
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
background-color: #2a6ebb;
cursor: pointer;
padding: 5px 10px;
border: 1px solid #2a6ebb
}
.navigation li a:hover,
.navigation li.active a {
background-color: #fff;
border: 1px solid #2a6ebb;
color: #2a6ebb
}
.directory-list {
padding: 40px 0 60px 0
}
.directory-list__card {
background-color: #f0f0f0;
box-shadow: 4px 4px 0 #b2b2b2;
padding: 30px;
margin-bottom: 30px
}
.directory-list__card .fa {
color: #2a6ebb;
display: inline-block;
vertical-align: top;
width: 12%
}
.directory-list__card .fa:before {
position: relative;
top: 3px
}
.directory-list__card__title {
font-size: 18px;
margin-bottom: 0
}
.directory-list__card__title span {
display: inline-block;
vertical-align: top;
width: 88%;
font-weight: 700;
color: #646464
}
.directory-list__card__title:after {
content: '';
display: block;
width: 44%;
height: 1px;
border-bottom: 1px dashed #646464;
padding-top: 20px;
margin-left: 12%;
margin-bottom: 20px
}
.directory-list__card__author {
margin-bottom: 0;
font-size: 18px;
}
.directory-list__card__author .fa-plus {
display: block
}
.directory-list__card__author .fa-minus {
display: none
}
.directory-list__card__author--showing .fa-plus {
display: none
}
.directory-list__card__author--showing .fa-minus {
display: block
}
.directory-list__header {
font-size: 21px;
font-weight: 700;
color: #2a6ebb;
padding: 12px 0
}
.directory-list__card__position {
margin-bottom: 0;
font-style: italic;
font-size: 16px;
}
.directory-list__card__position span {
padding-left: 3px
}
.directory-list__card__location {
margin-bottom: 0;
font-style: italic;
font-size: 16px;
}
.directory-list__card__location span {
padding-left: 3px
}
.directory-list__card__hide {
max-height: 0;
overflow: hidden;
-webkit-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out
}
.directory-list__card__hide--show {
display: block;
max-height: 50px;
margin-bottom: 12px
}
.directory-list__card__hide:last-child--show {
margin-bottom: 0
}
.toggle-info {
float: right;
display: block;
height: 8px;
width: 8px
}
.toggle-info:hover {
cursor: pointer
}
.toggle-info:hover .fa:before {
color: #000
}
.toggle-info .fa {
text-align: center
}
.toggle-info .fa:before {
font-size: 10px;
color: #2a6ebb;
top: 0
}
.type .subscription-box {
display: inline-block;
width: 100%;
padding: 0 0 2em 0
}
.accordion.faqs dt .type .subscription-box a,
.type .subscription-box .accordion.faqs dt a,
.type .subscription-box h2 {
font-weight: 600;
font-size: 22px;
border-top: 1px solid #2a6ebb;
border-bottom: 1px solid #2a6ebb;
padding-bottom: 13px;
padding-top: 13px;
color: #2a6ebb;
text-align: center;
margin-bottom: 20px
}
.type .subscription-box__tabs {
margin-bottom: 1.5em
}
.type .subscription-box__tabs li {
float: left;
width: 50%;
padding: 0;
margin: 0;
text-indent: 0
}
.type .subscription-box__tabs li:first-of-type {
border-right: 0
}
.type .subscription-box__tabs li:before {
display: none
}
.type .subscription-box__tabs li a {
padding: .825em 0;
text-align: center;
font-size: 22px;
color: #000;
width: 100%;
height: 100%;
display: inline-block;
border: 2px solid #2a6ebb;
font-weight: 500
}
.type .subscription-box__tabs li a:hover {
text-decoration: none;
color: rgba(51, 51, 51, .7)
}
.type .subscription-box__tabs li a.active {
background: #2a6ebb;
color: #fff
}
.type .profession-panel {
display: none;
padding: 2em 0 0
}
.type .profession-panel.active {
display: block
}
.type .profession-panel__price {
width: 100%;
float: left
}
@media screen and (min-width:600px) {
.type .profession-panel__price {
width: 49%
}
}
.type .price-discount {
padding-bottom: 10px
}
.type .price-discount span {
font-size: 38px;
color: #fff;
font-weight: 500;
text-decoration: line-through
}
.type .price-now {
position: relative
}
.type .price-now span {
font-size: 76px;
color: #fff;
font-weight: 700
}
.type .price-now span.after {
font-size: 17px;
font-weight: 400
}
.type .price-now span.after:after,
.type .price-now span.after:before {
display: none
}
.type .payment-info {
display: inline-block;
width: 100%;
text-align: center;
padding-top: 10px
}
.type .payment-info p {
color: #fff;
margin-bottom: 10px
}
.type .payment-info p:first-of-type {
text-decoration: underline
}
.type .card-types li {
display: inline-block;
color: #fff;
padding-left: 10px
}
.type .profession-panel__button {
width: 100%;
float: left;
text-align: center
}
@media screen and (min-width:600px) {
.type .profession-panel__button {
width: 49%;
margin-left: 2%;
border-left: 1px solid rgba(255, 255, 255, .4)
}
}
.type .profession-panel__button a {
color: #000;
text-decoration: none;
padding: .75em 1.5em;
text-align: center;
font-size: 26px;
margin: 16px 0;
background-image: none;
border-radius: 2px;
background-color: #bf007c;
color: #fff;
display: inline-block;
font-weight: 500
}
.type .profession-panel__button a:active,
.type .profession-panel__button a:hover {
background-color: #d9008d
}
.type .subscription-box__panels__content {
display: none;
background: #2a6ebb;
padding: 1em
}
.type .subscription-box__panels__content select {
width: 100%;
font-size: 20px;
}
.type .subscription-box__panels__content.active {
display: block
}
.type .subscription-box__extra {
display: inline-block;
width: 100%;
padding: 2em 0 0;
text-align: center
}
.trial-content {
text-align: center;
padding: 2em 0
}
.trial-wrapper {
padding: 25px
}
@media screen and (min-width:769px) {
.trial-wrapper {
display: flex;
justify-content: center
}
}
.trial-half {
background: #eee;
border: 1px solid #b4b4b4;
width: 100%;
padding: 25px;
text-align: center;
margin-bottom: 25px
}
@media screen and (min-width:769px) {
.trial-half {
margin: 0 2%;
width: 40%
}
}
.landing-page-form-intro {
margin-bottom: 20px
}
.landing-page-form-intro p {
color: #333!important;
margin: 0;
font-weight: 400!important
}
.landing-page-form-intro p a {
color: #2a6ebb;
text-decoration: underline;
margin: 0
}
.landing-page-form-intro p a:hover {
text-decoration: none
}
.heading-bg {
margin-top: 100px;
padding: 15px 20px
}
@media only screen and (min-width:980px) {
.heading-bg {
margin-top: 200px;
padding: 20px 30px
}
}
.accordion.faqs dt .heading-bg a,
.heading-bg .accordion.faqs dt a,
.heading-bg h1,
.heading-bg h2 {
margin-bottom: 0
}
.heading-bg--blue {
background: rgba(42, 110, 187, .8)
}
.heading-bg--green {
background: rgba(128, 189, 1, .8)
}
.heading-bg--pink {
background: rgba(191, 0, 124, .8)
}
.form-checkboxes {
display: flex;
align-items: center;
padding: 0 0 20px 0
}
.form-checkboxes input[type=radio],
.form-checkboxes label {
width: auto;
display: inline-block;
vertical-align: middle;
height: auto;
margin-bottom: 0
}
.form-checkboxes label {
margin-right: 30px;
margin-left: 8px
}
.form-bottom-notice p {
color: #333!important;
font-weight: 400!important
}
.form-bottom-notice p a {
color: #2a6ebb;
text-decoration: underline
}
.form-bottom-notice p a:hover {
text-decoration: none
}
.subscribe-content {
margin-bottom: 16px
}
.subscribe-content a:hover {
text-decoration: none
}
.subscribe-content a:hover .subscribe-content__title {
text-decoration: underline;
background: #f0f8ff
}
.subscribe-content a:hover .subscribe-content__content {
background: #f0f8ff
}
.subscribe-content__title {
background: #f3f3f3;
font-weight: 600;
font-size: 22px;
border-top: 1px solid #2a6ebb;
border-bottom: 1px solid #2a6ebb;
padding-bottom: 13px;
padding-top: 13px;
color: #2a6ebb;
text-align: center;
transition: background ease .5s
}
.subscribe-content__content {
background: #f3f3f3;
padding: 16px 8px 8px;
transition: background ease .5s
}
.accordion.faqs dt a.sub,
h2.sub {
font-weight: 200;
font-size: 32px;
line-height: 38px;
color: #2a6ebb
}
.app-features {
background: #fff
}
.app-features.container {
padding: 30px
}
@media screen and (min-width:769px) {
.app-features.container {
padding: 60px
}
}
.accordion.faqs dt .app-features a,
.app-features .accordion.faqs dt a,
.app-features h2 {
color: #2a6ebb;
text-align: center;
font-weight: 200;
font-size: 32px;
line-height: 38px;
margin-bottom: 0
}
.app-features hr {
width: 130px;
height: 5px;
background: #2a6ebb;
margin-top: .4em;
margin-bottom: 1.9em
}
.app-features .app-feature {
text-align: center
}
@media screen and (min-width:769px) {
.app-features .app-feature:not(:last-child) {
border-right: 1px solid #000
}
}
.app-features .app-feature p {
color: #2a6ebb;
font-size: 22px;
line-height: 28px;
}
.app-features .app-feature img {
display: inline-block;
max-width: 150px;
width: 100%
}
@media screen and (min-width:769px) {
.app-features .app-features-row-1 {
border-bottom: 1px solid #000;
margin-bottom: 20px;
padding-bottom: 20px
}
}
.store-buttons {
text-align: center;
margin-top: 20px;
margin-bottom: 20px
}
.store-buttons img {
max-width: 130px;
display: inline-block
}
.app-content {
padding: 50px 0
}
.app-hero.hero.featured-image {
min-height: 0
}
@media screen and (min-width:769px) {
.app-hero .app-cols {
display: flex;
align-items: center
}
}
.app-hero .app-col-left {
padding-bottom: 60px
}
.app-hero .app-col-right .app-icon img {
width: 100%;
max-width: 120px
}
@media screen and (min-width:769px) {
.app-hero .app-col-right .app-icon img {
max-width: 220px
}
}
@media screen and (min-width:769px) {
.app-cols__title {
text-align: right
}
}
.accordion.faqs dt .app-cols__title a,
.app-cols__title .accordion.faqs dt a,
.app-cols__title h2 {
font-size: 32px;
line-height: 38px;
font-weight: 300
}
@media screen and (min-width:769px) {
.accordion.faqs dt .app-cols__title a,
.app-cols__title .accordion.faqs dt a,
.app-cols__title h2 {
font-size: 48px;
line-height: 52px;
}
}
.app-cols__subtitle {
display: none
}
@media screen and (min-width:769px) {
.app-cols__subtitle {
display: inherit
}
}
.app-cols__subtitle p {
color: #fff;
font-size: 24px;
line-height: 32px;
font-weight: 300;
margin-bottom: 0
}
.app-page__subtitle {
text-align: center
}
.app-page__subtitle p {
font-size: 24px;
line-height: 32px;
margin-bottom: 0
}
@media screen and (min-width:769px) {
.app-page__subtitle {
display: none
}
}
.app-page__content h1 {
color: #bf007c;
font-weight: 300
}
.app-page__features h1 {
color: #bf007c;
font-weight: 300;
margin-bottom: 2em;
text-align: center
}
@media screen and (min-width:769px) {
.app-page__features h1 {
text-align: left
}
}
.app-page__buttons {
background: #fff;
padding: 1.5em 1em;
margin-bottom: 2em;
box-shadow: 2.79px 2.79px 1.86px rgba(0, 0, 0, .3)
}
.accordion.faqs dt .app-page__buttons a,
.app-page__buttons .accordion.faqs dt a,
.app-page__buttons h2 {
color: #bf007c;
font-weight: 300
}
.app-page__buttons p {
margin-bottom: 1em
}
.app-page__buttons .button:first-of-type {
margin-bottom: 1.5em
}
.button--app {
font-size: 21px;
line-height: 24px;
width: 100%;
font-weight: 300;
text-align: center;
padding: 12px 0
}
.button--app-alt {
background: -moz-linear-gradient(50% 100% 90deg, #890259 0, #d4007f 100%);
background: -webkit-linear-gradient(90deg, #890259 0, #d4007f 100%);
background: -webkit-gradient(linear, 50% 100%, 50% 0, color-stop(0, #890259), color-stop(1, #d4007f));
background: -o-linear-gradient(90deg, #890259 0, #d4007f 100%);
background: -ms-linear-gradient(90deg, #890259 0, #d4007f 100%);
background: linear-gradient(0deg, #890259 0, #d4007f 100%);
transition: none
}
.button--app-alt:hover {
background: #d4007f
}
.accordion.faqs {
margin-bottom: 30px
}
.accordion.faqs dt a,
.accordion.faqs h2 {
font-weight: 200;
color: #2a6ebb
}
.accordion.faqs dl,
.accordion.faqs dt {
float: none;
width: 100%
}
.accordion.faqs dt {
margin: 0;
padding-top: 40px;
margin-top: 30px;
border-top: 1px solid #aaa
}
.accordion.faqs dt:first-of-type {
border-top: 0;
padding-top: 0;
margin-top: 0
}
.accordion.faqs dt a {
display: block;
text-decoration: none;
margin: 0;
position: relative;
cursor: default
}
.accordion.faqs dt.active a:before {
content: "\f106"
}
.accordion.faqs dd {
margin: 0
}
.accordion.faqs hr {
display: block;
position: relative;
height: 30px;
margin: 1em 0
}
.accordion.faqs hr:after {
content: "\f107";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 32px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 50%;
margin-left: -15px;
text-align: center;
color: #2a6ebb;
background: #fff;
line-height: 30px;
width: 30px;
border-radius: 50px
}
.widget_bmj_quote {
margin-bottom: 20px;
padding: 50px 0 0 40px
}
.accordion.faqs dt .widget_bmj_quote a.quote,
.widget_bmj_quote .accordion.faqs dt a.quote,
.widget_bmj_quote h2.quote {
color: #2a6ebb;
font-weight: 200
}
.recent-posts-widget {
padding: 10px 20px
}
.sidebar-area .sidebar-nav {
margin-bottom: 20px
}
.sidebar-area .sidebar-nav ul {
padding: 0;
list-style: none;
margin: 0
}
.sidebar-area .sidebar-nav ul li {
padding: 10px 20px;
border-bottom: 1px solid #eee
}
.sidebar-area .sidebar-nav ul li:last-child {
border-bottom: none
}
.sidebar-area .sidebar-cta {
margin-bottom: 20px;
background-color:#bf007c !important;
}
.sidebar-area .sidebar-cta a {
display: block;
position: relative;
padding: 20px 20px;
text-decoration: none
}
.accordion.faqs dt .sidebar-area .sidebar-cta a a,
.sidebar-area .sidebar-cta a .accordion.faqs dt a,
.sidebar-area .sidebar-cta a h2,
.sidebar-area .sidebar-cta a p {
margin: 0;
color: #fff !important;
text-align: center
}
.accordion.faqs dt .sidebar-area .sidebar-cta a a,
.sidebar-area .sidebar-cta a .accordion.faqs dt a,
.sidebar-area .sidebar-cta a h2 {
text-align: center;
font-size: 32px;
line-height: 38px;
font-weight: 900;
margin-bottom: 0
}
.sidebar-area .sidebar-cta a p {
margin-top: 10px
}
.sidebar-area .sidebar-quote {
margin: 30px 15px 20px;
position: relative
}
@media screen and (min-width:980px) {
.sidebar-area .sidebar-quote {
margin: 30px 0 20px
}
}
.sidebar-area .sidebar-quote blockquote {
margin: 0 0 15px 0;
color: #747678;
font-weight: 200;
font-style: normal;
font-size: 26px;
line-height: 34px;
}
.sidebar-area .sidebar-quote blockquote::before {
content: "";
background: url("http://localhost:8000/assets/quote-icon.svg");
background-repeat: no-repeat;
height: 80px;
width: 75px;
position: absolute;
top: 0;
left: 0
}
.sidebar-area .sidebar-quote p {
margin: 0
}
.sidebar-news {
margin-bottom: 20px
}
.sidebar-news h3.widget-title {
background: #eee;
padding: 10px 20px;
margin: 0
}
.sidebar-news ul {
padding: 0;
list-style: none;
margin: 0
}
.sidebar-news ul li a {
display: block;
padding: 10px 20px
}
.sidebar-news ul li.year {
border-bottom: 2px solid #eee
}
.sidebar-news ul li.year:last-child {
border-bottom: none
}
.sidebar-news ul li.year>a {
border-bottom: 2px solid #eee;
font-weight: 600
}
.sidebar-news ul li.year ul.months li {
border-bottom: 2px solid #eee
}
.sidebar-news ul li.year ul.months li:last-child {
border-bottom: none
}
.sidebar-news ul li.year ul.months li.month a {
padding: 10px 40px
}
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0
}
.slick-list:focus {
outline: 0
}
.slick-list.dragging {
cursor: pointer;
cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
-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)
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block
}
.slick-track:after,
.slick-track:before {
content: "";
display: table
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none
}
[dir=rtl] .slick-slide {
float: right
}
.slick-slide img {
display: block
}
.slick-slide.slick-loading img {
display: none
}
.slick-slide.dragging img {
pointer-events: none
}
.slick-initialized .slick-slide {
display: block
}
.slick-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent
}
.slick-arrow.slick-hidden {
display: none
}
.home-slider .slick-slider {
margin-bottom: 30px;
background: #2a6ebb;
background: rgba(42, 110, 187, .7)
}
@media screen and (min-width:769px) {
.home-slider .slick-slider {
background: 0 0
}
}
.home-slider .slick-slider .slick-slide {
position: relative;
max-height: 360px;
overflow: visible
}
.home-slider .slick-slider .slick-slide a {
text-decoration: none
}
.home-slider .slick-slider .slick-slide img {
width: 100%
}
.home-slider .slick-slider .slick-slide .slide-excerpt {
display: none;
padding: 0;
position: absolute;
left: 0;
right: 0;
top: 17.5%;
margin: 0 auto;
-webkit-transition: top .4s ease-out;
-ms-transition: top .4s ease-out;
-moz-transition: top .4s ease-out;
-o-transition: top .4s ease-out;
transition: top .4s ease-out
}
@media screen and (min-width:769px) {
.home-slider .slick-slider .slick-slide .slide-excerpt {
display: block;
-webkit-display: flex;
-ms-display: flex;
-moz-display: flex;
-o-display: flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
-moz-flex-direction: row;
-o-flex-direction: row;
flex-direction: row
}
}
@media screen and (min-width:980px) {
.home-slider .slick-slider .slick-slide .slide-excerpt {
width: 897px
}
}
@media screen and (min-width:1140px) {
.home-slider .slick-slider .slick-slide .slide-excerpt {
width: 1057px
}
}
.home-slider .slick-slider .slick-slide .slide-excerpt .slide-excerpt-left {
padding: 25px 20px;
-webkit-flex: 1;
-ms-flex: 1;
-moz-flex: 1;
-o-flex: 1;
flex: 1;
background: #2a6ebb;
background: rgba(42, 110, 187, .75);
max-width: 45%
}
.home-slider .slick-slider .slick-slide .slide-excerpt .slide-excerpt-right {
display: none;
-webkit-flex-basis: 60px;
-ms-flex-basis: 60px;
-moz-flex-basis: 60px;
-o-flex-basis: 60px;
flex-basis: 60px;
background: #2a6ebb;
background: rgba(42, 110, 187, .75);
position: relative
}
.home-slider .slick-slider .slick-slide .slide-excerpt .slide-excerpt-right img {
max-width: 28px;
min-width: 28px;
position: absolute;
bottom: 20px;
right: 14px
}
.accordion.faqs dt .home-slider .slick-slider .slick-slide .slide-excerpt a,
.home-slider .slick-slider .slick-slide .slide-excerpt .accordion.faqs dt a,
.home-slider .slick-slider .slick-slide .slide-excerpt h1,
.home-slider .slick-slider .slick-slide .slide-excerpt h2,
.home-slider .slick-slider .slick-slide .slide-excerpt p {
color: #fff;
display: inline;
padding-bottom: 0
}
.accordion.faqs dt .home-slider .slick-slider .slick-slide .slide-excerpt a,
.home-slider .slick-slider .slick-slide .slide-excerpt .accordion.faqs dt a,
.home-slider .slick-slider .slick-slide .slide-excerpt h1,
.home-slider .slick-slider .slick-slide .slide-excerpt h2 {
font-size: 28px;
line-height: 32px;
font-weight: 500;
margin-bottom: .3em
}
.home-slider .slick-slider .slick-slide .slide-excerpt p {
font-size: 18px;
line-height: 24px;
margin-bottom: 0
}
.home-slider .slick-slider .slick-slide .slide-excerpt .content {
margin-top: 10px
}
.home-slider .slick-slider .slick-dots {
position: relative;
margin: 0;
bottom: 0;
margin-bottom: 0;
line-height: 0;
height: 12px
}
@media screen and (min-width:769px) {
.home-slider .slick-slider .slick-dots {
position: relative;
margin: 0;
bottom: 0;
margin-bottom: 0;
line-height: 0
}
}
.home-slider .slick-slider .slick-dots li {
margin: 0;
height: 12px
}
.home-slider .slick-slider .slick-dots li button {
background: #b4cfee;
width: 100%;
height: 12px
}
.home-slider .slick-slider .slick-dots li button::before {
content: "";
display: none
}
.home-slider .slick-slider .slick-dots li.slick-active button {
background: #2a6ebb
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(1) {
width: 100%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(2),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(2)~li {
width: 50%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(3),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(3)~li {
width: 33.3333%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(4),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(4)~li {
width: 25%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(5),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(5)~li {
width: 20%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(6),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(6)~li {
width: 16.6666%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(7),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(7)~li {
width: 14.2857%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(8),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(8)~li {
width: 12.5%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(9),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(9)~li {
width: 11.1111%
}
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(10),
.home-slider .slick-slider .slick-dots li:first-child:nth-last-child(10)~li {
width: 10%
}
a.slide-excerpt-mobile-link {
text-decoration: none
}
.slide-excerpt-mobile {
position: relative;
padding: 0;
width: 100%;
margin-bottom: 30px;
height: auto;
-webkit-display: flex;
-ms-display: flex;
-moz-display: flex;
-o-display: flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
-moz-flex-direction: row;
-o-flex-direction: row;
flex-direction: row;
-webkit-transition: all .4s;
-ms-transition: all .4s;
-moz-transition: all .4s;
-o-transition: all .4s;
transition: all .4s
}
@media screen and (min-width:769px) {
.slide-excerpt-mobile {
display: none
}
}
.slide-excerpt-mobile .slide-excerpt-left {
padding: 15px;
-webkit-flex: 1;
-ms-flex: 1;
-moz-flex: 1;
-o-flex: 1;
flex: 1;
background: #2a6ebb;
background: rgba(42, 110, 187, .8)
}
.slide-excerpt-mobile .slide-excerpt-right {
display: none;
-webkit-flex-basis: 40px;
-ms-flex-basis: 40px;
-moz-flex-basis: 40px;
-o-flex-basis: 40px;
flex-basis: 40px;
background: #2a6ebb;
background: rgba(42, 110, 187, .5)
}
.slide-excerpt-mobile .slide-excerpt-right img {
max-width: 20px;
min-width: 20px;
position: absolute;
bottom: 20px;
right: 10px
}
.accordion.faqs dt .slide-excerpt-mobile a,
.slide-excerpt-mobile .accordion.faqs dt a,
.slide-excerpt-mobile h2,
.slide-excerpt-mobile p {
color: #fff;
border-bottom: solid 2px rgba(255, 255, 255, .5);
display: inline;
padding-bottom: 0
}
.accordion.faqs dt .slide-excerpt-mobile a,
.slide-excerpt-mobile .accordion.faqs dt a,
.slide-excerpt-mobile h2 {
font-size: 22px;
line-height: 26px;
font-weight: 500;
margin-bottom: .3em
}
.slide-excerpt-mobile p {
font-size: 18px;
line-height: 24px;
margin-bottom: 0
}
.slide-excerpt-mobile .content {
margin-top: 10px
}
.home-slider .slick-slider .heroBanner.slick-slide {
position: relative;
max-height: 400px;
overflow: visible
}
.heroBanner {
background-size: cover;
display: block;
min-height: 750px
}
.page-template-campaign-form-basic .heroBanner {
overflow: auto;
padding-bottom: 50px
}
.page-template-campaign-video .heroBanner {
min-height: 440px
}
.__landingHeading {
font-weight: 300;
color: #fff;
font-size: 3em;
line-height: 1;
text-shadow: 2px 2px 0 #565759
}
.heading-bg--blue .__landingHeading,
.heading-bg--green .__landingHeading,
.heading-bg--pink .__landingHeading {
text-shadow: 0
}
.page-template-campaign-video .__landingHeading {
padding-top: 50px
}
.__landingStrapline {
color: #fff;
position: relative;
font-size: 1.3em;
margin-top: 40px
}
.page-template-campaign-video .__landingStrapline {
margin-bottom: 35px;
line-height: 1.4em
}
.page-template-campaign-form-basic .__landingStrapline {
border-bottom: 1px solid #fff;
margin-bottom: 35px;
padding-bottom: 65px;
line-height: 1.4em
}
.__landingForm {
width: 100%;
background: #eee;
margin-top: 29px;
padding: 38px 20px 20px;
-webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .3);
-moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .3);
box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .3)
}
.__landingForm input,
.__landingForm select {
width: 100%;
margin-bottom: 10px;
height: 40px
}
.__landingForm label,
.__landingForm p {
color: #2a6ebb;
font-size: .8em;
font-weight: 700
}
.__landingForm input.checkbox {
width: 25px;
margin-bottom: 0;
height: 16px
}
.__landingForm .phone-code {
width: 25%;
float: left;
margin-right: 2.5%
}
.__landingForm .phone-input {
width: 72.5%;
float: left
}
.page-template-campaign-form .content-area {
margin-top: 20px
}
@media only screen and (min-width:980px) {
.page-template-campaign-form .content-area {
margin-top: -130px
}
.page-template-campaign-form .content-area .spacer {
margin-top: -50px
}
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
margin-bottom: 50px;
margin-top: 50px
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
form label.error {
display: block;
color: #c00;
margin-bottom: .5em;
position: relative;
top: -.5em;
pointer-events: none
}
.clear:after,
.clear:before {
content: " ";
display: table
}
.clear:after {
clear: both
}
.row:after,
.row:before {
content: "";
display: table
}
.row:after {
clear: both
}
.row {
position: relative;
margin-left: -15px;
margin-right: -15px
}
@media only screen and (min-width:769px) {
.row-m {
position: relative;
margin-left: -15px;
margin-right: -15px
}
}
@media only screen and (min-width:980px) {
.row-l {
position: relative;
margin-left: -15px;
margin-right: -15px
}
}
@media only screen and (min-width:1140px) {
.row-xl {
position: relative;
margin-left: -15px;
margin-right: -15px
}
}
.container {
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto
}
.container-full {
padding-left: 0;
padding-right: 0;
margin-left: auto;
margin-right: auto
}
@media only screen and (min-width:769px) {
.container,
.container-full {
width: 720px
}
.container-m {
width: 720px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto
}
.container-full-m {
width: 720px;
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0
}
}
@media only screen and (min-width:980px) {
.container,
.container-full {
width: 960px
}
.container-l {
width: 960px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto
}
.container-full-l {
width: 960px;
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0
}
}
@media only screen and (min-width:1140px) {
.container,
.container-full {
width: 1120px
}
.container-xl {
width: 1120px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto
}
.container-full-xl {
width: 1120px;
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0
}
}
.col-1,
.col-1-2,
.col-1-3,
.col-1-4,
.col-1-5,
.col-10,
.col-11,
.col-12,
.col-2,
.col-2-3,
.col-2-5,
.col-3,
.col-3-4,
.col-3-5,
.col-4,
.col-4-5,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
padding-left: 15px;
padding-right: 15px;
position: relative;
float: left
}
.col-1 {
width: 8.33333%
}
.col-2 {
width: 16.66667%
}
.col-3 {
width: 25%
}
.col-4 {
width: 33.33333%
}
.col-5 {
width: 41.66667%
}
.col-6 {
width: 50%
}
.col-7 {
width: 58.33333%
}
.col-8 {
width: 66.66667%
}
.col-9 {
width: 75%
}
.col-10 {
width: 83.33333%
}
.col-11 {
width: 91.66667%
}
.col-12 {
width: 100%
}
.col-1-2 {
width: 50%
}
.col-1-3 {
width: 33.33333%
}
.col-2-3 {
width: 66.66667%
}
.col-1-4 {
width: 25%
}
.col-3-4 {
width: 75%
}
.col-1-5 {
width: 20%
}
.col-2-5 {
width: 40%
}
.col-3-5 {
width: 60%
}
.col-4-5 {
width: 80%
}
.col-full {
width: 100%
}
.push-1 {
left: 8.33333%
}
.push-2 {
left: 16.66667%
}
.push-3 {
left: 25%
}
.push-4 {
left: 33.33333%
}
.push-5 {
left: 41.66667%
}
.push-6 {
left: 50%
}
.push-7 {
left: 58.33333%
}
.push-8 {
left: 66.66667%
}
.push-9 {
left: 75%
}
.push-10 {
left: 83.33333%
}
.push-11 {
left: 91.66667%
}
.pull-1 {
left: -8.33333%
}
.pull-2 {
left: -16.66667%
}
.pull-3 {
left: -25%
}
.pull-4 {
left: -33.33333%
}
.pull-5 {
left: -41.66667%
}
.pull-6 {
left: -50%
}
.pull-7 {
left: -58.33333%
}
.pull-8 {
left: -66.66667%
}
.pull-9 {
left: -75%
}
.pull-10 {
left: -83.33333%
}
.pull-11 {
left: -91.66667%
}
@media only screen and (min-width:769px) {
.col-1-2-m,
.col-1-3-m,
.col-1-4-m,
.col-1-5-m,
.col-1-m,
.col-10-m,
.col-11-m,
.col-12-m,
.col-2-3-m,
.col-2-5-m,
.col-2-m,
.col-3-4-m,
.col-3-5-m,
.col-3-m,
.col-4-5-m,
.col-4-m,
.col-5-m,
.col-6-m,
.col-7-m,
.col-8-m,
.col-9-m {
padding-left: 15px;
padding-right: 15px;
position: relative;
float: left
}
.col-1-m {
width: 8.33333%
}
.col-2-m {
width: 16.66667%
}
.col-3-m {
width: 25%
}
.col-4-m {
width: 33.33333%
}
.col-5-m {
width: 41.66667%
}
.col-6-m {
width: 50%
}
.col-7-m {
width: 58.33333%
}
.col-8-m {
width: 66.66667%
}
.col-9-m {
width: 75%
}
.col-10-m {
width: 83.33333%
}
.col-11-m {
width: 91.66667%
}
.col-12-m {
width: 100%
}
.col-1-2-m {
width: 50%
}
.col-1-3-m {
width: 33.33333%
}
.col-2-3-m {
width: 66.66667%
}
.col-1-4-m {
width: 25%
}
.col-3-4-m {
width: 75%
}
.col-1-5-m {
width: 20%
}
.col-2-5-m {
width: 40%
}
.col-3-5-m {
width: 60%
}
.col-4-5-m {
width: 80%
}
.col-full-m {
width: 100%
}
.push-1-m {
left: 8.33333%
}
.push-2-m {
left: 16.66667%
}
.push-3-m {
left: 25%
}
.push-4-m {
left: 33.33333%
}
.push-5-m {
left: 41.66667%
}
.push-6-m {
left: 50%
}
.push-7-m {
left: 58.33333%
}
.push-8-m {
left: 66.66667%
}
.push-9-m {
left: 75%
}
.push-10-m {
left: 83.33333%
}
.push-11-m {
left: 91.66667%
}
.pull-1-m {
left: -8.33333%
}
.pull-2-m {
left: -16.66667%
}
.pull-3-m {
left: -25%
}
.pull-4-m {
left: -33.33333%
}
.pull-5-m {
left: -41.66667%
}
.pull-6-m {
left: -50%
}
.pull-7-m {
left: -58.33333%
}
.pull-8-m {
left: -66.66667%
}
.pull-9-m {
left: -75%
}
.pull-10-m {
left: -83.33333%
}
.pull-11-m {
left: -91.66667%
}
}
@media only screen and (min-width:980px) {
.col-1-2-l,
.col-1-3-l,
.col-1-4-l,
.col-1-5-l,
.col-1-l,
.col-10-l,
.col-11-l,
.col-12-l,
.col-2-3-l,
.col-2-5-l,
.col-2-l,
.col-3-4-l,
.col-3-5-l,
.col-3-l,
.col-4-5-l,
.col-4-l,
.col-5-l,
.col-6-l,
.col-7-l,
.col-8-l,
.col-9-l {
padding-left: 15px;
padding-right: 15px;
position: relative;
float: left
}
.col-1-l {
width: 8.33333%
}
.col-2-l {
width: 16.66667%
}
.col-3-l {
width: 25%
}
.col-4-l {
width: 33.33333%
}
.col-5-l {
width: 41.66667%
}
.col-6-l {
width: 50%
}
.col-7-l {
width: 58.33333%
}
.col-8-l {
width: 66.66667%
}
.col-9-l {
width: 75%
}
.col-10-l {
width: 83.33333%
}
.col-11-l {
width: 91.66667%
}
.col-12-l {
width: 100%
}
.col-1-2-l {
width: 50%
}
.col-1-3-l {
width: 33.33333%
}
.col-2-3-l {
width: 66.66667%
}
.col-1-4-l {
width: 25%
}
.col-3-4-l {
width: 75%
}
.col-1-5-l {
width: 20%
}
.col-2-5-l {
width: 40%
}
.col-3-5-l {
width: 60%
}
.col-4-5-l {
width: 80%
}
.col-full-l {
width: 100%
}
.push-1-l {
left: 8.33333%
}
.push-2-l {
left: 16.66667%
}
.push-3-l {
left: 25%
}
.push-4-l {
left: 33.33333%
}
.push-5-l {
left: 41.66667%
}
.push-6-l {
left: 50%
}
.push-7-l {
left: 58.33333%
}
.push-8-l {
left: 66.66667%
}
.push-9-l {
left: 75%
}
.push-10-l {
left: 83.33333%
}
.push-11-l {
left: 91.66667%
}
.pull-1-l {
left: -8.33333%
}
.pull-2-l {
left: -16.66667%
}
.pull-3-l {
left: -25%
}
.pull-4-l {
left: -33.33333%
}
.pull-5-l {
left: -41.66667%
}
.pull-6-l {
left: -50%
}
.pull-7-l {
left: -58.33333%
}
.pull-8-l {
left: -66.66667%
}
.pull-9-l {
left: -75%
}
.pull-10-l {
left: -83.33333%
}
.pull-11-l {
left: -91.66667%
}
}
@media only screen and (min-width:1140px) {
.col-1-2-xl,
.col-1-3-xl,
.col-1-4-xl,
.col-1-5-xl,
.col-1-xl,
.col-10-xl,
.col-11-xl,
.col-12-xl,
.col-2-3-xl,
.col-2-5-xl,
.col-2-xl,
.col-3-4-xl,
.col-3-5-xl,
.col-3-xl,
.col-4-5-xl,
.col-4-xl,
.col-5-xl,
.col-6-xl,
.col-7-xl,
.col-8-xl,
.col-9-xl {
padding-left: 15px;
padding-right: 15px;
position: relative;
float: left
}
.col-1-xl {
width: 8.33333%
}
.col-2-xl {
width: 16.66667%
}
.col-3-xl {
width: 25%
}
.col-4-xl {
width: 33.33333%
}
.col-5-xl {
width: 41.66667%
}
.col-6-xl {
width: 50%
}
.col-7-xl {
width: 58.33333%
}
.col-8-xl {
width: 66.66667%
}
.col-9-xl {
width: 75%
}
.col-10-xl {
width: 83.33333%
}
.col-11-xl {
width: 91.66667%
}
.col-12-xl {
width: 100%
}
.col-1-2-xl {
width: 50%
}
.col-1-3-xl {
width: 33.33333%
}
.col-2-3-xl {
width: 66.66667%
}
.col-1-4-xl {
width: 25%
}
.col-3-4-xl {
width: 75%
}
.col-1-5-xl {
width: 20%
}
.col-2-5-xl {
width: 40%
}
.col-3-5-xl {
width: 60%
}
.col-4-5-xl {
width: 80%
}
.col-full-xl {
width: 100%
}
.push-1-xl {
left: 8.33333%
}
.push-2-xl {
left: 16.66667%
}
.push-3-xl {
left: 25%
}
.push-4-xl {
left: 33.33333%
}
.push-5-xl {
left: 41.66667%
}
.push-6-xl {
left: 50%
}
.push-7-xl {
left: 58.33333%
}
.push-8-xl {
left: 66.66667%
}
.push-9-xl {
left: 75%
}
.push-10-xl {
left: 83.33333%
}
.push-11-xl {
left: 91.66667%
}
.pull-1-xl {
left: -8.33333%
}
.pull-2-xl {
left: -16.66667%
}
.pull-3-xl {
left: -25%
}
.pull-4-xl {
left: -33.33333%
}
.pull-5-xl {
left: -41.66667%
}
.pull-6-xl {
left: -50%
}
.pull-7-xl {
left: -58.33333%
}
.pull-8-xl {
left: -66.66667%
}
.pull-9-xl {
left: -75%
}
.pull-10-xl {
left: -83.33333%
}
.pull-11-xl {
left: -91.66667%
}
}
@keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
.fade-in {
animation-name: fadeIn
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translate3d(0, -30px, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-down {
animation-name: fadeInDown
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-down-big {
animation-name: fadeInDownBig
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translate3d(-30px, 0, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-left {
animation-name: fadeInLeft
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-left-big {
animation-name: fadeInLeftBig
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translate3d(30px, 0, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-right {
animation-name: fadeInRight
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translate3d(100%, 0, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-right-big {
animation-name: fadeInRightBig
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 30px, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-up {
animation-name: fadeInUp
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0)
}
100% {
opacity: 1;
transform: none
}
}
.fade-in-up-big {
animation-name: fadeInUpBig
}
.no-margin {
margin: 0
}
.no-padding {
padding: 0
}
.no-float {
float: none
}
.no-background {
background: 0 0
}
.no-border {
border: 0
}
.no-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default
}
.font-100 {
font-weight: 100
}
.font-200 {
font-weight: 200
}
.font-300 {
font-weight: 300
}
.font-400 {
font-weight: 400
}
.font-500 {
font-weight: 500
}
.font-600 {
font-weight: 600
}
.font-700 {
font-weight: 700
}
.font-800 {
font-weight: 800
}
.font-900 {
font-weight: 900
}
.font-normal {
font-style: normal
}
.font-italic {
font-style: italic
}
.uppercase {
text-transform: uppercase
}
.lowercase {
text-transform: lowercase
}
.capitalize {
text-transform: capitalize
}
.text-left {
text-align: left
}
.text-right {
text-align: right
}
.text-center {
text-align: center
}
.text-justify {
text-align: justify
}
.relative {
position: relative
}
.absolute {
position: absolute
}
.static {
position: static
}
.fixed {
position: fixed
}
.none {
display: none
}
.block {
display: block
}
.inline-block {
display: inline-block
}
.inline {
display: inline
}
.flex {
display: flex
}
.flex-row {
flex-direction: row
}
.flex-column {
flex-direction: column
}
.flex-space-around {
justify-content: space-around
}
.flex-space-between {
justify-content: space-between
}
.flex-start {
justify-content: flex-start
}
.flex-center {
justify-content: center
}
.flex-end {
justify-content: flex-end
}
.flex-wrap {
flex-wrap: wrap
}
.flex-nowrap {
flex-wrap: nowrap
}
.left {
float: left
}
.right {
float: right
}
.center {
float: none;
margin-left: auto;
margin-right: auto
}
.pad-top-5 {
padding-top: 5px
}
.pad-top-10 {
padding-top: 10px
}
.pad-top-15 {
padding-top: 15px
}
.pad-top-20 {
padding-top: 20px
}
.pad-top-25 {
padding-top: 25px
}
.pad-top-30 {
padding-top: 30px
}
.pad-top-35 {
padding-top: 35px
}
.pad-top-40 {
padding-top: 40px
}
.pad-top-45 {
padding-top: 45px
}
.pad-top-50 {
padding-top: 50px
}
.pad-top-55 {
padding-top: 55px
}
.pad-top-60 {
padding-top: 60px
}
.pad-bottom-5 {
padding-bottom: 5px
}
.pad-bottom-10 {
padding-bottom: 10px
}
.pad-bottom-15 {
padding-bottom: 15px
}
.pad-bottom-20 {
padding-bottom: 20px
}
.pad-bottom-25 {
padding-bottom: 25px
}
.pad-bottom-30 {
padding-bottom: 30px
}
.pad-bottom-35 {
padding-bottom: 35px
}
.pad-bottom-40 {
padding-bottom: 40px
}
.pad-bottom-45 {
padding-bottom: 45px
}
.pad-bottom-50 {
padding-bottom: 50px
}
.pad-bottom-55 {
padding-bottom: 55px
}
.pad-bottom-60 {
padding-bottom: 60px
}
.pad-5 {
padding: 5px
}
.pad-10 {
padding: 10px
}
.pad-15 {
padding: 15px
}
.pad-20 {
padding: 20px
}
.pad-25 {
padding: 25px
}
.pad-30 {
padding: 30px
}
.pad-35 {
padding: 35px
}
.pad-40 {
padding: 40px
}
.pad-45 {
padding: 45px
}
.pad-50 {
padding: 50px
}
.pad-55 {
padding: 55px
}
.pad-60 {
padding: 60px
}
.sr {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
}
.list-unstyled {
list-style: none;
margin: 0;
padding: 0
}
.list-unstyled li {
margin: 0;
padding: 0
}
.list-inline {
list-style: none;
margin: 0;
padding: 0
}
.list-inline li {
margin: 0;
padding: 0;
display: inline-block
}
.img-fluid {
max-width: 100%
}
.img-left {
float: left;
margin-right: 20px
}
.img-right {
float: right;
margin-left: 20px
}
.field {
width: 100%
}
.form-group {
overflow: hidden
}
.form-group label {
display: inline-block;
padding-top: 8px
}
.disabled,
[disabled] {
pointer-events: none;
cursor: not-allowed;
opacity: .5
}
.checkbox,
.radio {
display: inline-block;
position: relative
}
.checkbox label,
.radio label {
padding-left: 20px;
padding-top: 0;
display: inline-block
}
.checkbox input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=checkbox],
.radio input[type=radio] {
position: absolute;
top: 4px;
left: 0
}
.select {
overflow: hidden;
position: relative;
display: block
}
.select:before {
content: "";
border: 6px solid transparent;
border-top-color: #676767;
top: 50%;
right: 10px;
margin-top: -3px;
pointer-events: none;
position: absolute
}
.select select {
-webkit-appearance: none;
-moz-appearance: none;
height: 36px;
width: 100%;
padding: 0 10px;
line-height: normal;
border: 1px solid #ccc;
background: #fff;
display: block
}
.select select::-ms-expand {
display: none
}
.select select:focus {
border-color: #f7c723
}
.select select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
border-color: #f7c723
}
.animate {
animation-duration: 1s;
animation-fill-mode: both
}
.animate-infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
@media only screen and (min-width:769px) {
.no-float-m {
float: none
}
.no-padding-m {
padding: 0
}
.no-margin-m {
margin: 0
}
.relative-m {
position: relative
}
.absolute-m {
position: absolute
}
.static-m {
position: static
}
.fixed-m {
position: fixed
}
.none-m {
display: none
}
.block-m {
display: block
}
.inline-block-m {
display: inline-block
}
.inline-m {
display: inline
}
.left-m {
float: left
}
.right-m {
float: right
}
.center-m {
float: none;
margin-left: auto;
margin-right: auto
}
.text-left-m {
text-align: left
}
.text-right-m {
text-align: right
}
.text-center-m {
text-align: center
}
.text-justify-m {
text-align: justify
}
.no-col-m {
width: auto;
float: none
}
.no-pull-m,
.no-push-m {
left: 0
}
.pad-top-0-m {
padding-top: 0
}
.pad-top-5-m {
padding-top: 5px
}
.pad-top-10-m {
padding-top: 10px
}
.pad-top-15-m {
padding-top: 15px
}
.pad-top-20-m {
padding-top: 20px
}
.pad-top-25-m {
padding-top: 25px
}
.pad-top-30-m {
padding-top: 30px
}
.pad-top-35-m {
padding-top: 35px
}
.pad-top-40-m {
padding-top: 40px
}
.pad-top-45-m {
padding-top: 45px
}
.pad-top-50-m {
padding-top: 50px
}
.pad-top-55-m {
padding-top: 55px
}
.pad-top-60-m {
padding-top: 60px
}
.pad-bottom-0-m {
padding-bottom: 0
}
.pad-bottom-5-m {
padding-bottom: 5px
}
.pad-bottom-10-m {
padding-bottom: 10px
}
.pad-bottom-15-m {
padding-bottom: 15px
}
.pad-bottom-20-m {
padding-bottom: 20px
}
.pad-bottom-25-m {
padding-bottom: 25px
}
.pad-bottom-30-m {
padding-bottom: 30px
}
.pad-bottom-35-m {
padding-bottom: 35px
}
.pad-bottom-40-m {
padding-bottom: 40px
}
.pad-bottom-45-m {
padding-bottom: 45px
}
.pad-bottom-50-m {
padding-bottom: 50px
}
.pad-bottom-55-m {
padding-bottom: 55px
}
.pad-bottom-60-m {
padding-bottom: 60px
}
.pad-0-m {
padding: 0
}
.pad-5-m {
padding: 5px
}
.pad-10-m {
padding: 10px
}
.pad-15-m {
padding: 15px
}
.pad-20-m {
padding: 20px
}
.pad-25-m {
padding: 25px
}
.pad-30-m {
padding: 30px
}
.pad-35-m {
padding: 35px
}
.pad-40-m {
padding: 40px
}
.pad-45-m {
padding: 45px
}
.pad-50-m {
padding: 50px
}
.pad-55-m {
padding: 55px
}
.pad-60-m {
padding: 60px
}
}
@media only screen and (min-width:980px) {
.no-float-l {
float: none
}
.no-padding-l {
padding: 0
}
.no-margin-l {
margin: 0
}
.relative-l {
position: relative
}
.absolute-l {
position: absolute
}
.static-l {
position: static
}
.fixed-l {
position: fixed
}
.none-l {
display: none
}
.block-l {
display: block
}
.inline-block-l {
display: inline-block
}
.inline-l {
display: inline
}
.left-l {
float: left
}
.right-l {
float: right
}
.center-l {
float: none;
margin-left: auto;
margin-right: auto
}
.text-left-l {
text-align: left
}
.text-right-l {
text-align: right
}
.text-center-l {
text-align: center
}
.text-justify-l {
text-align: justify
}
.no-col-l {
width: auto;
float: none
}
.no-pull-l,
.no-push-l {
left: 0
}
.pad-top-0-l {
padding-top: 0
}
.pad-top-5-l {
padding-top: 5px
}
.pad-top-10-l {
padding-top: 10px
}
.pad-top-15-l {
padding-top: 15px
}
.pad-top-20-l {
padding-top: 20px
}
.pad-top-25-l {
padding-top: 25px
}
.pad-top-30-l {
padding-top: 30px
}
.pad-top-35-l {
padding-top: 35px
}
.pad-top-40-l {
padding-top: 40px
}
.pad-top-45-l {
padding-top: 45px
}
.pad-top-50-l {
padding-top: 50px
}
.pad-top-55-l {
padding-top: 55px
}
.pad-top-60-l {
padding-top: 60px
}
.pad-bottom-0-l {
padding-bottom: 0
}
.pad-bottom-5-l {
padding-bottom: 5px
}
.pad-bottom-10-l {
padding-bottom: 10px
}
.pad-bottom-15-l {
padding-bottom: 15px
}
.pad-bottom-20-l {
padding-bottom: 20px
}
.pad-bottom-25-l {
padding-bottom: 25px
}
.pad-bottom-30-l {
padding-bottom: 30px
}
.pad-bottom-35-l {
padding-bottom: 35px
}
.pad-bottom-40-l {
padding-bottom: 40px
}
.pad-bottom-45-l {
padding-bottom: 45px
}
.pad-bottom-50-l {
padding-bottom: 50px
}
.pad-bottom-55-l {
padding-bottom: 55px
}
.pad-bottom-60-l {
padding-bottom: 60px
}
.pad-0-l {
padding: 0
}
.pad-5-l {
padding: 5px
}
.pad-10-l {
padding: 10px
}
.pad-15-l {
padding: 15px
}
.pad-20-l {
padding: 20px
}
.pad-25-l {
padding: 25px
}
.pad-30-l {
padding: 30px
}
.pad-35-l {
padding: 35px
}
.pad-40-l {
padding: 40px
}
.pad-45-l {
padding: 45px
}
.pad-50-l {
padding: 50px
}
.pad-55-l {
padding: 55px
}
.pad-60-l {
padding: 60px
}
}
@media only screen and (min-width:1140px) {
.no-float-xl {
float: none
}
.no-padding-xl {
padding: 0
}
.no-margin-xl {
margin: 0
}
.relative-xl {
position: relative
}
.absolute-xl {
position: absolute
}
.static-xl {
position: static
}
.fixed-xl {
position: fixed
}
.none-xl {
display: none
}
.block-xl {
display: block
}
.inline-block-xl {
display: inline-block
}
.inline-xl {
display: inline
}
.left-xl {
float: left
}
.right-xl {
float: right
}
.center-xl {
float: none;
margin-left: auto;
margin-right: auto
}
.text-left-xl {
text-align: left
}
.text-right-xl {
text-align: right
}
.text-center-xl {
text-align: center
}
.text-justify-xl {
text-align: justify
}
.no-col-xl {
width: auto;
float: none
}
.no-pull-xl,
.no-push-xl {
left: 0
}
.pad-top-0-xl {
padding-top: 0
}
.pad-top-5-xl {
padding-top: 5px
}
.pad-top-10-xl {
padding-top: 10px
}
.pad-top-15-xl {
padding-top: 15px
}
.pad-top-20-xl {
padding-top: 20px
}
.pad-top-25-xl {
padding-top: 25px
}
.pad-top-30-xl {
padding-top: 30px
}
.pad-top-35-xl {
padding-top: 35px
}
.pad-top-40-xl {
padding-top: 40px
}
.pad-top-45-xl {
padding-top: 45px
}
.pad-top-50-xl {
padding-top: 50px
}
.pad-top-55-xl {
padding-top: 55px
}
.pad-top-60-xl {
padding-top: 60px
}
.pad-bottom-0-xl {
padding-bottom: 0
}
.pad-bottom-5-xl {
padding-bottom: 5px
}
.pad-bottom-10-xl {
padding-bottom: 10px
}
.pad-bottom-15-xl {
padding-bottom: 15px
}
.pad-bottom-20-xl {
padding-bottom: 20px
}
.pad-bottom-25-xl {
padding-bottom: 25px
}
.pad-bottom-30-xl {
padding-bottom: 30px
}
.pad-bottom-35-xl {
padding-bottom: 35px
}
.pad-bottom-40-xl {
padding-bottom: 40px
}
.pad-bottom-45-xl {
padding-bottom: 45px
}
.pad-bottom-50-xl {
padding-bottom: 50px
}
.pad-bottom-55-xl {
padding-bottom: 55px
}
.pad-bottom-60-xl {
padding-bottom: 60px
}
.pad-0-xl {
padding: 0
}
.pad-5-xl {
padding: 5px
}
.pad-10-xl {
padding: 10px
}
.pad-15-xl {
padding: 15px
}
.pad-20-xl {
padding: 20px
}
.pad-25-xl {
padding: 25px
}
.pad-30-xl {
padding: 30px
}
.pad-35-xl {
padding: 35px
}
.pad-40-xl {
padding: 40px
}
.pad-45-xl {
padding: 45px
}
.pad-50-xl {
padding: 50px
}
.pad-55-xl {
padding: 55px
}
.pad-60-xl {
padding: 60px
}
}
@media print {
.no-float-print {
float: none
}
.no-padding-print {
padding: 0
}
.no-margin-print {
margin: 0
}
.none-print {
display: none
}
.block-print {
display: block
}
.inline-block-print {
display: inline-block
}
.inline-print {
display: inline
}
.text-left-print {
text-align: left
}
.text-right-print {
text-align: right
}
.text-center-print {
text-align: center
}
.text-justify-print {
text-align: justify
}
.no-col-print {
width: auto;
float: none
}
.no-pull-print,
.no-push-print {
left: 0
}
.pad-top-0-print {
padding-top: 0
}
.pad-top-5-print {
padding-top: 5px
}
.pad-top-10-print {
padding-top: 10px
}
.pad-top-15-print {
padding-top: 15px
}
.pad-top-20-print {
padding-top: 20px
}
.pad-top-25-print {
padding-top: 25px
}
.pad-top-30-print {
padding-top: 30px
}
.pad-top-35-print {
padding-top: 35px
}
.pad-top-40-print {
padding-top: 40px
}
.pad-top-45-print {
padding-top: 45px
}
.pad-top-50-print {
padding-top: 50px
}
.pad-top-55-print {
padding-top: 55px
}
.pad-top-60-print {
padding-top: 60px
}
.pad-bottom-0-print {
padding-bottom: 0
}
.pad-bottom-5-print {
padding-bottom: 5px
}
.pad-bottom-10-print {
padding-bottom: 10px
}
.pad-bottom-15-print {
padding-bottom: 15px
}
.pad-bottom-20-print {
padding-bottom: 20px
}
.pad-bottom-25-print {
padding-bottom: 25px
}
.pad-bottom-30-print {
padding-bottom: 30px
}
.pad-bottom-35-print {
padding-bottom: 35px
}
.pad-bottom-40-print {
padding-bottom: 40px
}
.pad-bottom-45-print {
padding-bottom: 45px
}
.pad-bottom-50-print {
padding-bottom: 50px
}
.pad-bottom-55-print {
padding-bottom: 55px
}
.pad-bottom-60-print {
padding-bottom: 60px
}
.pad-0-print {
padding: 0
}
.pad-5-print {
padding: 5px
}
.pad-10-print {
padding: 10px
}
.pad-15-print {
padding: 15px
}
.pad-20-print {
padding: 20px
}
.pad-25-print {
padding: 25px
}
.pad-30-print {
padding: 30px
}
.pad-35-print {
padding: 35px
}
.pad-40-print {
padding: 40px
}
.pad-45-print {
padding: 45px
}
.pad-50-print {
padding: 50px
}
.pad-55-print {
padding: 55px
}
.pad-60-print {
padding: 60px
}
}
#main .slick-next,
#main .slick-prev {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0;
font-size: 0;
cursor: pointer;
background: 0 0;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: 0
}
#main .slick-next:focus,
#main .slick-next:hover,
#main .slick-prev:focus,
#main .slick-prev:hover {
outline: 0;
background: 0 0;
color: transparent
}
#main .slick-next:focus:before,
#main .slick-next:hover:before,
#main .slick-prev:focus:before,
#main .slick-prev:hover:before {
opacity: 1
}
#main .slick-next.slick-disabled:before,
#main .slick-prev.slick-disabled:before {
opacity: .25
}
#main .slick-next:before,
#main .slick-prev:before {
font-family: slick;
font-size: 20px;
line-height: 1;
color: #fff;
opacity: .75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
#main .slick-prev {
left: 25px
}
[dir=rtl] #main .slick-prev {
left: auto;
right: 25px
}
#main .slick-prev:before {
content: "â†"
}
[dir=rtl] #main .slick-prev:before {
content: "→"
}
#main .slick-next {
right: 25px
}
[dir=rtl] #main .slick-next {
left: 25px;
right: auto
}
#main .slick-next:before {
content: "→"
}
[dir=rtl] #main .slick-next:before {
content: "â†"
}
.slick-dotted.slick-slider {
margin-bottom: 30px
}
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%
}
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer
}
.slick-dots li button {
border: 0;
background: 0 0;
display: block;
height: 20px;
width: 20px;
outline: 0;
line-height: 0;
font-size: 0;
color: transparent;
padding: 5px;
cursor: pointer
}
.slick-dots li button:focus,
.slick-dots li button:hover {
outline: 0
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
opacity: 1
}
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: slick;
font-size: 6px;
line-height: 20px;
text-align: center;
color: #000;
opacity: .25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
color: #000;
opacity: .75
}
.modal__overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, .6);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
padding: 0 2em
}
.modal__container {
background-color: #fff;
max-height: 100vh;
max-width: 1000px;
overflow-y: auto;
box-sizing: border-box;
background-image: url("http://localhost:8000/assets/World.png")
}
@media screen and (min-width:769px) {
.modal__container {
padding-bottom: 1em
}
}
@media screen and (min-width:980px) {
.modal__container {
padding-bottom: 2em
}
}
.modal__header {
display: flex;
justify-content: space-between;
align-items: center;
background: #2a6ebb;
padding: 1.5em;
position: relative
}
.accordion.faqs dt .modal__header a,
.modal__header .accordion.faqs dt a,
.modal__header h2 {
color: #fff;
display: block;
width: 100%;
text-align: center
}
.modal__header .modal__close {
position: absolute;
right: 0;
top: 0
}
.modal__header .modal__close i {
color: #fff;
font-size: 24px;
pointer-events: none
}
.modal__content {
padding: 1.5em;
text-align: center
}
@media screen and (min-width:769px) {
.modal__content__links {
display: flex;
align-items: baseline;
justify-content: center;
margin: 0 1em;
padding-top: 1em
}
}
.modal__content__links a {
max-width: 180px;
margin: 0 auto 1.5em auto;
display: block
}
@media screen and (min-width:769px) {
.modal__content__links a {
margin: 0 1em;
max-width: 80px
}
}
@media screen and (min-width:980px) {
.modal__content__links a {
margin: 0 1.5em
}
}
.modal__content__links a:hover {
text-decoration: none
}
.modal__content__links a:hover img {
opacity: .9
}
.modal__content__links a:hover span {
color: #000
}
.modal__content__links a img {
margin-bottom: 6px;
width: 100%;
height: auto
}
.modal__content__links a span {
font-size: 14px;
line-height: 1.2;
color: #333;
display: block;
margin-bottom: 5px
}
.modal__close {
background: 0 0;
border: 0
}
.modal__title {
margin-bottom: 0
}
@keyframes mmfadeIn {
from {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes mmfadeOut {
from {
opacity: 1
}
to {
opacity: 0
}
}
@keyframes mmslideIn {
from {
transform: translateY(15%)
}
to {
transform: translateY(0)
}
}
@keyframes mmslideOut {
from {
transform: translateY(0)
}
to {
transform: translateY(-10%)
}
}
.micromodal-slide {
display: none
}
.micromodal-slide.is-open {
display: block
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide[aria-hidden=false] .modal__container {
animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide[aria-hidden=true] .modal__container {
animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
will-change: transform
}
div.yotu-videos ul li {
text-indent: 0
}
div.yotu-videos ul li:before {
content: "";
padding-right: 0
}
@media print {
*,
:after,
:before {
background: 0 0;
color: #000;
box-shadow: none;
text-shadow: none
}
a,
a:visited {
text-decoration: underline
}
a[href]:after {
content: " (" attr(href) ")"
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""
}
blockquote,
pre {
page-break-inside: avoid
}
thead {
display: table-header-group
}
tr {
page-break-inside: avoid
}
img {
page-break-inside: avoid;
max-width: 100%
}
.accordion.faqs dt a,
h2,
h3,
p {
orphans: 3;
widows: 3
}
.accordion.faqs dt a,
h2,
h3 {
page-break-after: avoid
}
abbr[title]:after {
content: " (" attr(title) ")"
}
}
@media (max-width:1108px) and (min-width: 1023px) {}
@media (max-width: 1024px) and (min-width: 990px) {}
@media (max-width:991px) and (min-width:898px) {
header .primary-navigation ul li {
margin: 0 5px !important;
}
header .primary-navigation ul li a,
header .secondary-navigation .wpml-ls-current-language>a,
header .secondary-navigation ul li a {
font-size: 15px !important;
}
.block-m {
width: 100% !important;
}
.col-3-m {
padding-top: 12px;
}
}
@media (max-width:899px) and (min-width:822px) {
header .primary-navigation ul li {
margin: 0 5px !important;
}
header .primary-navigation ul li a,
header .secondary-navigation .wpml-ls-current-language>a,
header .secondary-navigation ul li a {
font-size: 15px !important;
}
.block-m {
width: 100% !important;
}
.col-3-m {
padding-top: 12px;
}
}
@media (max-width:823px) and (min-width:799px) {
header .primary-navigation ul li {
margin: 0 5px !important;
}
header .primary-navigation ul li a,
header .secondary-navigation .wpml-ls-current-language>a,
header .secondary-navigation ul li a {
font-size: 15px !important;
}
.block-m {
width: 100% !important;
}
.col-3-m {
padding-top: 12px;
}
}
@media (max-width:800px) and (min-width:769px) {
header .primary-navigation ul li {
margin: 0 5px !important;
}
header .primary-navigation ul li a,
header .secondary-navigation .wpml-ls-current-language>a,
header .secondary-navigation ul li a {
font-size: 15px !important;
}
.block-m {
width: 100% !important;
}
.col-3-m {
padding-top: 12px;
}
}
@media (max-width: 768px) and (min-width: 735px) {
header .logo-container img {
width: 60% !important;
}
}
@media (max-width: 736px) and (min-width: 639px) {
header .logo-container img {
width: 60% !important;
}
}
@media (max-width: 640px) and (min-width: 559px) {
header .logo-container img {
width: 60% !important;
}
}
@media (max-width: 560px) and (min-width: 479px) {
header .logo-container img {
width: 75% !important;
}
}
@media (max-width: 480px) and (min-width: 424px) {
header .logo-container img {
width: 75% !important;
}
}
@media (max-width: 425px) and (min-width: 413px) {
header .logo-container img {
width: 75% !important;
}
}
@media (max-width: 414px) and (min-width: 410px) {
header .logo-container img {
width: 75% !important;
}
}
@media (max-width: 411px) and (min-width: 399px) {
header .logo-container img {
width: 75% !important;
}
}
@media (max-width: 400px) and (min-width: 374px) {
header .logo-container img {
width: 75% !important;
}
}
@media (max-width: 375px) and (min-width: 359px) {
header .logo-container img {
width: 95% !important;
}
}
@media (max-width: 360px) and (min-width: 319px) {
header .logo-container img {
width: 95% !important;
}
}
@media (max-width: 320px) and (min-width: 279px) {
header .logo-container img {
width: 95% !important;
}
}
@media (max-width: 280px) and (min-width: 220px) {
header .logo-container img {
width: 95% !important;
}
}
footer .social-icons .fai {
color: #fff;
font-size: 35px;
}
.footer-col-1 h3, .box-3 h3{
font-size: 22px;
}
.sidebar-cta a h2{
color:#FFF !important;
text-align:center;
}
a.fasc-button:hover, a.fasc-button:focus, a.fasc-button:visited, a.fasc-button:active {
text-decoration: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
a.fasc-button.rounded.fasc-size-xlarge, .fasc-rounded-medium.fasc-size-xlarge {
border-radius: 15px;
}
.fasc-type-glossy.fasc-size-xlarge {
}
a.fasc-type-glossy {
background-color: #247edd;
border: 1px solid rgba(0,0,0, 0.1);
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}
a.fasc-button {
display: inline-block;
color: #ffffff;
text-decoration: none;
margin: 3px 0;
border: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
box-sizing: border-box;
}
.fasc-size-xlarge {
font-size: 24px;
padding: 11px 13px;
border: 0;
line-height: 33px;
} | 0.387111 | 0.074568 |
:root {
--primary: #0020af;
--primary-light: #5171ff;
--secondary: #ffae00;
}
*,
*::before,
*::after {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
html {
font-size: 62.5%;
}
body {
background-color: #323232;
color: #fff;
}
button,
select,
a {
cursor: pointer;
}
button {
border: none;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a,
p,
button {
font-size: 1.4rem;
}
h1 {
font-size: 3.6rem;
text-align: center;
}
h2,
h2 > * {
font-size: 2rem;
}
label,
h3,
h3 > * {
font-size: 1.6rem;
}
ul {
list-style: none;
}
header {
background-color: var(--primary);
padding: 1rem;
}
header > nav,
header > nav > ul {
display: flex;
align-items: center;
}
header > nav {
justify-content: space-between;
}
header > nav > a {
font-size: 2.8rem;
font-weight: 900;
color: #fff;
text-decoration: none;
}
header > nav > a:hover,
header > nav > ul > li > a:hover {
text-decoration: none;
}
header > nav > ul {
justify-content: center;
column-gap: 1rem;
}
header > nav > ul > li > a,
header > nav > ul > li > button {
display: inline-block;
line-height: 1;
font-size: 1.8rem;
color: #fff;
background-color: #000e4e;
padding: 0.6rem 1rem;
text-decoration: none;
border: 1px solid #fff;
border-radius: 0.2rem;
}
.main-form {
width: 100%;
max-width: 420px;
margin: 2rem auto;
background-color: var(--primary);
border-radius: 1rem;
padding: 2rem;
}
.main-form > * + * {
margin-top: 1rem;
}
.main-form > h1 {
font-size: 3.2rem;
}
.main-form > .input-control > label {
display: block;
margin-bottom: 0.2rem;
}
.main-form > .input-control > input,
.main-form > .input-control > textarea {
padding: 0.2rem 0.4rem;
border-radius: 0.5rem;
width: 100%;
color: #000;
font-size: 1.4rem;
}
.main-form > button.btn {
display: block;
margin: 2rem auto 0;
width: 100%;
max-width: 420px;
}
.main-form > p,
.main-form > p > a {
font-size: 1.2rem;
color: #fff;
text-decoration: none;
}
.main-form > p > a:hover {
text-decoration: underline;
}
.btn {
font-size: 1.8rem;
color: #fff;
background-color: var(--secondary);
padding: 0.6rem 1rem;
text-decoration: none;
border-radius: 0.5rem;
}
.btn.btn-danger {
background-color: #ff0000;
}
.container {
padding: 2rem 1rem;
}
.container > h1 {
margin-bottom: 1rem;
}
.polls > li + li {
margin-top: 1rem;
}
.polls > li {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
background-color: var(--primary-light);
border-radius: 0.5rem;
padding: 1.6rem;
}
.polls > li > * + * {
margin-top: 1.6rem;
}
.polls > li > form {
min-width: 40rem;
width: max-content;
}
.polls > li > form > * + * {
margin-top: 0.5rem;
}
.polls > li > form > * {
display: block;
color: #000;
width: 100%;
border-radius: 0.5rem;
padding: 0.2rem 0.4rem;
}
.polls > li > form > button,
.polls > li > div > button,
.polls > li > button {
background-color: var(--secondary);
color: #fff;
padding: 0.4rem 0.8rem;
}
.polls > li > div {
display: flex;
align-items: center;
justify-content: center;
column-gap: 1rem;
}
.polls > li > div > button.btn,
.polls > li > button.btn {
font-size: 1.4rem;
}
.polls > li > p {
font-size: 1.6rem;
}
.polls > li > p + p {
margin-top: 0.5rem;
}
.polls > li > .chart {
width: 100%;
max-width: 30rem;
}
.polls > p {
text-align: center;
font-size: 2rem;
} | voting-app/public/style.css | :root {
--primary: #0020af;
--primary-light: #5171ff;
--secondary: #ffae00;
}
*,
*::before,
*::after {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
html {
font-size: 62.5%;
}
body {
background-color: #323232;
color: #fff;
}
button,
select,
a {
cursor: pointer;
}
button {
border: none;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a,
p,
button {
font-size: 1.4rem;
}
h1 {
font-size: 3.6rem;
text-align: center;
}
h2,
h2 > * {
font-size: 2rem;
}
label,
h3,
h3 > * {
font-size: 1.6rem;
}
ul {
list-style: none;
}
header {
background-color: var(--primary);
padding: 1rem;
}
header > nav,
header > nav > ul {
display: flex;
align-items: center;
}
header > nav {
justify-content: space-between;
}
header > nav > a {
font-size: 2.8rem;
font-weight: 900;
color: #fff;
text-decoration: none;
}
header > nav > a:hover,
header > nav > ul > li > a:hover {
text-decoration: none;
}
header > nav > ul {
justify-content: center;
column-gap: 1rem;
}
header > nav > ul > li > a,
header > nav > ul > li > button {
display: inline-block;
line-height: 1;
font-size: 1.8rem;
color: #fff;
background-color: #000e4e;
padding: 0.6rem 1rem;
text-decoration: none;
border: 1px solid #fff;
border-radius: 0.2rem;
}
.main-form {
width: 100%;
max-width: 420px;
margin: 2rem auto;
background-color: var(--primary);
border-radius: 1rem;
padding: 2rem;
}
.main-form > * + * {
margin-top: 1rem;
}
.main-form > h1 {
font-size: 3.2rem;
}
.main-form > .input-control > label {
display: block;
margin-bottom: 0.2rem;
}
.main-form > .input-control > input,
.main-form > .input-control > textarea {
padding: 0.2rem 0.4rem;
border-radius: 0.5rem;
width: 100%;
color: #000;
font-size: 1.4rem;
}
.main-form > button.btn {
display: block;
margin: 2rem auto 0;
width: 100%;
max-width: 420px;
}
.main-form > p,
.main-form > p > a {
font-size: 1.2rem;
color: #fff;
text-decoration: none;
}
.main-form > p > a:hover {
text-decoration: underline;
}
.btn {
font-size: 1.8rem;
color: #fff;
background-color: var(--secondary);
padding: 0.6rem 1rem;
text-decoration: none;
border-radius: 0.5rem;
}
.btn.btn-danger {
background-color: #ff0000;
}
.container {
padding: 2rem 1rem;
}
.container > h1 {
margin-bottom: 1rem;
}
.polls > li + li {
margin-top: 1rem;
}
.polls > li {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
background-color: var(--primary-light);
border-radius: 0.5rem;
padding: 1.6rem;
}
.polls > li > * + * {
margin-top: 1.6rem;
}
.polls > li > form {
min-width: 40rem;
width: max-content;
}
.polls > li > form > * + * {
margin-top: 0.5rem;
}
.polls > li > form > * {
display: block;
color: #000;
width: 100%;
border-radius: 0.5rem;
padding: 0.2rem 0.4rem;
}
.polls > li > form > button,
.polls > li > div > button,
.polls > li > button {
background-color: var(--secondary);
color: #fff;
padding: 0.4rem 0.8rem;
}
.polls > li > div {
display: flex;
align-items: center;
justify-content: center;
column-gap: 1rem;
}
.polls > li > div > button.btn,
.polls > li > button.btn {
font-size: 1.4rem;
}
.polls > li > p {
font-size: 1.6rem;
}
.polls > li > p + p {
margin-top: 0.5rem;
}
.polls > li > .chart {
width: 100%;
max-width: 30rem;
}
.polls > p {
text-align: center;
font-size: 2rem;
} | 0.398406 | 0.075007 |
@charset "utf-8";
/**font-family: 'Cairo', sans-serif;
font-family: 'Poppins', sans-serif;**/
*{ box-sizing:border-box; margin:0px;padding:0px; }
ul li{list-style:none;}
a{text-decoration:none; }
.clr{clear:both;}
input, textarea, select{ border:0px none; background:none; outline:none; font-family: 'Poppins', sans-serif; font-weight:400; }
img{ outline:none; max-width:100%; height:auto; border:0px none; display:block; }
h1, h2, h3, h4, h5, h6, strong, b{ font-weight:normal; }
input[type='submit']{ border-radius:0px; -webkit-appearance:none; appearance:none; outline:none; }
textarea{ resize:none; overflow:auto; }
:focus{ outline:none;}
.clearfix:after{content:""; display:block; clear:both; height:0px; visibility:hidden;}
.clearfix{ display:block; zoom:1; }
html { position:relative; width:100%; min-height:100%; }
body{width:100%; font-size:18px; font-family: 'Poppins', sans-serif; color:#000000; line-height:1.5em; font-weight:400; -webkit-font-smoothing: antialiased; min-height:100vh; overflow-x: hidden; background-color:#ffffff; }
.hidden, body.hidden, .popup_hidden, .body.popup_hidden{ overflow:hidden; height:100vh; touch-action: none; }
.autoContent{ width:100%; max-width:1430px; padding:0px 20px; margin:auto; }
.wrapper{ width:100%;}
/******login screen style******/
.login_wrapper:after{ content:""; display:block; width:50%; height:100%; position:fixed; right:0px; top:0px; background:#81e1ba; z-index:1; }
.login_content{ width:100%; position:relative; z-index:2; min-height:100vh; display:table; table-layout:fixed; }
.login_left{ width:50%; padding:20px 15px; background:#fff; height:100%; overflow-x: hidden; overflow-y: auto; display:table-cell; vertical-align:middle; position:relative; }
.login_right{ width:50%; height:100%; padding:20px 15px; background:#81e1ba; overflow-x: hidden; overflow-y: auto; display:table-cell; vertical-align:middle; position:relative; }
.login_detail{ max-width:450px; margin:auto; text-align:center;}
.login_slogen{ max-width:300px; margin:auto; padding-bottom:20px; }
.login_slogen img{ display:block; width:100%; height:auto; max-width:none; }
.login_detail h1{ font-size:35px; color:#000000; line-height:1.3em; padding-bottom:20px; font-weight:600; }
.login_detail p{ font-size:21px; color:#7f7f7f; line-height:1.3em; padding-bottom:20px; font-weight:400; }
.all_buttons { cursor: pointer; border-radius:8px !important; display: inline-block; font-size:18px; line-height:1.5em; text-align: center; padding: 12px 25px; font-weight:400; color:#000; transition:all 0.2s ease; position:relative; border:1px solid #EEEEEE; background:#fff; }
.all_buttons.all_small{ padding:6px 14px; font-size:14px; line-height: 1.5em; }
.all_buttons.all_green{ background-color:#4ec494 !important; border-color:#4ec494 !important; color:#fff; }
.all_buttons.all_green:hover{ background-color:#62d2a4 !important; border-color:#62d2a4 !important; color:#fff; }
.all_buttons.all_white:hover{ background-color:#4ec494 !important; border-color:#4ec494 !important; color:#fff; }
.all_buttons.has_userPlus_icon{ background:url(../images/user_plus_dark.svg) no-repeat left 25px center; background-size:20px auto !important; display:block;}
.all_buttons.has_userPlus_icon:hover{ background:url(../images/user_plus_white.svg) no-repeat left 25px center; background-color:#4ec494 !important; border-color:#4ec494 !important; color:#fff; }
.all_buttons.has_login_icon{ background:url(../images/login_white.svg) no-repeat left 25px center; background-size:20px auto !important; display:block;}
.all_buttons.has_login_icon:hover{ background:url(../images/login_white.svg) no-repeat left 25px center; }
.all_buttons.has_sighnUp_icon{ background:url(../images/user_plus_white.svg) no-repeat left 25px center; background-size:20px auto !important; display:block;}
.all_buttons.all_white.has_login_icon_dark{ background:url(../images/login_dark.svg) no-repeat left 25px center; background-size:20px auto !important; display:block;}
.all_buttons.all_white.has_login_icon_dark:hover{ background:url(../images/login_white.svg) no-repeat left 25px center; background-size:20px auto !important; }
.all_buttons.has_tick_icon{ background:url(../images/tick_white.svg) no-repeat left 25px center; background-size:20px auto !important; display:block;}
.all_buttons.has_plus_icon{ background:url(../images/plus_white.svg) no-repeat left 10px center; background-size:12px auto !important; display:block; padding-left:30px !important;}
.all_buttons.has_plus_icon:hover{ background:url(../images/plus_white.svg) no-repeat left 10px center; background-color:#4ec494 !important; border-color:#4ec494 !important; color:#fff; }
.all_buttons.has_proceed_icon{ background:url(../images/proceed_arrow.svg) no-repeat right 15px center; background-size:15px auto !important; display:block; background-color: #81E1BA !important; border-color: #81E1BA !important;}
.all_buttons.has_proceed_icon:hover{ background-color:#4ec494 !important; border-color:#4ec494 !important; color:#fff; }
.all_buttons.lignt_green, .all_buttons.light_green{ background-color: #81E1BA !important; border-color: #81E1BA !important; color:#fff;}
.all_buttons.lignt_green:hover, .all_buttons.light_green:hover{ background-color:#4ec494 !important; border-color:#4ec494 !important; color:#fff; }
.all_buttons.green_border{ background-color: #fff !important; border-color: #81E1BA !important; color:#81E1BA;}
.all_buttons.green_border:hover{ background-color:#4ec494 !important; border-color:#4ec494 !important; color:#fff; }
.login_form_box{ width:100%; max-width:420px; margin:auto; }
.login_detail_buttons{ width:100%; padding-top:100px; }
.login_detail_buttons ul li{ padding-top:20px; }
.login_detail_buttons ul li:first-child{ padding-top:0px; }
.login_title_text{ width:100%; }
.login_title_text h2{ font-size:26px; line-height:1.2em; color:#FFFFFF; padding-bottom:15px; font-weight:600; }
.login_title_text p{ font-size:16px; line-height:1.5em; color:#FFFFFF; padding-bottom:25px; font-weight:400; opacity:0.7; max-width:97%; }
.login_socials{ width:100%; padding-bottom:15px; }
.login_socials ul{ font-size:0px; margin:0px -10px; }
.login_socials ul li{ display:inline-block; vertical-align:top; padding:0px 10px 10px 10px; font-size:16px; width:33.33%; }
.login_socials ul li a{ display:block; text-align:center; background:rgba(255,255,255,0.17); border-radius:6px; padding:12px; font-size:20px; line-height:24px; color:#fff; transition:all 0.100s ease; }
.login_socials ul li a i{ display:block;}
.login_socials ul li a:hover{ background:rgba(255,255,255,0.50); }
.login_form{ width:100%; }
.login_field_row{ width:100%; padding-bottom:20px; position:relative; }
.login_field_title{ font-size:15px; line-height:1.5em; display:block; color:#ffffff; font-weight:600; position:relative; padding-bottom:10px; padding-left:30px; }
.login_phone_icon{ background:url(../images/phone_icon_white.svg) no-repeat left 1px; background-size:auto 18px !important; }
.login_pw_icon{ background:url(../images/password_icon_white.svg) no-repeat left 1px; background-size:auto 19px !important; }
.login_email_icon{ background:url(../images/email_icon_white.svg) no-repeat left 3px; background-size:auto 14px !important; }
.login_user_icon{ background:url(../images/user_icon_white.svg) no-repeat left 1px; background-size:auto 17px !important; }
.login_form_field{ width:100%; position:relative; }
.login_form_field input, .login_form_field textarea{ width:100%; font-size:15px; line-height:20px; color:#000; font-weight:400; padding:12px 15px; background-color:#fff; border:2px solid #fff; border-radius:6px; transition:all 0.175s ease; }
.login_form_field input:focus, .selectbox select:focus, .login_form_field textarea:focus{ border-color: #4ec494 !important; }
.form_field textarea{ height:140px; }
.login_form_field .error_stroke{ border-color: red !important; }
.fieldError_text { color: red; display: block; font-style: normal; font-size: 15px; }
.login_form_field ::-webkit-input-placeholder { color:#b5b9c4; }
.login_form_field :-moz-placeholder { color:#b5b9c4; opacity: 1; }
.login_form_field ::-moz-placeholder { color:#b5b9c4; opacity:1; }
.login_form_field :-ms-input-placeholder { color:#b5b9c4; }
.login_form_field ::-ms-input-placeholder { color: #b5b9c4; }
.login_form_field ::placeholder { color:#b5b9c4; }
.forgetPw_rememberParent{ width:100%; display:flex; justify-content:space-between; }
.confirmField_show_pw{ width:50px; height:100%; position:absolute; right:0px; top:0px; z-index:3; background:url(../images/eye_password.svg) no-repeat center center; background-size:auto 14px !important; cursor:pointer; opacity:0.5; display:none; }
.confirmField_show_pw.active{ opacity:1; }
.login_submit{ position:relative; }
.login_submit.disabled:after{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:url(../images/loader_white.svg) no-repeat center center; background-size:40px auto; background-color:rgba(78,196,148,0.8); border-radius:6px; }
.formParent{ width:100%; }
.formRow{ width:auto; margin:0px -8px; }
.formCell{ float:left; padding:0px 8px; width:100%; padding-bottom:20px; }
.col12{width:100%}
.col11{width:91.66666667%}
.col10{width:83.33333333%}
.col9{width:75%}
.col8{width:66.66666667%}
.col7{width:58.333333%}
.col6{width:50%}
.col5{width:41.66666667%}
.col4{width:33.33333333%}
.col3{width:25%}
.col2{width:16.66666667%}
.col1{width:8.33333333%}
.pull_right{ float:right; }
.form_field{ width:100%; position:relative; }
.form_field input, .selectbox_span, .form_field textarea{ width:100%; font-size:15px; line-height:20px; color:#000; font-weight:400; padding:12px 15px; background-color:#fff; border:2px solid #F0F0F0; border-radius:6px; transition:all 0.175s ease; display:block; }
.form_field input:focus, .selectbox select:focus, .selectbox.focus .selectbox_span, .form_field textarea:focus{ border-color: #4ec494 !important; }
.has_search_icon input{ background:url(../images/search_black.svg) no-repeat left 15px center; background-size:auto 17px !important; padding-left:40px !important; }
.grey_field input{ background-color:#fafafa !important; border-color:#fafafa; }
.selectbox{ position:relative; }
.selectbox select{ width:100%; height:100%; position:absolute; left:0px; top:0px; cursor:pointer; opacity:0;}
.selectbox_span{ min-height:44px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; padding-right:30px !important; background:url(../images/dropdown_arrow.svg) no-repeat right 15px center; background-size:auto 6px !important; }
/**********start checkbox**********/
.form_checkbox{ width:auto; display:inline-block; }
.form_checkbox label{ font-size: 16px; line-height:20px; color:#FFFFFF; font-weight:400; cursor:pointer; display: block; position: relative; min-height:22px; padding-left:36px; padding-top:3px; padding-bottom:3px;}
.form_checkbox.checkbox_dark_color label{ color:#000; }
.form_checkbox label input{ width:100%; height:100%; position: absolute; opacity: 0; z-index:1; left:0px; top:0px; cursor:pointer; }
.checkbox_checked{ width: 24px; display:block; height: 24px; background: #a5e8cd; -moz-border-radius:3px;-ms-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border: solid 1px #a5e8cd; position:absolute; left:0px; top:1px;
}
.form_checkbox label input:checked ~ .checkbox_checked{ background: #4ec494; border: solid 1px transparent;}
.form_checkbox label:hover input:checked:not([disabled]) ~ .checkbox_checked, .control input:checked:focus ~ .checkbox_checked { background: #4ec494; }
.form_checkbox label input:disabled ~ .checkbox_checked { background: #4ec494; opacity: 0.6; pointer-events: none;}
.checkbox_checked::after { content: ""; display: none; position: absolute; }
.form_checkbox label input:checked ~ .checkbox_checked:after { display: block; }
.form_checkbox label .checkbox_checked:after { width: 5px; height: 10px; -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none;-moz-border-top-colors: none; border-color: #fff; border-image: none; border-style: solid; border-width: 0 2px 2px 0; left: 8px; top:3px;transform: rotate(45deg); }
.form_checkbox.has_radio .checkbox_checked{ border-radius:50%; background:#fff; border-color:#DBDBDB; }
.form_checkbox.has_radio label input:checked ~ .checkbox_checked, .form_checkbox.has_radio label:hover input:checked:not([disabled]) ~ .checkbox_checked{ background:#fff !important; border-color:#81e1ba !important;}
.form_checkbox.has_radio label .checkbox_checked:after{ border:0px none !important; width:14px; height:14px; border-radius:50%; background:#81e1ba !important; left:50%; margin-left:-6.6px; top:50%; margin-top:-7px; transform: rotate(0deg); }
/**********end checkbox**********/
.forgetPw_link{ color:#fff; font-size:17px; position:relative; z-index:2; font-weight:600; }
.forgetPw_link:hover{ text-decoration:underline; }
.loginWithEmail_link_outer{ text-align:center; padding-bottom:10px; padding-top:20px; }
.loginWithEmail_link_outer a{ color:#fff; font-size:16px; position:relative; z-index:2; font-weight:400; text-decoration:underline; }
.loginWithEmail_link_outer a:hover{ text-decoration:none; }
.login_submit .all_buttons{ width:100%; }
.reg_upload_row{ width:100%; display:flex; justify-content:space-between; align-content:center; align-items:center; padding-bottom:20px; }
.reg_upload_fileBox{ width:56px; height:50px; border-radius:6px; border:2px solid #fff; position:relative; cursor:pointer; background:url(../images/upload_photo_white.svg) no-repeat center center; background-size:22px auto; }
.reg_upload_fileBox input{ width:100%; height:100%; display:block; cursor:pointer; position:absolute; left:0px; top:0px; opacity:0; }
.reg_upload_placeholder{ border-radius:8px; width:170px; height:120px; overflow:hidden; }
.reg_upload_placeholder img{ width:100%; height:100%; display:block; max-width:none; margin:auto; /*object-fit: cover; */}
.reg_pw_infoLong ul li{ font-size:16px; font-weight:400; color:#FFFFFF; line-height:1.5em; list-style:disc outside; margin-left:20px; padding-bottom:2px; }
.reg_pw_infoLong ul li:last-child{ color:#D1F6E7; }
.otp_fields_row{ width:100%; padding:80px 0px 180px 0px; }
.otp_fields_row ul{ margin:0px -24px; }
.otp_fields_row ul li{ width:25%; float:left; padding:0px 24px; }
.otp_field{ text-align:center; font-size:32px; line-height:1.5em; color:#fff; border-bottom:1px solid #c5f1df; width:100%; padding:15px 0px; transition:all 0.100s ease; }
.otp_field:focus{ border-bottom-color:#fff; }
.otp_field.active{ border-bottom-color:#fff; }
.otp_field::-webkit-input-placeholder { color:#c5f1df; }
.otp_field:-moz-placeholder { color:#c5f1df; opacity: 1; }
.otp_field::-moz-placeholder { color:#c5f1df; opacity:1; }
.otp_field:-ms-input-placeholder { color:#c5f1df; }
.otp_field::-ms-input-placeholder { color: #c5f1df; }
.otp_field::placeholder { color:#c5f1df; }
.otp_back_arrow{ width:48px; height:48px; border-radius:50%; background-color:#fff !important; cursor:pointer; position:absolute; left:20px; top:20px; background:url(../images/back_arrow_blue.svg) no-repeat center center; background-size:10px auto; transition:all 0.100s ease; }
.otp_back_arrow:hover{ opacity:0.8; }
.accountVerified_textCircle{ text-align:center; padding-bottom:50px; }
.accountVerified_circle{ max-width:350px; margin:auto; display:block; padding-bottom:20px; }
.accountVerified_circle img{ display:block; width:100%; height:auto; }
.confirmResetPw_submit_btn{ margin-top:90px; }
/*******home style start************/
.header{ width:100%; background:#fff; position:fixed; top:0px; left:0px; z-index:223; }
.header_inner{ width:100%; display:flex; padding:20px 20px; }
.logo{ width:300px; flex-shrink: 0; padding-left:40px; }
.logo a{ display:block; width:100%; max-width:70px; }
.logo a img{ display:block; width:100%; height:auto; max-width:none; }
.header_right{ width:100%; display:flex; justify-content:space-between; align-items:center; padding-left:20px; }
.header_search{ width:40%; }
.header_srch_field input{ width:100%; padding:10px 15px 10px 44px; font-size:18px; color:#94A3AF; line-height:1.5em; background:url(../images/search.svg) no-repeat left 10px center; background-size:20px auto; border-radius:6px; transition:all 0.100s ease; }
.header_srch_field input:focus{ box-shadow:0px 0px 6px rgba(0,0,0,0.06);}
.header_srch_field ::-webkit-input-placeholder { color:#dadfe3; }
.header_srch_field :-moz-placeholder { color:#dadfe3; opacity: 1; }
.header_srch_field ::-moz-placeholder { color:#dadfe3; opacity:1; }
.header_srch_field :-ms-input-placeholder { color:#dadfe3; }
.header_srch_field ::-ms-input-placeholder { color: #dadfe3; }
.header_srch_field ::placeholder { color:#dadfe3; }
.header_settings, .header_searchMob_div{ position:relative; }
.header_settings_icon{ width:30px; height:30px; display:block; background:url(../images/gear.svg) no-repeat center center; background-size:26px auto; }
.header_searchMob_icon{ width:30px; height:30px; display:block; background:url(../images/search.svg) no-repeat center center; background-size:24px auto; }
.header_notify_bell{ width:30px; height:30px; display:block; background:url(../images/notification.svg) no-repeat center center; background-size:22px auto; position:relative; cursor:pointer; }
.header_notify_status{ width:15px; height:15px; border-radius:50%; background:#aad4a9; position:absolute; right:0px; top:-2px; border:3px solid #fff; display:block; }
.header_uer_info_sec ul{ display:flex; align-items:center; }
.header_uer_info_sec ul li{ display:inline-block; padding-left:30px; }
.header_uer_info_sec ul li.header_user_info_li{ margin-left:40px; min-width:220px; padding-left:20px; position:relative; }
.header_uer_info_sec ul li.header_user_info_li:before{ width:1px; height:30px; position:absolute; left:0px; top:50%; margin-top:-15px; background:#f7f7f7; content:""; display:block; }
.user_info_top{ position:relative; padding-right:60px; min-height:40px; max-width:250px; }
.header_user_avatar{ width:40px; height:40px; display:block; border-radius:50%; position:relative; position:absolute; right:0px; top:0px; }
.header_user_avatar img{ width:100%; height:100%; display:block; max-width:none; object-fit: cover; }
.header_avatar_setting_icon{ display:block; width:28px; height:28px; border-radius:50%; background-color:#aad4a9 !important; position:absolute; right:-10px; bottom:-10px; border:4px solid #fff; background:url(../images/setting_white.svg) no-repeat center center; background-size:10px auto; }
.header_user_info_text{ width:100%; text-align:right; }
.header_user_info_text strong{ display:block; font-size:17px; line-height:1.5em; color:#000000; font-weight:700; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.header_user_info_text span{ display:block; font-size:12px; line-height:1.5em; color:#94A3AF; }
.header_user_info_text span a{ line-height:1.5em; color:#94A3AF; }
.header_user_info_text span a:hover{ text-decoration:underline; }
.left_menu{ width:300px; min-height:100vh; position:fixed; left:0px; top:0px; padding-top:86px; background:#fff; }
.menu_clos{ display:none; }
.left_bar_inner{ padding:20px 0px; max-height:calc(100vh - 86px); overflow-x:hidden; overflow-y:auto; -webkit-overflow-scrolling: touch; }
.menuMain{ width:100%; padding-bottom:20px; }
.menuMain ul li{ width:100%; padding:2px 0px; position:relative; }
.lb_menuTop_list{ min-height:calc(100vh - 250px); }
.menuMain ul li a{ display:block; transition:all 0.175s ease; font-size:16px; line-height:1.5em; color:#000000; padding:12px 12px 12px 100px; position:relative; }
.menuMain ul li a:hover{ background-color:#fdfffe !important; color:#81E1BA; }
.menuMain ul li a.active{ background-color:#fdfffe !important; font-weight:600; color:#81E1BA; }
.menuMain ul li a:before{ content:""; width:6px; height:100%; position:absolute; left:0px; top:0px; background:#81e1ba; border-radius:4px; transition:all 0.175s ease; opacity:0; visibility:hidden; }
.menuMain ul li a:hover:before, .menuMain ul li a.active:before{ opacity:1; visibility:visible; }
.menuMain ul li a.lb_home{ background:url(../images/lb_home_dark.svg) no-repeat left 50px center; background-size:auto 19px; }
.menuMain ul li a.lb_categories{ background:url(../images/lb_cat_dark.svg) no-repeat left 51px center; background-size:auto 19px; }
.menuMain ul li a.lb_active_deals{ background:url(../images/lb_activeDeals_dark.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_sponsorship{ background:url(../images/lb_sponsorship_dark.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_Chat{ background:url(../images/lb_chat_dark.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_contactUs{ background:url(../images/lb_contact_dark.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_signOut{ background:url(../images/lb_logout_dark.svg) no-repeat left 52px center; background-size:auto 20px; }
.menuMain ul li a.lb_home:hover, .menuMain ul li a.lb_home.active{ background:url(../images/lb_home_green.svg) no-repeat left 50px center; background-size:auto 19px; }
.menuMain ul li a.lb_categories:hover, .menuMain ul li a.lb_categories.active{ background:url(../images/lb_cat_green.svg) no-repeat left 51px center; background-size:auto 19px; }
.menuMain ul li a.lb_active_deals:hover, .menuMain ul li a.lb_active_deals.active{ background:url(../images/lb_activeDeals_green.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_sponsorship:hover, .menuMain ul li a.lb_sponsorship.active{ background:url(../images/lb_sponsorship_green.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_Chat:hover, .menuMain ul li a.lb_Chat.active{ background:url(../images/lb_chat_green.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_contactUs:hover, .menuMain ul li a.lb_contactUs.active{ background:url(../images/lb_contact_green.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_signOut:hover, .menuMain ul li a.lb_signOut.active{ background:url(../images/lb_logout_green.svg) no-repeat left 52px center; background-size:auto 20px; }
.content{ width:100%; padding:86px 0px 0px 300px; }
.all_content_box{ width:100%; padding:20px 20px; min-height:calc(100vh - 90px); background:#fdfdfd; border-radius:30px 0px 0px 0px; }
.deals_filter_row{ width:100%; padding-bottom:40px; display:flex; align-items:flex-start; justify-content:space-between; align-content:space-between; }
.filter_title h2{ font-size:18px; line-height:1.5em; color:#000000; font-weight:600; padding-top:6px;}
.filter_title{ width:15%; }
.filter_sellingBuy_box{ width:25%; }
.filter_serviceItems_menu{ width:32%; }
.filter_sort_btns_box{ width:24%; }
.filter_sellingBuy_box ul{ border:1px solid #E9E9E9; border-radius:4px; padding:4px; display:flex; }
.filter_sellingBuy_box ul li{ width:50%; }
.filter_sellingBuy_box ul li{ font-size:0px; padding-left:5px; }
.filter_sellingBuy_box ul li:first-child{ padding-left:0px; }
.filter_sellingBuy_btn{ font-size:12px; line-height:1.5em; padding:6px 10px; color:#000000; display:block; text-align:center; border-radius:4px; transition:all 0.100s ease; }
.filter_sellingBuy_btn.active{ background:#81e1ba; color:#fff; }
.filter_sellingBuy_btn:hover{ background:#62d2a4; color:#fff; }
.filter_serviceItems_menu ul{ max-width:300px; margin:auto; display:flex; align-items:flex-start; justify-content:space-between; align-content:space-between; border-bottom:1px solid #E9E9E9; }
.filter_serviceItems_menu ul li{ font-size:0px; padding-left:10px; }
.filter_serviceItems_menu ul li:first-child{ padding-left:0px; }
.filter_serviceItems_menu ul li a{ display:inline-block; padding-bottom:15px; padding-top:2px; margin-bottom:-1px; color:#e7e7e7; font-size:14px; line-height:1.5em; border-bottom:1px solid #E9E9E9; transition:all 0.100s ease;}
.filter_serviceItems_menu ul li a:hover, .filter_serviceItems_menu ul li a.active{ color:#000000; border-color:#000000; }
.filter_sort_btns_box ul{ margin:auto; display:flex; align-items:flex-start; justify-content:flex-end; align-content:flex-end; }
.filter_sort_btns_box ul li{ font-size:0px; padding-left:10px; }
.filter_sort_btns_box ul li:first-child{ padding-left:0px; }
.filter_sort_btns_box ul li:last-child{ width:100%; max-width:200px; }
.filter_sort_btn{ width:40px; height:40px; border:1px solid #D8D8D8; border-radius:4px; display:block; transition:all 0.100s ease; }
.filter_sort_btn.deal_sort_btn{ background:url(../images/ascending_sort_dark.svg) no-repeat center center; background-size:auto 16px; }
.filter_sort_btn.deal_filter_btn{ background:url(../images/filter_icon_dark.svg) no-repeat center center; background-size:auto 16px; }
.filter_sort_btn:hover{ border-color:#81e1ba; background-color: #fdfffe !important;}
.filter_sort_btn.deal_sort_btn.active{ background:url(../images/ascending_sort_white.svg) no-repeat center center; background-size:auto 16px; }
.filter_sort_btn.deal_filter_btn.active{ background:url(../images/filter_icon_white.svg) no-repeat center center; background-size:auto 16px; }
.filter_sort_btn.active{ border-color:#81e1ba; background-color: #81e1ba !important;}
.filter_addNewList_btn.all_buttons{ border-radius:4px!important; padding:8px 8px 8px 30px; font-size:13px; background-color:#81E1BA !important; border-color:#81E1BA !important; white-space:nowrap; }
.deal_listing_main{ width:100%; }
.deal_listing_main ul{ font-size:0px; margin:0px -15px; }
.deal_listing_main ul li{ display:inline-block; vertical-align:top; width:20%; padding:0px 15px 30px 15px; font-size:16px; }
.deal_list_box{ width:100%; }
.deal_list_img{ width:100%; margin-bottom:10px; position:relative; }
.deal_list_img a { display: block; width: 100%; height: 204px; position: relative; border-radius:16px; }
.deal_list_img a img { width: 100%; height: 100%; display: block; margin: auto; max-width: none; object-fit: cover; border-radius:16px; }
.deal_list_detail{ width:100%; padding-bottom:4px; }
.deal_list_detail h3 { color: #000000; font-size: 0px; width: 100%; }
.deal_list_detail h3 a { color: #000000; display:inline-block; max-width:100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; line-height:25px; font-size: 17px; vertical-align: top; }
.deal_list_detail h3 a:hover{ text-decoration:underline; }
.deal_list_auther{ width:100%; display:flex; justify-content:space-between; align-content:space-between; flex-wrap:wrap; }
.deal_list_auther span{ font-size:12px; line-height:1.5em; display:block; color:#000; padding-right:10px; }
.deal_list_price{ width:100%; display:flex; align-items:center; justify-content:space-between; align-content:space-between; flex-wrap:wrap; }
.deal_list_price strong{ font-size:17px; line-height:1.5em; display:block; color:#000; font-weight:700; padding-right:10px; }
.deal_list_time{ font-size:13px; line-height:1.5em; display:block; color:#000; font-weight:300; }
.bookmark_item_star, .deal_list_img a.bookmark_item_star{ width:30px !important; height:30px !important; position:absolute; right:10px; top:10px; background:url(../images/start_normal_white.svg) no-repeat center center; background-size:auto 24px !important; }
.bookmark_item_star.active, .deal_list_img a.bookmark_item_star.active{ width:30px; height:30px; position:absolute; right:10px; top:10px; background:url(../images/star_filled_white.svg) no-repeat center center; }
.header_notify{ position:relative; }
.header_notify.active:after{ content:""; width:100%; height:100%; position:fixed; left:0px; top:0px; z-index:222; background:rgba(0, 0, 0, 0.09)}
.notify_popup { position: absolute; right: -50px; top: 45px; background: #fff; z-index: 223; box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05); width: 420px; border-radius:16px; display: none; }
.notify_popup:after{ content:""; position:absolute; right:49px; top:-10px; width: 0px; display:block; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #fff; }
.notifyPop_inner { width: 100%; }
.notifyPop_header { width: 100%; padding: 20px 30px 10px 30px; }
.notifyPop_header strong { font-size: 17px; line-height: 1.5em; display: block; font-weight: 600; }
.notifyPop_header strong a { font-size: 12px; color: #e31c1c; text-align: right; text-transform: uppercase; float: right; transition: all 0.175s ease-in-out; }
.notifyPop_header strong a:hover { text-decoration: underline; }
.notifyPop_content { width: 100%; padding:0px 30px; overflow: auto; max-height: calc(100vh - 140px); -webkit-overflow-scrolling: touch; }
.notify_popup_tabs_title{ padding-bottom:15px; }
.notify_popup_tabs_title ul{ border:1px solid #E9E9E9; border-radius:4px; padding:4px; display:flex !important; }
.notify_popup_tabs_title ul li{ width:50%; }
.notify_popup_tabs_title ul li{ font-size:0px; padding-left:5px; }
.notify_popup_tabs_title ul li:first-child{ padding-left:0px; }
.notifyPop_rowGroup_title{ width:100%; display:flex; justify-content:space-between; align-content:center; align-items:center; padding-bottom:15px; }
.notifyPop_rowGroup_title strong{ font-size: 15px; line-height: 1.5em; display: block; font-weight: 400; color:#000; }
.notifyPop_rowGroup_title span{ font-size: 13px; line-height: 1.5em; display: block; font-weight: 400; color:#81E1BA; }
.notifyPop_list_box{ width:100%; position:relative; padding-left:65px; min-height:52px; padding-right:36px; }
.notifyPop_list_img{ width:50px; height:50px; position:absolute; left:0px; top:0px; border-radius:8px; overflow:hidden; }
.notifyPop_list_img span{ display:block; width:50px; height:50px; }
.notifyPop_list_img span img{ width:100%; height:100%; display:block; max-width:none; margin:auto; object-fit: cover;}
.notify_popup_tabs_show ul{ display:block; padding-bottom:15px; }
.notify_popup_tabs_show ul li { padding:0px 0px 15px 0px; }
.notifyPop_text { width: 100%; }
.notifyPop_text p { font-size: 13px; line-height: 1.4em; color:#000000; }
.notifyPop_text p strong{ font-weight:700; }
.notifyPop_text p a { color: #81E1BA; }
.notifyPop_text p a:hover, .lec_openLink { text-decoration: underline; }
.notifyPop_text small { font-size: 10px; line-height: 1.5em; color: #8F8F8F; display: block; }
.notify_dotted_menu{ width:30px; height:30px; position:absolute; right:0px; top:2px;}
.notify_dotted_icon{ width:30px; height:30px; display:block; background:url(../images/dotted_icon_light.svg) no-repeat center center; background-size:4px auto; }
.notify_dotted_dropdown{ position: absolute; right: 0px; top: 0px; background: #fff; z-index: 3; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08); overflow-y: auto;overflow-x: hidden; max-height: 80vh; width: auto; border-radius:6px; display: none; }
.notify_dotted_dropdown p{ white-space:normal; width:100%; }
.notify_dotted_dropdown p a{ display:block; font-size: 14px; line-height: 1.5em; padding-bottom: 5px; color:#81E1BA; padding:6px 12px; }
.notify_dotted_menu:hover .notify_dotted_dropdown{ display:block; }
.side_popup{ width:100%; height:100%; position:fixed; left:0px; top:0px; z-index:223; transition:all 0.100s ease; opacity:0; visibility:hidden;}
.side_popup.active{ display:block; opacity:1; visibility:visible; }
.side_popup_whitebox{ width:100%; height:100%; max-width:500px; position:fixed; top:0px; z-index:2; background:#fff; border-radius:18px 0px 0px 18px; box-shadow:0px 6px 20px rgba(0,0,0,0.15); transition:all 0.500s ease; right:-100%; }
.side_popup.active .side_popup_whitebox{ right:0px; }
.side_popup_overlay{ content:""; width:100%; height:100%; position:fixed; left:0px; top:0px; z-index:1; background:rgba(0, 0, 0, 0.09); transition:all 0.100s ease;}
.side_popup_heading{ padding:20px; width:100%; position:relative; padding-left:120px; }
.side_popup_heading h2{ font-size:22px; line-height: 1.5em; padding: 5px 0px; color:#000000; font-weight:600; }
.side_popup_back_arrow{ width:48px; height:48px; border-radius:50%; background-color:#fdfdfd !important; cursor:pointer; position:absolute; left:40px; top:20px; background:url(../images/back_arrow_black.svg) no-repeat center center; background-size:10px auto; transition:all 0.100s ease; }
.side_popup_back_arrow:hover{ opacity:0.8; }
.side_popup_content{ width:100%; padding:10px 40px 10px 40px; height:calc(100vh - 166px); overflow-x:hidden; overflow-y:auto; -webkit-overflow-scrolling: touch; }
.sort_popup_list{ width:100%; }
.sort_popup_list ul li{ width:100%; padding-bottom:20px; }
.side_popup_footer { width:100%; padding:15px 40px 15px 40px;}
.side_popup_footer a{ display:block; width:100%; }
.filter_search_row{ width:100%; padding-bottom:20px; }
.filter_categories{ width:100%; padding-bottom:10px; }
.side_filter_title_text{ font-size:16px; line-height: 1.5em; padding: 0px 0px 15px 0px; color:#000000; font-weight:600; }
.filter_categories ul{ font-size:0px; margin:0px -8px; }
.filter_categories ul li{ display:inline-block; vertical-align:top; font-size:16px; padding:0px 8px 16px 8px; }
.filter_cat_btn { cursor: pointer; border-radius:8px !important; display: inline-block; font-size:15px; line-height:1.5em; text-align: center; padding: 12px 12px; font-weight:400; color:#000; transition:all 0.2s ease; position:relative; border:1px solid #EEEEEE; background:#fff; }
.all_buttons.all_small{ padding:6px 14px; font-size:14px; line-height: 1.5em; }
.filter_cat_btn.active{ background-color:#81e1ba !important; border-color:#81e1ba !important; color:#fff; }
.filter_cat_btn:hover{ background-color:#62d2a4 !important; border-color:#62d2a4 !important; color:#fff; }
.irs--flat .irs-line{ height:6px !important; background:#f4f4f4 !important; top:15px !important; }
.irs--flat .irs-bar{ height:6px !important; background-color:#81e1ba !important; top:15px !important; }
.irs--flat .irs-handle i{ display:none !important; }
.irs--flat .irs-handle{ width:30px !important; height:30px !important; background-color:#fff !important; border-radius:50%; border:1px solid #D9D9D9; background:url(../images/price_range_icon.svg) no-repeat center center; background-size:8px auto; top: 2px !important; }
.irs--flat{ height:60px !important; }
.irs--flat .irs-min, .irs--flat .irs-max{ top:38px !important; font-size:14px !important; background:none !important; color:#D2D2D2 !important; }
.irs-from, .irs-to, .irs-single{ top:38px !important; font-size:14px !important; background:none !important; color:#81E1BA !important; }
.irs-single:before{ display:none !important; }
.side_priceRange_row{ padding-bottom:20px; }
.side_filter_auctions_row ul{ font-size:0px; margin:0px -8px; }
.side_filter_auctions_row ul li{ display:inline-block; vertical-align:top; width:33.33%; font-size:16px; padding:0px 8px 16px 8px; }
.side_filter_auctions_row .form_checkbox label{ font-size:14px; }
.side_filter_auctions_row .checkbox_checked{ background:#fbfbfb; border-color:#fbfbfb;}
/*****************start popup style******************/
.all_popup{ width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 9999; display:none; overflow-y:auto; overflow-x:hidden; -webkit-overflow-scrolling: touch; }
.all_popup_inner{ width:100%; height:100%; }
.popup_table_wrap{ width:100%; height:100%; display:table; table-layout:fixed; padding:20px 15px; position:relative; }
.popup_cell_wrap{ width:100%; height:100%; display:table-cell; vertical-align:middle; }
.popup_auto{ width:100%; max-width:650px; margin:auto; padding:0px 20px; position:relative; z-index:3; background:#fff; border-radius:18px; }
.all_popup_header{ position:relative; width:100%; }
.popup_title_heading{ font-size: 18px; line-height:1.5em; font-weight: 600; color: #000000; display:block; padding-bottom:15px; text-align:center; }
.popup_title_heading small{ display:block; font-size:13px; color:#BCBCBC; line-height:1.5em; font-weight:400; padding-top:6px; }
.popup_content{ width:100%; padding:20px 0px; }
.popup_overlay{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:1; background:rgba(0, 0, 0, 0.09); transition:all 0.100s ease;}
/***************************/
.pick_service_type_list{ width:100%; max-width:520px; margin:auto; padding:15px 0px; }
.pick_service_type_list ul{ text-align:center; font-size:0px; padding-bottom:10px; margin:0px -10px; }
.pick_service_type_list ul li{ display:inline-block; width:33.33%; vertical-align:top; padding:0px 10px 25px 10px; font-size:14px; }
.pick_service_box{ width:100%; height:150px; background:#FAFAFA; border-radius:12px; display:flex; justify-content:center; align-items:center; text-align:center; align-content:center; flex-wrap:wrap; position:relative; transition:all 0.100s ease; color:#000; }
.pick_service_box strong{ display:block; line-height:1.5em; font-size:14px; text-align:center; transition:all 0.100s ease; color:#000; }
.pick_service_cell{ width:100%; padding:15px;}
.pick_service_cell i{ width:48px; height:48px; border-radius:50%; margin:auto; background-color:#fff !important; display:block; margin-bottom:15px; background:url(../images/pick_srvceType1.svg) no-repeat center center; background-size:auto 24px; }
.pick_service_cell i.pick_service_icon_service{ background:url(../images/pick_srvceType2.svg) no-repeat center center; background-size:auto 22px;}
.pick_service_cell i.pick_service_icon_request{background:url(../images/pick_srvceType3.svg) no-repeat center center; background-size:auto 25px;}
.pick_service_check{ width:100%; height:100%; position:absolute; left:0px; top:0px; cursor:pointer; opacity:0;}
.pick_service_box:hover{ background:#81E1BA; color:#fff; }
.pick_service_box:hover strong{color:#fff; }
.pick_service_box.active{ background:#4ec494; color:#fff; }
.pick_service_box.active strong{color:#fff; }
.new_list_progress{ width:100%; height:6px; background:#fbfbfb; position:relative; margin-bottom:25px; }
.new_list_progress_bar{ width:33.33%; height:6px; background:#81e1ba; position:absolute; left:0px; top:0px; }
.uploadImage_box{ width:100%; height:160px; border:1px dashed #dfdfdf; border-radius:18px; display:flex; justify-content:center; align-content:center; align-items:center; margin-bottom:20px; padding:15px; text-align:center; position:relative; }
.uploadImage_box_inner input{ width:100%; height:100%; position:absolute; left:0px; top:0px; cursor:pointer; opacity:0;}
.uploadImage_box_inner strong{ display:block; text-align:center; font-size:13px; font-weight:600; line-height:1.5em; color:#000000; padding-top:40px; background:url(../images/upload.svg) no-repeat top center; background-size:auto 28px; padding-bottom:8px; }
.uploadImage_box_inner small{ display:block; font-size:10px; line-height:1.5em; color:#CACACA;}
.uploading_images_list{ width:100%; text-align:left; }
.uploading_images_list ul{ text-align:left; font-size:0px; padding-bottom:10px; margin:0px -4px; }
.uploading_images_list ul li{ display:inline-block; vertical-align:top; padding:0px 4px 20px 4px; width:20%; }
.uploading_image_box span{ border-radius:6px; width:100%; height:100px; display:block; margin-bottom:8px; }
.uploading_image_box span img{ width:100%; height:100%; display:block; max-width:none; object-fit: cover; border-radius:6px; }
.image_uploading_progress{ width:100%; height:6px; background:#fbfbfb; position:relative; border-radius:6px; }
.image_uploading_progress_bar{ width:0%; height:6px; background:#c6cbdd; position:absolute; left:0px; top:0px; border-radius:6px; }
.image_uploading_progress_bar.active{ background:#60daa8; }
.uploadImages_row{ max-width:520px; margin:auto; width:100%; padding:0px 0px 20px 0px; }
.has_dark_placeholder ::-webkit-input-placeholder { color:#000; }
.has_dark_placeholder :-moz-placeholder { color:#000; opacity: 1; }
.has_dark_placeholder ::-moz-placeholder { color:#000; opacity:1; }
.has_dark_placeholder :-ms-input-placeholder { color:#000; }
.has_dark_placeholder ::-ms-input-placeholder { color: #000; }
.has_dark_placeholder ::placeholder { color:#000; }
.service_item_info_popup .item_info_form{ padding-bottom:20px; }
.itemPromo_enable_row{ width:100%; padding-bottom:20px; display:flex; justify-content:space-between; align-content:space-between; align-items:center; }
.itemPromo_enable_row strong{ font-size:17px; line-height:1.5em; color:#9a9a9a; display:block; font-weight:600; }
.itemPromo_enable_switch{ width:150px; position:relative; background:#fcfcfc; border-radius:30px; padding:8px; transition:all 0.100s ease; }
.itemPromo_enable_switch label{ width:100%; display:flex; transition:all 0.100s ease; flex-wrap:wrap; }
.itemPromo_enable_switch label i{ width:50%; height:28px; border-radius:30px; background-size:14px auto !important; transition:all 0.100s ease; }
.itemPromo_enable_switch label i.itemPromo_switch_tick{ background:url(../images/check_enable.svg) no-repeat center center; }
.itemPromo_enable_switch label i.itemPromo_switch_block{ background-color:#fff !important; box-shadow:0px 5px 10px rgba(0,0,0,0.03); background:url(../images/forbidden_red.svg) no-repeat center center; }
.itemPromo_enable_switch.active label i.itemPromo_switch_tick{ background-color:#fff !important; box-shadow:0px 5px 10px rgba(0,0,0,0.03); background:url(../images/check_enable_green.svg) no-repeat center center; }
.itemPromo_enable_switch.active label i.itemPromo_switch_block{ background:url(../images/forbidden.svg) no-repeat center center; background-color:#fcfcfc !important; box-shadow:0px 0px 0px rgba(0,0,0,0.0); }
.itemPromo_enable_switch_check{ width:100%; height:100%; position:absolute; left:0px; top:0px; opacity:0; cursor:pointer; }
.itemPromo_useBlnce_main .checkbox_checked{ top:12px; }
.userBlnce_txt{ display:block; font-style:normal; padding-left:46px; background:url(../images/dolor_circle.svg) no-repeat left center; background-size:26px auto !important; margin-left:10px; }
.userBlnce_txt strong{ display:block; line-height: 1.5em; }
.userBlnce_txt small{ display:block; font-size:13px; color:#C0C0C0; line-height:1.5em; }
.itemPromo_promo_check .userBlnce_txt{ background:url(../images/noise.svg) no-repeat left center; }
.checkbox_dark_color .checkbox_checked{ background:#fbfbfb; border-color:#fbfbfb;}
.itemPromo_price{ width:100%; padding:15px 0px; }
.itemPromo_price small{ display:block; font-size:16px; color:#9a9a9a; line-height:1.5em; padding-bottom:2px; }
.itemPromo_price h2{ display:block; font-size:40px; color:#000; font-weight:700; line-height:1.2em; padding-bottom:10px; }
.itemPromo_price h2 span{ font-size:90%; color:#DDDDDD; font-weight:400; }
.itemAdded_box{ max-width:260px; margin:20px auto; background:#fbfbfb; border-radius:18px; padding:15px; }
.itemAdded_heading{ width:100%; padding:10px 0px 30px 0px; text-align:center; max-width:320px; margin:auto; }
.itemAdded_heading p{ display:block; font-size:16px; color:#BCBCBC; line-height:1.5em; }
.itemAdded_heading h2{ display:block; font-size:26px; color:#000; font-weight:600; line-height:1.2em; padding-bottom:10px; }
.btn_block{ display:block; }
.serviceAdded_box{ margin:20px auto; background:#fbfbfb; border-radius:18px; padding:20px; }
.serviceAdded_box h3{ display:block; font-size:16px; color:#000; font-weight:600; line-height:1.2em; padding-bottom:10px; }
.serviceAdded_box p{ display:block; font-size:15px; color:#838383; line-height:1.5em; font-weight:300; }
.settings_pop_lists{ width:100%; }
.settings_pop_lists ul li{ padding-bottom:10px; width:100%; }
.settings_pop_title{ font-size:16px; line-height:1.5em; color:#4A4A4A; display:block; }
.settings_pop_btn { cursor: pointer; border-radius:8px !important; display:block; font-size:14px; line-height:1.5em; text-align: left; padding: 14px 25px; font-weight:400; color:#000; transition:all 0.2s ease; position:relative; border:1px solid #fcfcfc; background-color:#fcfcfc !important; background:url(../images/right_arrow.svg) no-repeat right 20px center; background-size:10px auto !important; }
.settings_pop_btn:hover{ background-color:#F7F7F7 !important; border-color:#F7F7F7 !important;}
.settings_pop_btn.settings_pop_deleteAc{ background-image:none !important; color:#EB7777;}
.settings_popup .popup_auto{ max-width:550px; }
.settings_popup .uploadImages_row{ max-width:480px; padding-bottom:0px; }
.lang_check{ width:100%; height:100%; position:absolute; left:0px; top:0px; cursor:pointer; opacity:0;}
.lang_check_main .pick_service_cell i{ border:2px solid #fff; }
.pick_service_cell i.lang_check_eng_icon{background:url(../images/flag_eng.svg) no-repeat center center; background-size:100% 100%;}
.pick_service_cell i.lang_check_ar_icon{ background:url(../images/flag_arabic.svg) no-repeat center center; background-size:100% 100%;}
.language_popup .popup_auto{ max-width:450px; }
.language_popup .lang_check_main{ margin:auto; max-width:350px; padding-bottom:20px; }
.language_popup .pick_service_type_list ul li{ width:50%; }
.small_popup .popup_auto{ max-width:550px; }
.confirmation_text{ max-width:430px; padding-top:30px; margin:auto; text-align:center; }
.confirmation_text h2{ font-size:28px; line-height:1.2em; color:#000000; font-weight:600; padding-bottom:20px;}
.confirmation_text p{ font-size:16px; line-height:1.5em; color:#BCBCBC; font-weight:400; padding:0px 20px 30px 20px; }
.account_deleted_circle{ max-width:230px; margin:auto; padding-bottom:30px; }
.account_deleted_circle img{ display:block; width:100%; height:auto; max-width:none; }
.deal_list_hash_parent{ display:flex; justify-content:flex-end; align-items:center; }
.deal_list_hash_parent small{ font-size:12px; line-height:1.5em; display:inline-block; font-weight:200; padding-right:6px;}
.hash_tag{ font-size:13px; line-height:1.5em; display:inline-block; font-weight:200; color:#fff; background:#60daa8; border-radius:3px; padding:2px 4px; font-style:normal; min-width:30px; text-align:center; }
.tag_green{ color:#fff; background:#60daa8; }
.tag_blue{ color:#fff; background:#3eb7f2; }
.tag_red{ color:#fff; background:#f46f7c; }
.deal_requestedRangetext span{ color:#a5a5a5; }
.categories_main_content .filter_title{ width:100%; }
.services_listing_main{ width:100%; }
.services_list_ul{ font-size:0px; margin:0px -15px; }
.services_list_li{ display:inline-block; vertical-align:top; width:33.33%; padding:0px 15px 30px 15px; font-size:16px; }
.services_list_box{ width:100%; border-radius:10px; padding:20px; background:#ffffff; position:relative; }
.services_list_slider{ width:100%; position:relative; }
.services_list_run{ display:block; width:100%; position:relative; }
.services_list_run h2{ font-size:18px; line-height:1.5em; color:#000000; font-weight:600; position:relative; padding-right:40px; padding-bottom:15px; padding-top:2px; }
.services_list_run p{ font-size:13px; line-height:1.5em; color:#858585; font-weight:200; position:relative; padding-bottom:10px; }
.bookmark_item_star.item_star_dark{ background:url(../images/star_dark_unfill.svg) no-repeat center center; }
.bookmark_item_star.item_star_dark.active{ background:url(../images/star_dark_fill.svg) no-repeat center center; }
.services_list_run h2 .bookmark_item_star{ top:-2px; right:0px; }
.services_list_box .slick-dots{ width:100%; font-size:0px; text-align:center; }
.services_list_box .slick-dots li{ display:inline-block; vertical-align:top; padding:0px 5px; }
.services_list_box .slick-dots li button{ font-size:0px; border-radius:50%; border:1px solid #eaeaea; background:#eaeaea; width:8px; height:8px; display:block; }
.services_list_box .slick-dots li.slick-active button{ border-color:#81e1ba; background:#81e1ba; }
.full_width{ width:100% !important; }
.profile_top_title{ font-size:18px; line-height:1.5em; color:#000000; font-weight:600; padding:6px 0px 40px 15px; }
.profile_content_box{ width:100%; background:#ffffff; border-radius:14px; padding:20px; }
.profile_info_top{ width:100%; display:flex; justify-content:space-between; align-content:center; align-items:center; padding-bottom:30px; }
.profile_info_left{ width:auto; padding-right:20px; }
.profile_user_info{ width:100%; position:relative; padding-left:190px; min-height:160px; padding-top:10px; }
.profile_user_avatar{ background:#fdfdfd; padding:8px; width:160px; height:160px; border-radius:16px; position:absolute; left:0px; top:0px; }
.profile_user_avatar img{ width:100%; height:100%; display:block; max-width:none; border-radius:16px; object-fit: cover; }
.profile_user_info h2{ font-size:26px; line-height:1.5em; color:#000000; font-weight:600; padding:0px 0px 10px 0px; }
.profile_rating{ display:flex; }
.profile_rating span{ padding-left:15px; font-family: 'Cairo', sans-serif; font-size:22px; line-height:24px; color:#000; }
.profile_rating_stars{ width:144px; height:24px; position:relative; background:url(../images/rating_stars_unfilled.svg) no-repeat 0px 0px; background-size:auto 20px !important; margin-bottom:25px;}
.profile_rating_stars_bar{ width:0%; height:100%; position:absolute; left:0px; top:0px; background:url(../images/rating_stars_filled.svg) no-repeat 0px 0px;background-size:auto 20px !important; }
.mr0{ margin:0px !important; }
.filter_serviceItems_menu.profile_info_menu ul{ max-width:none; justify-content: flex-start; display: inline-flex; }
.filter_serviceItems_menu.profile_info_menu ul li{ padding-right:25px;}
.filter_serviceItems_menu.profile_info_menu ul li:last-child{ padding-right:0px; }
.filter_serviceItems_menu.profile_info_menu ul li a{ font-weight:600; }
.profileInfo_since{ padding-bottom:30px; text-align:right; }
.profileInfo_since h3{ font-size:15px; line-height:1.5em; color:#000000; font-weight:400; }
.profileInfo_since h3 strong{ font-weight:600; }
.profileInfo_since ul{ padding-bottom:15px; font-size:0px; }
.profileInfo_since ul li{ display:inline-block; vertical-align:top; padding-left:20px; }
.profileInfo_since ul li a{ width:25px; height:25px; display:block; }
.profileInfo_since ul li a.profileInfo_star{ background:url(../images/star_dark_unfill.svg) no-repeat top center; background-size:auto 22px !important; }
.profileInfo_since ul li a.profileInfo_star.active{ background:url(../images/star_dark_fill.svg) no-repeat top center; }
.profileInfo_since ul li a.profileInfo_blocked{ background:url(../images/forbidden_red.svg) no-repeat center center; background-size:auto 21px !important; }
/****** Style Star Rating Widget *****/
.rateUser_stars_row{ padding-bottom:30px; max-width:300px; margin:auto; }
.rating { border: none; float: none; text-align:center; display: inline-block; overflow:hidden; direction:ltr; }
.rating > input { display: none; }
.rating > label:before { margin:6px 5px; font-size: 40px; font-family: FontAwesome; display: inline-block; content: "\f005"; }
.rating > .half:before { content: "\f089"; position: absolute; }
.rating > label { color: #F2F2F2; float: right; cursor:pointer; }
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #F3CC30; } /* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #edbd31; }
/****** Style end Rating Widget *****/
.rate_userPopup_area_row{ padding-bottom:20px; }
.terms_privacy_cocntent{ width:100%; }
.terms_privacy_cocntent h2{ font-size:24px; line-height:1.5em; color:#000000; font-weight:600; padding:6px 0px 20px 0px; }
.terms_privacy_cocntent p{ font-size:16px; line-height:1.5em; color:#7e7e7e; font-weight:200; padding:6px 0px 20px 0px; }
.terms_privacy_cocntent strong{ font-weight:600; }
.terms_privacy_cocntent h3{ font-size:18px; line-height:1.5em; color:#000000; font-weight:600; padding:0px 0px 5px 0px; }
.terms_privacy_cocntent a{ color:#81E1BA; text-decoration:underline; }
.terms_privacy_cocntent a:hover{ text-decoration:none; }
.terms_privacy_cocntent ul, .terms_privacy_cocntent ol{ padding-bottom:15px; }
.terms_privacy_cocntent ul li{ font-size:17px; line-height:1.5em; color:#7e7e7e; font-weight:400; padding:6px 0px 5px 0px; margin-left:20px; }
.terms_privacy_cocntent ul li::before { content: "\2022"; color: #95c93d; font-weight: bold; display: inline-block; font-size:20px; width:1em; margin-left:-1em; }
.terms_privacy_cocntent ol li{ font-size:17px; line-height:1.5em; color:#7e7e7e; font-weight:400; padding:6px 0px 5px 0px; margin-left:20px; list-style:decimal outside; }
.product_title_back{ position:relative; font-size:20px; line-height:1.5em; color:#000; font-weight:600; padding:5px 0px 10px 50px; }
.product_back_arrow{ width:34px; height:34px; border-radius:50%; background-color:#81E1BA !important; cursor:pointer; position:absolute; left:0px; top:3px; background:url(../images/back_arrow_white.svg) no-repeat center center; background-size:8px auto; transition:all 0.100s ease; }
.product_back_arrow:hover{ opacity:0.8; }
.product_info_top{ width:100%; display:flex; align-content:flex-start; align-items:flex-start; flex-direction:row-reverse; padding-bottom:30px; }
.product_info_right{ width:50%; }
.product_info_left{ width:50%; padding-top:30px; padding-right:50px; }
.product_info_left h1{ font-size:60px; line-height:1.1em; color:#000000; font-weight:600; word-break:break-all; }
.product_info_left h2{ font-size:40px; line-height:1.1em; color:#000000; font-weight:400; padding-bottom:30px; word-break:break-all; }
.product_timeLeft{ width:100%; display:flex; align-content:flex-start; align-items:flex-end; justify-content:space-between; padding-bottom:15px; border-bottom:1px solid #E5E5E5; }
.product_timeLeft_text{ width:100%; }
.product_timeLeft_text strong{ display:block; color:#000000; font-size:17px; line-height:1.5em; padding-bottom:6px; font-weight:600; }
.product_timeLeft_text span{ display:block; color:#8F8F8F; font-size:15px; line-height:1.5em; padding-bottom:6px; font-weight:400; }
.product_timeLeft_more{ width:100%; }
.product_timeLeft_more ul{ font-size:0px; text-align:right; }
.product_timeLeft_more ul li{ display:inline-block; vertical-align:top; padding-left:20px; }
.product_timeLeft_more ul li a{ display:block; color:#3EB7F2; font-size:15px; line-height:1.5em; padding-right:15px; background:url(../images/set_reminder_next.svg) no-repeat right 1px center; background-size:6px auto; }
.product_timeLeft_more ul li a:hover{ text-decoration:underline; }
.product_owner_info{ width:100%; padding-bottom:3px; padding-top:15px; border-bottom:1px solid #E5E5E5; }
.product_owner_info ul{ font-size:0px; text-align:left; }
.product_owner_info ul li{ display:inline-block; vertical-align:top; padding-right:20px; padding-bottom:12px; min-width:40%; max-width:50%; font-size:16px; }
.product_owner_text{ width:100%; padding-left:40px; position:relative; }
.product_owner_text small{ display:block; font-size:12px; line-height:1.5em; color:#333333; font-weight:200; padding-bottom:4px; }
.product_owner_text h3{ display:block; font-size:16px; line-height:1.5em; color:#333333; font-weight:600; }
.product_user_name{ position:relative; color:#333333; display:inline-block;}
.product_user_name.verified{ padding-right:30px; }
.product_user_name.verified:after{ content:""; width:20px; height:20px; background:url(../images/verified_check.svg) no-repeat center center; background-size:100% 100%; position:absolute; right:0px; top:1px; }
.product_owner_text.product_userInfo_owner{ background:url(../images/product_icon_user.svg) no-repeat left center; background-size:auto 24px; }
.product_owner_text.product_userInfo_location{ background:url(../images/product_icon_location.svg) no-repeat left center; background-size:auto 24px; }
.product_owner_text.product_userInfo_buyPrice{ background:url(../images/product_icon_dolor.svg) no-repeat left center; background-size:auto 24px; }
.product_owner_text.product_userInfo_views{ background:url(../images/product_icon_eye.svg) no-repeat left center; background-size:auto 18px; }
.product_price_row{ width:100%; display:flex; align-content:flex-start; align-items:flex-end; justify-content:space-between; padding-bottom:15px; padding-top:15px; border-bottom:1px solid #E5E5E5; }
.product_price_left h3{ font-size:40px; line-height:1.1em; color:#000000; font-weight:600; }
.product_price_left small{ display:block; font-size:18px; line-height:1.5em; color:#000000; font-weight:400; }
.all_buttons.has_tick_icon.pro_directPurchase_btn{ padding-left:36px !important; background-size:13px auto !important; background-position:13px center !important; border-radius:5px !important; }
.product_slider_big{ width:100%; margin-bottom:20px; position:relative; padding:0px 40px; margin-top:-40px; }
.product_thumb_slider{ width:100%; position:relative; padding:0px 40px; }
.product_thumb_slider .slick-arrow{ font-size:0px; background:url(../images/prev_arrow.svg) no-repeat center center; width:36px; height:36px; display:block; position:absolute; left:0px; top:50%; margin-top:-18px; outline:none; border:1px solid #fff; cursor:pointer; transition:all 0.100s ease; border-radius:50%; background-size:10px auto !important; }
.product_thumb_slider .slick-arrow:hover{ border-color:#eee; }
.product_thumb_slider .slick-arrow.slick-next{ background:url(../images/next_arrow.svg) no-repeat center center; left:initial; right:0px; }
.product_thumb_box{ padding:0px 10px; }
.product_thumb_box span{ display:block; width:100%; height:90px; cursor:pointer;}
.product_thumb_box span img{ width:100%; height:100%; display:block; max-width:none; object-fit: cover; }
.product_slider_run{ width:100%; }
.product_slider_run span{ display:block; width:100%; max-height:600px; }
.product_slider_run span img{ width:100%; height:auto; display:block; max-width:none; object-fit: cover }
.product_specs_main{ width:100%; display:flex; align-content:flex-start; align-items:flex-start; flex-direction:row-reverse; }
.product_specs_right{ width:50%; }
.product_specs_left{ width:50%; padding-right:50px; }
.product_specs_listOuter{ width:100%; padding-left:40px; }
.product_specs_title{ width:100%; display:flex; justify-content:space-between; align-content:flex-start; align-items:flex-start; padding-bottom:20px; }
.product_specs_title h3{ font-size:19px; line-height:1.5em; color:#000000; font-weight:400; }
.product_specs_list{ width:100%; }
.product_specs_list ul{ font-size:0px; text-align:left; margin:0px -15px; }
.product_specs_list ul li{ display:inline-block; vertical-align:top; padding:0px 15px 15px 15px; width:50%; font-size:16px; }
.product_specs_list ul li p{ display:flex; justify-content:space-between; align-content:flex-start; align-items:flex-start; flex-wrap:wrap; }
.product_specs_list ul li span{ font-size:14px; display:inline-block; line-height:1.5em; color:#333333; font-weight:300; padding-bottom:8px; padding-right:15px; }
.product_specs_list ul li strong{ font-size:14px; display:inline-block; line-height:1.5em; color:#333333; font-weight:600; padding-bottom:8px; margin-left:auto; }
.product_specs_newBid_link{ margin-left:auto; display:inline-block; font-size:17px; line-height:1.5em; color:#81E1BA; padding-left:22px; font-weight:600; background:url(../images/plus_green.svg) no-repeat left center; background-size:13px auto !important; transition:all 0.100s ease; }
.product_specs_newBid_link:hover{ text-decoration:underline; }
.all_table_main{ width:100%; }
.table_head{ width:100%; border: 1px solid #e8ebf2; background: #fbfbfc; }
.table_row{ width:100%; display:table; table-layout:fixed; padding:8px 5px; }
.table_cell{ display:table-cell; vertical-align:middle; padding:0px 10px; }
.table_cell p{ font-size:14px; color:#333333; line-height:1.5em; width:100%; }
.table_head strong{ font-size: 14px; line-height:1.5em; display:block; color:#757575; font-weight:700; }
.table_content{ width:100%; }
.all_table_li{ width: 100%; transition:all 0.100s ease; border-bottom:1px solid #fdfdfd; }
.all_table_li:hover, .all_table_li.active{ background:#f8fcfa; }
.bid_cell1{ width:auto; }
.bid_cell2{ width:30%; }
.bid_cell3{ width:50px;}
.bid_cell4{ width:60px; }
.capability_has_icons{ position:relative; padding-right: 84px; }
.capability_cell_btns{ position:absolute; right:0px; top:50%; margin-top:-15px; width:84px; max-width:84px; padding:0px 0px 0px 10px; display: flex; justify-content: space-between; }
.imp_fieldMaping_table .capability_cell_btns{ opacity:0; visibility:hidden; }
.bid_cell_edit_icon{ width:30px; height:30px; display:block; background:url(../images/pencil.svg) no-repeat center center; background-size:auto 18px !important; transition:all 0.100s ease; }
.all_table_li .hash_tag{ font-size:15px;}
.bid_table_userInfo{ position:relative; min-height:44px; padding-left:60px; }
.bid_userAvatar{ width:40px; height:40px; position:absolute; left:0px; top:0px; border:2px solid #F3F3F3; border-radius:50%; }
.bid_userAvatar img{ width:100%; height:100%; display:block; max-width:none; margin:auto; }
.bid_table_userInfo strong{ font-size:16px; color:#333333; line-height:1.5em; display:block; font-weight:600; padding-top:8px; }
.bidCell_icon{ opacity:0; visibility:hidden; transition:all 0.100s ease; }
.all_table_li:hover .bidCell_icon, .all_table_li.active .bidCell_icon{ opacity:1; visibility:visible; }
.createNew_bid_popup .uploadImages_row{ max-width:420px; padding-top:20px; }
.bid_priceField i{ display:inline-block; position:absolute; right:0px; top:0px; font-size: 16px; line-height: 22px; color: #D2D2D2; font-weight: 400; padding: 12px 15px; font-style:normal; }
.bid_priceField input{ text-align:center; font-size:18px; font-weight:600; }
.add_bid_save_btn{ margin-top:20px; }
.bid_share_list{ width:100%; padding-top:30px; }
.bid_share_list ul{ font-size:0px; text-align:center; margin:0px -15px; }
.bid_share_list ul li{ display:inline-block; vertical-align:top; width:25%; padding:0px 15px 30px 15px; font-size:16px; }
.bid_share_list ul li a{ display:block; box-shadow:9px 12px 15px rgba(141,141,141,0.16); width:100%; border-radius:14px; transition:all 0.100s ease; }
.bid_share_list ul li a img{ display:block; width:100%; height:auto; }
.bid_share_pop_title{ position:relative; }
.bid_share_copyLink{ position:absolute; right:0px; top:0px; padding:6px 15px 6px 50px; display:inline-block; color:#000000; font-size:12px; border:1px solid #EBEAEB; border-radius:30px; background:url(../images/copy.svg) no-repeat left 15px center; background-size:18px auto; transition:all 0.100s ease; }
.bid_share_copyLink:hover{ background-color:#f8fcfa; border-color:#81E1BA; }
.bid_share_list ul li a:hover, .bid_share_list ul li a.active{ box-shadow:0px 0px 10px rgba(141,141,141,0.36); opacity:0.7; }
.product_approvedBid_title{ padding-right:60px; position:relative; }
.product_approvedBid_title_edit{ width:44px; height:44px; border-radius:5px; background-color:#979998 !important; font-size:0px; position:absolute; right:0px; top:10px; background:url(../images/pencil_white.svg) no-repeat center center; background-size:auto 16px !important; transition:all 0.100s ease; }
.product_approvedBid_title_edit:hover, .product_approvedBid_title_edit.active{ background-color: #4ec494 !important; border-color: #4ec494 !important; }
.bid_approved_tbl_icon{ display:block; width:32px; height:32px; border-radius:5px; background-color:#81e1ba !important; font-size:0px; background:url(../images/double_tick.svg) no-repeat center center; background-size:auto 12px !important; transition:all 0.100s ease; }
.bid_approved_tbl_icon.bid_approved_delete{ background-color:#DF9999 !important; background:url(../images/delete_trash.svg) no-repeat center center; background-size:auto 14px !important;}
.sponsors_title{ width:100%; padding-bottom:30px; }
.sponsors_title h2{ font-size:22px; line-height:1.5em; color:#000000; font-weight:600; padding-bottom:4px; }
.sponsors_title p{ font-size:16px; line-height:1.5em; color:#000000; font-weight:200; padding-bottom:15px; }
.sponsors_list{ width:100%; padding-top:20px; }
.sponsors_list ul{ font-size:0px; margin:0px -20px; }
.sponsors_list ul li{ display:inline-block; vertical-align:middle; padding:0px 20px 40px 20px; min-width:14%; }
.sponsors_logo{ display:block; }
.sponsors_logo img{ max-width:140px; max-height:66px; display:block; margin:auto; }
.contact_us_content{padding-bottom:30px; min-height:calc(100vh - 186px); }
.contactUs_message_area{ height:250px; }
.contact_us_footer{ width:100%; display:flex; justify-content:space-between; align-content:flex-start; align-items:center; }
.contact_us_footer_left strong{ font-size:18px; line-height:1.5em; color:#000000; font-weight:600; padding-bottom:4px; display:block; }
.contact_us_footer_left a{ font-size:18px; line-height:1.5em; color:#BCBCBC; font-weight:400; }
.contact_us_footer_left a:hover{ text-decoration:underline; }
.contact_us_footer_right ul{ font-size:0px; }
.contact_us_footer_right ul li{ display:inline-block; vertical-align:top; padding-left:10px; }
.contact_us_footer_right ul li:first-child{ padding-left:0px; }
.contact_us_footer_right ul li a{ display:block; padding:10px; }
.contact_us_footer_right ul li a img{ max-height:28px; display:block; margin:auto; max-width:none; }
.current_balance_content{ width:100%; }
.balance_headline{ width:100%; display:flex; justify-content:space-between; align-content:center; align-items:center; padding-bottom:40px; }
.balance_headline_text{ padding-right:30px;}
.balance_headline_text h3{ font-size:22px; line-height:1.5em; color:#000000; font-weight:400; padding-bottom:10px; }
.balance_headline_text h2{ font-size:60px; line-height:1.2em; color:#000000; font-weight:700; }
.balance_headline_text small{ display:block; font-size:22px; line-height:1.2em; color:#BEBEBE; font-weight:400; }
.balance_add_btn{ padding-left:30px !important; }
.balance_transection_title{ width:100%; display:flex; justify-content:space-between; align-content:center; align-items:center; padding-bottom:15px; }
.balance_transection_title strong{ font-size:16px; line-height:1.5em; color:#000000; font-weight:600; }
.more_Link{ font-size:12px; line-height:1.5em; color:#0D182F; font-weight:400; display:inline-block; vertical-align:top; padding-right:22px; background:url(../images/arrow_show_more.svg) no-repeat right center; background-size:12px auto !important;}
.more_Link:hover{ text-decoration:underline; }
.latest_transection_list{ width:100%; }
.latest_transection_list ul{ font-size:0px; margin:0px -10px; }
.latest_transection_list ul li{ width:50%; padding:0px 10px 10px 10px; display:inline-block; vertical-align:top; }
.latest_transection_list_box{ width:100%; padding:10px 15px; background:#FBFBFB; border-radius:8px; display:flex; justify-content:space-between; align-content:center; align-items:center; flex-wrap:wrap; }
.latest_transection_list_box span{ display:inline-block; vertical-align:top; font-size:17px; color:#191919; line-height:1.5em; padding-right:20px; }
.latest_transection_list_box small{ display:inline-block; vertical-align:top; font-size:12px; color:#868686; line-height:1.5em; margin-left:0px; }
.saved_ac_row{ width:100%; display:table; table-layout:fixed; }
strong.saved_ac_cell{ width:100px; padding-right:10px; font-size:18px; color:#000000; font-weight:600; }
.saved_ac_cell.saved_ac_creatNew{ width:60px; padding-left:10px; }
.saved_ac_cell{ display:table-cell; vertical-align:middle; }
.saved_ac_cell.saved_ac_box{ width:auto; }
.selectbox_dropdown{ background:#fff; position:absolute; left:0px; top:100%; margin-top:1px !important; box-shadow: 0px 0px 8px 0px rgba(145, 145, 145, 0.5); border-radius:3px; width:100%; max-height:150px; overflow-x:hidden; overflow-y:auto; display:none; z-index:34; margin-left:0px !important; margin-right:0px !important; }
.selectbox_dropdown.sel_showOnTop{ top:initial !important; bottom:100% !important; }
.selectbox_dropdown li { list-style: none; float: none; width: 100% !important; padding: 8px 8px 8px !important; color: #002257; font-size: 14px; line-height:1.5em; border-bottom: 0px!important; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-weight:400; cursor:pointer; }
.selectbox_dropdown li:hover, .selectbox_dropdown li.active{ background:#FBFBFB !important; }
.saved_card_info{ display:block; white-space:nowrap; }
.saved_card_info img{ display:inline-block; vertical-align:top; margin-left:10px; max-width:26px; width:100%; height:auto; }
.saved_creatNewCard_btn{ width:48px; height:48px; border:1.5px solid #81E1BA; border-radius:7px; display:block; background:url(../images/plus_green.svg) no-repeat center center; background-size:20px auto !important; transition:all 0.100s ease; }
.saved_creatNewCard_btn:hover{ background-color:#fdfffe; }
.balance_add_popup .uploadImages_row{ max-width:420px; padding-top:20px; }
.pt_10{ padding-top:10px !important; }
.pt_20{ padding-top:20px !important; }
.pt_30{ padding-top:30px !important; }
.dark_selectbox .selectbox_span{ border-color:#fbfbfb; background-color:#fbfbfb !important;}
.balance_newCard_popup .uploadImages_row{ max-width:420px; padding-top:20px; }
.balance_newCard_popup .form_field input{ padding-left:60px !important; }
.balance_newCard_popup .newCrd_card_number_field{ background:url(../images/credit_card.svg) no-repeat left 18px center; background-size:20px auto; }
.balance_newCard_popup .newCrd_expiry_date_field{ background:url(../images/calendar.svg) no-repeat left 18px center; background-size:20px auto; }
.balance_newCard_popup .newCrd_cvv_field{ background:url(../images/cvv.svg) no-repeat left 18px center; background-size:20px auto; }
.balance_newCard_popup .newCrd_card_holder_name_field{ background:url(../images/card_holder_user.svg) no-repeat left 18px center; background-size:18px auto; }
.cardSaved_check{ display:inline-block; vertical-align:top; position:relative; font-size:17px; line-height:1.5em; color:#484848; padding:5px 0px 5px 46px; background:url(../images/card_sav_unchecked.svg) no-repeat left 2px; background-size:30px auto !important; }
.cardSaved_check.checked{ background:url(../images/card_sav_checked.svg) no-repeat left 2px; }
.cardSaved_check input{ width:100%; height:100%; position:absolute; left:0px; top:0px; opacity:0; cursor:pointer; }
/**********start chat style**********/
.chat_main{ width:100%; }
.chat_menu_icon, .chat_menu_close{ display:none; }
.chat_menu_icon{ top:15px; left:10px; }
.chat_menu_close{ top:13px; left:10px; }
.chat_inner{ width:100%; height:100%; display:table; table-layout:fixed; }
.chat_left{ width:230px; height:100%; display:table-cell; vertical-align:top; }
.chat_left_inner{ width:100%; height:100%; border-radius: 3px; }
.chat_header{ width:100%; padding:0px 15px 5px 0px; position:relative; font-size:0px; }
.chat_header figure{ width:36px; height:36px; display:inline-block; border-radius:50%; overflow:hidden; vertical-align:middle; margin-right:20px; }
.chat_header figure img{ width:100%; height:100%; display:block; margin:auto; object-fit:cover; }
.chat_header strong{ font-size:14px; line-height:1.5em; display:inline-block; vertical-align:middle; color:#919191; font-weight:700; }
.chatViewAll_link{ float:right; display:inline-block; vertical-align:top; font-size:11px; line-height:1.5em; color:#81E1BA; padding-right:18px; background:url(../images/double_arrow_right.svg) no-repeat right center; background-size:9px auto; margin-top:5px; }
.chatViewAll_link:hover{ text-decoration:underline; }
.chat_lb_scroll{ width:100%; height:calc(100vh - 202px); min-height:300px; overflow-y: auto; overflow-x:hidden; -webkit-overflow-scrolling: touch; }
.mCSB_scrollTools .mCSB_dragger{ background:#47803b; width: 4px !important; }
.mCSB_scrollTools .mCSB_draggerContainer{ background:#e6e6e6 !important; width: 4px !important; }
.chat_lb_scroll .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .chat_lb_scroll .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background:transparent; }
.chat_listing{ width:100%; padding:15px 0px; }
.chat_listing ul li{ width:100%;
transition: all 0.175s ease;
-moz-transition: all 0.175s ease;
-ms-transition: all 0.175s ease;
-o-transition: all 0.175s ease;
-webkit-transition: all 0.175s ease; padding-bottom:4px;}
.chat_listInn{ width:100%; position:relative; padding:10px 10px 10px 70px; cursor:pointer; color:#fff; transition: all 0.175s ease;
-moz-transition: all 0.175s ease;
-ms-transition: all 0.175s ease;
-o-transition: all 0.175s ease;
-webkit-transition: all 0.175s ease; min-height:34px;}
.chat_listInn.active, .chat_listInn:hover{ background:#fdfffe ; }
.chat_listInn.active .chat_userName strong, .chat_listInn:hover .chat_userName strong{ color:#000; }
.chat_listPic{ width:30px; height:30px; position:absolute; left:30px; top:6px; }
.chat_listPic figure{ width:100%; height:100%; display:block; border-radius:4px; overflow:hidden; }
.chat_listPic figure img{ width:100%; height:100%; display:block; margin:auto; object-fit:cover; }
.chat_userName{ width:100%; }
.chat_userName strong{ font-size:13px; line-height:1.5em; padding-top:2px; color:#B5B5B5; text-overflow:ellipsis; width:100%; white-space:nowrap; overflow:hidden; font-weight:400; display:block; }
.chat_userName p{ font-size:12px; line-height:16px; color:#444545; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.chatBox_status{ width:8px; height:8px; border-radius:50%; background:#aad4a9; position:absolute; left:-22px; top:10px; border:1px solid #aad4a9; }
.chatBox_status.away{ background:#f98900; border:1px solid #f98900; }
.chatBox_status.do_not_distrub{ background:#e81123; border:1px solid #e81123; }
.chatBox_status.offline{ background:#dcdcdc; border:1px solid #dcdcdc; }
.chtBox_pendingMsg{ height:18px; display:inline-block; line-height:16px; padding:0px 2px; text-align:center; border-radius:50%; background:#fff; position:absolute; right:10px; top:13px; min-width:18px; font-size:10px; color:#81E1BA; border:1px solid #81E1BA; }
.chat_right{ width:auto; display:table-cell; vertical-align:top; border-left:1px solid #F5F5F5; }
.chat_right_inner{ width:100%; }
.chat_right_scroll{ width:100%; height:calc(100vh - 298px); min-height:300px; overflow-y: auto; overflow-x:hidden; -webkit-overflow-scrolling: touch; }
.chat_right_header{ width:100%; padding:12px 15px 12px 76px; position:relative; font-size:0px; min-height:40px; }
.chat_right_header h3{ font-size:20px; line-height:1.5em; display:inline-block; vertical-align:middle; color:#000000; font-weight:600; }
.chart_right_backArrow{ width:40px; height:40px; border-radius:50%; background-color:#FDFDFD !important; cursor:pointer; position:absolute; left:20px; top:6px; background:url(../images/back_arrow_black.svg) no-repeat center center; background-size:8px auto; transition:all 0.100s ease; }
.chart_right_backArrow:hover{ opacity:0.8; }
.chatBox_out{ width:100%; height:470px; display:table; table-layout:fixed; padding:20px; }
.chatBox_inner{ width:100%; height:100%; display:table-cell; vertical-align:bottom; }
.chatBox_detail{ width:100%; padding-right:20px; }
.userMessage{ width:100%; overflow:hidden; position:relative; border-bottom:1px solid #f6f6f6; margin-bottom:15px; padding-bottom:15px; }
.userMessage_boxOut{ width:100%; padding-left:60px; }
.userMessage_box p{ color:#000000; font-size:13px; line-height:1.5em; font-weight:400; padding-bottom:15px; }
.userMessage_box p:last-child{ padding-bottom:0px; }
.userMessage_box p strong{ font-weight:600; }
.userMessage_box p strong a{ color:#000000; }
.chat_img{ width:100%; padding-bottom:15px; }
.chat_img:last-child{ padding-bottom:0px; }
.chat_img a{ display:inline-block; }
.userMessage_box img{ display:block; max-width: 300px; max-height: 200px; border-radius:5px;}
.userMessage_box_title{ font-size:13px; line-height:1.5em; color:#000000; font-weight:600; position:relative; padding-bottom:6px; }
.userMessageTime{ font-size:12px; line-height:14px; color:#8D8D8D; display:inline-block; padding:2px 0px 0px 10px; font-weight:400; vertical-align:top; }
.userMessage_sendrPicBox{ width:100%; max-width:40px; position:absolute; left:0px; top:0px; overflow:hidden; }
.userMessage_sendrPic{ width:42px; height:42px; display:block; border-radius:4px; overflow:hidden; margin-bottom:4px; }
.userMessage_sendrPic img{ width:100%; height:100%; display:block; margin:auto; object-fit:cover; }
.isUser_typing{ width:100%; height:42px; position:relative; padding:8px 8px 8px 56px; }
.isUser_typing .userMessage_sendrPic{ position:absolute; left:0px; top:0px; margin:0px; }
.isUser_typingLoadrBox{ width:60px; border-radius:50px; padding:10px 10px 10px 10px; background:#eaeaea; }
#three-circle-loader,
#three-circle-loader:before,
#three-circle-loader:after {
border-radius: 50%;
width:8px;
height: 8px;
animation: threeCircleLoader 1.8s infinite ease-in-out; background:#cacaca;
}
#three-circle-loader {
margin:0px auto auto auto;
position: relative;
animation-delay: -0.15s;
}
#three-circle-loader:before,
#three-circle-loader:after {
content: '';
position: absolute;
}
#three-circle-loader:before {
left: -12px;
animation-delay: -0.30s;
}
#three-circle-loader:after {
left:12px;
}
@keyframes threeCircleLoader {
0%,
80%,
100% {
background:#cacaca;
}
40% {
background:#888888;
}
}
.chatBox_typeMsg_out{ min-width:100%; margin-top:10px; position:relative; border-top:1px solid #f6f6f6; }
.chatBox_typeMsg_area{ width:100%; padding:0px 110px 0px 80px; position:relative; }
.chatBox_typeMsg_area textarea{ padding:20px 15px 10px 15px; width:100%; height:60px; line-height:1.5em; font-size:15px; display:block; }
.chatBox_sendBtn{ width: 40px; height: 40px; cursor: pointer; transition: all 0.175s ease-in-out; border:1px solid #81E1BA; display:inline-block; border-radius: 50% !important; background:url(../images/send.svg) no-repeat 13px center; background-size:16px auto; background-color:#81E1BA; position:absolute; right:10px; bottom:11px; }
.chatBox_sendBtn:hover{ background-color: #a1a1a1; border-color:#a1a1a1; }
.chatVoiceUpload{ width:30px; height:22px; position:absolute; left:15px; bottom:18px; }
.chatVoiceUpload label{ width:100%; height:100%; display:block; position:relative; transition: all 0.175s ease-in-out; }
.chatVoiceUpload label img{ display:block; }
.chatVoiceUpload label input{ width:100%; height:100%; position:absolute; left:0px; top:0px; cursor:pointer; opacity:0; font-size:0px; }
.chatVoiceUpload.chat_voiceMsg_btn{ left:56px;}
.chat_emoji{ width:26px; height:26px; position:absolute; right:70px; bottom:18px; }
.chat_emoji a{ width:100%; height:100%; display:block; transition: all 0.175s ease-in-out; }
.chat_emoji a img{ display:block; }
.chat_emoji a:hover, .chatUploadPic label:hover{ opacity:0.8; }
.chat_emoji_dropdown{ width:252px; height:220px; position:absolute; right:-20px; bottom:100%; overflow-y:auto; overflow-x:hidden; background:#fff; z-index:223; box-shadow:0px 0px 14px rgba(0,0,0,0.17); border-radius:10px 10px 10px 10px; display:none; }
.chat_emoji_list{ width:100%; }
.chat_emoji_list ul { font-size:0px; padding:10px 10px; }
.chat_emoji_list ul li{ padding:10px 5px; display:inline-block; vertical-align:top; }
.chat_emoji_list ul li a{ display:block; width:32px; height:32px; }
.chat_emoji_list ul li a img{ display:block; width:100%; height:100%; max-width:none; }
.search_select_out.error_stroke .select2-container--default .select2-selection--single{ border-color:#d32e2e !important; }
.chat_emoji_pick span{ display:block; font-size:24px; line-height:32px; }
/* width */
.chat_inner ::-webkit-scrollbar {
width: 6px; border-radius:4px;
}
/* Track */
.chat_inner ::-webkit-scrollbar-track {
background: #fcfcfc; border-radius:4px;
}
/* Handle */
.chat_inner ::-webkit-scrollbar-thumb {
background: #81e1ba; border-radius:4px;
}
/* Handle on hover */
.chat_inner ::-webkit-scrollbar-thumb:hover {
background: #81e1ba; border-radius:4px;
}
.uploadable_img_thumb{ width:100%; padding:10px 10px 10px 10px; font-size:0px; border-bottom: 1px solid #edf0f2; }
.uploadable_img_box{ width:60px; height:60px; position:relative; display:inline-block; vertical-align:top; margin-right:40px; }
.uploadable_img_box span{ width:100%; height:60px; display:block; border-radius:3px; overflow:hidden; }
.uploadable_img_box img{ width:100%; height:100%; display:block; object-fit:cover; }
.uploadable_img_close{ width:30px; height:30px; display:block; background:url(../images/popup_close.svg) no-repeat center center; background-size:12px auto; border:1px solid transparent; transition: all 0.175s ease; border-radius:3px; position:absolute; right:-25px; top:-15px; cursor:pointer; }
/****chat box style end************/
.field_has_eye_icon{ padding-right:50px !important; }
.user_info_mob, .header_searchMob_li{ display:none !important; }
.popup_mob_close{ display:none; } | public/front_assets/rtl/css/style.css | @charset "utf-8";
/**font-family: 'Cairo', sans-serif;
font-family: 'Poppins', sans-serif;**/
*{ box-sizing:border-box; margin:0px;padding:0px; }
ul li{list-style:none;}
a{text-decoration:none; }
.clr{clear:both;}
input, textarea, select{ border:0px none; background:none; outline:none; font-family: 'Poppins', sans-serif; font-weight:400; }
img{ outline:none; max-width:100%; height:auto; border:0px none; display:block; }
h1, h2, h3, h4, h5, h6, strong, b{ font-weight:normal; }
input[type='submit']{ border-radius:0px; -webkit-appearance:none; appearance:none; outline:none; }
textarea{ resize:none; overflow:auto; }
:focus{ outline:none;}
.clearfix:after{content:""; display:block; clear:both; height:0px; visibility:hidden;}
.clearfix{ display:block; zoom:1; }
html { position:relative; width:100%; min-height:100%; }
body{width:100%; font-size:18px; font-family: 'Poppins', sans-serif; color:#000000; line-height:1.5em; font-weight:400; -webkit-font-smoothing: antialiased; min-height:100vh; overflow-x: hidden; background-color:#ffffff; }
.hidden, body.hidden, .popup_hidden, .body.popup_hidden{ overflow:hidden; height:100vh; touch-action: none; }
.autoContent{ width:100%; max-width:1430px; padding:0px 20px; margin:auto; }
.wrapper{ width:100%;}
/******login screen style******/
.login_wrapper:after{ content:""; display:block; width:50%; height:100%; position:fixed; right:0px; top:0px; background:#81e1ba; z-index:1; }
.login_content{ width:100%; position:relative; z-index:2; min-height:100vh; display:table; table-layout:fixed; }
.login_left{ width:50%; padding:20px 15px; background:#fff; height:100%; overflow-x: hidden; overflow-y: auto; display:table-cell; vertical-align:middle; position:relative; }
.login_right{ width:50%; height:100%; padding:20px 15px; background:#81e1ba; overflow-x: hidden; overflow-y: auto; display:table-cell; vertical-align:middle; position:relative; }
.login_detail{ max-width:450px; margin:auto; text-align:center;}
.login_slogen{ max-width:300px; margin:auto; padding-bottom:20px; }
.login_slogen img{ display:block; width:100%; height:auto; max-width:none; }
.login_detail h1{ font-size:35px; color:#000000; line-height:1.3em; padding-bottom:20px; font-weight:600; }
.login_detail p{ font-size:21px; color:#7f7f7f; line-height:1.3em; padding-bottom:20px; font-weight:400; }
.all_buttons { cursor: pointer; border-radius:8px !important; display: inline-block; font-size:18px; line-height:1.5em; text-align: center; padding: 12px 25px; font-weight:400; color:#000; transition:all 0.2s ease; position:relative; border:1px solid #EEEEEE; background:#fff; }
.all_buttons.all_small{ padding:6px 14px; font-size:14px; line-height: 1.5em; }
.all_buttons.all_green{ background-color:#4ec494 !important; border-color:#4ec494 !important; color:#fff; }
.all_buttons.all_green:hover{ background-color:#62d2a4 !important; border-color:#62d2a4 !important; color:#fff; }
.all_buttons.all_white:hover{ background-color:#4ec494 !important; border-color:#4ec494 !important; color:#fff; }
.all_buttons.has_userPlus_icon{ background:url(../images/user_plus_dark.svg) no-repeat left 25px center; background-size:20px auto !important; display:block;}
.all_buttons.has_userPlus_icon:hover{ background:url(../images/user_plus_white.svg) no-repeat left 25px center; background-color:#4ec494 !important; border-color:#4ec494 !important; color:#fff; }
.all_buttons.has_login_icon{ background:url(../images/login_white.svg) no-repeat left 25px center; background-size:20px auto !important; display:block;}
.all_buttons.has_login_icon:hover{ background:url(../images/login_white.svg) no-repeat left 25px center; }
.all_buttons.has_sighnUp_icon{ background:url(../images/user_plus_white.svg) no-repeat left 25px center; background-size:20px auto !important; display:block;}
.all_buttons.all_white.has_login_icon_dark{ background:url(../images/login_dark.svg) no-repeat left 25px center; background-size:20px auto !important; display:block;}
.all_buttons.all_white.has_login_icon_dark:hover{ background:url(../images/login_white.svg) no-repeat left 25px center; background-size:20px auto !important; }
.all_buttons.has_tick_icon{ background:url(../images/tick_white.svg) no-repeat left 25px center; background-size:20px auto !important; display:block;}
.all_buttons.has_plus_icon{ background:url(../images/plus_white.svg) no-repeat left 10px center; background-size:12px auto !important; display:block; padding-left:30px !important;}
.all_buttons.has_plus_icon:hover{ background:url(../images/plus_white.svg) no-repeat left 10px center; background-color:#4ec494 !important; border-color:#4ec494 !important; color:#fff; }
.all_buttons.has_proceed_icon{ background:url(../images/proceed_arrow.svg) no-repeat right 15px center; background-size:15px auto !important; display:block; background-color: #81E1BA !important; border-color: #81E1BA !important;}
.all_buttons.has_proceed_icon:hover{ background-color:#4ec494 !important; border-color:#4ec494 !important; color:#fff; }
.all_buttons.lignt_green, .all_buttons.light_green{ background-color: #81E1BA !important; border-color: #81E1BA !important; color:#fff;}
.all_buttons.lignt_green:hover, .all_buttons.light_green:hover{ background-color:#4ec494 !important; border-color:#4ec494 !important; color:#fff; }
.all_buttons.green_border{ background-color: #fff !important; border-color: #81E1BA !important; color:#81E1BA;}
.all_buttons.green_border:hover{ background-color:#4ec494 !important; border-color:#4ec494 !important; color:#fff; }
.login_form_box{ width:100%; max-width:420px; margin:auto; }
.login_detail_buttons{ width:100%; padding-top:100px; }
.login_detail_buttons ul li{ padding-top:20px; }
.login_detail_buttons ul li:first-child{ padding-top:0px; }
.login_title_text{ width:100%; }
.login_title_text h2{ font-size:26px; line-height:1.2em; color:#FFFFFF; padding-bottom:15px; font-weight:600; }
.login_title_text p{ font-size:16px; line-height:1.5em; color:#FFFFFF; padding-bottom:25px; font-weight:400; opacity:0.7; max-width:97%; }
.login_socials{ width:100%; padding-bottom:15px; }
.login_socials ul{ font-size:0px; margin:0px -10px; }
.login_socials ul li{ display:inline-block; vertical-align:top; padding:0px 10px 10px 10px; font-size:16px; width:33.33%; }
.login_socials ul li a{ display:block; text-align:center; background:rgba(255,255,255,0.17); border-radius:6px; padding:12px; font-size:20px; line-height:24px; color:#fff; transition:all 0.100s ease; }
.login_socials ul li a i{ display:block;}
.login_socials ul li a:hover{ background:rgba(255,255,255,0.50); }
.login_form{ width:100%; }
.login_field_row{ width:100%; padding-bottom:20px; position:relative; }
.login_field_title{ font-size:15px; line-height:1.5em; display:block; color:#ffffff; font-weight:600; position:relative; padding-bottom:10px; padding-left:30px; }
.login_phone_icon{ background:url(../images/phone_icon_white.svg) no-repeat left 1px; background-size:auto 18px !important; }
.login_pw_icon{ background:url(../images/password_icon_white.svg) no-repeat left 1px; background-size:auto 19px !important; }
.login_email_icon{ background:url(../images/email_icon_white.svg) no-repeat left 3px; background-size:auto 14px !important; }
.login_user_icon{ background:url(../images/user_icon_white.svg) no-repeat left 1px; background-size:auto 17px !important; }
.login_form_field{ width:100%; position:relative; }
.login_form_field input, .login_form_field textarea{ width:100%; font-size:15px; line-height:20px; color:#000; font-weight:400; padding:12px 15px; background-color:#fff; border:2px solid #fff; border-radius:6px; transition:all 0.175s ease; }
.login_form_field input:focus, .selectbox select:focus, .login_form_field textarea:focus{ border-color: #4ec494 !important; }
.form_field textarea{ height:140px; }
.login_form_field .error_stroke{ border-color: red !important; }
.fieldError_text { color: red; display: block; font-style: normal; font-size: 15px; }
.login_form_field ::-webkit-input-placeholder { color:#b5b9c4; }
.login_form_field :-moz-placeholder { color:#b5b9c4; opacity: 1; }
.login_form_field ::-moz-placeholder { color:#b5b9c4; opacity:1; }
.login_form_field :-ms-input-placeholder { color:#b5b9c4; }
.login_form_field ::-ms-input-placeholder { color: #b5b9c4; }
.login_form_field ::placeholder { color:#b5b9c4; }
.forgetPw_rememberParent{ width:100%; display:flex; justify-content:space-between; }
.confirmField_show_pw{ width:50px; height:100%; position:absolute; right:0px; top:0px; z-index:3; background:url(../images/eye_password.svg) no-repeat center center; background-size:auto 14px !important; cursor:pointer; opacity:0.5; display:none; }
.confirmField_show_pw.active{ opacity:1; }
.login_submit{ position:relative; }
.login_submit.disabled:after{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:url(../images/loader_white.svg) no-repeat center center; background-size:40px auto; background-color:rgba(78,196,148,0.8); border-radius:6px; }
.formParent{ width:100%; }
.formRow{ width:auto; margin:0px -8px; }
.formCell{ float:left; padding:0px 8px; width:100%; padding-bottom:20px; }
.col12{width:100%}
.col11{width:91.66666667%}
.col10{width:83.33333333%}
.col9{width:75%}
.col8{width:66.66666667%}
.col7{width:58.333333%}
.col6{width:50%}
.col5{width:41.66666667%}
.col4{width:33.33333333%}
.col3{width:25%}
.col2{width:16.66666667%}
.col1{width:8.33333333%}
.pull_right{ float:right; }
.form_field{ width:100%; position:relative; }
.form_field input, .selectbox_span, .form_field textarea{ width:100%; font-size:15px; line-height:20px; color:#000; font-weight:400; padding:12px 15px; background-color:#fff; border:2px solid #F0F0F0; border-radius:6px; transition:all 0.175s ease; display:block; }
.form_field input:focus, .selectbox select:focus, .selectbox.focus .selectbox_span, .form_field textarea:focus{ border-color: #4ec494 !important; }
.has_search_icon input{ background:url(../images/search_black.svg) no-repeat left 15px center; background-size:auto 17px !important; padding-left:40px !important; }
.grey_field input{ background-color:#fafafa !important; border-color:#fafafa; }
.selectbox{ position:relative; }
.selectbox select{ width:100%; height:100%; position:absolute; left:0px; top:0px; cursor:pointer; opacity:0;}
.selectbox_span{ min-height:44px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; padding-right:30px !important; background:url(../images/dropdown_arrow.svg) no-repeat right 15px center; background-size:auto 6px !important; }
/**********start checkbox**********/
.form_checkbox{ width:auto; display:inline-block; }
.form_checkbox label{ font-size: 16px; line-height:20px; color:#FFFFFF; font-weight:400; cursor:pointer; display: block; position: relative; min-height:22px; padding-left:36px; padding-top:3px; padding-bottom:3px;}
.form_checkbox.checkbox_dark_color label{ color:#000; }
.form_checkbox label input{ width:100%; height:100%; position: absolute; opacity: 0; z-index:1; left:0px; top:0px; cursor:pointer; }
.checkbox_checked{ width: 24px; display:block; height: 24px; background: #a5e8cd; -moz-border-radius:3px;-ms-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border: solid 1px #a5e8cd; position:absolute; left:0px; top:1px;
}
.form_checkbox label input:checked ~ .checkbox_checked{ background: #4ec494; border: solid 1px transparent;}
.form_checkbox label:hover input:checked:not([disabled]) ~ .checkbox_checked, .control input:checked:focus ~ .checkbox_checked { background: #4ec494; }
.form_checkbox label input:disabled ~ .checkbox_checked { background: #4ec494; opacity: 0.6; pointer-events: none;}
.checkbox_checked::after { content: ""; display: none; position: absolute; }
.form_checkbox label input:checked ~ .checkbox_checked:after { display: block; }
.form_checkbox label .checkbox_checked:after { width: 5px; height: 10px; -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none;-moz-border-top-colors: none; border-color: #fff; border-image: none; border-style: solid; border-width: 0 2px 2px 0; left: 8px; top:3px;transform: rotate(45deg); }
.form_checkbox.has_radio .checkbox_checked{ border-radius:50%; background:#fff; border-color:#DBDBDB; }
.form_checkbox.has_radio label input:checked ~ .checkbox_checked, .form_checkbox.has_radio label:hover input:checked:not([disabled]) ~ .checkbox_checked{ background:#fff !important; border-color:#81e1ba !important;}
.form_checkbox.has_radio label .checkbox_checked:after{ border:0px none !important; width:14px; height:14px; border-radius:50%; background:#81e1ba !important; left:50%; margin-left:-6.6px; top:50%; margin-top:-7px; transform: rotate(0deg); }
/**********end checkbox**********/
.forgetPw_link{ color:#fff; font-size:17px; position:relative; z-index:2; font-weight:600; }
.forgetPw_link:hover{ text-decoration:underline; }
.loginWithEmail_link_outer{ text-align:center; padding-bottom:10px; padding-top:20px; }
.loginWithEmail_link_outer a{ color:#fff; font-size:16px; position:relative; z-index:2; font-weight:400; text-decoration:underline; }
.loginWithEmail_link_outer a:hover{ text-decoration:none; }
.login_submit .all_buttons{ width:100%; }
.reg_upload_row{ width:100%; display:flex; justify-content:space-between; align-content:center; align-items:center; padding-bottom:20px; }
.reg_upload_fileBox{ width:56px; height:50px; border-radius:6px; border:2px solid #fff; position:relative; cursor:pointer; background:url(../images/upload_photo_white.svg) no-repeat center center; background-size:22px auto; }
.reg_upload_fileBox input{ width:100%; height:100%; display:block; cursor:pointer; position:absolute; left:0px; top:0px; opacity:0; }
.reg_upload_placeholder{ border-radius:8px; width:170px; height:120px; overflow:hidden; }
.reg_upload_placeholder img{ width:100%; height:100%; display:block; max-width:none; margin:auto; /*object-fit: cover; */}
.reg_pw_infoLong ul li{ font-size:16px; font-weight:400; color:#FFFFFF; line-height:1.5em; list-style:disc outside; margin-left:20px; padding-bottom:2px; }
.reg_pw_infoLong ul li:last-child{ color:#D1F6E7; }
.otp_fields_row{ width:100%; padding:80px 0px 180px 0px; }
.otp_fields_row ul{ margin:0px -24px; }
.otp_fields_row ul li{ width:25%; float:left; padding:0px 24px; }
.otp_field{ text-align:center; font-size:32px; line-height:1.5em; color:#fff; border-bottom:1px solid #c5f1df; width:100%; padding:15px 0px; transition:all 0.100s ease; }
.otp_field:focus{ border-bottom-color:#fff; }
.otp_field.active{ border-bottom-color:#fff; }
.otp_field::-webkit-input-placeholder { color:#c5f1df; }
.otp_field:-moz-placeholder { color:#c5f1df; opacity: 1; }
.otp_field::-moz-placeholder { color:#c5f1df; opacity:1; }
.otp_field:-ms-input-placeholder { color:#c5f1df; }
.otp_field::-ms-input-placeholder { color: #c5f1df; }
.otp_field::placeholder { color:#c5f1df; }
.otp_back_arrow{ width:48px; height:48px; border-radius:50%; background-color:#fff !important; cursor:pointer; position:absolute; left:20px; top:20px; background:url(../images/back_arrow_blue.svg) no-repeat center center; background-size:10px auto; transition:all 0.100s ease; }
.otp_back_arrow:hover{ opacity:0.8; }
.accountVerified_textCircle{ text-align:center; padding-bottom:50px; }
.accountVerified_circle{ max-width:350px; margin:auto; display:block; padding-bottom:20px; }
.accountVerified_circle img{ display:block; width:100%; height:auto; }
.confirmResetPw_submit_btn{ margin-top:90px; }
/*******home style start************/
.header{ width:100%; background:#fff; position:fixed; top:0px; left:0px; z-index:223; }
.header_inner{ width:100%; display:flex; padding:20px 20px; }
.logo{ width:300px; flex-shrink: 0; padding-left:40px; }
.logo a{ display:block; width:100%; max-width:70px; }
.logo a img{ display:block; width:100%; height:auto; max-width:none; }
.header_right{ width:100%; display:flex; justify-content:space-between; align-items:center; padding-left:20px; }
.header_search{ width:40%; }
.header_srch_field input{ width:100%; padding:10px 15px 10px 44px; font-size:18px; color:#94A3AF; line-height:1.5em; background:url(../images/search.svg) no-repeat left 10px center; background-size:20px auto; border-radius:6px; transition:all 0.100s ease; }
.header_srch_field input:focus{ box-shadow:0px 0px 6px rgba(0,0,0,0.06);}
.header_srch_field ::-webkit-input-placeholder { color:#dadfe3; }
.header_srch_field :-moz-placeholder { color:#dadfe3; opacity: 1; }
.header_srch_field ::-moz-placeholder { color:#dadfe3; opacity:1; }
.header_srch_field :-ms-input-placeholder { color:#dadfe3; }
.header_srch_field ::-ms-input-placeholder { color: #dadfe3; }
.header_srch_field ::placeholder { color:#dadfe3; }
.header_settings, .header_searchMob_div{ position:relative; }
.header_settings_icon{ width:30px; height:30px; display:block; background:url(../images/gear.svg) no-repeat center center; background-size:26px auto; }
.header_searchMob_icon{ width:30px; height:30px; display:block; background:url(../images/search.svg) no-repeat center center; background-size:24px auto; }
.header_notify_bell{ width:30px; height:30px; display:block; background:url(../images/notification.svg) no-repeat center center; background-size:22px auto; position:relative; cursor:pointer; }
.header_notify_status{ width:15px; height:15px; border-radius:50%; background:#aad4a9; position:absolute; right:0px; top:-2px; border:3px solid #fff; display:block; }
.header_uer_info_sec ul{ display:flex; align-items:center; }
.header_uer_info_sec ul li{ display:inline-block; padding-left:30px; }
.header_uer_info_sec ul li.header_user_info_li{ margin-left:40px; min-width:220px; padding-left:20px; position:relative; }
.header_uer_info_sec ul li.header_user_info_li:before{ width:1px; height:30px; position:absolute; left:0px; top:50%; margin-top:-15px; background:#f7f7f7; content:""; display:block; }
.user_info_top{ position:relative; padding-right:60px; min-height:40px; max-width:250px; }
.header_user_avatar{ width:40px; height:40px; display:block; border-radius:50%; position:relative; position:absolute; right:0px; top:0px; }
.header_user_avatar img{ width:100%; height:100%; display:block; max-width:none; object-fit: cover; }
.header_avatar_setting_icon{ display:block; width:28px; height:28px; border-radius:50%; background-color:#aad4a9 !important; position:absolute; right:-10px; bottom:-10px; border:4px solid #fff; background:url(../images/setting_white.svg) no-repeat center center; background-size:10px auto; }
.header_user_info_text{ width:100%; text-align:right; }
.header_user_info_text strong{ display:block; font-size:17px; line-height:1.5em; color:#000000; font-weight:700; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.header_user_info_text span{ display:block; font-size:12px; line-height:1.5em; color:#94A3AF; }
.header_user_info_text span a{ line-height:1.5em; color:#94A3AF; }
.header_user_info_text span a:hover{ text-decoration:underline; }
.left_menu{ width:300px; min-height:100vh; position:fixed; left:0px; top:0px; padding-top:86px; background:#fff; }
.menu_clos{ display:none; }
.left_bar_inner{ padding:20px 0px; max-height:calc(100vh - 86px); overflow-x:hidden; overflow-y:auto; -webkit-overflow-scrolling: touch; }
.menuMain{ width:100%; padding-bottom:20px; }
.menuMain ul li{ width:100%; padding:2px 0px; position:relative; }
.lb_menuTop_list{ min-height:calc(100vh - 250px); }
.menuMain ul li a{ display:block; transition:all 0.175s ease; font-size:16px; line-height:1.5em; color:#000000; padding:12px 12px 12px 100px; position:relative; }
.menuMain ul li a:hover{ background-color:#fdfffe !important; color:#81E1BA; }
.menuMain ul li a.active{ background-color:#fdfffe !important; font-weight:600; color:#81E1BA; }
.menuMain ul li a:before{ content:""; width:6px; height:100%; position:absolute; left:0px; top:0px; background:#81e1ba; border-radius:4px; transition:all 0.175s ease; opacity:0; visibility:hidden; }
.menuMain ul li a:hover:before, .menuMain ul li a.active:before{ opacity:1; visibility:visible; }
.menuMain ul li a.lb_home{ background:url(../images/lb_home_dark.svg) no-repeat left 50px center; background-size:auto 19px; }
.menuMain ul li a.lb_categories{ background:url(../images/lb_cat_dark.svg) no-repeat left 51px center; background-size:auto 19px; }
.menuMain ul li a.lb_active_deals{ background:url(../images/lb_activeDeals_dark.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_sponsorship{ background:url(../images/lb_sponsorship_dark.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_Chat{ background:url(../images/lb_chat_dark.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_contactUs{ background:url(../images/lb_contact_dark.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_signOut{ background:url(../images/lb_logout_dark.svg) no-repeat left 52px center; background-size:auto 20px; }
.menuMain ul li a.lb_home:hover, .menuMain ul li a.lb_home.active{ background:url(../images/lb_home_green.svg) no-repeat left 50px center; background-size:auto 19px; }
.menuMain ul li a.lb_categories:hover, .menuMain ul li a.lb_categories.active{ background:url(../images/lb_cat_green.svg) no-repeat left 51px center; background-size:auto 19px; }
.menuMain ul li a.lb_active_deals:hover, .menuMain ul li a.lb_active_deals.active{ background:url(../images/lb_activeDeals_green.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_sponsorship:hover, .menuMain ul li a.lb_sponsorship.active{ background:url(../images/lb_sponsorship_green.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_Chat:hover, .menuMain ul li a.lb_Chat.active{ background:url(../images/lb_chat_green.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_contactUs:hover, .menuMain ul li a.lb_contactUs.active{ background:url(../images/lb_contact_green.svg) no-repeat left 50px center; background-size:auto 20px; }
.menuMain ul li a.lb_signOut:hover, .menuMain ul li a.lb_signOut.active{ background:url(../images/lb_logout_green.svg) no-repeat left 52px center; background-size:auto 20px; }
.content{ width:100%; padding:86px 0px 0px 300px; }
.all_content_box{ width:100%; padding:20px 20px; min-height:calc(100vh - 90px); background:#fdfdfd; border-radius:30px 0px 0px 0px; }
.deals_filter_row{ width:100%; padding-bottom:40px; display:flex; align-items:flex-start; justify-content:space-between; align-content:space-between; }
.filter_title h2{ font-size:18px; line-height:1.5em; color:#000000; font-weight:600; padding-top:6px;}
.filter_title{ width:15%; }
.filter_sellingBuy_box{ width:25%; }
.filter_serviceItems_menu{ width:32%; }
.filter_sort_btns_box{ width:24%; }
.filter_sellingBuy_box ul{ border:1px solid #E9E9E9; border-radius:4px; padding:4px; display:flex; }
.filter_sellingBuy_box ul li{ width:50%; }
.filter_sellingBuy_box ul li{ font-size:0px; padding-left:5px; }
.filter_sellingBuy_box ul li:first-child{ padding-left:0px; }
.filter_sellingBuy_btn{ font-size:12px; line-height:1.5em; padding:6px 10px; color:#000000; display:block; text-align:center; border-radius:4px; transition:all 0.100s ease; }
.filter_sellingBuy_btn.active{ background:#81e1ba; color:#fff; }
.filter_sellingBuy_btn:hover{ background:#62d2a4; color:#fff; }
.filter_serviceItems_menu ul{ max-width:300px; margin:auto; display:flex; align-items:flex-start; justify-content:space-between; align-content:space-between; border-bottom:1px solid #E9E9E9; }
.filter_serviceItems_menu ul li{ font-size:0px; padding-left:10px; }
.filter_serviceItems_menu ul li:first-child{ padding-left:0px; }
.filter_serviceItems_menu ul li a{ display:inline-block; padding-bottom:15px; padding-top:2px; margin-bottom:-1px; color:#e7e7e7; font-size:14px; line-height:1.5em; border-bottom:1px solid #E9E9E9; transition:all 0.100s ease;}
.filter_serviceItems_menu ul li a:hover, .filter_serviceItems_menu ul li a.active{ color:#000000; border-color:#000000; }
.filter_sort_btns_box ul{ margin:auto; display:flex; align-items:flex-start; justify-content:flex-end; align-content:flex-end; }
.filter_sort_btns_box ul li{ font-size:0px; padding-left:10px; }
.filter_sort_btns_box ul li:first-child{ padding-left:0px; }
.filter_sort_btns_box ul li:last-child{ width:100%; max-width:200px; }
.filter_sort_btn{ width:40px; height:40px; border:1px solid #D8D8D8; border-radius:4px; display:block; transition:all 0.100s ease; }
.filter_sort_btn.deal_sort_btn{ background:url(../images/ascending_sort_dark.svg) no-repeat center center; background-size:auto 16px; }
.filter_sort_btn.deal_filter_btn{ background:url(../images/filter_icon_dark.svg) no-repeat center center; background-size:auto 16px; }
.filter_sort_btn:hover{ border-color:#81e1ba; background-color: #fdfffe !important;}
.filter_sort_btn.deal_sort_btn.active{ background:url(../images/ascending_sort_white.svg) no-repeat center center; background-size:auto 16px; }
.filter_sort_btn.deal_filter_btn.active{ background:url(../images/filter_icon_white.svg) no-repeat center center; background-size:auto 16px; }
.filter_sort_btn.active{ border-color:#81e1ba; background-color: #81e1ba !important;}
.filter_addNewList_btn.all_buttons{ border-radius:4px!important; padding:8px 8px 8px 30px; font-size:13px; background-color:#81E1BA !important; border-color:#81E1BA !important; white-space:nowrap; }
.deal_listing_main{ width:100%; }
.deal_listing_main ul{ font-size:0px; margin:0px -15px; }
.deal_listing_main ul li{ display:inline-block; vertical-align:top; width:20%; padding:0px 15px 30px 15px; font-size:16px; }
.deal_list_box{ width:100%; }
.deal_list_img{ width:100%; margin-bottom:10px; position:relative; }
.deal_list_img a { display: block; width: 100%; height: 204px; position: relative; border-radius:16px; }
.deal_list_img a img { width: 100%; height: 100%; display: block; margin: auto; max-width: none; object-fit: cover; border-radius:16px; }
.deal_list_detail{ width:100%; padding-bottom:4px; }
.deal_list_detail h3 { color: #000000; font-size: 0px; width: 100%; }
.deal_list_detail h3 a { color: #000000; display:inline-block; max-width:100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; line-height:25px; font-size: 17px; vertical-align: top; }
.deal_list_detail h3 a:hover{ text-decoration:underline; }
.deal_list_auther{ width:100%; display:flex; justify-content:space-between; align-content:space-between; flex-wrap:wrap; }
.deal_list_auther span{ font-size:12px; line-height:1.5em; display:block; color:#000; padding-right:10px; }
.deal_list_price{ width:100%; display:flex; align-items:center; justify-content:space-between; align-content:space-between; flex-wrap:wrap; }
.deal_list_price strong{ font-size:17px; line-height:1.5em; display:block; color:#000; font-weight:700; padding-right:10px; }
.deal_list_time{ font-size:13px; line-height:1.5em; display:block; color:#000; font-weight:300; }
.bookmark_item_star, .deal_list_img a.bookmark_item_star{ width:30px !important; height:30px !important; position:absolute; right:10px; top:10px; background:url(../images/start_normal_white.svg) no-repeat center center; background-size:auto 24px !important; }
.bookmark_item_star.active, .deal_list_img a.bookmark_item_star.active{ width:30px; height:30px; position:absolute; right:10px; top:10px; background:url(../images/star_filled_white.svg) no-repeat center center; }
.header_notify{ position:relative; }
.header_notify.active:after{ content:""; width:100%; height:100%; position:fixed; left:0px; top:0px; z-index:222; background:rgba(0, 0, 0, 0.09)}
.notify_popup { position: absolute; right: -50px; top: 45px; background: #fff; z-index: 223; box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05); width: 420px; border-radius:16px; display: none; }
.notify_popup:after{ content:""; position:absolute; right:49px; top:-10px; width: 0px; display:block; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #fff; }
.notifyPop_inner { width: 100%; }
.notifyPop_header { width: 100%; padding: 20px 30px 10px 30px; }
.notifyPop_header strong { font-size: 17px; line-height: 1.5em; display: block; font-weight: 600; }
.notifyPop_header strong a { font-size: 12px; color: #e31c1c; text-align: right; text-transform: uppercase; float: right; transition: all 0.175s ease-in-out; }
.notifyPop_header strong a:hover { text-decoration: underline; }
.notifyPop_content { width: 100%; padding:0px 30px; overflow: auto; max-height: calc(100vh - 140px); -webkit-overflow-scrolling: touch; }
.notify_popup_tabs_title{ padding-bottom:15px; }
.notify_popup_tabs_title ul{ border:1px solid #E9E9E9; border-radius:4px; padding:4px; display:flex !important; }
.notify_popup_tabs_title ul li{ width:50%; }
.notify_popup_tabs_title ul li{ font-size:0px; padding-left:5px; }
.notify_popup_tabs_title ul li:first-child{ padding-left:0px; }
.notifyPop_rowGroup_title{ width:100%; display:flex; justify-content:space-between; align-content:center; align-items:center; padding-bottom:15px; }
.notifyPop_rowGroup_title strong{ font-size: 15px; line-height: 1.5em; display: block; font-weight: 400; color:#000; }
.notifyPop_rowGroup_title span{ font-size: 13px; line-height: 1.5em; display: block; font-weight: 400; color:#81E1BA; }
.notifyPop_list_box{ width:100%; position:relative; padding-left:65px; min-height:52px; padding-right:36px; }
.notifyPop_list_img{ width:50px; height:50px; position:absolute; left:0px; top:0px; border-radius:8px; overflow:hidden; }
.notifyPop_list_img span{ display:block; width:50px; height:50px; }
.notifyPop_list_img span img{ width:100%; height:100%; display:block; max-width:none; margin:auto; object-fit: cover;}
.notify_popup_tabs_show ul{ display:block; padding-bottom:15px; }
.notify_popup_tabs_show ul li { padding:0px 0px 15px 0px; }
.notifyPop_text { width: 100%; }
.notifyPop_text p { font-size: 13px; line-height: 1.4em; color:#000000; }
.notifyPop_text p strong{ font-weight:700; }
.notifyPop_text p a { color: #81E1BA; }
.notifyPop_text p a:hover, .lec_openLink { text-decoration: underline; }
.notifyPop_text small { font-size: 10px; line-height: 1.5em; color: #8F8F8F; display: block; }
.notify_dotted_menu{ width:30px; height:30px; position:absolute; right:0px; top:2px;}
.notify_dotted_icon{ width:30px; height:30px; display:block; background:url(../images/dotted_icon_light.svg) no-repeat center center; background-size:4px auto; }
.notify_dotted_dropdown{ position: absolute; right: 0px; top: 0px; background: #fff; z-index: 3; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08); overflow-y: auto;overflow-x: hidden; max-height: 80vh; width: auto; border-radius:6px; display: none; }
.notify_dotted_dropdown p{ white-space:normal; width:100%; }
.notify_dotted_dropdown p a{ display:block; font-size: 14px; line-height: 1.5em; padding-bottom: 5px; color:#81E1BA; padding:6px 12px; }
.notify_dotted_menu:hover .notify_dotted_dropdown{ display:block; }
.side_popup{ width:100%; height:100%; position:fixed; left:0px; top:0px; z-index:223; transition:all 0.100s ease; opacity:0; visibility:hidden;}
.side_popup.active{ display:block; opacity:1; visibility:visible; }
.side_popup_whitebox{ width:100%; height:100%; max-width:500px; position:fixed; top:0px; z-index:2; background:#fff; border-radius:18px 0px 0px 18px; box-shadow:0px 6px 20px rgba(0,0,0,0.15); transition:all 0.500s ease; right:-100%; }
.side_popup.active .side_popup_whitebox{ right:0px; }
.side_popup_overlay{ content:""; width:100%; height:100%; position:fixed; left:0px; top:0px; z-index:1; background:rgba(0, 0, 0, 0.09); transition:all 0.100s ease;}
.side_popup_heading{ padding:20px; width:100%; position:relative; padding-left:120px; }
.side_popup_heading h2{ font-size:22px; line-height: 1.5em; padding: 5px 0px; color:#000000; font-weight:600; }
.side_popup_back_arrow{ width:48px; height:48px; border-radius:50%; background-color:#fdfdfd !important; cursor:pointer; position:absolute; left:40px; top:20px; background:url(../images/back_arrow_black.svg) no-repeat center center; background-size:10px auto; transition:all 0.100s ease; }
.side_popup_back_arrow:hover{ opacity:0.8; }
.side_popup_content{ width:100%; padding:10px 40px 10px 40px; height:calc(100vh - 166px); overflow-x:hidden; overflow-y:auto; -webkit-overflow-scrolling: touch; }
.sort_popup_list{ width:100%; }
.sort_popup_list ul li{ width:100%; padding-bottom:20px; }
.side_popup_footer { width:100%; padding:15px 40px 15px 40px;}
.side_popup_footer a{ display:block; width:100%; }
.filter_search_row{ width:100%; padding-bottom:20px; }
.filter_categories{ width:100%; padding-bottom:10px; }
.side_filter_title_text{ font-size:16px; line-height: 1.5em; padding: 0px 0px 15px 0px; color:#000000; font-weight:600; }
.filter_categories ul{ font-size:0px; margin:0px -8px; }
.filter_categories ul li{ display:inline-block; vertical-align:top; font-size:16px; padding:0px 8px 16px 8px; }
.filter_cat_btn { cursor: pointer; border-radius:8px !important; display: inline-block; font-size:15px; line-height:1.5em; text-align: center; padding: 12px 12px; font-weight:400; color:#000; transition:all 0.2s ease; position:relative; border:1px solid #EEEEEE; background:#fff; }
.all_buttons.all_small{ padding:6px 14px; font-size:14px; line-height: 1.5em; }
.filter_cat_btn.active{ background-color:#81e1ba !important; border-color:#81e1ba !important; color:#fff; }
.filter_cat_btn:hover{ background-color:#62d2a4 !important; border-color:#62d2a4 !important; color:#fff; }
.irs--flat .irs-line{ height:6px !important; background:#f4f4f4 !important; top:15px !important; }
.irs--flat .irs-bar{ height:6px !important; background-color:#81e1ba !important; top:15px !important; }
.irs--flat .irs-handle i{ display:none !important; }
.irs--flat .irs-handle{ width:30px !important; height:30px !important; background-color:#fff !important; border-radius:50%; border:1px solid #D9D9D9; background:url(../images/price_range_icon.svg) no-repeat center center; background-size:8px auto; top: 2px !important; }
.irs--flat{ height:60px !important; }
.irs--flat .irs-min, .irs--flat .irs-max{ top:38px !important; font-size:14px !important; background:none !important; color:#D2D2D2 !important; }
.irs-from, .irs-to, .irs-single{ top:38px !important; font-size:14px !important; background:none !important; color:#81E1BA !important; }
.irs-single:before{ display:none !important; }
.side_priceRange_row{ padding-bottom:20px; }
.side_filter_auctions_row ul{ font-size:0px; margin:0px -8px; }
.side_filter_auctions_row ul li{ display:inline-block; vertical-align:top; width:33.33%; font-size:16px; padding:0px 8px 16px 8px; }
.side_filter_auctions_row .form_checkbox label{ font-size:14px; }
.side_filter_auctions_row .checkbox_checked{ background:#fbfbfb; border-color:#fbfbfb;}
/*****************start popup style******************/
.all_popup{ width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 9999; display:none; overflow-y:auto; overflow-x:hidden; -webkit-overflow-scrolling: touch; }
.all_popup_inner{ width:100%; height:100%; }
.popup_table_wrap{ width:100%; height:100%; display:table; table-layout:fixed; padding:20px 15px; position:relative; }
.popup_cell_wrap{ width:100%; height:100%; display:table-cell; vertical-align:middle; }
.popup_auto{ width:100%; max-width:650px; margin:auto; padding:0px 20px; position:relative; z-index:3; background:#fff; border-radius:18px; }
.all_popup_header{ position:relative; width:100%; }
.popup_title_heading{ font-size: 18px; line-height:1.5em; font-weight: 600; color: #000000; display:block; padding-bottom:15px; text-align:center; }
.popup_title_heading small{ display:block; font-size:13px; color:#BCBCBC; line-height:1.5em; font-weight:400; padding-top:6px; }
.popup_content{ width:100%; padding:20px 0px; }
.popup_overlay{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:1; background:rgba(0, 0, 0, 0.09); transition:all 0.100s ease;}
/***************************/
.pick_service_type_list{ width:100%; max-width:520px; margin:auto; padding:15px 0px; }
.pick_service_type_list ul{ text-align:center; font-size:0px; padding-bottom:10px; margin:0px -10px; }
.pick_service_type_list ul li{ display:inline-block; width:33.33%; vertical-align:top; padding:0px 10px 25px 10px; font-size:14px; }
.pick_service_box{ width:100%; height:150px; background:#FAFAFA; border-radius:12px; display:flex; justify-content:center; align-items:center; text-align:center; align-content:center; flex-wrap:wrap; position:relative; transition:all 0.100s ease; color:#000; }
.pick_service_box strong{ display:block; line-height:1.5em; font-size:14px; text-align:center; transition:all 0.100s ease; color:#000; }
.pick_service_cell{ width:100%; padding:15px;}
.pick_service_cell i{ width:48px; height:48px; border-radius:50%; margin:auto; background-color:#fff !important; display:block; margin-bottom:15px; background:url(../images/pick_srvceType1.svg) no-repeat center center; background-size:auto 24px; }
.pick_service_cell i.pick_service_icon_service{ background:url(../images/pick_srvceType2.svg) no-repeat center center; background-size:auto 22px;}
.pick_service_cell i.pick_service_icon_request{background:url(../images/pick_srvceType3.svg) no-repeat center center; background-size:auto 25px;}
.pick_service_check{ width:100%; height:100%; position:absolute; left:0px; top:0px; cursor:pointer; opacity:0;}
.pick_service_box:hover{ background:#81E1BA; color:#fff; }
.pick_service_box:hover strong{color:#fff; }
.pick_service_box.active{ background:#4ec494; color:#fff; }
.pick_service_box.active strong{color:#fff; }
.new_list_progress{ width:100%; height:6px; background:#fbfbfb; position:relative; margin-bottom:25px; }
.new_list_progress_bar{ width:33.33%; height:6px; background:#81e1ba; position:absolute; left:0px; top:0px; }
.uploadImage_box{ width:100%; height:160px; border:1px dashed #dfdfdf; border-radius:18px; display:flex; justify-content:center; align-content:center; align-items:center; margin-bottom:20px; padding:15px; text-align:center; position:relative; }
.uploadImage_box_inner input{ width:100%; height:100%; position:absolute; left:0px; top:0px; cursor:pointer; opacity:0;}
.uploadImage_box_inner strong{ display:block; text-align:center; font-size:13px; font-weight:600; line-height:1.5em; color:#000000; padding-top:40px; background:url(../images/upload.svg) no-repeat top center; background-size:auto 28px; padding-bottom:8px; }
.uploadImage_box_inner small{ display:block; font-size:10px; line-height:1.5em; color:#CACACA;}
.uploading_images_list{ width:100%; text-align:left; }
.uploading_images_list ul{ text-align:left; font-size:0px; padding-bottom:10px; margin:0px -4px; }
.uploading_images_list ul li{ display:inline-block; vertical-align:top; padding:0px 4px 20px 4px; width:20%; }
.uploading_image_box span{ border-radius:6px; width:100%; height:100px; display:block; margin-bottom:8px; }
.uploading_image_box span img{ width:100%; height:100%; display:block; max-width:none; object-fit: cover; border-radius:6px; }
.image_uploading_progress{ width:100%; height:6px; background:#fbfbfb; position:relative; border-radius:6px; }
.image_uploading_progress_bar{ width:0%; height:6px; background:#c6cbdd; position:absolute; left:0px; top:0px; border-radius:6px; }
.image_uploading_progress_bar.active{ background:#60daa8; }
.uploadImages_row{ max-width:520px; margin:auto; width:100%; padding:0px 0px 20px 0px; }
.has_dark_placeholder ::-webkit-input-placeholder { color:#000; }
.has_dark_placeholder :-moz-placeholder { color:#000; opacity: 1; }
.has_dark_placeholder ::-moz-placeholder { color:#000; opacity:1; }
.has_dark_placeholder :-ms-input-placeholder { color:#000; }
.has_dark_placeholder ::-ms-input-placeholder { color: #000; }
.has_dark_placeholder ::placeholder { color:#000; }
.service_item_info_popup .item_info_form{ padding-bottom:20px; }
.itemPromo_enable_row{ width:100%; padding-bottom:20px; display:flex; justify-content:space-between; align-content:space-between; align-items:center; }
.itemPromo_enable_row strong{ font-size:17px; line-height:1.5em; color:#9a9a9a; display:block; font-weight:600; }
.itemPromo_enable_switch{ width:150px; position:relative; background:#fcfcfc; border-radius:30px; padding:8px; transition:all 0.100s ease; }
.itemPromo_enable_switch label{ width:100%; display:flex; transition:all 0.100s ease; flex-wrap:wrap; }
.itemPromo_enable_switch label i{ width:50%; height:28px; border-radius:30px; background-size:14px auto !important; transition:all 0.100s ease; }
.itemPromo_enable_switch label i.itemPromo_switch_tick{ background:url(../images/check_enable.svg) no-repeat center center; }
.itemPromo_enable_switch label i.itemPromo_switch_block{ background-color:#fff !important; box-shadow:0px 5px 10px rgba(0,0,0,0.03); background:url(../images/forbidden_red.svg) no-repeat center center; }
.itemPromo_enable_switch.active label i.itemPromo_switch_tick{ background-color:#fff !important; box-shadow:0px 5px 10px rgba(0,0,0,0.03); background:url(../images/check_enable_green.svg) no-repeat center center; }
.itemPromo_enable_switch.active label i.itemPromo_switch_block{ background:url(../images/forbidden.svg) no-repeat center center; background-color:#fcfcfc !important; box-shadow:0px 0px 0px rgba(0,0,0,0.0); }
.itemPromo_enable_switch_check{ width:100%; height:100%; position:absolute; left:0px; top:0px; opacity:0; cursor:pointer; }
.itemPromo_useBlnce_main .checkbox_checked{ top:12px; }
.userBlnce_txt{ display:block; font-style:normal; padding-left:46px; background:url(../images/dolor_circle.svg) no-repeat left center; background-size:26px auto !important; margin-left:10px; }
.userBlnce_txt strong{ display:block; line-height: 1.5em; }
.userBlnce_txt small{ display:block; font-size:13px; color:#C0C0C0; line-height:1.5em; }
.itemPromo_promo_check .userBlnce_txt{ background:url(../images/noise.svg) no-repeat left center; }
.checkbox_dark_color .checkbox_checked{ background:#fbfbfb; border-color:#fbfbfb;}
.itemPromo_price{ width:100%; padding:15px 0px; }
.itemPromo_price small{ display:block; font-size:16px; color:#9a9a9a; line-height:1.5em; padding-bottom:2px; }
.itemPromo_price h2{ display:block; font-size:40px; color:#000; font-weight:700; line-height:1.2em; padding-bottom:10px; }
.itemPromo_price h2 span{ font-size:90%; color:#DDDDDD; font-weight:400; }
.itemAdded_box{ max-width:260px; margin:20px auto; background:#fbfbfb; border-radius:18px; padding:15px; }
.itemAdded_heading{ width:100%; padding:10px 0px 30px 0px; text-align:center; max-width:320px; margin:auto; }
.itemAdded_heading p{ display:block; font-size:16px; color:#BCBCBC; line-height:1.5em; }
.itemAdded_heading h2{ display:block; font-size:26px; color:#000; font-weight:600; line-height:1.2em; padding-bottom:10px; }
.btn_block{ display:block; }
.serviceAdded_box{ margin:20px auto; background:#fbfbfb; border-radius:18px; padding:20px; }
.serviceAdded_box h3{ display:block; font-size:16px; color:#000; font-weight:600; line-height:1.2em; padding-bottom:10px; }
.serviceAdded_box p{ display:block; font-size:15px; color:#838383; line-height:1.5em; font-weight:300; }
.settings_pop_lists{ width:100%; }
.settings_pop_lists ul li{ padding-bottom:10px; width:100%; }
.settings_pop_title{ font-size:16px; line-height:1.5em; color:#4A4A4A; display:block; }
.settings_pop_btn { cursor: pointer; border-radius:8px !important; display:block; font-size:14px; line-height:1.5em; text-align: left; padding: 14px 25px; font-weight:400; color:#000; transition:all 0.2s ease; position:relative; border:1px solid #fcfcfc; background-color:#fcfcfc !important; background:url(../images/right_arrow.svg) no-repeat right 20px center; background-size:10px auto !important; }
.settings_pop_btn:hover{ background-color:#F7F7F7 !important; border-color:#F7F7F7 !important;}
.settings_pop_btn.settings_pop_deleteAc{ background-image:none !important; color:#EB7777;}
.settings_popup .popup_auto{ max-width:550px; }
.settings_popup .uploadImages_row{ max-width:480px; padding-bottom:0px; }
.lang_check{ width:100%; height:100%; position:absolute; left:0px; top:0px; cursor:pointer; opacity:0;}
.lang_check_main .pick_service_cell i{ border:2px solid #fff; }
.pick_service_cell i.lang_check_eng_icon{background:url(../images/flag_eng.svg) no-repeat center center; background-size:100% 100%;}
.pick_service_cell i.lang_check_ar_icon{ background:url(../images/flag_arabic.svg) no-repeat center center; background-size:100% 100%;}
.language_popup .popup_auto{ max-width:450px; }
.language_popup .lang_check_main{ margin:auto; max-width:350px; padding-bottom:20px; }
.language_popup .pick_service_type_list ul li{ width:50%; }
.small_popup .popup_auto{ max-width:550px; }
.confirmation_text{ max-width:430px; padding-top:30px; margin:auto; text-align:center; }
.confirmation_text h2{ font-size:28px; line-height:1.2em; color:#000000; font-weight:600; padding-bottom:20px;}
.confirmation_text p{ font-size:16px; line-height:1.5em; color:#BCBCBC; font-weight:400; padding:0px 20px 30px 20px; }
.account_deleted_circle{ max-width:230px; margin:auto; padding-bottom:30px; }
.account_deleted_circle img{ display:block; width:100%; height:auto; max-width:none; }
.deal_list_hash_parent{ display:flex; justify-content:flex-end; align-items:center; }
.deal_list_hash_parent small{ font-size:12px; line-height:1.5em; display:inline-block; font-weight:200; padding-right:6px;}
.hash_tag{ font-size:13px; line-height:1.5em; display:inline-block; font-weight:200; color:#fff; background:#60daa8; border-radius:3px; padding:2px 4px; font-style:normal; min-width:30px; text-align:center; }
.tag_green{ color:#fff; background:#60daa8; }
.tag_blue{ color:#fff; background:#3eb7f2; }
.tag_red{ color:#fff; background:#f46f7c; }
.deal_requestedRangetext span{ color:#a5a5a5; }
.categories_main_content .filter_title{ width:100%; }
.services_listing_main{ width:100%; }
.services_list_ul{ font-size:0px; margin:0px -15px; }
.services_list_li{ display:inline-block; vertical-align:top; width:33.33%; padding:0px 15px 30px 15px; font-size:16px; }
.services_list_box{ width:100%; border-radius:10px; padding:20px; background:#ffffff; position:relative; }
.services_list_slider{ width:100%; position:relative; }
.services_list_run{ display:block; width:100%; position:relative; }
.services_list_run h2{ font-size:18px; line-height:1.5em; color:#000000; font-weight:600; position:relative; padding-right:40px; padding-bottom:15px; padding-top:2px; }
.services_list_run p{ font-size:13px; line-height:1.5em; color:#858585; font-weight:200; position:relative; padding-bottom:10px; }
.bookmark_item_star.item_star_dark{ background:url(../images/star_dark_unfill.svg) no-repeat center center; }
.bookmark_item_star.item_star_dark.active{ background:url(../images/star_dark_fill.svg) no-repeat center center; }
.services_list_run h2 .bookmark_item_star{ top:-2px; right:0px; }
.services_list_box .slick-dots{ width:100%; font-size:0px; text-align:center; }
.services_list_box .slick-dots li{ display:inline-block; vertical-align:top; padding:0px 5px; }
.services_list_box .slick-dots li button{ font-size:0px; border-radius:50%; border:1px solid #eaeaea; background:#eaeaea; width:8px; height:8px; display:block; }
.services_list_box .slick-dots li.slick-active button{ border-color:#81e1ba; background:#81e1ba; }
.full_width{ width:100% !important; }
.profile_top_title{ font-size:18px; line-height:1.5em; color:#000000; font-weight:600; padding:6px 0px 40px 15px; }
.profile_content_box{ width:100%; background:#ffffff; border-radius:14px; padding:20px; }
.profile_info_top{ width:100%; display:flex; justify-content:space-between; align-content:center; align-items:center; padding-bottom:30px; }
.profile_info_left{ width:auto; padding-right:20px; }
.profile_user_info{ width:100%; position:relative; padding-left:190px; min-height:160px; padding-top:10px; }
.profile_user_avatar{ background:#fdfdfd; padding:8px; width:160px; height:160px; border-radius:16px; position:absolute; left:0px; top:0px; }
.profile_user_avatar img{ width:100%; height:100%; display:block; max-width:none; border-radius:16px; object-fit: cover; }
.profile_user_info h2{ font-size:26px; line-height:1.5em; color:#000000; font-weight:600; padding:0px 0px 10px 0px; }
.profile_rating{ display:flex; }
.profile_rating span{ padding-left:15px; font-family: 'Cairo', sans-serif; font-size:22px; line-height:24px; color:#000; }
.profile_rating_stars{ width:144px; height:24px; position:relative; background:url(../images/rating_stars_unfilled.svg) no-repeat 0px 0px; background-size:auto 20px !important; margin-bottom:25px;}
.profile_rating_stars_bar{ width:0%; height:100%; position:absolute; left:0px; top:0px; background:url(../images/rating_stars_filled.svg) no-repeat 0px 0px;background-size:auto 20px !important; }
.mr0{ margin:0px !important; }
.filter_serviceItems_menu.profile_info_menu ul{ max-width:none; justify-content: flex-start; display: inline-flex; }
.filter_serviceItems_menu.profile_info_menu ul li{ padding-right:25px;}
.filter_serviceItems_menu.profile_info_menu ul li:last-child{ padding-right:0px; }
.filter_serviceItems_menu.profile_info_menu ul li a{ font-weight:600; }
.profileInfo_since{ padding-bottom:30px; text-align:right; }
.profileInfo_since h3{ font-size:15px; line-height:1.5em; color:#000000; font-weight:400; }
.profileInfo_since h3 strong{ font-weight:600; }
.profileInfo_since ul{ padding-bottom:15px; font-size:0px; }
.profileInfo_since ul li{ display:inline-block; vertical-align:top; padding-left:20px; }
.profileInfo_since ul li a{ width:25px; height:25px; display:block; }
.profileInfo_since ul li a.profileInfo_star{ background:url(../images/star_dark_unfill.svg) no-repeat top center; background-size:auto 22px !important; }
.profileInfo_since ul li a.profileInfo_star.active{ background:url(../images/star_dark_fill.svg) no-repeat top center; }
.profileInfo_since ul li a.profileInfo_blocked{ background:url(../images/forbidden_red.svg) no-repeat center center; background-size:auto 21px !important; }
/****** Style Star Rating Widget *****/
.rateUser_stars_row{ padding-bottom:30px; max-width:300px; margin:auto; }
.rating { border: none; float: none; text-align:center; display: inline-block; overflow:hidden; direction:ltr; }
.rating > input { display: none; }
.rating > label:before { margin:6px 5px; font-size: 40px; font-family: FontAwesome; display: inline-block; content: "\f005"; }
.rating > .half:before { content: "\f089"; position: absolute; }
.rating > label { color: #F2F2F2; float: right; cursor:pointer; }
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #F3CC30; } /* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #edbd31; }
/****** Style end Rating Widget *****/
.rate_userPopup_area_row{ padding-bottom:20px; }
.terms_privacy_cocntent{ width:100%; }
.terms_privacy_cocntent h2{ font-size:24px; line-height:1.5em; color:#000000; font-weight:600; padding:6px 0px 20px 0px; }
.terms_privacy_cocntent p{ font-size:16px; line-height:1.5em; color:#7e7e7e; font-weight:200; padding:6px 0px 20px 0px; }
.terms_privacy_cocntent strong{ font-weight:600; }
.terms_privacy_cocntent h3{ font-size:18px; line-height:1.5em; color:#000000; font-weight:600; padding:0px 0px 5px 0px; }
.terms_privacy_cocntent a{ color:#81E1BA; text-decoration:underline; }
.terms_privacy_cocntent a:hover{ text-decoration:none; }
.terms_privacy_cocntent ul, .terms_privacy_cocntent ol{ padding-bottom:15px; }
.terms_privacy_cocntent ul li{ font-size:17px; line-height:1.5em; color:#7e7e7e; font-weight:400; padding:6px 0px 5px 0px; margin-left:20px; }
.terms_privacy_cocntent ul li::before { content: "\2022"; color: #95c93d; font-weight: bold; display: inline-block; font-size:20px; width:1em; margin-left:-1em; }
.terms_privacy_cocntent ol li{ font-size:17px; line-height:1.5em; color:#7e7e7e; font-weight:400; padding:6px 0px 5px 0px; margin-left:20px; list-style:decimal outside; }
.product_title_back{ position:relative; font-size:20px; line-height:1.5em; color:#000; font-weight:600; padding:5px 0px 10px 50px; }
.product_back_arrow{ width:34px; height:34px; border-radius:50%; background-color:#81E1BA !important; cursor:pointer; position:absolute; left:0px; top:3px; background:url(../images/back_arrow_white.svg) no-repeat center center; background-size:8px auto; transition:all 0.100s ease; }
.product_back_arrow:hover{ opacity:0.8; }
.product_info_top{ width:100%; display:flex; align-content:flex-start; align-items:flex-start; flex-direction:row-reverse; padding-bottom:30px; }
.product_info_right{ width:50%; }
.product_info_left{ width:50%; padding-top:30px; padding-right:50px; }
.product_info_left h1{ font-size:60px; line-height:1.1em; color:#000000; font-weight:600; word-break:break-all; }
.product_info_left h2{ font-size:40px; line-height:1.1em; color:#000000; font-weight:400; padding-bottom:30px; word-break:break-all; }
.product_timeLeft{ width:100%; display:flex; align-content:flex-start; align-items:flex-end; justify-content:space-between; padding-bottom:15px; border-bottom:1px solid #E5E5E5; }
.product_timeLeft_text{ width:100%; }
.product_timeLeft_text strong{ display:block; color:#000000; font-size:17px; line-height:1.5em; padding-bottom:6px; font-weight:600; }
.product_timeLeft_text span{ display:block; color:#8F8F8F; font-size:15px; line-height:1.5em; padding-bottom:6px; font-weight:400; }
.product_timeLeft_more{ width:100%; }
.product_timeLeft_more ul{ font-size:0px; text-align:right; }
.product_timeLeft_more ul li{ display:inline-block; vertical-align:top; padding-left:20px; }
.product_timeLeft_more ul li a{ display:block; color:#3EB7F2; font-size:15px; line-height:1.5em; padding-right:15px; background:url(../images/set_reminder_next.svg) no-repeat right 1px center; background-size:6px auto; }
.product_timeLeft_more ul li a:hover{ text-decoration:underline; }
.product_owner_info{ width:100%; padding-bottom:3px; padding-top:15px; border-bottom:1px solid #E5E5E5; }
.product_owner_info ul{ font-size:0px; text-align:left; }
.product_owner_info ul li{ display:inline-block; vertical-align:top; padding-right:20px; padding-bottom:12px; min-width:40%; max-width:50%; font-size:16px; }
.product_owner_text{ width:100%; padding-left:40px; position:relative; }
.product_owner_text small{ display:block; font-size:12px; line-height:1.5em; color:#333333; font-weight:200; padding-bottom:4px; }
.product_owner_text h3{ display:block; font-size:16px; line-height:1.5em; color:#333333; font-weight:600; }
.product_user_name{ position:relative; color:#333333; display:inline-block;}
.product_user_name.verified{ padding-right:30px; }
.product_user_name.verified:after{ content:""; width:20px; height:20px; background:url(../images/verified_check.svg) no-repeat center center; background-size:100% 100%; position:absolute; right:0px; top:1px; }
.product_owner_text.product_userInfo_owner{ background:url(../images/product_icon_user.svg) no-repeat left center; background-size:auto 24px; }
.product_owner_text.product_userInfo_location{ background:url(../images/product_icon_location.svg) no-repeat left center; background-size:auto 24px; }
.product_owner_text.product_userInfo_buyPrice{ background:url(../images/product_icon_dolor.svg) no-repeat left center; background-size:auto 24px; }
.product_owner_text.product_userInfo_views{ background:url(../images/product_icon_eye.svg) no-repeat left center; background-size:auto 18px; }
.product_price_row{ width:100%; display:flex; align-content:flex-start; align-items:flex-end; justify-content:space-between; padding-bottom:15px; padding-top:15px; border-bottom:1px solid #E5E5E5; }
.product_price_left h3{ font-size:40px; line-height:1.1em; color:#000000; font-weight:600; }
.product_price_left small{ display:block; font-size:18px; line-height:1.5em; color:#000000; font-weight:400; }
.all_buttons.has_tick_icon.pro_directPurchase_btn{ padding-left:36px !important; background-size:13px auto !important; background-position:13px center !important; border-radius:5px !important; }
.product_slider_big{ width:100%; margin-bottom:20px; position:relative; padding:0px 40px; margin-top:-40px; }
.product_thumb_slider{ width:100%; position:relative; padding:0px 40px; }
.product_thumb_slider .slick-arrow{ font-size:0px; background:url(../images/prev_arrow.svg) no-repeat center center; width:36px; height:36px; display:block; position:absolute; left:0px; top:50%; margin-top:-18px; outline:none; border:1px solid #fff; cursor:pointer; transition:all 0.100s ease; border-radius:50%; background-size:10px auto !important; }
.product_thumb_slider .slick-arrow:hover{ border-color:#eee; }
.product_thumb_slider .slick-arrow.slick-next{ background:url(../images/next_arrow.svg) no-repeat center center; left:initial; right:0px; }
.product_thumb_box{ padding:0px 10px; }
.product_thumb_box span{ display:block; width:100%; height:90px; cursor:pointer;}
.product_thumb_box span img{ width:100%; height:100%; display:block; max-width:none; object-fit: cover; }
.product_slider_run{ width:100%; }
.product_slider_run span{ display:block; width:100%; max-height:600px; }
.product_slider_run span img{ width:100%; height:auto; display:block; max-width:none; object-fit: cover }
.product_specs_main{ width:100%; display:flex; align-content:flex-start; align-items:flex-start; flex-direction:row-reverse; }
.product_specs_right{ width:50%; }
.product_specs_left{ width:50%; padding-right:50px; }
.product_specs_listOuter{ width:100%; padding-left:40px; }
.product_specs_title{ width:100%; display:flex; justify-content:space-between; align-content:flex-start; align-items:flex-start; padding-bottom:20px; }
.product_specs_title h3{ font-size:19px; line-height:1.5em; color:#000000; font-weight:400; }
.product_specs_list{ width:100%; }
.product_specs_list ul{ font-size:0px; text-align:left; margin:0px -15px; }
.product_specs_list ul li{ display:inline-block; vertical-align:top; padding:0px 15px 15px 15px; width:50%; font-size:16px; }
.product_specs_list ul li p{ display:flex; justify-content:space-between; align-content:flex-start; align-items:flex-start; flex-wrap:wrap; }
.product_specs_list ul li span{ font-size:14px; display:inline-block; line-height:1.5em; color:#333333; font-weight:300; padding-bottom:8px; padding-right:15px; }
.product_specs_list ul li strong{ font-size:14px; display:inline-block; line-height:1.5em; color:#333333; font-weight:600; padding-bottom:8px; margin-left:auto; }
.product_specs_newBid_link{ margin-left:auto; display:inline-block; font-size:17px; line-height:1.5em; color:#81E1BA; padding-left:22px; font-weight:600; background:url(../images/plus_green.svg) no-repeat left center; background-size:13px auto !important; transition:all 0.100s ease; }
.product_specs_newBid_link:hover{ text-decoration:underline; }
.all_table_main{ width:100%; }
.table_head{ width:100%; border: 1px solid #e8ebf2; background: #fbfbfc; }
.table_row{ width:100%; display:table; table-layout:fixed; padding:8px 5px; }
.table_cell{ display:table-cell; vertical-align:middle; padding:0px 10px; }
.table_cell p{ font-size:14px; color:#333333; line-height:1.5em; width:100%; }
.table_head strong{ font-size: 14px; line-height:1.5em; display:block; color:#757575; font-weight:700; }
.table_content{ width:100%; }
.all_table_li{ width: 100%; transition:all 0.100s ease; border-bottom:1px solid #fdfdfd; }
.all_table_li:hover, .all_table_li.active{ background:#f8fcfa; }
.bid_cell1{ width:auto; }
.bid_cell2{ width:30%; }
.bid_cell3{ width:50px;}
.bid_cell4{ width:60px; }
.capability_has_icons{ position:relative; padding-right: 84px; }
.capability_cell_btns{ position:absolute; right:0px; top:50%; margin-top:-15px; width:84px; max-width:84px; padding:0px 0px 0px 10px; display: flex; justify-content: space-between; }
.imp_fieldMaping_table .capability_cell_btns{ opacity:0; visibility:hidden; }
.bid_cell_edit_icon{ width:30px; height:30px; display:block; background:url(../images/pencil.svg) no-repeat center center; background-size:auto 18px !important; transition:all 0.100s ease; }
.all_table_li .hash_tag{ font-size:15px;}
.bid_table_userInfo{ position:relative; min-height:44px; padding-left:60px; }
.bid_userAvatar{ width:40px; height:40px; position:absolute; left:0px; top:0px; border:2px solid #F3F3F3; border-radius:50%; }
.bid_userAvatar img{ width:100%; height:100%; display:block; max-width:none; margin:auto; }
.bid_table_userInfo strong{ font-size:16px; color:#333333; line-height:1.5em; display:block; font-weight:600; padding-top:8px; }
.bidCell_icon{ opacity:0; visibility:hidden; transition:all 0.100s ease; }
.all_table_li:hover .bidCell_icon, .all_table_li.active .bidCell_icon{ opacity:1; visibility:visible; }
.createNew_bid_popup .uploadImages_row{ max-width:420px; padding-top:20px; }
.bid_priceField i{ display:inline-block; position:absolute; right:0px; top:0px; font-size: 16px; line-height: 22px; color: #D2D2D2; font-weight: 400; padding: 12px 15px; font-style:normal; }
.bid_priceField input{ text-align:center; font-size:18px; font-weight:600; }
.add_bid_save_btn{ margin-top:20px; }
.bid_share_list{ width:100%; padding-top:30px; }
.bid_share_list ul{ font-size:0px; text-align:center; margin:0px -15px; }
.bid_share_list ul li{ display:inline-block; vertical-align:top; width:25%; padding:0px 15px 30px 15px; font-size:16px; }
.bid_share_list ul li a{ display:block; box-shadow:9px 12px 15px rgba(141,141,141,0.16); width:100%; border-radius:14px; transition:all 0.100s ease; }
.bid_share_list ul li a img{ display:block; width:100%; height:auto; }
.bid_share_pop_title{ position:relative; }
.bid_share_copyLink{ position:absolute; right:0px; top:0px; padding:6px 15px 6px 50px; display:inline-block; color:#000000; font-size:12px; border:1px solid #EBEAEB; border-radius:30px; background:url(../images/copy.svg) no-repeat left 15px center; background-size:18px auto; transition:all 0.100s ease; }
.bid_share_copyLink:hover{ background-color:#f8fcfa; border-color:#81E1BA; }
.bid_share_list ul li a:hover, .bid_share_list ul li a.active{ box-shadow:0px 0px 10px rgba(141,141,141,0.36); opacity:0.7; }
.product_approvedBid_title{ padding-right:60px; position:relative; }
.product_approvedBid_title_edit{ width:44px; height:44px; border-radius:5px; background-color:#979998 !important; font-size:0px; position:absolute; right:0px; top:10px; background:url(../images/pencil_white.svg) no-repeat center center; background-size:auto 16px !important; transition:all 0.100s ease; }
.product_approvedBid_title_edit:hover, .product_approvedBid_title_edit.active{ background-color: #4ec494 !important; border-color: #4ec494 !important; }
.bid_approved_tbl_icon{ display:block; width:32px; height:32px; border-radius:5px; background-color:#81e1ba !important; font-size:0px; background:url(../images/double_tick.svg) no-repeat center center; background-size:auto 12px !important; transition:all 0.100s ease; }
.bid_approved_tbl_icon.bid_approved_delete{ background-color:#DF9999 !important; background:url(../images/delete_trash.svg) no-repeat center center; background-size:auto 14px !important;}
.sponsors_title{ width:100%; padding-bottom:30px; }
.sponsors_title h2{ font-size:22px; line-height:1.5em; color:#000000; font-weight:600; padding-bottom:4px; }
.sponsors_title p{ font-size:16px; line-height:1.5em; color:#000000; font-weight:200; padding-bottom:15px; }
.sponsors_list{ width:100%; padding-top:20px; }
.sponsors_list ul{ font-size:0px; margin:0px -20px; }
.sponsors_list ul li{ display:inline-block; vertical-align:middle; padding:0px 20px 40px 20px; min-width:14%; }
.sponsors_logo{ display:block; }
.sponsors_logo img{ max-width:140px; max-height:66px; display:block; margin:auto; }
.contact_us_content{padding-bottom:30px; min-height:calc(100vh - 186px); }
.contactUs_message_area{ height:250px; }
.contact_us_footer{ width:100%; display:flex; justify-content:space-between; align-content:flex-start; align-items:center; }
.contact_us_footer_left strong{ font-size:18px; line-height:1.5em; color:#000000; font-weight:600; padding-bottom:4px; display:block; }
.contact_us_footer_left a{ font-size:18px; line-height:1.5em; color:#BCBCBC; font-weight:400; }
.contact_us_footer_left a:hover{ text-decoration:underline; }
.contact_us_footer_right ul{ font-size:0px; }
.contact_us_footer_right ul li{ display:inline-block; vertical-align:top; padding-left:10px; }
.contact_us_footer_right ul li:first-child{ padding-left:0px; }
.contact_us_footer_right ul li a{ display:block; padding:10px; }
.contact_us_footer_right ul li a img{ max-height:28px; display:block; margin:auto; max-width:none; }
.current_balance_content{ width:100%; }
.balance_headline{ width:100%; display:flex; justify-content:space-between; align-content:center; align-items:center; padding-bottom:40px; }
.balance_headline_text{ padding-right:30px;}
.balance_headline_text h3{ font-size:22px; line-height:1.5em; color:#000000; font-weight:400; padding-bottom:10px; }
.balance_headline_text h2{ font-size:60px; line-height:1.2em; color:#000000; font-weight:700; }
.balance_headline_text small{ display:block; font-size:22px; line-height:1.2em; color:#BEBEBE; font-weight:400; }
.balance_add_btn{ padding-left:30px !important; }
.balance_transection_title{ width:100%; display:flex; justify-content:space-between; align-content:center; align-items:center; padding-bottom:15px; }
.balance_transection_title strong{ font-size:16px; line-height:1.5em; color:#000000; font-weight:600; }
.more_Link{ font-size:12px; line-height:1.5em; color:#0D182F; font-weight:400; display:inline-block; vertical-align:top; padding-right:22px; background:url(../images/arrow_show_more.svg) no-repeat right center; background-size:12px auto !important;}
.more_Link:hover{ text-decoration:underline; }
.latest_transection_list{ width:100%; }
.latest_transection_list ul{ font-size:0px; margin:0px -10px; }
.latest_transection_list ul li{ width:50%; padding:0px 10px 10px 10px; display:inline-block; vertical-align:top; }
.latest_transection_list_box{ width:100%; padding:10px 15px; background:#FBFBFB; border-radius:8px; display:flex; justify-content:space-between; align-content:center; align-items:center; flex-wrap:wrap; }
.latest_transection_list_box span{ display:inline-block; vertical-align:top; font-size:17px; color:#191919; line-height:1.5em; padding-right:20px; }
.latest_transection_list_box small{ display:inline-block; vertical-align:top; font-size:12px; color:#868686; line-height:1.5em; margin-left:0px; }
.saved_ac_row{ width:100%; display:table; table-layout:fixed; }
strong.saved_ac_cell{ width:100px; padding-right:10px; font-size:18px; color:#000000; font-weight:600; }
.saved_ac_cell.saved_ac_creatNew{ width:60px; padding-left:10px; }
.saved_ac_cell{ display:table-cell; vertical-align:middle; }
.saved_ac_cell.saved_ac_box{ width:auto; }
.selectbox_dropdown{ background:#fff; position:absolute; left:0px; top:100%; margin-top:1px !important; box-shadow: 0px 0px 8px 0px rgba(145, 145, 145, 0.5); border-radius:3px; width:100%; max-height:150px; overflow-x:hidden; overflow-y:auto; display:none; z-index:34; margin-left:0px !important; margin-right:0px !important; }
.selectbox_dropdown.sel_showOnTop{ top:initial !important; bottom:100% !important; }
.selectbox_dropdown li { list-style: none; float: none; width: 100% !important; padding: 8px 8px 8px !important; color: #002257; font-size: 14px; line-height:1.5em; border-bottom: 0px!important; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-weight:400; cursor:pointer; }
.selectbox_dropdown li:hover, .selectbox_dropdown li.active{ background:#FBFBFB !important; }
.saved_card_info{ display:block; white-space:nowrap; }
.saved_card_info img{ display:inline-block; vertical-align:top; margin-left:10px; max-width:26px; width:100%; height:auto; }
.saved_creatNewCard_btn{ width:48px; height:48px; border:1.5px solid #81E1BA; border-radius:7px; display:block; background:url(../images/plus_green.svg) no-repeat center center; background-size:20px auto !important; transition:all 0.100s ease; }
.saved_creatNewCard_btn:hover{ background-color:#fdfffe; }
.balance_add_popup .uploadImages_row{ max-width:420px; padding-top:20px; }
.pt_10{ padding-top:10px !important; }
.pt_20{ padding-top:20px !important; }
.pt_30{ padding-top:30px !important; }
.dark_selectbox .selectbox_span{ border-color:#fbfbfb; background-color:#fbfbfb !important;}
.balance_newCard_popup .uploadImages_row{ max-width:420px; padding-top:20px; }
.balance_newCard_popup .form_field input{ padding-left:60px !important; }
.balance_newCard_popup .newCrd_card_number_field{ background:url(../images/credit_card.svg) no-repeat left 18px center; background-size:20px auto; }
.balance_newCard_popup .newCrd_expiry_date_field{ background:url(../images/calendar.svg) no-repeat left 18px center; background-size:20px auto; }
.balance_newCard_popup .newCrd_cvv_field{ background:url(../images/cvv.svg) no-repeat left 18px center; background-size:20px auto; }
.balance_newCard_popup .newCrd_card_holder_name_field{ background:url(../images/card_holder_user.svg) no-repeat left 18px center; background-size:18px auto; }
.cardSaved_check{ display:inline-block; vertical-align:top; position:relative; font-size:17px; line-height:1.5em; color:#484848; padding:5px 0px 5px 46px; background:url(../images/card_sav_unchecked.svg) no-repeat left 2px; background-size:30px auto !important; }
.cardSaved_check.checked{ background:url(../images/card_sav_checked.svg) no-repeat left 2px; }
.cardSaved_check input{ width:100%; height:100%; position:absolute; left:0px; top:0px; opacity:0; cursor:pointer; }
/**********start chat style**********/
.chat_main{ width:100%; }
.chat_menu_icon, .chat_menu_close{ display:none; }
.chat_menu_icon{ top:15px; left:10px; }
.chat_menu_close{ top:13px; left:10px; }
.chat_inner{ width:100%; height:100%; display:table; table-layout:fixed; }
.chat_left{ width:230px; height:100%; display:table-cell; vertical-align:top; }
.chat_left_inner{ width:100%; height:100%; border-radius: 3px; }
.chat_header{ width:100%; padding:0px 15px 5px 0px; position:relative; font-size:0px; }
.chat_header figure{ width:36px; height:36px; display:inline-block; border-radius:50%; overflow:hidden; vertical-align:middle; margin-right:20px; }
.chat_header figure img{ width:100%; height:100%; display:block; margin:auto; object-fit:cover; }
.chat_header strong{ font-size:14px; line-height:1.5em; display:inline-block; vertical-align:middle; color:#919191; font-weight:700; }
.chatViewAll_link{ float:right; display:inline-block; vertical-align:top; font-size:11px; line-height:1.5em; color:#81E1BA; padding-right:18px; background:url(../images/double_arrow_right.svg) no-repeat right center; background-size:9px auto; margin-top:5px; }
.chatViewAll_link:hover{ text-decoration:underline; }
.chat_lb_scroll{ width:100%; height:calc(100vh - 202px); min-height:300px; overflow-y: auto; overflow-x:hidden; -webkit-overflow-scrolling: touch; }
.mCSB_scrollTools .mCSB_dragger{ background:#47803b; width: 4px !important; }
.mCSB_scrollTools .mCSB_draggerContainer{ background:#e6e6e6 !important; width: 4px !important; }
.chat_lb_scroll .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .chat_lb_scroll .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background:transparent; }
.chat_listing{ width:100%; padding:15px 0px; }
.chat_listing ul li{ width:100%;
transition: all 0.175s ease;
-moz-transition: all 0.175s ease;
-ms-transition: all 0.175s ease;
-o-transition: all 0.175s ease;
-webkit-transition: all 0.175s ease; padding-bottom:4px;}
.chat_listInn{ width:100%; position:relative; padding:10px 10px 10px 70px; cursor:pointer; color:#fff; transition: all 0.175s ease;
-moz-transition: all 0.175s ease;
-ms-transition: all 0.175s ease;
-o-transition: all 0.175s ease;
-webkit-transition: all 0.175s ease; min-height:34px;}
.chat_listInn.active, .chat_listInn:hover{ background:#fdfffe ; }
.chat_listInn.active .chat_userName strong, .chat_listInn:hover .chat_userName strong{ color:#000; }
.chat_listPic{ width:30px; height:30px; position:absolute; left:30px; top:6px; }
.chat_listPic figure{ width:100%; height:100%; display:block; border-radius:4px; overflow:hidden; }
.chat_listPic figure img{ width:100%; height:100%; display:block; margin:auto; object-fit:cover; }
.chat_userName{ width:100%; }
.chat_userName strong{ font-size:13px; line-height:1.5em; padding-top:2px; color:#B5B5B5; text-overflow:ellipsis; width:100%; white-space:nowrap; overflow:hidden; font-weight:400; display:block; }
.chat_userName p{ font-size:12px; line-height:16px; color:#444545; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.chatBox_status{ width:8px; height:8px; border-radius:50%; background:#aad4a9; position:absolute; left:-22px; top:10px; border:1px solid #aad4a9; }
.chatBox_status.away{ background:#f98900; border:1px solid #f98900; }
.chatBox_status.do_not_distrub{ background:#e81123; border:1px solid #e81123; }
.chatBox_status.offline{ background:#dcdcdc; border:1px solid #dcdcdc; }
.chtBox_pendingMsg{ height:18px; display:inline-block; line-height:16px; padding:0px 2px; text-align:center; border-radius:50%; background:#fff; position:absolute; right:10px; top:13px; min-width:18px; font-size:10px; color:#81E1BA; border:1px solid #81E1BA; }
.chat_right{ width:auto; display:table-cell; vertical-align:top; border-left:1px solid #F5F5F5; }
.chat_right_inner{ width:100%; }
.chat_right_scroll{ width:100%; height:calc(100vh - 298px); min-height:300px; overflow-y: auto; overflow-x:hidden; -webkit-overflow-scrolling: touch; }
.chat_right_header{ width:100%; padding:12px 15px 12px 76px; position:relative; font-size:0px; min-height:40px; }
.chat_right_header h3{ font-size:20px; line-height:1.5em; display:inline-block; vertical-align:middle; color:#000000; font-weight:600; }
.chart_right_backArrow{ width:40px; height:40px; border-radius:50%; background-color:#FDFDFD !important; cursor:pointer; position:absolute; left:20px; top:6px; background:url(../images/back_arrow_black.svg) no-repeat center center; background-size:8px auto; transition:all 0.100s ease; }
.chart_right_backArrow:hover{ opacity:0.8; }
.chatBox_out{ width:100%; height:470px; display:table; table-layout:fixed; padding:20px; }
.chatBox_inner{ width:100%; height:100%; display:table-cell; vertical-align:bottom; }
.chatBox_detail{ width:100%; padding-right:20px; }
.userMessage{ width:100%; overflow:hidden; position:relative; border-bottom:1px solid #f6f6f6; margin-bottom:15px; padding-bottom:15px; }
.userMessage_boxOut{ width:100%; padding-left:60px; }
.userMessage_box p{ color:#000000; font-size:13px; line-height:1.5em; font-weight:400; padding-bottom:15px; }
.userMessage_box p:last-child{ padding-bottom:0px; }
.userMessage_box p strong{ font-weight:600; }
.userMessage_box p strong a{ color:#000000; }
.chat_img{ width:100%; padding-bottom:15px; }
.chat_img:last-child{ padding-bottom:0px; }
.chat_img a{ display:inline-block; }
.userMessage_box img{ display:block; max-width: 300px; max-height: 200px; border-radius:5px;}
.userMessage_box_title{ font-size:13px; line-height:1.5em; color:#000000; font-weight:600; position:relative; padding-bottom:6px; }
.userMessageTime{ font-size:12px; line-height:14px; color:#8D8D8D; display:inline-block; padding:2px 0px 0px 10px; font-weight:400; vertical-align:top; }
.userMessage_sendrPicBox{ width:100%; max-width:40px; position:absolute; left:0px; top:0px; overflow:hidden; }
.userMessage_sendrPic{ width:42px; height:42px; display:block; border-radius:4px; overflow:hidden; margin-bottom:4px; }
.userMessage_sendrPic img{ width:100%; height:100%; display:block; margin:auto; object-fit:cover; }
.isUser_typing{ width:100%; height:42px; position:relative; padding:8px 8px 8px 56px; }
.isUser_typing .userMessage_sendrPic{ position:absolute; left:0px; top:0px; margin:0px; }
.isUser_typingLoadrBox{ width:60px; border-radius:50px; padding:10px 10px 10px 10px; background:#eaeaea; }
#three-circle-loader,
#three-circle-loader:before,
#three-circle-loader:after {
border-radius: 50%;
width:8px;
height: 8px;
animation: threeCircleLoader 1.8s infinite ease-in-out; background:#cacaca;
}
#three-circle-loader {
margin:0px auto auto auto;
position: relative;
animation-delay: -0.15s;
}
#three-circle-loader:before,
#three-circle-loader:after {
content: '';
position: absolute;
}
#three-circle-loader:before {
left: -12px;
animation-delay: -0.30s;
}
#three-circle-loader:after {
left:12px;
}
@keyframes threeCircleLoader {
0%,
80%,
100% {
background:#cacaca;
}
40% {
background:#888888;
}
}
.chatBox_typeMsg_out{ min-width:100%; margin-top:10px; position:relative; border-top:1px solid #f6f6f6; }
.chatBox_typeMsg_area{ width:100%; padding:0px 110px 0px 80px; position:relative; }
.chatBox_typeMsg_area textarea{ padding:20px 15px 10px 15px; width:100%; height:60px; line-height:1.5em; font-size:15px; display:block; }
.chatBox_sendBtn{ width: 40px; height: 40px; cursor: pointer; transition: all 0.175s ease-in-out; border:1px solid #81E1BA; display:inline-block; border-radius: 50% !important; background:url(../images/send.svg) no-repeat 13px center; background-size:16px auto; background-color:#81E1BA; position:absolute; right:10px; bottom:11px; }
.chatBox_sendBtn:hover{ background-color: #a1a1a1; border-color:#a1a1a1; }
.chatVoiceUpload{ width:30px; height:22px; position:absolute; left:15px; bottom:18px; }
.chatVoiceUpload label{ width:100%; height:100%; display:block; position:relative; transition: all 0.175s ease-in-out; }
.chatVoiceUpload label img{ display:block; }
.chatVoiceUpload label input{ width:100%; height:100%; position:absolute; left:0px; top:0px; cursor:pointer; opacity:0; font-size:0px; }
.chatVoiceUpload.chat_voiceMsg_btn{ left:56px;}
.chat_emoji{ width:26px; height:26px; position:absolute; right:70px; bottom:18px; }
.chat_emoji a{ width:100%; height:100%; display:block; transition: all 0.175s ease-in-out; }
.chat_emoji a img{ display:block; }
.chat_emoji a:hover, .chatUploadPic label:hover{ opacity:0.8; }
.chat_emoji_dropdown{ width:252px; height:220px; position:absolute; right:-20px; bottom:100%; overflow-y:auto; overflow-x:hidden; background:#fff; z-index:223; box-shadow:0px 0px 14px rgba(0,0,0,0.17); border-radius:10px 10px 10px 10px; display:none; }
.chat_emoji_list{ width:100%; }
.chat_emoji_list ul { font-size:0px; padding:10px 10px; }
.chat_emoji_list ul li{ padding:10px 5px; display:inline-block; vertical-align:top; }
.chat_emoji_list ul li a{ display:block; width:32px; height:32px; }
.chat_emoji_list ul li a img{ display:block; width:100%; height:100%; max-width:none; }
.search_select_out.error_stroke .select2-container--default .select2-selection--single{ border-color:#d32e2e !important; }
.chat_emoji_pick span{ display:block; font-size:24px; line-height:32px; }
/* width */
.chat_inner ::-webkit-scrollbar {
width: 6px; border-radius:4px;
}
/* Track */
.chat_inner ::-webkit-scrollbar-track {
background: #fcfcfc; border-radius:4px;
}
/* Handle */
.chat_inner ::-webkit-scrollbar-thumb {
background: #81e1ba; border-radius:4px;
}
/* Handle on hover */
.chat_inner ::-webkit-scrollbar-thumb:hover {
background: #81e1ba; border-radius:4px;
}
.uploadable_img_thumb{ width:100%; padding:10px 10px 10px 10px; font-size:0px; border-bottom: 1px solid #edf0f2; }
.uploadable_img_box{ width:60px; height:60px; position:relative; display:inline-block; vertical-align:top; margin-right:40px; }
.uploadable_img_box span{ width:100%; height:60px; display:block; border-radius:3px; overflow:hidden; }
.uploadable_img_box img{ width:100%; height:100%; display:block; object-fit:cover; }
.uploadable_img_close{ width:30px; height:30px; display:block; background:url(../images/popup_close.svg) no-repeat center center; background-size:12px auto; border:1px solid transparent; transition: all 0.175s ease; border-radius:3px; position:absolute; right:-25px; top:-15px; cursor:pointer; }
/****chat box style end************/
.field_has_eye_icon{ padding-right:50px !important; }
.user_info_mob, .header_searchMob_li{ display:none !important; }
.popup_mob_close{ display:none; } | 0.244003 | 0.079353 |
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
html,body{
display: grid;
height: 100%;
place-items: center;
text-align: center;
background: #000;
}
.container{
position: relative;
width: 400px;
background: #111;
padding: 20px 30px;
border: 1px solid #444;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.container .post{
display: none;
}
.container .text{
font-size: 25px;
color: #666;
font-weight: 500;
}
.container .edit{
position: absolute;
right: 10px;
top: 5px;
font-size: 16px;
color: #666;
font-weight: 500;
cursor: pointer;
}
.container .edit:hover{
text-decoration: underline;
}
.container .star-widget input{
display: none;
}
.star-widget label{
font-size: 40px;
color: #444;
padding: 10px;
float: right;
transition: all 0.2s ease;
}
input:not(:checked) ~ label:hover,
input:not(:checked) ~ label:hover ~ label{
color: #fd4;
}
input:checked ~ label{
color: #fd4;
}
input#rate-5:checked ~ label{
color: #fe7;
text-shadow: 0 0 20px #952;
}
#rate-1:checked ~ form header:before{
content: "I just hate it 😠";
}
#rate-2:checked ~ form header:before{
content: "I don't like it 😒";
}
#rate-3:checked ~ form header:before{
content: "It is awesome 😄";
}
#rate-4:checked ~ form header:before{
content: "I just like it 😎";
}
#rate-5:checked ~ form header:before{
content: "I just love it 😍";
}
.container form{
display: none;
}
input:checked ~ form{
display: block;
}
form header{
width: 100%;
font-size: 25px;
color: #fe7;
font-weight: 500;
margin: 5px 0 20px 0;
text-align: center;
transition: all 0.2s ease;
}
form .textarea{
height: 100px;
width: 100%;
overflow: hidden;
}
form .textarea textarea{
height: 100%;
width: 100%;
outline: none;
color: #eee;
border: 1px solid #333;
background: #222;
padding: 10px;
font-size: 17px;
resize: none;
}
.textarea textarea:focus{
border-color: #444;
}
form .btn{
height: 45px;
width: 100%;
margin: 15px 0;
}
form .btn button{
height: 100%;
width: 100%;
border: 1px solid #444;
outline: none;
background: #222;
color: #999;
font-size: 17px;
font-weight: 500;
text-transform: uppercase;
cursor: pointer;
transition: all 0.3s ease;
}
form .btn button:hover{
background: #1b1b1b;
} | Star Rating System/style.css | @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
html,body{
display: grid;
height: 100%;
place-items: center;
text-align: center;
background: #000;
}
.container{
position: relative;
width: 400px;
background: #111;
padding: 20px 30px;
border: 1px solid #444;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.container .post{
display: none;
}
.container .text{
font-size: 25px;
color: #666;
font-weight: 500;
}
.container .edit{
position: absolute;
right: 10px;
top: 5px;
font-size: 16px;
color: #666;
font-weight: 500;
cursor: pointer;
}
.container .edit:hover{
text-decoration: underline;
}
.container .star-widget input{
display: none;
}
.star-widget label{
font-size: 40px;
color: #444;
padding: 10px;
float: right;
transition: all 0.2s ease;
}
input:not(:checked) ~ label:hover,
input:not(:checked) ~ label:hover ~ label{
color: #fd4;
}
input:checked ~ label{
color: #fd4;
}
input#rate-5:checked ~ label{
color: #fe7;
text-shadow: 0 0 20px #952;
}
#rate-1:checked ~ form header:before{
content: "I just hate it 😠";
}
#rate-2:checked ~ form header:before{
content: "I don't like it 😒";
}
#rate-3:checked ~ form header:before{
content: "It is awesome 😄";
}
#rate-4:checked ~ form header:before{
content: "I just like it 😎";
}
#rate-5:checked ~ form header:before{
content: "I just love it 😍";
}
.container form{
display: none;
}
input:checked ~ form{
display: block;
}
form header{
width: 100%;
font-size: 25px;
color: #fe7;
font-weight: 500;
margin: 5px 0 20px 0;
text-align: center;
transition: all 0.2s ease;
}
form .textarea{
height: 100px;
width: 100%;
overflow: hidden;
}
form .textarea textarea{
height: 100%;
width: 100%;
outline: none;
color: #eee;
border: 1px solid #333;
background: #222;
padding: 10px;
font-size: 17px;
resize: none;
}
.textarea textarea:focus{
border-color: #444;
}
form .btn{
height: 45px;
width: 100%;
margin: 15px 0;
}
form .btn button{
height: 100%;
width: 100%;
border: 1px solid #444;
outline: none;
background: #222;
color: #999;
font-size: 17px;
font-weight: 500;
text-transform: uppercase;
cursor: pointer;
transition: all 0.3s ease;
}
form .btn button:hover{
background: #1b1b1b;
} | 0.276788 | 0.05328 |
#slide-test-1 {
background: #222222;
height:50px;
padding-top:50px;
padding-left:50px;
}
#slide-test-3 {
background: black;
height:50px;
padding-top:50px;
padding-left:50px;
}
html {
--slider-active-color: #37adbf;
--slider-inactive-color: #b2b2b2;
}
html #slide-test-2 {
--slider-active-color: red;
--slider-inactive-color: #b2b2b2;
}
html #slide-test-3 {
--slider-active-color: yellow;
--slider-inactive-color: white;
}
html #slide-test-4 {
--slider-active-color: green;
--slider-inactive-color: black;
}
html #slide-test-5 {
--slider-active-color: black;
--slider-inactive-color: green;
}
#slide-test-2 .range-labels .active {
font-weight: bold;
}
#slide-test-3 .range-labels .active {
font-weight: bold;
}
#slide-test-5 .range-labels .active {
font-weight: 900;
font-size: 120%;
}
#slide-test-4 .range {
position: relative;
width: 370px;
height: 5px;
}
#slide-test-5 .range {
position: relative;
width: 185px;
height: 5px;
}
/* ^jxmot customizing */
body {
padding: 100px;
}
.range {
position: relative;
width: 550px;
height: 5px;
}
.range input {
width: 100%;
position: absolute;
height: 0;
-webkit-appearance: none;
}
.range input::-webkit-slider-thumb {
-webkit-appearance: none;
width: 18px;
height: 18px;
margin: -8px 0 0;
border-radius: 50%;
background: var(--slider-active-color);
cursor: pointer;
border: 0 !important;
}
.range input::-moz-range-thumb {
width: 18px;
height: 18px;
margin: -8px 0 0;
border-radius: 50%;
background: var(--slider-active-color);
cursor: pointer;
border: 0 !important;
}
.range input::-ms-thumb {
width: 18px;
height: 18px;
margin: -8px 0 0;
border-radius: 50%;
background: var(--slider-active-color);
cursor: pointer;
border: 0 !important;
}
.range input::-webkit-slider-runnable-track {
width: 100%;
height: 2px;
cursor: pointer;
background: var(--slider-inactive-color);
}
.range input::-moz-range-track {
width: 100%;
height: 2px;
cursor: pointer;
background: var(--slider-inactive-color);
}
.range input::-ms-track {
width: 100%;
height: 2px;
cursor: pointer;
background: var(--slider-inactive-color);
}
.range input:focus {
background: none;
outline: none;
}
.range-labels {
margin: 18px -41px 0;
padding: 0;
list-style: none;
}
.range-labels li {
position: relative;
float: left;
width: 90.25px;
text-align: center;
color: var(--slider-inactive-color);
font-size: 14px;
cursor: pointer;
}
.range-labels li::before {
position: absolute;
top: -25px;
right: 0;
left: 5px;
content: "";
margin: 0 auto;
width: 9px;
height: 9px;
background: var(--slider-inactive-color);
border-radius: 50%;
}
.range-labels .active {
color: var(--slider-active-color);
}
.range-labels .selected::before {
background: var(--slider-active-color);
}
.range-labels .active.selected::before {
display: none;
} | assets/css/slider.css | #slide-test-1 {
background: #222222;
height:50px;
padding-top:50px;
padding-left:50px;
}
#slide-test-3 {
background: black;
height:50px;
padding-top:50px;
padding-left:50px;
}
html {
--slider-active-color: #37adbf;
--slider-inactive-color: #b2b2b2;
}
html #slide-test-2 {
--slider-active-color: red;
--slider-inactive-color: #b2b2b2;
}
html #slide-test-3 {
--slider-active-color: yellow;
--slider-inactive-color: white;
}
html #slide-test-4 {
--slider-active-color: green;
--slider-inactive-color: black;
}
html #slide-test-5 {
--slider-active-color: black;
--slider-inactive-color: green;
}
#slide-test-2 .range-labels .active {
font-weight: bold;
}
#slide-test-3 .range-labels .active {
font-weight: bold;
}
#slide-test-5 .range-labels .active {
font-weight: 900;
font-size: 120%;
}
#slide-test-4 .range {
position: relative;
width: 370px;
height: 5px;
}
#slide-test-5 .range {
position: relative;
width: 185px;
height: 5px;
}
/* ^jxmot customizing */
body {
padding: 100px;
}
.range {
position: relative;
width: 550px;
height: 5px;
}
.range input {
width: 100%;
position: absolute;
height: 0;
-webkit-appearance: none;
}
.range input::-webkit-slider-thumb {
-webkit-appearance: none;
width: 18px;
height: 18px;
margin: -8px 0 0;
border-radius: 50%;
background: var(--slider-active-color);
cursor: pointer;
border: 0 !important;
}
.range input::-moz-range-thumb {
width: 18px;
height: 18px;
margin: -8px 0 0;
border-radius: 50%;
background: var(--slider-active-color);
cursor: pointer;
border: 0 !important;
}
.range input::-ms-thumb {
width: 18px;
height: 18px;
margin: -8px 0 0;
border-radius: 50%;
background: var(--slider-active-color);
cursor: pointer;
border: 0 !important;
}
.range input::-webkit-slider-runnable-track {
width: 100%;
height: 2px;
cursor: pointer;
background: var(--slider-inactive-color);
}
.range input::-moz-range-track {
width: 100%;
height: 2px;
cursor: pointer;
background: var(--slider-inactive-color);
}
.range input::-ms-track {
width: 100%;
height: 2px;
cursor: pointer;
background: var(--slider-inactive-color);
}
.range input:focus {
background: none;
outline: none;
}
.range-labels {
margin: 18px -41px 0;
padding: 0;
list-style: none;
}
.range-labels li {
position: relative;
float: left;
width: 90.25px;
text-align: center;
color: var(--slider-inactive-color);
font-size: 14px;
cursor: pointer;
}
.range-labels li::before {
position: absolute;
top: -25px;
right: 0;
left: 5px;
content: "";
margin: 0 auto;
width: 9px;
height: 9px;
background: var(--slider-inactive-color);
border-radius: 50%;
}
.range-labels .active {
color: var(--slider-active-color);
}
.range-labels .selected::before {
background: var(--slider-active-color);
}
.range-labels .active.selected::before {
display: none;
} | 0.338842 | 0.140013 |
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Crimson Text", serif;
}
.cart-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cart-header h1 {
padding: 50px 0 0 0;
text-transform: uppercase;
text-align: center;
font-size: 25px;
font-weight: 300px;
letter-spacing: 1px;
}
.cart-list {
display: table;
table-layout: auto;
border-spacing: 0 30px;
width: 100%;
}
.cart-list .cart-head {
display: table-header-group;
}
.cart-list .cart-head .head-item {
display: table-cell;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
font-size: 14px;
font-weight: 500;
color: #1c1b1b;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.cart-list .cart-head .head-item.total {
text-align: right;
}
.important-section {
padding: 30px 0 0 30px;
}
.important-section .important-notes {
padding: 1rem;
}
.cart-item {
display: table-row;
table-layout: fixed;
margin: 30px 0;
}
.cart-item .item-img {
display: table-cell;
vertical-align: middle;
position: relative;
display: table-cell;
}
.cart-item .item-img img {
width: 120px;
}
.item-info {
max-width: 300px;
display: table-cell;
}
.item-info .item-title {
color: #1c1b1b;
font-size: 18px;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-transform: uppercase;
margin-top: 0;
padding-bottom: 5px;
padding-left: 20px;
}
.item-info .item-propertys {
list-style: none;
margin-bottom: 0.45em;
padding-left: 20px;
font-size: 14px;
}
.item-price {
display: table-cell;
text-align: right;
vertical-align: middle;
font-size: 20px;
}
.cart-footer {
width: 100%;
padding-top: 25px;
border-top: 1px solid #ddd;
}
/*# sourceMappingURL=main.css.map */ | view-cart/main.css | @import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Crimson Text", serif;
}
.cart-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cart-header h1 {
padding: 50px 0 0 0;
text-transform: uppercase;
text-align: center;
font-size: 25px;
font-weight: 300px;
letter-spacing: 1px;
}
.cart-list {
display: table;
table-layout: auto;
border-spacing: 0 30px;
width: 100%;
}
.cart-list .cart-head {
display: table-header-group;
}
.cart-list .cart-head .head-item {
display: table-cell;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
font-size: 14px;
font-weight: 500;
color: #1c1b1b;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.cart-list .cart-head .head-item.total {
text-align: right;
}
.important-section {
padding: 30px 0 0 30px;
}
.important-section .important-notes {
padding: 1rem;
}
.cart-item {
display: table-row;
table-layout: fixed;
margin: 30px 0;
}
.cart-item .item-img {
display: table-cell;
vertical-align: middle;
position: relative;
display: table-cell;
}
.cart-item .item-img img {
width: 120px;
}
.item-info {
max-width: 300px;
display: table-cell;
}
.item-info .item-title {
color: #1c1b1b;
font-size: 18px;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-transform: uppercase;
margin-top: 0;
padding-bottom: 5px;
padding-left: 20px;
}
.item-info .item-propertys {
list-style: none;
margin-bottom: 0.45em;
padding-left: 20px;
font-size: 14px;
}
.item-price {
display: table-cell;
text-align: right;
vertical-align: middle;
font-size: 20px;
}
.cart-footer {
width: 100%;
padding-top: 25px;
border-top: 1px solid #ddd;
}
/*# sourceMappingURL=main.css.map */ | 0.286768 | 0.068881 |
.entry-info-table th[scope=row] {
color: #af6b58 !important;
font-weight: bold !important;
}
body {
font-family: 'Montserrat', sans-serif !important;
}
span.f-page-formula {
color: black;
margin: 10px;
padding: 10px;
background-color: #d5ded3;
display:inline-block;
}
.navbar-brand {
color: #af6b58 !important;
font-size: 1.8rem !important;
}
.nav-link.active{
color: #2e332d !important;
}
.nav-item {
color: #2e332d !important;
font-size: 1.3rem !important;
}
.jumbotron-image {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-image: url("../img/banner.png")!important;
}
.jumbotron {
padding: 15rem 2rem !important;
margin-bottom: 0 !important;
}
#overview-left {
background-color: #2e332d;
}
#overview-right {
background-color: #373b36;
}
#overview-left, #overview-right {
padding: 6rem 10rem !important;
}
.btn {
background-color: #af6b58 !important;
outline-color: #af6b58 !important;
margin-top: 2rem !important;
}
#team-list-btn, .featurette-heading {
color: #af6b58 !important;
}
.basic-content {
margin-top: 10rem !important;
}
main {
min-height: calc(100vh - 80px);
}
.caret-up-btn {
position: fixed;
margin-left: 20px;
color: grey;
}
.constructions{
-webkit-column-width: 200px;
-moz-column-width: 200px;
column-width: 200px;
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
-webkit-column-rule: 1px solid #93a88f;
-moz-column-rule: 1px solid #93a88f;
column-rule: 1px solid #93a88f;
}
.main-letter {
color: #af6b58 !important;
font-weight: bold !important;
}
.slider-label {
background-color: #f8f9fa;
border: 0;
color: #af6b58;
font-weight: bold;
width: 70px;
}
#formula-examples {
max-width: 1320px !important;
}
#search-title, #filter-title {
color: #737a71 !important;
font-weight: bold !important;
}
footer {
overflow: hidden;
background-color: #737a71;
}
#team-members-table {
font-size: 1.25rem !important;
} | hseling-web-iceform/hseling_web_iceform/static/css/icelandic.css | .entry-info-table th[scope=row] {
color: #af6b58 !important;
font-weight: bold !important;
}
body {
font-family: 'Montserrat', sans-serif !important;
}
span.f-page-formula {
color: black;
margin: 10px;
padding: 10px;
background-color: #d5ded3;
display:inline-block;
}
.navbar-brand {
color: #af6b58 !important;
font-size: 1.8rem !important;
}
.nav-link.active{
color: #2e332d !important;
}
.nav-item {
color: #2e332d !important;
font-size: 1.3rem !important;
}
.jumbotron-image {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-image: url("../img/banner.png")!important;
}
.jumbotron {
padding: 15rem 2rem !important;
margin-bottom: 0 !important;
}
#overview-left {
background-color: #2e332d;
}
#overview-right {
background-color: #373b36;
}
#overview-left, #overview-right {
padding: 6rem 10rem !important;
}
.btn {
background-color: #af6b58 !important;
outline-color: #af6b58 !important;
margin-top: 2rem !important;
}
#team-list-btn, .featurette-heading {
color: #af6b58 !important;
}
.basic-content {
margin-top: 10rem !important;
}
main {
min-height: calc(100vh - 80px);
}
.caret-up-btn {
position: fixed;
margin-left: 20px;
color: grey;
}
.constructions{
-webkit-column-width: 200px;
-moz-column-width: 200px;
column-width: 200px;
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
-webkit-column-rule: 1px solid #93a88f;
-moz-column-rule: 1px solid #93a88f;
column-rule: 1px solid #93a88f;
}
.main-letter {
color: #af6b58 !important;
font-weight: bold !important;
}
.slider-label {
background-color: #f8f9fa;
border: 0;
color: #af6b58;
font-weight: bold;
width: 70px;
}
#formula-examples {
max-width: 1320px !important;
}
#search-title, #filter-title {
color: #737a71 !important;
font-weight: bold !important;
}
footer {
overflow: hidden;
background-color: #737a71;
}
#team-members-table {
font-size: 1.25rem !important;
} | 0.323273 | 0.120413 |
body {
font-family: Trebuchet MS;
font-size: 15px;
color: #444;
vertical-align: baseline;
text-align: center;
margin: 0;
padding: 0;
position: relative;
}
td {
font-family: Trebuchet MS;
font-size: 15px;
color: #444;
}
.small {
font-family: Trebuchet MS;
font-size: 14px;
color: #444;
}
a:link {
text-decoration: underlined;
color: gray;
}
a:visited {
text-decoration: underlined;
color: gray;
}
a:hover {
color: black;
}
.prettyprint {
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-left-color-value: #CCCCCC;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-style-value: solid;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-left-width-value: 3px;
margin-left: 2em;
padding-bottom: 0.5em;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: 0.5em;
border: 1px solid black;
}
<!--
CLASSES -->.table {
display: table;
border: 0px solid black;
border-spacing: 0px;
padding: 0px;
float: left;
width: 100%;
}
.table-spaced {
display: table;
border: 0px solid transparent;
padding: 0px;
width: 100%;
border-collapse: separate;
}
.cell-double-spaced {
display: table-cell;
float: left;
text-align: justify;
border: 0px solid transparent;
padding: 15px;
}
.table-main {
display: table;
border: 0px solid black;
border-spacing: 0px;
padding: 0px;
float: center;
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.row {
display: table-row;
}
.cell {
display: table-cell;
float: left;
text-align: justify;
padding: 0px;
}
.menu {
font-size: 13px;
color: #A7A4A4;
}
a.menu:hover {
color: white;
}
.title {
font-size: 20px;
}
.centered {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.column1 {
width: 100%;
}
.column2 {
width: 50%;
}
.column3 {
width: 33%;
}
.column4 {
width: 25%;
}
.column5 {
width: 20%;
}
.column6 {
width: 16.6%;
}
.line {
display: table-cell;
border-top-color: #AAAAAA;
border-top-style: solid;
border-top-width: 1px;
position: relative;
top: 2px;
width: 100%;
}
#copyright {
font-size: 11px;
text-align: center;
}
#footer {
background-image: url('images/dark.gif');
background-repeat: repeat-x;
background-position: center top;
}
#logo {
float: left;
border: 0px
}
#spacer-top {
width: 300px;
height: 150px;
//180
px;
}
#spacer-left {
margin-top: 30px;
width: 50px;
}
#header {
width: 480px;
}
#logo_sun {
position: absolute;
top: -50px;
left: -50px;
z-index: 1;
} | kv/src/site/styles/style.css | body {
font-family: Trebuchet MS;
font-size: 15px;
color: #444;
vertical-align: baseline;
text-align: center;
margin: 0;
padding: 0;
position: relative;
}
td {
font-family: Trebuchet MS;
font-size: 15px;
color: #444;
}
.small {
font-family: Trebuchet MS;
font-size: 14px;
color: #444;
}
a:link {
text-decoration: underlined;
color: gray;
}
a:visited {
text-decoration: underlined;
color: gray;
}
a:hover {
color: black;
}
.prettyprint {
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-left-color-value: #CCCCCC;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-style-value: solid;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-left-width-value: 3px;
margin-left: 2em;
padding-bottom: 0.5em;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: 0.5em;
border: 1px solid black;
}
<!--
CLASSES -->.table {
display: table;
border: 0px solid black;
border-spacing: 0px;
padding: 0px;
float: left;
width: 100%;
}
.table-spaced {
display: table;
border: 0px solid transparent;
padding: 0px;
width: 100%;
border-collapse: separate;
}
.cell-double-spaced {
display: table-cell;
float: left;
text-align: justify;
border: 0px solid transparent;
padding: 15px;
}
.table-main {
display: table;
border: 0px solid black;
border-spacing: 0px;
padding: 0px;
float: center;
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.row {
display: table-row;
}
.cell {
display: table-cell;
float: left;
text-align: justify;
padding: 0px;
}
.menu {
font-size: 13px;
color: #A7A4A4;
}
a.menu:hover {
color: white;
}
.title {
font-size: 20px;
}
.centered {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.column1 {
width: 100%;
}
.column2 {
width: 50%;
}
.column3 {
width: 33%;
}
.column4 {
width: 25%;
}
.column5 {
width: 20%;
}
.column6 {
width: 16.6%;
}
.line {
display: table-cell;
border-top-color: #AAAAAA;
border-top-style: solid;
border-top-width: 1px;
position: relative;
top: 2px;
width: 100%;
}
#copyright {
font-size: 11px;
text-align: center;
}
#footer {
background-image: url('images/dark.gif');
background-repeat: repeat-x;
background-position: center top;
}
#logo {
float: left;
border: 0px
}
#spacer-top {
width: 300px;
height: 150px;
//180
px;
}
#spacer-left {
margin-top: 30px;
width: 50px;
}
#header {
width: 480px;
}
#logo_sun {
position: absolute;
top: -50px;
left: -50px;
z-index: 1;
} | 0.312265 | 0.055438 |
div.imbedded-table-tooltip {
border-width: 4px;
width: 500px;
border-style: solid;
border-color: #333;
padding: 5px;
border-radius: 7px;
-moz-border-radius: 7px;
opacity: 0.90;
font-family: "Cuprum", "Helvetica", "sans-serif";
font-size: 16px;
font-weight: bold;
background: #333;
color: white;
}
.imbedded-count-displayer {
margin-left: 10px;
margin-right: 10px;
}
.imbedded-table-container {
margin: 20px;
border-style: solid;
border-width: 4px;
width: 500px;
border-radius: 10px;
-moz-border-radius: 10px;
background: #333;
border-color: #333;
}
.imbedded-table-titlebox {
font-size: 120%;
background: #333;
color: white;
padding: 5px;
}
a.imbedded-table-title {
font-family: "Cuprum", "Helvetica", "sans-serif";
color: white;
}
.imbedded-column-header-row {
font-family: "Cuprum", "Helvetica", "sans-serif";
font-size: 16px;
font-weight: bold;
background: #666;
color: white;
}
.imbedded-table {
border-collapse: collapse;
width: 100%;
}
.firstpage {
display: none;
}
.imbedded-cell {
font-size: 16px;
font-family: "Cuprum", "Helvetica", "sans-serif";
padding: 4px;
}
.imbedded-data-row {
color: #444;
}
.imbedded-cell > a:hover {
color: white;
font-style: bold;
}
.imbedded-cell > a {
color: #444;
}
.imbedded-row-odd {
background: white;
}
.imbedded-row-odd:hover {
background: #A7E1C3;
}
.imbedded-row-even {
background: #d8e4f8;
}
.imbedded-row-even:hover {
background: #A7E1C3;
}
.imbedded-exportlink, .imbedded-pagelink {
font-family: "Cuprum", "Helvetica", "sans-serif";
text-decoration: none;
color: white ! important;
font-size: 13px;
padding-right: 10px;
}
.imbedded-pagelink, .imbedded-mineresultslink {
float: right;
}
.imbedded-table-container > a:hover {
text-decoration: underline;
}
.imbedded-table-expand-help {
color: #666;
float: right;
font-size: 50%;
}
.imbedded-null {
opacity: 0.5;
} | intermine/webservice/client/javascript/imbedding/0.1/style/dark.css | div.imbedded-table-tooltip {
border-width: 4px;
width: 500px;
border-style: solid;
border-color: #333;
padding: 5px;
border-radius: 7px;
-moz-border-radius: 7px;
opacity: 0.90;
font-family: "Cuprum", "Helvetica", "sans-serif";
font-size: 16px;
font-weight: bold;
background: #333;
color: white;
}
.imbedded-count-displayer {
margin-left: 10px;
margin-right: 10px;
}
.imbedded-table-container {
margin: 20px;
border-style: solid;
border-width: 4px;
width: 500px;
border-radius: 10px;
-moz-border-radius: 10px;
background: #333;
border-color: #333;
}
.imbedded-table-titlebox {
font-size: 120%;
background: #333;
color: white;
padding: 5px;
}
a.imbedded-table-title {
font-family: "Cuprum", "Helvetica", "sans-serif";
color: white;
}
.imbedded-column-header-row {
font-family: "Cuprum", "Helvetica", "sans-serif";
font-size: 16px;
font-weight: bold;
background: #666;
color: white;
}
.imbedded-table {
border-collapse: collapse;
width: 100%;
}
.firstpage {
display: none;
}
.imbedded-cell {
font-size: 16px;
font-family: "Cuprum", "Helvetica", "sans-serif";
padding: 4px;
}
.imbedded-data-row {
color: #444;
}
.imbedded-cell > a:hover {
color: white;
font-style: bold;
}
.imbedded-cell > a {
color: #444;
}
.imbedded-row-odd {
background: white;
}
.imbedded-row-odd:hover {
background: #A7E1C3;
}
.imbedded-row-even {
background: #d8e4f8;
}
.imbedded-row-even:hover {
background: #A7E1C3;
}
.imbedded-exportlink, .imbedded-pagelink {
font-family: "Cuprum", "Helvetica", "sans-serif";
text-decoration: none;
color: white ! important;
font-size: 13px;
padding-right: 10px;
}
.imbedded-pagelink, .imbedded-mineresultslink {
float: right;
}
.imbedded-table-container > a:hover {
text-decoration: underline;
}
.imbedded-table-expand-help {
color: #666;
float: right;
font-size: 50%;
}
.imbedded-null {
opacity: 0.5;
} | 0.479747 | 0.137909 |
:root {
--primary-color: #e50914;
--dark-color: #222;
--light-color: #f4f4f4;
--overlay-color: rgba(0, 0, 0, 0.7);
--gap-small: 22px;
--gap-smaller: 15px;
--gap-medium: 30px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: ProximaNova-Regular;
src: url(font/ProximaNova-Regular.otf);
}
body {
font-family: 'ProximaNova-Regular', sans-serif;
line-height: 1.4;
background-color: var(--dark-color);
}
nav ul {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
a {
text-decoration: none;
color: inherit;
}
.text-muted {
color: var(--primary-color);
}
.mb {
margin-bottom: 1rem;
}
.mt {
margin-top: 1rem;
}
.container {
max-width: 960px;
margin: auto;
overflow: hidden;
padding: 2rem 1rem;
}
.showcase {
background: var(--overlay-color);
color: #fff;
height: 100vh;
position: relative;
}
.showcase:before {
content: '';
background: url('img/interior-of-modern-building-331107.jpg') no-repeat center center/cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.showcase .showcase-inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
height: 100%;
}
.showcase h1 {
font-size: 4rem;
}
.showcase p {
font-size: 1.3rem;
}
.btn {
margin: 0;
border: none;
border-radius: 0;
overflow: visible;
font: inherit;
color: inherit;
text-transform: none;
display: inline-block;
box-sizing: border-box;
padding: 0 30px;
vertical-align: middle;
font-size: .875rem;
line-height: 38px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: .1s ease-in-out;
transition-property: color, background-color, border-color;
border-radius: 5px;
}
.btn-default {
background-color: transparent;
color: #dee0de;
border: 2px solid #dee0de;
letter-spacing: 2px;
font-weight: bold;
}
.btn-default:hover {
background: var(--light-color);
color: var(--dark-color);
}
.btn-blue {
color: #fff;
background-color: #007bff;
border-color: #007bff;
border: 2px solid #dee0de;
letter-spacing: 2px;
font-weight: bold;
}
.btn-blue:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc
}
/* ---- Navigation ---- */
.logo a {
font-size: 1.00em;
margin: 0;
color: var(--light-color);
}
.main-header {
background-color: var(--dark-color);
}
/*
.main-nav {
margin-top: 5px;
background-color: var(--dark-color);
display: none;
}
.main-nav.opening {
display: block;
position: absolute;
z-index: 4;
width: 100%;
}
.logo a,
.main-nav a {
text-align: center;
padding: 10px 15px;
display: flex;
flex-direction: column;
list-style-type: none;
display: block;
}
.main-nav a {
font-size: .95em;
color: var(--light-color);
text-transform: uppercase;
}
.main-nav a:hover {
border: 1px solid var(--light-color);
border-radius: 5px;
}
*/
/*PARTES MENUS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.site-nav--icon {
font-size: 1.4em;
margin-right: 1em;
width: 1.1em;
text-align: right;
color: rgba(255, 255, 255, .4);
}
.menu-toggle {
position: absolute;
padding: 0.8em;
top: 1em;
right: .5em;
cursor: pointer;
}
.hamburger,
.hamburger::before,
.hamburger::after {
content: '';
display: block;
background: #EBEBD3;
height: 3px;
width: 2em;
border-radius: 3px;
-webkit-transition: all ease-in-out 350ms;
transition: all ease-in-out 350ms;
}
.hamburger::before {
-webkit-transform: translateY(-7px);
transform: translateY(-7px);
}
.hamburger::after {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
.open .hamburger {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.open .hamburger::before {
display: none;
}
.open .hamburger::after {
-webkit-transform: translateY(-1px) rotate(-90deg);
transform: translateY(-1px) rotate(-90deg);
}
/*PARTES MENUS Fim!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/* ---- Layout Containers ---- */
.main-header {
padding-top: .5em;
padding-bottom: .5em;
}
/* Section */
.section {
padding: 2rem 0;
}
/* --Section History */
.section-history {
background-color: var(--light-color);
color: rgba(10, 1, 1, 0.6);
letter-spacing: .02em;
line-height: 2.2em;
}
.section-history h2 {
margin: 2rem 0;
font-size: 1rem;
color: var(--dark-color);
text-align: right;
}
.section-history p {
margin: 1rem 0;
font-weight: 400;
font-size: 23px;
text-align: left;
}
/* --Section Events */
.section-events {
background-color: var(--light-color);
color: var(--dark-color);
letter-spacing: .02em;
line-height: 2.2em;
}
.section-events h1 {
margin-top: 1rem;
margin-bottom: 2rem;
color: var(--dark-color);
text-align: center;
}
/* --Section Events */
.section-location {
background-color: var(--light-color);
color: var(--dark-color);
letter-spacing: .02em;
line-height: 2.2em;
}
/* --Section Spotify Login */
.section-loginSpotify {
background-color: var(--light-color);
color: var(--dark-color);
letter-spacing: .02em;
line-height: 2.2em;
height: 100vh;
}
.section-loginSpotify h1 {
font-size: 1.5rem;
}
/* --Section Spotify PlayList */
.section-playListSpotify {
background-color: var(--light-color);
color: var(--dark-color);
letter-spacing: .02em;
line-height: 2.2em;
}
.section-playListSpotify h1 {
font-size: 2rem;
}
/* Float three columns side by side */
.column {
float: left;
width: 33%;
padding: 0 10px;
margin-bottom: 1rem;
}
/* Remove extra left and right margins, due to padding */
.row {
margin: 0 -5px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
.grid-2 {
grid-template-columns: 1fr;
}
.center {
text-align: center;
margin: auto;
}
/* Style the counter cards */
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, .125);
border-radius: .25rem;
/*Foi preciso colocar mais pequeno o card*/
}
.map-responsive {
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
height: 0;
}
.map-responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
}
.footer {
padding: 25px 0;
background-color: var(--dark-color);
color: var(--light-color);
text-align: center;
}
.footer span.copyright {
font-family: 'Montserrat', 'sans-serif';
font-size: 90%;
line-height: 40px;
}
ul.social-buttons {
margin-bottom: 0;
}
ul.social-buttons li a {
font-size: 20px;
line-height: 40px;
display: block;
width: 40px;
height: 40px;
transition: all 0.3s;
color: white;
border-radius: 100%;
outline: none;
background-color: #212529;
}
ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
background-color: #3677b1;
}
.list-inline {
padding-left: 0;
list-style: none
}
.list-inline-item {
display: inline-block
}
.list-inline-item:not(:last-child) {
margin-right: .5rem
}
/* FA*/
.fa {
color: var(--light-color);
}
.fa-facebook {
color: rgb(59, 91, 152);
}
/*google maps*/
#map {
width: 100%;
height: 200px;
filter: grayscale(100%);
}
.section-c .gallery {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(1, 13vw);;
}
.section-c .gallery img,
.section-c .gallery a {
width: 100%;
height: 100%;
object-fit: cover;
}
/* =================================
Media Queries
==================================== */
/* Width>=769px ************ :) */
@media (min-width: 769px) {
.main-header {
width: 90%;
margin: 0 auto;
}
.main-header>.logo {
font-family: 'Bitter', 'serif';
font-size: 1.5rem;
}
.site-nav>.simple-action {
margin-right: var(--gap-small);
font-size: 0.9rem;
}
.menu-toggle {
display: none;
}
}
/* Width>=1025px Full Screen */
@media (min-width: 1025px) {
.main-header {
width: 80%;
max-width: 1150px;
padding-left: var(--gap-medium);
padding-right: var(--gap-medium);
padding-top: var(--gap-smaller);
}
.grid-2 {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(2, 1fr);
}
.resp-container {
position: relative;
overflow: hidden;
padding-top: 56.25%;
}
.resp-iframe {
position: absolute;
top: 10px;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.menu-toggle {
display: none;
}
}
/*CARDS MEDIA QUERIES */
@media screen and (max-width: 600px) {
.column {
width: 100%;
display: block;
margin-bottom: 20px;
}
}
/*test bootstrap*/
.card-body {
flex: 1 1 auto;
padding: 1.25rem;
}
.card-img {
width: 100%;
border-radius: calc(.25rem - 1px)
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px)
}
.card-text:last-child {
margin-bottom: 0
}
/*
AJUSTES CSS
->Menu ter os botoes transparentes
->Logotipo Barzinho
->Talvez apostar num espaço para focar mais Redes Sociais?
->Corrigir movimento do body quando se hover mouse menu
Pequeno ajustes
Menu estar só numa linha quando modo desktop
Visit US fica no meio em vez de estar alinhado a cima
Espaço nos logotipos na parte Social
*/
/*
AJUSTES HMTL
Acrescentar section Contatos [Enviar Email / Sugestão de Musica]
*/ | src/public/css/style - Copy.css |
:root {
--primary-color: #e50914;
--dark-color: #222;
--light-color: #f4f4f4;
--overlay-color: rgba(0, 0, 0, 0.7);
--gap-small: 22px;
--gap-smaller: 15px;
--gap-medium: 30px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: ProximaNova-Regular;
src: url(font/ProximaNova-Regular.otf);
}
body {
font-family: 'ProximaNova-Regular', sans-serif;
line-height: 1.4;
background-color: var(--dark-color);
}
nav ul {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
a {
text-decoration: none;
color: inherit;
}
.text-muted {
color: var(--primary-color);
}
.mb {
margin-bottom: 1rem;
}
.mt {
margin-top: 1rem;
}
.container {
max-width: 960px;
margin: auto;
overflow: hidden;
padding: 2rem 1rem;
}
.showcase {
background: var(--overlay-color);
color: #fff;
height: 100vh;
position: relative;
}
.showcase:before {
content: '';
background: url('img/interior-of-modern-building-331107.jpg') no-repeat center center/cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.showcase .showcase-inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
height: 100%;
}
.showcase h1 {
font-size: 4rem;
}
.showcase p {
font-size: 1.3rem;
}
.btn {
margin: 0;
border: none;
border-radius: 0;
overflow: visible;
font: inherit;
color: inherit;
text-transform: none;
display: inline-block;
box-sizing: border-box;
padding: 0 30px;
vertical-align: middle;
font-size: .875rem;
line-height: 38px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: .1s ease-in-out;
transition-property: color, background-color, border-color;
border-radius: 5px;
}
.btn-default {
background-color: transparent;
color: #dee0de;
border: 2px solid #dee0de;
letter-spacing: 2px;
font-weight: bold;
}
.btn-default:hover {
background: var(--light-color);
color: var(--dark-color);
}
.btn-blue {
color: #fff;
background-color: #007bff;
border-color: #007bff;
border: 2px solid #dee0de;
letter-spacing: 2px;
font-weight: bold;
}
.btn-blue:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc
}
/* ---- Navigation ---- */
.logo a {
font-size: 1.00em;
margin: 0;
color: var(--light-color);
}
.main-header {
background-color: var(--dark-color);
}
/*
.main-nav {
margin-top: 5px;
background-color: var(--dark-color);
display: none;
}
.main-nav.opening {
display: block;
position: absolute;
z-index: 4;
width: 100%;
}
.logo a,
.main-nav a {
text-align: center;
padding: 10px 15px;
display: flex;
flex-direction: column;
list-style-type: none;
display: block;
}
.main-nav a {
font-size: .95em;
color: var(--light-color);
text-transform: uppercase;
}
.main-nav a:hover {
border: 1px solid var(--light-color);
border-radius: 5px;
}
*/
/*PARTES MENUS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.site-nav--icon {
font-size: 1.4em;
margin-right: 1em;
width: 1.1em;
text-align: right;
color: rgba(255, 255, 255, .4);
}
.menu-toggle {
position: absolute;
padding: 0.8em;
top: 1em;
right: .5em;
cursor: pointer;
}
.hamburger,
.hamburger::before,
.hamburger::after {
content: '';
display: block;
background: #EBEBD3;
height: 3px;
width: 2em;
border-radius: 3px;
-webkit-transition: all ease-in-out 350ms;
transition: all ease-in-out 350ms;
}
.hamburger::before {
-webkit-transform: translateY(-7px);
transform: translateY(-7px);
}
.hamburger::after {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
.open .hamburger {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.open .hamburger::before {
display: none;
}
.open .hamburger::after {
-webkit-transform: translateY(-1px) rotate(-90deg);
transform: translateY(-1px) rotate(-90deg);
}
/*PARTES MENUS Fim!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/* ---- Layout Containers ---- */
.main-header {
padding-top: .5em;
padding-bottom: .5em;
}
/* Section */
.section {
padding: 2rem 0;
}
/* --Section History */
.section-history {
background-color: var(--light-color);
color: rgba(10, 1, 1, 0.6);
letter-spacing: .02em;
line-height: 2.2em;
}
.section-history h2 {
margin: 2rem 0;
font-size: 1rem;
color: var(--dark-color);
text-align: right;
}
.section-history p {
margin: 1rem 0;
font-weight: 400;
font-size: 23px;
text-align: left;
}
/* --Section Events */
.section-events {
background-color: var(--light-color);
color: var(--dark-color);
letter-spacing: .02em;
line-height: 2.2em;
}
.section-events h1 {
margin-top: 1rem;
margin-bottom: 2rem;
color: var(--dark-color);
text-align: center;
}
/* --Section Events */
.section-location {
background-color: var(--light-color);
color: var(--dark-color);
letter-spacing: .02em;
line-height: 2.2em;
}
/* --Section Spotify Login */
.section-loginSpotify {
background-color: var(--light-color);
color: var(--dark-color);
letter-spacing: .02em;
line-height: 2.2em;
height: 100vh;
}
.section-loginSpotify h1 {
font-size: 1.5rem;
}
/* --Section Spotify PlayList */
.section-playListSpotify {
background-color: var(--light-color);
color: var(--dark-color);
letter-spacing: .02em;
line-height: 2.2em;
}
.section-playListSpotify h1 {
font-size: 2rem;
}
/* Float three columns side by side */
.column {
float: left;
width: 33%;
padding: 0 10px;
margin-bottom: 1rem;
}
/* Remove extra left and right margins, due to padding */
.row {
margin: 0 -5px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
.grid-2 {
grid-template-columns: 1fr;
}
.center {
text-align: center;
margin: auto;
}
/* Style the counter cards */
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, .125);
border-radius: .25rem;
/*Foi preciso colocar mais pequeno o card*/
}
.map-responsive {
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
height: 0;
}
.map-responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
}
.footer {
padding: 25px 0;
background-color: var(--dark-color);
color: var(--light-color);
text-align: center;
}
.footer span.copyright {
font-family: 'Montserrat', 'sans-serif';
font-size: 90%;
line-height: 40px;
}
ul.social-buttons {
margin-bottom: 0;
}
ul.social-buttons li a {
font-size: 20px;
line-height: 40px;
display: block;
width: 40px;
height: 40px;
transition: all 0.3s;
color: white;
border-radius: 100%;
outline: none;
background-color: #212529;
}
ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
background-color: #3677b1;
}
.list-inline {
padding-left: 0;
list-style: none
}
.list-inline-item {
display: inline-block
}
.list-inline-item:not(:last-child) {
margin-right: .5rem
}
/* FA*/
.fa {
color: var(--light-color);
}
.fa-facebook {
color: rgb(59, 91, 152);
}
/*google maps*/
#map {
width: 100%;
height: 200px;
filter: grayscale(100%);
}
.section-c .gallery {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(1, 13vw);;
}
.section-c .gallery img,
.section-c .gallery a {
width: 100%;
height: 100%;
object-fit: cover;
}
/* =================================
Media Queries
==================================== */
/* Width>=769px ************ :) */
@media (min-width: 769px) {
.main-header {
width: 90%;
margin: 0 auto;
}
.main-header>.logo {
font-family: 'Bitter', 'serif';
font-size: 1.5rem;
}
.site-nav>.simple-action {
margin-right: var(--gap-small);
font-size: 0.9rem;
}
.menu-toggle {
display: none;
}
}
/* Width>=1025px Full Screen */
@media (min-width: 1025px) {
.main-header {
width: 80%;
max-width: 1150px;
padding-left: var(--gap-medium);
padding-right: var(--gap-medium);
padding-top: var(--gap-smaller);
}
.grid-2 {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(2, 1fr);
}
.resp-container {
position: relative;
overflow: hidden;
padding-top: 56.25%;
}
.resp-iframe {
position: absolute;
top: 10px;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.menu-toggle {
display: none;
}
}
/*CARDS MEDIA QUERIES */
@media screen and (max-width: 600px) {
.column {
width: 100%;
display: block;
margin-bottom: 20px;
}
}
/*test bootstrap*/
.card-body {
flex: 1 1 auto;
padding: 1.25rem;
}
.card-img {
width: 100%;
border-radius: calc(.25rem - 1px)
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px)
}
.card-text:last-child {
margin-bottom: 0
}
/*
AJUSTES CSS
->Menu ter os botoes transparentes
->Logotipo Barzinho
->Talvez apostar num espaço para focar mais Redes Sociais?
->Corrigir movimento do body quando se hover mouse menu
Pequeno ajustes
Menu estar só numa linha quando modo desktop
Visit US fica no meio em vez de estar alinhado a cima
Espaço nos logotipos na parte Social
*/
/*
AJUSTES HMTL
Acrescentar section Contatos [Enviar Email / Sugestão de Musica]
*/ | 0.444806 | 0.123445 |
min-height: 100%;
min-height: 100vh;
display: flex;
align-items: center;
} */
.calbutton {
width: 65px;
height: 45px;
font-family: 'Roboto', sans-serif;
border: none;
border-radius: 5px;
outline: none !important;
position:relative;
transition: all 0.1s;
}
button.operator-group, button#equal {
font-size: 30px !important;
}
button.operand-group, button#clear, button#ans {
font-size: 20px !important;
}
#display1 {
font-family: 'Roboto', sans-serif;
font-weight: 400 !important;
font-size: 20px !important;
height: 50px;
}
.button-row {
margin-top: 12px;
}
form {
width: 294px;
border-radius: .25rem;
}
form input {
background-color: inherit;
border: none;
width: 294px;
margin: 0 auto;
display: block;
}
/*--------------------------- Light & Dark System ---------------------------*/
/* Light Theme */
.container-light {
background-color: #cfd8dc;
border: 1px solid #cfd8dc;
}
.form-light {
background-color: #eceff1;
box-shadow: 0 0 0 0.1rem rgba(176, 190, 197, .5);
}
.form-input-light {
color: #263238;
}
.operand-group-light {
background-color: #90a4ae;
border-color: #90a4ae;
color: black;
box-shadow: 0px 5px 0px #6b8694; /* 12% darker than bg */
}
.operand-group-light:hover {
background-color: #78909c;
border-color: #607d8b;
box-shadow: 0px 5px 0px #576b75; /* 14% darker than bg */
}
.operand-group-light:active {
background-color: #607d8b;
background-color: #607d8b;
box-shadow: 0px 2px 0px #495f69; /* 11% darker than bg */
top: 3px;
}
.operator-group-light {
background-color: #546e7a;
border-color: #546e7a;
color: #ffffff;
box-shadow: 0px 5px 0px #3f525a; /* 10% darker than bg */
}
.operator-group-light:hover {
background-color: #455a64;
border-color: #37474f;
box-shadow: 0px 5px 0px #2a363c; /* 13% darker than bg */
}
.operator-group-light:active {
background-color: #37474f;
border-color: #37474f;
box-shadow: 0px 2px 0px #1f292d; /* 11% darker than bg */
top: 3px;
}
.clear-light {
background-color: #f44336;
border-color: #f44336;
color: #ffffff;
box-shadow: 0px 5px 0px #c2160a;
color: #ffffff;
}
.clear-light:hover {
background-color: #e53935;
border-color: #d32f2f;
box-shadow: 0px 5px 0px #b51a17;
}
.clear-light:active {
background-color: #d32f2f;
border-color: #d32f2f;
box-shadow: 0px 2px 0px #a82424;
top: 3px;
}
.ans-light, .backspace-light {
background-color: #ff9800;
border-color: #ff9800;
color: #ffffff;
box-shadow: 0px 5px 0px #cc7a00;
color: #ffffff;
}
.ans-light:hover, .backspace-light:hover {
background-color: #fb8c00;
border-color: #f57c00;
box-shadow: 0px 5px 0px #b36200;
}
.ans-light:active, .backspace-light:active {
background-color: #f57c00;
border-color: #f57c00;
box-shadow: 0px 2px 0px #b35900;
top: 3px;
}
.equal-light {
background-color: #4caf50;
border-color: #4caf50;
color: #ffffff;
box-shadow: 0px 5px 0px #3e8e41;
color: #ffffff;
}
.equal-light:hover {
background-color: #43a047;
border-color: #388e3c;
box-shadow: 0px 5px 0px #357e38;
}
.equal-light:active {
background-color: #388e3c;
border-color: #388e3c;
box-shadow: 0px 2px 0px #245b27;
top: 3px;
}
/* Dark Theme */
.container-dark {
background-color: #37474f;
border: 1px solid #37474f;
}
.form-dark {
background-color: #263238;
box-shadow: 0 0 0 0.1rem rgba(69, 90, 100, .5);
}
.form-input-dark {
color: #eceff1;
}
.operand-group-dark {
background-color: #607d8b;
border-color: #607d8b;
color: #ffffff;
box-shadow: 0px 5px 0px #495f69;
}
.operand-group-dark:hover {
background-color: #546e7a;
border-color: #455a64;
box-shadow: 0px 5px 0px #3f525a;
}
.operand-group-dark:active {
background-color: #455a64;
border-color: #455a64;
box-shadow: 0px 2px 0px #2a363c;
top: 3px;
}
.operator-group-dark {
background-color: #b0bec5;
border-color: #b0bec5;
color: #000000;
box-shadow: 0px 5px 0px #8a9ea8;
}
.operator-group-dark:hover {
background-color: #90a4ae;
border-color: #78909c;
box-shadow: 0px 5px 0px #6b8694;
}
.operator-group-dark:active {
background-color: #78909c;
border-color: #78909c;
box-shadow: 0px 2px 0px #576b75;
top: 3px;
}
.clear-dark {
background-color: #f44336;
border-color: #f44336;
color: #ffffff;
box-shadow: 0px 5px 0px #c2160a;
color: #000000;
}
.clear-dark:hover {
background-color: #e53935;
border-color: #d32f2f;
box-shadow: 0px 5px 0px #b51a17;
}
.clear-dark:active {
background-color: #d32f2f;
border-color: #d32f2f;
box-shadow: 0px 2px 0px #931f1f;
top: 3px;
}
.ans-dark, .backspace-dark {
background-color: #ff9800;
border-color: #ff9800;
color: #ffffff;
box-shadow: 0px 5px 0px #cc7a00;
color: #000000;
}
.ans-dark:hover, .backspace-dark:hover {
background-color: #fb8c00;
border-color: #f57c00;
box-shadow: 0px 5px 0px #b36200;
}
.ans-dark:active, .backspace-dark:active {
background-color: #f57c00;
border-color: #f57c00;
box-shadow: 0px 2px 0px #b35900;
top: 3px;
}
.equal-dark {
background-color: #4caf50;
border-color: #4caf50;
color: #ffffff;
box-shadow: 0px 5px 0px #367c39;
color: #000000;
}
.equal-dark:hover {
background-color: #43a047;
border-color: #388e3c;
box-shadow: 0px 5px 0px #2d6c30;
}
.equal-dark:active {
background-color: #388e3c;
border-color: #388e3c;
box-shadow: 0px 2px 0px #245b27;
top: 3px;
}
/*----------------------------- Rounded switch ------------------------------*/
.switch input {
display: none;
}
.switch {
position: relative;
width: 30px;
height: 17px;
display: inline-block;
margin-bottom: 5px;
}
.slider {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
cursor: pointer;
transition: .4s;
border-radius: 50px;
background-color: #263238;
}
.slider:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
transition: .4s;
border-radius: 50%;
}
input:checked + .slider:before {
background-color: #263238;
}
input:not(:checked) + .slider:before {
background-color: #eceff1;
}
input:checked + .slider {
background-color: #eceff1;
}
input:focus + .slider {
box-shadow: 0 0 1px #eceff1;
}
input:checked + .slider:before {
transform: translateX(13px);
} | assets/css/cal/style.css | min-height: 100%;
min-height: 100vh;
display: flex;
align-items: center;
} */
.calbutton {
width: 65px;
height: 45px;
font-family: 'Roboto', sans-serif;
border: none;
border-radius: 5px;
outline: none !important;
position:relative;
transition: all 0.1s;
}
button.operator-group, button#equal {
font-size: 30px !important;
}
button.operand-group, button#clear, button#ans {
font-size: 20px !important;
}
#display1 {
font-family: 'Roboto', sans-serif;
font-weight: 400 !important;
font-size: 20px !important;
height: 50px;
}
.button-row {
margin-top: 12px;
}
form {
width: 294px;
border-radius: .25rem;
}
form input {
background-color: inherit;
border: none;
width: 294px;
margin: 0 auto;
display: block;
}
/*--------------------------- Light & Dark System ---------------------------*/
/* Light Theme */
.container-light {
background-color: #cfd8dc;
border: 1px solid #cfd8dc;
}
.form-light {
background-color: #eceff1;
box-shadow: 0 0 0 0.1rem rgba(176, 190, 197, .5);
}
.form-input-light {
color: #263238;
}
.operand-group-light {
background-color: #90a4ae;
border-color: #90a4ae;
color: black;
box-shadow: 0px 5px 0px #6b8694; /* 12% darker than bg */
}
.operand-group-light:hover {
background-color: #78909c;
border-color: #607d8b;
box-shadow: 0px 5px 0px #576b75; /* 14% darker than bg */
}
.operand-group-light:active {
background-color: #607d8b;
background-color: #607d8b;
box-shadow: 0px 2px 0px #495f69; /* 11% darker than bg */
top: 3px;
}
.operator-group-light {
background-color: #546e7a;
border-color: #546e7a;
color: #ffffff;
box-shadow: 0px 5px 0px #3f525a; /* 10% darker than bg */
}
.operator-group-light:hover {
background-color: #455a64;
border-color: #37474f;
box-shadow: 0px 5px 0px #2a363c; /* 13% darker than bg */
}
.operator-group-light:active {
background-color: #37474f;
border-color: #37474f;
box-shadow: 0px 2px 0px #1f292d; /* 11% darker than bg */
top: 3px;
}
.clear-light {
background-color: #f44336;
border-color: #f44336;
color: #ffffff;
box-shadow: 0px 5px 0px #c2160a;
color: #ffffff;
}
.clear-light:hover {
background-color: #e53935;
border-color: #d32f2f;
box-shadow: 0px 5px 0px #b51a17;
}
.clear-light:active {
background-color: #d32f2f;
border-color: #d32f2f;
box-shadow: 0px 2px 0px #a82424;
top: 3px;
}
.ans-light, .backspace-light {
background-color: #ff9800;
border-color: #ff9800;
color: #ffffff;
box-shadow: 0px 5px 0px #cc7a00;
color: #ffffff;
}
.ans-light:hover, .backspace-light:hover {
background-color: #fb8c00;
border-color: #f57c00;
box-shadow: 0px 5px 0px #b36200;
}
.ans-light:active, .backspace-light:active {
background-color: #f57c00;
border-color: #f57c00;
box-shadow: 0px 2px 0px #b35900;
top: 3px;
}
.equal-light {
background-color: #4caf50;
border-color: #4caf50;
color: #ffffff;
box-shadow: 0px 5px 0px #3e8e41;
color: #ffffff;
}
.equal-light:hover {
background-color: #43a047;
border-color: #388e3c;
box-shadow: 0px 5px 0px #357e38;
}
.equal-light:active {
background-color: #388e3c;
border-color: #388e3c;
box-shadow: 0px 2px 0px #245b27;
top: 3px;
}
/* Dark Theme */
.container-dark {
background-color: #37474f;
border: 1px solid #37474f;
}
.form-dark {
background-color: #263238;
box-shadow: 0 0 0 0.1rem rgba(69, 90, 100, .5);
}
.form-input-dark {
color: #eceff1;
}
.operand-group-dark {
background-color: #607d8b;
border-color: #607d8b;
color: #ffffff;
box-shadow: 0px 5px 0px #495f69;
}
.operand-group-dark:hover {
background-color: #546e7a;
border-color: #455a64;
box-shadow: 0px 5px 0px #3f525a;
}
.operand-group-dark:active {
background-color: #455a64;
border-color: #455a64;
box-shadow: 0px 2px 0px #2a363c;
top: 3px;
}
.operator-group-dark {
background-color: #b0bec5;
border-color: #b0bec5;
color: #000000;
box-shadow: 0px 5px 0px #8a9ea8;
}
.operator-group-dark:hover {
background-color: #90a4ae;
border-color: #78909c;
box-shadow: 0px 5px 0px #6b8694;
}
.operator-group-dark:active {
background-color: #78909c;
border-color: #78909c;
box-shadow: 0px 2px 0px #576b75;
top: 3px;
}
.clear-dark {
background-color: #f44336;
border-color: #f44336;
color: #ffffff;
box-shadow: 0px 5px 0px #c2160a;
color: #000000;
}
.clear-dark:hover {
background-color: #e53935;
border-color: #d32f2f;
box-shadow: 0px 5px 0px #b51a17;
}
.clear-dark:active {
background-color: #d32f2f;
border-color: #d32f2f;
box-shadow: 0px 2px 0px #931f1f;
top: 3px;
}
.ans-dark, .backspace-dark {
background-color: #ff9800;
border-color: #ff9800;
color: #ffffff;
box-shadow: 0px 5px 0px #cc7a00;
color: #000000;
}
.ans-dark:hover, .backspace-dark:hover {
background-color: #fb8c00;
border-color: #f57c00;
box-shadow: 0px 5px 0px #b36200;
}
.ans-dark:active, .backspace-dark:active {
background-color: #f57c00;
border-color: #f57c00;
box-shadow: 0px 2px 0px #b35900;
top: 3px;
}
.equal-dark {
background-color: #4caf50;
border-color: #4caf50;
color: #ffffff;
box-shadow: 0px 5px 0px #367c39;
color: #000000;
}
.equal-dark:hover {
background-color: #43a047;
border-color: #388e3c;
box-shadow: 0px 5px 0px #2d6c30;
}
.equal-dark:active {
background-color: #388e3c;
border-color: #388e3c;
box-shadow: 0px 2px 0px #245b27;
top: 3px;
}
/*----------------------------- Rounded switch ------------------------------*/
.switch input {
display: none;
}
.switch {
position: relative;
width: 30px;
height: 17px;
display: inline-block;
margin-bottom: 5px;
}
.slider {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
cursor: pointer;
transition: .4s;
border-radius: 50px;
background-color: #263238;
}
.slider:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
transition: .4s;
border-radius: 50%;
}
input:checked + .slider:before {
background-color: #263238;
}
input:not(:checked) + .slider:before {
background-color: #eceff1;
}
input:checked + .slider {
background-color: #eceff1;
}
input:focus + .slider {
box-shadow: 0 0 1px #eceff1;
}
input:checked + .slider:before {
transform: translateX(13px);
} | 0.351089 | 0.092606 |
body {
margin: 0;
padding: 0;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 90%;
}
.header {
background: #048;
border-bottom: 3px solid #006;
margin: 0;
color: #FFF;
padding: 10px;
clear: left;
font-size: 13px;
}
.header p
{
margin: 0 0 4px 0;
}
.header .class
{
font-size: 24px;
font-weight: bold;
}
.header strong
{
font-size: 13px;
width: 100px;
float: left;
}
.header a
{
background: transparent;
color: #FFF;
}
.header a:hover
{
background: #FFF;
color: #039;
}
.sub-header {
margin: 0 20px;
}
.sub-header ul
{
margin: 0 0 0 30px;
padding: 0;
list-style: none;
}
.sub-header ul li {
float: left;
margin: 0 15px 0 0;
padding: 0;
text-indent: 0;
}
.section {
color: #333;
border-bottom: 1px solid #999;
margin: 10px 10px 0 10px;
padding: 10px 0 0 0;
clear: left;
}
div.method
{
background: #EFEFEF;
border: 1px dotted #CCC;
margin: 5px 10px 15px 10px;
padding: 0;
}
div.method h4
{
background:#CCC;
border-bottom:1px solid #666;
color:#000;
padding:2px 5px;
margin:0;
font-weight: normal;
}
div.method .content
{
padding: 0 10px 5px 10px;
}
#summary
{
background:#EFEFEF;
border:1px dotted #999999;
margin: 5px 10px 15px 10px;
padding: 5px 10px;
}
#namespaces, #types
{
width: 50%;
float: left;
background: #FFF;
}
h2.fixed {
background: #CCC;
color: #000;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
margin: 0;
padding: 2px 10px;
font-size: 12px;
font-weight: bold;
}
div.scroll
{
overflow: scroll;
height: 150px;
}
#namespaces ul, #types ul
{
list-style: none;
margin: 0 0 10px 0;
padding: 0;
}
#namespaces ul li, #types ul li
{
text-indent: 0;
padding-left: 10px;
}
a {
background: #eef;
color: #039;
text-decoration: none;
}
a:hover {
color: #FFF;
background: #039;
}
#namespaces a.current, #types a.current {
background: #039;
color: #FFF;
text-decoration: none;
}
#footer
{
text-align: center;
font-size: 10px;
color: #888;
clear: left;
padding-top: 10px;
} | src/Docu.Console/templates/main.css | body {
margin: 0;
padding: 0;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 90%;
}
.header {
background: #048;
border-bottom: 3px solid #006;
margin: 0;
color: #FFF;
padding: 10px;
clear: left;
font-size: 13px;
}
.header p
{
margin: 0 0 4px 0;
}
.header .class
{
font-size: 24px;
font-weight: bold;
}
.header strong
{
font-size: 13px;
width: 100px;
float: left;
}
.header a
{
background: transparent;
color: #FFF;
}
.header a:hover
{
background: #FFF;
color: #039;
}
.sub-header {
margin: 0 20px;
}
.sub-header ul
{
margin: 0 0 0 30px;
padding: 0;
list-style: none;
}
.sub-header ul li {
float: left;
margin: 0 15px 0 0;
padding: 0;
text-indent: 0;
}
.section {
color: #333;
border-bottom: 1px solid #999;
margin: 10px 10px 0 10px;
padding: 10px 0 0 0;
clear: left;
}
div.method
{
background: #EFEFEF;
border: 1px dotted #CCC;
margin: 5px 10px 15px 10px;
padding: 0;
}
div.method h4
{
background:#CCC;
border-bottom:1px solid #666;
color:#000;
padding:2px 5px;
margin:0;
font-weight: normal;
}
div.method .content
{
padding: 0 10px 5px 10px;
}
#summary
{
background:#EFEFEF;
border:1px dotted #999999;
margin: 5px 10px 15px 10px;
padding: 5px 10px;
}
#namespaces, #types
{
width: 50%;
float: left;
background: #FFF;
}
h2.fixed {
background: #CCC;
color: #000;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
margin: 0;
padding: 2px 10px;
font-size: 12px;
font-weight: bold;
}
div.scroll
{
overflow: scroll;
height: 150px;
}
#namespaces ul, #types ul
{
list-style: none;
margin: 0 0 10px 0;
padding: 0;
}
#namespaces ul li, #types ul li
{
text-indent: 0;
padding-left: 10px;
}
a {
background: #eef;
color: #039;
text-decoration: none;
}
a:hover {
color: #FFF;
background: #039;
}
#namespaces a.current, #types a.current {
background: #039;
color: #FFF;
text-decoration: none;
}
#footer
{
text-align: center;
font-size: 10px;
color: #888;
clear: left;
padding-top: 10px;
} | 0.22465 | 0.087213 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;0,700;1,600&display=swap');
:root {
--darkColor: #1e293b;
--stoneColor: #1c1917;
--whiteSoft: #f1f5f9;
--whiteHard: #cbd5e1;
--orangeKey: #f25757;
--defaultTransition: .2s ease-out;
}
html, body {
height: 100vh;
width: 100%;
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
min-width: 1100px;
min-height: 400px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
}
.home {
height: 100vh;
width: 100%;
position: relative;
}
#title {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 2em;
position: absolute;
top: 10vh;
/* text-transform: uppercase; */
}
.bg-dark {
background: var(--darkColor);
}
.bg-dark *{
color: var(--whiteSoft) !important;
}
.flex {
display: flex
}
.v-center {
justify-content: center
}
.h-center {
align-items: center
}
.flex-col {
display: flex;
flex-direction: column
}
.flex-row {
display: flex;
flex-direction: row
}
.search__box {
position: absolute;
top: 20vh;
height: 8vh;
width: 30%;
background-color: var(--whiteSoft);
border-radius: 1em;
margin: 0;
margin-top: 10vh !important;
box-shadow: 0 0 30px #1e293b;
transition: var(--defaultTransition);
z-index: 1;
}
.search__box * {
color: var(--stoneColor) !important;
}
.search__box input {
height: 100%;
width: 100%;
outline: none;
border: none;
background: transparent;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 1.2em;
color: #17171780;
text-indent: 1.5em;
transition: var(--defaultTransition);
z-index: 2;
}
.search__box input:focus {
color: #171717;
}
.search__result {
width: 100%;
height: auto;
position: absolute;
margin-top: 8vh;
background: var(--whiteSoft);
border-radius: 0 0 1em 1em;
z-index: 2;
}
#indexes {
width: max-content;
right: 0;
font-size: .8em;
position: absolute;
margin: .5em;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-style: italic;
}
.res {
width: auto;
height: auto;
border-bottom: 1px solid #47556960;
padding: 1em;
cursor: pointer;
transition: var(--defaultTransition);
}
.res h1 {
font-size: 2.5em;
}
.res p {
opacity: 70%;
}
.res:hover {
background: var(--whiteHard);
}
#search-ico {
height: 50%;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 1em;
opacity: .3;
}
#arrUsed {
width: auto;
height: auto;
position: absolute;
top: 1em;
left: 1em;
opacity: .5;
display: flex;
margin: 0 auto;
padding: 1.5rem;
border-radius: 0.5rem;
box-shadow: 0 0 15px var(--stoneColor);
}
#arrUsed p{
width: max-content;
}
#notfound {
height: 100vh;
width: 100%;
background: var(--darkColor);
}
#notfound h1 {
font-size: 3em;
margin: 2em;
}
#notfound a {
opacity: .6;
text-decoration: none;
transition: var(--defaultTransition);
}
#notfound a:hover {
opacity: 1;
text-decoration: underline;
}
#methodSelection {
height: auto;
width: auto;
position: absolute;
top: 2em;
right: 2em;
display: flex;
flex-direction: column;
align-items: flex-end;
}
#methodSelection h2 {
width: 100%;
margin: 0 0 .3em 0;
text-align: right;
}
#methodSelection div input {
margin: 0 0 0 1em;
cursor: pointer;
transform: scale(1.3);
}
#methodSelection div {
margin: .5em 0 0 2em;
}
#errs p {
color: red !important;
} | src/Components/assets/css/main.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;0,700;1,600&display=swap');
:root {
--darkColor: #1e293b;
--stoneColor: #1c1917;
--whiteSoft: #f1f5f9;
--whiteHard: #cbd5e1;
--orangeKey: #f25757;
--defaultTransition: .2s ease-out;
}
html, body {
height: 100vh;
width: 100%;
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
min-width: 1100px;
min-height: 400px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
}
.home {
height: 100vh;
width: 100%;
position: relative;
}
#title {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 2em;
position: absolute;
top: 10vh;
/* text-transform: uppercase; */
}
.bg-dark {
background: var(--darkColor);
}
.bg-dark *{
color: var(--whiteSoft) !important;
}
.flex {
display: flex
}
.v-center {
justify-content: center
}
.h-center {
align-items: center
}
.flex-col {
display: flex;
flex-direction: column
}
.flex-row {
display: flex;
flex-direction: row
}
.search__box {
position: absolute;
top: 20vh;
height: 8vh;
width: 30%;
background-color: var(--whiteSoft);
border-radius: 1em;
margin: 0;
margin-top: 10vh !important;
box-shadow: 0 0 30px #1e293b;
transition: var(--defaultTransition);
z-index: 1;
}
.search__box * {
color: var(--stoneColor) !important;
}
.search__box input {
height: 100%;
width: 100%;
outline: none;
border: none;
background: transparent;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 1.2em;
color: #17171780;
text-indent: 1.5em;
transition: var(--defaultTransition);
z-index: 2;
}
.search__box input:focus {
color: #171717;
}
.search__result {
width: 100%;
height: auto;
position: absolute;
margin-top: 8vh;
background: var(--whiteSoft);
border-radius: 0 0 1em 1em;
z-index: 2;
}
#indexes {
width: max-content;
right: 0;
font-size: .8em;
position: absolute;
margin: .5em;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-style: italic;
}
.res {
width: auto;
height: auto;
border-bottom: 1px solid #47556960;
padding: 1em;
cursor: pointer;
transition: var(--defaultTransition);
}
.res h1 {
font-size: 2.5em;
}
.res p {
opacity: 70%;
}
.res:hover {
background: var(--whiteHard);
}
#search-ico {
height: 50%;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 1em;
opacity: .3;
}
#arrUsed {
width: auto;
height: auto;
position: absolute;
top: 1em;
left: 1em;
opacity: .5;
display: flex;
margin: 0 auto;
padding: 1.5rem;
border-radius: 0.5rem;
box-shadow: 0 0 15px var(--stoneColor);
}
#arrUsed p{
width: max-content;
}
#notfound {
height: 100vh;
width: 100%;
background: var(--darkColor);
}
#notfound h1 {
font-size: 3em;
margin: 2em;
}
#notfound a {
opacity: .6;
text-decoration: none;
transition: var(--defaultTransition);
}
#notfound a:hover {
opacity: 1;
text-decoration: underline;
}
#methodSelection {
height: auto;
width: auto;
position: absolute;
top: 2em;
right: 2em;
display: flex;
flex-direction: column;
align-items: flex-end;
}
#methodSelection h2 {
width: 100%;
margin: 0 0 .3em 0;
text-align: right;
}
#methodSelection div input {
margin: 0 0 0 1em;
cursor: pointer;
transform: scale(1.3);
}
#methodSelection div {
margin: .5em 0 0 2em;
}
#errs p {
color: red !important;
} | 0.404037 | 0.106133 |
body {font-size: 18px; font-family: "Source Sans Pro",sans-serif; font-weight: 300; margin: 0;color:#444;background-color: #fff;}
header h1 {color:#999; padding:0; margin:0;}
header h1>img {background: #fff; border: 1px solid #fff; border-radius: 122px; height: 80px; width: 80px; float:left;}
header h1>span {font-weight: 100;font-size: 18px;}
header ul {float:right;}
header ul>li {list-style-type: none;display: inline-block;margin-left: 20px; font-weight: bold;}
header ul>li a {color:#999;text-decoration: none;}
.wrap {clear:both; margin: 0 auto;padding:0 15px;max-width: 960px;}
.intro {height:300px; width:100%; background-image: url('https://pbs.twimg.com/profile_banners/14567320/1398697525/1500x500'); margin-top: 0px; background-position-y: 50%; background-position: center; background-repeat: no-repeat; background-size: cover;text-align: center; color:#fff;text-shadow: 0px 0px 5px #000;}
.intro h1 {font-size:55px;margin: 0;}
.intro h2 {font-size:42px;margin: 0;}
.bit1 {color: #cdc982;}
.bit2 {color: #ca682e;}
.bit3 {color: #d748a2;}
article {text-align: center;margin-top: 50px;margin-bottom:100px;}
article h1 {font-weight:300;font-size:48px;margin-bottom:75px;}
article span {background-color:rgba(255,255,255,0.5); font-weight:bold;font-size: 68px;text-shadow:0px 2px 3px #fff;}
article a#tile2048Gremlins {background-image: url('4096.jpg'); background-size: 400px; background-position: 50% 60%; }
article a#tilevideo {background-image: url('videoback.jpg'); background-size: 300px; background-position: 50% 60%; }
article a#tileself {background-image: url('https://pbs.twimg.com/profile_banners/14567320/1398697525/1500x500'); background-size: 900px; background-position: 50% 60%; }
article a#tile2048 {background-image: url('4096.jpg'); background-size: 650px; background-position: 60% 30%; }
article a#tilespeech {background-image: url('speech.png'); background-size: 650px; background-position: 60% 30%; }
article a#tiledocker {background-image: url('docker.png'); background-size: 150px; background-position: 60% 30%; }
article a#tilemddate {background-image: url('md-date.png'); background-size: 150px; background-position: 0 20px; }
article a {display: inline-block; padding: 0; margin:0;width: 150px; height:150px; border: 1px solid #fff; border-radius: 230px;text-align: center;}
article a { opacity: 0.5;transition: opacity 0.3s;white-space:nowrap; text-decoration: none; color:#fff;font-weight: bold;font-size:22px;text-shadow:1px 1px 8px #000;background-color: #fff;}
article a:hover {opacity: 1;}
article .mantra {padding-bottom: 42px;}
footer {position: fixed; bottom: 0;left: 0; overflow:hidden; width: 100%; height: 100px; background: transparent url('bg.png') 0 0 repeat-x;}
footer td>a {font-size: 18px; color: #fff; text-decoration: none; padding: 0 20px; height:100px; width: 100%; display: table-cell; vertical-align: middle;}
footer td>a:hover {background-color: #000; opacity: 0.3;}
footer i.fa {font-size: 3em; vertical-align: middle;}
footer table {margin:0 auto; height: 100%;} | docs/main.css | body {font-size: 18px; font-family: "Source Sans Pro",sans-serif; font-weight: 300; margin: 0;color:#444;background-color: #fff;}
header h1 {color:#999; padding:0; margin:0;}
header h1>img {background: #fff; border: 1px solid #fff; border-radius: 122px; height: 80px; width: 80px; float:left;}
header h1>span {font-weight: 100;font-size: 18px;}
header ul {float:right;}
header ul>li {list-style-type: none;display: inline-block;margin-left: 20px; font-weight: bold;}
header ul>li a {color:#999;text-decoration: none;}
.wrap {clear:both; margin: 0 auto;padding:0 15px;max-width: 960px;}
.intro {height:300px; width:100%; background-image: url('https://pbs.twimg.com/profile_banners/14567320/1398697525/1500x500'); margin-top: 0px; background-position-y: 50%; background-position: center; background-repeat: no-repeat; background-size: cover;text-align: center; color:#fff;text-shadow: 0px 0px 5px #000;}
.intro h1 {font-size:55px;margin: 0;}
.intro h2 {font-size:42px;margin: 0;}
.bit1 {color: #cdc982;}
.bit2 {color: #ca682e;}
.bit3 {color: #d748a2;}
article {text-align: center;margin-top: 50px;margin-bottom:100px;}
article h1 {font-weight:300;font-size:48px;margin-bottom:75px;}
article span {background-color:rgba(255,255,255,0.5); font-weight:bold;font-size: 68px;text-shadow:0px 2px 3px #fff;}
article a#tile2048Gremlins {background-image: url('4096.jpg'); background-size: 400px; background-position: 50% 60%; }
article a#tilevideo {background-image: url('videoback.jpg'); background-size: 300px; background-position: 50% 60%; }
article a#tileself {background-image: url('https://pbs.twimg.com/profile_banners/14567320/1398697525/1500x500'); background-size: 900px; background-position: 50% 60%; }
article a#tile2048 {background-image: url('4096.jpg'); background-size: 650px; background-position: 60% 30%; }
article a#tilespeech {background-image: url('speech.png'); background-size: 650px; background-position: 60% 30%; }
article a#tiledocker {background-image: url('docker.png'); background-size: 150px; background-position: 60% 30%; }
article a#tilemddate {background-image: url('md-date.png'); background-size: 150px; background-position: 0 20px; }
article a {display: inline-block; padding: 0; margin:0;width: 150px; height:150px; border: 1px solid #fff; border-radius: 230px;text-align: center;}
article a { opacity: 0.5;transition: opacity 0.3s;white-space:nowrap; text-decoration: none; color:#fff;font-weight: bold;font-size:22px;text-shadow:1px 1px 8px #000;background-color: #fff;}
article a:hover {opacity: 1;}
article .mantra {padding-bottom: 42px;}
footer {position: fixed; bottom: 0;left: 0; overflow:hidden; width: 100%; height: 100px; background: transparent url('bg.png') 0 0 repeat-x;}
footer td>a {font-size: 18px; color: #fff; text-decoration: none; padding: 0 20px; height:100px; width: 100%; display: table-cell; vertical-align: middle;}
footer td>a:hover {background-color: #000; opacity: 0.3;}
footer i.fa {font-size: 3em; vertical-align: middle;}
footer table {margin:0 auto; height: 100%;} | 0.470493 | 0.115212 |
@font-face {
font-family: 'Noto Sans Korean';
font-style: normal;
font-weight: 100;
src: local('Noto Sans Thin'), local('NotoSans-Thin'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Thin-Hestia.eot),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Thin-Hestia.eot?#iefix) format('embedded-opentype'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Thin-Hestia.woff) format('woff'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Thin-Hestia.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Korean';
font-style: normal;
font-weight: 300;
src: local('Noto Sans Light'), local('NotoSans-Light'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Light-Hestia.eot),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Light-Hestia.woff) format('woff'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Light-Hestia.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Korean';
font-style: normal;
font-weight: 350;
src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-DemiLight-Hestia.eot),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-DemiLight-Hestia.eot?#iefix) format('embedded-opentype'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-DemiLight-Hestia.woff) format('woff'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Korean';
font-style: normal;
font-weight: 400;
src: local('Noto Sans Regular'), local('NotoSans-Regular'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Regular-Hestia.eot),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Regular-Hestia.woff) format('woff'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Regular-Hestia.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Korean';
font-style: normal;
font-weight: 500;
src: local('Noto Sans Medium'), local('NotoSans-Medium'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Medium-Hestia.eot),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Medium-Hestia.woff) format('woff'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Medium-Hestia.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Korean';
font-style: normal;
font-weight: 700;
src: local('Noto Sans Bold'), local('NotoSans-Bold'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Bold-Hestia.eot),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Bold-Hestia.eot?#iefix) format('embedded-opentype'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Bold-Hestia.woff) format('woff'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Bold-Hestia.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Korean';
font-style: normal;
font-weight: 900;
src: local('Noto Sans Black'), local('NotoSans-Black'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Black-Hestia.eot),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Black-Hestia.eot?#iefix) format('embedded-opentype'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Black-Hestia.woff) format('woff'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Black-Hestia.otf) format('opentype');
} | src/styles/scss/fonts/NotoSansKR-Hestia/stylesheets/NotoSansKR-Hestia.css | @font-face {
font-family: 'Noto Sans Korean';
font-style: normal;
font-weight: 100;
src: local('Noto Sans Thin'), local('NotoSans-Thin'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Thin-Hestia.eot),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Thin-Hestia.eot?#iefix) format('embedded-opentype'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Thin-Hestia.woff) format('woff'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Thin-Hestia.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Korean';
font-style: normal;
font-weight: 300;
src: local('Noto Sans Light'), local('NotoSans-Light'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Light-Hestia.eot),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Light-Hestia.woff) format('woff'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Light-Hestia.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Korean';
font-style: normal;
font-weight: 350;
src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-DemiLight-Hestia.eot),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-DemiLight-Hestia.eot?#iefix) format('embedded-opentype'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-DemiLight-Hestia.woff) format('woff'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Korean';
font-style: normal;
font-weight: 400;
src: local('Noto Sans Regular'), local('NotoSans-Regular'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Regular-Hestia.eot),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Regular-Hestia.woff) format('woff'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Regular-Hestia.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Korean';
font-style: normal;
font-weight: 500;
src: local('Noto Sans Medium'), local('NotoSans-Medium'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Medium-Hestia.eot),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Medium-Hestia.woff) format('woff'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Medium-Hestia.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Korean';
font-style: normal;
font-weight: 700;
src: local('Noto Sans Bold'), local('NotoSans-Bold'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Bold-Hestia.eot),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Bold-Hestia.eot?#iefix) format('embedded-opentype'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Bold-Hestia.woff) format('woff'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Bold-Hestia.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Korean';
font-style: normal;
font-weight: 900;
src: local('Noto Sans Black'), local('NotoSans-Black'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Black-Hestia.eot),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Black-Hestia.eot?#iefix) format('embedded-opentype'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Black-Hestia.woff) format('woff'),
url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Black-Hestia.otf) format('opentype');
} | 0.356111 | 0.169166 |
html {
background-image: url("../pics/Death-Stranding-characters.jpg");
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 1000px;
background-color: white;
margin: 0 auto;
padding: 0;
border: 1px solid black;
opacity: 0.95;
}
/* Navigation menu */
#nav_bar{
clear: left;
}
#nav_bar ul {
list-style-type: none;
position: relative;
box-shadow: gray 2px 2px 2px;}
#nav_bar ul li { float: left; }
#nav_bar ul ul {
display: none;
position: absolute;
top: 100%; }
#nav_bar ul ul li {
float: none;
position: relative; }
#nav_bar ul ul li ul {
position: absolute;
left: 100%;
top: 0; }
#nav_bar ul li.lastitem ul li ul {
position: absolute;
left: -100%;
top: 0; }
#nav_bar ul li:hover > ul { display: block; }
#nav_bar > ul::after {
content: "";
clear: both;
display: block; }
#nav_bar ul {
margin: 0;
padding: 0; }
#nav_bar ul li a {
text-align: center;
display: block;
width: 250px;
padding:0;
text-decoration: none;
background-color: #f0f2f5;
color: darkgrey;
font-weight: bold; }
#nav_bar ul li.lastitem a {
width: 250px; }
#nav_bar ul li a.current {
color: red; }
#nav_bar ul li a:hover, #nav_bar ul li a:focus {
background-color: gray; }
#nav_bar ul {
margin: 0;
padding: 0; }
#nav_bar ul li a {
text-align: center;
display: block;
width: 250px;
padding: 1em 0;
text-decoration: none;
background-color: #f0f2f5;
color: darkgrey;
font-weight: bold; }
#nav_bar ul li.lastitem a {
width: 250px; }
#nav_bar ul li a.current {
color: red; }
#nav_bar ul li a:hover, #nav_bar ul li a:focus {
background-color: gray; }
/* Sidebar */
#asideA {
float: left;
width: 200px;
padding-top: 30px;
}
#nav_list ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
background-color: #f1f1f1;
}
#nav_list li a {
display: block;
color: #000;
padding: 8px 16px;
text-decoration: none;
}
#nav_list li a.active {
background-color: #4CAF50;
color: white;
}
#nav_list li a:hover:not(.active) {
background-color: #555;
color: white;
}
section {
width: 500px;
margin-left: 100px;
float: left;
}
.tg {border-collapse:collapse;border-spacing:0;border-color:#ccc;}
.tg td{font-family:Arial, sans-serif;font-size:12px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#fff;}
.tg th{font-family:Arial, sans-serif;font-size:12px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#f0f0f0;}
.tg .tg-0lax{text-align:left;vertical-align:top}
/* Footer */
footer {
clear: both;
border-top: 2px solid black;
padding: 15px;
}
footer p {
font-size: 90%;
text-align: center;
} | Assigment2_FeiYun/pages/cast/cast.css | html {
background-image: url("../pics/Death-Stranding-characters.jpg");
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 1000px;
background-color: white;
margin: 0 auto;
padding: 0;
border: 1px solid black;
opacity: 0.95;
}
/* Navigation menu */
#nav_bar{
clear: left;
}
#nav_bar ul {
list-style-type: none;
position: relative;
box-shadow: gray 2px 2px 2px;}
#nav_bar ul li { float: left; }
#nav_bar ul ul {
display: none;
position: absolute;
top: 100%; }
#nav_bar ul ul li {
float: none;
position: relative; }
#nav_bar ul ul li ul {
position: absolute;
left: 100%;
top: 0; }
#nav_bar ul li.lastitem ul li ul {
position: absolute;
left: -100%;
top: 0; }
#nav_bar ul li:hover > ul { display: block; }
#nav_bar > ul::after {
content: "";
clear: both;
display: block; }
#nav_bar ul {
margin: 0;
padding: 0; }
#nav_bar ul li a {
text-align: center;
display: block;
width: 250px;
padding:0;
text-decoration: none;
background-color: #f0f2f5;
color: darkgrey;
font-weight: bold; }
#nav_bar ul li.lastitem a {
width: 250px; }
#nav_bar ul li a.current {
color: red; }
#nav_bar ul li a:hover, #nav_bar ul li a:focus {
background-color: gray; }
#nav_bar ul {
margin: 0;
padding: 0; }
#nav_bar ul li a {
text-align: center;
display: block;
width: 250px;
padding: 1em 0;
text-decoration: none;
background-color: #f0f2f5;
color: darkgrey;
font-weight: bold; }
#nav_bar ul li.lastitem a {
width: 250px; }
#nav_bar ul li a.current {
color: red; }
#nav_bar ul li a:hover, #nav_bar ul li a:focus {
background-color: gray; }
/* Sidebar */
#asideA {
float: left;
width: 200px;
padding-top: 30px;
}
#nav_list ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
background-color: #f1f1f1;
}
#nav_list li a {
display: block;
color: #000;
padding: 8px 16px;
text-decoration: none;
}
#nav_list li a.active {
background-color: #4CAF50;
color: white;
}
#nav_list li a:hover:not(.active) {
background-color: #555;
color: white;
}
section {
width: 500px;
margin-left: 100px;
float: left;
}
.tg {border-collapse:collapse;border-spacing:0;border-color:#ccc;}
.tg td{font-family:Arial, sans-serif;font-size:12px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#fff;}
.tg th{font-family:Arial, sans-serif;font-size:12px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#f0f0f0;}
.tg .tg-0lax{text-align:left;vertical-align:top}
/* Footer */
footer {
clear: both;
border-top: 2px solid black;
padding: 15px;
}
footer p {
font-size: 90%;
text-align: center;
} | 0.385259 | 0.063019 |
.btn {
position: relative;
display: inline-block;
padding: 6px 8px 7px;
margin-bottom: 0;
font-size: $button-font-size;
font-weight: $font-weight-light;
line-height: 1;
color: #333;
text-align: center;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: $chrome-color;
border: 1px solid #ccc;
border-radius: 3px;
&:active,
&.active {
color: inherit;
background-color: #ccc;
}
&:disabled,
&.disabled {
opacity: .6;
}
}
.btn-primary {
color: #fff;
background-color: $primary-color;
border: 1px solid $primary-color;
&:active,
&.active {
color: #fff;
background-color: darken($primary-color, 10%);
border: 1px solid darken($primary-color, 10%);
}
}
.btn-positive {
color: #fff;
background-color: $positive-color;
border: 1px solid $positive-color;
&:active,
&.active {
color: #fff;
background-color: darken($positive-color, 10%);
border: 1px solid darken($positive-color, 10%);
}
}
.btn-negative {
color: #fff;
background-color: $negative-color;
border: 1px solid $negative-color;
&:active,
&.active {
color: #fff;
background-color: darken($negative-color, 10%);
border: 1px solid darken($negative-color, 10%);
}
}
.btn-outlined {
background-color: transparent;
&.btn-primary {
color: $primary-color;
}
&.btn-positive {
color: $positive-color;
}
&.btn-negative {
color: $negative-color;
}
&.btn-primary:active,
&.btn-positive:active,
&.btn-negative:active {
color: #fff;
}
}
.btn-link {
padding-top: 6px;
padding-bottom: 6px;
color: $primary-color;
background-color: transparent;
border: 0;
&:active,
&.active {
color: darken($primary-color, 10%);
background-color: transparent;
}
}
.btn-block {
display: block;
width: 100%;
padding: 15px 0;
margin-bottom: 10px;
font-size: 18px;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
width: 100%;
}
.btn .badge {
margin: -2px -4px -2px 4px;
font-size: 12px;
background-color: rgba(0,0,0,.15);
}
.btn .badge-inverted,
.btn:active .badge-inverted {
background-color: transparent;
}
.btn-primary:active .badge-inverted,
.btn-positive:active .badge-inverted,
.btn-negative:active .badge-inverted {
color: #fff;
}
.btn-block .badge {
position: absolute;
right: 0;
margin-right: 10px;
}
.btn .icon {
font-size: inherit;
}
.btn {
color: #929292;
background-color: rgba(247, 247, 247, .98);
border: 1px solid #929292;
-webkit-transition: all;
-moz-transition: all;
transition: all;
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
transition-timing-function: linear;
-webkit-transition-duration: .2s;
-moz-transition-duration: .2s;
transition-duration: .2s;
}
.btn:active, .btn.active {
color: #fff;
background-color: #929292;
}
.btn-primary {
color: #fff;
background-color: #007aff;
border: 1px solid #007aff;
}
.btn-primary:active, .btn-primary.active {
background-color: #0062cc;
border: 1px solid #0062cc;
}
.btn-positive {
color: #fff;
background-color: #4cd964;
border: 1px solid #4cd964;
}
.btn-positive:active, .btn-positive.active {
background-color: #2ac845;
border: 1px solid #2ac845;
}
.btn-negative {
color: #fff;
background-color: #dd524d;
border: 1px solid #dd524d;
}
.btn-negative:active, .btn-negative.active {
background-color: #cf2d28;
border: 1px solid #cf2d28;
}
.btn-outlined {
background-color: transparent;
}
.btn-outlined.btn-primary {
color: #007aff;
}
.btn-outlined.btn-positive {
color: #4cd964;
}
.btn-outlined.btn-negative {
color: #dd524d;
}
.btn-outlined.btn-primary:active, .btn-outlined.btn-positive:active, .btn-outlined.btn-negative:active {
color: #fff;
}
.btn-link {
color: #007aff;
background-color: transparent;
border: none;
}
.btn-link:active, .btn-link.active {
color: #0062cc;
background-color: transparent;
}
.btn .badge {
background-color: rgba(0, 0, 0, .15);
}
.btn .badge.badge-inverted {
background-color: transparent;
}
.btn:active .badge {
color: #fff;
} | touch/demo/css/components/button.css | .btn {
position: relative;
display: inline-block;
padding: 6px 8px 7px;
margin-bottom: 0;
font-size: $button-font-size;
font-weight: $font-weight-light;
line-height: 1;
color: #333;
text-align: center;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: $chrome-color;
border: 1px solid #ccc;
border-radius: 3px;
&:active,
&.active {
color: inherit;
background-color: #ccc;
}
&:disabled,
&.disabled {
opacity: .6;
}
}
.btn-primary {
color: #fff;
background-color: $primary-color;
border: 1px solid $primary-color;
&:active,
&.active {
color: #fff;
background-color: darken($primary-color, 10%);
border: 1px solid darken($primary-color, 10%);
}
}
.btn-positive {
color: #fff;
background-color: $positive-color;
border: 1px solid $positive-color;
&:active,
&.active {
color: #fff;
background-color: darken($positive-color, 10%);
border: 1px solid darken($positive-color, 10%);
}
}
.btn-negative {
color: #fff;
background-color: $negative-color;
border: 1px solid $negative-color;
&:active,
&.active {
color: #fff;
background-color: darken($negative-color, 10%);
border: 1px solid darken($negative-color, 10%);
}
}
.btn-outlined {
background-color: transparent;
&.btn-primary {
color: $primary-color;
}
&.btn-positive {
color: $positive-color;
}
&.btn-negative {
color: $negative-color;
}
&.btn-primary:active,
&.btn-positive:active,
&.btn-negative:active {
color: #fff;
}
}
.btn-link {
padding-top: 6px;
padding-bottom: 6px;
color: $primary-color;
background-color: transparent;
border: 0;
&:active,
&.active {
color: darken($primary-color, 10%);
background-color: transparent;
}
}
.btn-block {
display: block;
width: 100%;
padding: 15px 0;
margin-bottom: 10px;
font-size: 18px;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
width: 100%;
}
.btn .badge {
margin: -2px -4px -2px 4px;
font-size: 12px;
background-color: rgba(0,0,0,.15);
}
.btn .badge-inverted,
.btn:active .badge-inverted {
background-color: transparent;
}
.btn-primary:active .badge-inverted,
.btn-positive:active .badge-inverted,
.btn-negative:active .badge-inverted {
color: #fff;
}
.btn-block .badge {
position: absolute;
right: 0;
margin-right: 10px;
}
.btn .icon {
font-size: inherit;
}
.btn {
color: #929292;
background-color: rgba(247, 247, 247, .98);
border: 1px solid #929292;
-webkit-transition: all;
-moz-transition: all;
transition: all;
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
transition-timing-function: linear;
-webkit-transition-duration: .2s;
-moz-transition-duration: .2s;
transition-duration: .2s;
}
.btn:active, .btn.active {
color: #fff;
background-color: #929292;
}
.btn-primary {
color: #fff;
background-color: #007aff;
border: 1px solid #007aff;
}
.btn-primary:active, .btn-primary.active {
background-color: #0062cc;
border: 1px solid #0062cc;
}
.btn-positive {
color: #fff;
background-color: #4cd964;
border: 1px solid #4cd964;
}
.btn-positive:active, .btn-positive.active {
background-color: #2ac845;
border: 1px solid #2ac845;
}
.btn-negative {
color: #fff;
background-color: #dd524d;
border: 1px solid #dd524d;
}
.btn-negative:active, .btn-negative.active {
background-color: #cf2d28;
border: 1px solid #cf2d28;
}
.btn-outlined {
background-color: transparent;
}
.btn-outlined.btn-primary {
color: #007aff;
}
.btn-outlined.btn-positive {
color: #4cd964;
}
.btn-outlined.btn-negative {
color: #dd524d;
}
.btn-outlined.btn-primary:active, .btn-outlined.btn-positive:active, .btn-outlined.btn-negative:active {
color: #fff;
}
.btn-link {
color: #007aff;
background-color: transparent;
border: none;
}
.btn-link:active, .btn-link.active {
color: #0062cc;
background-color: transparent;
}
.btn .badge {
background-color: rgba(0, 0, 0, .15);
}
.btn .badge.badge-inverted {
background-color: transparent;
}
.btn:active .badge {
color: #fff;
} | 0.345989 | 0.06492 |
@charset "UTF-8";
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.clearfix:before, .clearfix:after {
content: '';
display: table; }
.clearfix:after {
clear: both; }
h1, h2, h3, h4, p, a, b {
padding: 0;
margin: 0; }
li, ul {
padding: 0;
margin: 0;
list-style: none; }
h1 {
font-size: 54px !important;
line-height: 72px;
font-weight: 700; }
h2 {
font-size: 32px;
line-height: 46px;
font-weight: 400;
margin-bottom: 15px; }
h3 {
font-size: 23px;
line-height: 30px;
font-weight: 200;
letter-spacing: 2px;
margin-bottom: 5px; }
h4 {
font-size: 21px;
line-height: 30px;
font-weight: 200; }
p {
font-size: 15px;
line-height: 30px;
margin-bottom: 30px; }
strong {
color: #191a1e; }
a {
text-decoration: none;
color: #fff; }
p a:hover {
color: #a58861; }
p.light, h1.light, h2.light, h4.light {
color: #fff; }
p.light {
color: #949494; }
h3.color, span.color {
color: #a58861; }
.raleway200 {
font-weight: 200 !important;
font-size: 17px;
letter-spacing: 2px !important;
color: #191a1e; }
.raleway400 {
font-weight: 400 !important;
font-size: 25px;
color: #191a1e; }
.raleway700 {
font-weight: 700 !important;
font-size: 54px;
color: #191a1e; }
.white {
color: #fff !important; }
.red {
color: #ff3f4c !important; }
.blue {
color: #618d96 !important; }
.black {
color: #191a1e; }
.font30 {
font-size: 30px !important; }
.font17 {
font-size: 17px !important; }
@media screen and (max-width: 1260px) {
h1 {
font-size: 48px;
line-height: 64px; }
h2 {
font-size: 28px;
line-height: 40px;
margin-bottom: 30px; }
h3 {
font-size: 12px;
line-height: 30px;
margin-bottom: 10px; }
h4 {
font-size: 18px;
line-height: 26px; }
p {
font-size: 15px;
line-height: 30px;
margin-bottom: 30px; }
a {
font-size: 15px; } }
@media screen and (max-width: 760px) {
h1 {
font-size: 38px;
line-height: 50px; }
h2 {
font-size: 24px;
line-height: 34px;
margin-bottom: 30px; }
h3 {
font-size: 12px;
line-height: 30px;
margin-bottom: 5px; }
p {
font-size: 15px;
line-height: 30px;
margin-bottom: 30px; }
p a:hover {
text-decoration: none; } }
@media screen and (max-width: 560px) {
h1 {
font-size: 40px !important;
line-height: 50px; }
h2 {
font-size: 22px;
line-height: 32px;
margin-bottom: 30px; }
h3 {
font-size: 11px;
line-height: 30px;
margin-bottom: 5px; }
p {
font-size: 15px;
line-height: 30px;
margin-bottom: 30px; }
p a:hover {
text-decoration: none; } }
@media screen and (max-width: 340px) {
h1 {
font-size: 32px;
line-height: 42px; } }
body {
color: #191a1e;
top: 0;
left: 0;
background: #eef0f0; }
html, body {
width: 100%;
font-family: 'Raleway', sans-serif; }
/* ------------------------- All -------------------------------------------------- */
.section {
float: left;
width: 100%;
position: relative;
background: #fff; }
.wrap {
max-width: 1020px;
margin: 0 auto;
padding-left: 80px;
padding-right: 80px; }
.wrap-wide {
max-width: 1260px;
margin: 0 auto;
padding-left: 80px;
padding-right: 80px; }
.sub-wrap {
width: 50%;
position: relative;
float: left; }
.sub-wrap.left {
padding-right: 40px; }
.sub-wrap.right {
padding-left: 40px; }
.stripe {
background: rgba(25, 26, 30, 0.15);
width: 100%;
height: 1px;
float: left; }
.btn {
height: 60px;
background: #191A1E;
color: #fff;
display: inline-block;
padding: 30px 40px 30px 40px;
line-height: 0px;
border-radius: 30px;
position: relative; }
.btn1:hover {
border-radius: 0px;
border: 2px solid #a58861;
background: #fff;
color: #a58861; }
.btn2:hover {
color: #a58861;
border-radius: 0px; }
.btn3 {
background: #191a1e !important;
color: #fff !important;
border: 1px solid #949494 !important; }
.btn3:hover {
border-radius: 0px;
border: 2px solid #a58861 !important;
color: #a58861 !important; }
.btn img {
opacity: .5;
position: absolute;
top: 50%;
transform: translate(0, -50%);
display: inline-block;
margin-left: 10px; }
.btn:hover {
text-decoration: none; }
.btn:hover img {
opacity: 1;
margin-left: 13px; }
.image-box {
display: block;
width: 100%;
height: 100%;
top: 0;
padding-left: 25%; }
.image-box-overlay {
position: absolute;
content: '';
height: 100%;
width: 100%;
background: #191A1E;
top: 0;
right: 0;
z-index: 1; }
.image-box-small {
position: absolute;
width: 100%;
display: none;
top: 50%;
transform: translate(0, -50%); }
.sub-header {
padding-top: 250px; }
.white-bar-mobile {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 2;
display: none;
background: #fff; }
@media screen and (max-width: 1450px) {
.sub-header {
padding-top: 230px; } }
@media screen and (max-width: 1260px) {
.sub-header {
padding-top: 160px; } }
@media screen and (max-width: 760px) {
.wrap {
max-width: 940px;
margin: 0 auto;
padding-left: 40px;
padding-right: 40px; }
.wrap-wide {
padding-left: 40px;
padding-right: 40px; }
.image-box-inside {
top: 0%;
width: 130%;
left: -15%;
display: none; }
.image-box-small {
display: block; }
.sub-header {
padding-top: 160px; }
.sub-wrap {
width: 100%; }
.sub-wrap.left {
padding-right: 0px; }
.sub-wrap.right {
padding-left: 0px; }
.white-bar-mobile {
display: block; } }
/* ------------------------- Homepage -------------------------------------------------- */
/* ------------------------- Header -------------------------------------------------- */
.header {
width: 100%;
height: 100vh;
float: left;
background: linear-gradient(to top, #f2f2f2, #dbdbdb, #eaeaea);
background-size: contain; }
.header-block {
left: 50%;
top: 48%;
transform: translate(-50%, -50%);
position: absolute;
width: 840px;
padding: 0 20px;
text-align: center; }
.header-block h1 {
margin: 0 0 40px 0;
position: relative; }
.header-block h3 {
color: #191a1e; }
.scroll-down {
width: 80px;
height: 80px;
position: absolute;
bottom: 70px;
left: 51%;
transform: translate(-50%, 0);
z-index: 3; }
.scroll-down i {
font-size: 65px;
color: #a58861; }
.scroll-down:hover {
bottom: 50px; }
.top-bar-home {
position: fixed;
top: 0;
left: 50%;
transform: translate(-50%, 0);
height: 80px;
z-index: 1;
letter-spacing: 2px; }
.top-bar-home.scrolled {
opacity: 0;
visibility: hidden;
top: -5px; }
.top-bar-home .dot {
width: 8px;
height: 8px;
border-radius: 4px;
background: #51A384;
float: left;
margin: 35px 10px 0 0; }
.top-bar-home p {
float: left;
line-height: 0px;
font-size: 13px;
padding: 39.5px 0;
opacity: 1; }
.top-bar-home.false {
display: none; }
@media screen and (max-width: 1260px) {
.header-block {
width: 740px; } }
@media screen and (max-width: 890px) {
.header-block {
width: 740px;
padding: 0 40px; } }
@media screen and (max-width: 760px) {
.header {
background-size: cover;
height: 88vh; }
.header-block {
width: 100%;
padding: 0 40px; }
.header h1 {
font-size: 34px;
line-height: 42px;
margin-bottom: 30px; }
.hq-small {
display: none; }
.top-bar-home {
display: none; }
.scroll-down {
width: 60px;
height: 60px;
bottom: auto;
top: calc(88vh - 70px); } }
@media screen and (max-width: 340px) {
.header h1 {
font-size: 27px !important;
line-height: 38px;
margin-bottom: 20px; } }
/* ------------------------- About Home -------------------------------------------------- */
.home-about {
width: 100%;
background: #191A1E;
padding: 0 0 120px 0; }
.photo-aleksandar {
width: 100%;
float: left;
margin-top: -80px;
position: relative;
overflow: hidden; }
.photo-aleksandar .btn {
position: absolute;
right: 0;
bottom: 0;
z-index: 1;
height: 80px;
border-radius: 0;
padding: 40px 80px; }
.home-about .block-left {
width: 50%;
float: left;
padding-right: 40px; }
.home-about .block-right {
width: 50%;
float: left;
padding-left: 90px;
text-align: center; }
.home-about .block-right .col-left {
float: left;
padding-right: 50px; }
.home-about .block-right .col-right {
float: left; }
.home-about .block-right h3 {
margin: 0 0 2px 0; }
.home-about .block-right p {
margin-bottom: 0;
opacity: 1;
font-size: 14px; }
@media screen and (max-width: 1260px) {
.home-about .block-left {
width: 65%;
padding-right: 60px; }
.home-about .block-right {
width: 35%;
padding-left: 20px;
padding-top: 0px; }
.home-about .block-right .col-left {
margin-bottom: 20px; } }
@media screen and (max-width: 760px) {
.home-about {
padding: 0 0 60px 0; }
.home-about .wrap-wide {
padding: 0; }
.photo-aleksandar {
margin-top: -40px;
margin-bottom: 70px; }
.photo-aleksandar:before {
padding-top: 70%; }
.photo-aleksandar .btn {
position: absolute;
right: 0;
z-index: 1;
height: 60px;
border-radius: 0;
padding: 30px 60px 30px 40px; }
.home-about .block-left {
width: 100%;
padding-right: 0px; }
.home-about .block-right {
width: 100%;
padding-left: 0px;
padding-top: 20px; }
.home-about .block-right .col-left {
padding-right: 15vw; }
.home-about h2 {
margin-bottom: 10px; }
.home-about p {
margin-bottom: 0; } }
/* ------------------------- Recent Work Home -------------------------------------------------- */
.home-rw {
padding: 120px 0 140px 0;
background: linear-gradient(to bottom, #f2f2f2, #dbdbdb, #eaeaea); }
.rw-title {
left: 50%;
transform: translate(-50%, 0);
position: relative;
display: inline-block; }
.rw-title h2 {
float: left;
line-height: 60px;
margin-right: 40px;
margin-bottom: 10px; }
.rw-title .btn {
float: left;
background: #fff;
border: 1px solid rgba(25, 26, 30, 0.15);
color: #191A1E; }
.rw-title .btn img {
mix-blend-mode: difference; }
.rw-cases {
width: 100%;
float: left;
padding-top: 60px;
margin-left: 25%; }
.rw-case:first-child {
margin-right: 40px; }
.rw-case {
width: calc(50% - 20px);
position: relative;
overflow: hidden;
background: #F1F1F1;
float: left;
color: #191A1E;
border: 0px #fff solid;
transform: translate(0%, 10px); }
.rw-case-overlay {
position: absolute;
content: '';
height: 100%;
width: 100%;
background: #fff;
top: 0;
right: 0;
z-index: 1; }
.rw-case.fade .rw-case-overlay {
width: 0; }
.rw-case:before {
content: "";
display: block;
padding-top: 75%; }
.rw-case h3 {
position: absolute;
left: 50px;
top: 50px;
line-height: 20px;
margin: 0; }
.rw-case .arrow {
width: 26px;
height: 17px;
position: absolute;
bottom: 50px;
left: 50px;
background: url("") center center no-repeat;
opacity: .5; }
.rw-case .case-title {
position: absolute;
top: 50%;
left: 50px;
transform: translate(0%, -50%);
max-width: 50%; }
.rw-case h2 {
margin: 0; }
.rw-case img {
position: absolute;
top: 50%;
left: calc(100% - 150px);
transform: translate(-50%, -50%); }
.rw-case p {
position: absolute;
right: 50px;
bottom: 50px;
line-height: 20px;
margin-bottom: 0;
opacity: .5;
font-size: 15px; }
.rw-case:hover {
transform: translate(0%, 0px); }
.rw-case:hover .arrow {
transform: rotate(-45deg);
opacity: 1; }
.rw-case:hover p {
opacity: 1; }
.rw-case.true p, .rw-case.true h2 {
color: #fff; }
.rw-case.true h3 {
color: rgba(255, 255, 255, 0.5); }
.rw-case.true .arrow {
background: url("") center center no-repeat; }
.empty-case {
width: calc(25% - 10px);
position: relative;
overflow: hidden;
float: left; }
.empty-case:before {
content: "";
display: block;
padding-top: 1%; }
@media screen and (max-width: 1260px) {
.rw-cases {
padding-top: 40px; }
.rw-case:first-child {
margin-right: 0px;
margin-bottom: 40px; }
.rw-case {
margin-left: 20%;
width: 60%;
transform: translate(0, 0); }
.empty-case {
display: none; } }
@media screen and (max-width: 940px) {
.rw-case:first-child {
margin-right: 0px;
margin-bottom: 40px; }
.rw-case {
margin-left: 10%;
width: 80%;
transform: translate(0, 0); } }
@media screen and (max-width: 760px) {
.home-rw {
padding: 40px 0 80px 0; }
.home-rw .wrap-wide {
padding: 0; }
.rw-case img {
width: 45vw;
left: 90%; }
.rw-case {
margin-left: 40px;
width: calc(100% - 80px); }
.rw-case:first-child {
margin-bottom: 40px; } }
@media screen and (max-width: 540px) {
.rw-case h3 {
left: 12px;
top: 30px; }
.rw-case .case-title {
left: 30px; }
.rw-case .arrow {
bottom: 30px;
left: 30px; }
.rw-case p {
right: 30px;
bottom: 0px;
font-size: 14px;
line-height: 14px; }
.rw-title h2 {
margin-right: 0px;
text-align: center;
width: 100%; }
.rw-title .btn {
float: none;
position: relative;
left: 50%;
transform: translate(-50%, 0);
display: inline-block; } }
/* ------------------------- Footer -------------------------------------------------- */
.footer {
padding: 130px 0 0 0;
border-top: 2px solid #a58861;
text-align: center;
background: #191a1e; }
.footer h2 {
font-size: 42px;
line-height: 62px;
margin-bottom: 30px; }
.footer .btn {
margin-bottom: 120px;
background: #fff;
border: 1px solid rgba(25, 26, 30, 0.15);
color: #191A1E; }
.footer .btn img {
mix-blend-mode: difference; }
.footer-block {
background: #191a1e;
background-size: cover;
float: left;
position: relative;
width: 100%; }
.footer-block:before {
content: "";
display: block;
padding-top: 17%; }
.footer-block .logo {
top: 0;
position: absolute;
top: 50%;
transform: translate(0%, -50%);
right: 100px;
left: auto;
mix-blend-mode: normal;
z-index: 1; }
.footer-block p {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
line-height: 0;
margin: 0;
color: #fff; }
@media screen and (max-width: 1260px) {
.footer {
padding: 100px 0 0 0; }
.footer .wrap-wide {
padding: 0; }
.footer h2 {
font-size: 32px;
line-height: 42px;
margin-bottom: 25px; }
.footer .btn {
margin-bottom: 90px; }
.footer-block:before {
padding-top: 30%; }
.footer .logo {
top: 36%;
transform: translate(-50%, -50%);
right: auto;
left: 50%;
mix-blend-mode: normal;
z-index: 1; }
.footer-block p {
top: 66%;
left: 50%;
transform: translate(-50%, -50%);
line-height: 0;
margin: 0;
color: #fff;
width: 100%; } }
@media screen and (max-width: 760px) {
.footer {
padding: 100px 0 0 0; }
.footer .wrap-wide {
padding: 0; }
.footer h2 {
font-size: 32px;
line-height: 42px;
margin-bottom: 25px; }
.footer .btn {
margin-bottom: 90px; }
.footer-block:before {
padding-top: 30%; }
.footer .logo {
top: 36%;
transform: translate(-50%, -50%);
right: auto;
left: 50%;
mix-blend-mode: normal;
z-index: 1; }
.footer-block p {
top: 66%;
left: 50%;
transform: translate(-50%, -50%);
line-height: 0;
margin: 0;
color: #fff;
width: 100%; } }
@media screen and (max-width: 440px) {
.footer-block:before {
padding-top: 40%; } }
/* ------------------------- Work -------------------------------------------------- */
/* ------------------------- Work Header -------------------------------------------------- */
.work-b {
background: #eef0f0;
padding: 80px 0;
overflow: hidden;
min-height: 950px; }
.work-wrap {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
position: absolute;
width: 1360px;
height: 1100px;
padding: 70px 0px 90px 80px; }
.work-block {
float: left;
width: 35%;
position: relative;
height: 100%; }
.work-block-inside {
position: absolute;
top: 50%;
transform: translate(0, -50%);
width: 100%;
z-index: 2;
padding-left: 40px;
padding-right: 40px; }
.work-block-inside h1, .work-block-inside h3 {
z-index: 3;
position: relative; }
.work-block-inside h1 {
margin-bottom: 20px; }
.work-block-inside p {
margin-bottom: 60px; }
.work-block-inside p {
opacity: 1;
position: relative;
color: rgba(25, 26, 30, 0.7); }
.work-block-inside p a {
text-decoration: underline; }
.work-block-inside p a:hover {
color: #191A1E; }
.work-block-white {
width: 50vw;
height: 120vh;
top: -35vh;
right: 0;
position: absolute;
background: #fff; }
.flexslider .image-box-overlay {
background: #fff; }
.flexslider {
margin-bottom: 0;
border: 0;
background: 0;
width: 65%;
float: left;
height: 100%; }
.flex-viewport {
overflow: visible !important;
height: 100%; }
.flex-control-nav {
display: none; }
.flexslider .slides {
height: 100%; }
@media screen and (max-width: 1450px) {
.work-wrap {
padding: 70px 120px 90px 120px; } }
@media screen and (max-width: 1360px) {
.work-wrap {
width: 100%; } }
@media screen and (max-width: 1260px) {
.work-b .rw-case {
margin-left: 0;
width: 100%;
transform: translate(0, 0); }
.work-wrap {
padding: 80px 80px 80px 120px; } }
@media screen and (max-height: 1100px) {
.work-wrap {
height: 100vh; } }
@media screen and (max-width: 1160px) {
.work-wrap {
padding: 80px 20vw 80px 120px; }
.work-wrap .work-block {
width: 50%; }
.work-wrap .flexslider {
width: 50%; } }
@media screen and (max-width: 980px) {
.work-wrap {
width: 100%;
padding: 80px 80px 80px 120px; } }
@media screen and (max-width: 840px) {
.work-b {
height: auto;
padding-top: 160px;
padding-bottom: 40px; }
.work-wrap {
width: 100%;
padding: 80px;
left: auto;
top: auto;
transform: translate(0, 0);
position: relative; }
.work-wrap .work-block {
width: 100%;
height: auto; }
.work-block-white {
display: none; }
.work-block-inside {
position: relative;
top: 0;
transform: translate(0, 0);
padding: 0 50px 80px 50px; }
.work-block-inside h1 {
margin-bottom: 12px; }
.work-block-inside p {
margin-bottom: 0px; }
.work-wrap .flexslider {
width: 100%; }
.flexslider {
height: auto; }
.flex-viewport {
overflow: visible !important;
height: auto; } }
/* ------------ Slider item ------------ */
.flexslider li {
position: relative;
height: 100%;
float: left; }
.work-b .rw-case {
float: left;
width: 100%;
height: 100%;
position: relative;
overflow: hidden; }
.work-b .rw-case:first-child {
margin-right: 0; }
.work-b .case-title {
top: 68%;
transform: translate(0, -50%);
max-width: calc(100% - 100px); }
.work-b .rw-case img {
top: 40%;
left: 0;
transform: translate(0, -50%);
padding: 50px; }
@media screen and (max-width: 840px) {
.flexslider .slides {
width: 100% !important; }
.work-b .case-title {
top: 50%;
transform: translate(0%, -50%);
bottom: auto;
max-width: 55%; }
.work-b .rw-case img {
width: 45vw;
left: 90%;
top: 50%;
transform: translate(-50%, -50%);
padding: 0; }
body.work .footer {
display: block; } }
@media screen and (max-width: 760px) {
.work-wrap {
padding: 0;
height: 600px; }
.work-wrap h1, h3, p {
padding: 15px; }
.work-b .rw-case {
margin-left: 30px;
width: calc(100% - 60px); }
.work-b .rw-case:first-child {
margin-bottom: 30px; } }
/* ------------ Slider Controls ------------ */
.flex-direction-nav a {
width: 60px;
height: 60px;
color: #fff;
padding-top: 0px;
position: relative;
float: left;
margin: 0;
padding-top: 60px;
margin-right: 10px; }
.flex-next {
background: #191A1E;
opacity: 1 !important;
right: 0 !important;
position: relative;
float: left; }
.flex-prev {
background: #191A1E;
opacity: 1 !important;
left: 0 !important;
position: relative; }
.flex-next.flex-disabled {
opacity: 1 !important;
z-index: 1;
pointer-events: none;
background: #F1F1F1; }
.flex-prev.flex-disabled {
opacity: 1 !important;
z-index: 1;
pointer-events: none;
background: #F1F1F1; }
@media screen and (max-width: 840px) {
.flex-direction-nav a {
display: none; } }
/* ------------------------- Case Studies -------------------------------------------------- */
/* ------------------------- Case -------------------------------------------------- */
.case-header {
z-index: 2;
padding-bottom: 100px; }
.sub-header .wrap-wide {
position: relative;
height: 100%; }
.case-block {
position: relative;
width: 100%;
float: left;
height: 350px; }
.case-left {
float: left;
width: 50%;
padding: 0 40px 0 120px; }
.case-right {
width: 50%;
height: 100%;
position: relative;
display: inline-block;
height: 100%; }
.case-right img {
width: 100%;
padding: 0 40px 0 40px;
transform: translate(0, -50%);
top: 50%;
position: absolute;
display: inline-block; }
.case-left .btn img {
transform: translate(0, -50%) rotate(90deg);
margin-left: 10px;
top: 50%; }
.case-left .btn:hover img {
margin-left: 10px;
transform: translate(0, -30%) rotate(90deg); }
@media screen and (max-width: 1260px) {
.case-header {
padding-bottom: 60px; }
.case-left {
float: left;
width: 50%;
padding: 0 40px 0 80px; } }
@media screen and (max-width: 840px) {
.case-header {
z-index: 2;
overflow: hidden;
background-image: none !important; }
.case-left {
width: 70%;
padding: 0 40px 0px 10px; }
.case-right {
position: absolute;
right: 0;
width: 70%;
transform: translate(50%, 0%); } }
@media screen and (max-width: 760px) {
.case-block {
height: 270px; }
.case-left {
width: 70%;
padding: 0 0px 0px 0px; }
.case-header {
z-index: 2;
padding-bottom: 80px; }
.case-header h1 {
font-size: 38px;
line-height: 48px; } }
@media screen and (max-width: 540px) {
.case-right {
width: 100%;
transform: translate(60%, -10%); } }
/* ------------------------- Case Top Bar -------------------------------------------------- */
.top-bar {
position: fixed;
left: 0;
width: 100%;
height: 80px;
z-index: 2;
top: 0px;
background: white; }
.top-bar-case {
top: 0;
left: 50%;
transform: translate(-50%, 0);
height: 80px;
position: fixed;
mix-blend-mode: difference; }
.top-bar-case a {
color: #FFF;
font-size: 13px; }
.top-bar-case p {
float: left;
line-height: 0px;
font-size: 13px;
padding: 39.5px 0;
opacity: 1;
color: rgba(255, 255, 255, 0.7);
margin: 0; }
.stripe-case-top {
float: left;
height: 1px;
width: 10px;
background: rgba(255, 255, 255, 0.3);
margin: 39.5px 10px; }
.top-bar-home.false {
display: none; }
@media screen and (max-width: 760px) {
.top-bar-case, .top-bar {
display: none; } }
/* ------------------------- Case Intro -------------------------------------------------- */
.case-intro {
background: #fff;
padding: 120px 0 100px 0; }
.case-intro h2, .case-result-text h2 {
font-size: 26px;
line-height: 37px;
margin-bottom: 15px; }
.case-result-text p, .case-result-text a {
opacity: 1;
color: rgba(25, 26, 30, 0.7); }
.case-intro .stripe {
margin: 25px 0; }
.case-intro .right {
padding-left: 90px; }
.case-intro .right h3 {
margin: 0;
line-height: 24px; }
.case-intro .right a {
color: #191A1E; }
.case-intro .right a img {
margin-left: 5px; }
.case-intro .right p {
margin: 0;
opacity: 1; }
@media screen and (max-width: 760px) {
.case-intro {
padding: 60px 0; }
.case-intro .right {
padding-left: 0px;
padding-top: 20px; }
.case-intro .stripe {
margin: 15px 0; } }
/* ------------------------- Case Images -------------------------------------------------- */
.case-images {
background: #fff;
overflow: hidden; }
.slider-block-images {
float: left;
width: 100%;
height: 100%;
position: relative; }
.case-images .wrap-wide {
max-width: 1560px;
padding-left: 160px;
padding-right: 160px; }
.case-images .flexslider-images {
margin-bottom: 0;
border: 0;
background: 0;
width: 100%;
float: left;
height: 100%;
position: relative; }
.case-images .flexslider-images li {
position: relative;
height: 100%;
float: left;
height: 100%; }
.case-images .flexslider-images img {
width: 100%;
float: left; }
@media screen and (max-width: 1460px) {
.case-images .wrap-wide {
max-width: 1260px;
padding-left: 80px;
padding-right: 80px; } }
@media screen and (max-width: 760px) {
.case-images .wrap-wide {
padding-left: 0px;
padding-right: 80px; } }
/* ------------------------- Case Navigation Next/prev -------------------------------------------------- */
.case-images .flex-direction-nav a {
width: 80px;
height: 80px;
padding-top: 80px;
margin: 0;
top: 50%;
position: absolute;
transform: translate(0, -50%); }
.case-images .flex-next {
background: #fff url("") center center no-repeat;
opacity: 1 !important;
right: 0px !important;
float: left;
z-index: 1; }
.case-images .flex-next:hover {
background: #fff url("") center center no-repeat; }
.case-images .flex-prev {
background: #fff url("") center center no-repeat;
opacity: 1 !important;
left: 0px !important;
z-index: 1; }
.case-images .flex-prev:hover {
background: #fff url("") center center no-repeat; }
.case-images .flex-next.flex-disabled {
opacity: 0 !important;
z-index: 1;
pointer-events: none; }
.case-images .flex-prev.flex-disabled {
opacity: 0 !important;
z-index: 1;
pointer-events: none; }
@media screen and (max-width: 840px) {
.case-images .flex-direction-nav a {
width: 60px;
height: 60px;
padding-top: 60px;
box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.11); }
.case-images .flex-direction-nav a {
display: block; }
.case-images .flex-next {
right: 0px !important; }
.case-images .flex-prev {
left: 0px !important; } }
@media screen and (max-width: 540px) {
.case-images .flex-next {
right: -80px !important; }
.case-images .flex-prev {
left: 0px !important; } }
/* ------------------------- Case Result text -------------------------------------------------- */
.case-result-text {
padding: 120px 0 90px 0; }
@media screen and (max-width: 760px) {
.case-result-text {
padding: 60px 0 30px 0; } }
/* ------------------------- Case Result Screens -------------------------------------------------- */
.case-result {
padding: 120px 0;
overflow: hidden; }
.case-result .flexslider-results {
margin-bottom: 0;
border: 0;
background: 0;
width: 100%;
float: left;
height: 100%;
position: relative; }
.case-result .flexslider-results li {
position: relative;
height: 100%;
float: left;
width: 100%; }
.case-result .flexslider-results .wrap {
position: relative;
display: inline-block;
margin: 0;
left: 50%;
transform: translate(-50%, 0); }
.case-result .flexslider-results img {
width: 100%;
-webkit-box-shadow: 0px 90px 120px 0px rgba(25, 26, 30, 0.15);
-moz-box-shadow: 0px 90px 120px 0px rgba(25, 26, 30, 0.15);
box-shadow: 0px 90px 120px 0px rgba(25, 26, 30, 0.15); }
.case-images .flex-direction-nav a {
top: 50%; }
.case-result .flex-next {
background: #fff url("") center center no-repeat; }
.case-result .flex-next:hover {
background: #fff url("") center center no-repeat; }
.case-result .flex-prev {
background: #fff url("") center center no-repeat; }
.case-result .flex-prev:hover {
background: #fff url("") center center no-repeat; }
@media screen and (max-width: 840px) {
.case-result {
padding: 60px 0; }
.case-result .wrap-wide {
padding-left: 0px;
padding-right: 0px; }
.case-result .flexslider-results .wrap {
padding-left: 40px;
padding-right: 40px; }
.case-result .flex-next {
right: 0 !important; } }
/* ------------------------- About us -------------------------------------------------- */
/* ------------------------- About top -------------------------------------------------- */
.about-info {
background: #fff url("") left 40px no-repeat;
background-size: contain; }
.about-bottom-bar {
background: #F1F1F2;
width: 100%;
position: absolute;
height: 120px;
bottom: 0;
left: 0; }
.about-info .wrap {
position: relative; }
.about-info {
position: absolute;
top: -40px;
right: 100px; }
.about-info h1 {
margin-bottom: 120px; }
.about-info-block {
width: 50%;
float: left;
position: relative;
overflow: hidden;
background: #191A1E; }
.about-info-block .image-box-overlay {
background: #d3d4d6; }
.about-info-block:before {
content: "";
display: block;
padding-top: 100%; }
.about-info-block .block {
float: left;
position: absolute;
height: 100%;
width: 100%;
top: 0;
padding: 80px; }
.about-info-block .block h2 {
color: #fff;
font-size: 44px;
margin: 0 0 5px 0;
width: 2ch;
overflow: hidden;
white-space: nowrap; }
.about-info-block .block h2.een-ch {
width: 1ch;
overflow: hidden;
white-space: nowrap; }
.about-info-block .block h2.twee-ch {
width: 1.9ch;
overflow: hidden;
white-space: nowrap; }
.about-info-block .block h3 {
color: #A58861;
margin-bottom: 40px; }
.about-info-block .block p {
color: #fff;
width: 100%;
float: left; }
.about-info-block .block-left {
float: left;
width: 60%; }
.about-info-block .block-right {
float: left;
width: 40%; }
.about-info-block .socials {
position: absolute;
bottom: 80px;
top: auto;
transform: translate(0, 0);
left: auto;
width: 120px;
height: 40px;
margin-left: -8px;
z-index: 5;
position: absolute; }
@media screen and (max-width: 1180px) {
.about-info-block .block {
padding: 60px; }
.about-info-block .block h3 {
margin-bottom: 20px; }
.about-info-block .socials {
bottom: 40px; } }
@media screen and (max-width: 1060px) {
.about-info h1 {
margin-bottom: 80px; }
.about-info-block .block {
padding: 40px; }
.about-info-block .block h3 {
margin-bottom: 20px; }
.about-info-block .socials {
bottom: 40px; } }
@media screen and (max-width: 980px) {
.about-info {
background: #fff; }
.about-info .wrap-wide {
padding: 0; }
.about-info-block p {
font-size: 14px;
line-height: 27px; }
.about-info-block .block h3 {
margin-bottom: 10px; } }
@media screen and (max-width: 760px) {
.about-info .wrap-wide {
padding: 0; }
.about-info {
right: 60px;
transform: scale(0.7); }
.about-info h1 {
margin-bottom: 60px; }
.about-info-block {
width: 100%;
min-height: 60vw; }
.about-info-block:before {
content: "";
display: block;
padding-top: 0%; }
.about-info-block .block {
float: left;
position: relative;
height: 100%;
width: 100%;
top: 0;
padding: 60px 40px;
min-height: 200px; }
.about-info-block .block-left {
width: 65%; }
.about-info-block .block-right {
width: 35%; }
.about-info-block .block h3 {
margin-bottom: 30px; }
.about-info-block p {
margin-bottom: 60px;
font-size: 15px;
line-height: 30px; }
.about-info-block .socials {
opacity: 1;
visibility: visible;
bottom: 40px; } }
/* ------------------------- About Location -------------------------------------------------- */
.location {
background: #F1F1F2;
padding: 120px 0 60px 0; }
.location h3 {
margin-top: 80px;
color: #A58861; }
.location .map {
position: relative;
transform: translate(-50%, 0);
display: inline-block;
left: 50%; }
.location img {
width: 100%; }
.location .location-dot {
width: 20px;
height: 20px;
background: #A58861;
border-radius: 10px;
top: 59%;
left: 29%;
position: absolute;
transform: translate(-50%, -50%); }
.location .location-ring {
width: 50px;
height: 50px;
border: 2px solid #A58861;
border-radius: 25px;
top: calc(59% - 25px);
left: calc(29% - 25px);
position: absolute;
transform: translate(-50%, -50%);
-webkit-animation: pulsate 1.5s ease-out;
-webkit-animation-iteration-count: infinite;
opacity: 0; }
@-webkit-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
opacity: 0.0; }
50% {
opacity: 1.0; }
100% {
-webkit-transform: scale(1, 1);
opacity: 0.0; } }
@media screen and (max-width: 1040px) {
.location h3 {
margin-top: 0px; } }
@media screen and (max-width: 760px) {
.location {
background: #F1F1F2;
padding: 60px 0 60px 0; }
.location h3 {
margin-top: 0px; }
.location .right {
padding: 10px 40px 0 40px; } }
/* ------------------------- About Location -------------------------------------------------- */
.timeline {
background: #F1F1F2;
text-align: center; }
.timeline h3 {
color: #A58861;
margin-bottom: 30px; }
.timeline .timeline-block {
float: left;
width: 33.3333%;
float: left;
background: #191A1E;
position: relative;
border-right: 1px solid rgba(255, 255, 255, 0.2); }
.timeline .timeline-block:last-child {
border-right: 0; }
.timeline .timeline-block:before {
content: "";
display: block;
padding-top: 60%; }
.timeline .timeline-sub {
position: absolute;
top: 54%;
transform: translate(0, -50%);
width: 100%; }
.timeline .timeline-block h4 {
color: #fff;
margin-bottom: 5px; }
.timeline .timeline-block h3 {
opacity: .4;
color: #fff;
margin-bottom: 0; }
.timeline-bottom-bar {
background: #fff;
width: 100%;
position: absolute;
height: calc((1100px / 6) * 0.6);
bottom: 0;
left: 0; }
@media screen and (max-width: 1260px) {
.timeline-bottom-bar {
height: calc(((100vw - 180px) / 6) * 0.6); } }
@media screen and (max-width: 940px) {
.timeline-bottom-bar {
height: 80px; }
.timeline h3 {
margin-bottom: 15px; }
.timeline .timeline-block {
width: 100%; }
.timeline .timeline-block:before {
padding-top: 160px;
border-right: 0px solid rgba(255, 255, 255, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
/* ------------------------- Logo Section -------------------------------------------------- */
.logos {
padding: 120px 0 60px 0;
text-align: center; }
.logos h3 {
color: #A58861;
margin-bottom: 10px; }
.logos .logo-block {
float: left;
width: 25%;
position: relative;
opacity: .35; }
.logos .logo-block:hover {
opacity: 1; }
.logos .logo-block:before {
content: "";
display: block;
padding-top: 70%; }
.logos .logo-block img {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%); }
@media screen and (max-width: 940px) {
.logos .logo-block {
width: 33.333%;
transform: scale(0.8); } }
@media screen and (max-width: 740px) {
.logos {
padding: 60px 0 40px 0; }
.logos .wrap-wide {
padding: 0 30px; }
.logos .logo-block {
transform: scale(0.6); } }
@media screen and (max-width: 540px) {
.logos .wrap-wide {
padding: 0 10px; }
.logos .logo-block {
width: 50%;
transform: scale(0.8); } }
/* ------------------------- Gallery -------------------------------------------------- */
/* ------------------------- Gallery -------------------------------------------------- */
.left-block {
width: 30%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #191a1e;
float: left;
height: 100vh; }
.right-block {
padding: 70px 10px 0px 10px;
width: 70%;
float: left;
background: #eef0f0;
height: 100vh; }
.img-block {
width: 32%;
height: 300px;
float: left;
margin: 7px; }
.img-block img {
width: 100%;
height: 100%;
padding: 2%; }
.scrollbar {
float: left;
height: 100vh;
width: 100%;
overflow-y: scroll;
padding: 20px 15% 0 15%; }
.force-overflow {
min-height: 450px; }
@media screen and (max-width: 1439px) {
.left-block {
width: 100%;
height: 40vh; }
.right-block {
width: 100%;
height: 100vh; }
.img-block {
width: 95%;
height: auto;
display: contents; } }
@media screen and (min-width: 1440px) {
.left-block {
width: 100%;
height: 40vh; }
.right-block {
width: 100%;
height: 100vh; }
.img-block {
width: 44%;
height: auto;
display: contents; } }
#style-3::-webkit-scrollbar-track {
background-color: #eef0f0; }
#style-3::-webkit-scrollbar {
width: 6px;
background-color: #eef0f0; }
#style-3::-webkit-scrollbar-thumb {
background-color: #a58861; }
/* ------------------------- Contact -------------------------------------------------- */
/* ------------------------- Contact -------------------------------------------------- */
.contact .footer, .contact .progressContainer {
display: none; }
.contact {
width: 100%;
height: 100vh; }
.contact-back {
width: 50%;
height: 100vh;
top: 0;
right: 0;
position: absolute;
background: #191A1E url("") center center no-repeat;
background-size: contain;
overflow: hidden; }
.contact-block {
width: 1260px;
position: absolute;
padding-left: 80px;
padding-right: 80px;
top: 52%;
left: 50%;
transform: translate(-50%, -50%); }
.contact-left {
float: left;
width: 50%;
height: 100%;
padding: 0 40px; }
.contact-right {
float: left;
position: relative;
width: 50%;
height: 100%;
padding: 0 0 0 120px;
text-align: center; }
.contact .contact-left .nocolor {
color: #191A1E;
opacity: .4;
margin: 0; }
.contact .contact-left p {
color: #191A1E;
margin: 0;
line-height: 30px;
font-size: 15px;
width: 100%;
float: left; }
.contact .contact-left a {
float: left;
color: #191A1E;
width: 100%;
opacity: 1;
line-height: 30px;
margin: 0;
font-size: 15px;
color: rgba(25, 26, 30, 0.7); }
.contact .contact-left a:hover {
color: #191a1e; }
.contact .contact-left h3 {
float: left;
color: #a58861;
width: 100%;
margin: 40px 0 0 0; }
.contact .contact-left .credits {
opacity: .5;
margin: 60px 0 0 0; }
.contact-right .img-gif {
width: 100%;
-webkit-filter: grayscale(1);
opacity: .9; }
.contact-right h4 {
color: #FFF;
text-align: center;
font-size: 28px;
margin-bottom: 30px; }
.contact-right a {
border: 1px solid rgba(255, 255, 255, 0.15); }
.contact .image-box {
margin-bottom: 60px;
position: relative;
overflow: hidden;
line-height: 0; }
.contact .image-box-overlay {
background: #2D2E32; }
@media screen and (max-width: 1260px) {
.contact-block {
width: 100%;
left: 0;
transform: translate(0, -50%); }
.contact-right {
float: left;
position: relative;
width: 50%;
height: 100%;
padding: 0 0 0 80px;
text-align: center; } }
@media screen and (max-width: 940px) {
.contact-back {
width: 45%; }
.contact-left {
width: 55%; }
.contact-right {
width: 45%; }
.contact .image-box-overlay {
display: none; }
.contact-right h4 {
font-size: 20px; } }
@media screen and (max-width: 860px) {
.contact-back {
display: none; }
.contact-block {
position: relative;
transform: translate(0, 0%);
top: 0;
padding: 150px 0 0 0;
float: left; }
.contact-left {
width: 100%;
padding: 0;
padding: 0 40px 60px 40px; }
.contact .contact-left h3 {
margin-top: 25px; }
.contact-right {
width: 100%;
padding: 80px 0 80px 0;
background: #191A1E; }
.contact .credits {
display: none; }
.contact-right .img-gif {
margin-top: 0px; } }
/* ------------------------- Diensten -------------------------------------------------- */
/* ------------------------- Diensten -------------------------------------------------- */
.backgroundwrap {
background-size: contain;
padding: 10% 5% 10% 5%;
height: 1000px;
background: #eef0f0; }
.service {
float: left;
width: 33.333%;
padding: 20px;
margin-top: 70px; }
.service-block {
width: 100%;
background: #fff;
float: left;
height: 100%;
padding: 40px; }
.service-block .service-ico {
height: 40px;
margin-bottom: 20px;
float: left;
width: 100%;
position: relative;
font-size: 35px;
color: #a58861; }
.service-block .service-ico img {
position: absolute;
top: 50%;
transform: translate(0, -50%); }
.service-block h4 {
font-size: 18px;
line-height: 30px;
margin-bottom: 0; }
@media screen and (max-width: 1260px) {
.service-block h4 {
font-size: 17px;
line-height: 28px; } }
@media screen and (max-width: 1080px) {
.service {
width: 50%; } }
@media screen and (max-width: 980px) {
.diensten .wrap-wide {
padding-right: 60px;
padding-left: 60px; } }
@media screen and (max-width: 840px) {
.diensten {
padding-bottom: 40px;
background: #F1F1F1; }
.diensten .wrap-wide {
padding-right: 20px;
padding-left: 20px; }
.service {
width: 100%; } }
/* ------------------------- Error -------------------------------------------------- */
.error .footer, .error .progressContainer {
display: none; }
/* ------------------------- Animation -------------------------------------------------- */
.btn, .btn img {
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out; }
.top-bar-home, .arrow, p, .logo-block {
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out; }
.image-box-overlay, .rw-case-overlay {
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out; }
/*
1. Default and Reset styles
- 1.1 Input Elements
2. Global elements
- 2.1 Header
- 2.2 Logo
- 2.3 Buttons
- 2.4 Navigation
- 2.5 Social Elements
- 2.6 Images
3. Fonts and Headings
4. Banner
- 4.1 SignUp Form
5. Content Elements
- 5.1 Icons
- 5.2 Parallax Elements
- 5.3 Divider
6. Landing Page Sections
- 6.1 Features
- 6.2 Testimonials
- 6.3 Gallery
- 6.4 Video
- 6.5 Clients
- 6.6 Pricing Table
7. Footer
/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
margin: 0;
padding: 0;
direction: ltr; }
body {
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
overflow-x: hidden; }
p {
line-height: 25px; }
.row img {
height: auto;
max-width: 100%; }
a {
text-decoration: none;
line-height: inherit;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out; }
iframe {
border: 0 !important; }
.parallax-window {
min-height: 400px;
background: transparent; }
figure {
margin: 0; }
/* Page Border */
.page-border {
position: fixed;
z-index: 999999;
pointer-events: none; }
.page-border .bottom-border, .page-border .left-border, .page-border .right-border, .page-border .top-border {
background: #f3f3ef;
position: fixed;
z-index: 9999; }
.page-border > .top-border, .page-border > .right-border, .page-border > .bottom-border, .page-border > .left-border {
padding: 11px;
background: #ccc; }
.page-border .bottom-border, .page-border .top-border {
width: 100%;
padding: 10px;
left: 0; }
.page-border .left-border, .page-border .right-border {
padding: 10px;
height: 100%;
top: 0; }
.page-border .top-border {
top: 0; }
.page-border .right-border {
right: 0; }
.page-border .bottom-border {
bottom: 0; }
.page-border .left-border {
left: 0; }
#wrapper {
margin: 0 15px;
padding: 15px 0;
position: relative; }
/* --------- 1.1 Input Elements ---------- */
input, textarea {
border: 1px solid #e1e1e1;
padding: 10px;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
transition: all .3s linear;
border-radius: 3px; }
input {
height: 40px;
margin: 3px 0;
outline: none;
line-height: normal;
font-size: 14px; }
input[type="submit"] {
cursor: pointer;
border-style: solid;
border-width: 2px;
padding-top: 0;
padding-bottom: 0; }
select {
border: 1px solid #e1e1e1;
height: 40px;
padding: 5px; }
input:focus, textarea:focus {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
*:focus {
outline: none; }
/*------------------------------------------------------------------------------------------*/
/* 2. Layout Elements */
/*------------------------------------------------------------------------------------------*/
section {
clear: both;
overflow: hidden; }
/* Rows and Columns */
.row {
max-width: 1245px;
margin: 0 auto;
padding: 75px 0;
position: relative; }
.no-padding-bottom .row, .no-padding-bottom div, .no-padding-bottom.row {
padding-bottom: 0; }
.no-padding-top.row, .no-padding-top div {
padding-top: 0; }
.big-padding-top {
padding-top: 75px !important; }
.big-padding-bottom {
padding-bottom: 85px !important; }
/* Targets all elements */
[class*='col-'] {
float: left;
padding: 20px; }
#clients .col-2-3 [class*='col-'] {
padding: 0; }
/* Clearfix */
.clearfix:after {
content: "";
display: table;
clear: both; }
/* Main Widths */
.col-1 {
width: 100%; }
.col-2 {
width: 50%; }
.col-3 {
width: 30%; }
.col-4 {
width: 25%; }
.col-5 {
width: 20%; }
.col-6 {
width: 16.6666666667%; }
.col-7 {
width: 14.2857142857%; }
.col-8 {
width: 12.5%; }
.col-9 {
width: 11.1111111111%; }
.col-10 {
width: 10%; }
.col-11 {
width: 9.09090909091%; }
.col-12 {
width: 8.33%; }
.col-2-3 {
width: 66.66%; }
.col-3-4 {
width: 75%; }
.col-9-10 {
width: 90%; }
/* Golden Ratio */
.col-61 {
width: 61.8%; }
.col-38 {
width: 38.2%; }
/* --------- 2.1 Header --------- */
#header {
height: 71px !important;
overflow: visible;
z-index: 9999;
width: 100%;
position: absolute !important; }
#header .row {
padding: 0; }
#header aside {
text-align: right; }
#header ul {
text-align: center; }
#header li {
display: inline-block;
list-style: none;
margin: 0; }
/* --------- 2.2 Logo ---------- */
#logo {
float: left;
height: 71px;
line-height: 66px;
margin-right: 15px; }
#logo h1, #logo h2 {
display: inline-block; }
#banner #logo h1 {
font-size: 28px;
margin-right: 10px;
font-weight: 900;
padding: 0; }
#logo h2 {
font-size: 18px;
padding: 0; }
#logo img {
max-height: 22px;
vertical-align: middle;
margin-right: 15px; }
#navigation-logo {
display: none; }
.nav-solid #logo #banner-logo {
display: none; }
.nav-solid #logo #navigation-logo {
display: inline-block; }
/* --------- 2.3 Buttons ---------- */
.call-to-action {
padding: 35px 0 35px 0; }
/*Style*/
.button {
font-size: 16px;
margin: 35px 0;
padding: 11px 16px;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
transition: all .3s linear;
display: inline-block;
border-width: 3px;
border-style: solid; }
/* Play Button */
#video-section {
position: relative; }
.play-video {
height: 110px;
position: absolute;
top: 50%;
margin-top: -110px;
width: 100%; }
.play-icon {
display: inline-block;
font-size: 0px;
cursor: pointer;
margin: 45px auto;
width: 110px;
height: 110px;
border-radius: 50%;
text-align: center;
position: relative;
z-index: 1; }
.play-icon:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.play-icon:before {
font-family: 'fontawesome';
content: '\f144';
speak: none;
font-size: 74px;
line-height: 110px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
display: block;
-webkit-font-smoothing: antialiased;
color: #fff; }
.play-video .play-icon {
background: rgba(255, 255, 255, 0.5);
-webkit-transition: -webkit-transform ease-out 0.3s, background 0.4s;
-moz-transition: -moz-transform ease-out 0.3s, background 0.4s;
transition: transform ease-out 0.3s, background 0.4s; }
.play-video .play-icon:after {
top: 0;
left: 0;
padding: 0;
z-index: -1;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
opacity: 0;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9); }
.play-video .play-icon:hover {
background: rgba(255, 255, 255, 0.05);
-webkit-transform: scale(0.93);
-moz-transform: scale(0.93);
-ms-transform: scale(0.93);
transform: scale(0.93);
color: #fff; }
/* --------- 2.4 Navigation ---------- */
#header {
font-size: 13px; }
#header aside {
float: right; }
#header nav ul {
text-transform: uppercase; }
#header nav a {
height: 71px;
line-height: 71px;
display: block;
padding: 0 10px; }
#header nav a:hover {
opacity: 0.6; }
/*Navigation Solid*/
#header.nav-solid [class*='col-'] {
padding: 0 20px; }
#header.nav-solid {
background: #fff;
position: fixed !important;
left: 0; }
#header.nav-solid nav a {
border-bottom: 3px solid;
border-color: #fff;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
#header.nav-solid nav a:hover {
opacity: 1; }
/* Social Elements when Solid*/
#header.nav-solid .social-icons a {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
opacity: 0.5; }
#header.nav-solid .social-icons a:hover {
opacity: 1;
color: #e4473c; }
/* Responsive Nav Styling */
#nav-trigger {
display: none;
text-align: right; }
#nav-trigger span {
display: inline-block;
width: 38px;
height: 71px;
color: #111;
cursor: pointer;
text-transform: uppercase;
font-size: 22px;
text-align: center;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
#nav-trigger span:after {
font-family: "fontAwesome";
display: inline-block;
width: 38px;
height: 71px;
line-height: 75px;
text-align: center;
content: "\f0c9";
border-top-right-radius: 5px;
border-top-left-radius: 5px; }
#nav-trigger span.open:after {
content: "\f00d"; }
#nav-trigger span:hover, .nav-solid #nav-trigger span.open:hover, .nav-solid #nav-trigger span:hover {
opacity: 0.6; }
#nav-trigger span.open, #nav-trigger span.open:hover {
color: #111; }
.nav-solid #nav-trigger span.open:hover {
color: #999; }
.nav-solid #nav-trigger span {
color: #999;
opacity: 1; }
nav#nav-mobile {
position: relative;
display: none; }
nav#nav-mobile ul {
display: none;
list-style-type: none;
position: absolute;
left: 0;
right: 0;
margin-left: -20px;
margin-right: -20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: #fff;
box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2); }
nav#nav-mobile ul:after {
display: none; }
nav#nav-mobile li {
margin: 0 20px;
float: none;
text-align: left;
border-bottom: 1px solid #e1e1e1; }
nav#nav-mobile li:last-child {
border-bottom: none; }
.nav-solid nav#nav-mobile li {
border-top: 1px solid #e1e1e1;
border-bottom: none; }
nav#nav-mobile a {
display: block;
padding: 12px 0;
color: #333;
width: 100%;
height: auto;
line-height: normal;
display: block;
border-bottom: none !important;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
nav#nav-mobile a:hover {
background: #fafafa;
opacity: 1; }
/* --------- 2.5 Social Elements ---------- */
#header .col-4 {
text-align: right; }
.social-icons {
display: inline-block;
list-style: none; }
.social-icons a {
display: inline-block;
width: 32px;
text-align: center; }
.social-icons a:hover {
opacity: 0.7; }
.social-icons span {
display: none; }
#header .social-icons {
margin-top: 27px; }
/* --------- 2.6 Images ---------- */
/*Alignment*/
img {
vertical-align: top; }
.image-center {
display: block;
margin: 0 auto; }
a img {
border: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-backface-visibility: hidden; }
a img:hover {
opacity: 0.7; }
/*------------------------------------------------------------------------------------------*/
/* 3. Fonts */
/*------------------------------------------------------------------------------------------*/
h1 {
padding: 20px 0; }
h2 {
padding: 14px 0; }
h3 {
padding: 10px 0; }
h4 {
padding: 7px 0; }
h5 {
padding: 7px 0; }
h6 {
padding: 7px 0; }
/* Text Alignment */
.text-left {
text-align: left; }
.text-center {
text-align: center; }
.text-right {
text-align: right; }
/* Section Headings */
.section-heading {
padding: 0 0 15px 0; }
.section-subtitle {
font-size: 18px;
padding-top: 0; }
.section-heading h3 {
font-size: 14px;
font-weight: bold;
color: #ccc;
letter-spacing: 2px;
padding-bottom: 0; }
/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/
#banner {
background-size: cover; }
#banner-content.row {
padding-top: 170px;
padding-bottom: 100px; }
#banner h1 {
padding-top: 5%; }
#banner .section-heading:before {
content: "";
display: block;
width: 30px;
height: 5px;
margin-top: 30px; }
/*------------------------------------------------------------------------------------------*/
/* 5. Content Elements */
/*------------------------------------------------------------------------------------------*/
/* --------- 5.1 Icons ---------- */
/*Font Icon sizes*/
.fa-1x {
font-size: 15px !important; }
/*Icon Block*/
.icon-block {
position: relative; }
.icon-block h4 {
font-weight: bold;
padding-top: 0; }
.icon-block .icon {
position: absolute; }
.icon-block p {
margin-top: 0; }
/* Icon Left*/
.icon-left .icon {
left: 15; }
.icon-left .icon-block-description {
padding-left: 53px; }
/* Icon Right */
.icon-right .icon {
right: 15; }
.icon-right .icon-block-description {
padding-right: 53px; }
/* Icon Above */
.icon-top {
display: block; }
.icon-top .icon {
position: relative;
display: block; }
.icon-top .icon-block-description {
padding-top: 25px; }
/* --------- 5.2 Parallax Elements ---------- */
.banner-parallax-1, .banner-parallax-2, .banner-parallax-3 {
min-height: 350px; }
/* --------- 5.3 Divider ---------- */
.divider {
position: relative;
width: 40%;
height: 20px;
line-height: 20px;
margin: 10px auto 5px auto;
clear: both;
text-align: center; }
.divider-inner {
position: absolute;
height: 1px;
width: 100%;
top: 50%;
margin-top: -1px;
border-top: 1px solid;
border-color: #e1e1e1; }
.divider i {
background: #fff;
position: relative;
top: -11px;
padding: 0 5px 0 5px;
color: #e1e1e1; }
/*------------------------------------------------------------------------------------------*/
/* 6. Landing Page Sections */
/*------------------------------------------------------------------------------------------*/
/* --------- 6.1 Introduction ---------- */
.introduction img.featured {
padding: 55px 0 0 0; }
/* --------- 6.2 Features ---------- */
.features.row {
padding-left: 5%;
padding-right: 5%; }
.features div:nth-child(4) {
clear: both; }
/* --------- 6.3 Testimonials ---------- */
.testimonial {
padding: 15px; }
blockquote {
position: relative; }
.testimonial img {
max-height: 120px;
border-radius: 250em; }
.testimonial footer {
padding-top: 12px; }
/* Style Classic - Avatar above Testimonial */
.testimonial.classic img {
display: inline-block;
margin-bottom: 25px; }
.testimonial.classic q {
display: block; }
.testimonial.classic footer:before {
display: block;
content: "";
width: 30px;
height: 4px;
margin: 10px auto 15px auto; }
/* Style Big */
.testimonial.bigtest {
padding-top: 0; }
.testimonial.bigtest q {
font-size: 22px; }
/* --------- 6.4 Gallery ---------- */
#gallery img {
max-height: 300px; }
#gallery [class*='col-'] {
padding: 0; }
#gallery a {
display: inline-block;
position: relative;
overflow: hidden;
margin: 16px; }
#gallery a:hover img {
opacity: 0.15;
-moz-backface-visibility: hidden; }
#gallery a:before {
font-size: 2.2em;
font-style: normal;
font-weight: normal;
text-align: center;
content: "+";
width: 70px;
height: 70px;
border-radius: 100em;
display: block;
position: absolute;
top: 55%;
left: 50%;
line-height: 72px;
margin: -35px 0 0 -35px;
opacity: 0;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
vertical-align: middle; }
#gallery a:hover:before {
opacity: 1;
top: 50%;
left: 50%; }
/**
* Featherlight – ultra slim jQuery lightbox
* Version 1.3.3 - http://noelboss.github.io/featherlight/
*
* Copyright 2015, <NAME> (http://www.noelboss.com)
* MIT Licensed.
**/
@media all {
.featherlight {
display: none;
/* dimensions: spanning the background from edge to edge */
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2147483647;
/* z-index needs to be >= elements on the site. */
/* position: centering content */
text-align: center;
/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
white-space: nowrap;
/* styling */
cursor: pointer;
background: #333;
/* IE8 "hack" for nested featherlights */
background: rgba(0, 0, 0, 0); }
/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
background: rgba(0, 0, 0, 0.8); }
.featherlight:before {
/* position: trick to center content vertically */
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em; }
.featherlight .featherlight-content {
/* position: centering vertical and horizontal */
text-align: left;
vertical-align: middle;
display: inline-block;
/* dimensions: cut off images */
overflow: auto;
/* dimensions: handling small or empty content */
min-width: 30%;
/* dimensions: handling large content */
margin-left: 5%;
margin-right: 5%;
max-height: 95%;
/* styling */
cursor: auto;
/* reset white-space wrapping */
white-space: normal; }
/* contains the content */
.featherlight .featherlight-inner {
/* make sure its visible */
display: block; }
.featherlight .featherlight-close-icon {
/* position: centering vertical and horizontal */
position: absolute;
z-index: 9999;
top: 25px;
right: 25px;
/* dimensions: 25px x 25px */
line-height: 25px;
width: 25px;
/* styling */
cursor: pointer;
text-align: center;
color: #fff;
font-family: "fontawesome";
font-size: 22px;
opacity: 0.5;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.featherlight .featherlight-close-icon:hover {
opacity: 1; }
.featherlight .featherlight-image {
/* styling */
max-height: 100%;
max-width: 100%; }
.featherlight-iframe .featherlight-content {
/* removed the border for image croping since iframe is edge to edge */
border-bottom: 0;
padding: 0; }
.featherlight iframe {
/* styling */
border: none; } }
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
.featherlight .featherlight-content {
/* dimensions: maximize lightbox with for small screens */
margin-left: 10px;
margin-right: 10px;
max-height: 98%;
padding: 10px 10px 0;
border-bottom: 10px solid transparent; } }
/* Gallery Styling */
@media all {
.featherlight-next,
.featherlight-previous {
font-family: "fontawesome";
font-size: 22px;
display: block;
position: absolute;
top: 25px;
right: 0;
bottom: 0;
left: 80%;
cursor: pointer;
/* preventing text selection */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
/* IE9 hack, otherwise navigation doesn't appear */
background: rgba(0, 0, 0, 0);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.featherlight-previous {
left: 0;
right: 80%; }
.featherlight-next span,
.featherlight-previous span {
display: inline-block;
opacity: 0.3;
position: absolute;
top: 50%;
width: 100%;
font-size: 80px;
line-height: 80px;
/* center vertically */
margin-top: -40px;
color: #fff;
font-style: normal;
font-weight: normal;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.featherlight-next span {
text-align: right;
left: auto;
right: 7%; }
.featherlight-previous span {
text-align: left;
left: 7%; }
.featherlight-next:hover span,
.featherlight-previous:hover span {
display: inline-block;
opacity: 1; }
/* Hide navigation while loading */
.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
display: none; } }
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
.featherlight-next:hover,
.featherlight-previous:hover {
background: none; }
.featherlight-next span,
.featherlight-previous span {
display: block; } }
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
.featherlight-next,
.featherlight-previous {
top: 10px;
right: 10px;
left: 85%; }
.featherlight-previous {
left: 10px;
right: 85%; }
.featherlight-next span,
.featherlight-previous span {
margin-top: -30px;
font-size: 40px; } }
/* --------- 6.5 Video ---------- */
#video-box {
color: #fff;
position: relative;
overflow: hidden;
text-align: center; }
.video_container, .easyContainer {
position: relative;
padding-bottom: 56.25%;
/* 16/9 ratio */
margin: 0;
padding-top: 0;
/* IE6 workaround*/
height: 0;
overflow: hidden; }
.video_container iframe, .video_container object, .video_container embed {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important; }
.slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
width: 100% !important;
height: 529px !important; }
.videojs-background-wrap {
overflow: hidden;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: -998; }
#slvj-window {
width: 100%;
min-height: 100%;
z-index: 9999999999;
background: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0;
left: 0; }
#slvj-window,
#slvj-window * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
#slvj-background-close {
width: 100%;
min-height: 100%;
z-index: 31;
position: fixed;
top: 0;
left: 0; }
#slvj-back-lightbox {
max-width: 940px;
max-height: 529px;
z-index: 32;
text-align: center;
margin: 0 auto; }
.slvj-lightbox {
width: 100%;
height: 100%;
margin: 0;
z-index: 53; }
#slvj-close-icon:before {
font-family: "fontawesome";
color: #fff;
content: '\f00d';
font-size: 22px;
opacity: 0.5;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
z-index: 99999;
height: 22px;
width: 22px;
position: absolute;
top: 15px;
right: 15px;
cursor: pointer; }
#slvj-close-icon:before:hover {
opacity: 1;
cursor: pointer; }
/* --------- 6.6 Clients ---------- */
#clients a {
display: block;
text-align: center;
position: relative;
text-transform: uppercase;
font-weight: bold;
color: #fff; }
#clients img {
display: inline-block;
padding: 15px 25px; }
.client-overlay {
background: rgba(0, 0, 0, 0.8);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
#clients a:hover .client-overlay {
opacity: 1; }
.client-overlay span {
position: absolute;
top: 48%;
left: 0;
width: 100%;
text-align: center;
display: inline-block; }
/* --------- 6.7 Pricing Table ---------- */
.pricing-block-content {
background: #fff;
padding: 25px 0 25px 0;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
transition: all 0.2s ease-in-out 0s;
position: relative;
border: 10px solid #fff; }
.pricing-block ul {
list-style: none;
margin: 25px 0 25px 0; }
.pricing-block li {
padding: 14px 0;
border-bottom: 1px dotted #e1e1e1; }
.pricing-block li:last-of-type {
border: none; }
.pricing-block h3 {
font-size: 17px;
text-transform: uppercase;
padding-bottom: 0; }
.pricing-sub {
font-style: italic;
color: #ccc;
margin: 0 0 25px 0; }
/*Price*/
.pricing {
background: #f5f5f5;
padding: 25px;
position: relative; }
.price {
display: inline-block;
font-size: 62px;
font-weight: 700;
position: relative; }
.price span {
position: absolute;
top: 0;
left: -20px;
font-size: 22px; }
.pricing p {
font-style: italic;
color: #b4b4b4;
line-height: auto;
margin: 0; }
/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/
#landing-footer {
clear: both; }
#landing-footer .row {
padding: 0; }
#landing-footer p {
margin: 0; }
#landing-footer ul {
list-style: none;
text-align: right; }
#landing-footer li {
display: inline-block; }
/* Scroll Up */
#scrollUp {
bottom: 15px;
right: 30px;
width: 70px;
height: 80px;
margin-bottom: -10px;
padding: 0 5px 20px 5px;
text-align: center;
text-decoration: none;
color: #fff;
-webkit-transition: margin-bottom 150ms linear;
-moz-transition: margin-bottom 150ms linear;
-o-transition: margin-bottom 150ms linear;
transition: margin-bottom 150ms linear; }
#scrollUp:hover {
margin-bottom: 0; }
#scrollUp:before {
background: #ccc;
font-family: "fontawesome";
font-size: 2.4em;
font-style: normal;
font-weight: normal;
text-align: center;
color: #fff;
width: 45px;
height: 45px;
display: inline-block;
line-height: 45px;
content: "\f106";
opacity: 1; }
/*Preloader*/
#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: 110px;
height: 110px;
position: absolute;
left: 50%;
/* centers the loading animation horizontally one the screen */
top: 50%;
/* centers the loading animation vertically one the screen */
background-position: center;
margin: -55px 0 0 -55px;
/* is width and height divided by two */
text-align: center; }
.la-ball-triangle-path,
.la-ball-triangle-path > div {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.la-ball-triangle-path {
display: block;
font-size: 0;
color: #fff; }
.la-ball-triangle-path.la-dark {
color: #333; }
.la-ball-triangle-path > div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor; }
.la-ball-triangle-path {
width: 32px;
height: 32px; }
.la-ball-triangle-path > div {
position: absolute;
top: 0;
left: 0;
width: 10px;
height: 10px;
border-radius: 100%; }
.la-ball-triangle-path > div:nth-child(1) {
-webkit-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
-moz-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
-o-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite; }
.la-ball-triangle-path > div:nth-child(2) {
-webkit-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
-moz-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
-o-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite; }
.la-ball-triangle-path > div:nth-child(3) {
-webkit-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
-moz-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
-o-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite; }
.la-ball-triangle-path.la-sm {
width: 16px;
height: 16px; }
.la-ball-triangle-path.la-sm > div {
width: 4px;
height: 4px; }
.la-ball-triangle-path.la-2x {
width: 64px;
height: 64px; }
.la-ball-triangle-path.la-2x > div {
width: 20px;
height: 20px; }
.la-ball-triangle-path.la-3x {
width: 96px;
height: 96px; }
.la-ball-triangle-path.la-3x > div {
width: 30px;
height: 30px; }
/*
* Animations
*/
@-webkit-keyframes ball-triangle-path-ball-one {
0% {
-webkit-transform: translate(0, 220%);
transform: translate(0, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-webkit-transform: translate(110%, 0);
transform: translate(110%, 0); }
50% {
opacity: .25; }
66% {
opacity: 1;
-webkit-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(0, 220%);
transform: translate(0, 220%); } }
@-moz-keyframes ball-triangle-path-ball-one {
0% {
-moz-transform: translate(0, 220%);
transform: translate(0, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-moz-transform: translate(110%, 0);
transform: translate(110%, 0); }
50% {
opacity: .25; }
66% {
opacity: 1;
-moz-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-moz-transform: translate(0, 220%);
transform: translate(0, 220%); } }
@-o-keyframes ball-triangle-path-ball-one {
0% {
-o-transform: translate(0, 220%);
transform: translate(0, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-o-transform: translate(110%, 0);
transform: translate(110%, 0); }
50% {
opacity: .25; }
66% {
opacity: 1;
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-o-transform: translate(0, 220%);
transform: translate(0, 220%); } }
@keyframes ball-triangle-path-ball-one {
0% {
-webkit-transform: translate(0, 220%);
-moz-transform: translate(0, 220%);
-o-transform: translate(0, 220%);
transform: translate(0, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-webkit-transform: translate(110%, 0);
-moz-transform: translate(110%, 0);
-o-transform: translate(110%, 0);
transform: translate(110%, 0); }
50% {
opacity: .25; }
66% {
opacity: 1;
-webkit-transform: translate(220%, 220%);
-moz-transform: translate(220%, 220%);
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(0, 220%);
-moz-transform: translate(0, 220%);
-o-transform: translate(0, 220%);
transform: translate(0, 220%); } }
@-webkit-keyframes ball-triangle-path-ball-two {
0% {
-webkit-transform: translate(110%, 0);
transform: translate(110%, 0); }
17% {
opacity: .25; }
33% {
opacity: 1;
-webkit-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-webkit-transform: translate(0, 220%);
transform: translate(0, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(110%, 0);
transform: translate(110%, 0); } }
@-moz-keyframes ball-triangle-path-ball-two {
0% {
-moz-transform: translate(110%, 0);
transform: translate(110%, 0); }
17% {
opacity: .25; }
33% {
opacity: 1;
-moz-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-moz-transform: translate(0, 220%);
transform: translate(0, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-moz-transform: translate(110%, 0);
transform: translate(110%, 0); } }
@-o-keyframes ball-triangle-path-ball-two {
0% {
-o-transform: translate(110%, 0);
transform: translate(110%, 0); }
17% {
opacity: .25; }
33% {
opacity: 1;
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-o-transform: translate(0, 220%);
transform: translate(0, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-o-transform: translate(110%, 0);
transform: translate(110%, 0); } }
@keyframes ball-triangle-path-ball-two {
0% {
-webkit-transform: translate(110%, 0);
-moz-transform: translate(110%, 0);
-o-transform: translate(110%, 0);
transform: translate(110%, 0); }
17% {
opacity: .25; }
33% {
opacity: 1;
-webkit-transform: translate(220%, 220%);
-moz-transform: translate(220%, 220%);
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-webkit-transform: translate(0, 220%);
-moz-transform: translate(0, 220%);
-o-transform: translate(0, 220%);
transform: translate(0, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(110%, 0);
-moz-transform: translate(110%, 0);
-o-transform: translate(110%, 0);
transform: translate(110%, 0); } }
@-webkit-keyframes ball-triangle-path-ball-tree {
0% {
-webkit-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-webkit-transform: translate(0, 220%);
transform: translate(0, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-webkit-transform: translate(110%, 0);
transform: translate(110%, 0); }
83% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(220%, 220%);
transform: translate(220%, 220%); } }
@-moz-keyframes ball-triangle-path-ball-tree {
0% {
-moz-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-moz-transform: translate(0, 220%);
transform: translate(0, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-moz-transform: translate(110%, 0);
transform: translate(110%, 0); }
83% {
opacity: .25; }
100% {
opacity: 1;
-moz-transform: translate(220%, 220%);
transform: translate(220%, 220%); } }
@-o-keyframes ball-triangle-path-ball-tree {
0% {
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-o-transform: translate(0, 220%);
transform: translate(0, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-o-transform: translate(110%, 0);
transform: translate(110%, 0); }
83% {
opacity: .25; }
100% {
opacity: 1;
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); } }
@keyframes ball-triangle-path-ball-tree {
0% {
-webkit-transform: translate(220%, 220%);
-moz-transform: translate(220%, 220%);
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-webkit-transform: translate(0, 220%);
-moz-transform: translate(0, 220%);
-o-transform: translate(0, 220%);
transform: translate(0, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-webkit-transform: translate(110%, 0);
-moz-transform: translate(110%, 0);
-o-transform: translate(110%, 0);
transform: translate(110%, 0); }
83% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(220%, 220%);
-moz-transform: translate(220%, 220%);
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); } }
/*------------------------------------------------------------------------------------------*/
/* Responsive Elements */
/*------------------------------------------------------------------------------------------*/
/* =Media Queries for Nav
===============================*/
@media all and (max-width: 1024px) {
#nav-trigger {
display: block; }
nav#nav-main {
display: none; }
nav#nav-mobile {
display: block; }
nav#nav-mobile li {
display: block; }
#header aside {
display: none; } }
/* Landscape mobile & down
===============================*/
@media (max-width: 480px) {
#wrapper {
margin: 0;
padding: 0; }
.page-border, #scrollUp, #scrollUp:before {
display: none; }
.row {
padding: 15px !important; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38, .row {
width: 100%; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38 {
padding-right: 0;
padding-left: 0; }
/*-----------------Header Elements-----------------*/
#header .row {
padding: 0 15px !important; }
#header.nav-solid [class*="col-"] {
padding: 0; }
/*Logo*/
#logo h2 {
padding: 0; }
/* Social */
#header aside {
clear: both;
padding: 0; }
#header ul.social-icons {
margin-top: 0; }
#banner-content.row {
padding-top: 85px !important;
background: #ffc107; }
/*-----------------Sections-----------------*/
/* Call to Action*/
.call-to-action {
padding-bottom: 25px; }
/* Video */
.slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
height: 270px !important; }
/* Footer */
#landing-footer #copyright {
float: left;
width: 50%; }
#landing-footer .social-icons {
float: right;
width: 50%; }
/*-----------------Typography-----------------*/
h1 {
font-size: 38px; }
#banner h1 {
font-size: 48px; }
/* Hide Elements */
a#scrollUp {
display: none !important; } }
/* Mobile to Tablet Portrait
===============================*/
@media (min-width: 480px) and (max-width: 767px) {
#wrapper {
margin: 0;
padding: 0; }
.page-border, #scrollUp, #scrollUp:before {
display: none; }
.row {
padding: 15px 0 !important; }
.col-1, .col-2, .col-5, .col-7, .col-9, .col-11, .col-2-3, .col-3-4, .col-61, .col-38, .row {
width: 100%; }
.col-3, .col-4, .col-6, .col-8, .col-10, .col-12 {
width: 50%; }
/*-----------------Header Elements-----------------*/
#header .row {
padding: 0 !important; }
#header aside {
display: inline-block;
position: absolute;
top: 40px;
right: 60px;
padding-top: 3px;
padding-right: 5px; }
#header.nav-solid aside {
top: 20px; }
#header aside ul {
margin-top: 0 !important;
padding-top: 6px; }
#banner-content.row {
padding-top: 85px !important; }
/*Navigation*/
nav#nav-mobile ul {
margin-left: -40px;
margin-right: -40px;
padding-left: 20px;
padding-right: 20px; }
/*-----------------Sections-----------------*/
/* Video */
.slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
height: 370px !important; }
/* Footer */
#landing-footer #copyright {
float: left;
width: 50%; }
#landing-footer .social-icons {
float: right;
width: 50%; } }
/* Landscape Tablet to Desktop
===============================*/
@media (min-width: 768px) and (max-width: 1024px) {
#wrapper {
margin: 0;
padding: 0; }
.page-border {
display: none; }
.big-padding-top {
padding-top: 45px !important; }
/*-----------------Header Elements-----------------*/
#header aside {
display: inline-block;
position: absolute;
top: 40px;
right: 60px;
padding-top: 3px;
padding-right: 5px; }
#header.nav-solid aside {
top: 20px; }
#header aside ul {
margin-top: 0 !important;
padding-top: 6px; }
/*Navigation*/
nav#nav-mobile ul {
margin-left: -40px;
margin-right: -40px;
padding-left: 20px;
padding-right: 20px; }
/*-----------------Sections-----------------*/
/* Video */
.slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
height: 432px !important; } }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block; }
audio, canvas, video {
display: inline-block; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden] {
display: none; }
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
a:active, a:hover {
outline: 0; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
abbr[title] {
border-bottom: 1px; }
b, strong {
font-weight: bold; }
dfn {
font-style: italic; }
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
mark {
background: #ff0;
color: #000; }
code, kbd, pre, samp {
font-family: monospace,serif;
font-size: 1em; }
pre {
white-space: pre-wrap; }
q {
quotes: "\201C" "\201D" "\2018" "\2019"; }
small {
font-size: 80%; }
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 0; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
button, input, select, textarea {
font-family: inherit;
font-size: 100%;
margin: 0; }
button, input {
line-height: normal; }
button, select {
text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled], html input[disabled] {
cursor: default; }
input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0; }
textarea {
overflow: auto;
vertical-align: top; }
table {
border-collapse: collapse;
border-spacing: 0; }
/* ------------------------- Logo -------------------------------------------------- */
.logo {
color: #fff;
letter-spacing: 1px;
font-weight: 400;
font-size: 25px;
position: fixed;
left: 30px;
top: 30px;
mix-blend-mode: difference;
z-index: 20; }
.logo:hover {
color: #a58861; }
/* ------------------------- Progress bar -------------------------------------------------- */
.progressContainer {
position: fixed;
top: 50%;
right: 40px;
z-index: 5;
height: 100px;
width: 3px;
background: rgba(152, 152, 158, 0.3);
overflow: hidden;
transform: translate(0, -50%); }
.progressFill {
width: 3px;
background: #A58861;
height: 0%; }
@media screen and (max-width: 760px) {
.progressContainer {
display: none; } }
/* ------------------------- Socials -------------------------------------------------- */
.socials {
font-size: 25px;
position: fixed;
top: 15%;
transform: translate(0, -50%);
left: 25px;
border-radius: 20px;
mix-blend-mode: difference;
z-index: 20; }
.social-btn {
width: 40px;
height: 40px;
float: left; }
.social-btn:hover {
color: #a58861; }
@media screen and (max-width: 760px) {
.socials {
opacity: 0;
visibility: hidden; }
body.active .socials {
opacity: 1;
visibility: visible; } }
/* ------------------------- Contact (right bottom) -------------------------------------------------- */
.contact-btn {
width: 50px;
height: 50px;
position: fixed;
bottom: 15px;
right: 15px;
mix-blend-mode: difference;
z-index: 20;
background: url("") -36px 18px no-repeat;
border-radius: 25px; }
.contact-btn:hover {
background: rgba(230, 229, 225, 0.07) url("") 14px -32px no-repeat; }
/* ------------------------- Navigation -------------------------------------------------- */
#menu {
position: fixed;
height: 0;
top: 0;
width: 100%;
z-index: 8;
background: #191a1e00;
background-size: contain;
overflow: hidden; }
#menu .wrap {
height: 100%;
position: relative;
max-width: 1100px;
padding-left: 120px;
padding-right: 120px; }
#menu.active {
height: 100vh;
background: #191A1E url("") center center no-repeat;
background-size: contain; }
#menu .navigation {
top: 50%;
transform: translate(0%, -50%);
position: absolute;
width: calc(100% - 240px); }
@media screen and (max-width: 760px) {
#menu.active {
background: #191A1E url("") center center no-repeat;
background-size: cover; }
#menu .wrap {
padding-left: 80px;
padding-right: 80px; }
#menu .navigation {
width: calc(100% - 160px); } }
@media screen and (max-width: 440px) {
#menu .navigation {
top: 45%;
transform: translate(0%, -50%); } }
/* ------------------------- Nav contact -------------------------------------------------- */
#menu .nav-contact {
width: 50%;
float: left;
height: 100%;
animation: transpAnimation .3s;
-moz-animation: transpAnimation .3s;
/* Firefox */
-webkit-animation: transpAnimation .3s;
/* Safari and Chrome */
-o-animation: transpAnimation .3s;
/* Opera */
opacity: 0; }
#menu.active .nav-contact {
animation: navContact 1.5s;
-moz-animation: navContact 1.5s;
/* Firefox */
-webkit-animation: navContact 1.5s;
/* Safari and Chrome */
-o-animation: navContact 1.5s;
/* Opera */
opacity: 1; }
@keyframes navContact {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes navContact {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes navContact {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes navContact {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes transpAnimation {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-moz-keyframes transpAnimation {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-webkit-keyframes transpAnimation {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-o-keyframes transpAnimation {
0% {
opacity: 1; }
100% {
opacity: 0; } }
#menu .nav-contact .profile-picture {
width: 80px;
height: 80px;
float: left;
border-radius: 40px;
background: url("../img/aleksandar.jpg") center center;
background-size: cover;
margin-top: 25px; }
#menu .nav-contact p, #menu .nav-contact a {
float: left;
color: #fff;
width: 100%;
opacity: 1;
line-height: 30px;
font-size: 15px; }
#menu .nav-contact a:hover {
color: #ff3f4c; }
#menu .nav-contact h3 {
float: left;
color: #a58861;
width: 100%;
margin: 40px 0 0 0; }
#menu .nav-contact .credits {
bottom: 20px;
opacity: .5; }
@media screen and (max-width: 1260px) {
#menu .nav-contact h3 {
margin: 20px 0 0 0; } }
@media screen and (max-width: 760px) {
#menu .nav-contact {
display: none; } }
/* ------------------------- Nav ul -------------------------------------------------- */
#menu ul {
width: 50%;
float: left;
animation: transpAnimation .3s;
-moz-animation: transpAnimation .3s;
/* Firefox */
-webkit-animation: transpAnimation .3s;
/* Safari and Chrome */
-o-animation: transpAnimation .3s;
/* Opera */
opacity: 0; }
#menu.active ul {
animation: navContact 1.5s;
-moz-animation: navContact 1.5s;
/* Firefox */
-webkit-animation: navContact 1.5s;
/* Safari and Chrome */
-o-animation: navContact 1.5s;
/* Opera */
opacity: 1; }
#menu li {
list-style: none;
width: 100%;
float: left;
text-align: right; }
#menu li a {
color: #fff;
line-height: 60px;
font-size: 42px;
padding: 12px 0;
display: block; }
#menu li a:hover {
color: rgba(255, 255, 255, 0.5); }
#menu li.active a, #menu li.active a:hover {
color: #A58861; }
@media screen and (max-width: 1260px) {
#menu li a {
line-height: 50px;
font-size: 32px; } }
@media screen and (max-width: 760px) {
#menu ul {
width: 100%; }
#menu li a {
line-height: 40px;
font-size: 21px; } }
/* ------------------------- Nav icon -------------------------------------------------- */
.nav-icon {
position: fixed;
right: 10px;
top: 10px;
width: 60px;
height: 60px;
cursor: pointer;
z-index: 20;
mix-blend-mode: difference; }
.hamburger-bar {
width: 22px;
height: 2px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #ffffff00; }
.hamburger-bar:before,
.hamburger-bar:after {
content: '';
position: absolute;
width: 22px;
height: 2px;
background: #fff; }
.hamburger-bar:before {
transform: rotate(0deg) translate(0px, -4px); }
.hamburger-bar:after {
transform: rotate(0deg) translate(0px, 4px); }
.nav-icon.white .hamburger-bar:before,
.nav-icon.white .hamburger-bar:after {
background: #fff; }
.nav-icon.active .hamburger-bar:before {
transform: rotate(-45deg) translate(0px, 0px); }
.nav-icon.active .hamburger-bar:after {
transform: rotate(45deg) translate(0px, 0px); }
.nav-icon.active:hover .hamburger-bar.hamburger-bar:before {
transform: rotate(0deg) translate(0px, 0px); }
.nav-icon.active:hover .hamburger-bar.hamburger-bar:after {
transform: rotate(0deg) translate(0px, 0px); }
.nav-icon:hover .hamburger-bar.hamburger-bar:before {
transform: rotate(0deg) translate(-4px, -4px); }
.nav-icon:hover .hamburger-bar.hamburger-bar:after {
transform: rotate(0deg) translate(4px, 4px); }
@media screen and (max-width: 1080px) {
.nav-icon.active:hover .hamburger-bar.hamburger-bar:before {
transform: rotate(-45deg) translate(0px, 0px); }
.nav-icon.active:hover .hamburger-bar.hamburger-bar:after {
transform: rotate(45deg) translate(0px, 0px); }
.nav-icon:hover .hamburger-bar.hamburger-bar:before {
transform: rotate(0deg) translate(0px, -4px); }
.nav-icon:hover .hamburger-bar.hamburger-bar:after {
transform: rotate(0deg) translate(0px, 4px); } }
.nav-icon, .hamburger-bar, .hamburger-bar:before, .hamburger-bar:after, a, span, .number {
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out; }
#menu, .navigation, .overlayclick.loaded, .socials {
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out; }
* {
box-sizing: border-box; }
html {
font-size: calc(4px + 0.45vw); }
body {
color: #000; }
a {
text-decoration: none; }
*:focus {
outline: 0; }
/* Primary Style
--------------------------------*/
.main {
max-width: 110rem;
margin: 0 auto; }
header {
line-height: 12rem;
height: 12rem; }
header h1 {
font-size: 2.5rem; }
header ul::after {
content: '';
display: table;
clear: both; }
header li {
float: left;
width: 12.5%;
text-align: center;
text-transform: uppercase; }
header li:nth-child(4) {
width: 25%; }
header li a {
font-weight: 900;
font-size: 1.2rem;
letter-spacing: 2px; }
.text {
font-size: 2rem;
padding: 2rem 0;
-moz-columns: 3;
-webkit-columns: 3;
columns: 3; }
.text p {
margin-bottom: 2rem; }
/* Slider Style
--------------------------------------*/
.cd-slider {
position: relative;
width: 100%;
height: 40rem;
overflow: hidden;
margin-bottom: 8rem;
background: #eef0f0; }
.cd-slider li {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
-webkit-transition: visibility 0s 1s;
transition: visibility 0s 1s;
will-change: visibility; }
.image {
position: absolute;
top: 0;
left: 0;
width: 65%;
height: 100%;
background-size: cover;
background-position: 50% 50%;
clip: rect(0, 80rem, 50rem, 80rem);
-webkit-transition: clip 0.5s cubic-bezier(0.99, 0.01, 0.45, 0.9) 0.5s;
transition: clip 0.5s cubic-bezier(0.99, 0.01, 0.45, 0.9) 0.5s;
will-change: clip; }
.content {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
padding: 2rem 30px 0 2rem;
font-size: 9rem;
text-align: right; }
.content h2 {
text-overflow: ellipsis;
-webkit-transform: translateY(-30%);
transform: translateY(-30%);
opacity: 0;
-webkit-transition: opacity .5s, -webkit-transform .5s;
transition: opacity .5s, -webkit-transform .5s;
transition: transform .5s, opacity .5s;
transition: transform .5s, opacity .5s, -webkit-transform .5s;
will-change: transform, opacity; }
.content a {
display: inline-block;
font-size: 2rem;
text-transform: lowercase;
padding: 3.5rem;
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
transition: opacity .5s .1s, -webkit-transform .5s .1s;
transition: transform .5s .1s, opacity .5s .1s;
transition: transform .5s .1s, opacity .5s .1s, -webkit-transform .5s .1s;
will-change: transform, opacity; }
/* Current Slide
-------------------------------------*/
li.current {
visibility: visible;
-webkit-transition-delay: 0s;
transition-delay: 0s; }
li.current .image {
clip: rect(0, 80rem, 50rem, 0); }
li.current .content h2 {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition-delay: 1s;
transition-delay: 1s; }
li.current .content a {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition-delay: 1.1s;
transition-delay: 1.1s; }
/* Prev Slide
------------------------------------*/
li.prev_slide .image {
clip: rect(0, 0, 50rem, 0); }
nav {
position: absolute;
bottom: 0;
right: 0;
background: #191a1e;
z-index: 2;
padding: 30px; }
.prev, .next, .counter {
vertical-align: middle; }
.prev, .next {
position: relative;
display: inline-block;
height: 5rem;
width: 5rem;
border: 0;
cursor: pointer;
background: transparent; }
.prev::before, .next::before {
content: '';
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-right-width: 1rem;
border-right-color: #fff;
border-left-width: 0;
width: 0;
height: 0; }
.prev::after, .next::after {
content: '';
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%) translateZ(0);
transform: translateY(-50%) translateZ(0);
left: .5rem;
background: #fff;
height: .1rem;
min-height: 1px;
width: 2.5rem; }
.next::before {
right: 0;
left: auto;
border-left-width: 1rem;
border-left-color: #fff;
border-right-width: 0; }
.next::after {
right: .5rem;
left: auto; }
.prev:hover::after, .next:hover::after {
height: 3px;
background: #a58861; }
@media screen and (max-width: 750px) {
.image {
width: 100%; }
.content {
padding-right: 2rem;
background: #000000cf; }
.raleway700 {
font-size: 25px !important; }
nav {
left: 0;
right: auto; } }
@media screen and (max-width: 1024px) {
.raleway700 {
font-size: 25px !important; } }
@media screen and (max-width: 800px) {
header ul li:not(:nth-child(4)) {
display: none; }
header ul li:nth-child(4) {
width: 100%; } }
.overlay {
position: fixed;
background: #191A1E;
z-index: 15;
bottom: 0;
height: 100%;
width: 100%;
left: 0;
overflow: hidden; }
.overlay .logo {
position: absolute;
top: 48%;
left: 50%;
transform: translate(-50%, 0);
animation: textAnimation 2s;
-moz-animation: textAnimation 2s;
/* Firefox */
-webkit-animation: textAnimation 2s;
/* Safari and Chrome */
-o-animation: textAnimation 2s;
/* Opera */ }
.overlayclick {
position: fixed;
background: #191A1E;
z-index: 15;
top: 0;
height: 0;
width: 100%;
left: 0;
overflow: hidden;
display: block !important; }
.overlaymenu {
position: fixed;
background: #191A1E;
z-index: 15;
top: 0;
height: 100%;
width: 100%;
left: 0;
display: none; }
.loaded .overlay {
animation: overlayAnimation 1.2s;
-moz-animation: overlayAnimation 1.2s;
/* Firefox */
-webkit-animation: overlayAnimation 1.2s;
/* Safari and Chrome */
-o-animation: overlayAnimation 1.2s;
/* Opera */
height: 0; }
@keyframes overlayAnimation {
0% {
height: 100%; }
100% {
height: 0; } }
@-moz-keyframes overlayAnimation {
0% {
height: 100%; }
100% {
height: 0; } }
@-webkit-keyframes overlayAnimation {
0% {
height: 100%; }
100% {
height: 0; } }
@-o-keyframes overlayAnimation {
0% {
height: 100%; }
100% {
height: 0; } }
.loaded .image-box-overlay {
width: 0;
animation: imgAnimation 2s;
-moz-animation: imgAnimation 2s;
/* Firefox */
-webkit-animation: imgAnimation 2s;
/* Safari and Chrome */
-o-animation: imgAnimation 2s;
/* Opera */ }
@keyframes imgAnimation {
0% {
width: 100%; }
50% {
width: 100%; }
100% {
width: 0; } }
@-moz-keyframes imgAnimation {
0% {
width: 100%; }
50% {
width: 100%; }
100% {
width: 0; } }
@-webkit-keyframes imgAnimation {
0% {
width: 100%; }
50% {
width: 100%; }
100% {
width: 0; } }
@-o-keyframes imgAnimation {
0% {
width: 100%; }
50% {
width: 100%; }
100% {
width: 0; } }
.loaded .header-block {
animation: textAnimation 2s;
-moz-animation: textAnimation 2s;
/* Firefox */
-webkit-animation: textAnimation 2s;
/* Safari and Chrome */
-o-animation: textAnimation 2s;
/* Opera */ }
@keyframes textAnimation {
0% {
top: 60%;
opacity: 0; }
50% {
top: 55%;
opacity: 0; }
100% {
top: 48%;
opacity: 1; } }
@-moz-keyframes textAnimation {
0% {
top: 60%;
opacity: 0; }
50% {
top: 55%;
opacity: 0; }
100% {
top: 48%;
opacity: 1; } }
@-webkit-keyframes textAnimation {
0% {
top: 60%;
opacity: 0; }
50% {
top: 55%;
opacity: 0; }
100% {
top: 48%;
opacity: 1; } }
@-o-keyframes textAnimation {
0% {
top: 60%;
opacity: 0; }
50% {
top: 55%;
opacity: 0; }
100% {
top: 48%;
opacity: 1; } }
.progressFillAnimation {
height: 100%;
width: 2px;
background: #A58861;
position: absolute; }
.loaded .progressFillAnimation {
animation: barAnimation 2s;
-moz-animation: barAnimation 2s;
/* Firefox */
-webkit-animation: barAnimation 2s;
/* Safari and Chrome */
-o-animation: barAnimation 2s;
/* Opera */
height: 0; }
@keyframes barAnimation {
0% {
height: 100%; }
50% {
height: 100%; }
100% {
height: 0; } }
@-moz-keyframes barAnimation {
0% {
height: 100%; }
50% {
height: 100%; }
100% {
height: 0; } }
@-webkit-keyframes barAnimation {
0% {
height: 100%; }
50% {
height: 100%; }
100% {
height: 0; } }
@-o-keyframes barAnimation {
0% {
height: 100%; }
50% {
height: 100%; }
100% {
height: 0; } }
/*# sourceMappingURL=style.css.map */ | css/style.css | @charset "UTF-8";
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.clearfix:before, .clearfix:after {
content: '';
display: table; }
.clearfix:after {
clear: both; }
h1, h2, h3, h4, p, a, b {
padding: 0;
margin: 0; }
li, ul {
padding: 0;
margin: 0;
list-style: none; }
h1 {
font-size: 54px !important;
line-height: 72px;
font-weight: 700; }
h2 {
font-size: 32px;
line-height: 46px;
font-weight: 400;
margin-bottom: 15px; }
h3 {
font-size: 23px;
line-height: 30px;
font-weight: 200;
letter-spacing: 2px;
margin-bottom: 5px; }
h4 {
font-size: 21px;
line-height: 30px;
font-weight: 200; }
p {
font-size: 15px;
line-height: 30px;
margin-bottom: 30px; }
strong {
color: #191a1e; }
a {
text-decoration: none;
color: #fff; }
p a:hover {
color: #a58861; }
p.light, h1.light, h2.light, h4.light {
color: #fff; }
p.light {
color: #949494; }
h3.color, span.color {
color: #a58861; }
.raleway200 {
font-weight: 200 !important;
font-size: 17px;
letter-spacing: 2px !important;
color: #191a1e; }
.raleway400 {
font-weight: 400 !important;
font-size: 25px;
color: #191a1e; }
.raleway700 {
font-weight: 700 !important;
font-size: 54px;
color: #191a1e; }
.white {
color: #fff !important; }
.red {
color: #ff3f4c !important; }
.blue {
color: #618d96 !important; }
.black {
color: #191a1e; }
.font30 {
font-size: 30px !important; }
.font17 {
font-size: 17px !important; }
@media screen and (max-width: 1260px) {
h1 {
font-size: 48px;
line-height: 64px; }
h2 {
font-size: 28px;
line-height: 40px;
margin-bottom: 30px; }
h3 {
font-size: 12px;
line-height: 30px;
margin-bottom: 10px; }
h4 {
font-size: 18px;
line-height: 26px; }
p {
font-size: 15px;
line-height: 30px;
margin-bottom: 30px; }
a {
font-size: 15px; } }
@media screen and (max-width: 760px) {
h1 {
font-size: 38px;
line-height: 50px; }
h2 {
font-size: 24px;
line-height: 34px;
margin-bottom: 30px; }
h3 {
font-size: 12px;
line-height: 30px;
margin-bottom: 5px; }
p {
font-size: 15px;
line-height: 30px;
margin-bottom: 30px; }
p a:hover {
text-decoration: none; } }
@media screen and (max-width: 560px) {
h1 {
font-size: 40px !important;
line-height: 50px; }
h2 {
font-size: 22px;
line-height: 32px;
margin-bottom: 30px; }
h3 {
font-size: 11px;
line-height: 30px;
margin-bottom: 5px; }
p {
font-size: 15px;
line-height: 30px;
margin-bottom: 30px; }
p a:hover {
text-decoration: none; } }
@media screen and (max-width: 340px) {
h1 {
font-size: 32px;
line-height: 42px; } }
body {
color: #191a1e;
top: 0;
left: 0;
background: #eef0f0; }
html, body {
width: 100%;
font-family: 'Raleway', sans-serif; }
/* ------------------------- All -------------------------------------------------- */
.section {
float: left;
width: 100%;
position: relative;
background: #fff; }
.wrap {
max-width: 1020px;
margin: 0 auto;
padding-left: 80px;
padding-right: 80px; }
.wrap-wide {
max-width: 1260px;
margin: 0 auto;
padding-left: 80px;
padding-right: 80px; }
.sub-wrap {
width: 50%;
position: relative;
float: left; }
.sub-wrap.left {
padding-right: 40px; }
.sub-wrap.right {
padding-left: 40px; }
.stripe {
background: rgba(25, 26, 30, 0.15);
width: 100%;
height: 1px;
float: left; }
.btn {
height: 60px;
background: #191A1E;
color: #fff;
display: inline-block;
padding: 30px 40px 30px 40px;
line-height: 0px;
border-radius: 30px;
position: relative; }
.btn1:hover {
border-radius: 0px;
border: 2px solid #a58861;
background: #fff;
color: #a58861; }
.btn2:hover {
color: #a58861;
border-radius: 0px; }
.btn3 {
background: #191a1e !important;
color: #fff !important;
border: 1px solid #949494 !important; }
.btn3:hover {
border-radius: 0px;
border: 2px solid #a58861 !important;
color: #a58861 !important; }
.btn img {
opacity: .5;
position: absolute;
top: 50%;
transform: translate(0, -50%);
display: inline-block;
margin-left: 10px; }
.btn:hover {
text-decoration: none; }
.btn:hover img {
opacity: 1;
margin-left: 13px; }
.image-box {
display: block;
width: 100%;
height: 100%;
top: 0;
padding-left: 25%; }
.image-box-overlay {
position: absolute;
content: '';
height: 100%;
width: 100%;
background: #191A1E;
top: 0;
right: 0;
z-index: 1; }
.image-box-small {
position: absolute;
width: 100%;
display: none;
top: 50%;
transform: translate(0, -50%); }
.sub-header {
padding-top: 250px; }
.white-bar-mobile {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 2;
display: none;
background: #fff; }
@media screen and (max-width: 1450px) {
.sub-header {
padding-top: 230px; } }
@media screen and (max-width: 1260px) {
.sub-header {
padding-top: 160px; } }
@media screen and (max-width: 760px) {
.wrap {
max-width: 940px;
margin: 0 auto;
padding-left: 40px;
padding-right: 40px; }
.wrap-wide {
padding-left: 40px;
padding-right: 40px; }
.image-box-inside {
top: 0%;
width: 130%;
left: -15%;
display: none; }
.image-box-small {
display: block; }
.sub-header {
padding-top: 160px; }
.sub-wrap {
width: 100%; }
.sub-wrap.left {
padding-right: 0px; }
.sub-wrap.right {
padding-left: 0px; }
.white-bar-mobile {
display: block; } }
/* ------------------------- Homepage -------------------------------------------------- */
/* ------------------------- Header -------------------------------------------------- */
.header {
width: 100%;
height: 100vh;
float: left;
background: linear-gradient(to top, #f2f2f2, #dbdbdb, #eaeaea);
background-size: contain; }
.header-block {
left: 50%;
top: 48%;
transform: translate(-50%, -50%);
position: absolute;
width: 840px;
padding: 0 20px;
text-align: center; }
.header-block h1 {
margin: 0 0 40px 0;
position: relative; }
.header-block h3 {
color: #191a1e; }
.scroll-down {
width: 80px;
height: 80px;
position: absolute;
bottom: 70px;
left: 51%;
transform: translate(-50%, 0);
z-index: 3; }
.scroll-down i {
font-size: 65px;
color: #a58861; }
.scroll-down:hover {
bottom: 50px; }
.top-bar-home {
position: fixed;
top: 0;
left: 50%;
transform: translate(-50%, 0);
height: 80px;
z-index: 1;
letter-spacing: 2px; }
.top-bar-home.scrolled {
opacity: 0;
visibility: hidden;
top: -5px; }
.top-bar-home .dot {
width: 8px;
height: 8px;
border-radius: 4px;
background: #51A384;
float: left;
margin: 35px 10px 0 0; }
.top-bar-home p {
float: left;
line-height: 0px;
font-size: 13px;
padding: 39.5px 0;
opacity: 1; }
.top-bar-home.false {
display: none; }
@media screen and (max-width: 1260px) {
.header-block {
width: 740px; } }
@media screen and (max-width: 890px) {
.header-block {
width: 740px;
padding: 0 40px; } }
@media screen and (max-width: 760px) {
.header {
background-size: cover;
height: 88vh; }
.header-block {
width: 100%;
padding: 0 40px; }
.header h1 {
font-size: 34px;
line-height: 42px;
margin-bottom: 30px; }
.hq-small {
display: none; }
.top-bar-home {
display: none; }
.scroll-down {
width: 60px;
height: 60px;
bottom: auto;
top: calc(88vh - 70px); } }
@media screen and (max-width: 340px) {
.header h1 {
font-size: 27px !important;
line-height: 38px;
margin-bottom: 20px; } }
/* ------------------------- About Home -------------------------------------------------- */
.home-about {
width: 100%;
background: #191A1E;
padding: 0 0 120px 0; }
.photo-aleksandar {
width: 100%;
float: left;
margin-top: -80px;
position: relative;
overflow: hidden; }
.photo-aleksandar .btn {
position: absolute;
right: 0;
bottom: 0;
z-index: 1;
height: 80px;
border-radius: 0;
padding: 40px 80px; }
.home-about .block-left {
width: 50%;
float: left;
padding-right: 40px; }
.home-about .block-right {
width: 50%;
float: left;
padding-left: 90px;
text-align: center; }
.home-about .block-right .col-left {
float: left;
padding-right: 50px; }
.home-about .block-right .col-right {
float: left; }
.home-about .block-right h3 {
margin: 0 0 2px 0; }
.home-about .block-right p {
margin-bottom: 0;
opacity: 1;
font-size: 14px; }
@media screen and (max-width: 1260px) {
.home-about .block-left {
width: 65%;
padding-right: 60px; }
.home-about .block-right {
width: 35%;
padding-left: 20px;
padding-top: 0px; }
.home-about .block-right .col-left {
margin-bottom: 20px; } }
@media screen and (max-width: 760px) {
.home-about {
padding: 0 0 60px 0; }
.home-about .wrap-wide {
padding: 0; }
.photo-aleksandar {
margin-top: -40px;
margin-bottom: 70px; }
.photo-aleksandar:before {
padding-top: 70%; }
.photo-aleksandar .btn {
position: absolute;
right: 0;
z-index: 1;
height: 60px;
border-radius: 0;
padding: 30px 60px 30px 40px; }
.home-about .block-left {
width: 100%;
padding-right: 0px; }
.home-about .block-right {
width: 100%;
padding-left: 0px;
padding-top: 20px; }
.home-about .block-right .col-left {
padding-right: 15vw; }
.home-about h2 {
margin-bottom: 10px; }
.home-about p {
margin-bottom: 0; } }
/* ------------------------- Recent Work Home -------------------------------------------------- */
.home-rw {
padding: 120px 0 140px 0;
background: linear-gradient(to bottom, #f2f2f2, #dbdbdb, #eaeaea); }
.rw-title {
left: 50%;
transform: translate(-50%, 0);
position: relative;
display: inline-block; }
.rw-title h2 {
float: left;
line-height: 60px;
margin-right: 40px;
margin-bottom: 10px; }
.rw-title .btn {
float: left;
background: #fff;
border: 1px solid rgba(25, 26, 30, 0.15);
color: #191A1E; }
.rw-title .btn img {
mix-blend-mode: difference; }
.rw-cases {
width: 100%;
float: left;
padding-top: 60px;
margin-left: 25%; }
.rw-case:first-child {
margin-right: 40px; }
.rw-case {
width: calc(50% - 20px);
position: relative;
overflow: hidden;
background: #F1F1F1;
float: left;
color: #191A1E;
border: 0px #fff solid;
transform: translate(0%, 10px); }
.rw-case-overlay {
position: absolute;
content: '';
height: 100%;
width: 100%;
background: #fff;
top: 0;
right: 0;
z-index: 1; }
.rw-case.fade .rw-case-overlay {
width: 0; }
.rw-case:before {
content: "";
display: block;
padding-top: 75%; }
.rw-case h3 {
position: absolute;
left: 50px;
top: 50px;
line-height: 20px;
margin: 0; }
.rw-case .arrow {
width: 26px;
height: 17px;
position: absolute;
bottom: 50px;
left: 50px;
background: url("") center center no-repeat;
opacity: .5; }
.rw-case .case-title {
position: absolute;
top: 50%;
left: 50px;
transform: translate(0%, -50%);
max-width: 50%; }
.rw-case h2 {
margin: 0; }
.rw-case img {
position: absolute;
top: 50%;
left: calc(100% - 150px);
transform: translate(-50%, -50%); }
.rw-case p {
position: absolute;
right: 50px;
bottom: 50px;
line-height: 20px;
margin-bottom: 0;
opacity: .5;
font-size: 15px; }
.rw-case:hover {
transform: translate(0%, 0px); }
.rw-case:hover .arrow {
transform: rotate(-45deg);
opacity: 1; }
.rw-case:hover p {
opacity: 1; }
.rw-case.true p, .rw-case.true h2 {
color: #fff; }
.rw-case.true h3 {
color: rgba(255, 255, 255, 0.5); }
.rw-case.true .arrow {
background: url("") center center no-repeat; }
.empty-case {
width: calc(25% - 10px);
position: relative;
overflow: hidden;
float: left; }
.empty-case:before {
content: "";
display: block;
padding-top: 1%; }
@media screen and (max-width: 1260px) {
.rw-cases {
padding-top: 40px; }
.rw-case:first-child {
margin-right: 0px;
margin-bottom: 40px; }
.rw-case {
margin-left: 20%;
width: 60%;
transform: translate(0, 0); }
.empty-case {
display: none; } }
@media screen and (max-width: 940px) {
.rw-case:first-child {
margin-right: 0px;
margin-bottom: 40px; }
.rw-case {
margin-left: 10%;
width: 80%;
transform: translate(0, 0); } }
@media screen and (max-width: 760px) {
.home-rw {
padding: 40px 0 80px 0; }
.home-rw .wrap-wide {
padding: 0; }
.rw-case img {
width: 45vw;
left: 90%; }
.rw-case {
margin-left: 40px;
width: calc(100% - 80px); }
.rw-case:first-child {
margin-bottom: 40px; } }
@media screen and (max-width: 540px) {
.rw-case h3 {
left: 12px;
top: 30px; }
.rw-case .case-title {
left: 30px; }
.rw-case .arrow {
bottom: 30px;
left: 30px; }
.rw-case p {
right: 30px;
bottom: 0px;
font-size: 14px;
line-height: 14px; }
.rw-title h2 {
margin-right: 0px;
text-align: center;
width: 100%; }
.rw-title .btn {
float: none;
position: relative;
left: 50%;
transform: translate(-50%, 0);
display: inline-block; } }
/* ------------------------- Footer -------------------------------------------------- */
.footer {
padding: 130px 0 0 0;
border-top: 2px solid #a58861;
text-align: center;
background: #191a1e; }
.footer h2 {
font-size: 42px;
line-height: 62px;
margin-bottom: 30px; }
.footer .btn {
margin-bottom: 120px;
background: #fff;
border: 1px solid rgba(25, 26, 30, 0.15);
color: #191A1E; }
.footer .btn img {
mix-blend-mode: difference; }
.footer-block {
background: #191a1e;
background-size: cover;
float: left;
position: relative;
width: 100%; }
.footer-block:before {
content: "";
display: block;
padding-top: 17%; }
.footer-block .logo {
top: 0;
position: absolute;
top: 50%;
transform: translate(0%, -50%);
right: 100px;
left: auto;
mix-blend-mode: normal;
z-index: 1; }
.footer-block p {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
line-height: 0;
margin: 0;
color: #fff; }
@media screen and (max-width: 1260px) {
.footer {
padding: 100px 0 0 0; }
.footer .wrap-wide {
padding: 0; }
.footer h2 {
font-size: 32px;
line-height: 42px;
margin-bottom: 25px; }
.footer .btn {
margin-bottom: 90px; }
.footer-block:before {
padding-top: 30%; }
.footer .logo {
top: 36%;
transform: translate(-50%, -50%);
right: auto;
left: 50%;
mix-blend-mode: normal;
z-index: 1; }
.footer-block p {
top: 66%;
left: 50%;
transform: translate(-50%, -50%);
line-height: 0;
margin: 0;
color: #fff;
width: 100%; } }
@media screen and (max-width: 760px) {
.footer {
padding: 100px 0 0 0; }
.footer .wrap-wide {
padding: 0; }
.footer h2 {
font-size: 32px;
line-height: 42px;
margin-bottom: 25px; }
.footer .btn {
margin-bottom: 90px; }
.footer-block:before {
padding-top: 30%; }
.footer .logo {
top: 36%;
transform: translate(-50%, -50%);
right: auto;
left: 50%;
mix-blend-mode: normal;
z-index: 1; }
.footer-block p {
top: 66%;
left: 50%;
transform: translate(-50%, -50%);
line-height: 0;
margin: 0;
color: #fff;
width: 100%; } }
@media screen and (max-width: 440px) {
.footer-block:before {
padding-top: 40%; } }
/* ------------------------- Work -------------------------------------------------- */
/* ------------------------- Work Header -------------------------------------------------- */
.work-b {
background: #eef0f0;
padding: 80px 0;
overflow: hidden;
min-height: 950px; }
.work-wrap {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
position: absolute;
width: 1360px;
height: 1100px;
padding: 70px 0px 90px 80px; }
.work-block {
float: left;
width: 35%;
position: relative;
height: 100%; }
.work-block-inside {
position: absolute;
top: 50%;
transform: translate(0, -50%);
width: 100%;
z-index: 2;
padding-left: 40px;
padding-right: 40px; }
.work-block-inside h1, .work-block-inside h3 {
z-index: 3;
position: relative; }
.work-block-inside h1 {
margin-bottom: 20px; }
.work-block-inside p {
margin-bottom: 60px; }
.work-block-inside p {
opacity: 1;
position: relative;
color: rgba(25, 26, 30, 0.7); }
.work-block-inside p a {
text-decoration: underline; }
.work-block-inside p a:hover {
color: #191A1E; }
.work-block-white {
width: 50vw;
height: 120vh;
top: -35vh;
right: 0;
position: absolute;
background: #fff; }
.flexslider .image-box-overlay {
background: #fff; }
.flexslider {
margin-bottom: 0;
border: 0;
background: 0;
width: 65%;
float: left;
height: 100%; }
.flex-viewport {
overflow: visible !important;
height: 100%; }
.flex-control-nav {
display: none; }
.flexslider .slides {
height: 100%; }
@media screen and (max-width: 1450px) {
.work-wrap {
padding: 70px 120px 90px 120px; } }
@media screen and (max-width: 1360px) {
.work-wrap {
width: 100%; } }
@media screen and (max-width: 1260px) {
.work-b .rw-case {
margin-left: 0;
width: 100%;
transform: translate(0, 0); }
.work-wrap {
padding: 80px 80px 80px 120px; } }
@media screen and (max-height: 1100px) {
.work-wrap {
height: 100vh; } }
@media screen and (max-width: 1160px) {
.work-wrap {
padding: 80px 20vw 80px 120px; }
.work-wrap .work-block {
width: 50%; }
.work-wrap .flexslider {
width: 50%; } }
@media screen and (max-width: 980px) {
.work-wrap {
width: 100%;
padding: 80px 80px 80px 120px; } }
@media screen and (max-width: 840px) {
.work-b {
height: auto;
padding-top: 160px;
padding-bottom: 40px; }
.work-wrap {
width: 100%;
padding: 80px;
left: auto;
top: auto;
transform: translate(0, 0);
position: relative; }
.work-wrap .work-block {
width: 100%;
height: auto; }
.work-block-white {
display: none; }
.work-block-inside {
position: relative;
top: 0;
transform: translate(0, 0);
padding: 0 50px 80px 50px; }
.work-block-inside h1 {
margin-bottom: 12px; }
.work-block-inside p {
margin-bottom: 0px; }
.work-wrap .flexslider {
width: 100%; }
.flexslider {
height: auto; }
.flex-viewport {
overflow: visible !important;
height: auto; } }
/* ------------ Slider item ------------ */
.flexslider li {
position: relative;
height: 100%;
float: left; }
.work-b .rw-case {
float: left;
width: 100%;
height: 100%;
position: relative;
overflow: hidden; }
.work-b .rw-case:first-child {
margin-right: 0; }
.work-b .case-title {
top: 68%;
transform: translate(0, -50%);
max-width: calc(100% - 100px); }
.work-b .rw-case img {
top: 40%;
left: 0;
transform: translate(0, -50%);
padding: 50px; }
@media screen and (max-width: 840px) {
.flexslider .slides {
width: 100% !important; }
.work-b .case-title {
top: 50%;
transform: translate(0%, -50%);
bottom: auto;
max-width: 55%; }
.work-b .rw-case img {
width: 45vw;
left: 90%;
top: 50%;
transform: translate(-50%, -50%);
padding: 0; }
body.work .footer {
display: block; } }
@media screen and (max-width: 760px) {
.work-wrap {
padding: 0;
height: 600px; }
.work-wrap h1, h3, p {
padding: 15px; }
.work-b .rw-case {
margin-left: 30px;
width: calc(100% - 60px); }
.work-b .rw-case:first-child {
margin-bottom: 30px; } }
/* ------------ Slider Controls ------------ */
.flex-direction-nav a {
width: 60px;
height: 60px;
color: #fff;
padding-top: 0px;
position: relative;
float: left;
margin: 0;
padding-top: 60px;
margin-right: 10px; }
.flex-next {
background: #191A1E;
opacity: 1 !important;
right: 0 !important;
position: relative;
float: left; }
.flex-prev {
background: #191A1E;
opacity: 1 !important;
left: 0 !important;
position: relative; }
.flex-next.flex-disabled {
opacity: 1 !important;
z-index: 1;
pointer-events: none;
background: #F1F1F1; }
.flex-prev.flex-disabled {
opacity: 1 !important;
z-index: 1;
pointer-events: none;
background: #F1F1F1; }
@media screen and (max-width: 840px) {
.flex-direction-nav a {
display: none; } }
/* ------------------------- Case Studies -------------------------------------------------- */
/* ------------------------- Case -------------------------------------------------- */
.case-header {
z-index: 2;
padding-bottom: 100px; }
.sub-header .wrap-wide {
position: relative;
height: 100%; }
.case-block {
position: relative;
width: 100%;
float: left;
height: 350px; }
.case-left {
float: left;
width: 50%;
padding: 0 40px 0 120px; }
.case-right {
width: 50%;
height: 100%;
position: relative;
display: inline-block;
height: 100%; }
.case-right img {
width: 100%;
padding: 0 40px 0 40px;
transform: translate(0, -50%);
top: 50%;
position: absolute;
display: inline-block; }
.case-left .btn img {
transform: translate(0, -50%) rotate(90deg);
margin-left: 10px;
top: 50%; }
.case-left .btn:hover img {
margin-left: 10px;
transform: translate(0, -30%) rotate(90deg); }
@media screen and (max-width: 1260px) {
.case-header {
padding-bottom: 60px; }
.case-left {
float: left;
width: 50%;
padding: 0 40px 0 80px; } }
@media screen and (max-width: 840px) {
.case-header {
z-index: 2;
overflow: hidden;
background-image: none !important; }
.case-left {
width: 70%;
padding: 0 40px 0px 10px; }
.case-right {
position: absolute;
right: 0;
width: 70%;
transform: translate(50%, 0%); } }
@media screen and (max-width: 760px) {
.case-block {
height: 270px; }
.case-left {
width: 70%;
padding: 0 0px 0px 0px; }
.case-header {
z-index: 2;
padding-bottom: 80px; }
.case-header h1 {
font-size: 38px;
line-height: 48px; } }
@media screen and (max-width: 540px) {
.case-right {
width: 100%;
transform: translate(60%, -10%); } }
/* ------------------------- Case Top Bar -------------------------------------------------- */
.top-bar {
position: fixed;
left: 0;
width: 100%;
height: 80px;
z-index: 2;
top: 0px;
background: white; }
.top-bar-case {
top: 0;
left: 50%;
transform: translate(-50%, 0);
height: 80px;
position: fixed;
mix-blend-mode: difference; }
.top-bar-case a {
color: #FFF;
font-size: 13px; }
.top-bar-case p {
float: left;
line-height: 0px;
font-size: 13px;
padding: 39.5px 0;
opacity: 1;
color: rgba(255, 255, 255, 0.7);
margin: 0; }
.stripe-case-top {
float: left;
height: 1px;
width: 10px;
background: rgba(255, 255, 255, 0.3);
margin: 39.5px 10px; }
.top-bar-home.false {
display: none; }
@media screen and (max-width: 760px) {
.top-bar-case, .top-bar {
display: none; } }
/* ------------------------- Case Intro -------------------------------------------------- */
.case-intro {
background: #fff;
padding: 120px 0 100px 0; }
.case-intro h2, .case-result-text h2 {
font-size: 26px;
line-height: 37px;
margin-bottom: 15px; }
.case-result-text p, .case-result-text a {
opacity: 1;
color: rgba(25, 26, 30, 0.7); }
.case-intro .stripe {
margin: 25px 0; }
.case-intro .right {
padding-left: 90px; }
.case-intro .right h3 {
margin: 0;
line-height: 24px; }
.case-intro .right a {
color: #191A1E; }
.case-intro .right a img {
margin-left: 5px; }
.case-intro .right p {
margin: 0;
opacity: 1; }
@media screen and (max-width: 760px) {
.case-intro {
padding: 60px 0; }
.case-intro .right {
padding-left: 0px;
padding-top: 20px; }
.case-intro .stripe {
margin: 15px 0; } }
/* ------------------------- Case Images -------------------------------------------------- */
.case-images {
background: #fff;
overflow: hidden; }
.slider-block-images {
float: left;
width: 100%;
height: 100%;
position: relative; }
.case-images .wrap-wide {
max-width: 1560px;
padding-left: 160px;
padding-right: 160px; }
.case-images .flexslider-images {
margin-bottom: 0;
border: 0;
background: 0;
width: 100%;
float: left;
height: 100%;
position: relative; }
.case-images .flexslider-images li {
position: relative;
height: 100%;
float: left;
height: 100%; }
.case-images .flexslider-images img {
width: 100%;
float: left; }
@media screen and (max-width: 1460px) {
.case-images .wrap-wide {
max-width: 1260px;
padding-left: 80px;
padding-right: 80px; } }
@media screen and (max-width: 760px) {
.case-images .wrap-wide {
padding-left: 0px;
padding-right: 80px; } }
/* ------------------------- Case Navigation Next/prev -------------------------------------------------- */
.case-images .flex-direction-nav a {
width: 80px;
height: 80px;
padding-top: 80px;
margin: 0;
top: 50%;
position: absolute;
transform: translate(0, -50%); }
.case-images .flex-next {
background: #fff url("") center center no-repeat;
opacity: 1 !important;
right: 0px !important;
float: left;
z-index: 1; }
.case-images .flex-next:hover {
background: #fff url("") center center no-repeat; }
.case-images .flex-prev {
background: #fff url("") center center no-repeat;
opacity: 1 !important;
left: 0px !important;
z-index: 1; }
.case-images .flex-prev:hover {
background: #fff url("") center center no-repeat; }
.case-images .flex-next.flex-disabled {
opacity: 0 !important;
z-index: 1;
pointer-events: none; }
.case-images .flex-prev.flex-disabled {
opacity: 0 !important;
z-index: 1;
pointer-events: none; }
@media screen and (max-width: 840px) {
.case-images .flex-direction-nav a {
width: 60px;
height: 60px;
padding-top: 60px;
box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.11); }
.case-images .flex-direction-nav a {
display: block; }
.case-images .flex-next {
right: 0px !important; }
.case-images .flex-prev {
left: 0px !important; } }
@media screen and (max-width: 540px) {
.case-images .flex-next {
right: -80px !important; }
.case-images .flex-prev {
left: 0px !important; } }
/* ------------------------- Case Result text -------------------------------------------------- */
.case-result-text {
padding: 120px 0 90px 0; }
@media screen and (max-width: 760px) {
.case-result-text {
padding: 60px 0 30px 0; } }
/* ------------------------- Case Result Screens -------------------------------------------------- */
.case-result {
padding: 120px 0;
overflow: hidden; }
.case-result .flexslider-results {
margin-bottom: 0;
border: 0;
background: 0;
width: 100%;
float: left;
height: 100%;
position: relative; }
.case-result .flexslider-results li {
position: relative;
height: 100%;
float: left;
width: 100%; }
.case-result .flexslider-results .wrap {
position: relative;
display: inline-block;
margin: 0;
left: 50%;
transform: translate(-50%, 0); }
.case-result .flexslider-results img {
width: 100%;
-webkit-box-shadow: 0px 90px 120px 0px rgba(25, 26, 30, 0.15);
-moz-box-shadow: 0px 90px 120px 0px rgba(25, 26, 30, 0.15);
box-shadow: 0px 90px 120px 0px rgba(25, 26, 30, 0.15); }
.case-images .flex-direction-nav a {
top: 50%; }
.case-result .flex-next {
background: #fff url("") center center no-repeat; }
.case-result .flex-next:hover {
background: #fff url("") center center no-repeat; }
.case-result .flex-prev {
background: #fff url("") center center no-repeat; }
.case-result .flex-prev:hover {
background: #fff url("") center center no-repeat; }
@media screen and (max-width: 840px) {
.case-result {
padding: 60px 0; }
.case-result .wrap-wide {
padding-left: 0px;
padding-right: 0px; }
.case-result .flexslider-results .wrap {
padding-left: 40px;
padding-right: 40px; }
.case-result .flex-next {
right: 0 !important; } }
/* ------------------------- About us -------------------------------------------------- */
/* ------------------------- About top -------------------------------------------------- */
.about-info {
background: #fff url("") left 40px no-repeat;
background-size: contain; }
.about-bottom-bar {
background: #F1F1F2;
width: 100%;
position: absolute;
height: 120px;
bottom: 0;
left: 0; }
.about-info .wrap {
position: relative; }
.about-info {
position: absolute;
top: -40px;
right: 100px; }
.about-info h1 {
margin-bottom: 120px; }
.about-info-block {
width: 50%;
float: left;
position: relative;
overflow: hidden;
background: #191A1E; }
.about-info-block .image-box-overlay {
background: #d3d4d6; }
.about-info-block:before {
content: "";
display: block;
padding-top: 100%; }
.about-info-block .block {
float: left;
position: absolute;
height: 100%;
width: 100%;
top: 0;
padding: 80px; }
.about-info-block .block h2 {
color: #fff;
font-size: 44px;
margin: 0 0 5px 0;
width: 2ch;
overflow: hidden;
white-space: nowrap; }
.about-info-block .block h2.een-ch {
width: 1ch;
overflow: hidden;
white-space: nowrap; }
.about-info-block .block h2.twee-ch {
width: 1.9ch;
overflow: hidden;
white-space: nowrap; }
.about-info-block .block h3 {
color: #A58861;
margin-bottom: 40px; }
.about-info-block .block p {
color: #fff;
width: 100%;
float: left; }
.about-info-block .block-left {
float: left;
width: 60%; }
.about-info-block .block-right {
float: left;
width: 40%; }
.about-info-block .socials {
position: absolute;
bottom: 80px;
top: auto;
transform: translate(0, 0);
left: auto;
width: 120px;
height: 40px;
margin-left: -8px;
z-index: 5;
position: absolute; }
@media screen and (max-width: 1180px) {
.about-info-block .block {
padding: 60px; }
.about-info-block .block h3 {
margin-bottom: 20px; }
.about-info-block .socials {
bottom: 40px; } }
@media screen and (max-width: 1060px) {
.about-info h1 {
margin-bottom: 80px; }
.about-info-block .block {
padding: 40px; }
.about-info-block .block h3 {
margin-bottom: 20px; }
.about-info-block .socials {
bottom: 40px; } }
@media screen and (max-width: 980px) {
.about-info {
background: #fff; }
.about-info .wrap-wide {
padding: 0; }
.about-info-block p {
font-size: 14px;
line-height: 27px; }
.about-info-block .block h3 {
margin-bottom: 10px; } }
@media screen and (max-width: 760px) {
.about-info .wrap-wide {
padding: 0; }
.about-info {
right: 60px;
transform: scale(0.7); }
.about-info h1 {
margin-bottom: 60px; }
.about-info-block {
width: 100%;
min-height: 60vw; }
.about-info-block:before {
content: "";
display: block;
padding-top: 0%; }
.about-info-block .block {
float: left;
position: relative;
height: 100%;
width: 100%;
top: 0;
padding: 60px 40px;
min-height: 200px; }
.about-info-block .block-left {
width: 65%; }
.about-info-block .block-right {
width: 35%; }
.about-info-block .block h3 {
margin-bottom: 30px; }
.about-info-block p {
margin-bottom: 60px;
font-size: 15px;
line-height: 30px; }
.about-info-block .socials {
opacity: 1;
visibility: visible;
bottom: 40px; } }
/* ------------------------- About Location -------------------------------------------------- */
.location {
background: #F1F1F2;
padding: 120px 0 60px 0; }
.location h3 {
margin-top: 80px;
color: #A58861; }
.location .map {
position: relative;
transform: translate(-50%, 0);
display: inline-block;
left: 50%; }
.location img {
width: 100%; }
.location .location-dot {
width: 20px;
height: 20px;
background: #A58861;
border-radius: 10px;
top: 59%;
left: 29%;
position: absolute;
transform: translate(-50%, -50%); }
.location .location-ring {
width: 50px;
height: 50px;
border: 2px solid #A58861;
border-radius: 25px;
top: calc(59% - 25px);
left: calc(29% - 25px);
position: absolute;
transform: translate(-50%, -50%);
-webkit-animation: pulsate 1.5s ease-out;
-webkit-animation-iteration-count: infinite;
opacity: 0; }
@-webkit-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
opacity: 0.0; }
50% {
opacity: 1.0; }
100% {
-webkit-transform: scale(1, 1);
opacity: 0.0; } }
@media screen and (max-width: 1040px) {
.location h3 {
margin-top: 0px; } }
@media screen and (max-width: 760px) {
.location {
background: #F1F1F2;
padding: 60px 0 60px 0; }
.location h3 {
margin-top: 0px; }
.location .right {
padding: 10px 40px 0 40px; } }
/* ------------------------- About Location -------------------------------------------------- */
.timeline {
background: #F1F1F2;
text-align: center; }
.timeline h3 {
color: #A58861;
margin-bottom: 30px; }
.timeline .timeline-block {
float: left;
width: 33.3333%;
float: left;
background: #191A1E;
position: relative;
border-right: 1px solid rgba(255, 255, 255, 0.2); }
.timeline .timeline-block:last-child {
border-right: 0; }
.timeline .timeline-block:before {
content: "";
display: block;
padding-top: 60%; }
.timeline .timeline-sub {
position: absolute;
top: 54%;
transform: translate(0, -50%);
width: 100%; }
.timeline .timeline-block h4 {
color: #fff;
margin-bottom: 5px; }
.timeline .timeline-block h3 {
opacity: .4;
color: #fff;
margin-bottom: 0; }
.timeline-bottom-bar {
background: #fff;
width: 100%;
position: absolute;
height: calc((1100px / 6) * 0.6);
bottom: 0;
left: 0; }
@media screen and (max-width: 1260px) {
.timeline-bottom-bar {
height: calc(((100vw - 180px) / 6) * 0.6); } }
@media screen and (max-width: 940px) {
.timeline-bottom-bar {
height: 80px; }
.timeline h3 {
margin-bottom: 15px; }
.timeline .timeline-block {
width: 100%; }
.timeline .timeline-block:before {
padding-top: 160px;
border-right: 0px solid rgba(255, 255, 255, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
/* ------------------------- Logo Section -------------------------------------------------- */
.logos {
padding: 120px 0 60px 0;
text-align: center; }
.logos h3 {
color: #A58861;
margin-bottom: 10px; }
.logos .logo-block {
float: left;
width: 25%;
position: relative;
opacity: .35; }
.logos .logo-block:hover {
opacity: 1; }
.logos .logo-block:before {
content: "";
display: block;
padding-top: 70%; }
.logos .logo-block img {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%); }
@media screen and (max-width: 940px) {
.logos .logo-block {
width: 33.333%;
transform: scale(0.8); } }
@media screen and (max-width: 740px) {
.logos {
padding: 60px 0 40px 0; }
.logos .wrap-wide {
padding: 0 30px; }
.logos .logo-block {
transform: scale(0.6); } }
@media screen and (max-width: 540px) {
.logos .wrap-wide {
padding: 0 10px; }
.logos .logo-block {
width: 50%;
transform: scale(0.8); } }
/* ------------------------- Gallery -------------------------------------------------- */
/* ------------------------- Gallery -------------------------------------------------- */
.left-block {
width: 30%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #191a1e;
float: left;
height: 100vh; }
.right-block {
padding: 70px 10px 0px 10px;
width: 70%;
float: left;
background: #eef0f0;
height: 100vh; }
.img-block {
width: 32%;
height: 300px;
float: left;
margin: 7px; }
.img-block img {
width: 100%;
height: 100%;
padding: 2%; }
.scrollbar {
float: left;
height: 100vh;
width: 100%;
overflow-y: scroll;
padding: 20px 15% 0 15%; }
.force-overflow {
min-height: 450px; }
@media screen and (max-width: 1439px) {
.left-block {
width: 100%;
height: 40vh; }
.right-block {
width: 100%;
height: 100vh; }
.img-block {
width: 95%;
height: auto;
display: contents; } }
@media screen and (min-width: 1440px) {
.left-block {
width: 100%;
height: 40vh; }
.right-block {
width: 100%;
height: 100vh; }
.img-block {
width: 44%;
height: auto;
display: contents; } }
#style-3::-webkit-scrollbar-track {
background-color: #eef0f0; }
#style-3::-webkit-scrollbar {
width: 6px;
background-color: #eef0f0; }
#style-3::-webkit-scrollbar-thumb {
background-color: #a58861; }
/* ------------------------- Contact -------------------------------------------------- */
/* ------------------------- Contact -------------------------------------------------- */
.contact .footer, .contact .progressContainer {
display: none; }
.contact {
width: 100%;
height: 100vh; }
.contact-back {
width: 50%;
height: 100vh;
top: 0;
right: 0;
position: absolute;
background: #191A1E url("") center center no-repeat;
background-size: contain;
overflow: hidden; }
.contact-block {
width: 1260px;
position: absolute;
padding-left: 80px;
padding-right: 80px;
top: 52%;
left: 50%;
transform: translate(-50%, -50%); }
.contact-left {
float: left;
width: 50%;
height: 100%;
padding: 0 40px; }
.contact-right {
float: left;
position: relative;
width: 50%;
height: 100%;
padding: 0 0 0 120px;
text-align: center; }
.contact .contact-left .nocolor {
color: #191A1E;
opacity: .4;
margin: 0; }
.contact .contact-left p {
color: #191A1E;
margin: 0;
line-height: 30px;
font-size: 15px;
width: 100%;
float: left; }
.contact .contact-left a {
float: left;
color: #191A1E;
width: 100%;
opacity: 1;
line-height: 30px;
margin: 0;
font-size: 15px;
color: rgba(25, 26, 30, 0.7); }
.contact .contact-left a:hover {
color: #191a1e; }
.contact .contact-left h3 {
float: left;
color: #a58861;
width: 100%;
margin: 40px 0 0 0; }
.contact .contact-left .credits {
opacity: .5;
margin: 60px 0 0 0; }
.contact-right .img-gif {
width: 100%;
-webkit-filter: grayscale(1);
opacity: .9; }
.contact-right h4 {
color: #FFF;
text-align: center;
font-size: 28px;
margin-bottom: 30px; }
.contact-right a {
border: 1px solid rgba(255, 255, 255, 0.15); }
.contact .image-box {
margin-bottom: 60px;
position: relative;
overflow: hidden;
line-height: 0; }
.contact .image-box-overlay {
background: #2D2E32; }
@media screen and (max-width: 1260px) {
.contact-block {
width: 100%;
left: 0;
transform: translate(0, -50%); }
.contact-right {
float: left;
position: relative;
width: 50%;
height: 100%;
padding: 0 0 0 80px;
text-align: center; } }
@media screen and (max-width: 940px) {
.contact-back {
width: 45%; }
.contact-left {
width: 55%; }
.contact-right {
width: 45%; }
.contact .image-box-overlay {
display: none; }
.contact-right h4 {
font-size: 20px; } }
@media screen and (max-width: 860px) {
.contact-back {
display: none; }
.contact-block {
position: relative;
transform: translate(0, 0%);
top: 0;
padding: 150px 0 0 0;
float: left; }
.contact-left {
width: 100%;
padding: 0;
padding: 0 40px 60px 40px; }
.contact .contact-left h3 {
margin-top: 25px; }
.contact-right {
width: 100%;
padding: 80px 0 80px 0;
background: #191A1E; }
.contact .credits {
display: none; }
.contact-right .img-gif {
margin-top: 0px; } }
/* ------------------------- Diensten -------------------------------------------------- */
/* ------------------------- Diensten -------------------------------------------------- */
.backgroundwrap {
background-size: contain;
padding: 10% 5% 10% 5%;
height: 1000px;
background: #eef0f0; }
.service {
float: left;
width: 33.333%;
padding: 20px;
margin-top: 70px; }
.service-block {
width: 100%;
background: #fff;
float: left;
height: 100%;
padding: 40px; }
.service-block .service-ico {
height: 40px;
margin-bottom: 20px;
float: left;
width: 100%;
position: relative;
font-size: 35px;
color: #a58861; }
.service-block .service-ico img {
position: absolute;
top: 50%;
transform: translate(0, -50%); }
.service-block h4 {
font-size: 18px;
line-height: 30px;
margin-bottom: 0; }
@media screen and (max-width: 1260px) {
.service-block h4 {
font-size: 17px;
line-height: 28px; } }
@media screen and (max-width: 1080px) {
.service {
width: 50%; } }
@media screen and (max-width: 980px) {
.diensten .wrap-wide {
padding-right: 60px;
padding-left: 60px; } }
@media screen and (max-width: 840px) {
.diensten {
padding-bottom: 40px;
background: #F1F1F1; }
.diensten .wrap-wide {
padding-right: 20px;
padding-left: 20px; }
.service {
width: 100%; } }
/* ------------------------- Error -------------------------------------------------- */
.error .footer, .error .progressContainer {
display: none; }
/* ------------------------- Animation -------------------------------------------------- */
.btn, .btn img {
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out; }
.top-bar-home, .arrow, p, .logo-block {
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out; }
.image-box-overlay, .rw-case-overlay {
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out; }
/*
1. Default and Reset styles
- 1.1 Input Elements
2. Global elements
- 2.1 Header
- 2.2 Logo
- 2.3 Buttons
- 2.4 Navigation
- 2.5 Social Elements
- 2.6 Images
3. Fonts and Headings
4. Banner
- 4.1 SignUp Form
5. Content Elements
- 5.1 Icons
- 5.2 Parallax Elements
- 5.3 Divider
6. Landing Page Sections
- 6.1 Features
- 6.2 Testimonials
- 6.3 Gallery
- 6.4 Video
- 6.5 Clients
- 6.6 Pricing Table
7. Footer
/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
margin: 0;
padding: 0;
direction: ltr; }
body {
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
overflow-x: hidden; }
p {
line-height: 25px; }
.row img {
height: auto;
max-width: 100%; }
a {
text-decoration: none;
line-height: inherit;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out; }
iframe {
border: 0 !important; }
.parallax-window {
min-height: 400px;
background: transparent; }
figure {
margin: 0; }
/* Page Border */
.page-border {
position: fixed;
z-index: 999999;
pointer-events: none; }
.page-border .bottom-border, .page-border .left-border, .page-border .right-border, .page-border .top-border {
background: #f3f3ef;
position: fixed;
z-index: 9999; }
.page-border > .top-border, .page-border > .right-border, .page-border > .bottom-border, .page-border > .left-border {
padding: 11px;
background: #ccc; }
.page-border .bottom-border, .page-border .top-border {
width: 100%;
padding: 10px;
left: 0; }
.page-border .left-border, .page-border .right-border {
padding: 10px;
height: 100%;
top: 0; }
.page-border .top-border {
top: 0; }
.page-border .right-border {
right: 0; }
.page-border .bottom-border {
bottom: 0; }
.page-border .left-border {
left: 0; }
#wrapper {
margin: 0 15px;
padding: 15px 0;
position: relative; }
/* --------- 1.1 Input Elements ---------- */
input, textarea {
border: 1px solid #e1e1e1;
padding: 10px;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
transition: all .3s linear;
border-radius: 3px; }
input {
height: 40px;
margin: 3px 0;
outline: none;
line-height: normal;
font-size: 14px; }
input[type="submit"] {
cursor: pointer;
border-style: solid;
border-width: 2px;
padding-top: 0;
padding-bottom: 0; }
select {
border: 1px solid #e1e1e1;
height: 40px;
padding: 5px; }
input:focus, textarea:focus {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
*:focus {
outline: none; }
/*------------------------------------------------------------------------------------------*/
/* 2. Layout Elements */
/*------------------------------------------------------------------------------------------*/
section {
clear: both;
overflow: hidden; }
/* Rows and Columns */
.row {
max-width: 1245px;
margin: 0 auto;
padding: 75px 0;
position: relative; }
.no-padding-bottom .row, .no-padding-bottom div, .no-padding-bottom.row {
padding-bottom: 0; }
.no-padding-top.row, .no-padding-top div {
padding-top: 0; }
.big-padding-top {
padding-top: 75px !important; }
.big-padding-bottom {
padding-bottom: 85px !important; }
/* Targets all elements */
[class*='col-'] {
float: left;
padding: 20px; }
#clients .col-2-3 [class*='col-'] {
padding: 0; }
/* Clearfix */
.clearfix:after {
content: "";
display: table;
clear: both; }
/* Main Widths */
.col-1 {
width: 100%; }
.col-2 {
width: 50%; }
.col-3 {
width: 30%; }
.col-4 {
width: 25%; }
.col-5 {
width: 20%; }
.col-6 {
width: 16.6666666667%; }
.col-7 {
width: 14.2857142857%; }
.col-8 {
width: 12.5%; }
.col-9 {
width: 11.1111111111%; }
.col-10 {
width: 10%; }
.col-11 {
width: 9.09090909091%; }
.col-12 {
width: 8.33%; }
.col-2-3 {
width: 66.66%; }
.col-3-4 {
width: 75%; }
.col-9-10 {
width: 90%; }
/* Golden Ratio */
.col-61 {
width: 61.8%; }
.col-38 {
width: 38.2%; }
/* --------- 2.1 Header --------- */
#header {
height: 71px !important;
overflow: visible;
z-index: 9999;
width: 100%;
position: absolute !important; }
#header .row {
padding: 0; }
#header aside {
text-align: right; }
#header ul {
text-align: center; }
#header li {
display: inline-block;
list-style: none;
margin: 0; }
/* --------- 2.2 Logo ---------- */
#logo {
float: left;
height: 71px;
line-height: 66px;
margin-right: 15px; }
#logo h1, #logo h2 {
display: inline-block; }
#banner #logo h1 {
font-size: 28px;
margin-right: 10px;
font-weight: 900;
padding: 0; }
#logo h2 {
font-size: 18px;
padding: 0; }
#logo img {
max-height: 22px;
vertical-align: middle;
margin-right: 15px; }
#navigation-logo {
display: none; }
.nav-solid #logo #banner-logo {
display: none; }
.nav-solid #logo #navigation-logo {
display: inline-block; }
/* --------- 2.3 Buttons ---------- */
.call-to-action {
padding: 35px 0 35px 0; }
/*Style*/
.button {
font-size: 16px;
margin: 35px 0;
padding: 11px 16px;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
transition: all .3s linear;
display: inline-block;
border-width: 3px;
border-style: solid; }
/* Play Button */
#video-section {
position: relative; }
.play-video {
height: 110px;
position: absolute;
top: 50%;
margin-top: -110px;
width: 100%; }
.play-icon {
display: inline-block;
font-size: 0px;
cursor: pointer;
margin: 45px auto;
width: 110px;
height: 110px;
border-radius: 50%;
text-align: center;
position: relative;
z-index: 1; }
.play-icon:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.play-icon:before {
font-family: 'fontawesome';
content: '\f144';
speak: none;
font-size: 74px;
line-height: 110px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
display: block;
-webkit-font-smoothing: antialiased;
color: #fff; }
.play-video .play-icon {
background: rgba(255, 255, 255, 0.5);
-webkit-transition: -webkit-transform ease-out 0.3s, background 0.4s;
-moz-transition: -moz-transform ease-out 0.3s, background 0.4s;
transition: transform ease-out 0.3s, background 0.4s; }
.play-video .play-icon:after {
top: 0;
left: 0;
padding: 0;
z-index: -1;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
opacity: 0;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9); }
.play-video .play-icon:hover {
background: rgba(255, 255, 255, 0.05);
-webkit-transform: scale(0.93);
-moz-transform: scale(0.93);
-ms-transform: scale(0.93);
transform: scale(0.93);
color: #fff; }
/* --------- 2.4 Navigation ---------- */
#header {
font-size: 13px; }
#header aside {
float: right; }
#header nav ul {
text-transform: uppercase; }
#header nav a {
height: 71px;
line-height: 71px;
display: block;
padding: 0 10px; }
#header nav a:hover {
opacity: 0.6; }
/*Navigation Solid*/
#header.nav-solid [class*='col-'] {
padding: 0 20px; }
#header.nav-solid {
background: #fff;
position: fixed !important;
left: 0; }
#header.nav-solid nav a {
border-bottom: 3px solid;
border-color: #fff;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
#header.nav-solid nav a:hover {
opacity: 1; }
/* Social Elements when Solid*/
#header.nav-solid .social-icons a {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
opacity: 0.5; }
#header.nav-solid .social-icons a:hover {
opacity: 1;
color: #e4473c; }
/* Responsive Nav Styling */
#nav-trigger {
display: none;
text-align: right; }
#nav-trigger span {
display: inline-block;
width: 38px;
height: 71px;
color: #111;
cursor: pointer;
text-transform: uppercase;
font-size: 22px;
text-align: center;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
#nav-trigger span:after {
font-family: "fontAwesome";
display: inline-block;
width: 38px;
height: 71px;
line-height: 75px;
text-align: center;
content: "\f0c9";
border-top-right-radius: 5px;
border-top-left-radius: 5px; }
#nav-trigger span.open:after {
content: "\f00d"; }
#nav-trigger span:hover, .nav-solid #nav-trigger span.open:hover, .nav-solid #nav-trigger span:hover {
opacity: 0.6; }
#nav-trigger span.open, #nav-trigger span.open:hover {
color: #111; }
.nav-solid #nav-trigger span.open:hover {
color: #999; }
.nav-solid #nav-trigger span {
color: #999;
opacity: 1; }
nav#nav-mobile {
position: relative;
display: none; }
nav#nav-mobile ul {
display: none;
list-style-type: none;
position: absolute;
left: 0;
right: 0;
margin-left: -20px;
margin-right: -20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: #fff;
box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2); }
nav#nav-mobile ul:after {
display: none; }
nav#nav-mobile li {
margin: 0 20px;
float: none;
text-align: left;
border-bottom: 1px solid #e1e1e1; }
nav#nav-mobile li:last-child {
border-bottom: none; }
.nav-solid nav#nav-mobile li {
border-top: 1px solid #e1e1e1;
border-bottom: none; }
nav#nav-mobile a {
display: block;
padding: 12px 0;
color: #333;
width: 100%;
height: auto;
line-height: normal;
display: block;
border-bottom: none !important;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
nav#nav-mobile a:hover {
background: #fafafa;
opacity: 1; }
/* --------- 2.5 Social Elements ---------- */
#header .col-4 {
text-align: right; }
.social-icons {
display: inline-block;
list-style: none; }
.social-icons a {
display: inline-block;
width: 32px;
text-align: center; }
.social-icons a:hover {
opacity: 0.7; }
.social-icons span {
display: none; }
#header .social-icons {
margin-top: 27px; }
/* --------- 2.6 Images ---------- */
/*Alignment*/
img {
vertical-align: top; }
.image-center {
display: block;
margin: 0 auto; }
a img {
border: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-backface-visibility: hidden; }
a img:hover {
opacity: 0.7; }
/*------------------------------------------------------------------------------------------*/
/* 3. Fonts */
/*------------------------------------------------------------------------------------------*/
h1 {
padding: 20px 0; }
h2 {
padding: 14px 0; }
h3 {
padding: 10px 0; }
h4 {
padding: 7px 0; }
h5 {
padding: 7px 0; }
h6 {
padding: 7px 0; }
/* Text Alignment */
.text-left {
text-align: left; }
.text-center {
text-align: center; }
.text-right {
text-align: right; }
/* Section Headings */
.section-heading {
padding: 0 0 15px 0; }
.section-subtitle {
font-size: 18px;
padding-top: 0; }
.section-heading h3 {
font-size: 14px;
font-weight: bold;
color: #ccc;
letter-spacing: 2px;
padding-bottom: 0; }
/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/
#banner {
background-size: cover; }
#banner-content.row {
padding-top: 170px;
padding-bottom: 100px; }
#banner h1 {
padding-top: 5%; }
#banner .section-heading:before {
content: "";
display: block;
width: 30px;
height: 5px;
margin-top: 30px; }
/*------------------------------------------------------------------------------------------*/
/* 5. Content Elements */
/*------------------------------------------------------------------------------------------*/
/* --------- 5.1 Icons ---------- */
/*Font Icon sizes*/
.fa-1x {
font-size: 15px !important; }
/*Icon Block*/
.icon-block {
position: relative; }
.icon-block h4 {
font-weight: bold;
padding-top: 0; }
.icon-block .icon {
position: absolute; }
.icon-block p {
margin-top: 0; }
/* Icon Left*/
.icon-left .icon {
left: 15; }
.icon-left .icon-block-description {
padding-left: 53px; }
/* Icon Right */
.icon-right .icon {
right: 15; }
.icon-right .icon-block-description {
padding-right: 53px; }
/* Icon Above */
.icon-top {
display: block; }
.icon-top .icon {
position: relative;
display: block; }
.icon-top .icon-block-description {
padding-top: 25px; }
/* --------- 5.2 Parallax Elements ---------- */
.banner-parallax-1, .banner-parallax-2, .banner-parallax-3 {
min-height: 350px; }
/* --------- 5.3 Divider ---------- */
.divider {
position: relative;
width: 40%;
height: 20px;
line-height: 20px;
margin: 10px auto 5px auto;
clear: both;
text-align: center; }
.divider-inner {
position: absolute;
height: 1px;
width: 100%;
top: 50%;
margin-top: -1px;
border-top: 1px solid;
border-color: #e1e1e1; }
.divider i {
background: #fff;
position: relative;
top: -11px;
padding: 0 5px 0 5px;
color: #e1e1e1; }
/*------------------------------------------------------------------------------------------*/
/* 6. Landing Page Sections */
/*------------------------------------------------------------------------------------------*/
/* --------- 6.1 Introduction ---------- */
.introduction img.featured {
padding: 55px 0 0 0; }
/* --------- 6.2 Features ---------- */
.features.row {
padding-left: 5%;
padding-right: 5%; }
.features div:nth-child(4) {
clear: both; }
/* --------- 6.3 Testimonials ---------- */
.testimonial {
padding: 15px; }
blockquote {
position: relative; }
.testimonial img {
max-height: 120px;
border-radius: 250em; }
.testimonial footer {
padding-top: 12px; }
/* Style Classic - Avatar above Testimonial */
.testimonial.classic img {
display: inline-block;
margin-bottom: 25px; }
.testimonial.classic q {
display: block; }
.testimonial.classic footer:before {
display: block;
content: "";
width: 30px;
height: 4px;
margin: 10px auto 15px auto; }
/* Style Big */
.testimonial.bigtest {
padding-top: 0; }
.testimonial.bigtest q {
font-size: 22px; }
/* --------- 6.4 Gallery ---------- */
#gallery img {
max-height: 300px; }
#gallery [class*='col-'] {
padding: 0; }
#gallery a {
display: inline-block;
position: relative;
overflow: hidden;
margin: 16px; }
#gallery a:hover img {
opacity: 0.15;
-moz-backface-visibility: hidden; }
#gallery a:before {
font-size: 2.2em;
font-style: normal;
font-weight: normal;
text-align: center;
content: "+";
width: 70px;
height: 70px;
border-radius: 100em;
display: block;
position: absolute;
top: 55%;
left: 50%;
line-height: 72px;
margin: -35px 0 0 -35px;
opacity: 0;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
vertical-align: middle; }
#gallery a:hover:before {
opacity: 1;
top: 50%;
left: 50%; }
/**
* Featherlight – ultra slim jQuery lightbox
* Version 1.3.3 - http://noelboss.github.io/featherlight/
*
* Copyright 2015, <NAME> (http://www.noelboss.com)
* MIT Licensed.
**/
@media all {
.featherlight {
display: none;
/* dimensions: spanning the background from edge to edge */
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2147483647;
/* z-index needs to be >= elements on the site. */
/* position: centering content */
text-align: center;
/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
white-space: nowrap;
/* styling */
cursor: pointer;
background: #333;
/* IE8 "hack" for nested featherlights */
background: rgba(0, 0, 0, 0); }
/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
background: rgba(0, 0, 0, 0.8); }
.featherlight:before {
/* position: trick to center content vertically */
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em; }
.featherlight .featherlight-content {
/* position: centering vertical and horizontal */
text-align: left;
vertical-align: middle;
display: inline-block;
/* dimensions: cut off images */
overflow: auto;
/* dimensions: handling small or empty content */
min-width: 30%;
/* dimensions: handling large content */
margin-left: 5%;
margin-right: 5%;
max-height: 95%;
/* styling */
cursor: auto;
/* reset white-space wrapping */
white-space: normal; }
/* contains the content */
.featherlight .featherlight-inner {
/* make sure its visible */
display: block; }
.featherlight .featherlight-close-icon {
/* position: centering vertical and horizontal */
position: absolute;
z-index: 9999;
top: 25px;
right: 25px;
/* dimensions: 25px x 25px */
line-height: 25px;
width: 25px;
/* styling */
cursor: pointer;
text-align: center;
color: #fff;
font-family: "fontawesome";
font-size: 22px;
opacity: 0.5;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.featherlight .featherlight-close-icon:hover {
opacity: 1; }
.featherlight .featherlight-image {
/* styling */
max-height: 100%;
max-width: 100%; }
.featherlight-iframe .featherlight-content {
/* removed the border for image croping since iframe is edge to edge */
border-bottom: 0;
padding: 0; }
.featherlight iframe {
/* styling */
border: none; } }
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
.featherlight .featherlight-content {
/* dimensions: maximize lightbox with for small screens */
margin-left: 10px;
margin-right: 10px;
max-height: 98%;
padding: 10px 10px 0;
border-bottom: 10px solid transparent; } }
/* Gallery Styling */
@media all {
.featherlight-next,
.featherlight-previous {
font-family: "fontawesome";
font-size: 22px;
display: block;
position: absolute;
top: 25px;
right: 0;
bottom: 0;
left: 80%;
cursor: pointer;
/* preventing text selection */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
/* IE9 hack, otherwise navigation doesn't appear */
background: rgba(0, 0, 0, 0);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.featherlight-previous {
left: 0;
right: 80%; }
.featherlight-next span,
.featherlight-previous span {
display: inline-block;
opacity: 0.3;
position: absolute;
top: 50%;
width: 100%;
font-size: 80px;
line-height: 80px;
/* center vertically */
margin-top: -40px;
color: #fff;
font-style: normal;
font-weight: normal;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.featherlight-next span {
text-align: right;
left: auto;
right: 7%; }
.featherlight-previous span {
text-align: left;
left: 7%; }
.featherlight-next:hover span,
.featherlight-previous:hover span {
display: inline-block;
opacity: 1; }
/* Hide navigation while loading */
.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
display: none; } }
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
.featherlight-next:hover,
.featherlight-previous:hover {
background: none; }
.featherlight-next span,
.featherlight-previous span {
display: block; } }
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
.featherlight-next,
.featherlight-previous {
top: 10px;
right: 10px;
left: 85%; }
.featherlight-previous {
left: 10px;
right: 85%; }
.featherlight-next span,
.featherlight-previous span {
margin-top: -30px;
font-size: 40px; } }
/* --------- 6.5 Video ---------- */
#video-box {
color: #fff;
position: relative;
overflow: hidden;
text-align: center; }
.video_container, .easyContainer {
position: relative;
padding-bottom: 56.25%;
/* 16/9 ratio */
margin: 0;
padding-top: 0;
/* IE6 workaround*/
height: 0;
overflow: hidden; }
.video_container iframe, .video_container object, .video_container embed {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important; }
.slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
width: 100% !important;
height: 529px !important; }
.videojs-background-wrap {
overflow: hidden;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: -998; }
#slvj-window {
width: 100%;
min-height: 100%;
z-index: 9999999999;
background: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0;
left: 0; }
#slvj-window,
#slvj-window * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
#slvj-background-close {
width: 100%;
min-height: 100%;
z-index: 31;
position: fixed;
top: 0;
left: 0; }
#slvj-back-lightbox {
max-width: 940px;
max-height: 529px;
z-index: 32;
text-align: center;
margin: 0 auto; }
.slvj-lightbox {
width: 100%;
height: 100%;
margin: 0;
z-index: 53; }
#slvj-close-icon:before {
font-family: "fontawesome";
color: #fff;
content: '\f00d';
font-size: 22px;
opacity: 0.5;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
z-index: 99999;
height: 22px;
width: 22px;
position: absolute;
top: 15px;
right: 15px;
cursor: pointer; }
#slvj-close-icon:before:hover {
opacity: 1;
cursor: pointer; }
/* --------- 6.6 Clients ---------- */
#clients a {
display: block;
text-align: center;
position: relative;
text-transform: uppercase;
font-weight: bold;
color: #fff; }
#clients img {
display: inline-block;
padding: 15px 25px; }
.client-overlay {
background: rgba(0, 0, 0, 0.8);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
#clients a:hover .client-overlay {
opacity: 1; }
.client-overlay span {
position: absolute;
top: 48%;
left: 0;
width: 100%;
text-align: center;
display: inline-block; }
/* --------- 6.7 Pricing Table ---------- */
.pricing-block-content {
background: #fff;
padding: 25px 0 25px 0;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
transition: all 0.2s ease-in-out 0s;
position: relative;
border: 10px solid #fff; }
.pricing-block ul {
list-style: none;
margin: 25px 0 25px 0; }
.pricing-block li {
padding: 14px 0;
border-bottom: 1px dotted #e1e1e1; }
.pricing-block li:last-of-type {
border: none; }
.pricing-block h3 {
font-size: 17px;
text-transform: uppercase;
padding-bottom: 0; }
.pricing-sub {
font-style: italic;
color: #ccc;
margin: 0 0 25px 0; }
/*Price*/
.pricing {
background: #f5f5f5;
padding: 25px;
position: relative; }
.price {
display: inline-block;
font-size: 62px;
font-weight: 700;
position: relative; }
.price span {
position: absolute;
top: 0;
left: -20px;
font-size: 22px; }
.pricing p {
font-style: italic;
color: #b4b4b4;
line-height: auto;
margin: 0; }
/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/
#landing-footer {
clear: both; }
#landing-footer .row {
padding: 0; }
#landing-footer p {
margin: 0; }
#landing-footer ul {
list-style: none;
text-align: right; }
#landing-footer li {
display: inline-block; }
/* Scroll Up */
#scrollUp {
bottom: 15px;
right: 30px;
width: 70px;
height: 80px;
margin-bottom: -10px;
padding: 0 5px 20px 5px;
text-align: center;
text-decoration: none;
color: #fff;
-webkit-transition: margin-bottom 150ms linear;
-moz-transition: margin-bottom 150ms linear;
-o-transition: margin-bottom 150ms linear;
transition: margin-bottom 150ms linear; }
#scrollUp:hover {
margin-bottom: 0; }
#scrollUp:before {
background: #ccc;
font-family: "fontawesome";
font-size: 2.4em;
font-style: normal;
font-weight: normal;
text-align: center;
color: #fff;
width: 45px;
height: 45px;
display: inline-block;
line-height: 45px;
content: "\f106";
opacity: 1; }
/*Preloader*/
#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: 110px;
height: 110px;
position: absolute;
left: 50%;
/* centers the loading animation horizontally one the screen */
top: 50%;
/* centers the loading animation vertically one the screen */
background-position: center;
margin: -55px 0 0 -55px;
/* is width and height divided by two */
text-align: center; }
.la-ball-triangle-path,
.la-ball-triangle-path > div {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.la-ball-triangle-path {
display: block;
font-size: 0;
color: #fff; }
.la-ball-triangle-path.la-dark {
color: #333; }
.la-ball-triangle-path > div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor; }
.la-ball-triangle-path {
width: 32px;
height: 32px; }
.la-ball-triangle-path > div {
position: absolute;
top: 0;
left: 0;
width: 10px;
height: 10px;
border-radius: 100%; }
.la-ball-triangle-path > div:nth-child(1) {
-webkit-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
-moz-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
-o-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite; }
.la-ball-triangle-path > div:nth-child(2) {
-webkit-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
-moz-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
-o-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite; }
.la-ball-triangle-path > div:nth-child(3) {
-webkit-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
-moz-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
-o-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite; }
.la-ball-triangle-path.la-sm {
width: 16px;
height: 16px; }
.la-ball-triangle-path.la-sm > div {
width: 4px;
height: 4px; }
.la-ball-triangle-path.la-2x {
width: 64px;
height: 64px; }
.la-ball-triangle-path.la-2x > div {
width: 20px;
height: 20px; }
.la-ball-triangle-path.la-3x {
width: 96px;
height: 96px; }
.la-ball-triangle-path.la-3x > div {
width: 30px;
height: 30px; }
/*
* Animations
*/
@-webkit-keyframes ball-triangle-path-ball-one {
0% {
-webkit-transform: translate(0, 220%);
transform: translate(0, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-webkit-transform: translate(110%, 0);
transform: translate(110%, 0); }
50% {
opacity: .25; }
66% {
opacity: 1;
-webkit-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(0, 220%);
transform: translate(0, 220%); } }
@-moz-keyframes ball-triangle-path-ball-one {
0% {
-moz-transform: translate(0, 220%);
transform: translate(0, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-moz-transform: translate(110%, 0);
transform: translate(110%, 0); }
50% {
opacity: .25; }
66% {
opacity: 1;
-moz-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-moz-transform: translate(0, 220%);
transform: translate(0, 220%); } }
@-o-keyframes ball-triangle-path-ball-one {
0% {
-o-transform: translate(0, 220%);
transform: translate(0, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-o-transform: translate(110%, 0);
transform: translate(110%, 0); }
50% {
opacity: .25; }
66% {
opacity: 1;
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-o-transform: translate(0, 220%);
transform: translate(0, 220%); } }
@keyframes ball-triangle-path-ball-one {
0% {
-webkit-transform: translate(0, 220%);
-moz-transform: translate(0, 220%);
-o-transform: translate(0, 220%);
transform: translate(0, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-webkit-transform: translate(110%, 0);
-moz-transform: translate(110%, 0);
-o-transform: translate(110%, 0);
transform: translate(110%, 0); }
50% {
opacity: .25; }
66% {
opacity: 1;
-webkit-transform: translate(220%, 220%);
-moz-transform: translate(220%, 220%);
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(0, 220%);
-moz-transform: translate(0, 220%);
-o-transform: translate(0, 220%);
transform: translate(0, 220%); } }
@-webkit-keyframes ball-triangle-path-ball-two {
0% {
-webkit-transform: translate(110%, 0);
transform: translate(110%, 0); }
17% {
opacity: .25; }
33% {
opacity: 1;
-webkit-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-webkit-transform: translate(0, 220%);
transform: translate(0, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(110%, 0);
transform: translate(110%, 0); } }
@-moz-keyframes ball-triangle-path-ball-two {
0% {
-moz-transform: translate(110%, 0);
transform: translate(110%, 0); }
17% {
opacity: .25; }
33% {
opacity: 1;
-moz-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-moz-transform: translate(0, 220%);
transform: translate(0, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-moz-transform: translate(110%, 0);
transform: translate(110%, 0); } }
@-o-keyframes ball-triangle-path-ball-two {
0% {
-o-transform: translate(110%, 0);
transform: translate(110%, 0); }
17% {
opacity: .25; }
33% {
opacity: 1;
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-o-transform: translate(0, 220%);
transform: translate(0, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-o-transform: translate(110%, 0);
transform: translate(110%, 0); } }
@keyframes ball-triangle-path-ball-two {
0% {
-webkit-transform: translate(110%, 0);
-moz-transform: translate(110%, 0);
-o-transform: translate(110%, 0);
transform: translate(110%, 0); }
17% {
opacity: .25; }
33% {
opacity: 1;
-webkit-transform: translate(220%, 220%);
-moz-transform: translate(220%, 220%);
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-webkit-transform: translate(0, 220%);
-moz-transform: translate(0, 220%);
-o-transform: translate(0, 220%);
transform: translate(0, 220%); }
83% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(110%, 0);
-moz-transform: translate(110%, 0);
-o-transform: translate(110%, 0);
transform: translate(110%, 0); } }
@-webkit-keyframes ball-triangle-path-ball-tree {
0% {
-webkit-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-webkit-transform: translate(0, 220%);
transform: translate(0, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-webkit-transform: translate(110%, 0);
transform: translate(110%, 0); }
83% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(220%, 220%);
transform: translate(220%, 220%); } }
@-moz-keyframes ball-triangle-path-ball-tree {
0% {
-moz-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-moz-transform: translate(0, 220%);
transform: translate(0, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-moz-transform: translate(110%, 0);
transform: translate(110%, 0); }
83% {
opacity: .25; }
100% {
opacity: 1;
-moz-transform: translate(220%, 220%);
transform: translate(220%, 220%); } }
@-o-keyframes ball-triangle-path-ball-tree {
0% {
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-o-transform: translate(0, 220%);
transform: translate(0, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-o-transform: translate(110%, 0);
transform: translate(110%, 0); }
83% {
opacity: .25; }
100% {
opacity: 1;
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); } }
@keyframes ball-triangle-path-ball-tree {
0% {
-webkit-transform: translate(220%, 220%);
-moz-transform: translate(220%, 220%);
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); }
17% {
opacity: .25; }
33% {
opacity: 1;
-webkit-transform: translate(0, 220%);
-moz-transform: translate(0, 220%);
-o-transform: translate(0, 220%);
transform: translate(0, 220%); }
50% {
opacity: .25; }
66% {
opacity: 1;
-webkit-transform: translate(110%, 0);
-moz-transform: translate(110%, 0);
-o-transform: translate(110%, 0);
transform: translate(110%, 0); }
83% {
opacity: .25; }
100% {
opacity: 1;
-webkit-transform: translate(220%, 220%);
-moz-transform: translate(220%, 220%);
-o-transform: translate(220%, 220%);
transform: translate(220%, 220%); } }
/*------------------------------------------------------------------------------------------*/
/* Responsive Elements */
/*------------------------------------------------------------------------------------------*/
/* =Media Queries for Nav
===============================*/
@media all and (max-width: 1024px) {
#nav-trigger {
display: block; }
nav#nav-main {
display: none; }
nav#nav-mobile {
display: block; }
nav#nav-mobile li {
display: block; }
#header aside {
display: none; } }
/* Landscape mobile & down
===============================*/
@media (max-width: 480px) {
#wrapper {
margin: 0;
padding: 0; }
.page-border, #scrollUp, #scrollUp:before {
display: none; }
.row {
padding: 15px !important; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38, .row {
width: 100%; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38 {
padding-right: 0;
padding-left: 0; }
/*-----------------Header Elements-----------------*/
#header .row {
padding: 0 15px !important; }
#header.nav-solid [class*="col-"] {
padding: 0; }
/*Logo*/
#logo h2 {
padding: 0; }
/* Social */
#header aside {
clear: both;
padding: 0; }
#header ul.social-icons {
margin-top: 0; }
#banner-content.row {
padding-top: 85px !important;
background: #ffc107; }
/*-----------------Sections-----------------*/
/* Call to Action*/
.call-to-action {
padding-bottom: 25px; }
/* Video */
.slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
height: 270px !important; }
/* Footer */
#landing-footer #copyright {
float: left;
width: 50%; }
#landing-footer .social-icons {
float: right;
width: 50%; }
/*-----------------Typography-----------------*/
h1 {
font-size: 38px; }
#banner h1 {
font-size: 48px; }
/* Hide Elements */
a#scrollUp {
display: none !important; } }
/* Mobile to Tablet Portrait
===============================*/
@media (min-width: 480px) and (max-width: 767px) {
#wrapper {
margin: 0;
padding: 0; }
.page-border, #scrollUp, #scrollUp:before {
display: none; }
.row {
padding: 15px 0 !important; }
.col-1, .col-2, .col-5, .col-7, .col-9, .col-11, .col-2-3, .col-3-4, .col-61, .col-38, .row {
width: 100%; }
.col-3, .col-4, .col-6, .col-8, .col-10, .col-12 {
width: 50%; }
/*-----------------Header Elements-----------------*/
#header .row {
padding: 0 !important; }
#header aside {
display: inline-block;
position: absolute;
top: 40px;
right: 60px;
padding-top: 3px;
padding-right: 5px; }
#header.nav-solid aside {
top: 20px; }
#header aside ul {
margin-top: 0 !important;
padding-top: 6px; }
#banner-content.row {
padding-top: 85px !important; }
/*Navigation*/
nav#nav-mobile ul {
margin-left: -40px;
margin-right: -40px;
padding-left: 20px;
padding-right: 20px; }
/*-----------------Sections-----------------*/
/* Video */
.slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
height: 370px !important; }
/* Footer */
#landing-footer #copyright {
float: left;
width: 50%; }
#landing-footer .social-icons {
float: right;
width: 50%; } }
/* Landscape Tablet to Desktop
===============================*/
@media (min-width: 768px) and (max-width: 1024px) {
#wrapper {
margin: 0;
padding: 0; }
.page-border {
display: none; }
.big-padding-top {
padding-top: 45px !important; }
/*-----------------Header Elements-----------------*/
#header aside {
display: inline-block;
position: absolute;
top: 40px;
right: 60px;
padding-top: 3px;
padding-right: 5px; }
#header.nav-solid aside {
top: 20px; }
#header aside ul {
margin-top: 0 !important;
padding-top: 6px; }
/*Navigation*/
nav#nav-mobile ul {
margin-left: -40px;
margin-right: -40px;
padding-left: 20px;
padding-right: 20px; }
/*-----------------Sections-----------------*/
/* Video */
.slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
height: 432px !important; } }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block; }
audio, canvas, video {
display: inline-block; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden] {
display: none; }
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
a:active, a:hover {
outline: 0; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
abbr[title] {
border-bottom: 1px; }
b, strong {
font-weight: bold; }
dfn {
font-style: italic; }
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
mark {
background: #ff0;
color: #000; }
code, kbd, pre, samp {
font-family: monospace,serif;
font-size: 1em; }
pre {
white-space: pre-wrap; }
q {
quotes: "\201C" "\201D" "\2018" "\2019"; }
small {
font-size: 80%; }
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 0; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
button, input, select, textarea {
font-family: inherit;
font-size: 100%;
margin: 0; }
button, input {
line-height: normal; }
button, select {
text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled], html input[disabled] {
cursor: default; }
input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0; }
textarea {
overflow: auto;
vertical-align: top; }
table {
border-collapse: collapse;
border-spacing: 0; }
/* ------------------------- Logo -------------------------------------------------- */
.logo {
color: #fff;
letter-spacing: 1px;
font-weight: 400;
font-size: 25px;
position: fixed;
left: 30px;
top: 30px;
mix-blend-mode: difference;
z-index: 20; }
.logo:hover {
color: #a58861; }
/* ------------------------- Progress bar -------------------------------------------------- */
.progressContainer {
position: fixed;
top: 50%;
right: 40px;
z-index: 5;
height: 100px;
width: 3px;
background: rgba(152, 152, 158, 0.3);
overflow: hidden;
transform: translate(0, -50%); }
.progressFill {
width: 3px;
background: #A58861;
height: 0%; }
@media screen and (max-width: 760px) {
.progressContainer {
display: none; } }
/* ------------------------- Socials -------------------------------------------------- */
.socials {
font-size: 25px;
position: fixed;
top: 15%;
transform: translate(0, -50%);
left: 25px;
border-radius: 20px;
mix-blend-mode: difference;
z-index: 20; }
.social-btn {
width: 40px;
height: 40px;
float: left; }
.social-btn:hover {
color: #a58861; }
@media screen and (max-width: 760px) {
.socials {
opacity: 0;
visibility: hidden; }
body.active .socials {
opacity: 1;
visibility: visible; } }
/* ------------------------- Contact (right bottom) -------------------------------------------------- */
.contact-btn {
width: 50px;
height: 50px;
position: fixed;
bottom: 15px;
right: 15px;
mix-blend-mode: difference;
z-index: 20;
background: url("") -36px 18px no-repeat;
border-radius: 25px; }
.contact-btn:hover {
background: rgba(230, 229, 225, 0.07) url("") 14px -32px no-repeat; }
/* ------------------------- Navigation -------------------------------------------------- */
#menu {
position: fixed;
height: 0;
top: 0;
width: 100%;
z-index: 8;
background: #191a1e00;
background-size: contain;
overflow: hidden; }
#menu .wrap {
height: 100%;
position: relative;
max-width: 1100px;
padding-left: 120px;
padding-right: 120px; }
#menu.active {
height: 100vh;
background: #191A1E url("") center center no-repeat;
background-size: contain; }
#menu .navigation {
top: 50%;
transform: translate(0%, -50%);
position: absolute;
width: calc(100% - 240px); }
@media screen and (max-width: 760px) {
#menu.active {
background: #191A1E url("") center center no-repeat;
background-size: cover; }
#menu .wrap {
padding-left: 80px;
padding-right: 80px; }
#menu .navigation {
width: calc(100% - 160px); } }
@media screen and (max-width: 440px) {
#menu .navigation {
top: 45%;
transform: translate(0%, -50%); } }
/* ------------------------- Nav contact -------------------------------------------------- */
#menu .nav-contact {
width: 50%;
float: left;
height: 100%;
animation: transpAnimation .3s;
-moz-animation: transpAnimation .3s;
/* Firefox */
-webkit-animation: transpAnimation .3s;
/* Safari and Chrome */
-o-animation: transpAnimation .3s;
/* Opera */
opacity: 0; }
#menu.active .nav-contact {
animation: navContact 1.5s;
-moz-animation: navContact 1.5s;
/* Firefox */
-webkit-animation: navContact 1.5s;
/* Safari and Chrome */
-o-animation: navContact 1.5s;
/* Opera */
opacity: 1; }
@keyframes navContact {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes navContact {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes navContact {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes navContact {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes transpAnimation {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-moz-keyframes transpAnimation {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-webkit-keyframes transpAnimation {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-o-keyframes transpAnimation {
0% {
opacity: 1; }
100% {
opacity: 0; } }
#menu .nav-contact .profile-picture {
width: 80px;
height: 80px;
float: left;
border-radius: 40px;
background: url("../img/aleksandar.jpg") center center;
background-size: cover;
margin-top: 25px; }
#menu .nav-contact p, #menu .nav-contact a {
float: left;
color: #fff;
width: 100%;
opacity: 1;
line-height: 30px;
font-size: 15px; }
#menu .nav-contact a:hover {
color: #ff3f4c; }
#menu .nav-contact h3 {
float: left;
color: #a58861;
width: 100%;
margin: 40px 0 0 0; }
#menu .nav-contact .credits {
bottom: 20px;
opacity: .5; }
@media screen and (max-width: 1260px) {
#menu .nav-contact h3 {
margin: 20px 0 0 0; } }
@media screen and (max-width: 760px) {
#menu .nav-contact {
display: none; } }
/* ------------------------- Nav ul -------------------------------------------------- */
#menu ul {
width: 50%;
float: left;
animation: transpAnimation .3s;
-moz-animation: transpAnimation .3s;
/* Firefox */
-webkit-animation: transpAnimation .3s;
/* Safari and Chrome */
-o-animation: transpAnimation .3s;
/* Opera */
opacity: 0; }
#menu.active ul {
animation: navContact 1.5s;
-moz-animation: navContact 1.5s;
/* Firefox */
-webkit-animation: navContact 1.5s;
/* Safari and Chrome */
-o-animation: navContact 1.5s;
/* Opera */
opacity: 1; }
#menu li {
list-style: none;
width: 100%;
float: left;
text-align: right; }
#menu li a {
color: #fff;
line-height: 60px;
font-size: 42px;
padding: 12px 0;
display: block; }
#menu li a:hover {
color: rgba(255, 255, 255, 0.5); }
#menu li.active a, #menu li.active a:hover {
color: #A58861; }
@media screen and (max-width: 1260px) {
#menu li a {
line-height: 50px;
font-size: 32px; } }
@media screen and (max-width: 760px) {
#menu ul {
width: 100%; }
#menu li a {
line-height: 40px;
font-size: 21px; } }
/* ------------------------- Nav icon -------------------------------------------------- */
.nav-icon {
position: fixed;
right: 10px;
top: 10px;
width: 60px;
height: 60px;
cursor: pointer;
z-index: 20;
mix-blend-mode: difference; }
.hamburger-bar {
width: 22px;
height: 2px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #ffffff00; }
.hamburger-bar:before,
.hamburger-bar:after {
content: '';
position: absolute;
width: 22px;
height: 2px;
background: #fff; }
.hamburger-bar:before {
transform: rotate(0deg) translate(0px, -4px); }
.hamburger-bar:after {
transform: rotate(0deg) translate(0px, 4px); }
.nav-icon.white .hamburger-bar:before,
.nav-icon.white .hamburger-bar:after {
background: #fff; }
.nav-icon.active .hamburger-bar:before {
transform: rotate(-45deg) translate(0px, 0px); }
.nav-icon.active .hamburger-bar:after {
transform: rotate(45deg) translate(0px, 0px); }
.nav-icon.active:hover .hamburger-bar.hamburger-bar:before {
transform: rotate(0deg) translate(0px, 0px); }
.nav-icon.active:hover .hamburger-bar.hamburger-bar:after {
transform: rotate(0deg) translate(0px, 0px); }
.nav-icon:hover .hamburger-bar.hamburger-bar:before {
transform: rotate(0deg) translate(-4px, -4px); }
.nav-icon:hover .hamburger-bar.hamburger-bar:after {
transform: rotate(0deg) translate(4px, 4px); }
@media screen and (max-width: 1080px) {
.nav-icon.active:hover .hamburger-bar.hamburger-bar:before {
transform: rotate(-45deg) translate(0px, 0px); }
.nav-icon.active:hover .hamburger-bar.hamburger-bar:after {
transform: rotate(45deg) translate(0px, 0px); }
.nav-icon:hover .hamburger-bar.hamburger-bar:before {
transform: rotate(0deg) translate(0px, -4px); }
.nav-icon:hover .hamburger-bar.hamburger-bar:after {
transform: rotate(0deg) translate(0px, 4px); } }
.nav-icon, .hamburger-bar, .hamburger-bar:before, .hamburger-bar:after, a, span, .number {
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out; }
#menu, .navigation, .overlayclick.loaded, .socials {
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out; }
* {
box-sizing: border-box; }
html {
font-size: calc(4px + 0.45vw); }
body {
color: #000; }
a {
text-decoration: none; }
*:focus {
outline: 0; }
/* Primary Style
--------------------------------*/
.main {
max-width: 110rem;
margin: 0 auto; }
header {
line-height: 12rem;
height: 12rem; }
header h1 {
font-size: 2.5rem; }
header ul::after {
content: '';
display: table;
clear: both; }
header li {
float: left;
width: 12.5%;
text-align: center;
text-transform: uppercase; }
header li:nth-child(4) {
width: 25%; }
header li a {
font-weight: 900;
font-size: 1.2rem;
letter-spacing: 2px; }
.text {
font-size: 2rem;
padding: 2rem 0;
-moz-columns: 3;
-webkit-columns: 3;
columns: 3; }
.text p {
margin-bottom: 2rem; }
/* Slider Style
--------------------------------------*/
.cd-slider {
position: relative;
width: 100%;
height: 40rem;
overflow: hidden;
margin-bottom: 8rem;
background: #eef0f0; }
.cd-slider li {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
-webkit-transition: visibility 0s 1s;
transition: visibility 0s 1s;
will-change: visibility; }
.image {
position: absolute;
top: 0;
left: 0;
width: 65%;
height: 100%;
background-size: cover;
background-position: 50% 50%;
clip: rect(0, 80rem, 50rem, 80rem);
-webkit-transition: clip 0.5s cubic-bezier(0.99, 0.01, 0.45, 0.9) 0.5s;
transition: clip 0.5s cubic-bezier(0.99, 0.01, 0.45, 0.9) 0.5s;
will-change: clip; }
.content {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
padding: 2rem 30px 0 2rem;
font-size: 9rem;
text-align: right; }
.content h2 {
text-overflow: ellipsis;
-webkit-transform: translateY(-30%);
transform: translateY(-30%);
opacity: 0;
-webkit-transition: opacity .5s, -webkit-transform .5s;
transition: opacity .5s, -webkit-transform .5s;
transition: transform .5s, opacity .5s;
transition: transform .5s, opacity .5s, -webkit-transform .5s;
will-change: transform, opacity; }
.content a {
display: inline-block;
font-size: 2rem;
text-transform: lowercase;
padding: 3.5rem;
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
transition: opacity .5s .1s, -webkit-transform .5s .1s;
transition: transform .5s .1s, opacity .5s .1s;
transition: transform .5s .1s, opacity .5s .1s, -webkit-transform .5s .1s;
will-change: transform, opacity; }
/* Current Slide
-------------------------------------*/
li.current {
visibility: visible;
-webkit-transition-delay: 0s;
transition-delay: 0s; }
li.current .image {
clip: rect(0, 80rem, 50rem, 0); }
li.current .content h2 {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition-delay: 1s;
transition-delay: 1s; }
li.current .content a {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition-delay: 1.1s;
transition-delay: 1.1s; }
/* Prev Slide
------------------------------------*/
li.prev_slide .image {
clip: rect(0, 0, 50rem, 0); }
nav {
position: absolute;
bottom: 0;
right: 0;
background: #191a1e;
z-index: 2;
padding: 30px; }
.prev, .next, .counter {
vertical-align: middle; }
.prev, .next {
position: relative;
display: inline-block;
height: 5rem;
width: 5rem;
border: 0;
cursor: pointer;
background: transparent; }
.prev::before, .next::before {
content: '';
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-right-width: 1rem;
border-right-color: #fff;
border-left-width: 0;
width: 0;
height: 0; }
.prev::after, .next::after {
content: '';
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%) translateZ(0);
transform: translateY(-50%) translateZ(0);
left: .5rem;
background: #fff;
height: .1rem;
min-height: 1px;
width: 2.5rem; }
.next::before {
right: 0;
left: auto;
border-left-width: 1rem;
border-left-color: #fff;
border-right-width: 0; }
.next::after {
right: .5rem;
left: auto; }
.prev:hover::after, .next:hover::after {
height: 3px;
background: #a58861; }
@media screen and (max-width: 750px) {
.image {
width: 100%; }
.content {
padding-right: 2rem;
background: #000000cf; }
.raleway700 {
font-size: 25px !important; }
nav {
left: 0;
right: auto; } }
@media screen and (max-width: 1024px) {
.raleway700 {
font-size: 25px !important; } }
@media screen and (max-width: 800px) {
header ul li:not(:nth-child(4)) {
display: none; }
header ul li:nth-child(4) {
width: 100%; } }
.overlay {
position: fixed;
background: #191A1E;
z-index: 15;
bottom: 0;
height: 100%;
width: 100%;
left: 0;
overflow: hidden; }
.overlay .logo {
position: absolute;
top: 48%;
left: 50%;
transform: translate(-50%, 0);
animation: textAnimation 2s;
-moz-animation: textAnimation 2s;
/* Firefox */
-webkit-animation: textAnimation 2s;
/* Safari and Chrome */
-o-animation: textAnimation 2s;
/* Opera */ }
.overlayclick {
position: fixed;
background: #191A1E;
z-index: 15;
top: 0;
height: 0;
width: 100%;
left: 0;
overflow: hidden;
display: block !important; }
.overlaymenu {
position: fixed;
background: #191A1E;
z-index: 15;
top: 0;
height: 100%;
width: 100%;
left: 0;
display: none; }
.loaded .overlay {
animation: overlayAnimation 1.2s;
-moz-animation: overlayAnimation 1.2s;
/* Firefox */
-webkit-animation: overlayAnimation 1.2s;
/* Safari and Chrome */
-o-animation: overlayAnimation 1.2s;
/* Opera */
height: 0; }
@keyframes overlayAnimation {
0% {
height: 100%; }
100% {
height: 0; } }
@-moz-keyframes overlayAnimation {
0% {
height: 100%; }
100% {
height: 0; } }
@-webkit-keyframes overlayAnimation {
0% {
height: 100%; }
100% {
height: 0; } }
@-o-keyframes overlayAnimation {
0% {
height: 100%; }
100% {
height: 0; } }
.loaded .image-box-overlay {
width: 0;
animation: imgAnimation 2s;
-moz-animation: imgAnimation 2s;
/* Firefox */
-webkit-animation: imgAnimation 2s;
/* Safari and Chrome */
-o-animation: imgAnimation 2s;
/* Opera */ }
@keyframes imgAnimation {
0% {
width: 100%; }
50% {
width: 100%; }
100% {
width: 0; } }
@-moz-keyframes imgAnimation {
0% {
width: 100%; }
50% {
width: 100%; }
100% {
width: 0; } }
@-webkit-keyframes imgAnimation {
0% {
width: 100%; }
50% {
width: 100%; }
100% {
width: 0; } }
@-o-keyframes imgAnimation {
0% {
width: 100%; }
50% {
width: 100%; }
100% {
width: 0; } }
.loaded .header-block {
animation: textAnimation 2s;
-moz-animation: textAnimation 2s;
/* Firefox */
-webkit-animation: textAnimation 2s;
/* Safari and Chrome */
-o-animation: textAnimation 2s;
/* Opera */ }
@keyframes textAnimation {
0% {
top: 60%;
opacity: 0; }
50% {
top: 55%;
opacity: 0; }
100% {
top: 48%;
opacity: 1; } }
@-moz-keyframes textAnimation {
0% {
top: 60%;
opacity: 0; }
50% {
top: 55%;
opacity: 0; }
100% {
top: 48%;
opacity: 1; } }
@-webkit-keyframes textAnimation {
0% {
top: 60%;
opacity: 0; }
50% {
top: 55%;
opacity: 0; }
100% {
top: 48%;
opacity: 1; } }
@-o-keyframes textAnimation {
0% {
top: 60%;
opacity: 0; }
50% {
top: 55%;
opacity: 0; }
100% {
top: 48%;
opacity: 1; } }
.progressFillAnimation {
height: 100%;
width: 2px;
background: #A58861;
position: absolute; }
.loaded .progressFillAnimation {
animation: barAnimation 2s;
-moz-animation: barAnimation 2s;
/* Firefox */
-webkit-animation: barAnimation 2s;
/* Safari and Chrome */
-o-animation: barAnimation 2s;
/* Opera */
height: 0; }
@keyframes barAnimation {
0% {
height: 100%; }
50% {
height: 100%; }
100% {
height: 0; } }
@-moz-keyframes barAnimation {
0% {
height: 100%; }
50% {
height: 100%; }
100% {
height: 0; } }
@-webkit-keyframes barAnimation {
0% {
height: 100%; }
50% {
height: 100%; }
100% {
height: 0; } }
@-o-keyframes barAnimation {
0% {
height: 100%; }
50% {
height: 100%; }
100% {
height: 0; } }
/*# sourceMappingURL=style.css.map */ | 0.383295 | 0.06724 |
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#wtranslator-footerSlideContainer {
position: fixed;
bottom:0;
width: 100%;
/*z-index: 1021;*/
z-index: 1002;
}
#wtranslator-footerSlideButton {
background: url(sliderButton.png) top left no-repeat transparent;
position: absolute;
top: -55px;
right: 20px;
width:50px;
height:50px;
border: none;
cursor: pointer;
}
#wtranslator-footerSlideContent {
width: 100%;
height: 0px;
background: #251b15;
color: #CCCCCC;
font-size: 0.8em;
border: none;
font-family: Verdana, Sans-Serif;
}
#wtranslator-footerSlideContent #one-true { overflow: hidden; }
#wtranslator-footerSlideContent #one-true .col {
width: 27%;
padding: 20px 3.15% 0;
float: left;
margin-bottom: -99999px;
padding-bottom: 99999px;
}
#wtranslator-footerSlideContent #one-true .col1 { margin-left: 33.3%; background: #333; display:none; }
#wtranslator-footerSlideContent #one-true .col2 { margin-left: -66.3%; background: #444; display:none; }
#wtranslator-footerSlideContent #one-true .col3 { left: 0; background: #444; display:none;}
#wtranslator-footerSlideContent #one-true p { margin-bottom: 30px; } /* Bottom padding on the column doesn't work */
#wtranslator-footerSlideContent h3 {
font-size: 24px;
color: #9AC941;
margin: 10px 0 10px 0;
}
#wtranslator-footerSlideContent h3 span {
float:right;
font-size: 12px;
}
#wtranslator-footerSlideContent h3 span a {
text-decoration: none;
color: #EE8D40;
font-weight: bold;
}
#wtranslator-footerSlideContent ul {
color: #EE8D40;
list-style-type: none;
/*line-height: 2em;*/
}
#wtranslator-footerSlideContent li.item {
float: left;
/*border: 1px solid black;*/
width: 100%;
min-height: 25px;
max-height: 25px;
}
#wtranslator-footerSlideContent li.item div {
padding-left: 20px;
height: 20px;
padding-top: 5px;
}
#wtranslator-footerSlideContent li.item div.edited {
background: url(tick.png) no-repeat;
}
#wtranslator-footerSlideContent li.item div span { float:right }
#wtranslator-footerSlideContent .row {
background-color: #fff;
clear:both;
}
#wtranslator-footerSlideText {
padding: 15px 20px 25px 25px;
}
a.wtranslator-button {
background-image: url(button-sprite.png);
text-decoration: none;
font-size: 12px;
font-weight: bold;
height: 20px;
line-height: 12px;
margin: 0 5px 20px;
padding: 8px 10px 0;
border-radius: 3px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
display: inline-block;
}
a.wtranslator-button.large {
padding: 11px 10px 0;
line-height: 14px;
height: 24px;
}
a.wtranslator-button.green {
background-position: 0 -252px;
border: 1px solid #ADC671;
color: #5D7731;
}
a.wtranslator-button.green:hover {border: 1px solid #8BB14D;background-position: 0 -280px;}
a.wtranslator-button.large.green {background-position: 0 -308px;}
a.wtranslator-button.large.green:hover {background-position: 0 -343px;}
/* override */
.wysiwyg {
width: 754px;
margin-bottom: 10px;
border: 0px;
}
.translate-form .translate-row {
margin: 5px 0px 5px 0px;
}
.translate-row label {
font-size: 11px;
font-family: Verdana, Sans-serif;
font-weight: bold;
}
.translate-buttons {
text-align:right;
}
.translate-original {
font-family: Verdana;
color: grey;
font-size: 16px;
margin: 10px 0px 10px 0px;
padding: 5px;
border: 3px dotted silver;
}
.translate-category, p.title-translate-original {
font-size: 16px;
padding: 5px;
margin: 10px 0px 10px 0px;
color: #333;
border-top: 1px solid #EEE;
}
.translate-category span {
font-weight: bold;
color: #9AC941;
}
h1.translate {
font-weight: normal;
color: #252525;
font-size: 26px;
margin: 0;
padding: 0 0 10px 0;
font-family: Verdana, Sans-serif;
}
a.wtranslate {
text-decoration: none;
color: #09c;
}
a.wtranslate {
color: #9c0;
} | protected/modules/translate/widgets/assets/wtranslator.style.css | TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#wtranslator-footerSlideContainer {
position: fixed;
bottom:0;
width: 100%;
/*z-index: 1021;*/
z-index: 1002;
}
#wtranslator-footerSlideButton {
background: url(sliderButton.png) top left no-repeat transparent;
position: absolute;
top: -55px;
right: 20px;
width:50px;
height:50px;
border: none;
cursor: pointer;
}
#wtranslator-footerSlideContent {
width: 100%;
height: 0px;
background: #251b15;
color: #CCCCCC;
font-size: 0.8em;
border: none;
font-family: Verdana, Sans-Serif;
}
#wtranslator-footerSlideContent #one-true { overflow: hidden; }
#wtranslator-footerSlideContent #one-true .col {
width: 27%;
padding: 20px 3.15% 0;
float: left;
margin-bottom: -99999px;
padding-bottom: 99999px;
}
#wtranslator-footerSlideContent #one-true .col1 { margin-left: 33.3%; background: #333; display:none; }
#wtranslator-footerSlideContent #one-true .col2 { margin-left: -66.3%; background: #444; display:none; }
#wtranslator-footerSlideContent #one-true .col3 { left: 0; background: #444; display:none;}
#wtranslator-footerSlideContent #one-true p { margin-bottom: 30px; } /* Bottom padding on the column doesn't work */
#wtranslator-footerSlideContent h3 {
font-size: 24px;
color: #9AC941;
margin: 10px 0 10px 0;
}
#wtranslator-footerSlideContent h3 span {
float:right;
font-size: 12px;
}
#wtranslator-footerSlideContent h3 span a {
text-decoration: none;
color: #EE8D40;
font-weight: bold;
}
#wtranslator-footerSlideContent ul {
color: #EE8D40;
list-style-type: none;
/*line-height: 2em;*/
}
#wtranslator-footerSlideContent li.item {
float: left;
/*border: 1px solid black;*/
width: 100%;
min-height: 25px;
max-height: 25px;
}
#wtranslator-footerSlideContent li.item div {
padding-left: 20px;
height: 20px;
padding-top: 5px;
}
#wtranslator-footerSlideContent li.item div.edited {
background: url(tick.png) no-repeat;
}
#wtranslator-footerSlideContent li.item div span { float:right }
#wtranslator-footerSlideContent .row {
background-color: #fff;
clear:both;
}
#wtranslator-footerSlideText {
padding: 15px 20px 25px 25px;
}
a.wtranslator-button {
background-image: url(button-sprite.png);
text-decoration: none;
font-size: 12px;
font-weight: bold;
height: 20px;
line-height: 12px;
margin: 0 5px 20px;
padding: 8px 10px 0;
border-radius: 3px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
display: inline-block;
}
a.wtranslator-button.large {
padding: 11px 10px 0;
line-height: 14px;
height: 24px;
}
a.wtranslator-button.green {
background-position: 0 -252px;
border: 1px solid #ADC671;
color: #5D7731;
}
a.wtranslator-button.green:hover {border: 1px solid #8BB14D;background-position: 0 -280px;}
a.wtranslator-button.large.green {background-position: 0 -308px;}
a.wtranslator-button.large.green:hover {background-position: 0 -343px;}
/* override */
.wysiwyg {
width: 754px;
margin-bottom: 10px;
border: 0px;
}
.translate-form .translate-row {
margin: 5px 0px 5px 0px;
}
.translate-row label {
font-size: 11px;
font-family: Verdana, Sans-serif;
font-weight: bold;
}
.translate-buttons {
text-align:right;
}
.translate-original {
font-family: Verdana;
color: grey;
font-size: 16px;
margin: 10px 0px 10px 0px;
padding: 5px;
border: 3px dotted silver;
}
.translate-category, p.title-translate-original {
font-size: 16px;
padding: 5px;
margin: 10px 0px 10px 0px;
color: #333;
border-top: 1px solid #EEE;
}
.translate-category span {
font-weight: bold;
color: #9AC941;
}
h1.translate {
font-weight: normal;
color: #252525;
font-size: 26px;
margin: 0;
padding: 0 0 10px 0;
font-family: Verdana, Sans-serif;
}
a.wtranslate {
text-decoration: none;
color: #09c;
}
a.wtranslate {
color: #9c0;
} | 0.261802 | 0.09782 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
width: 100%;
min-height: 100vh;
background-color: rgb(7, 27, 27);
color: rgb(255, 168, 168);
font-family: "Poppins", sans-serif;
}
#container {
padding: 20px;
width: 100%;
min-height: 100%;
}
.field {
display: inline-block;
margin-top: 100px;
position: relative;
left: 50%;
transform: translate(-50%);
}
.label {
font-weight: 300;
}
.input {
width: 60%;
margin: 30px 20px 0 0;
font-size: 18px;
padding: 5px 10px;
border: none;
outline: none;
}
.btn {
padding: 5px 10px;
font-size: 18px;
border: none;
cursor: pointer;
background-color: rgb(255, 168, 168);
color: #000;
}
.show {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 100px 0 50px 0;
}
.quote {
border: 1px solid transparent;
background-color: rgba(213, 252, 255, 0.8);
width: 30%;
padding: 20px 30px;
margin: 10px;
}
.quote h1 {
color: black;
margin-bottom: 20px;
font-size: 30px;
font-weight: 300;
}
.quote p {
color: black;
font-size: 18px;
font-weight: 300;
}
/* responsive */
@media (max-width: 1024px) {
.quote {
width: 45%;
}
}
@media (max-width: 768px) {
.field {
margin-top: 60px;
}
.heading {
font-size: 75px;
}
.quote {
width: 100%;
}
}
@media (max-width: 560px) {
.heading {
font-size: 50px;
}
.quote h1 {
font-size: 22px;
}
.quote p {
font-size: 16px;
}
.input {
width: 100%;
margin-bottom: 20px;
}
.label {
font-size: 25px;
}
.quote {
margin: 10px 0;
}
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
width: 100%;
min-height: 100vh;
background-color: rgb(7, 27, 27);
color: rgb(255, 168, 168);
font-family: "Poppins", sans-serif;
}
#container {
padding: 20px;
width: 100%;
min-height: 100%;
}
.field {
display: inline-block;
margin-top: 100px;
position: relative;
left: 50%;
transform: translate(-50%);
}
.label {
font-weight: 300;
}
.input {
width: 60%;
margin: 30px 20px 0 0;
font-size: 18px;
padding: 5px 10px;
border: none;
outline: none;
}
.btn {
padding: 5px 10px;
font-size: 18px;
border: none;
cursor: pointer;
background-color: rgb(255, 168, 168);
color: #000;
}
.show {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 100px 0 50px 0;
}
.quote {
border: 1px solid transparent;
background-color: rgba(213, 252, 255, 0.8);
width: 30%;
padding: 20px 30px;
margin: 10px;
}
.quote h1 {
color: black;
margin-bottom: 20px;
font-size: 30px;
font-weight: 300;
}
.quote p {
color: black;
font-size: 18px;
font-weight: 300;
}
/* responsive */
@media (max-width: 1024px) {
.quote {
width: 45%;
}
}
@media (max-width: 768px) {
.field {
margin-top: 60px;
}
.heading {
font-size: 75px;
}
.quote {
width: 100%;
}
}
@media (max-width: 560px) {
.heading {
font-size: 50px;
}
.quote h1 {
font-size: 22px;
}
.quote p {
font-size: 16px;
}
.input {
width: 100%;
margin-bottom: 20px;
}
.label {
font-size: 25px;
}
.quote {
margin: 10px 0;
}
} | 0.365796 | 0.061312 |
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
/* You can override the default Infima variables here. */
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--ifm-color-primary: #127ae5;
--ifm-color-primary-dark: #0e60b2;
--ifm-color-primary-darker: #093d71;
--ifm-color-primary-darkest: #041a31;
--ifm-color-primary-light: #3e97ef;
--ifm-color-primary-lighter: #84bdf5;
--ifm-color-primary-lightest: #cae3fb;
--ifm-code-font-size: 95%;
--doc-sidebar-width: 275px !important;
--ifm-link-hover-decoration: none;
--ifm-link-hover-color: inherit;
}
html[data-theme="dark"] {
--ifm-link-color: var(--ifm-color-primary-lighter);
--ifm-menu-color-active: var(--ifm-color-primary-lighter);
--ifm-navbar-link-hover-color: var(--ifm-color-primary-lighter);
--ifm-toc-link-color: var(--ifm-color-primary-lighter);
--ifm-blockquote-color: #eeeeee;
/* --ifm-code-background: var(--ifm-color-primary-dark); */
--ifm-color: #ffffff;
--ifm-background-color: #141414;
--ifm-footer-background-color: #000;
--ifm-card-background-color: #1a1a1a;
--collapse-button-bg-color-dark: transparent;
--ifm-badge-background-color: #b2e7ea;
--ifm-badge-background-color: hsl(210deg, 15%, 20%);
--card-color: rgba(17, 24, 39);
}
html[data-theme="light"] {
--ifm-blockquote-color: #000000;
--ifm-color-emphasis-300: #505050;
/* --ifm-code-background: var(--ifm-color-primary-lightest); */
--ifm-color-input-background: #ffffff;
--ifm-color: #141414;
--ifm-background-color: rgb(249, 250, 251);
--ifm-footer-background-color: #ffffff;
--ifm-card-background-color: #ffffff;
--ifm-badge-background-color: rgba(239, 246, 255);
--card-color: rgba(239, 246, 255);
}
@font-face {
font-family: "Aeonik";
src: url("../fonts/Aeonik-Regular.woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Aeonik-Bold";
src: url("../fonts/Aeonik-Bold.woff");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Aeonik-Light";
src: url("../fonts/Aeonik-Light.woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
.docs-page {
@apply my-12;
}
.edit a svg {
@apply inline;
}
h1,
h2,
h3,
h4,
.menu__list,
.navbar {
font-family: "Aeonik", system-ui, -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.menu__list {
@apply text-sm;
padding-right: calc(var(--ifm-menu-link-padding-horizontal) - 2px);
}
/* otherwise external references in menu bar (see Go) have the icon screwed up */
.menu__list-item > .menu__link > span {
display: flex;
}
.menu__link--sublist:after {
background: var(--ifm-menu-link-sublist-icon) 50% / 1.5rem 1.5rem;
}
div[class^="sidebar_"]
.menu__link.menu__link--active:not(.menu__link--sublist) {
padding-right: calc(var(--ifm-menu-link-padding-horizontal) - 2px);
}
div[class^="sidebar_"] .button {
@apply mx-auto mb-2 w-full border-0;
}
div[class^="sidebar_"] .button svg {
@apply mx-auto;
}
.table-of-contents {
@apply border-none pt-12;
}
.table-of-contents__link {
@apply text-sm text-[color:var(--ifm-color)];
}
.table-of-contents__link--active {
@apply font-bold text-[color:var(--ifm-color-primary)];
}
.docs-wrapper aside {
@apply border-0;
}
/* Blog List Page */
.case-study-header {
background-color: #000000;
@apply w-full rounded-lg;
}
.center {
text-align: center; /* needed so that blog post heading is centered in the single blog post view */
}
/*
.blog-list-page {
@apply max-w-screen-lg mx-auto px-10 my-16;
}
.blog-list-page main {
@apply flex flex-col space-y-12 max-w-screen-lg mx-auto;
}
.blog-list-page aside {
@apply text-sm mr-10 px-2;
}
.blog-list-page .post-header {
@apply items-start;
}
.blog-list-page article img {
@apply -mb-3 shadow-lg;
}
.blog-tags-post-page aside {
@apply text-sm mr-10 px-2;
}
.blog-tags-post-page main {
@apply flex flex-col space-y-12 max-w-screen-lg mx-auto;
}
*/
.blog-tags-post-page {
@apply mx-auto my-16 max-w-screen-lg px-10;
}
/* Pagination */
.pagination-nav {
@apply flex flex-col items-start justify-center space-y-5 space-x-0 md:flex-row md:space-y-0 md:space-x-10;
}
.pagination-nav__item {
@apply w-full max-w-md;
}
.pagination-nav__link {
@apply flex-grow transform rounded-lg border-0 bg-[color:var(--ifm-card-background-color)] p-5 text-lg shadow-lg transition-transform hover:scale-105;
}
/* Navbar */
.navbar__inner {
@apply mx-auto max-w-screen-lg px-10 shadow-none;
}
.navbar__items--right {
@apply flex-row-reverse;
}
.navbar__items--right > :last-child {
@apply pr-5;
}
/* Search */
.DocSearch-Button {
@apply rounded-lg p-5 !important;
}
.button.button--secondary.button--outline:not(.button--active):not(:hover) {
color: #ffffff;
}
/* Footer */
footer svg {
display: inline;
}
.footer .footer__svg {
@apply m-2 inline fill-current;
}
.footer .footer__link-item span svg {
@apply hidden;
}
@media (max-width: 996px) {
.footer .footer__separators {
display: none;
}
/* .footer .footer__block {
display: block;
} */
}
/* Docs */
.docusaurus-highlight-code-line {
background-color: rgb(72, 77, 91);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
.docs-image-centered {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
}
.docs-image-max-width-20 {
width: 20%;
}
.docs-image-max-width-50 {
width: 50%;
}
.hero--primary {
background-color: var(--ifm-color-hero-background-dark);
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
#mc-embedded-waitlist {
margin-top: 15px;
}
.related-read-div {
border-width: 0;
padding: 7px var(--ifm-alert-padding-horizontal);
margin-bottom: 0.5em;
}
.related-read-label {
font-weight: 600;
}
.related-read-link {
margin-left: 7px;
}
.related-read-archetype-tag {
padding: 3px 6px;
color: #ffffff;
font-size: 0.8em;
border-radius: 6px;
margin-left: 7px;
}
.archetype-tag-operation-guide {
background-color: #ca1a7b;
}
.archetype-tag-developer-guide {
background-color: #ca811a;
}
.archetype-tag-tutorial {
background-color: #1ac9c7;
}
.archetype-tag-explanation {
background-color: #78c91a;
}
.archetype-tag-reference {
background-color: #cf8f19;
}
.docs-image-wrapper {
position: static;
width: 100%;
background-color: #efefef;
margin: 0 0 15px 0;
padding: 0;
}
.docs-centered-image-wrapper {
width: 100%;
text-align: center;
margin: 0;
padding: 15px;
}
.docs-image-title-wrapper {
width: 100%;
margin: 0;
padding: 15px;
text-align: left;
font-size: 0.9em;
font-weight: 300;
color: #121212;
}
.docs-image-title {
margin: 0px !important;
}
.docs-centered-image-size-100 {
max-width: 1024px;
}
.docs-centered-image-size-75 {
max-width: 768px;
}
.docs-centered-image-size-50 {
max-width: 640px;
}
.docs-centered-image-size-25 {
max-width: 400px;
}
@media screen and (max-width: 1024px) {
.docs-centered-image-size-100 {
max-width: 100%;
}
.docs-centered-image-size-75 {
max-width: 75%;
}
.docs-centered-image-size-50 {
max-width: 50%;
}
.docs-centered-image-size-25 {
max-width: 25%;
}
}
.docs-image-legend-wrapper {
width: 100%;
margin: 0;
padding: 15px;
text-align: left;
font-size: 0.9em;
font-weight: 300;
color: #121212;
}
.docs-image-legend-list {
margin: 0px !important;
padding: 0;
list-style-type: none;
}
.docs-image-legend-symbol {
font-size: 1.2em;
font-weight: 600;
}
.scale {
@apply transition hover:scale-105 motion-reduce:transform-none motion-reduce:transition-none;
}
/* .tableOfContents {
max-height: calc(100vh - (var(--ifm-navbar-height) + 2rem));
overflow-y: auto;
position: sticky;
top: calc(var(--ifm-navbar-height) + 1rem);
} */
/* hacks to counteract tailwind typography clashing with docusaurus tabs */
.prose .tabs-container > .tabs > .tabs__item::before {
content: none;
}
.prose .tabs-container > .tabs > .tabs__item {
padding-left: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-bottom: 0em;
opacity: 0.5;
}
.prose .tabs-container > .tabs > .tabs__item.tabs__item--active {
opacity: 1;
}
.prose .tabs {
padding: 0 !important;
}
.prose .tabs-container ul {
margin: 0;
margin-bottom: -1.25rem;
}
.prose .tabs-container > .margin-vert--md pre {
margin: 0;
}
/* otherwise tailwind typography gives very ugly margins on inline images */
.prose li img {
margin: 0;
}
/* otherwise tailwind typography gives very ugly margins on li children */
.prose > ol > li > :first-child,
.prose > ul > li > :first-child,
.prose > ol > li > :last-child,
.prose > ul > li > :last-child {
margin: 0 !important; /* sorry cant figure out how else to do this, prose @media overriding - swyx */
}
.prose li > ul {
margin-top: 1rem !important; /* sorry cant figure out how else to do this, prose @media overriding - swyx */
}
.prose :where(a code) {
color: unset;
}
.prose pre.prism-code {
margin: 0;
}
.codeBlockContainer_node_modules-\@docusaurus-theme-classic-lib-next-theme-CodeBlock-styles-module {
box-shadow: none !important;
margin: 0;
padding: 0;
font-size: 0.95em;
}
.prose :where(thead th) {
color: var(--ifm-color);
} | src/css/custom.css | * Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
/* You can override the default Infima variables here. */
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--ifm-color-primary: #127ae5;
--ifm-color-primary-dark: #0e60b2;
--ifm-color-primary-darker: #093d71;
--ifm-color-primary-darkest: #041a31;
--ifm-color-primary-light: #3e97ef;
--ifm-color-primary-lighter: #84bdf5;
--ifm-color-primary-lightest: #cae3fb;
--ifm-code-font-size: 95%;
--doc-sidebar-width: 275px !important;
--ifm-link-hover-decoration: none;
--ifm-link-hover-color: inherit;
}
html[data-theme="dark"] {
--ifm-link-color: var(--ifm-color-primary-lighter);
--ifm-menu-color-active: var(--ifm-color-primary-lighter);
--ifm-navbar-link-hover-color: var(--ifm-color-primary-lighter);
--ifm-toc-link-color: var(--ifm-color-primary-lighter);
--ifm-blockquote-color: #eeeeee;
/* --ifm-code-background: var(--ifm-color-primary-dark); */
--ifm-color: #ffffff;
--ifm-background-color: #141414;
--ifm-footer-background-color: #000;
--ifm-card-background-color: #1a1a1a;
--collapse-button-bg-color-dark: transparent;
--ifm-badge-background-color: #b2e7ea;
--ifm-badge-background-color: hsl(210deg, 15%, 20%);
--card-color: rgba(17, 24, 39);
}
html[data-theme="light"] {
--ifm-blockquote-color: #000000;
--ifm-color-emphasis-300: #505050;
/* --ifm-code-background: var(--ifm-color-primary-lightest); */
--ifm-color-input-background: #ffffff;
--ifm-color: #141414;
--ifm-background-color: rgb(249, 250, 251);
--ifm-footer-background-color: #ffffff;
--ifm-card-background-color: #ffffff;
--ifm-badge-background-color: rgba(239, 246, 255);
--card-color: rgba(239, 246, 255);
}
@font-face {
font-family: "Aeonik";
src: url("../fonts/Aeonik-Regular.woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Aeonik-Bold";
src: url("../fonts/Aeonik-Bold.woff");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Aeonik-Light";
src: url("../fonts/Aeonik-Light.woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
.docs-page {
@apply my-12;
}
.edit a svg {
@apply inline;
}
h1,
h2,
h3,
h4,
.menu__list,
.navbar {
font-family: "Aeonik", system-ui, -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.menu__list {
@apply text-sm;
padding-right: calc(var(--ifm-menu-link-padding-horizontal) - 2px);
}
/* otherwise external references in menu bar (see Go) have the icon screwed up */
.menu__list-item > .menu__link > span {
display: flex;
}
.menu__link--sublist:after {
background: var(--ifm-menu-link-sublist-icon) 50% / 1.5rem 1.5rem;
}
div[class^="sidebar_"]
.menu__link.menu__link--active:not(.menu__link--sublist) {
padding-right: calc(var(--ifm-menu-link-padding-horizontal) - 2px);
}
div[class^="sidebar_"] .button {
@apply mx-auto mb-2 w-full border-0;
}
div[class^="sidebar_"] .button svg {
@apply mx-auto;
}
.table-of-contents {
@apply border-none pt-12;
}
.table-of-contents__link {
@apply text-sm text-[color:var(--ifm-color)];
}
.table-of-contents__link--active {
@apply font-bold text-[color:var(--ifm-color-primary)];
}
.docs-wrapper aside {
@apply border-0;
}
/* Blog List Page */
.case-study-header {
background-color: #000000;
@apply w-full rounded-lg;
}
.center {
text-align: center; /* needed so that blog post heading is centered in the single blog post view */
}
/*
.blog-list-page {
@apply max-w-screen-lg mx-auto px-10 my-16;
}
.blog-list-page main {
@apply flex flex-col space-y-12 max-w-screen-lg mx-auto;
}
.blog-list-page aside {
@apply text-sm mr-10 px-2;
}
.blog-list-page .post-header {
@apply items-start;
}
.blog-list-page article img {
@apply -mb-3 shadow-lg;
}
.blog-tags-post-page aside {
@apply text-sm mr-10 px-2;
}
.blog-tags-post-page main {
@apply flex flex-col space-y-12 max-w-screen-lg mx-auto;
}
*/
.blog-tags-post-page {
@apply mx-auto my-16 max-w-screen-lg px-10;
}
/* Pagination */
.pagination-nav {
@apply flex flex-col items-start justify-center space-y-5 space-x-0 md:flex-row md:space-y-0 md:space-x-10;
}
.pagination-nav__item {
@apply w-full max-w-md;
}
.pagination-nav__link {
@apply flex-grow transform rounded-lg border-0 bg-[color:var(--ifm-card-background-color)] p-5 text-lg shadow-lg transition-transform hover:scale-105;
}
/* Navbar */
.navbar__inner {
@apply mx-auto max-w-screen-lg px-10 shadow-none;
}
.navbar__items--right {
@apply flex-row-reverse;
}
.navbar__items--right > :last-child {
@apply pr-5;
}
/* Search */
.DocSearch-Button {
@apply rounded-lg p-5 !important;
}
.button.button--secondary.button--outline:not(.button--active):not(:hover) {
color: #ffffff;
}
/* Footer */
footer svg {
display: inline;
}
.footer .footer__svg {
@apply m-2 inline fill-current;
}
.footer .footer__link-item span svg {
@apply hidden;
}
@media (max-width: 996px) {
.footer .footer__separators {
display: none;
}
/* .footer .footer__block {
display: block;
} */
}
/* Docs */
.docusaurus-highlight-code-line {
background-color: rgb(72, 77, 91);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
.docs-image-centered {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
}
.docs-image-max-width-20 {
width: 20%;
}
.docs-image-max-width-50 {
width: 50%;
}
.hero--primary {
background-color: var(--ifm-color-hero-background-dark);
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
#mc-embedded-waitlist {
margin-top: 15px;
}
.related-read-div {
border-width: 0;
padding: 7px var(--ifm-alert-padding-horizontal);
margin-bottom: 0.5em;
}
.related-read-label {
font-weight: 600;
}
.related-read-link {
margin-left: 7px;
}
.related-read-archetype-tag {
padding: 3px 6px;
color: #ffffff;
font-size: 0.8em;
border-radius: 6px;
margin-left: 7px;
}
.archetype-tag-operation-guide {
background-color: #ca1a7b;
}
.archetype-tag-developer-guide {
background-color: #ca811a;
}
.archetype-tag-tutorial {
background-color: #1ac9c7;
}
.archetype-tag-explanation {
background-color: #78c91a;
}
.archetype-tag-reference {
background-color: #cf8f19;
}
.docs-image-wrapper {
position: static;
width: 100%;
background-color: #efefef;
margin: 0 0 15px 0;
padding: 0;
}
.docs-centered-image-wrapper {
width: 100%;
text-align: center;
margin: 0;
padding: 15px;
}
.docs-image-title-wrapper {
width: 100%;
margin: 0;
padding: 15px;
text-align: left;
font-size: 0.9em;
font-weight: 300;
color: #121212;
}
.docs-image-title {
margin: 0px !important;
}
.docs-centered-image-size-100 {
max-width: 1024px;
}
.docs-centered-image-size-75 {
max-width: 768px;
}
.docs-centered-image-size-50 {
max-width: 640px;
}
.docs-centered-image-size-25 {
max-width: 400px;
}
@media screen and (max-width: 1024px) {
.docs-centered-image-size-100 {
max-width: 100%;
}
.docs-centered-image-size-75 {
max-width: 75%;
}
.docs-centered-image-size-50 {
max-width: 50%;
}
.docs-centered-image-size-25 {
max-width: 25%;
}
}
.docs-image-legend-wrapper {
width: 100%;
margin: 0;
padding: 15px;
text-align: left;
font-size: 0.9em;
font-weight: 300;
color: #121212;
}
.docs-image-legend-list {
margin: 0px !important;
padding: 0;
list-style-type: none;
}
.docs-image-legend-symbol {
font-size: 1.2em;
font-weight: 600;
}
.scale {
@apply transition hover:scale-105 motion-reduce:transform-none motion-reduce:transition-none;
}
/* .tableOfContents {
max-height: calc(100vh - (var(--ifm-navbar-height) + 2rem));
overflow-y: auto;
position: sticky;
top: calc(var(--ifm-navbar-height) + 1rem);
} */
/* hacks to counteract tailwind typography clashing with docusaurus tabs */
.prose .tabs-container > .tabs > .tabs__item::before {
content: none;
}
.prose .tabs-container > .tabs > .tabs__item {
padding-left: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-bottom: 0em;
opacity: 0.5;
}
.prose .tabs-container > .tabs > .tabs__item.tabs__item--active {
opacity: 1;
}
.prose .tabs {
padding: 0 !important;
}
.prose .tabs-container ul {
margin: 0;
margin-bottom: -1.25rem;
}
.prose .tabs-container > .margin-vert--md pre {
margin: 0;
}
/* otherwise tailwind typography gives very ugly margins on inline images */
.prose li img {
margin: 0;
}
/* otherwise tailwind typography gives very ugly margins on li children */
.prose > ol > li > :first-child,
.prose > ul > li > :first-child,
.prose > ol > li > :last-child,
.prose > ul > li > :last-child {
margin: 0 !important; /* sorry cant figure out how else to do this, prose @media overriding - swyx */
}
.prose li > ul {
margin-top: 1rem !important; /* sorry cant figure out how else to do this, prose @media overriding - swyx */
}
.prose :where(a code) {
color: unset;
}
.prose pre.prism-code {
margin: 0;
}
.codeBlockContainer_node_modules-\@docusaurus-theme-classic-lib-next-theme-CodeBlock-styles-module {
box-shadow: none !important;
margin: 0;
padding: 0;
font-size: 0.95em;
}
.prose :where(thead th) {
color: var(--ifm-color);
} | 0.285571 | 0.040922 |
.dataDisplayWarp,
.indexChartWarp,
.systemInfoWarp{
width: 100%;
background-color: #fff;
border-radius: 4px;
}
.dataDisplayWarp,
.systemInfoWarp{
padding: 20px;
}
.loginInfoWarp,
.versionInfoWarp,
.dataDisplayWarp,
.indexChartWarp{
margin-bottom: 24px;
width: 100%;
}
.loginInfoWarp p,
.versionInfoWarp p{
font-family: 'PingFangSC-Regular', 'PingFang SC';
font-weight: 400;
font-style: normal;
line-height: 22px;
color: rgba(0, 0, 0, 0.447058823529412);
margin-bottom: 20px;
}
.loginInfoWarp p:last-child,
.versionInfoWarp p:last-child{
margin-bottom: 0;
}
.loginInfoWarp p>span,
.versionInfoWarp p>span{
color: rgba(0, 0, 0, 0.647058823529412);
}
.versionImgWarp{
flex-direction: row;
align-items: center;
justify-content: center;
margin-bottom: 24px;
}
.versionImgWarp img{
width: 139px;
height: 90px;
}
/* dataDisplay */
.dataDisplay{
flex-direction: row;
}
.dataDisplay:first-child{
padding-bottom: 24px;
border-bottom: 1px dashed #ececec;
}
.dataDisplay:last-child{
padding-top: 24px;
}
.dataDisplayItem{
flex: 1;
padding-left: 24px;
border-right: 1px solid #ececec;
}
.dataDisplayItem:last-child{
border-right: 0;
}
.dataDisplayItem span{
color: rgb(153, 153, 153);
line-height: 22px;
}
.dataDisplayItem p{
font-size: 24px;
color: rgba(0, 0, 0, 0.847);
line-height: 38px;
margin: 0;
}
/* indexChart */
.indexChartWarp{
}
.echartView{
height: 500px;
}
.chartOperate{
flex-direction: row;
align-items: center;
justify-content: center;
height: 44px;
margin-right: 10px;
}
.chartOperate p{
margin: 0;
margin-right: 10px;
color: rgba(0, 0, 0, 0.647058823529412);
font-family: 'PingFangSC-Regular', 'PingFang SC';
font-weight: 400;
font-style: normal;
line-height: 22px;
font-size: 14px;
}
.chartOperate p>span{
color: #000000;
}
/* SystemInfo */
.infoTitle{
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC';
font-weight: 600;
font-style: normal;
font-size: 16px;
color: rgba(0, 0, 0, 0.847058823529412);
line-height: 24px;
}
.systemInfoRow{
border: 1px solid #ebebeb;
border-bottom: 0;
}
.systemInfoRow:last-child{
border-bottom: 1px solid #ebebeb;
}
.systemInfoRow>div{
font-family: 'PingFangSC-Regular', 'PingFang SC';
font-size: 14px;
text-align: left;
line-height: 22px;
padding: 10px;
border-right: 1px solid #ebebeb;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.systemInfoRow>div:last-child{
border-right: 0;
}
.systemInfoRow>div:nth-child(odd){
background-color: #fafafa;
color: rgba(0, 0, 0, 0.447058823529412);
}
.systemInfoRow>div:nth-child(even){
color: #666666;
}
/* systemNote */
.noteListItem{
flex-direction: row;
margin-bottom: 24px;
}
.noteListItem:last-child{
margin-bottom: 0;
}
.noteListText{
flex: 1;
flex-direction: row;
justify-content: space-between;
}
/* VersionInfo */
.newVersionBtn{
font-size: 12px;
color: #fff;
height: 24px;
line-height: 24px;
border-radius: 16px;
background-color: #f5222d;
border: 0;
margin-left: 10px;
}
.newVersionBtn:hover{
background-color: #f5222d;
color: #fff;
opacity: 0.8;
}
.authTypeBtn{
height: 20px;
line-height: 20px;
font-family: 'PingFangSC-Regular', 'PingFang SC';
font-size: 12px;
margin-right: 10px;
}
.react_for_echarts>div:nth-child(1){
width:100%!important;
}
.react_for_echarts>div>canvas{
width:100%!important;
} | src/components/pageIndex/index.css | .dataDisplayWarp,
.indexChartWarp,
.systemInfoWarp{
width: 100%;
background-color: #fff;
border-radius: 4px;
}
.dataDisplayWarp,
.systemInfoWarp{
padding: 20px;
}
.loginInfoWarp,
.versionInfoWarp,
.dataDisplayWarp,
.indexChartWarp{
margin-bottom: 24px;
width: 100%;
}
.loginInfoWarp p,
.versionInfoWarp p{
font-family: 'PingFangSC-Regular', 'PingFang SC';
font-weight: 400;
font-style: normal;
line-height: 22px;
color: rgba(0, 0, 0, 0.447058823529412);
margin-bottom: 20px;
}
.loginInfoWarp p:last-child,
.versionInfoWarp p:last-child{
margin-bottom: 0;
}
.loginInfoWarp p>span,
.versionInfoWarp p>span{
color: rgba(0, 0, 0, 0.647058823529412);
}
.versionImgWarp{
flex-direction: row;
align-items: center;
justify-content: center;
margin-bottom: 24px;
}
.versionImgWarp img{
width: 139px;
height: 90px;
}
/* dataDisplay */
.dataDisplay{
flex-direction: row;
}
.dataDisplay:first-child{
padding-bottom: 24px;
border-bottom: 1px dashed #ececec;
}
.dataDisplay:last-child{
padding-top: 24px;
}
.dataDisplayItem{
flex: 1;
padding-left: 24px;
border-right: 1px solid #ececec;
}
.dataDisplayItem:last-child{
border-right: 0;
}
.dataDisplayItem span{
color: rgb(153, 153, 153);
line-height: 22px;
}
.dataDisplayItem p{
font-size: 24px;
color: rgba(0, 0, 0, 0.847);
line-height: 38px;
margin: 0;
}
/* indexChart */
.indexChartWarp{
}
.echartView{
height: 500px;
}
.chartOperate{
flex-direction: row;
align-items: center;
justify-content: center;
height: 44px;
margin-right: 10px;
}
.chartOperate p{
margin: 0;
margin-right: 10px;
color: rgba(0, 0, 0, 0.647058823529412);
font-family: 'PingFangSC-Regular', 'PingFang SC';
font-weight: 400;
font-style: normal;
line-height: 22px;
font-size: 14px;
}
.chartOperate p>span{
color: #000000;
}
/* SystemInfo */
.infoTitle{
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC';
font-weight: 600;
font-style: normal;
font-size: 16px;
color: rgba(0, 0, 0, 0.847058823529412);
line-height: 24px;
}
.systemInfoRow{
border: 1px solid #ebebeb;
border-bottom: 0;
}
.systemInfoRow:last-child{
border-bottom: 1px solid #ebebeb;
}
.systemInfoRow>div{
font-family: 'PingFangSC-Regular', 'PingFang SC';
font-size: 14px;
text-align: left;
line-height: 22px;
padding: 10px;
border-right: 1px solid #ebebeb;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.systemInfoRow>div:last-child{
border-right: 0;
}
.systemInfoRow>div:nth-child(odd){
background-color: #fafafa;
color: rgba(0, 0, 0, 0.447058823529412);
}
.systemInfoRow>div:nth-child(even){
color: #666666;
}
/* systemNote */
.noteListItem{
flex-direction: row;
margin-bottom: 24px;
}
.noteListItem:last-child{
margin-bottom: 0;
}
.noteListText{
flex: 1;
flex-direction: row;
justify-content: space-between;
}
/* VersionInfo */
.newVersionBtn{
font-size: 12px;
color: #fff;
height: 24px;
line-height: 24px;
border-radius: 16px;
background-color: #f5222d;
border: 0;
margin-left: 10px;
}
.newVersionBtn:hover{
background-color: #f5222d;
color: #fff;
opacity: 0.8;
}
.authTypeBtn{
height: 20px;
line-height: 20px;
font-family: 'PingFangSC-Regular', 'PingFang SC';
font-size: 12px;
margin-right: 10px;
}
.react_for_echarts>div:nth-child(1){
width:100%!important;
}
.react_for_echarts>div>canvas{
width:100%!important;
} | 0.319971 | 0.123075 |
header>p {
padding: 10px 10px 10px 40px; font-size: 12px;
position: relative;
line-height: 1.5;
border-bottom: 1px solid #CBCBCB;
}
body{
padding-bottom: 96px;
}
.couponTt {
display: -webkit-box;
margin: 0 8px;
line-height: 43px;
color: #666;
position: relative;
}
.couponTt>p {
-webkit-box-flex: 1;
}
.couponTt>p:first-child {
font-size: 14px;
}
.couponTt>p:nth-child(2) {
font-size: 12px;
text-align: right;
padding-right: 30px;
}
.couponTt>p:last-child {
width: 13px;
height: 13px;
border-top: 1px solid #7d7d7d; border-right: 1px solid #7d7d7d;
position: absolute;
right: 8px;
top: 16px;
-webkit-transform: rotate(-45deg);
-webkit-transition:all 0.3s ease-in-out;
}
.couponList>div {
padding: 15px 30px; position: relative;
line-height: 1.5;
font-size: 14px;
border-top: 1px solid #ddd;
}
.couponList {
padding: 0 10px;
color: #666;
overflow: hidden;
}
.couponList>div:before {
content: '\20';
background-position: -40px -50px;
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-image: url(../image/icon_checked.png);
display: block;
position: absolute;
top: 35px;
left: -2px;
background-size: 100px;
}
.zeroHeight{
height: 0!important;
}
.cp_content {
border-bottom: 1px solid #CBCBCB;
}
header>p:before {
position: absolute;
left: 10px;
top: 50%;
content: '\20';
display: block;
width: 16px;
height: 16px;
margin-top: -9px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACCElEQVRYR82XMawBQRCGf3RCpdRoRBT0KCUqUSrodFoKiYuICIlGq9NRKEUlUaKnENFolKIgOt7LrNzlzuHt7XnO1js338z8M7NnOxwOP7Dw2HgBrtcrNpsN1us1drsd9vs9zuczQ3c6nfB4PPB6vQgEAvD7/bDb7Vxh/QlATubzOWazGU6nE9dHXS4XotEoIpEIg3t1XgIsFgsMh0Mcj0cux/eX3G43UqkUwuHwU/uHAJTu0WiE6XQq5PjeKBaLIZlMPiyLDoCc9/t9LJfLtziXPxIKhZDJZHQQOgBK+bsif5QJKon6aACo5r1ejzvyVqvF7pZKJW6bbDar0YQCQGpvt9uGBCcCQMIsFApKdygAk8kE4/GYOxK6KAJAdolEAvF4nPliACS8RqPB3ecypSgAzQlJkpggGQBNt263ayh6Mxkg21wux6YmAxBVvmgGCIBmA3UEA+h0Othutx/NgM/nQz6fvwHU63XD9TdbAtJBpVK5AZTLZVwul49mwOFwoNlsfgmAaAkMp0xloCmBqAjNAGhEKNqGZgA0bSg6iMwAaAaRyCgOBoNIp9OMYTAYYLVacfPoRjFZGl1G1WpV2Wi0SWu1GjeAbhmRpdF1LApA0ReLRf06JggjDxLREjx9kMj5+8+OkJWvrtX3PUqJztJnuTo9lv2YqCEs/TVTg1j2c8o9XQQv/gKTQqWw6Hv+aQAAAABJRU5ErkJggg==); background-size: 16px 16px;
}
footer {
background-color: #fff;
border-top: 1px solid #ddd; font-size: 16px;
text-align: center;
padding: 10px 0;
position: fixed;
z-index: 2;
bottom: 0;
left: 0;
width: 100%;
color: #666;
}
footer>p:last-child {
margin-top: 10px;
height: 44px;
line-height: 44px;
color: #fff;
background-color: #3884ff;
border-radius: 2px;
margin: 10px 8px 0 8px;
}
footer>p:first-child span {
color: #fc004d; font-weight: bold;
}
.turnRotate{
-webkit-transform: rotate(135deg)!important;
} | exa/css/coupon.css | header>p {
padding: 10px 10px 10px 40px; font-size: 12px;
position: relative;
line-height: 1.5;
border-bottom: 1px solid #CBCBCB;
}
body{
padding-bottom: 96px;
}
.couponTt {
display: -webkit-box;
margin: 0 8px;
line-height: 43px;
color: #666;
position: relative;
}
.couponTt>p {
-webkit-box-flex: 1;
}
.couponTt>p:first-child {
font-size: 14px;
}
.couponTt>p:nth-child(2) {
font-size: 12px;
text-align: right;
padding-right: 30px;
}
.couponTt>p:last-child {
width: 13px;
height: 13px;
border-top: 1px solid #7d7d7d; border-right: 1px solid #7d7d7d;
position: absolute;
right: 8px;
top: 16px;
-webkit-transform: rotate(-45deg);
-webkit-transition:all 0.3s ease-in-out;
}
.couponList>div {
padding: 15px 30px; position: relative;
line-height: 1.5;
font-size: 14px;
border-top: 1px solid #ddd;
}
.couponList {
padding: 0 10px;
color: #666;
overflow: hidden;
}
.couponList>div:before {
content: '\20';
background-position: -40px -50px;
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-image: url(../image/icon_checked.png);
display: block;
position: absolute;
top: 35px;
left: -2px;
background-size: 100px;
}
.zeroHeight{
height: 0!important;
}
.cp_content {
border-bottom: 1px solid #CBCBCB;
}
header>p:before {
position: absolute;
left: 10px;
top: 50%;
content: '\20';
display: block;
width: 16px;
height: 16px;
margin-top: -9px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACCElEQVRYR82XMawBQRCGf3RCpdRoRBT0KCUqUSrodFoKiYuICIlGq9NRKEUlUaKnENFolKIgOt7LrNzlzuHt7XnO1js338z8M7NnOxwOP7Dw2HgBrtcrNpsN1us1drsd9vs9zuczQ3c6nfB4PPB6vQgEAvD7/bDb7Vxh/QlATubzOWazGU6nE9dHXS4XotEoIpEIg3t1XgIsFgsMh0Mcj0cux/eX3G43UqkUwuHwU/uHAJTu0WiE6XQq5PjeKBaLIZlMPiyLDoCc9/t9LJfLtziXPxIKhZDJZHQQOgBK+bsif5QJKon6aACo5r1ejzvyVqvF7pZKJW6bbDar0YQCQGpvt9uGBCcCQMIsFApKdygAk8kE4/GYOxK6KAJAdolEAvF4nPliACS8RqPB3ecypSgAzQlJkpggGQBNt263ayh6Mxkg21wux6YmAxBVvmgGCIBmA3UEA+h0Othutx/NgM/nQz6fvwHU63XD9TdbAtJBpVK5AZTLZVwul49mwOFwoNlsfgmAaAkMp0xloCmBqAjNAGhEKNqGZgA0bSg6iMwAaAaRyCgOBoNIp9OMYTAYYLVacfPoRjFZGl1G1WpV2Wi0SWu1GjeAbhmRpdF1LApA0ReLRf06JggjDxLREjx9kMj5+8+OkJWvrtX3PUqJztJnuTo9lv2YqCEs/TVTg1j2c8o9XQQv/gKTQqWw6Hv+aQAAAABJRU5ErkJggg==); background-size: 16px 16px;
}
footer {
background-color: #fff;
border-top: 1px solid #ddd; font-size: 16px;
text-align: center;
padding: 10px 0;
position: fixed;
z-index: 2;
bottom: 0;
left: 0;
width: 100%;
color: #666;
}
footer>p:last-child {
margin-top: 10px;
height: 44px;
line-height: 44px;
color: #fff;
background-color: #3884ff;
border-radius: 2px;
margin: 10px 8px 0 8px;
}
footer>p:first-child span {
color: #fc004d; font-weight: bold;
}
.turnRotate{
-webkit-transform: rotate(135deg)!important;
} | 0.30767 | 0.156073 |
html, body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.table {
width: 300px;
height: 300px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
position: relative;
}
.table .box {
border: 1px solid #000;
float: left;
-webkit-transition: left 1s,top 1s,-webkit-transform 1s;
transition: left 1s,top 1s,-webkit-transform 1s;
transition: transform 1s,left 1s,top 1s;
transition: transform 1s,left 1s,top 1s,-webkit-transform 1s;
width: 100px;
height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.table .box[data-order="0"] {
position: absolute;
background-size: cover;
left: calc(0*100px);
top: calc(0*100px);
}
.table .box[data-order="1"] {
position: absolute;
background-size: cover;
left: calc(1*100px);
top: calc(0*100px);
}
.table .box[data-order="2"] {
position: absolute;
background-size: cover;
left: calc(2*100px);
top: calc(0*100px);
}
.table .box[data-order="3"] {
position: absolute;
background-size: cover;
left: calc(0*100px);
top: calc(1*100px);
}
.table .box[data-order="4"] {
position: absolute;
background-size: cover;
left: calc(1*100px);
top: calc(1*100px);
}
.table .box[data-order="5"] {
position: absolute;
background-size: cover;
left: calc(2*100px);
top: calc(1*100px);
}
.table .box[data-order="6"] {
position: absolute;
background-size: cover;
left: calc(0*100px);
top: calc(2*100px);
}
.table .box[data-order="7"] {
position: absolute;
background-size: cover;
left: calc(1*100px);
top: calc(2*100px);
}
.table .box[data-order="8"] {
position: absolute;
background-size: cover;
left: calc(2*100px);
top: calc(2*100px);
}
.btn_bar {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.btn_bar .start, .btn_bar .goback {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
/*# sourceMappingURL=style.css.map */ | puzzle/style/style.css | html, body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.table {
width: 300px;
height: 300px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
position: relative;
}
.table .box {
border: 1px solid #000;
float: left;
-webkit-transition: left 1s,top 1s,-webkit-transform 1s;
transition: left 1s,top 1s,-webkit-transform 1s;
transition: transform 1s,left 1s,top 1s;
transition: transform 1s,left 1s,top 1s,-webkit-transform 1s;
width: 100px;
height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.table .box[data-order="0"] {
position: absolute;
background-size: cover;
left: calc(0*100px);
top: calc(0*100px);
}
.table .box[data-order="1"] {
position: absolute;
background-size: cover;
left: calc(1*100px);
top: calc(0*100px);
}
.table .box[data-order="2"] {
position: absolute;
background-size: cover;
left: calc(2*100px);
top: calc(0*100px);
}
.table .box[data-order="3"] {
position: absolute;
background-size: cover;
left: calc(0*100px);
top: calc(1*100px);
}
.table .box[data-order="4"] {
position: absolute;
background-size: cover;
left: calc(1*100px);
top: calc(1*100px);
}
.table .box[data-order="5"] {
position: absolute;
background-size: cover;
left: calc(2*100px);
top: calc(1*100px);
}
.table .box[data-order="6"] {
position: absolute;
background-size: cover;
left: calc(0*100px);
top: calc(2*100px);
}
.table .box[data-order="7"] {
position: absolute;
background-size: cover;
left: calc(1*100px);
top: calc(2*100px);
}
.table .box[data-order="8"] {
position: absolute;
background-size: cover;
left: calc(2*100px);
top: calc(2*100px);
}
.btn_bar {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.btn_bar .start, .btn_bar .goback {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
/*# sourceMappingURL=style.css.map */ | 0.389198 | 0.057045 |
@charset "UTF-8";
/*
Template Name: Katen
Version: 1.0
Author: ThemeGer
Author URI: http://themeforest.net/user/themeger
Description: Minimal Blog and Magazine HTML Template
[TABLE OF CONTENTS]
01. Base
02. Preloader
03. Typography
04. Header
05. Sections
06. Post
07. About author
08. Post comments
09. Page
10. Contact
11. Widgets
12. Instagram feed
13. Footer
14. Search Popup
15. Helpers
16. Buttons
17. Bootstrap Elements
18. Theme Elements
19. Slick Settings
20. Responsive Settings
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap");
/*=================================================================*/
/* BASE
/*=================================================================*/
img {
max-width: 100%;
height: auto;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.relative {
position: relative;
}
/*=================================================================*/
/* Preloader
/*=================================================================*/
#preloader {
background: #FFF;
height: 100%;
position: fixed;
width: 100%;
top: 0;
z-index: 1031;
}
.book {
--color: #FE4F70;
--duration: 6.8s;
width: 32px;
height: 12px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.book .inner {
width: 32px;
height: 12px;
position: relative;
transform-origin: 2px 2px;
transform: rotateZ(-90deg);
animation: book var(--duration) ease infinite;
}
.book .inner .left,
.book .inner .right {
width: 60px;
height: 4px;
top: 0;
border-radius: 2px;
background: var(--color);
position: absolute;
}
.book .inner .left:before,
.book .inner .right:before {
content: "";
width: 48px;
height: 4px;
border-radius: 2px;
background: inherit;
position: absolute;
top: -10px;
left: 6px;
}
.book .inner .left {
right: 28px;
transform-origin: 58px 2px;
transform: rotateZ(90deg);
animation: left var(--duration) ease infinite;
}
.book .inner .right {
left: 28px;
transform-origin: 2px 2px;
transform: rotateZ(-90deg);
animation: right var(--duration) ease infinite;
}
.book .inner .middle {
width: 32px;
height: 12px;
border: 4px solid var(--color);
border-top: 0;
border-radius: 0 0 9px 9px;
transform: translateY(2px);
}
.book ul {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
left: 50%;
top: 0;
}
.book ul li {
height: 4px;
border-radius: 2px;
transform-origin: 100% 2px;
width: 48px;
right: 0;
top: -10px;
position: absolute;
background: var(--color);
transform: rotateZ(0deg) translateX(-18px);
animation-duration: var(--duration);
animation-timing-function: ease;
animation-iteration-count: infinite;
}
.book ul li:nth-child(0) {
animation-name: page-0;
}
.book ul li:nth-child(1) {
animation-name: page-1;
}
.book ul li:nth-child(2) {
animation-name: page-2;
}
.book ul li:nth-child(3) {
animation-name: page-3;
}
.book ul li:nth-child(4) {
animation-name: page-4;
}
.book ul li:nth-child(5) {
animation-name: page-5;
}
.book ul li:nth-child(6) {
animation-name: page-6;
}
.book ul li:nth-child(7) {
animation-name: page-7;
}
.book ul li:nth-child(8) {
animation-name: page-8;
}
.book ul li:nth-child(9) {
animation-name: page-9;
}
.book ul li:nth-child(10) {
animation-name: page-10;
}
.book ul li:nth-child(11) {
animation-name: page-11;
}
.book ul li:nth-child(12) {
animation-name: page-12;
}
.book ul li:nth-child(13) {
animation-name: page-13;
}
.book ul li:nth-child(14) {
animation-name: page-14;
}
.book ul li:nth-child(15) {
animation-name: page-15;
}
.book ul li:nth-child(16) {
animation-name: page-16;
}
.book ul li:nth-child(17) {
animation-name: page-17;
}
.book ul li:nth-child(18) {
animation-name: page-18;
}
@keyframes page-0 {
4% {
transform: rotateZ(0deg) translateX(-18px);
}
13%, 54% {
transform: rotateZ(180deg) translateX(-18px);
}
63% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-1 {
5.86% {
transform: rotateZ(0deg) translateX(-18px);
}
14.74%, 55.86% {
transform: rotateZ(180deg) translateX(-18px);
}
64.74% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-2 {
7.72% {
transform: rotateZ(0deg) translateX(-18px);
}
16.48%, 57.72% {
transform: rotateZ(180deg) translateX(-18px);
}
66.48% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-3 {
9.58% {
transform: rotateZ(0deg) translateX(-18px);
}
18.22%, 59.58% {
transform: rotateZ(180deg) translateX(-18px);
}
68.22% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-4 {
11.44% {
transform: rotateZ(0deg) translateX(-18px);
}
19.96%, 61.44% {
transform: rotateZ(180deg) translateX(-18px);
}
69.96% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-5 {
13.3% {
transform: rotateZ(0deg) translateX(-18px);
}
21.7%, 63.3% {
transform: rotateZ(180deg) translateX(-18px);
}
71.7% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-6 {
15.16% {
transform: rotateZ(0deg) translateX(-18px);
}
23.44%, 65.16% {
transform: rotateZ(180deg) translateX(-18px);
}
73.44% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-7 {
17.02% {
transform: rotateZ(0deg) translateX(-18px);
}
25.18%, 67.02% {
transform: rotateZ(180deg) translateX(-18px);
}
75.18% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-8 {
18.88% {
transform: rotateZ(0deg) translateX(-18px);
}
26.92%, 68.88% {
transform: rotateZ(180deg) translateX(-18px);
}
76.92% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-9 {
20.74% {
transform: rotateZ(0deg) translateX(-18px);
}
28.66%, 70.74% {
transform: rotateZ(180deg) translateX(-18px);
}
78.66% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-10 {
22.6% {
transform: rotateZ(0deg) translateX(-18px);
}
30.4%, 72.6% {
transform: rotateZ(180deg) translateX(-18px);
}
80.4% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-11 {
24.46% {
transform: rotateZ(0deg) translateX(-18px);
}
32.14%, 74.46% {
transform: rotateZ(180deg) translateX(-18px);
}
82.14% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-12 {
26.32% {
transform: rotateZ(0deg) translateX(-18px);
}
33.88%, 76.32% {
transform: rotateZ(180deg) translateX(-18px);
}
83.88% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-13 {
28.18% {
transform: rotateZ(0deg) translateX(-18px);
}
35.62%, 78.18% {
transform: rotateZ(180deg) translateX(-18px);
}
85.62% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-14 {
30.04% {
transform: rotateZ(0deg) translateX(-18px);
}
37.36%, 80.04% {
transform: rotateZ(180deg) translateX(-18px);
}
87.36% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-15 {
31.9% {
transform: rotateZ(0deg) translateX(-18px);
}
39.1%, 81.9% {
transform: rotateZ(180deg) translateX(-18px);
}
89.1% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-16 {
33.76% {
transform: rotateZ(0deg) translateX(-18px);
}
40.84%, 83.76% {
transform: rotateZ(180deg) translateX(-18px);
}
90.84% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-17 {
35.62% {
transform: rotateZ(0deg) translateX(-18px);
}
42.58%, 85.62% {
transform: rotateZ(180deg) translateX(-18px);
}
92.58% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-18 {
37.48% {
transform: rotateZ(0deg) translateX(-18px);
}
44.32%, 87.48% {
transform: rotateZ(180deg) translateX(-18px);
}
94.32% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes left {
4% {
transform: rotateZ(90deg);
}
10%, 40% {
transform: rotateZ(0deg);
}
46%, 54% {
transform: rotateZ(90deg);
}
60%, 90% {
transform: rotateZ(0deg);
}
96% {
transform: rotateZ(90deg);
}
}
@keyframes right {
4% {
transform: rotateZ(-90deg);
}
10%, 40% {
transform: rotateZ(0deg);
}
46%, 54% {
transform: rotateZ(-90deg);
}
60%, 90% {
transform: rotateZ(0deg);
}
96% {
transform: rotateZ(-90deg);
}
}
@keyframes book {
4% {
transform: rotateZ(-90deg);
}
10%, 40% {
transform: rotateZ(0deg);
transform-origin: 2px 2px;
}
40.01%, 59.99% {
transform-origin: 30px 2px;
}
46%, 54% {
transform: rotateZ(90deg);
}
60%, 90% {
transform: rotateZ(0deg);
transform-origin: 2px 2px;
}
96% {
transform: rotateZ(-90deg);
}
}
/*=================================================================*/
/* TYPOGRAPHY
/*=================================================================*/
h1, h2, h3, h4, h5, h6 {
color: #203656;
font-family: "Poppins", sans-serif;
font-weight: 700;
line-height: 1.4;
margin: 20px 0;
}
a {
color: #FE4F70;
outline: 0;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a:hover {
color: #203656;
}
a:focus {
outline: 0;
}
.blockquote {
font-size: 18px;
}
blockquote {
padding: 20px 20px;
margin: 0 0 20px;
background: #fff8fa;
border-left: solid 3px #FE4F70;
border-radius: 5px;
}
blockquote p {
line-height: 1.6;
}
.blockquote-footer {
margin-top: 0;
}
.table {
color: #707a88;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1.3rem;
padding-left: 1.3rem;
}
}
.canvas-menu {
background: #FFF;
height: 100vh;
overflow-y: auto;
overflow-x: hidden;
padding: 40px;
position: fixed;
right: 0;
top: 0;
width: 300px;
z-index: 6;
-webkit-box-shadow: -4px 0px 20px rgba(32, 54, 86, 0.1);
-moz-box-shadow: -4px 0px 20px rgba(32, 54, 86, 0.1);
box-shadow: -4px 0px 20px rgba(32, 54, 86, 0.1);
-webkit-transform: translateX(350px);
-moz-transform: translateX(350px);
-ms-transform: translateX(350px);
-o-transform: translateX(350px);
transform: translateX(350px);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
/* === Vertical Menu === */
/* === Submenu === */
}
.canvas-menu.open {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.canvas-menu.position-left {
left: 0;
right: auto;
-webkit-transform: translateX(-350px);
-moz-transform: translateX(-350px);
-ms-transform: translateX(-350px);
-o-transform: translateX(-350px);
transform: translateX(-350px);
}
.canvas-menu.position-left.open {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.canvas-menu .btn-close {
box-sizing: content-box;
width: 1em;
height: 1em;
position: absolute;
padding: 0.25em 0.25em;
color: #000;
border: 0;
border-radius: 0.25rem;
opacity: 0.4;
right: 30px;
top: 20px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.canvas-menu .btn-close:focus {
outline: none;
box-shadow: none;
}
.canvas-menu .btn-close:hover {
opacity: 1;
}
.canvas-menu .logo {
margin-bottom: 80px;
margin-top: 50px;
width: 100%;
}
.canvas-menu nav {
width: 100%;
}
.canvas-menu .vertical-menu {
list-style: none;
padding: 0;
margin-bottom: 0;
}
.canvas-menu .vertical-menu li.openmenu > a {
color: #203656;
}
.canvas-menu .vertical-menu li.openmenu .switch {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.canvas-menu .vertical-menu li {
padding: 0;
position: relative;
list-style: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.canvas-menu .vertical-menu li:after {
content: "";
display: block;
height: 1px;
margin-bottom: 10px;
margin-top: 10px;
width: 100%;
background: #EBEBEB;
background: -webkit-linear-gradient(left, #EBEBEB 0%, transparent 100%);
background: linear-gradient(to right, #EBEBEB 0%, transparent 100%);
}
.canvas-menu .vertical-menu li.active a {
color: #FE4F70;
}
.canvas-menu .vertical-menu li.active .submenu a {
color: #79889e;
}
.canvas-menu .vertical-menu li.active .submenu a:hover {
color: #203656;
}
.canvas-menu .vertical-menu li .switch {
border: solid 1px #EBEBEB;
border-radius: 5px;
font-size: 10px;
display: inline-block;
padding: 10px;
line-height: 1;
cursor: pointer;
color: #FE4F70;
position: absolute;
top: 0px;
right: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
}
.canvas-menu .vertical-menu li a {
color: #203656;
font-family: "Poppins", sans-serif;
font-size: 14px;
font-weight: 400;
text-decoration: none;
position: relative;
}
.canvas-menu .submenu {
display: none;
padding: 10px 20px;
}
.canvas-menu .submenu li {
padding: 5px 0;
}
.canvas-menu .submenu li:after {
content: "";
display: none;
}
.canvas-menu .submenu li a {
color: #79889e;
font-size: 14px;
font-weight: 400;
}
.canvas-menu .submenu li a:hover {
color: #203656;
}
/*=================================================================*/
/* SECTIONS
/*=================================================================*/
.site-wrapper .main-overlay {
opacity: 0;
visibility: hidden;
filter: blur(2px);
background: #fff;
position: fixed;
height: 100vh;
width: 100%;
z-index: 5;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.site-wrapper .main-overlay.active {
opacity: 0.6;
visibility: visible;
}
section {
position: relative;
}
.main-content {
margin-top: 60px;
}
.main-content-lg {
margin-top: 140px;
margin-bottom: 140px;
}
.container-minimal {
max-width: 900px;
margin: auto;
padding-left: 15px;
padding-right: 15px;
}
.section-header {
margin-bottom: 30px;
position: relative;
}
.section-header img.wave {
margin-top: 10px;
}
.section-title {
font-size: 24px;
margin: 0;
}
.hero {
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
height: 1040px;
width: 100%;
}
.hero:after {
content: "";
background: #203656;
display: block;
left: 0;
opacity: 0.8;
top: 0;
height: 100%;
position: absolute;
width: 100%;
}
.hero .cta {
margin: auto;
max-width: 700px;
padding-top: 120px;
position: relative;
z-index: 1;
}
.hero .cta h2 {
color: #FFF;
font-size: 48px;
}
.hero .cta p {
color: #FFF;
font-size: 18px;
opacity: 0.7;
}
.hero svg {
position: absolute;
bottom: 0px;
left: 0;
width: 100%;
z-index: 1;
}
/*=================================================================*/
/* POST
/*=================================================================*/
.post .category-badge {
color: #FFF;
font-size: 13px;
border-radius: 25px;
display: inline-block;
padding: 6px 11px;
line-height: 1;
left: 20px;
top: 20px;
z-index: 1;
background: #FE4F70;
background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
background-size: 200% auto;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.post .category-badge.lg {
font-size: 14px;
padding: 8px 20px;
}
.post .category-badge:hover {
background-position: right center;
}
.post .post-format {
color: #FFF;
display: block;
border-radius: 50%;
font-size: 20px;
height: 50px;
line-height: 54px;
right: 20px;
text-align: center;
bottom: -25px;
position: absolute;
width: 50px;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
background: #FE4F70;
background: -webkit-linear-gradient(bottom, #FE4F70 0%, #FFA387 100%);
background: linear-gradient(to top, #FE4F70 0%, #FFA387 100%);
z-index: 1;
}
.post .post-format-sm {
color: #FFF;
display: block;
border-radius: 50%;
font-size: 14px;
height: 30px;
line-height: 34px;
left: 20px;
text-align: center;
top: 20px;
position: absolute;
width: 30px;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
background: #FE4F70;
background: -webkit-linear-gradient(bottom, #FE4F70 0%, #FFA387 100%);
background: linear-gradient(to top, #FE4F70 0%, #FFA387 100%);
z-index: 1;
}
.post .thumb {
position: relative;
}
.post .thumb.rounded .inner {
border-radius: 10px;
overflow: hidden;
}
.post .thumb.circle .inner {
overflow: hidden;
border-radius: 50%;
}
.post .thumb.top-rounded .inner {
overflow: hidden;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.post .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.post .thumb:hover img {
-webkit-transform: scale(1.07);
-moz-transform: scale(1.07);
-ms-transform: scale(1.07);
-o-transform: scale(1.07);
transform: scale(1.07);
}
.post .post-title a {
color: #203656;
}
.post .post-title a:hover {
color: #FE4F70;
}
.post .excerpt {
font-size: 16px;
}
.post .meta {
font-size: 14px;
color: #9faabb;
}
.post .meta a {
color: #9faabb;
font-weight: 400;
}
.post .meta a:hover {
color: #FE4F70;
}
.post .meta i {
vertical-align: middle;
}
.post .meta li:last-child:after {
content: "";
display: none;
}
.post .meta li:after {
content: "";
display: inline-block;
background-color: #FE4F70;
border-radius: 50%;
margin-left: 1rem;
height: 3px;
vertical-align: middle;
position: relative;
top: -1px;
width: 3px;
}
.post .meta li:not(:last-child) {
margin-right: 0.8rem;
}
.post .meta li img.author {
margin-right: 12px;
vertical-align: middle;
}
.post .post-bottom .social-share .toggle-button {
font-size: 16px;
color: #9faabb;
background-color: transparent;
border: 0;
padding: 0;
vertical-align: middle;
}
.post .post-bottom .social-share .icons {
display: inline;
vertical-align: middle;
}
.post .post-bottom .social-share .icons li a {
color: #9faabb;
font-size: 14px;
}
.post .post-bottom .social-share .icons li a:hover {
color: #203656;
}
.post .post-bottom .social-share .icons li:not(:last-child) {
margin-right: 0.8rem;
}
.post .post-bottom .more-button a {
font-size: 16px;
font-weight: 700;
color: #9faabb;
}
.post .post-bottom .more-button a i {
color: #9faabb;
font-size: 12px;
margin-left: 10px;
vertical-align: middle;
}
.post .post-bottom .more-button a:hover {
color: #FE4F70;
}
.post .post-bottom .more-link {
color: #203656;
font-size: 17px;
font-weight: bold;
}
.post .post-bottom .more-link i {
font-size: 12px;
color: #9faabb;
margin-left: 10px;
vertical-align: middle;
position: relative;
right: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.post .post-bottom .more-link:hover i {
right: -5px;
}
.post.post-list-sm {
clear: both;
}
.post.post-list-sm.circle .thumb {
max-width: 60px;
}
.post.post-list-sm.circle .details {
margin-left: 80px;
}
.post.post-list-sm.square .thumb {
max-width: 110px;
}
.post.post-list-sm.square .details {
margin-left: 130px;
}
.post.post-list-sm .thumb {
float: left;
position: relative;
}
.post.post-list-sm .thumb .number {
color: #FFF;
display: block;
border: solid 2px #FFF;
border-radius: 50%;
font-size: 12px;
font-family: "Poppins", sans-serif;
font-weight: 700;
height: 24px;
line-height: 22px;
left: 0;
text-align: center;
top: -10px;
position: absolute;
width: 24px;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
background: #FE4F70;
background: -webkit-linear-gradient(bottom, #FE4F70 0%, #FFA387 100%);
background: linear-gradient(to top, #FE4F70 0%, #FFA387 100%);
z-index: 1;
}
.post.post-list-sm .post-title {
font-size: 15px;
}
.post.post-list-sm:after {
content: "";
display: block;
height: 1px;
margin-bottom: 20px;
margin-top: 20px;
width: 100%;
background: #EBEBEB;
background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.post.post-list-sm.before-seperator:before {
content: "";
display: block;
height: 1px;
margin-bottom: 20px;
margin-top: 20px;
width: 100%;
background: #EBEBEB;
background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.post.post-list-sm.before-seperator:after {
content: "";
display: none;
}
.post.post-list-sm:last-child:after {
content: "";
display: none;
}
.post.post-list {
margin-bottom: 30px;
}
.post.post-list .thumb {
float: left;
max-width: 265px;
}
.post.post-list .details {
margin-left: 295px;
}
.post.post-list .post-title {
margin: 9px 0;
}
.post.post-list .post-bottom {
margin-top: 9px;
}
.post.post-list .post-bottom .social-share .icons {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.post.post-list .post-bottom .social-share .icons:before {
content: "";
background: #DDD;
display: inline-block;
height: 1px;
margin-left: 10px;
margin-right: 10px;
vertical-align: middle;
width: 30px;
}
.post.post-list .post-bottom .social-share .icons.visible {
opacity: 1;
visibility: visible;
}
.post.post-list:after {
content: "";
display: block;
height: 1px;
margin-bottom: 30px;
margin-top: 30px;
width: 100%;
background: #EBEBEB;
background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.post.post-grid .thumb .inner {
margin-top: -1px;
margin-left: -1px;
margin-right: -1px;
}
.post.post-grid .details {
padding: 30px;
}
.post.post-grid .post-bottom {
border-top: solid 1px #EBEBEB;
margin: 0 30px;
padding: 20px 0;
}
.post.post-grid .post-bottom .icons {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.post.post-grid .post-bottom .icons:before {
content: "";
background: #DDD;
display: inline-block;
height: 1px;
margin-left: 10px;
margin-right: 10px;
vertical-align: middle;
width: 30px;
}
.post.post-grid .post-bottom .icons.visible {
opacity: 1;
visibility: visible;
}
.post.post-classic {
margin-bottom: 40px;
}
.post.post-classic .thumb .inner {
margin-top: -1px;
margin-left: -1px;
margin-right: -1px;
}
.post.post-classic .details {
padding: 50px 50px 40px;
}
.post.post-classic .details .post-title {
font-size: 30px;
}
.post.post-classic .post-bottom {
border-top: solid 1px #EBEBEB;
margin: 0 50px;
padding: 20px 0;
}
.post.post-classic .post-bottom .social-share .toggle-button {
display: none;
}
.post.post-classic .post-format {
font-size: 24px;
height: 60px;
line-height: 64px;
right: 50px;
bottom: -30px;
width: 60px;
}
.post.post-xl {
margin-bottom: 140px;
}
.post.post-xl:last-of-type {
margin-bottom: 80px;
}
.post.post-xl .thumb .inner {
margin-top: -1px;
margin-left: -1px;
margin-right: -1px;
}
.post.post-xl .post-top {
padding: 0 100px;
margin-bottom: 40px;
}
.post.post-xl .post-top .post-title {
font-size: 36px;
}
.post.post-xl .details {
padding: 50px 100px 50px;
}
.post.post-xl .post-bottom {
border-top: solid 1px #EBEBEB;
margin: 0 100px;
padding-top: 20px;
}
.post.post-xl .post-bottom .social-share .toggle-button {
display: none;
}
.post.post-xl .post-format {
font-size: 24px;
height: 60px;
line-height: 64px;
right: 50px;
bottom: -30px;
width: 60px;
}
.post.post-over-content {
position: relative;
}
.post.post-over-content .thumb {
position: relative;
overflow: hidden;
}
.post.post-over-content .thumb:after {
content: "";
background: #203656;
display: block;
height: 100%;
left: 0;
opacity: 0.6;
top: 0;
position: absolute;
width: 100%;
}
.post.post-over-content .details {
bottom: 20px;
left: 20px;
right: 20px;
position: absolute;
z-index: 1;
}
.post.post-over-content .post-title {
font-size: 22px;
}
.post.post-over-content .post-title a {
color: #FFF;
}
.post.post-over-content .post-title a:hover {
color: #FFF;
}
.post.post-over-content .meta {
color: rgba(255, 255, 255, 0.5);
}
.post.post-over-content .meta li:after {
content: "";
background: rgba(255, 255, 255, 0.5);
}
.post.post-over-content .meta li a {
color: rgba(255, 255, 255, 0.5);
}
.post-single .post-header {
margin-bottom: 30px;
}
.post-single .post-header .title {
font-size: 36px;
}
.post-single .featured-image {
margin-bottom: 30px;
}
.post-single .featured-image img {
border-radius: 10px;
}
.post-single .post-content {
color: #707a88;
font-size: 16px;
}
.post-single .post-bottom {
border-top: solid 1px #EBEBEB;
padding-top: 30px;
margin-top: 30px;
}
.post-single ul li {
list-style-type: circle;
}
.single-cover {
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
height: 600px;
position: relative;
}
.single-cover:after {
content: "";
background: #203656;
display: block;
height: 100%;
left: 0;
opacity: 0.6;
top: 0;
position: absolute;
width: 100%;
}
.single-cover .cover-content {
bottom: 60px;
max-width: 720px;
position: absolute;
z-index: 1;
}
.single-cover .cover-content .title {
color: #FFF;
font-size: 36px;
}
.single-cover .cover-content .breadcrumb .breadcrumb-item a {
color: #FFF;
}
.single-cover .cover-content .breadcrumb-item + .breadcrumb-item::before {
color: #FFF;
}
.single-cover .cover-content .meta {
color: rgba(255, 255, 255, 0.6);
}
.single-cover .cover-content .meta a {
color: rgba(255, 255, 255, 0.6);
}
.single-cover .cover-content .meta li:after {
content: "";
background-color: #FFF;
}
.featured-post-lg {
position: relative;
}
.featured-post-lg:hover .thumb .inner {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.featured-post-lg .thumb {
position: relative;
overflow: hidden;
-webkit-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
-moz-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
}
.featured-post-lg .thumb:after {
content: "";
background: #203656;
display: block;
height: 100%;
left: 0;
opacity: 0.6;
top: 0;
position: absolute;
width: 100%;
}
.featured-post-lg .details {
bottom: 50px;
left: 50px;
right: 50px;
position: absolute;
z-index: 1;
}
.featured-post-lg .post-title {
font-size: 32px;
}
.featured-post-lg .post-title a {
color: #FFF;
}
.featured-post-lg .post-title a:hover {
color: #FFF;
}
.featured-post-lg .meta {
color: rgba(255, 255, 255, 0.6);
}
.featured-post-lg .meta li:after {
content: "";
background: rgba(255, 255, 255, 0.6);
}
.featured-post-lg .meta li a {
color: rgba(255, 255, 255, 0.6);
}
.featured-post-lg .thumb .inner {
background-size: cover;
background-position: center center;
height: 533px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.featured-post-md {
position: relative;
}
.featured-post-md:hover .thumb .inner {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.featured-post-md .thumb {
position: relative;
overflow: hidden;
}
.featured-post-md .thumb .inner {
background-size: cover;
background-position: center center;
height: 356px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.featured-post-md .thumb:after {
content: "";
background: #203656;
display: block;
height: 100%;
left: 0;
opacity: 0.6;
top: 0;
position: absolute;
width: 100%;
}
.featured-post-md .details {
padding: 0 30px;
position: absolute;
text-align: center;
top: 50%;
width: 100%;
z-index: 1;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.featured-post-md .post-title {
font-size: 22px;
margin: 15px 0;
}
.featured-post-md .post-title a {
color: #FFF;
}
.featured-post-md .post-title a:hover {
color: #FFF;
}
.featured-post-md .meta {
color: rgba(255, 255, 255, 0.5);
}
.featured-post-md .meta li:after {
content: "";
background: rgba(255, 255, 255, 0.5);
}
.featured-post-md .meta li a {
color: rgba(255, 255, 255, 0.5);
}
.featured-post-xl {
position: relative;
}
.featured-post-xl:hover .thumb .inner {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.featured-post-xl .thumb {
position: relative;
overflow: hidden;
}
.featured-post-xl .thumb .inner {
background-size: cover;
background-position: center center;
height: 540px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.featured-post-xl .thumb:after {
content: "";
background: #203656;
display: block;
height: 100%;
left: 0;
opacity: 0.6;
top: 0;
position: absolute;
width: 100%;
}
.featured-post-xl .details {
padding: 0 30px;
position: absolute;
text-align: center;
left: 50%;
top: 50%;
max-width: 650px;
z-index: 1;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.featured-post-xl .post-title {
font-size: 36px;
margin: 20px 0;
}
.featured-post-xl .post-title a {
color: #FFF;
}
.featured-post-xl .post-title a:hover {
color: #FFF;
}
.featured-post-xl .meta {
color: rgba(255, 255, 255, 0.5);
}
.featured-post-xl .meta li:after {
content: "";
background: rgba(255, 255, 255, 0.5);
}
.featured-post-xl .meta li a {
color: rgba(255, 255, 255, 0.5);
}
.post-carousel-lg {
-webkit-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
-moz-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
overflow: hidden;
border-radius: 10px;
}
.post-carousel-lg .slick-dots {
position: absolute;
bottom: 30px;
margin: 0;
}
.post-carousel-lg .slick-prev {
left: 30px;
}
.post-carousel-lg .slick-next {
right: 30px;
}
.post-carousel-lg .slick-next, .post-carousel-lg .slick-prev {
width: 50px;
height: 50px;
line-height: 65px;
background: rgba(255, 255, 255, 0.3);
border: 0;
}
.post-carousel-lg .slick-prev:before, .post-carousel-lg .slick-next:before {
color: #FFF;
font-size: 16px;
position: initial;
}
.post-carousel-lg .slick-next:hover, .post-carousel-lg .slick-prev:hover {
background: #fff;
}
.post-carousel-featured {
padding: 0 15px;
}
.post-carousel .slick-slide {
margin: 0 12px;
}
.post-carousel-widget .post-carousel .thumb {
max-width: 300px;
}
.post-tabs {
padding: 30px;
}
.post-tabs .tab-content {
margin-top: 30px;
}
/*=================================================================*/
/* ABOUT AUTHOR
/*=================================================================*/
.about-author {
background: #F1F8FF;
}
.about-author:last-child {
margin-bottom: 0;
}
.about-author.child {
margin-left: 60px;
}
.about-author .thumb {
float: left;
height: 100px;
width: 100px;
border-radius: 50%;
overflow: hidden;
}
.about-author .details {
margin-left: 130px;
}
.about-author .details h4.name {
font-size: 20px;
margin: 0 0 10px;
}
.about-author .details h4.name a {
color: #203656;
}
.about-author .details h4.name a:hover {
color: #FE4F70;
}
.about-author .details p {
margin-bottom: 10px;
}
.about-author .author-link {
font-size: 16px;
font-weight: 700;
}
.about-author .author-link i {
font-size: 12px;
vertical-align: middle;
margin-left: 10px;
}
/*=================================================================*/
/* POST COMMENTS
/*=================================================================*/
.comments {
padding: 0;
margin: 0;
}
.comments li {
list-style: none;
}
.comments li:after {
content: "";
display: block;
height: 1px;
margin-top: 30px;
width: 100%;
background: #EBEBEB;
background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.comments li.comment {
margin-bottom: 30px;
}
.comments li.comment:last-child {
margin-bottom: 0;
}
.comments li.comment:last-child:after {
content: "";
display: none;
}
.comments li.comment.child {
margin-left: 60px;
}
.comments li.comment .thumb {
float: left;
}
.comments li.comment .details {
margin-left: 90px;
}
.comments li.comment .details h4.name {
font-size: 18px;
margin: 0;
}
.comments li.comment .details h4.name a {
color: #203656;
}
.comments li.comment .details h4.name a:hover {
color: #FE4F70;
}
.comments li.comment .details .date {
color: #9faabb;
font-size: 13px;
display: block;
margin-bottom: 10px;
}
/*=================================================================*/
/* PAGE
/*=================================================================*/
.page-header {
background: #F1F8FF;
padding: 40px 0;
}
.page-header h1 {
font-size: 30px;
}
.page-content {
color: #707a88;
font-size: 16px;
}
/*=================================================================*/
/* CONTACT
/*=================================================================*/
.contact-item {
border-radius: 10px;
padding: 25px;
}
.contact-item .icon {
color: #FFF;
float: left;
border-radius: 10px;
display: block;
font-size: 25px;
line-height: 50px;
height: 50px;
text-align: center;
width: 50px;
background: #FE4F70;
background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 100%);
background: linear-gradient(to right, #FE4F70 0%, #FFA387 100%);
}
.contact-item .details {
margin-left: 20px;
}
.contact-item h3 {
font-size: 18px;
}
/*=================================================================*/
/* WIDGETS
/*=================================================================*/
.widget {
border: solid 1px #EBEBEB;
padding: 35px 30px;
margin-bottom: 40px;
}
.widget:last-child {
margin-bottom: 0;
}
.widget.no-container {
padding: 0;
border: 0;
}
.widget .widget-header {
margin-bottom: 30px;
}
.widget .widget-header img.wave {
margin-top: 10px;
}
.widget .widget-title {
font-size: 20px;
margin: 0;
}
.widget .widget-about {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.widget .widget-ads {
display: block;
text-align: center;
}
.widget ul.list {
list-style: none;
padding: 0;
margin-bottom: 0;
}
.widget ul.list li {
line-height: 2.8rem;
}
.widget ul.list li a {
color: #203656;
font-weight: 700;
}
.widget ul.list li a:before {
content: "";
color: #FE4F70;
font-family: "simple-line-icons";
font-size: 11px;
vertical-align: middle;
margin-right: 25px;
}
.widget ul.list li a:hover {
color: #FE4F70;
}
.widget ul.list li:after {
content: "";
display: block;
height: 1px;
width: 100%;
background: #EBEBEB;
background: -webkit-linear-gradient(left, #EBEBEB 0%, transparent 100%);
background: linear-gradient(to right, #EBEBEB 0%, transparent 100%);
}
.widget ul.list li span {
float: right;
}
.widget ul.list.social-icons li a:before {
content: "";
margin-right: 0;
}
/*=================================================================*/
/* INSTAGRAM FEED
/*=================================================================*/
.instagram {
margin: 60px 0 0;
position: relative;
}
.instagram-feed {
margin-left: -2.5px;
margin-right: -2.5px;
}
.instagram-feed .insta-item {
overflow: hidden;
padding-left: 2.5px;
padding-right: 2.5px;
}
.instagram-feed .insta-item img {
border-radius: 10px;
}
/*=================================================================*/
/* FOOTER
/*=================================================================*/
footer {
margin-top: 50px;
}
footer .footer-inner {
border-top: solid 1px #EBEBEB;
padding: 40px 0;
}
footer .footer-inner .copyright {
color: #9faabb;
}
/*=================================================================*/
/* SEARCH POPUP
/*=================================================================*/
.search-popup {
background: white;
position: fixed;
left: 0;
top: 0;
height: 100vh;
width: 100%;
z-index: 6;
opacity: 0;
visibility: hidden;
}
.search-popup.visible {
opacity: 1;
visibility: visible;
animation: growOut 500ms ease-in-out forwards;
}
.search-popup .search-content {
position: absolute;
top: 40%;
left: 50%;
width: 650px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.search-popup .btn-close {
right: 30px;
top: 30px;
position: absolute;
}
/*=================================================================*/
/* HELPER
/*=================================================================*/
.rounded {
border-radius: 10px !important;
}
.bordered {
border: solid 1px #EBEBEB;
}
.padding-30 {
padding: 30px;
}
.alignleft {
float: left;
margin: 0.375em 1.75em 1em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1em 1.75em;
}
.newsletter-headline {
font-size: 15px;
font-weight: bold;
color: #203656;
display: block;
}
.newsletter-privacy {
font-size: 13px;
display: block;
}
.ads-title {
color: #C0C0C0;
font-family: "Poppins", sans-serif;
font-size: 12px;
display: block;
margin-bottom: 10px;
text-align: center;
text-transform: uppercase;
}
::selection {
color: #FFF;
background: #FE4F70;
/* WebKit/Blink Browsers */
}
::-moz-selection {
color: #FFF;
background: #FE4F70;
/* Gecko Browsers */
}
.tag {
color: #8F9BAD;
border: solid 1px #EBEBEB;
border-radius: 25px;
font-size: 13px;
display: inline-block;
padding: 3px 14px;
margin: 4px 0;
}
.tag:hover {
border-color: #FE4F70;
color: #FE4F70;
}
.mouse {
border: solid 1px #FFF;
border-radius: 16px;
display: block;
height: 26px;
width: 20px;
left: 50%;
bottom: 100px;
position: absolute;
z-index: 1;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.mouse .wheel {
background: #FFF;
border-radius: 100%;
display: block;
position: absolute;
top: 8px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
height: 3px;
width: 3px;
-webkit-animation: animation-mouse 2s linear infinite;
animation: animation-mouse 2s linear infinite;
}
@-webkit-keyframes animation-mouse {
0% {
top: 29%;
}
15% {
top: 50%;
}
50% {
top: 50%;
}
100% {
top: 29%;
}
}
@keyframes animation-mouse {
0% {
top: 29%;
}
15% {
top: 50%;
}
50% {
top: 50%;
}
100% {
top: 29%;
}
}
/*=================================================================*/
/* BUTTONS
/*=================================================================*/
button {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
button:focus {
outline: none;
box-shadow: none !important;
}
.btn {
color: #FFF;
border: 0;
border-radius: 25px;
font-family: "Roboto", sans-serif;
font-size: 14px;
font-weight: 400;
overflow: hidden;
position: relative;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.btn:focus {
outline: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #FFF;
padding: 9.5px 36px;
background: #FE4F70;
background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
background-size: 200% auto;
}
.btn-default:hover {
color: #FFF;
background-position: right center;
}
.btn-simple {
color: #8F9BAD;
padding: 9.5px 36px;
background: transparent;
border: solid 1px #EBEBEB;
}
.btn-simple:hover {
color: #FE4F70;
border-color: #FE4F70;
}
.btn-light {
color: #FFF;
padding: 9.5px 36px;
background: transparent;
border: solid 1px #FFF;
}
.btn-light:hover {
color: #FE4F70;
border-color: #FFF;
}
.btn-full {
padding: 9.5px 36px;
width: 100%;
}
.btn-lg {
padding: 13px 40px;
font-size: 16px;
}
.btn-sm {
padding: 7px 20px;
font-size: 12px;
}
.btn-xs {
padding: 5px 10px;
font-size: 11px;
}
.icon-button {
color: #FFF;
border: 0;
border-radius: 50%;
background: #FFA387;
background: -webkit-linear-gradient(bottom, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
background: linear-gradient(to top, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
background-size: auto 200%;
display: inline-flex;
justify-content: center;
align-items: center;
height: 37px;
line-height: 39px;
text-align: center;
vertical-align: middle;
width: 37px;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.icon-button:hover {
background-position: bottom center;
}
.btn-instagram {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
}
/*=================================================================*/
/* BOOTSTRAP ELEMENTS
/*=================================================================*/
.breadcrumb {
font-size: 14px;
padding: 0;
margin-bottom: 20px;
list-style: none;
background-color: transparent;
border-radius: 0;
}
.breadcrumb .breadcrumb-item a {
color: #9faabb;
}
.breadcrumb .breadcrumb-item a:hover {
color: #FE4F70;
}
.breadcrumb .breadcrumb-item.active {
color: #9faabb;
}
/* === Form Control === */
.form-control {
display: block;
border-radius: 25px;
width: 100%;
padding: 8px 24px;
font-size: 14px;
line-height: 1.6;
color: #8F9BAD;
background-color: #FFF;
background-image: none;
border: solid 1px #EBEBEB;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control:focus {
border-color: #FE4F70;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-group {
margin-bottom: 30px;
}
.input-group-addon {
padding: 0;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #555;
text-align: center;
background-color: transparent;
border: 0;
border-radius: 0;
}
.form-control::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #9faabb;
}
.form-control::-moz-placeholder {
/* Firefox 19+ */
color: #9faabb;
}
.form-control:-ms-input-placeholder {
/* IE 10+ */
color: #9faabb;
}
.form-control:-moz-placeholder {
/* Firefox 18- */
color: #9faabb;
}
/* === Alert === */
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 0;
}
.alert-dismissable .close, .alert-dismissible .close {
position: relative;
top: 0;
right: 0;
color: inherit;
}
/* === Nav Tabs === */
.nav-tabs {
border-bottom: 0;
}
.tab-content {
position: relative;
}
.tab-pane {
opacity: 1;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.tab-pane.loading {
opacity: 0.3;
}
.lds-dual-ring {
display: inline-block;
position: absolute;
width: 40px;
height: 40px;
top: 50%;
left: 50%;
visibility: hidden;
opacity: 0;
transform: translate(-50%, -50%);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
z-index: 1;
}
.lds-dual-ring.loading {
visibility: visible;
opacity: 1;
}
.lds-dual-ring:after {
content: " ";
display: block;
width: 40px;
height: 40px;
margin: 8px;
border-radius: 50%;
border: 3px solid;
border-color: #FE4F70 transparent #FE4F70 transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.nav-fill .nav-item, .nav-fill > .nav-link {
margin-right: 10px;
}
.nav-fill .nav-item:last-child, .nav-fill > .nav-link:last-child {
margin-right: 0;
}
.nav-fill .nav-item > .nav-link {
color: #8F9BAD !important;
margin-right: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff !important;
background: #FE4F70;
background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
border-color: transparent;
background-size: 200% auto;
}
.nav-pills .nav-link {
background: 0 0;
border: solid 1px #EBEBEB;
border-radius: 30px;
}
/* === Pagination === */
.pagination {
display: flex;
padding-left: 0;
list-style: none;
margin: 40px 0 0;
}
.pagination li {
list-style-type: none;
margin: 0 5px;
}
.page-item.active .page-link {
z-index: 3;
color: #FFF;
border-color: transparent;
background: #FFA387;
background: -webkit-linear-gradient(bottom, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
background: linear-gradient(to top, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
background-size: auto 200%;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.page-link {
position: relative;
display: block;
color: #8F9BAD;
border-radius: 50%;
font-size: 14px;
text-decoration: none;
border: solid 1px #EBEBEB;
height: 45px;
line-height: 45px;
text-align: center;
padding: 0;
width: 45px;
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;
}
.page-link:hover {
z-index: 2;
color: #FFF;
background: #FFA387;
background: -webkit-linear-gradient(bottom, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
background: linear-gradient(to top, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
background-size: auto 200%;
border-color: transparent;
}
.page-item:first-child .page-link {
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
}
.page-item:last-child .page-link {
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
}
/*=================================================================*/
/* THEME ELEMENTS
/*=================================================================*/
/* === Go to Top === */
#return-to-top {
color: #8F9BAD;
font-size: 13px;
border: solid 1px #EBEBEB;
text-decoration: none;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
padding: 6px 20px;
z-index: 4;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#return-to-top i {
font-size: 11px;
vertical-align: middle;
margin-right: 10px;
}
#return-to-top:hover {
color: #FE4F70;
border-color: #FE4F70;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */
padding-top: 0;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.social-icons a {
font-size: 16px;
color: #203656;
}
.social-icons a:hover {
color: #FE4F70;
}
.social-icons li:not(:last-child) {
margin-right: 1rem;
}
/*=================================================================*/
/* SLICK SETTINGS
/*=================================================================*/
.slick-slide {
height: auto;
outline: none;
}
.slick-next, .slick-prev {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background: transparent;
border-radius: 50%;
border: solid 1px #EBEBEB;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.slick-next:hover, .slick-next:focus, .slick-prev:hover, .slick-prev:focus {
background: #FFF;
border-color: #EBEBEB;
}
.slick-next:hover:before, .slick-next:focus:before, .slick-prev:hover:before, .slick-prev:focus:before {
color: #FFA387;
}
.slick-prev {
left: -30px;
}
.slick-prev:hover {
background: #FE4F70;
}
.slick-next {
right: -30px;
}
.slick-next:hover {
background: #FE4F70;
}
.slick-prev:before, .slick-next:before {
color: #909090;
font-size: 10px;
opacity: 1;
}
.slick-prev:before {
content: "";
font-family: "simple-line-icons";
top: 9px;
left: 9px;
position: absolute;
}
.slick-next:before {
content: "";
font-family: "simple-line-icons";
position: absolute;
top: 9px;
left: 9px;
}
.slick-dotted.slick-slider {
margin-bottom: 0;
}
.slick-dots {
position: relative;
bottom: 0;
padding: 0;
margin: 25px 0 0;
}
.slick-dots li {
width: 8px;
height: 8px;
margin: 0 5px;
}
.slick-dots li.slick-active {
width: 25px;
height: 8px;
}
.slick-dots li button {
width: 20px;
height: 20px;
padding: 0;
}
.slick-dots li.slick-active button:before {
background: #FE4F70;
background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 100%);
background: linear-gradient(to right, #FE4F70 0%, #FFA387 100%);
border-radius: 5px;
opacity: 1;
width: 25px;
}
.slick-dots li button:before {
content: "";
background: #d4d4d4;
border-radius: 50%;
opacity: 1;
top: 8px;
left: 8px;
height: 8px;
width: 8px;
}
.slick-arrows-top {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
.slick-arrows-bot {
position: relative;
text-align: center;
margin-top: 20px;
}
.slick-custom-buttons {
color: #909090;
font-size: 10px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background: #FFF;
border-radius: 50%;
border: solid 1px #EBEBEB;
padding: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.slick-custom-buttons:hover {
color: #FE4F70;
border-color: #FE4F70;
}
/*=================================================================*/
/* RESPONSIVE SETTINGS
/*=================================================================*/
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1140px;
}
}
@media only screen and (max-width: 1200px) {
.header-right .social-icons {
display: none;
}
}
@media only screen and (max-width: 992px) {
.inner-wrapper-sticky {
transform: none !important;
position: relative !important;
top: 0 !important;
left: 0 !important;
width: auto !important;
}
.header-classic .header-buttons {
width: 100%;
}
.single-cover {
background-attachment: unset;
height: 400px;
}
.single-cover .cover-content .title {
font-size: 26px;
}
}
@media only screen and (min-width: 992px) {
.navbar .nav-item .dropdown-menu {
display: none;
animation: growOut 300ms ease-in-out forwards;
transform-origin: top center;
}
@keyframes growOut {
0% {
transform: scale(0);
}
80% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.navbar .nav-item:hover .dropdown-menu {
display: block;
}
.navbar .nav-item .dropdown-menu {
margin-top: 0;
}
}
@media only screen and (max-width: 767px) {
.featured-post-lg .thumb .inner {
height: 425px;
}
.post.post-list .thumb {
float: none;
max-width: 550px;
}
.post.post-list .details {
margin-left: 0;
margin-top: 25px;
}
.post .meta li:after {
content: "";
margin-left: 0.5rem;
}
.post .meta li:not(:last-child) {
margin-right: 0.3rem;
}
.instagram-feed .insta-item {
text-align: center;
margin: 2.5px 0;
}
.footer-inner {
text-align: center;
}
.featured-post-lg .post-title {
font-size: 26px;
}
.featured-post-lg .details {
bottom: 30px;
left: 30px;
right: 30px;
}
.search-popup .search-content {
padding: 0 20px;
width: 100%;
}
.post.post-classic .post-bottom .social-share .toggle-button {
display: inline-block;
}
.post.post-classic .post-bottom .icons {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.post.post-classic .post-bottom .icons:before {
content: "";
background: #DDD;
display: inline-block;
height: 1px;
margin-left: 10px;
margin-right: 10px;
vertical-align: middle;
width: 30px;
}
.post.post-classic .post-bottom .icons.visible {
opacity: 1;
visibility: visible;
}
.featured-post-xl .thumb .inner {
height: 350px;
}
.featured-post-xl .details {
padding: 0 30px;
left: 0;
top: 50%;
max-width: 100%;
-webkit-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.featured-post-xl .post-title {
font-size: 24px;
}
.post.post-classic .details {
padding: 30px;
}
.post.post-classic .details .post-title {
font-size: 20px;
}
.post.post-classic .post-bottom {
margin: 0 30px;
}
.post.post-classic .post-format, .post.post-xl .post-format {
font-size: 20px;
height: 50px;
line-height: 54px;
right: 20px;
bottom: -25px;
width: 50px;
}
.post.post-xl .post-top {
padding: 0 20px;
}
.post.post-xl .details {
padding: 50px 20px 50px;
}
.post.post-xl .post-bottom {
margin: 0 20px;
}
.post.post-xl .post-top .post-title {
font-size: 24px;
}
.hero {
height: 740px;
}
.hero .cta h2 {
font-size: 30px;
}
.hero .cta p {
font-size: 16px;
}
.alignleft, .alignright {
float: none;
}
.post-single .post-header .title {
font-size: 26px;
}
.post-single .social-icons {
margin-top: 20px;
text-align: center;
}
.about-author .thumb {
float: none;
margin: auto;
}
.about-author .details {
margin-left: 0;
margin-top: 20px;
text-align: center;
}
.comments li.comment.child {
margin-left: 30px;
}
.breadcrumb .breadcrumb-item.active {
display: none;
}
.post-carousel-widget .post-carousel {
margin: 0 12px;
}
.post-carousel-widget .post-carousel .post-title {
font-size: 16px;
}
}
@media only screen and (max-width: 576px) {
.single-cover {
height: 300px;
}
.alignleft {
margin: 0.375em auto 1em;
clear: both;
display: block;
}
.alignright {
margin: 0.375em auto 1em;
clear: both;
display: block;
}
}
/*# sourceMappingURL=style.css.map */ | public/Blog/css/style.css | @charset "UTF-8";
/*
Template Name: Katen
Version: 1.0
Author: ThemeGer
Author URI: http://themeforest.net/user/themeger
Description: Minimal Blog and Magazine HTML Template
[TABLE OF CONTENTS]
01. Base
02. Preloader
03. Typography
04. Header
05. Sections
06. Post
07. About author
08. Post comments
09. Page
10. Contact
11. Widgets
12. Instagram feed
13. Footer
14. Search Popup
15. Helpers
16. Buttons
17. Bootstrap Elements
18. Theme Elements
19. Slick Settings
20. Responsive Settings
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap");
/*=================================================================*/
/* BASE
/*=================================================================*/
img {
max-width: 100%;
height: auto;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.relative {
position: relative;
}
/*=================================================================*/
/* Preloader
/*=================================================================*/
#preloader {
background: #FFF;
height: 100%;
position: fixed;
width: 100%;
top: 0;
z-index: 1031;
}
.book {
--color: #FE4F70;
--duration: 6.8s;
width: 32px;
height: 12px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.book .inner {
width: 32px;
height: 12px;
position: relative;
transform-origin: 2px 2px;
transform: rotateZ(-90deg);
animation: book var(--duration) ease infinite;
}
.book .inner .left,
.book .inner .right {
width: 60px;
height: 4px;
top: 0;
border-radius: 2px;
background: var(--color);
position: absolute;
}
.book .inner .left:before,
.book .inner .right:before {
content: "";
width: 48px;
height: 4px;
border-radius: 2px;
background: inherit;
position: absolute;
top: -10px;
left: 6px;
}
.book .inner .left {
right: 28px;
transform-origin: 58px 2px;
transform: rotateZ(90deg);
animation: left var(--duration) ease infinite;
}
.book .inner .right {
left: 28px;
transform-origin: 2px 2px;
transform: rotateZ(-90deg);
animation: right var(--duration) ease infinite;
}
.book .inner .middle {
width: 32px;
height: 12px;
border: 4px solid var(--color);
border-top: 0;
border-radius: 0 0 9px 9px;
transform: translateY(2px);
}
.book ul {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
left: 50%;
top: 0;
}
.book ul li {
height: 4px;
border-radius: 2px;
transform-origin: 100% 2px;
width: 48px;
right: 0;
top: -10px;
position: absolute;
background: var(--color);
transform: rotateZ(0deg) translateX(-18px);
animation-duration: var(--duration);
animation-timing-function: ease;
animation-iteration-count: infinite;
}
.book ul li:nth-child(0) {
animation-name: page-0;
}
.book ul li:nth-child(1) {
animation-name: page-1;
}
.book ul li:nth-child(2) {
animation-name: page-2;
}
.book ul li:nth-child(3) {
animation-name: page-3;
}
.book ul li:nth-child(4) {
animation-name: page-4;
}
.book ul li:nth-child(5) {
animation-name: page-5;
}
.book ul li:nth-child(6) {
animation-name: page-6;
}
.book ul li:nth-child(7) {
animation-name: page-7;
}
.book ul li:nth-child(8) {
animation-name: page-8;
}
.book ul li:nth-child(9) {
animation-name: page-9;
}
.book ul li:nth-child(10) {
animation-name: page-10;
}
.book ul li:nth-child(11) {
animation-name: page-11;
}
.book ul li:nth-child(12) {
animation-name: page-12;
}
.book ul li:nth-child(13) {
animation-name: page-13;
}
.book ul li:nth-child(14) {
animation-name: page-14;
}
.book ul li:nth-child(15) {
animation-name: page-15;
}
.book ul li:nth-child(16) {
animation-name: page-16;
}
.book ul li:nth-child(17) {
animation-name: page-17;
}
.book ul li:nth-child(18) {
animation-name: page-18;
}
@keyframes page-0 {
4% {
transform: rotateZ(0deg) translateX(-18px);
}
13%, 54% {
transform: rotateZ(180deg) translateX(-18px);
}
63% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-1 {
5.86% {
transform: rotateZ(0deg) translateX(-18px);
}
14.74%, 55.86% {
transform: rotateZ(180deg) translateX(-18px);
}
64.74% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-2 {
7.72% {
transform: rotateZ(0deg) translateX(-18px);
}
16.48%, 57.72% {
transform: rotateZ(180deg) translateX(-18px);
}
66.48% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-3 {
9.58% {
transform: rotateZ(0deg) translateX(-18px);
}
18.22%, 59.58% {
transform: rotateZ(180deg) translateX(-18px);
}
68.22% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-4 {
11.44% {
transform: rotateZ(0deg) translateX(-18px);
}
19.96%, 61.44% {
transform: rotateZ(180deg) translateX(-18px);
}
69.96% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-5 {
13.3% {
transform: rotateZ(0deg) translateX(-18px);
}
21.7%, 63.3% {
transform: rotateZ(180deg) translateX(-18px);
}
71.7% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-6 {
15.16% {
transform: rotateZ(0deg) translateX(-18px);
}
23.44%, 65.16% {
transform: rotateZ(180deg) translateX(-18px);
}
73.44% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-7 {
17.02% {
transform: rotateZ(0deg) translateX(-18px);
}
25.18%, 67.02% {
transform: rotateZ(180deg) translateX(-18px);
}
75.18% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-8 {
18.88% {
transform: rotateZ(0deg) translateX(-18px);
}
26.92%, 68.88% {
transform: rotateZ(180deg) translateX(-18px);
}
76.92% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-9 {
20.74% {
transform: rotateZ(0deg) translateX(-18px);
}
28.66%, 70.74% {
transform: rotateZ(180deg) translateX(-18px);
}
78.66% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-10 {
22.6% {
transform: rotateZ(0deg) translateX(-18px);
}
30.4%, 72.6% {
transform: rotateZ(180deg) translateX(-18px);
}
80.4% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-11 {
24.46% {
transform: rotateZ(0deg) translateX(-18px);
}
32.14%, 74.46% {
transform: rotateZ(180deg) translateX(-18px);
}
82.14% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-12 {
26.32% {
transform: rotateZ(0deg) translateX(-18px);
}
33.88%, 76.32% {
transform: rotateZ(180deg) translateX(-18px);
}
83.88% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-13 {
28.18% {
transform: rotateZ(0deg) translateX(-18px);
}
35.62%, 78.18% {
transform: rotateZ(180deg) translateX(-18px);
}
85.62% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-14 {
30.04% {
transform: rotateZ(0deg) translateX(-18px);
}
37.36%, 80.04% {
transform: rotateZ(180deg) translateX(-18px);
}
87.36% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-15 {
31.9% {
transform: rotateZ(0deg) translateX(-18px);
}
39.1%, 81.9% {
transform: rotateZ(180deg) translateX(-18px);
}
89.1% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-16 {
33.76% {
transform: rotateZ(0deg) translateX(-18px);
}
40.84%, 83.76% {
transform: rotateZ(180deg) translateX(-18px);
}
90.84% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-17 {
35.62% {
transform: rotateZ(0deg) translateX(-18px);
}
42.58%, 85.62% {
transform: rotateZ(180deg) translateX(-18px);
}
92.58% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes page-18 {
37.48% {
transform: rotateZ(0deg) translateX(-18px);
}
44.32%, 87.48% {
transform: rotateZ(180deg) translateX(-18px);
}
94.32% {
transform: rotateZ(0deg) translateX(-18px);
}
}
@keyframes left {
4% {
transform: rotateZ(90deg);
}
10%, 40% {
transform: rotateZ(0deg);
}
46%, 54% {
transform: rotateZ(90deg);
}
60%, 90% {
transform: rotateZ(0deg);
}
96% {
transform: rotateZ(90deg);
}
}
@keyframes right {
4% {
transform: rotateZ(-90deg);
}
10%, 40% {
transform: rotateZ(0deg);
}
46%, 54% {
transform: rotateZ(-90deg);
}
60%, 90% {
transform: rotateZ(0deg);
}
96% {
transform: rotateZ(-90deg);
}
}
@keyframes book {
4% {
transform: rotateZ(-90deg);
}
10%, 40% {
transform: rotateZ(0deg);
transform-origin: 2px 2px;
}
40.01%, 59.99% {
transform-origin: 30px 2px;
}
46%, 54% {
transform: rotateZ(90deg);
}
60%, 90% {
transform: rotateZ(0deg);
transform-origin: 2px 2px;
}
96% {
transform: rotateZ(-90deg);
}
}
/*=================================================================*/
/* TYPOGRAPHY
/*=================================================================*/
h1, h2, h3, h4, h5, h6 {
color: #203656;
font-family: "Poppins", sans-serif;
font-weight: 700;
line-height: 1.4;
margin: 20px 0;
}
a {
color: #FE4F70;
outline: 0;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a:hover {
color: #203656;
}
a:focus {
outline: 0;
}
.blockquote {
font-size: 18px;
}
blockquote {
padding: 20px 20px;
margin: 0 0 20px;
background: #fff8fa;
border-left: solid 3px #FE4F70;
border-radius: 5px;
}
blockquote p {
line-height: 1.6;
}
.blockquote-footer {
margin-top: 0;
}
.table {
color: #707a88;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1.3rem;
padding-left: 1.3rem;
}
}
.canvas-menu {
background: #FFF;
height: 100vh;
overflow-y: auto;
overflow-x: hidden;
padding: 40px;
position: fixed;
right: 0;
top: 0;
width: 300px;
z-index: 6;
-webkit-box-shadow: -4px 0px 20px rgba(32, 54, 86, 0.1);
-moz-box-shadow: -4px 0px 20px rgba(32, 54, 86, 0.1);
box-shadow: -4px 0px 20px rgba(32, 54, 86, 0.1);
-webkit-transform: translateX(350px);
-moz-transform: translateX(350px);
-ms-transform: translateX(350px);
-o-transform: translateX(350px);
transform: translateX(350px);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
/* === Vertical Menu === */
/* === Submenu === */
}
.canvas-menu.open {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.canvas-menu.position-left {
left: 0;
right: auto;
-webkit-transform: translateX(-350px);
-moz-transform: translateX(-350px);
-ms-transform: translateX(-350px);
-o-transform: translateX(-350px);
transform: translateX(-350px);
}
.canvas-menu.position-left.open {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.canvas-menu .btn-close {
box-sizing: content-box;
width: 1em;
height: 1em;
position: absolute;
padding: 0.25em 0.25em;
color: #000;
border: 0;
border-radius: 0.25rem;
opacity: 0.4;
right: 30px;
top: 20px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.canvas-menu .btn-close:focus {
outline: none;
box-shadow: none;
}
.canvas-menu .btn-close:hover {
opacity: 1;
}
.canvas-menu .logo {
margin-bottom: 80px;
margin-top: 50px;
width: 100%;
}
.canvas-menu nav {
width: 100%;
}
.canvas-menu .vertical-menu {
list-style: none;
padding: 0;
margin-bottom: 0;
}
.canvas-menu .vertical-menu li.openmenu > a {
color: #203656;
}
.canvas-menu .vertical-menu li.openmenu .switch {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.canvas-menu .vertical-menu li {
padding: 0;
position: relative;
list-style: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.canvas-menu .vertical-menu li:after {
content: "";
display: block;
height: 1px;
margin-bottom: 10px;
margin-top: 10px;
width: 100%;
background: #EBEBEB;
background: -webkit-linear-gradient(left, #EBEBEB 0%, transparent 100%);
background: linear-gradient(to right, #EBEBEB 0%, transparent 100%);
}
.canvas-menu .vertical-menu li.active a {
color: #FE4F70;
}
.canvas-menu .vertical-menu li.active .submenu a {
color: #79889e;
}
.canvas-menu .vertical-menu li.active .submenu a:hover {
color: #203656;
}
.canvas-menu .vertical-menu li .switch {
border: solid 1px #EBEBEB;
border-radius: 5px;
font-size: 10px;
display: inline-block;
padding: 10px;
line-height: 1;
cursor: pointer;
color: #FE4F70;
position: absolute;
top: 0px;
right: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
}
.canvas-menu .vertical-menu li a {
color: #203656;
font-family: "Poppins", sans-serif;
font-size: 14px;
font-weight: 400;
text-decoration: none;
position: relative;
}
.canvas-menu .submenu {
display: none;
padding: 10px 20px;
}
.canvas-menu .submenu li {
padding: 5px 0;
}
.canvas-menu .submenu li:after {
content: "";
display: none;
}
.canvas-menu .submenu li a {
color: #79889e;
font-size: 14px;
font-weight: 400;
}
.canvas-menu .submenu li a:hover {
color: #203656;
}
/*=================================================================*/
/* SECTIONS
/*=================================================================*/
.site-wrapper .main-overlay {
opacity: 0;
visibility: hidden;
filter: blur(2px);
background: #fff;
position: fixed;
height: 100vh;
width: 100%;
z-index: 5;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.site-wrapper .main-overlay.active {
opacity: 0.6;
visibility: visible;
}
section {
position: relative;
}
.main-content {
margin-top: 60px;
}
.main-content-lg {
margin-top: 140px;
margin-bottom: 140px;
}
.container-minimal {
max-width: 900px;
margin: auto;
padding-left: 15px;
padding-right: 15px;
}
.section-header {
margin-bottom: 30px;
position: relative;
}
.section-header img.wave {
margin-top: 10px;
}
.section-title {
font-size: 24px;
margin: 0;
}
.hero {
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
height: 1040px;
width: 100%;
}
.hero:after {
content: "";
background: #203656;
display: block;
left: 0;
opacity: 0.8;
top: 0;
height: 100%;
position: absolute;
width: 100%;
}
.hero .cta {
margin: auto;
max-width: 700px;
padding-top: 120px;
position: relative;
z-index: 1;
}
.hero .cta h2 {
color: #FFF;
font-size: 48px;
}
.hero .cta p {
color: #FFF;
font-size: 18px;
opacity: 0.7;
}
.hero svg {
position: absolute;
bottom: 0px;
left: 0;
width: 100%;
z-index: 1;
}
/*=================================================================*/
/* POST
/*=================================================================*/
.post .category-badge {
color: #FFF;
font-size: 13px;
border-radius: 25px;
display: inline-block;
padding: 6px 11px;
line-height: 1;
left: 20px;
top: 20px;
z-index: 1;
background: #FE4F70;
background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
background-size: 200% auto;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.post .category-badge.lg {
font-size: 14px;
padding: 8px 20px;
}
.post .category-badge:hover {
background-position: right center;
}
.post .post-format {
color: #FFF;
display: block;
border-radius: 50%;
font-size: 20px;
height: 50px;
line-height: 54px;
right: 20px;
text-align: center;
bottom: -25px;
position: absolute;
width: 50px;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
background: #FE4F70;
background: -webkit-linear-gradient(bottom, #FE4F70 0%, #FFA387 100%);
background: linear-gradient(to top, #FE4F70 0%, #FFA387 100%);
z-index: 1;
}
.post .post-format-sm {
color: #FFF;
display: block;
border-radius: 50%;
font-size: 14px;
height: 30px;
line-height: 34px;
left: 20px;
text-align: center;
top: 20px;
position: absolute;
width: 30px;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
background: #FE4F70;
background: -webkit-linear-gradient(bottom, #FE4F70 0%, #FFA387 100%);
background: linear-gradient(to top, #FE4F70 0%, #FFA387 100%);
z-index: 1;
}
.post .thumb {
position: relative;
}
.post .thumb.rounded .inner {
border-radius: 10px;
overflow: hidden;
}
.post .thumb.circle .inner {
overflow: hidden;
border-radius: 50%;
}
.post .thumb.top-rounded .inner {
overflow: hidden;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.post .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.post .thumb:hover img {
-webkit-transform: scale(1.07);
-moz-transform: scale(1.07);
-ms-transform: scale(1.07);
-o-transform: scale(1.07);
transform: scale(1.07);
}
.post .post-title a {
color: #203656;
}
.post .post-title a:hover {
color: #FE4F70;
}
.post .excerpt {
font-size: 16px;
}
.post .meta {
font-size: 14px;
color: #9faabb;
}
.post .meta a {
color: #9faabb;
font-weight: 400;
}
.post .meta a:hover {
color: #FE4F70;
}
.post .meta i {
vertical-align: middle;
}
.post .meta li:last-child:after {
content: "";
display: none;
}
.post .meta li:after {
content: "";
display: inline-block;
background-color: #FE4F70;
border-radius: 50%;
margin-left: 1rem;
height: 3px;
vertical-align: middle;
position: relative;
top: -1px;
width: 3px;
}
.post .meta li:not(:last-child) {
margin-right: 0.8rem;
}
.post .meta li img.author {
margin-right: 12px;
vertical-align: middle;
}
.post .post-bottom .social-share .toggle-button {
font-size: 16px;
color: #9faabb;
background-color: transparent;
border: 0;
padding: 0;
vertical-align: middle;
}
.post .post-bottom .social-share .icons {
display: inline;
vertical-align: middle;
}
.post .post-bottom .social-share .icons li a {
color: #9faabb;
font-size: 14px;
}
.post .post-bottom .social-share .icons li a:hover {
color: #203656;
}
.post .post-bottom .social-share .icons li:not(:last-child) {
margin-right: 0.8rem;
}
.post .post-bottom .more-button a {
font-size: 16px;
font-weight: 700;
color: #9faabb;
}
.post .post-bottom .more-button a i {
color: #9faabb;
font-size: 12px;
margin-left: 10px;
vertical-align: middle;
}
.post .post-bottom .more-button a:hover {
color: #FE4F70;
}
.post .post-bottom .more-link {
color: #203656;
font-size: 17px;
font-weight: bold;
}
.post .post-bottom .more-link i {
font-size: 12px;
color: #9faabb;
margin-left: 10px;
vertical-align: middle;
position: relative;
right: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.post .post-bottom .more-link:hover i {
right: -5px;
}
.post.post-list-sm {
clear: both;
}
.post.post-list-sm.circle .thumb {
max-width: 60px;
}
.post.post-list-sm.circle .details {
margin-left: 80px;
}
.post.post-list-sm.square .thumb {
max-width: 110px;
}
.post.post-list-sm.square .details {
margin-left: 130px;
}
.post.post-list-sm .thumb {
float: left;
position: relative;
}
.post.post-list-sm .thumb .number {
color: #FFF;
display: block;
border: solid 2px #FFF;
border-radius: 50%;
font-size: 12px;
font-family: "Poppins", sans-serif;
font-weight: 700;
height: 24px;
line-height: 22px;
left: 0;
text-align: center;
top: -10px;
position: absolute;
width: 24px;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
background: #FE4F70;
background: -webkit-linear-gradient(bottom, #FE4F70 0%, #FFA387 100%);
background: linear-gradient(to top, #FE4F70 0%, #FFA387 100%);
z-index: 1;
}
.post.post-list-sm .post-title {
font-size: 15px;
}
.post.post-list-sm:after {
content: "";
display: block;
height: 1px;
margin-bottom: 20px;
margin-top: 20px;
width: 100%;
background: #EBEBEB;
background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.post.post-list-sm.before-seperator:before {
content: "";
display: block;
height: 1px;
margin-bottom: 20px;
margin-top: 20px;
width: 100%;
background: #EBEBEB;
background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.post.post-list-sm.before-seperator:after {
content: "";
display: none;
}
.post.post-list-sm:last-child:after {
content: "";
display: none;
}
.post.post-list {
margin-bottom: 30px;
}
.post.post-list .thumb {
float: left;
max-width: 265px;
}
.post.post-list .details {
margin-left: 295px;
}
.post.post-list .post-title {
margin: 9px 0;
}
.post.post-list .post-bottom {
margin-top: 9px;
}
.post.post-list .post-bottom .social-share .icons {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.post.post-list .post-bottom .social-share .icons:before {
content: "";
background: #DDD;
display: inline-block;
height: 1px;
margin-left: 10px;
margin-right: 10px;
vertical-align: middle;
width: 30px;
}
.post.post-list .post-bottom .social-share .icons.visible {
opacity: 1;
visibility: visible;
}
.post.post-list:after {
content: "";
display: block;
height: 1px;
margin-bottom: 30px;
margin-top: 30px;
width: 100%;
background: #EBEBEB;
background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.post.post-grid .thumb .inner {
margin-top: -1px;
margin-left: -1px;
margin-right: -1px;
}
.post.post-grid .details {
padding: 30px;
}
.post.post-grid .post-bottom {
border-top: solid 1px #EBEBEB;
margin: 0 30px;
padding: 20px 0;
}
.post.post-grid .post-bottom .icons {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.post.post-grid .post-bottom .icons:before {
content: "";
background: #DDD;
display: inline-block;
height: 1px;
margin-left: 10px;
margin-right: 10px;
vertical-align: middle;
width: 30px;
}
.post.post-grid .post-bottom .icons.visible {
opacity: 1;
visibility: visible;
}
.post.post-classic {
margin-bottom: 40px;
}
.post.post-classic .thumb .inner {
margin-top: -1px;
margin-left: -1px;
margin-right: -1px;
}
.post.post-classic .details {
padding: 50px 50px 40px;
}
.post.post-classic .details .post-title {
font-size: 30px;
}
.post.post-classic .post-bottom {
border-top: solid 1px #EBEBEB;
margin: 0 50px;
padding: 20px 0;
}
.post.post-classic .post-bottom .social-share .toggle-button {
display: none;
}
.post.post-classic .post-format {
font-size: 24px;
height: 60px;
line-height: 64px;
right: 50px;
bottom: -30px;
width: 60px;
}
.post.post-xl {
margin-bottom: 140px;
}
.post.post-xl:last-of-type {
margin-bottom: 80px;
}
.post.post-xl .thumb .inner {
margin-top: -1px;
margin-left: -1px;
margin-right: -1px;
}
.post.post-xl .post-top {
padding: 0 100px;
margin-bottom: 40px;
}
.post.post-xl .post-top .post-title {
font-size: 36px;
}
.post.post-xl .details {
padding: 50px 100px 50px;
}
.post.post-xl .post-bottom {
border-top: solid 1px #EBEBEB;
margin: 0 100px;
padding-top: 20px;
}
.post.post-xl .post-bottom .social-share .toggle-button {
display: none;
}
.post.post-xl .post-format {
font-size: 24px;
height: 60px;
line-height: 64px;
right: 50px;
bottom: -30px;
width: 60px;
}
.post.post-over-content {
position: relative;
}
.post.post-over-content .thumb {
position: relative;
overflow: hidden;
}
.post.post-over-content .thumb:after {
content: "";
background: #203656;
display: block;
height: 100%;
left: 0;
opacity: 0.6;
top: 0;
position: absolute;
width: 100%;
}
.post.post-over-content .details {
bottom: 20px;
left: 20px;
right: 20px;
position: absolute;
z-index: 1;
}
.post.post-over-content .post-title {
font-size: 22px;
}
.post.post-over-content .post-title a {
color: #FFF;
}
.post.post-over-content .post-title a:hover {
color: #FFF;
}
.post.post-over-content .meta {
color: rgba(255, 255, 255, 0.5);
}
.post.post-over-content .meta li:after {
content: "";
background: rgba(255, 255, 255, 0.5);
}
.post.post-over-content .meta li a {
color: rgba(255, 255, 255, 0.5);
}
.post-single .post-header {
margin-bottom: 30px;
}
.post-single .post-header .title {
font-size: 36px;
}
.post-single .featured-image {
margin-bottom: 30px;
}
.post-single .featured-image img {
border-radius: 10px;
}
.post-single .post-content {
color: #707a88;
font-size: 16px;
}
.post-single .post-bottom {
border-top: solid 1px #EBEBEB;
padding-top: 30px;
margin-top: 30px;
}
.post-single ul li {
list-style-type: circle;
}
.single-cover {
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
height: 600px;
position: relative;
}
.single-cover:after {
content: "";
background: #203656;
display: block;
height: 100%;
left: 0;
opacity: 0.6;
top: 0;
position: absolute;
width: 100%;
}
.single-cover .cover-content {
bottom: 60px;
max-width: 720px;
position: absolute;
z-index: 1;
}
.single-cover .cover-content .title {
color: #FFF;
font-size: 36px;
}
.single-cover .cover-content .breadcrumb .breadcrumb-item a {
color: #FFF;
}
.single-cover .cover-content .breadcrumb-item + .breadcrumb-item::before {
color: #FFF;
}
.single-cover .cover-content .meta {
color: rgba(255, 255, 255, 0.6);
}
.single-cover .cover-content .meta a {
color: rgba(255, 255, 255, 0.6);
}
.single-cover .cover-content .meta li:after {
content: "";
background-color: #FFF;
}
.featured-post-lg {
position: relative;
}
.featured-post-lg:hover .thumb .inner {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.featured-post-lg .thumb {
position: relative;
overflow: hidden;
-webkit-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
-moz-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
}
.featured-post-lg .thumb:after {
content: "";
background: #203656;
display: block;
height: 100%;
left: 0;
opacity: 0.6;
top: 0;
position: absolute;
width: 100%;
}
.featured-post-lg .details {
bottom: 50px;
left: 50px;
right: 50px;
position: absolute;
z-index: 1;
}
.featured-post-lg .post-title {
font-size: 32px;
}
.featured-post-lg .post-title a {
color: #FFF;
}
.featured-post-lg .post-title a:hover {
color: #FFF;
}
.featured-post-lg .meta {
color: rgba(255, 255, 255, 0.6);
}
.featured-post-lg .meta li:after {
content: "";
background: rgba(255, 255, 255, 0.6);
}
.featured-post-lg .meta li a {
color: rgba(255, 255, 255, 0.6);
}
.featured-post-lg .thumb .inner {
background-size: cover;
background-position: center center;
height: 533px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.featured-post-md {
position: relative;
}
.featured-post-md:hover .thumb .inner {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.featured-post-md .thumb {
position: relative;
overflow: hidden;
}
.featured-post-md .thumb .inner {
background-size: cover;
background-position: center center;
height: 356px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.featured-post-md .thumb:after {
content: "";
background: #203656;
display: block;
height: 100%;
left: 0;
opacity: 0.6;
top: 0;
position: absolute;
width: 100%;
}
.featured-post-md .details {
padding: 0 30px;
position: absolute;
text-align: center;
top: 50%;
width: 100%;
z-index: 1;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.featured-post-md .post-title {
font-size: 22px;
margin: 15px 0;
}
.featured-post-md .post-title a {
color: #FFF;
}
.featured-post-md .post-title a:hover {
color: #FFF;
}
.featured-post-md .meta {
color: rgba(255, 255, 255, 0.5);
}
.featured-post-md .meta li:after {
content: "";
background: rgba(255, 255, 255, 0.5);
}
.featured-post-md .meta li a {
color: rgba(255, 255, 255, 0.5);
}
.featured-post-xl {
position: relative;
}
.featured-post-xl:hover .thumb .inner {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.featured-post-xl .thumb {
position: relative;
overflow: hidden;
}
.featured-post-xl .thumb .inner {
background-size: cover;
background-position: center center;
height: 540px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.featured-post-xl .thumb:after {
content: "";
background: #203656;
display: block;
height: 100%;
left: 0;
opacity: 0.6;
top: 0;
position: absolute;
width: 100%;
}
.featured-post-xl .details {
padding: 0 30px;
position: absolute;
text-align: center;
left: 50%;
top: 50%;
max-width: 650px;
z-index: 1;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.featured-post-xl .post-title {
font-size: 36px;
margin: 20px 0;
}
.featured-post-xl .post-title a {
color: #FFF;
}
.featured-post-xl .post-title a:hover {
color: #FFF;
}
.featured-post-xl .meta {
color: rgba(255, 255, 255, 0.5);
}
.featured-post-xl .meta li:after {
content: "";
background: rgba(255, 255, 255, 0.5);
}
.featured-post-xl .meta li a {
color: rgba(255, 255, 255, 0.5);
}
.post-carousel-lg {
-webkit-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
-moz-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
overflow: hidden;
border-radius: 10px;
}
.post-carousel-lg .slick-dots {
position: absolute;
bottom: 30px;
margin: 0;
}
.post-carousel-lg .slick-prev {
left: 30px;
}
.post-carousel-lg .slick-next {
right: 30px;
}
.post-carousel-lg .slick-next, .post-carousel-lg .slick-prev {
width: 50px;
height: 50px;
line-height: 65px;
background: rgba(255, 255, 255, 0.3);
border: 0;
}
.post-carousel-lg .slick-prev:before, .post-carousel-lg .slick-next:before {
color: #FFF;
font-size: 16px;
position: initial;
}
.post-carousel-lg .slick-next:hover, .post-carousel-lg .slick-prev:hover {
background: #fff;
}
.post-carousel-featured {
padding: 0 15px;
}
.post-carousel .slick-slide {
margin: 0 12px;
}
.post-carousel-widget .post-carousel .thumb {
max-width: 300px;
}
.post-tabs {
padding: 30px;
}
.post-tabs .tab-content {
margin-top: 30px;
}
/*=================================================================*/
/* ABOUT AUTHOR
/*=================================================================*/
.about-author {
background: #F1F8FF;
}
.about-author:last-child {
margin-bottom: 0;
}
.about-author.child {
margin-left: 60px;
}
.about-author .thumb {
float: left;
height: 100px;
width: 100px;
border-radius: 50%;
overflow: hidden;
}
.about-author .details {
margin-left: 130px;
}
.about-author .details h4.name {
font-size: 20px;
margin: 0 0 10px;
}
.about-author .details h4.name a {
color: #203656;
}
.about-author .details h4.name a:hover {
color: #FE4F70;
}
.about-author .details p {
margin-bottom: 10px;
}
.about-author .author-link {
font-size: 16px;
font-weight: 700;
}
.about-author .author-link i {
font-size: 12px;
vertical-align: middle;
margin-left: 10px;
}
/*=================================================================*/
/* POST COMMENTS
/*=================================================================*/
.comments {
padding: 0;
margin: 0;
}
.comments li {
list-style: none;
}
.comments li:after {
content: "";
display: block;
height: 1px;
margin-top: 30px;
width: 100%;
background: #EBEBEB;
background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.comments li.comment {
margin-bottom: 30px;
}
.comments li.comment:last-child {
margin-bottom: 0;
}
.comments li.comment:last-child:after {
content: "";
display: none;
}
.comments li.comment.child {
margin-left: 60px;
}
.comments li.comment .thumb {
float: left;
}
.comments li.comment .details {
margin-left: 90px;
}
.comments li.comment .details h4.name {
font-size: 18px;
margin: 0;
}
.comments li.comment .details h4.name a {
color: #203656;
}
.comments li.comment .details h4.name a:hover {
color: #FE4F70;
}
.comments li.comment .details .date {
color: #9faabb;
font-size: 13px;
display: block;
margin-bottom: 10px;
}
/*=================================================================*/
/* PAGE
/*=================================================================*/
.page-header {
background: #F1F8FF;
padding: 40px 0;
}
.page-header h1 {
font-size: 30px;
}
.page-content {
color: #707a88;
font-size: 16px;
}
/*=================================================================*/
/* CONTACT
/*=================================================================*/
.contact-item {
border-radius: 10px;
padding: 25px;
}
.contact-item .icon {
color: #FFF;
float: left;
border-radius: 10px;
display: block;
font-size: 25px;
line-height: 50px;
height: 50px;
text-align: center;
width: 50px;
background: #FE4F70;
background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 100%);
background: linear-gradient(to right, #FE4F70 0%, #FFA387 100%);
}
.contact-item .details {
margin-left: 20px;
}
.contact-item h3 {
font-size: 18px;
}
/*=================================================================*/
/* WIDGETS
/*=================================================================*/
.widget {
border: solid 1px #EBEBEB;
padding: 35px 30px;
margin-bottom: 40px;
}
.widget:last-child {
margin-bottom: 0;
}
.widget.no-container {
padding: 0;
border: 0;
}
.widget .widget-header {
margin-bottom: 30px;
}
.widget .widget-header img.wave {
margin-top: 10px;
}
.widget .widget-title {
font-size: 20px;
margin: 0;
}
.widget .widget-about {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.widget .widget-ads {
display: block;
text-align: center;
}
.widget ul.list {
list-style: none;
padding: 0;
margin-bottom: 0;
}
.widget ul.list li {
line-height: 2.8rem;
}
.widget ul.list li a {
color: #203656;
font-weight: 700;
}
.widget ul.list li a:before {
content: "";
color: #FE4F70;
font-family: "simple-line-icons";
font-size: 11px;
vertical-align: middle;
margin-right: 25px;
}
.widget ul.list li a:hover {
color: #FE4F70;
}
.widget ul.list li:after {
content: "";
display: block;
height: 1px;
width: 100%;
background: #EBEBEB;
background: -webkit-linear-gradient(left, #EBEBEB 0%, transparent 100%);
background: linear-gradient(to right, #EBEBEB 0%, transparent 100%);
}
.widget ul.list li span {
float: right;
}
.widget ul.list.social-icons li a:before {
content: "";
margin-right: 0;
}
/*=================================================================*/
/* INSTAGRAM FEED
/*=================================================================*/
.instagram {
margin: 60px 0 0;
position: relative;
}
.instagram-feed {
margin-left: -2.5px;
margin-right: -2.5px;
}
.instagram-feed .insta-item {
overflow: hidden;
padding-left: 2.5px;
padding-right: 2.5px;
}
.instagram-feed .insta-item img {
border-radius: 10px;
}
/*=================================================================*/
/* FOOTER
/*=================================================================*/
footer {
margin-top: 50px;
}
footer .footer-inner {
border-top: solid 1px #EBEBEB;
padding: 40px 0;
}
footer .footer-inner .copyright {
color: #9faabb;
}
/*=================================================================*/
/* SEARCH POPUP
/*=================================================================*/
.search-popup {
background: white;
position: fixed;
left: 0;
top: 0;
height: 100vh;
width: 100%;
z-index: 6;
opacity: 0;
visibility: hidden;
}
.search-popup.visible {
opacity: 1;
visibility: visible;
animation: growOut 500ms ease-in-out forwards;
}
.search-popup .search-content {
position: absolute;
top: 40%;
left: 50%;
width: 650px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.search-popup .btn-close {
right: 30px;
top: 30px;
position: absolute;
}
/*=================================================================*/
/* HELPER
/*=================================================================*/
.rounded {
border-radius: 10px !important;
}
.bordered {
border: solid 1px #EBEBEB;
}
.padding-30 {
padding: 30px;
}
.alignleft {
float: left;
margin: 0.375em 1.75em 1em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1em 1.75em;
}
.newsletter-headline {
font-size: 15px;
font-weight: bold;
color: #203656;
display: block;
}
.newsletter-privacy {
font-size: 13px;
display: block;
}
.ads-title {
color: #C0C0C0;
font-family: "Poppins", sans-serif;
font-size: 12px;
display: block;
margin-bottom: 10px;
text-align: center;
text-transform: uppercase;
}
::selection {
color: #FFF;
background: #FE4F70;
/* WebKit/Blink Browsers */
}
::-moz-selection {
color: #FFF;
background: #FE4F70;
/* Gecko Browsers */
}
.tag {
color: #8F9BAD;
border: solid 1px #EBEBEB;
border-radius: 25px;
font-size: 13px;
display: inline-block;
padding: 3px 14px;
margin: 4px 0;
}
.tag:hover {
border-color: #FE4F70;
color: #FE4F70;
}
.mouse {
border: solid 1px #FFF;
border-radius: 16px;
display: block;
height: 26px;
width: 20px;
left: 50%;
bottom: 100px;
position: absolute;
z-index: 1;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.mouse .wheel {
background: #FFF;
border-radius: 100%;
display: block;
position: absolute;
top: 8px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
height: 3px;
width: 3px;
-webkit-animation: animation-mouse 2s linear infinite;
animation: animation-mouse 2s linear infinite;
}
@-webkit-keyframes animation-mouse {
0% {
top: 29%;
}
15% {
top: 50%;
}
50% {
top: 50%;
}
100% {
top: 29%;
}
}
@keyframes animation-mouse {
0% {
top: 29%;
}
15% {
top: 50%;
}
50% {
top: 50%;
}
100% {
top: 29%;
}
}
/*=================================================================*/
/* BUTTONS
/*=================================================================*/
button {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
button:focus {
outline: none;
box-shadow: none !important;
}
.btn {
color: #FFF;
border: 0;
border-radius: 25px;
font-family: "Roboto", sans-serif;
font-size: 14px;
font-weight: 400;
overflow: hidden;
position: relative;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.btn:focus {
outline: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #FFF;
padding: 9.5px 36px;
background: #FE4F70;
background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
background-size: 200% auto;
}
.btn-default:hover {
color: #FFF;
background-position: right center;
}
.btn-simple {
color: #8F9BAD;
padding: 9.5px 36px;
background: transparent;
border: solid 1px #EBEBEB;
}
.btn-simple:hover {
color: #FE4F70;
border-color: #FE4F70;
}
.btn-light {
color: #FFF;
padding: 9.5px 36px;
background: transparent;
border: solid 1px #FFF;
}
.btn-light:hover {
color: #FE4F70;
border-color: #FFF;
}
.btn-full {
padding: 9.5px 36px;
width: 100%;
}
.btn-lg {
padding: 13px 40px;
font-size: 16px;
}
.btn-sm {
padding: 7px 20px;
font-size: 12px;
}
.btn-xs {
padding: 5px 10px;
font-size: 11px;
}
.icon-button {
color: #FFF;
border: 0;
border-radius: 50%;
background: #FFA387;
background: -webkit-linear-gradient(bottom, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
background: linear-gradient(to top, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
background-size: auto 200%;
display: inline-flex;
justify-content: center;
align-items: center;
height: 37px;
line-height: 39px;
text-align: center;
vertical-align: middle;
width: 37px;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.icon-button:hover {
background-position: bottom center;
}
.btn-instagram {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
}
/*=================================================================*/
/* BOOTSTRAP ELEMENTS
/*=================================================================*/
.breadcrumb {
font-size: 14px;
padding: 0;
margin-bottom: 20px;
list-style: none;
background-color: transparent;
border-radius: 0;
}
.breadcrumb .breadcrumb-item a {
color: #9faabb;
}
.breadcrumb .breadcrumb-item a:hover {
color: #FE4F70;
}
.breadcrumb .breadcrumb-item.active {
color: #9faabb;
}
/* === Form Control === */
.form-control {
display: block;
border-radius: 25px;
width: 100%;
padding: 8px 24px;
font-size: 14px;
line-height: 1.6;
color: #8F9BAD;
background-color: #FFF;
background-image: none;
border: solid 1px #EBEBEB;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control:focus {
border-color: #FE4F70;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-group {
margin-bottom: 30px;
}
.input-group-addon {
padding: 0;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #555;
text-align: center;
background-color: transparent;
border: 0;
border-radius: 0;
}
.form-control::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #9faabb;
}
.form-control::-moz-placeholder {
/* Firefox 19+ */
color: #9faabb;
}
.form-control:-ms-input-placeholder {
/* IE 10+ */
color: #9faabb;
}
.form-control:-moz-placeholder {
/* Firefox 18- */
color: #9faabb;
}
/* === Alert === */
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 0;
}
.alert-dismissable .close, .alert-dismissible .close {
position: relative;
top: 0;
right: 0;
color: inherit;
}
/* === Nav Tabs === */
.nav-tabs {
border-bottom: 0;
}
.tab-content {
position: relative;
}
.tab-pane {
opacity: 1;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.tab-pane.loading {
opacity: 0.3;
}
.lds-dual-ring {
display: inline-block;
position: absolute;
width: 40px;
height: 40px;
top: 50%;
left: 50%;
visibility: hidden;
opacity: 0;
transform: translate(-50%, -50%);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
z-index: 1;
}
.lds-dual-ring.loading {
visibility: visible;
opacity: 1;
}
.lds-dual-ring:after {
content: " ";
display: block;
width: 40px;
height: 40px;
margin: 8px;
border-radius: 50%;
border: 3px solid;
border-color: #FE4F70 transparent #FE4F70 transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.nav-fill .nav-item, .nav-fill > .nav-link {
margin-right: 10px;
}
.nav-fill .nav-item:last-child, .nav-fill > .nav-link:last-child {
margin-right: 0;
}
.nav-fill .nav-item > .nav-link {
color: #8F9BAD !important;
margin-right: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff !important;
background: #FE4F70;
background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
border-color: transparent;
background-size: 200% auto;
}
.nav-pills .nav-link {
background: 0 0;
border: solid 1px #EBEBEB;
border-radius: 30px;
}
/* === Pagination === */
.pagination {
display: flex;
padding-left: 0;
list-style: none;
margin: 40px 0 0;
}
.pagination li {
list-style-type: none;
margin: 0 5px;
}
.page-item.active .page-link {
z-index: 3;
color: #FFF;
border-color: transparent;
background: #FFA387;
background: -webkit-linear-gradient(bottom, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
background: linear-gradient(to top, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
background-size: auto 200%;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.page-link {
position: relative;
display: block;
color: #8F9BAD;
border-radius: 50%;
font-size: 14px;
text-decoration: none;
border: solid 1px #EBEBEB;
height: 45px;
line-height: 45px;
text-align: center;
padding: 0;
width: 45px;
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;
}
.page-link:hover {
z-index: 2;
color: #FFF;
background: #FFA387;
background: -webkit-linear-gradient(bottom, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
background: linear-gradient(to top, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
background-size: auto 200%;
border-color: transparent;
}
.page-item:first-child .page-link {
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
}
.page-item:last-child .page-link {
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
}
/*=================================================================*/
/* THEME ELEMENTS
/*=================================================================*/
/* === Go to Top === */
#return-to-top {
color: #8F9BAD;
font-size: 13px;
border: solid 1px #EBEBEB;
text-decoration: none;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
padding: 6px 20px;
z-index: 4;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#return-to-top i {
font-size: 11px;
vertical-align: middle;
margin-right: 10px;
}
#return-to-top:hover {
color: #FE4F70;
border-color: #FE4F70;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */
padding-top: 0;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.social-icons a {
font-size: 16px;
color: #203656;
}
.social-icons a:hover {
color: #FE4F70;
}
.social-icons li:not(:last-child) {
margin-right: 1rem;
}
/*=================================================================*/
/* SLICK SETTINGS
/*=================================================================*/
.slick-slide {
height: auto;
outline: none;
}
.slick-next, .slick-prev {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background: transparent;
border-radius: 50%;
border: solid 1px #EBEBEB;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.slick-next:hover, .slick-next:focus, .slick-prev:hover, .slick-prev:focus {
background: #FFF;
border-color: #EBEBEB;
}
.slick-next:hover:before, .slick-next:focus:before, .slick-prev:hover:before, .slick-prev:focus:before {
color: #FFA387;
}
.slick-prev {
left: -30px;
}
.slick-prev:hover {
background: #FE4F70;
}
.slick-next {
right: -30px;
}
.slick-next:hover {
background: #FE4F70;
}
.slick-prev:before, .slick-next:before {
color: #909090;
font-size: 10px;
opacity: 1;
}
.slick-prev:before {
content: "";
font-family: "simple-line-icons";
top: 9px;
left: 9px;
position: absolute;
}
.slick-next:before {
content: "";
font-family: "simple-line-icons";
position: absolute;
top: 9px;
left: 9px;
}
.slick-dotted.slick-slider {
margin-bottom: 0;
}
.slick-dots {
position: relative;
bottom: 0;
padding: 0;
margin: 25px 0 0;
}
.slick-dots li {
width: 8px;
height: 8px;
margin: 0 5px;
}
.slick-dots li.slick-active {
width: 25px;
height: 8px;
}
.slick-dots li button {
width: 20px;
height: 20px;
padding: 0;
}
.slick-dots li.slick-active button:before {
background: #FE4F70;
background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 100%);
background: linear-gradient(to right, #FE4F70 0%, #FFA387 100%);
border-radius: 5px;
opacity: 1;
width: 25px;
}
.slick-dots li button:before {
content: "";
background: #d4d4d4;
border-radius: 50%;
opacity: 1;
top: 8px;
left: 8px;
height: 8px;
width: 8px;
}
.slick-arrows-top {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
.slick-arrows-bot {
position: relative;
text-align: center;
margin-top: 20px;
}
.slick-custom-buttons {
color: #909090;
font-size: 10px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background: #FFF;
border-radius: 50%;
border: solid 1px #EBEBEB;
padding: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.slick-custom-buttons:hover {
color: #FE4F70;
border-color: #FE4F70;
}
/*=================================================================*/
/* RESPONSIVE SETTINGS
/*=================================================================*/
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1140px;
}
}
@media only screen and (max-width: 1200px) {
.header-right .social-icons {
display: none;
}
}
@media only screen and (max-width: 992px) {
.inner-wrapper-sticky {
transform: none !important;
position: relative !important;
top: 0 !important;
left: 0 !important;
width: auto !important;
}
.header-classic .header-buttons {
width: 100%;
}
.single-cover {
background-attachment: unset;
height: 400px;
}
.single-cover .cover-content .title {
font-size: 26px;
}
}
@media only screen and (min-width: 992px) {
.navbar .nav-item .dropdown-menu {
display: none;
animation: growOut 300ms ease-in-out forwards;
transform-origin: top center;
}
@keyframes growOut {
0% {
transform: scale(0);
}
80% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.navbar .nav-item:hover .dropdown-menu {
display: block;
}
.navbar .nav-item .dropdown-menu {
margin-top: 0;
}
}
@media only screen and (max-width: 767px) {
.featured-post-lg .thumb .inner {
height: 425px;
}
.post.post-list .thumb {
float: none;
max-width: 550px;
}
.post.post-list .details {
margin-left: 0;
margin-top: 25px;
}
.post .meta li:after {
content: "";
margin-left: 0.5rem;
}
.post .meta li:not(:last-child) {
margin-right: 0.3rem;
}
.instagram-feed .insta-item {
text-align: center;
margin: 2.5px 0;
}
.footer-inner {
text-align: center;
}
.featured-post-lg .post-title {
font-size: 26px;
}
.featured-post-lg .details {
bottom: 30px;
left: 30px;
right: 30px;
}
.search-popup .search-content {
padding: 0 20px;
width: 100%;
}
.post.post-classic .post-bottom .social-share .toggle-button {
display: inline-block;
}
.post.post-classic .post-bottom .icons {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.post.post-classic .post-bottom .icons:before {
content: "";
background: #DDD;
display: inline-block;
height: 1px;
margin-left: 10px;
margin-right: 10px;
vertical-align: middle;
width: 30px;
}
.post.post-classic .post-bottom .icons.visible {
opacity: 1;
visibility: visible;
}
.featured-post-xl .thumb .inner {
height: 350px;
}
.featured-post-xl .details {
padding: 0 30px;
left: 0;
top: 50%;
max-width: 100%;
-webkit-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.featured-post-xl .post-title {
font-size: 24px;
}
.post.post-classic .details {
padding: 30px;
}
.post.post-classic .details .post-title {
font-size: 20px;
}
.post.post-classic .post-bottom {
margin: 0 30px;
}
.post.post-classic .post-format, .post.post-xl .post-format {
font-size: 20px;
height: 50px;
line-height: 54px;
right: 20px;
bottom: -25px;
width: 50px;
}
.post.post-xl .post-top {
padding: 0 20px;
}
.post.post-xl .details {
padding: 50px 20px 50px;
}
.post.post-xl .post-bottom {
margin: 0 20px;
}
.post.post-xl .post-top .post-title {
font-size: 24px;
}
.hero {
height: 740px;
}
.hero .cta h2 {
font-size: 30px;
}
.hero .cta p {
font-size: 16px;
}
.alignleft, .alignright {
float: none;
}
.post-single .post-header .title {
font-size: 26px;
}
.post-single .social-icons {
margin-top: 20px;
text-align: center;
}
.about-author .thumb {
float: none;
margin: auto;
}
.about-author .details {
margin-left: 0;
margin-top: 20px;
text-align: center;
}
.comments li.comment.child {
margin-left: 30px;
}
.breadcrumb .breadcrumb-item.active {
display: none;
}
.post-carousel-widget .post-carousel {
margin: 0 12px;
}
.post-carousel-widget .post-carousel .post-title {
font-size: 16px;
}
}
@media only screen and (max-width: 576px) {
.single-cover {
height: 300px;
}
.alignleft {
margin: 0.375em auto 1em;
clear: both;
display: block;
}
.alignright {
margin: 0.375em auto 1em;
clear: both;
display: block;
}
}
/*# sourceMappingURL=style.css.map */ | 0.535098 | 0.07836 |
body {
font-family: Helvetica;
font-size: 100%;
background-color: #ffffff; #white
width: 800px;
height 100%;
margin-left: auto;
margin-right: auto;
}
.outer {
margin-top: 20%;
display: table;
position: absolute;
height: 100%;
width: 100%;
}
.middle {
display: table-cell;
text-align: center;
}
.bar {
height: 15px;
background: #D1A3FF; #laurel
}
a {
text-decoration:none;
}
a:active {
color: #E3C8FF; #blissful
}
#title {
color: #685280; #aubergine
height: 100%;
font-size: 500%;
text-align: centre:
background: #ffffff; #white
font-color: #685280; #aubergine
text-decoration: none;
}
#link {
font-size: 100%;
}
#item {
font-size: 500%;
}
#textareasOut {
position: relative;
height: 100%;
width: 100%;
display: table;
}
#textareasIn {
margin-top: 5%;
position: relative;
display: block;
vertical-align: centre;
text-align: right;
}
#form {
height: inherit;
width: inherit;
font-size: 100%;
color: #E3C8FF; #blissful
}
#form ul {
border: 5px solid #D1A3FF; #laurel
}
#form ul li{
height: 100%;
}
#nav {
background: #ffffff; #white
font-color: #660066; #aubergine
text-decoration: none;
display: inline-block;
}
#nav ul {
list-style: none;
font-color: #685280; #aubergine
text-decoration: none;
display: inline-block;
text-align: center;
}
#nav ul li {
float: left;
padding: 5px;
text-decoration: none;
display: table;
color: #685280; #aubergine
}
#nav ul li a {
color: #685280; #aubergine
font-size: 500%;
text-decoration: none;
border: 5px solid #E3C8FF; #blissful
}
#nav ul li a:link {
font-size: 500%;
color: #685280; #aubergine
text-decoration: none;
border: 5px solid #E3C8FF; #blissful
}
#nav ul li a:hover {
font-size: 500%;
color: #685280; #aubergine
text-decoration: none;
border: 5px solid #D1A3FF; #laurel
}
#nav ul li a:active {
font-size: 500%;
color: #E3C8FF; #blissful
border: 5px solid #D1A3FF; #laurel
} | public/css/main.css | body {
font-family: Helvetica;
font-size: 100%;
background-color: #ffffff; #white
width: 800px;
height 100%;
margin-left: auto;
margin-right: auto;
}
.outer {
margin-top: 20%;
display: table;
position: absolute;
height: 100%;
width: 100%;
}
.middle {
display: table-cell;
text-align: center;
}
.bar {
height: 15px;
background: #D1A3FF; #laurel
}
a {
text-decoration:none;
}
a:active {
color: #E3C8FF; #blissful
}
#title {
color: #685280; #aubergine
height: 100%;
font-size: 500%;
text-align: centre:
background: #ffffff; #white
font-color: #685280; #aubergine
text-decoration: none;
}
#link {
font-size: 100%;
}
#item {
font-size: 500%;
}
#textareasOut {
position: relative;
height: 100%;
width: 100%;
display: table;
}
#textareasIn {
margin-top: 5%;
position: relative;
display: block;
vertical-align: centre;
text-align: right;
}
#form {
height: inherit;
width: inherit;
font-size: 100%;
color: #E3C8FF; #blissful
}
#form ul {
border: 5px solid #D1A3FF; #laurel
}
#form ul li{
height: 100%;
}
#nav {
background: #ffffff; #white
font-color: #660066; #aubergine
text-decoration: none;
display: inline-block;
}
#nav ul {
list-style: none;
font-color: #685280; #aubergine
text-decoration: none;
display: inline-block;
text-align: center;
}
#nav ul li {
float: left;
padding: 5px;
text-decoration: none;
display: table;
color: #685280; #aubergine
}
#nav ul li a {
color: #685280; #aubergine
font-size: 500%;
text-decoration: none;
border: 5px solid #E3C8FF; #blissful
}
#nav ul li a:link {
font-size: 500%;
color: #685280; #aubergine
text-decoration: none;
border: 5px solid #E3C8FF; #blissful
}
#nav ul li a:hover {
font-size: 500%;
color: #685280; #aubergine
text-decoration: none;
border: 5px solid #D1A3FF; #laurel
}
#nav ul li a:active {
font-size: 500%;
color: #E3C8FF; #blissful
border: 5px solid #D1A3FF; #laurel
} | 0.451085 | 0.067056 |
html, body, .capa{
height: 100%;
}
body{
background: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0.5)),
url('images/papel.jpg');
background-attachment: fixed;
background-size: auto;
font-family: Helvetica, Arial, sans-serif;
overflow-x: hidden;
}
/* -- Navbar -- */
.img-logo{
height: 80px;
width: 90px;
display: block;
background: url('images/logo-w.png') no-repeat;
background-size: contain;
color: transparent;
}
.navbar-brand{
padding: 0px 15px;
margin-top: -15px;
}
nav.navbar-transparente{
background: rgba(0,0,0,0.5);
border: none;
padding: 20px 0px;
}
.navbar-inverse .navbar-nav>li>a{
color: #fff;
font-weight: bolder;
}
.navbar-inverse .navbar-nav>li>a:hover{
color: #9bf0e1;
}
nav.menu-diferente{
padding: 10px 0px;
}
.logo-scroll{
height: 70px;
width: 70px;
margin-top: 8px;
}
/* --------- Capa --------- */
.capa{
display: table;
width: 100%;
}
.texto-capa{
text-align: center;
color: #fff;
display: table-cell;
vertical-align: middle;
}
.my-img{
position: absolute;
top: -145px;
left: -100px;
height: 400px;
width: 800px;
transform: rotate(10deg);
}
.box-main{
background: rgba(155,155,155,0.5);
border-radius: 100px 75px;
height: 230px;
padding: 15px;
box-shadow: 5px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 5px 5px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px rgba(0,0,0,0.5);
margin-top: 50px;
transition-property: background;
transition-duration: 2s;
}
.box-main:hover{
background: rgba(50,50,50,0.5);
}
/* --------- Botões --------- */
.btn-custom{
color: #fff;
font-weight: bolder;
font-size: 18px;
width: 200px;
height: 50px;
padding-top: 12px;
border-radius: 25px;
border: none;
margin: 10px;
background: rgba(0,0,0,0.8);
}
/* --------- Conteúdos -------- */
/************** PROJETOS *************/
#my-project{
padding-top: 30px;
padding-bottom: 20px;
background: #fff;
}
.logo-client{
text-align: center;
height: 80px;
padding-top: 25px;
}
.client02{
padding-top: 5px;
}
.item{
margin-top: 30px;
margin-bottom: 25px;
}
.item picture img{
height: 216px;
width: 344px;
transition-property: width, height;
transition-duration: 0.5s;
}
.item picture img:hover{
width: 366px;
height: 226px;
}
/************** SOBRE *************/
#sobre{
background: #f0f0f0;
padding-top: 30px;
padding-bottom: 20px;
}
.about-me p{
text-align: justify;
}
.img-box{
text-align: center;
}
.img-box img{
width: 300px;
height: 300px;
border-radius: 300px;
-webkit-border-radius: 300px;
-moz-border-radius: 300px;
box-shadow: 15px 15px rgba(150,150,150,0.2);
-webkit-box-shadow: 15px 15px rgba(150,150,150,0.2);
-moz-box-shadow: 15px 15px rgba(150,150,150,0.2);
margin-top: 30px;
margin-bottom: 20px;
}
/************** SKILL *************/
#skill{
background: #fff;
padding-top: 30px;
padding-bottom: 20px;
position: relative;
}
.row-skill{
margin-top: 20px;
}
.block-title{
margin-bottom: 40px;
}
.article{
text-align: center;
margin-bottom: 20px;
}
.article p{
text-align: justify;
}
.article-img img{
width: 100px;
height: 100px;
transition-property: transform;
transition-duration: 1.5s;
}
.article-img img:hover{
transform: rotate(360deg);
}
.banner{
margin-top: 30px;
margin-bottom: 30px;
display: inline-block;
}
/************** CONTACTO *************/
#contacto{
background: #f0f0f0;
padding-top: 30px;
padding-bottom: 20px;
}
#texto{
resize: none;
height: 80px;
}
/************** FOOTER *************/
footer{
background: rgb(154,154,154);
padding: 5px 0px 10px 0px;
position: relative;
}
.selo-zaask{
float: right;
}
.selo-zaask a img{
width: 160px;
height: 70px;
margin-top: -8px;
}
.div-zaask{
float: left;
}
.col-footer{
padding-top: 20px;
color: #fff;
}
.col-footer a{
color: #fff;
text-decoration: underline;
}
.col-footer a:hover{
text-decoration: none;
}
.social{
display: block;
}
.social-item{
float: right;
list-style: none;
}
.social-item img{
height: 40px;
width: 40px;
}
.author-text{
text-align: right;
padding-right: 55px;
}
/************** PÁGINA RGPD *************/
.rgpd-body{
margin-top: 100px;
margin-bottom: 100px;
}
/* =========================== Tipografia ========================== */
h1{
font-size: 50px;
font-weight: 700;
letter-spacing: -0.05em;
margin-bottom: 20px;
}
.block-title>h2{
font-size: 40px;
font-weight: 900;
letter-spacing: -0.05em;
margin-bottom: 10px;
margin-top: 0px;
text-align: center;
}
footer p{
font-size: 12px;
}
.description p{
font-size: 15px;
text-align: center;
font-weight: bolder;
}
/* =========================== Animation ========================== */
/* =========================== Media queries ========================== */
@media all and (max-width: 768px){
.img-logo{
height: 65px;
width: 70px;
}
.navbar-brand{
padding: 0px 15px;
margin-top: -15px;
}
.logo-scroll{
height: 55px;
width: 60px;
margin-top: 8px;
}
h1{
font-size: 40px;
font-size: 500;
}
.btn-custom{
width: 190px;
height: 50px;
margin: -15px;
}
.row-skill{
margin-top: 20px;
margin-bottom: -45px;
margin-left: auto;
margin-right: auto;
}
.selo-zaask a img{
width: 150px;
height: 80px;
margin-top: -8px;
}
} | style.css | html, body, .capa{
height: 100%;
}
body{
background: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0.5)),
url('images/papel.jpg');
background-attachment: fixed;
background-size: auto;
font-family: Helvetica, Arial, sans-serif;
overflow-x: hidden;
}
/* -- Navbar -- */
.img-logo{
height: 80px;
width: 90px;
display: block;
background: url('images/logo-w.png') no-repeat;
background-size: contain;
color: transparent;
}
.navbar-brand{
padding: 0px 15px;
margin-top: -15px;
}
nav.navbar-transparente{
background: rgba(0,0,0,0.5);
border: none;
padding: 20px 0px;
}
.navbar-inverse .navbar-nav>li>a{
color: #fff;
font-weight: bolder;
}
.navbar-inverse .navbar-nav>li>a:hover{
color: #9bf0e1;
}
nav.menu-diferente{
padding: 10px 0px;
}
.logo-scroll{
height: 70px;
width: 70px;
margin-top: 8px;
}
/* --------- Capa --------- */
.capa{
display: table;
width: 100%;
}
.texto-capa{
text-align: center;
color: #fff;
display: table-cell;
vertical-align: middle;
}
.my-img{
position: absolute;
top: -145px;
left: -100px;
height: 400px;
width: 800px;
transform: rotate(10deg);
}
.box-main{
background: rgba(155,155,155,0.5);
border-radius: 100px 75px;
height: 230px;
padding: 15px;
box-shadow: 5px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 5px 5px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px rgba(0,0,0,0.5);
margin-top: 50px;
transition-property: background;
transition-duration: 2s;
}
.box-main:hover{
background: rgba(50,50,50,0.5);
}
/* --------- Botões --------- */
.btn-custom{
color: #fff;
font-weight: bolder;
font-size: 18px;
width: 200px;
height: 50px;
padding-top: 12px;
border-radius: 25px;
border: none;
margin: 10px;
background: rgba(0,0,0,0.8);
}
/* --------- Conteúdos -------- */
/************** PROJETOS *************/
#my-project{
padding-top: 30px;
padding-bottom: 20px;
background: #fff;
}
.logo-client{
text-align: center;
height: 80px;
padding-top: 25px;
}
.client02{
padding-top: 5px;
}
.item{
margin-top: 30px;
margin-bottom: 25px;
}
.item picture img{
height: 216px;
width: 344px;
transition-property: width, height;
transition-duration: 0.5s;
}
.item picture img:hover{
width: 366px;
height: 226px;
}
/************** SOBRE *************/
#sobre{
background: #f0f0f0;
padding-top: 30px;
padding-bottom: 20px;
}
.about-me p{
text-align: justify;
}
.img-box{
text-align: center;
}
.img-box img{
width: 300px;
height: 300px;
border-radius: 300px;
-webkit-border-radius: 300px;
-moz-border-radius: 300px;
box-shadow: 15px 15px rgba(150,150,150,0.2);
-webkit-box-shadow: 15px 15px rgba(150,150,150,0.2);
-moz-box-shadow: 15px 15px rgba(150,150,150,0.2);
margin-top: 30px;
margin-bottom: 20px;
}
/************** SKILL *************/
#skill{
background: #fff;
padding-top: 30px;
padding-bottom: 20px;
position: relative;
}
.row-skill{
margin-top: 20px;
}
.block-title{
margin-bottom: 40px;
}
.article{
text-align: center;
margin-bottom: 20px;
}
.article p{
text-align: justify;
}
.article-img img{
width: 100px;
height: 100px;
transition-property: transform;
transition-duration: 1.5s;
}
.article-img img:hover{
transform: rotate(360deg);
}
.banner{
margin-top: 30px;
margin-bottom: 30px;
display: inline-block;
}
/************** CONTACTO *************/
#contacto{
background: #f0f0f0;
padding-top: 30px;
padding-bottom: 20px;
}
#texto{
resize: none;
height: 80px;
}
/************** FOOTER *************/
footer{
background: rgb(154,154,154);
padding: 5px 0px 10px 0px;
position: relative;
}
.selo-zaask{
float: right;
}
.selo-zaask a img{
width: 160px;
height: 70px;
margin-top: -8px;
}
.div-zaask{
float: left;
}
.col-footer{
padding-top: 20px;
color: #fff;
}
.col-footer a{
color: #fff;
text-decoration: underline;
}
.col-footer a:hover{
text-decoration: none;
}
.social{
display: block;
}
.social-item{
float: right;
list-style: none;
}
.social-item img{
height: 40px;
width: 40px;
}
.author-text{
text-align: right;
padding-right: 55px;
}
/************** PÁGINA RGPD *************/
.rgpd-body{
margin-top: 100px;
margin-bottom: 100px;
}
/* =========================== Tipografia ========================== */
h1{
font-size: 50px;
font-weight: 700;
letter-spacing: -0.05em;
margin-bottom: 20px;
}
.block-title>h2{
font-size: 40px;
font-weight: 900;
letter-spacing: -0.05em;
margin-bottom: 10px;
margin-top: 0px;
text-align: center;
}
footer p{
font-size: 12px;
}
.description p{
font-size: 15px;
text-align: center;
font-weight: bolder;
}
/* =========================== Animation ========================== */
/* =========================== Media queries ========================== */
@media all and (max-width: 768px){
.img-logo{
height: 65px;
width: 70px;
}
.navbar-brand{
padding: 0px 15px;
margin-top: -15px;
}
.logo-scroll{
height: 55px;
width: 60px;
margin-top: 8px;
}
h1{
font-size: 40px;
font-size: 500;
}
.btn-custom{
width: 190px;
height: 50px;
margin: -15px;
}
.row-skill{
margin-top: 20px;
margin-bottom: -45px;
margin-left: auto;
margin-right: auto;
}
.selo-zaask a img{
width: 150px;
height: 80px;
margin-top: -8px;
}
} | 0.250546 | 0.056366 |
.introduction {
background-color: #e7e5cc;
border-top: 100px solid #9cc184;
color: #000000;
}
.mainconcepts {
background-color: #e7e5cc;
border-top: 100px solid #669d62;
color: #000000;
}
.chapterone {
background-color: #e7e5cc;
border-top: 100px solid #447243;
color: #000000;
}
.chaptertwo {
background-color: #e7e5cc;
border-top: 100px solid #1f5b25;
color: #000000;
}
.chapterthree {
background-color: #e7e5cc;
border-top: 100px solid #1e3d14;
color: #000000;
}
.title-slide {
border-top: 100px solid #9cc184;
}
/* New colors */
/*-- Footnote --*/
.footnote{
position: absolute;
bottom: 0.1em;
padding-right: 4em;
font-size: 90%
}
.footnotefinal{
position: absolute;
bottom: 0.1em;
padding-right: 4em;
font-size: 90%;
color: #fefdfc
}
.example {
background-color: #8b8970;
color: #000000;
}
/* Two-column layout */
.left-column {
width: 55%;
float: left;
}
.right-column {
width: 35%;
float: right;
font-size: 50%
padding-left: 1em;
}
.pull-left {
float: left;
width: 47%;
}
.pull-right {
float: right;
width: 47%;
}
.pull-right ~ * {
clear: both;
}
img, video, iframe {
max-width: 100%;
}
/* code chunk background */
.hljs-github .hljs {
background: #e7e8e2;
}
/* custom.css */
.left-tight {
width: 33%;
float: left;
}
.right-wide {
width: 65%;
float: right;
padding-left: 1%;
}
/* progress bar */
.remark-slide-number {
position: inherit;
}
.remark-slide-number .progress-bar-container {
position: absolute;
bottom: 0;
height: 4px;
display: block;
left: 0;
right: 0;
}
.remark-slide-number .progress-bar {
height: 100%;
background-color: #7e715e;
}
/* Removes colored bar from top of the slide resulting in a clear slide */
.clear{
border-top: 0px solid #FAFAFA;
}
/* font size */
.large { font-size: 130% }
.larger { font-size: 200% }
.smaller{ font-size: 85% }
.small { font-size: 70% } | presentation/extras-slides.css |
.introduction {
background-color: #e7e5cc;
border-top: 100px solid #9cc184;
color: #000000;
}
.mainconcepts {
background-color: #e7e5cc;
border-top: 100px solid #669d62;
color: #000000;
}
.chapterone {
background-color: #e7e5cc;
border-top: 100px solid #447243;
color: #000000;
}
.chaptertwo {
background-color: #e7e5cc;
border-top: 100px solid #1f5b25;
color: #000000;
}
.chapterthree {
background-color: #e7e5cc;
border-top: 100px solid #1e3d14;
color: #000000;
}
.title-slide {
border-top: 100px solid #9cc184;
}
/* New colors */
/*-- Footnote --*/
.footnote{
position: absolute;
bottom: 0.1em;
padding-right: 4em;
font-size: 90%
}
.footnotefinal{
position: absolute;
bottom: 0.1em;
padding-right: 4em;
font-size: 90%;
color: #fefdfc
}
.example {
background-color: #8b8970;
color: #000000;
}
/* Two-column layout */
.left-column {
width: 55%;
float: left;
}
.right-column {
width: 35%;
float: right;
font-size: 50%
padding-left: 1em;
}
.pull-left {
float: left;
width: 47%;
}
.pull-right {
float: right;
width: 47%;
}
.pull-right ~ * {
clear: both;
}
img, video, iframe {
max-width: 100%;
}
/* code chunk background */
.hljs-github .hljs {
background: #e7e8e2;
}
/* custom.css */
.left-tight {
width: 33%;
float: left;
}
.right-wide {
width: 65%;
float: right;
padding-left: 1%;
}
/* progress bar */
.remark-slide-number {
position: inherit;
}
.remark-slide-number .progress-bar-container {
position: absolute;
bottom: 0;
height: 4px;
display: block;
left: 0;
right: 0;
}
.remark-slide-number .progress-bar {
height: 100%;
background-color: #7e715e;
}
/* Removes colored bar from top of the slide resulting in a clear slide */
.clear{
border-top: 0px solid #FAFAFA;
}
/* font size */
.large { font-size: 130% }
.larger { font-size: 200% }
.smaller{ font-size: 85% }
.small { font-size: 70% } | 0.433742 | 0.124772 |
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700;800;900&family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
--bg: #1d0002;
--accent: #addfad; /* #89d6cc; */
}
* {
font-family: 'Inconsolata', sans-serif;
color: #fff;
}
body {
background: var(--bg);
}
:focus {
outline: none !important;
}
h1,
h2,
h3 {
font-family: 'Vollkorn', sans-serif;
font-weight: 600;
}
h3 {
text-align: center;
}
h4 {
font-size: 20px;
margin-top: 15px;
}
h5 {
color: var(--accent);
font-weight: 800;
}
a {
color: var(--accent);
transition: color 0.3s ease;
}
a:hover {
color: #799c79;
text-decoration: none;
}
p {
margin: 0;
}
.jumbotron {
background: transparent;
}
.navbar {
background: var(--bg);
margin-top: 60px;
}
.nav-link {
color: #fff;
border-bottom: 1px solid #fff;
padding-bottom: 0.25em;
margin-right: 10px;
text-decoration: none;
}
.nav-link:hover {
color: #fff;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='white' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
background-position: bottom;
background-repeat: repeat-x;
background-size: 20%;
border-bottom: 0;
padding-bottom: 0.3em;
text-decoration: none;
}
.social {
color: #fff;
font-size: 19px;
border-bottom: 0;
padding-bottom: 0;
margin: 0;
text-decoration: none;
}
.social:hover {
background: none;
padding-bottom: 0;
}
.social i {
transition: color 0.3s ease;
}
.social i:hover {
color: var(--accent);
}
.intro {
text-align: center;
}
.section-projects img {
width: 42%;
border-radius: 50%;
display: block;
margin: 0 auto;
border: 4px solid #1d0002;
transition: border 0.5s ease;
}
.section-projects img:hover {
border: 4px solid var(--accent);
}
.section-projects a {
display: block;
}
.section-projects a:hover {
text-decoration: none;
}
.section-experience .col-sm-3 {
border: solid 1px white;
border-radius: 13px;
padding: 30px 20px;
}
input,
textarea {
color: #fff !important;
background-color: #000 !important;
border-radius: 0 !important;
border: 0 !important;
border-bottom: 1px solid #fff !important;
padding-bottom: 0.3em !important;
}
input:focus,
textarea:focus {
color: #fff;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='white' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
background-position: bottom;
background-repeat: repeat-x;
background-size: 3%;
border-bottom: 0 !important;
padding-bottom: 0.3em !important;
box-shadow: none !important;
}
.btn {
color: #fff;
background-color: transparent;
border: 0;
padding: 0;
margin-top: 20px;
display: block;
margin-left: auto;
font-size: 30px;
}
.btn:hover,
.btn:focus {
color: #fff;
background-color: transparent;
}
footer {
margin-top: 130px;
}
footer::before {
content: '';
width: 30%;
height: 1px;
background-color: #fff;
display: block;
margin: 0 auto;
}
@media only screen and (max-width: 574px) {
.navbar-border {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.social {
margin: 0;
padding: 8px;
}
} | public/css/style.css | @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700;800;900&family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
--bg: #1d0002;
--accent: #addfad; /* #89d6cc; */
}
* {
font-family: 'Inconsolata', sans-serif;
color: #fff;
}
body {
background: var(--bg);
}
:focus {
outline: none !important;
}
h1,
h2,
h3 {
font-family: 'Vollkorn', sans-serif;
font-weight: 600;
}
h3 {
text-align: center;
}
h4 {
font-size: 20px;
margin-top: 15px;
}
h5 {
color: var(--accent);
font-weight: 800;
}
a {
color: var(--accent);
transition: color 0.3s ease;
}
a:hover {
color: #799c79;
text-decoration: none;
}
p {
margin: 0;
}
.jumbotron {
background: transparent;
}
.navbar {
background: var(--bg);
margin-top: 60px;
}
.nav-link {
color: #fff;
border-bottom: 1px solid #fff;
padding-bottom: 0.25em;
margin-right: 10px;
text-decoration: none;
}
.nav-link:hover {
color: #fff;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='white' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
background-position: bottom;
background-repeat: repeat-x;
background-size: 20%;
border-bottom: 0;
padding-bottom: 0.3em;
text-decoration: none;
}
.social {
color: #fff;
font-size: 19px;
border-bottom: 0;
padding-bottom: 0;
margin: 0;
text-decoration: none;
}
.social:hover {
background: none;
padding-bottom: 0;
}
.social i {
transition: color 0.3s ease;
}
.social i:hover {
color: var(--accent);
}
.intro {
text-align: center;
}
.section-projects img {
width: 42%;
border-radius: 50%;
display: block;
margin: 0 auto;
border: 4px solid #1d0002;
transition: border 0.5s ease;
}
.section-projects img:hover {
border: 4px solid var(--accent);
}
.section-projects a {
display: block;
}
.section-projects a:hover {
text-decoration: none;
}
.section-experience .col-sm-3 {
border: solid 1px white;
border-radius: 13px;
padding: 30px 20px;
}
input,
textarea {
color: #fff !important;
background-color: #000 !important;
border-radius: 0 !important;
border: 0 !important;
border-bottom: 1px solid #fff !important;
padding-bottom: 0.3em !important;
}
input:focus,
textarea:focus {
color: #fff;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='white' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
background-position: bottom;
background-repeat: repeat-x;
background-size: 3%;
border-bottom: 0 !important;
padding-bottom: 0.3em !important;
box-shadow: none !important;
}
.btn {
color: #fff;
background-color: transparent;
border: 0;
padding: 0;
margin-top: 20px;
display: block;
margin-left: auto;
font-size: 30px;
}
.btn:hover,
.btn:focus {
color: #fff;
background-color: transparent;
}
footer {
margin-top: 130px;
}
footer::before {
content: '';
width: 30%;
height: 1px;
background-color: #fff;
display: block;
margin: 0 auto;
}
@media only screen and (max-width: 574px) {
.navbar-border {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.social {
margin: 0;
padding: 8px;
}
} | 0.352871 | 0.061537 |
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.App {
box-sizing: border-box;
width: 100%;
}
/* Popup Style */
@font-face {
font-family: ProximaNova;
src: url("../Assets/ProximaNova.otf");
}
@font-face {
font-family: ProximaNova_Bold;
src: url("../Assets/ProximaNova_Bold.otf");
}
@font-face {
font-family: ProximaNova_Semibold;
src: url("../Assets/ProximaNova_Semibold.otf");
}
.mapboxgl-popup {
text-align: center;
cursor: auto;
}
.mapboxgl-popup-content {
width: 275px;
background: #484747 !important;
color: #fff;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5) !important;
}
.mapboxgl-popup-tip {
border-left: 10px solid transparent !important;
border-right: 10px solid transparent !important;
}
/* Tip Color */
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
margin-top: 18px !important;
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
border-bottom-color: #484747 !important;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
border-top-color: #484747 !important;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
border-top: 10px solid transparent !important;
border-bottom: 10px solid transparent !important;
border-right: 20px solid #484747 !important;
margin: 15px -2px 0 0;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
border-top: 10px solid transparent !important;
border-bottom: 10px solid transparent !important;
border-left: 20px solid #484747 !important;
margin: 15px 0 0 -2px;
}
.mapboxgl-popup-close-button {
color: whitesmoke !important;
font-size: 20px;
background: transparent !important;
width: 40px;
height: 40px;
outline: none;
}
.mapboxgl-popup-close-button:hover {
font-size: 26px;
color: white !important;
}
.info {
font-size: 18px;
line-height: 10px;
letter-spacing: -0.36px;
text-align: left;
margin-left: 15px;
}
.info h3 {
margin-top: -3px;
margin-bottom: 20px;
color: #ffffff;
font-family: "Open Sans", sans-serif;
font-size: 18px;
font-weight: 800;
letter-spacing: 1.54px;
line-height: 24px;
text-align: center;
}
.info a {
display: flex;
text-decoration: none;
justify-content: space-between;
margin: 8px 8px 8px 0;
color: #ffffff;
font-family: "Open Sans", sans-serif;
}
.info a:hover {
text-decoration: underline;
}
.info a span img {
width: 20px;
}
.info .arrow {
position: absolute;
top: 8px;
font-size: 22px;
}
.info .arrow:hover {
color: #484747;
text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
cursor: pointer;
} | miracle-messages/src/CSS/App.css | html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.App {
box-sizing: border-box;
width: 100%;
}
/* Popup Style */
@font-face {
font-family: ProximaNova;
src: url("../Assets/ProximaNova.otf");
}
@font-face {
font-family: ProximaNova_Bold;
src: url("../Assets/ProximaNova_Bold.otf");
}
@font-face {
font-family: ProximaNova_Semibold;
src: url("../Assets/ProximaNova_Semibold.otf");
}
.mapboxgl-popup {
text-align: center;
cursor: auto;
}
.mapboxgl-popup-content {
width: 275px;
background: #484747 !important;
color: #fff;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5) !important;
}
.mapboxgl-popup-tip {
border-left: 10px solid transparent !important;
border-right: 10px solid transparent !important;
}
/* Tip Color */
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
margin-top: 18px !important;
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
border-bottom-color: #484747 !important;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
border-top-color: #484747 !important;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
border-top: 10px solid transparent !important;
border-bottom: 10px solid transparent !important;
border-right: 20px solid #484747 !important;
margin: 15px -2px 0 0;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
border-top: 10px solid transparent !important;
border-bottom: 10px solid transparent !important;
border-left: 20px solid #484747 !important;
margin: 15px 0 0 -2px;
}
.mapboxgl-popup-close-button {
color: whitesmoke !important;
font-size: 20px;
background: transparent !important;
width: 40px;
height: 40px;
outline: none;
}
.mapboxgl-popup-close-button:hover {
font-size: 26px;
color: white !important;
}
.info {
font-size: 18px;
line-height: 10px;
letter-spacing: -0.36px;
text-align: left;
margin-left: 15px;
}
.info h3 {
margin-top: -3px;
margin-bottom: 20px;
color: #ffffff;
font-family: "Open Sans", sans-serif;
font-size: 18px;
font-weight: 800;
letter-spacing: 1.54px;
line-height: 24px;
text-align: center;
}
.info a {
display: flex;
text-decoration: none;
justify-content: space-between;
margin: 8px 8px 8px 0;
color: #ffffff;
font-family: "Open Sans", sans-serif;
}
.info a:hover {
text-decoration: underline;
}
.info a span img {
width: 20px;
}
.info .arrow {
position: absolute;
top: 8px;
font-size: 22px;
}
.info .arrow:hover {
color: #484747;
text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
cursor: pointer;
} | 0.377426 | 0.068756 |
.background {
color: @theme_text_color;
}
window {
box-shadow: 0 0 0 1px @theme_accent_color;
background-color: @theme_background_color;
}
#splash_screen {
background-image: url('res/splash_screen.png');
background-size: 640px 320px;
}
#splash_screen label {
color: #bdbdbd;
}
#splash_screen * {
background: none;
}
#no_result_label {
opacity: 0.5;
}
@keyframes spin {
to {
-gtk-icon-transform: rotate(1turn) scale(0.057, 0.5);
}
}
spinner {
-gtk-icon-source: url('/home/nathanreiner/Dokumente/C++/LibreTextus/data/res/spinner.svg');
-gtk-icon-transform: rotate(0turn) scale(0.057, 0.5);
animation-name: spin;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
#search_entry {
border-radius: 0px;
padding: 10px;
color: @theme_text_color;
background-color: @theme_text_background_color;
}
#search_entry entry.search {
background-color: @theme_text_background_color;
border: none;
}
#search_entry label {
opacity: 0.5;
}
image {
color: @theme_text_color;
opacity: 0.8;
}
image:focus {
color: @theme_text_color;
opacity: 0.8;
}
#search_entry progress {
border-bottom-color: @theme_highlight_color;
border-bottom-width: 5px;
margin: -10px;
margin-left: -86px;
margin-right: -8em;
}
box, .combo, menu, menubar, entry, spinbutton, button, popover {
background-color: @theme_background_color;
color: @theme_text_color;
border-color: @theme_accent_color;
border-width: 1px;
box-shadow: none;
text-shadow: none;
text-decoration: none;
background-image: none;
-gtk-icon-shadow: none;
}
button:active {
background-color: @theme_accent_color;
}
menuitem:hover {
background-color: @theme_highlight_color;
color: @theme_text_color;
}
scrollbar {
background-color: @theme_background_color;
}
text, #text_view, #verse_box {
color: @theme_text_color;
background-color: @theme_text_background_color;
}
#verse_box, #active_verse {
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
}
#active_verse {
background-color: @theme_text_background_color;
border-left-width: 4px;
border-left-style: solid;
border-left-color: @theme_background_color;
}
#text_view:focus #active_verse {
border-color: @theme_highlight_color;
}
#notebook {
background-color: @theme_text_background_color;
}
#notebook #text_view {
font-family: monospace;
}
#notebook #status {
background-color: @theme_background_color;
padding: 10px 10px 10px 10px;
}
#add_button, #close_button, #remove_button {
background-color: @theme_background_color;
background-position: center;
background-repeat: no-repeat;
color: @theme_text_color;
box-shadow: none;
border: none;
padding: 0;
margin: 0px 0px 0px 10px;
opacity: 0.8;
}
#add_button:hover, #close_button:hover, #remove_button:hover {
opacity: 1;
}
#add_button:active, #close_button:active, #remove_button:active {
background-color: @theme_background_color;
}
#grammar_view {
margin: 0;
padding: 0;
border-top-width: 1px;
border-top-style: solid;
border-top-color: @theme_accent_color;
}
#grammar_sub_view {
padding: 0px 10px 0px 10px;
margin: 10px 0px 10px 0px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: @theme_accent_color;
}
#grammar_view label {
margin-top: 2px;
margin-bottom: 2px;
}
selection {
background-color: @theme_highlight_color;
}
separator {
background-color: @theme_accent_color;
}
paned separator {
background-color: @theme_accent_color;
}
#note_toggle:checked check {
-gtk-icon-source: -gtk-gradient (radial,
center center, 0,
center center, 1,
color-stop(0.25, @theme_highlight_color),
color-stop(0.25, @theme_text_background_color)
);
box-shadow: none;
background-image: none;
border: none;
}
#note_toggle check {
-gtk-icon-source: -gtk-gradient (radial,
center center, 0,
center center, 1,
color-stop(0.25, @theme_background_color),
color-stop(0.25, @theme_text_background_color)
);
margin-top: 2px;
box-shadow: none;
background-image: none;
border: none;
-gtk-icon-shadow: none;
}
#note_toggle:active check {
box-shadow: none;
background-image: none;
border-radius: 10px;
background-color: @theme_background_color;
border: none;
}
#note_toggle:active {
border: none;
}
#note_header {
padding: 10px 10px 10px 10px;
}
#note_text_control {
background-color: @theme_background_color;
margin-left: 5px;
margin-right: 5px;
border-width: 0px;
opacity: 0.5;
}
#note_text_control:active {
background-color: @theme_background_color;
}
#note_text_control:checked {
opacity: 1;
}
#note_header_title {
margin-right: 40px;
}
#history_button {
background-color: @theme_text_background_color;
color: @theme_text_color;
}
#history_button * {
background-color: @theme_text_background_color;
}
#history_button button {
background-position: center;
background-repeat: no-repeat;
box-shadow: none;
border: none;
padding: 0;
margin: 0px 5px 0px 5px;
opacity: 0.8;
}
#history_button button:hover {
opacity: 1;
}
treeview, list, row {
background-color: @theme_background_color;
color: @theme_text_color;
}
/* SETTINGS */
tabs, tab, header {
background-color: @theme_text_background_color;
color: @theme_text_color;
border-width: 0px;
}
tab {
padding: 5px;
box-shadow: none;
}
tab label {
font-style: normal;
font-weight: normal;
}
stack, tab:checked {
background-color: @theme_background_color;
border-width: 0px;
color: @theme_text_color;
}
stack {
margin: 10px;
}
tab:hover {
background-color: @theme_highlight_color;
}
notebook {
border-width: 0px;
background-color: @theme_background_color;
}
checkbutton check {
border: none;
box-shadow: none;
background-color: @theme_background_color;
background-image: none;
font-weight: 300;
color: @theme_text_color;
}
spinbutton entry {
border-radius: 5px;
}
#preferences_element, #preferences_book_list {
padding: 5px;
margin: 5px;
}
#preferences_book_list {
border-top: 1px solid @theme_text_background_color;
border-bottom: 1px solid @theme_text_background_color;
} | data/template.css | .background {
color: @theme_text_color;
}
window {
box-shadow: 0 0 0 1px @theme_accent_color;
background-color: @theme_background_color;
}
#splash_screen {
background-image: url('res/splash_screen.png');
background-size: 640px 320px;
}
#splash_screen label {
color: #bdbdbd;
}
#splash_screen * {
background: none;
}
#no_result_label {
opacity: 0.5;
}
@keyframes spin {
to {
-gtk-icon-transform: rotate(1turn) scale(0.057, 0.5);
}
}
spinner {
-gtk-icon-source: url('/home/nathanreiner/Dokumente/C++/LibreTextus/data/res/spinner.svg');
-gtk-icon-transform: rotate(0turn) scale(0.057, 0.5);
animation-name: spin;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
#search_entry {
border-radius: 0px;
padding: 10px;
color: @theme_text_color;
background-color: @theme_text_background_color;
}
#search_entry entry.search {
background-color: @theme_text_background_color;
border: none;
}
#search_entry label {
opacity: 0.5;
}
image {
color: @theme_text_color;
opacity: 0.8;
}
image:focus {
color: @theme_text_color;
opacity: 0.8;
}
#search_entry progress {
border-bottom-color: @theme_highlight_color;
border-bottom-width: 5px;
margin: -10px;
margin-left: -86px;
margin-right: -8em;
}
box, .combo, menu, menubar, entry, spinbutton, button, popover {
background-color: @theme_background_color;
color: @theme_text_color;
border-color: @theme_accent_color;
border-width: 1px;
box-shadow: none;
text-shadow: none;
text-decoration: none;
background-image: none;
-gtk-icon-shadow: none;
}
button:active {
background-color: @theme_accent_color;
}
menuitem:hover {
background-color: @theme_highlight_color;
color: @theme_text_color;
}
scrollbar {
background-color: @theme_background_color;
}
text, #text_view, #verse_box {
color: @theme_text_color;
background-color: @theme_text_background_color;
}
#verse_box, #active_verse {
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
}
#active_verse {
background-color: @theme_text_background_color;
border-left-width: 4px;
border-left-style: solid;
border-left-color: @theme_background_color;
}
#text_view:focus #active_verse {
border-color: @theme_highlight_color;
}
#notebook {
background-color: @theme_text_background_color;
}
#notebook #text_view {
font-family: monospace;
}
#notebook #status {
background-color: @theme_background_color;
padding: 10px 10px 10px 10px;
}
#add_button, #close_button, #remove_button {
background-color: @theme_background_color;
background-position: center;
background-repeat: no-repeat;
color: @theme_text_color;
box-shadow: none;
border: none;
padding: 0;
margin: 0px 0px 0px 10px;
opacity: 0.8;
}
#add_button:hover, #close_button:hover, #remove_button:hover {
opacity: 1;
}
#add_button:active, #close_button:active, #remove_button:active {
background-color: @theme_background_color;
}
#grammar_view {
margin: 0;
padding: 0;
border-top-width: 1px;
border-top-style: solid;
border-top-color: @theme_accent_color;
}
#grammar_sub_view {
padding: 0px 10px 0px 10px;
margin: 10px 0px 10px 0px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: @theme_accent_color;
}
#grammar_view label {
margin-top: 2px;
margin-bottom: 2px;
}
selection {
background-color: @theme_highlight_color;
}
separator {
background-color: @theme_accent_color;
}
paned separator {
background-color: @theme_accent_color;
}
#note_toggle:checked check {
-gtk-icon-source: -gtk-gradient (radial,
center center, 0,
center center, 1,
color-stop(0.25, @theme_highlight_color),
color-stop(0.25, @theme_text_background_color)
);
box-shadow: none;
background-image: none;
border: none;
}
#note_toggle check {
-gtk-icon-source: -gtk-gradient (radial,
center center, 0,
center center, 1,
color-stop(0.25, @theme_background_color),
color-stop(0.25, @theme_text_background_color)
);
margin-top: 2px;
box-shadow: none;
background-image: none;
border: none;
-gtk-icon-shadow: none;
}
#note_toggle:active check {
box-shadow: none;
background-image: none;
border-radius: 10px;
background-color: @theme_background_color;
border: none;
}
#note_toggle:active {
border: none;
}
#note_header {
padding: 10px 10px 10px 10px;
}
#note_text_control {
background-color: @theme_background_color;
margin-left: 5px;
margin-right: 5px;
border-width: 0px;
opacity: 0.5;
}
#note_text_control:active {
background-color: @theme_background_color;
}
#note_text_control:checked {
opacity: 1;
}
#note_header_title {
margin-right: 40px;
}
#history_button {
background-color: @theme_text_background_color;
color: @theme_text_color;
}
#history_button * {
background-color: @theme_text_background_color;
}
#history_button button {
background-position: center;
background-repeat: no-repeat;
box-shadow: none;
border: none;
padding: 0;
margin: 0px 5px 0px 5px;
opacity: 0.8;
}
#history_button button:hover {
opacity: 1;
}
treeview, list, row {
background-color: @theme_background_color;
color: @theme_text_color;
}
/* SETTINGS */
tabs, tab, header {
background-color: @theme_text_background_color;
color: @theme_text_color;
border-width: 0px;
}
tab {
padding: 5px;
box-shadow: none;
}
tab label {
font-style: normal;
font-weight: normal;
}
stack, tab:checked {
background-color: @theme_background_color;
border-width: 0px;
color: @theme_text_color;
}
stack {
margin: 10px;
}
tab:hover {
background-color: @theme_highlight_color;
}
notebook {
border-width: 0px;
background-color: @theme_background_color;
}
checkbutton check {
border: none;
box-shadow: none;
background-color: @theme_background_color;
background-image: none;
font-weight: 300;
color: @theme_text_color;
}
spinbutton entry {
border-radius: 5px;
}
#preferences_element, #preferences_book_list {
padding: 5px;
margin: 5px;
}
#preferences_book_list {
border-top: 1px solid @theme_text_background_color;
border-bottom: 1px solid @theme_text_background_color;
} | 0.37777 | 0.062189 |
.container {
-moz-box-sizing: border-box;
margin-left: auto;
margin-right: auto;
}
.container:before, .container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
.pagehead {
/*border-bottom: 1px solid $border-color;*/
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
}
.bubble {
padding: 3px;
background: none repeat scroll 0% 0% #eeeeee;
border-radius: 3px 3px 3px 3px;
}
.bubble-inner {
border: 1px solid #cccccc;
background-color: white;
}
.bubble-inner .meta {
padding: 10px 0px 10px 0px;
border-bottom: 1px solid #cccccc;
text-shadow: 0px 1px 0px white;
background-color: #f8f8f8;
background-image: linear-gradient(#fefefe, #f8f8f8);
background-repeat: repeat-x;
}
.balance-status {
color: red;
}
.meta-left h3 {
display: inline;
}
.collapse-header {
padding: .75em;
background: rgb(245, 245, 245);
border: none;
cursor: pointer;
}
.collapse-header:hover span, .collapse-header:active span {
color: silver;
}
.collapse-header:hover, .collapse-header:active {
background: #efefef !important;
}
.collapse-header span {
margin-left: 1em;
}
.collapse-header h4 {
display: inline;
padding-left: .5em;
}
.collapse-content {
border: none !important;
}
.vmiddle {
vertical-align: middle;
}
.center {
float: none;
margin-left: auto;
margin-right: auto;
}
.img-link {
/* remove outline for Firefox */
outline: none;
-moz-outline-style: none;
}
.img-link:focus {
/* remove outline for Firefox */
outline: none;
-moz-outline-style: none;
}
.pointer {
cursor: pointer;
}
.img-center {
display: block;
margin-left: auto;
margin-right: auto;
}
.header-end {
clear: both;
}
.center {
text-align: center;
}
.word-wrap {
-moz-hyphens: auto;
word-wrap: break-word;
}
.unselectable {
-webkit-user-select: none;
/* Chrome all / Safari all */
-moz-user-select: none;
/* Firefox all */
-ms-user-select: none;
/* IE 10+ */
/* No support for these yet, use at own risk */
-o-user-select: none;
user-select: none;
}
.display-none {
display: none;
}
/* Colors */
/* Font Sizes */
/* Borders */
/* Buttons */
/* Distances */
table {
border-collapse: separate;
}
/* CSS Bootstrap Div Table */
/* Layout */
.bootstrap-table {
position: relative;
}
.row {
overflow: hidden;
position: relative;
margin: 0px !important;
}
.row-cell {
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
}
/* Style */
.bootstrap-table {
border-bottom: 1px solid #CCCCCC;
}
.row-border {
border-top: 1px solid #CCCCCC;
}
.row-cell {
border-left: 1px solid #CCCCCC;
}
.last-row {
border-bottom: 1px solid #CCCCCC;
}
.last-cell {
border-right: 1px solid #CCCCCC;
}
.matrix-table-legend {
border: 3px double #ccc;
padding: 0.5em;
font-size: 12px;
}
.matrix-table-legend-dt {
font-weight: bold;
color: green;
}
.matrix-table-legend-dt:after {
content: ":";
}
.indicator-cell {
position: relative;
}
.indicator-cell a {
text-decoration: none;
color: inherit;
}
.indicator-title {
font-weight: bold;
}
.indicator-description {
font-size: 12px;
padding-bottom: 20px;
}
.indicator-points {
position: absolute;
right: 0;
bottom: 0;
padding: 0px 5px;
color: #cccb98;
font-weight: bold;
}
.indicator-points-postfix-percent {
padding: 4px;
background: #f5f5f5;
border-left: none;
}
.no-sole-proprietorship.active .indicator-title {
color: #cccccc;
}
.no-sole-proprietorship.active .indicator-points {
visibility: hidden;
}
.negative-container {
margin-bottom: 15px;
}
.negative-content {
font-size: 12px;
color: #7b7c7f;
-moz-hyphens: auto;
word-wrap: break-word;
}
.negative-points {
float: right;
margin-left: 10px;
color: #de6b3c;
font-weight: bold;
}
/* CSS Div Table */
.dtable {
display: table;
width: 100%;
background-color: #FFFFFF;
}
.dtable-row {
display: table-row;
}
.dheader-style {
text-align: left;
font-weight: bold;
font-size: 14px;
text-shadow: 0px 1px 0px #FFFFFF;
background-color: #f8f8f8;
background-image: linear-gradient(#fefefe, #f8f8f8);
background-repeat: repeat-x;
}
.dheader-style-border-l {
border-left: 1px solid #E5E5E5;
}
.dtable-cell {
display: table-cell;
vertical-align: top;
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
padding: 4px 6px;
}
.dtable-last-cell {
border-right: none;
}
.col-1-6 {
width: 16.66667%;
}
.col-5-6 {
width: 83.33334%;
}
/* Indicator Pages */
.indicator-page-header {
margin-bottom: 30px;
}
.indicator-page-title {
margin-bottom: 5px;
font-weight: bold;
}
.indicator-table-legend {
padding-bottom: 10px;
}
.indicator-table-details {
padding-top: 20px;
}
.basic-level-bg {
background-color: #e8b809;
}
.subindicator-header {
border-top: 4px solid #d8d8d8 !important;
}
.basic-level-header {
border-top: 4px solid #e8b809 !important;
}
.basic-level-bg {
background-color: #e8b809;
}
.basic-level-bg-text {
background-color: #e8b809;
color: #5c5c5c;
}
.advanced-level-header {
border-top: 4px solid #fff101 !important;
}
.advanced-level-bg {
background-color: #fff101;
}
.advanced-level-bg-text {
background-color: #fff101;
color: #5c5c5c;
}
.experienced-level-header {
border-top: 4px solid #a3cf9a !important;
}
.experienced-level-bg {
background-color: #a3cf9a;
}
.experienced-level-bg-text {
background-color: #a3cf9a;
color: white;
}
.model-level-header {
border-top: 4px solid #40ae49 !important;
}
.model-level-bg {
background-color: #40ae49;
}
.model-level-bg-text {
background-color: #40ae49;
color: white;
}
.meta-indicator-title {
font-size: 30px;
}
.indicator-editor-container {
margin-top: 30px;
}
.bubble-contents > .cke_textarea_inline {
border: none;
margin-top: 42px;
}
.company-balance-indicator-slider {
width: 165px;
padding-right: 25px;
}
.company-balance-indicator-slider .form-control:focus {
border-color: #CCCCCC;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.075);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.075);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
/* Chrome- and Safari-specific CSS here*/
.company-balance-indicator-slider .form-control {
height: auto;
}
}
.container-page {
width: 100%;
padding-left: 0px;
padding-right: 0px;
}
.container-header {
padding-bottom: 25px;
margin-bottom: 15px;
border-bottom: 1px solid #E5E5E5;
}
.container-header {
text-align: center;
}
.cke_editable {
padding: 1px 10px 1px 10px;
}
.back-to-matrix {
float: left;
display: inline-block;
}
/* GENERAL - Start */
.divcontainer:before,
.divcontainer:after {
content: "";
display: table;
}
.divcontainer:after {
clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.divcontainer {
zoom: 1;
}
/* end -------------- */
.page-wrapper {
padding: 0px 30px 5% 30px;
}
#header-container {
margin-bottom: 45px;
}
.main-page-introtext {
padding-bottom: 50px;
}
.main-page-container-link-title {
font-size: 4rem;
}
.main-page-container-link :hover {
text-decoration: none;
}
.main-page-container-link-description,
.main-page-container-link-description:hover {
color: #666666;
}
.whitebg {
background-color: #fefefe;
}
@media screen and (min-width: 1200px) {
.container {
max-width: none;
}
}
#footer-container {
clear: both;
float: right;
padding: 200px 0px 30px 0px;
color: #cccccc;
}
#footer-contents > a {
color: #99cccc;
}
.clear-both {
clear: both;
}
/* Action */
.ind-trigger {
cursor: pointer;
}
/* NEW STYLES */
.ecg-balance-header {
max-width: 400px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
}
.ecg-balance-header__company {
padding: 10px 0;
}
.company-detail-link {
display: block;
}
#ecg-matrix-container {
padding-bottom: 50px;
}
.company-balance-header {
font-size: 2.2em;
}
.company-balance-indicator-points {
padding-top: 5px;
padding-right: 20px;
}
.company-balance-indicator-relevance {
padding-top: 5px;
color: #a2a2a2;
}
.company-balance-indicator-text {
padding: 10px;
}
.company-balance-indicator-keyfigures {
border-top: 1px solid #d8d8d8;
}
.feedback-container {
margin-top: 30px;
}
@media (min-width: 979px) {
.save-button-container.affix-top {
position: static;
margin-top: 25px;
width: 228px;
}
.save-button-container.affix {
position: fixed;
top: 25px;
width: 228px;
}
}
.affix, .affix-top {
position: static;
}
#id_start_date_0, #id_start_date_1,
#id_end_date_0, #id_end_date_1 {
width: 50%;
display: inline-block;
}
.error {
border: 1px solid red !important;
} | ecg_balancing/static/ecg_balancing/css/company_balance.css | .container {
-moz-box-sizing: border-box;
margin-left: auto;
margin-right: auto;
}
.container:before, .container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
.pagehead {
/*border-bottom: 1px solid $border-color;*/
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
}
.bubble {
padding: 3px;
background: none repeat scroll 0% 0% #eeeeee;
border-radius: 3px 3px 3px 3px;
}
.bubble-inner {
border: 1px solid #cccccc;
background-color: white;
}
.bubble-inner .meta {
padding: 10px 0px 10px 0px;
border-bottom: 1px solid #cccccc;
text-shadow: 0px 1px 0px white;
background-color: #f8f8f8;
background-image: linear-gradient(#fefefe, #f8f8f8);
background-repeat: repeat-x;
}
.balance-status {
color: red;
}
.meta-left h3 {
display: inline;
}
.collapse-header {
padding: .75em;
background: rgb(245, 245, 245);
border: none;
cursor: pointer;
}
.collapse-header:hover span, .collapse-header:active span {
color: silver;
}
.collapse-header:hover, .collapse-header:active {
background: #efefef !important;
}
.collapse-header span {
margin-left: 1em;
}
.collapse-header h4 {
display: inline;
padding-left: .5em;
}
.collapse-content {
border: none !important;
}
.vmiddle {
vertical-align: middle;
}
.center {
float: none;
margin-left: auto;
margin-right: auto;
}
.img-link {
/* remove outline for Firefox */
outline: none;
-moz-outline-style: none;
}
.img-link:focus {
/* remove outline for Firefox */
outline: none;
-moz-outline-style: none;
}
.pointer {
cursor: pointer;
}
.img-center {
display: block;
margin-left: auto;
margin-right: auto;
}
.header-end {
clear: both;
}
.center {
text-align: center;
}
.word-wrap {
-moz-hyphens: auto;
word-wrap: break-word;
}
.unselectable {
-webkit-user-select: none;
/* Chrome all / Safari all */
-moz-user-select: none;
/* Firefox all */
-ms-user-select: none;
/* IE 10+ */
/* No support for these yet, use at own risk */
-o-user-select: none;
user-select: none;
}
.display-none {
display: none;
}
/* Colors */
/* Font Sizes */
/* Borders */
/* Buttons */
/* Distances */
table {
border-collapse: separate;
}
/* CSS Bootstrap Div Table */
/* Layout */
.bootstrap-table {
position: relative;
}
.row {
overflow: hidden;
position: relative;
margin: 0px !important;
}
.row-cell {
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
}
/* Style */
.bootstrap-table {
border-bottom: 1px solid #CCCCCC;
}
.row-border {
border-top: 1px solid #CCCCCC;
}
.row-cell {
border-left: 1px solid #CCCCCC;
}
.last-row {
border-bottom: 1px solid #CCCCCC;
}
.last-cell {
border-right: 1px solid #CCCCCC;
}
.matrix-table-legend {
border: 3px double #ccc;
padding: 0.5em;
font-size: 12px;
}
.matrix-table-legend-dt {
font-weight: bold;
color: green;
}
.matrix-table-legend-dt:after {
content: ":";
}
.indicator-cell {
position: relative;
}
.indicator-cell a {
text-decoration: none;
color: inherit;
}
.indicator-title {
font-weight: bold;
}
.indicator-description {
font-size: 12px;
padding-bottom: 20px;
}
.indicator-points {
position: absolute;
right: 0;
bottom: 0;
padding: 0px 5px;
color: #cccb98;
font-weight: bold;
}
.indicator-points-postfix-percent {
padding: 4px;
background: #f5f5f5;
border-left: none;
}
.no-sole-proprietorship.active .indicator-title {
color: #cccccc;
}
.no-sole-proprietorship.active .indicator-points {
visibility: hidden;
}
.negative-container {
margin-bottom: 15px;
}
.negative-content {
font-size: 12px;
color: #7b7c7f;
-moz-hyphens: auto;
word-wrap: break-word;
}
.negative-points {
float: right;
margin-left: 10px;
color: #de6b3c;
font-weight: bold;
}
/* CSS Div Table */
.dtable {
display: table;
width: 100%;
background-color: #FFFFFF;
}
.dtable-row {
display: table-row;
}
.dheader-style {
text-align: left;
font-weight: bold;
font-size: 14px;
text-shadow: 0px 1px 0px #FFFFFF;
background-color: #f8f8f8;
background-image: linear-gradient(#fefefe, #f8f8f8);
background-repeat: repeat-x;
}
.dheader-style-border-l {
border-left: 1px solid #E5E5E5;
}
.dtable-cell {
display: table-cell;
vertical-align: top;
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
padding: 4px 6px;
}
.dtable-last-cell {
border-right: none;
}
.col-1-6 {
width: 16.66667%;
}
.col-5-6 {
width: 83.33334%;
}
/* Indicator Pages */
.indicator-page-header {
margin-bottom: 30px;
}
.indicator-page-title {
margin-bottom: 5px;
font-weight: bold;
}
.indicator-table-legend {
padding-bottom: 10px;
}
.indicator-table-details {
padding-top: 20px;
}
.basic-level-bg {
background-color: #e8b809;
}
.subindicator-header {
border-top: 4px solid #d8d8d8 !important;
}
.basic-level-header {
border-top: 4px solid #e8b809 !important;
}
.basic-level-bg {
background-color: #e8b809;
}
.basic-level-bg-text {
background-color: #e8b809;
color: #5c5c5c;
}
.advanced-level-header {
border-top: 4px solid #fff101 !important;
}
.advanced-level-bg {
background-color: #fff101;
}
.advanced-level-bg-text {
background-color: #fff101;
color: #5c5c5c;
}
.experienced-level-header {
border-top: 4px solid #a3cf9a !important;
}
.experienced-level-bg {
background-color: #a3cf9a;
}
.experienced-level-bg-text {
background-color: #a3cf9a;
color: white;
}
.model-level-header {
border-top: 4px solid #40ae49 !important;
}
.model-level-bg {
background-color: #40ae49;
}
.model-level-bg-text {
background-color: #40ae49;
color: white;
}
.meta-indicator-title {
font-size: 30px;
}
.indicator-editor-container {
margin-top: 30px;
}
.bubble-contents > .cke_textarea_inline {
border: none;
margin-top: 42px;
}
.company-balance-indicator-slider {
width: 165px;
padding-right: 25px;
}
.company-balance-indicator-slider .form-control:focus {
border-color: #CCCCCC;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.075);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.075);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
/* Chrome- and Safari-specific CSS here*/
.company-balance-indicator-slider .form-control {
height: auto;
}
}
.container-page {
width: 100%;
padding-left: 0px;
padding-right: 0px;
}
.container-header {
padding-bottom: 25px;
margin-bottom: 15px;
border-bottom: 1px solid #E5E5E5;
}
.container-header {
text-align: center;
}
.cke_editable {
padding: 1px 10px 1px 10px;
}
.back-to-matrix {
float: left;
display: inline-block;
}
/* GENERAL - Start */
.divcontainer:before,
.divcontainer:after {
content: "";
display: table;
}
.divcontainer:after {
clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.divcontainer {
zoom: 1;
}
/* end -------------- */
.page-wrapper {
padding: 0px 30px 5% 30px;
}
#header-container {
margin-bottom: 45px;
}
.main-page-introtext {
padding-bottom: 50px;
}
.main-page-container-link-title {
font-size: 4rem;
}
.main-page-container-link :hover {
text-decoration: none;
}
.main-page-container-link-description,
.main-page-container-link-description:hover {
color: #666666;
}
.whitebg {
background-color: #fefefe;
}
@media screen and (min-width: 1200px) {
.container {
max-width: none;
}
}
#footer-container {
clear: both;
float: right;
padding: 200px 0px 30px 0px;
color: #cccccc;
}
#footer-contents > a {
color: #99cccc;
}
.clear-both {
clear: both;
}
/* Action */
.ind-trigger {
cursor: pointer;
}
/* NEW STYLES */
.ecg-balance-header {
max-width: 400px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
}
.ecg-balance-header__company {
padding: 10px 0;
}
.company-detail-link {
display: block;
}
#ecg-matrix-container {
padding-bottom: 50px;
}
.company-balance-header {
font-size: 2.2em;
}
.company-balance-indicator-points {
padding-top: 5px;
padding-right: 20px;
}
.company-balance-indicator-relevance {
padding-top: 5px;
color: #a2a2a2;
}
.company-balance-indicator-text {
padding: 10px;
}
.company-balance-indicator-keyfigures {
border-top: 1px solid #d8d8d8;
}
.feedback-container {
margin-top: 30px;
}
@media (min-width: 979px) {
.save-button-container.affix-top {
position: static;
margin-top: 25px;
width: 228px;
}
.save-button-container.affix {
position: fixed;
top: 25px;
width: 228px;
}
}
.affix, .affix-top {
position: static;
}
#id_start_date_0, #id_start_date_1,
#id_end_date_0, #id_end_date_1 {
width: 50%;
display: inline-block;
}
.error {
border: 1px solid red !important;
} | 0.394784 | 0.07208 |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: url('fonts/roboto/roboto-v19-latin-100.eot'); /* IE9 Compat Modes */
src: local('Roboto Thin'), local('Roboto-Thin'),
url('fonts/roboto/roboto-v19-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/roboto/roboto-v19-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/roboto/roboto-v19-latin-100.woff') format('woff'), /* Modern Browsers */
url('fonts/roboto/roboto-v19-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/roboto/roboto-v19-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url('fonts/roboto/roboto-v19-latin-300.eot'); /* IE9 Compat Modes */
src: local('Roboto Light'), local('Roboto-Light'),
url('fonts/roboto/roboto-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/roboto/roboto-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/roboto/roboto-v19-latin-300.woff') format('woff'), /* Modern Browsers */
url('fonts/roboto/roboto-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/roboto/roboto-v19-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('fonts/roboto/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Roboto'), local('Roboto-Regular'),
url('fonts/roboto/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/roboto/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/roboto/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
url('fonts/roboto/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/roboto/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
} | public/roboto.css | @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: url('fonts/roboto/roboto-v19-latin-100.eot'); /* IE9 Compat Modes */
src: local('Roboto Thin'), local('Roboto-Thin'),
url('fonts/roboto/roboto-v19-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/roboto/roboto-v19-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/roboto/roboto-v19-latin-100.woff') format('woff'), /* Modern Browsers */
url('fonts/roboto/roboto-v19-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/roboto/roboto-v19-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url('fonts/roboto/roboto-v19-latin-300.eot'); /* IE9 Compat Modes */
src: local('Roboto Light'), local('Roboto-Light'),
url('fonts/roboto/roboto-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/roboto/roboto-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/roboto/roboto-v19-latin-300.woff') format('woff'), /* Modern Browsers */
url('fonts/roboto/roboto-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/roboto/roboto-v19-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('fonts/roboto/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Roboto'), local('Roboto-Regular'),
url('fonts/roboto/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/roboto/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/roboto/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
url('fonts/roboto/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/roboto/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
} | 0.181155 | 0.045163 |
body {
background-color: white;
color:black;
padding: 0;
margin: 0;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
/* Not stolen but created for free(some version of free) */
#notStolenLogo {
max-width: 200px;
max-height: 150px;
}
#welcome {
display: flex;
color: white;
font-size: 24px;
padding: 30px;
justify-content: center;
align-content: center;
background-image: url('../../planeOverWater.png');
background-repeat: no-repeat;
background-size: cover;
}
#welcome p {
font-size: 40px;
font-style: italic;
}
#welcome > * {
flex-basis: 50%;
}
.center {
text-align: center;
font-size: large;
font-family: fantasy, Arial, Helvetica, sans-serif
}
[type="date"] {
background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}
[type="date"]::-webkit-inner-spin-button {
display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
opacity: 0;
}
/* custom styles */
label {
display: block;
}
input {
border: 1px solid #c4c4c4;
border-radius: 5px;
background-color: #fff;
padding: 3px 5px;
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
width: 190px;
}
#confirmationList {
list-style: none
}
nav {
/* text-align: center; */
padding: 20px;
margin: 0;
}
nav a {
padding-right: 20px;
text-decoration: none;
padding-top: inherit;
float: right;
}
nav a:hover {
font-weight: bold;
}
.center {
font-size: 28px;
}
/* custom button with hover over effect */
#bookNow {
float: right;
display: none;
padding: 15px 40px;
margin-right: 50px;
border-radius:2em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
font-size: 20px;;
color:#FFFFFF;
background-color:#4eb5f1;
text-align:center;
transition: all 0.2s;
}
#bookNow:hover{
background-color:#4095c6;
}
/* weather widget is hidden by default and shown based on location selected plus next 3 day forecast */
.weatherHide {
display: none;
}
.weatherShow {
padding: 20px;
display: block;
}
#weatherWidget {
display: flex;
justify-content: flex-start;
}
#weatherInfo p {
margin-top: 60px;
font-size: 18px;
}
#weatherInfo {
display: none;
}
#superLowFares {
color: white;
float: right;
margin-bottom: 50px;
font-size: 40px;
font-style: italic;
}
#destination_dropdown {
margin-bottom: 15px;
}
#rightWelcome {
text-align: right;
}
/* Lot of styling to get the information to display correctly for different resolutions, used flex instead of float */
/* Monthly Specials Section */
#londonImg, #cancunImg, #parisImg, #berlinImg {
width: 100%;
display: block;
margin-left: auto;
margin-right: auto
}
#specials {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
width: 60%;
}
#specials > div > div {
display: flex;
}
#specials > div > div > h2 {
flex: 1 0 auto;
}
#specials > div > div > p {
flex: 0 1 auto;
padding-left: 15em;
} | src/css/main.css | body {
background-color: white;
color:black;
padding: 0;
margin: 0;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
/* Not stolen but created for free(some version of free) */
#notStolenLogo {
max-width: 200px;
max-height: 150px;
}
#welcome {
display: flex;
color: white;
font-size: 24px;
padding: 30px;
justify-content: center;
align-content: center;
background-image: url('../../planeOverWater.png');
background-repeat: no-repeat;
background-size: cover;
}
#welcome p {
font-size: 40px;
font-style: italic;
}
#welcome > * {
flex-basis: 50%;
}
.center {
text-align: center;
font-size: large;
font-family: fantasy, Arial, Helvetica, sans-serif
}
[type="date"] {
background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}
[type="date"]::-webkit-inner-spin-button {
display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
opacity: 0;
}
/* custom styles */
label {
display: block;
}
input {
border: 1px solid #c4c4c4;
border-radius: 5px;
background-color: #fff;
padding: 3px 5px;
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
width: 190px;
}
#confirmationList {
list-style: none
}
nav {
/* text-align: center; */
padding: 20px;
margin: 0;
}
nav a {
padding-right: 20px;
text-decoration: none;
padding-top: inherit;
float: right;
}
nav a:hover {
font-weight: bold;
}
.center {
font-size: 28px;
}
/* custom button with hover over effect */
#bookNow {
float: right;
display: none;
padding: 15px 40px;
margin-right: 50px;
border-radius:2em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
font-size: 20px;;
color:#FFFFFF;
background-color:#4eb5f1;
text-align:center;
transition: all 0.2s;
}
#bookNow:hover{
background-color:#4095c6;
}
/* weather widget is hidden by default and shown based on location selected plus next 3 day forecast */
.weatherHide {
display: none;
}
.weatherShow {
padding: 20px;
display: block;
}
#weatherWidget {
display: flex;
justify-content: flex-start;
}
#weatherInfo p {
margin-top: 60px;
font-size: 18px;
}
#weatherInfo {
display: none;
}
#superLowFares {
color: white;
float: right;
margin-bottom: 50px;
font-size: 40px;
font-style: italic;
}
#destination_dropdown {
margin-bottom: 15px;
}
#rightWelcome {
text-align: right;
}
/* Lot of styling to get the information to display correctly for different resolutions, used flex instead of float */
/* Monthly Specials Section */
#londonImg, #cancunImg, #parisImg, #berlinImg {
width: 100%;
display: block;
margin-left: auto;
margin-right: auto
}
#specials {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
width: 60%;
}
#specials > div > div {
display: flex;
}
#specials > div > div > h2 {
flex: 1 0 auto;
}
#specials > div > div > p {
flex: 0 1 auto;
padding-left: 15em;
} | 0.503174 | 0.11004 |
html, body {
height: 100%;
color: #484948;
}
body {
background-color: #fff;
overflow-x: hidden;
}
hr {
border-bottom: 0px;
border-top: 1px solid #444;
width: 100%;
margin: 20px auto;
}
code {
white-space: normal;
}
.container {
width: 100%;
max-width: 720px;
margin: 0 auto;
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
margin: 0 auto -30px;
}
/* Set the fixed height of the footer here */
#push, #footer {
height: 30px;
}
#frame {
border-top: 7px solid #484948;
}
.alert {
text-align: center;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
margin-bottom: 0px;
}
#action-bar .btn {
padding: 8px;
height: 18px;
width: 18px;
}
.brand {
font-size: 28px;
}
.btn {
position: relative;
top: 0px;
background-color: #484948;
box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
}
.btn:active {
top: 1px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-primary {
background-color: #F67100;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
background-color: #F59745;
}
.btn:hover, .btn:focus, .btn:active {
background-color: #7F8281;
}
.btn:focus {
outline: 0px !important;
-webkit-appearance:none;
}
#action-bar i {
color: white;
line-height: 18px;
}
.no-margin {
margin-left: 0px !important;
}
#action-bar {
margin-top: 14px;
margin-bottom: 14px;
}
ul#story-list, ul#feed-list {
list-style-type: none;
margin-left: 0px;
}
li.story, li.feed {
margin-bottom: 7px;
background-color: white;
border-radius: 5px;
border: 3px solid white;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
transform: rotate(0);
color: #484948;
}
li.story .story-body a, .setup a, .footer-links a {
color: #F67100;
text-decoration: none;
border-bottom: 1px dotted #F67100;
}
li.story .story-body a:hover, .setup a:hover {
color: #F59745;
border-bottom: 1px dotted #F59745;
}
a.btn, a.btn:hover {
border-bottom: 0px;
color: white;
}
li.story.read {
opacity: 0.5;
}
li.story.keepUnread .story-preview {
font-weight: bold;
}
li.story.open {
opacity: 1.0;
}
li.story.open .story-preview {
border-bottom: 2px solid #FAF2E5;
}
.story-preview , .feed-line{
height: 30px;
line-height: 30px;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.tooltip {
white-space: pre-wrap;
}
.blog-title, .feed-title {
text-align: left;
margin-left: 10px;
overflow: hidden;
}
.story-lead {
color: #e5e5e5;
}
.story-published {
margin-left: 20px;
}
.story-keep-unread, .story-starred {
display: inline-block;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-right: 20px;
}
.story-preview .story-starred {
width: 13px;
float: left;
margin-left: 10px;
margin-right: 13px;
}
li.story .icon-star {
color: #F67100;
}
li.story .icon-star-empty {
color: #e5e5e5;
}
.story-body {
margin-left: 20px;
margin-right: 20px;
margin-bottom: 10px;
text-align: left;
}
.story-body h1, .story-body h2, .story-body h3 {
font-family: "Lato", sans-serif;
font-weight: 700;
line-height: 1.6;
}
.story-body h1 {
font-size: 26px;
margin-bottom: 13px;
}
li.story .story-body h1 a {
border: none;
color: #484948;
}
li.story .story-body h1 a:hover {
border: none;
color: #7F8281;
}
li.story.cursor {
border: 3px solid #484948;
}
li.story .story-body-container {
display: none;
}
li.story.open .story-body-container {
display: block;
}
p.story-details {
margin-right: 5px;
overflow: hidden;
}
.story-body h2 {
font-size: 22px;
margin-bottom: 11px;
}
.story-body h3 {
font-size: 16px;
margin-bottom: 8px;
}
.story-body p {
font-size: 16px;
line-height: 1.4;
margin-bottom: 16px;
font-weight: 300;
}
.story-body ul {
list-style-type: disc;
}
.story-body ul, .story-body ol {
margin-bottom: 16px;
}
/* Wordpress hacks */
.story-body img.alignright {
display: block;
float: right;
margin-left: 20px;
}
.story-body img.alignleft {
display: block;
float: left;
margin-right: 20px;
}
.story-body img.aligncenter {
display: block;
}
/* end Wordpress hacks */
.story-actions-container {
border-top: 2px solid #FAF2E5;
height: 28px;
line-height: 30px;
clear: both;
}
.story-actions {
margin-right: 20px;
color: #484948;
}
.story-actions a {
color: #484948;
text-decoration: none;
}
.story-actions a:hover, .story-actions a:focus {
color: #7F8281;
}
li.feed .feed-line {
cursor: default;
}
li.feed .feed-title {
display: inline-block;
margin-left: 0px;
}
li.feed .feed-title a {
color: #484948;
text-decoration: none;
}
li.feed .feed-unread {
font-weight: bold;
}
li.feed .feed-title a:hover {
color: #7F8281;
}
li.feed .feed-title-container {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
li.feed .status {
padding: 8px;
width: 14px;
color: #ddd;
}
li.feed .status.green {
color: #2ECC71;
}
li.feed .status.yellow {
color: #F1C40F;
}
li.feed .status.red {
color: #E74C3C;
}
li.feed .feed-last-updated {
text-align: right;
}
li.feed .last-updated {
font-size: 10px;
}
li.feed .last-updated-time {
width: 100px;
display: inline-block;
}
li.feed .edit-feed {
cursor: pointer;
}
li.feed .edit-feed a {
text-align: right;
padding-left: 3px;
padding-right: 3px;
margin-left: 5px;
color: #000;
}
li.feed .remove-feed {
cursor: pointer;
}
li.feed .remove-feed a {
text-align: center;
padding-left: 3px;
padding-right: 3px;
margin-left: 5px;
color: #C0392B;
}
li.feed .remove-feed a:hover {
color: #E74C3C;
}
#zen {
text-align: center;
}
#zen p {
font-size: 50px;
line-height: 50px;
}
#zen p small {
font-size: 20px;
}
#zen #zero {
font-size: 144px;
}
#zen #gtfo {
color: #F59745;
font-weight: bold;
}
.orange {
color: #F67100;
}
#add-feed-container {
padding-top: 10px;
}
.setup {
width: 350px;
margin: 0 auto;
padding-top: 100px;
}
.setup h1 {
text-align: center;
}
.setup h2 {
text-align: center;
font-size: 18px;
line-height: 22px;
}
.setup p {
text-align: center;
}
.setup .control-group input {
width: 210px;
}
.setup .field-icon {
display: block;
color: #BFC9CA;
font-size: 24px;
position: absolute;
right: 13px;
top: 8px;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.setup .control-group input:focus + .field-icon {
color: #484948;
}
.setup .control-group input:focus ~ .field-label {
color: #484948;
}
.setup .field-label {
display: block;
color: #BFC9CA;
position: absolute;
left: 13px;
top: 10px;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.setup #password, .setup #password-confirmation, .setup #feed-url, .setup #feed-name {
padding-left: 100px;
padding-right: 36px;
}
.setup .control-group {
position: relative;
}
.tutorial-overlay {
font-family: '<NAME>', cursive;
height: 0;
}
.instruction {
font-size: 28px;
line-height: 20px;
position: relative;
}
#mark-all-instruction {
left: -100px;
top: 20px;
background: url("/img/arrow-up-right.png") no-repeat top left 30px;
padding-top: 30px;
}
#refresh-instruction {
left: 50px;
top: 25px;
background: url("/img/arrow-left.png") no-repeat top left 30px;
padding-left: 75px;
}
#feeds-instruction {
top: 28px;
left: 500px;
background: url("/img/arrow-right.png") no-repeat top left 105px;
}
#add-feed-instruction {
top: 27px;
left: 735px;
background: url("/img/arrow-up-left.png") no-repeat top left;
padding-top: 30px;
}
#story-instruction {
left: 200px;
top: 190px;
background: url("/img/arrow-right-up.png") no-repeat top left 150px;
padding-top: 10px;
}
.center {
text-align: center;
}
.footer-links {
margin-left: 0px;
}
.footer-links li {
display: inline;
padding: 0 2px;
}
kbd {
padding: 0.1em 0.6em;
border: 1px solid #CCC;
font-family: Arial,Helvetica,sans-serif;
color: #333;
-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #FFF inset;
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #FFF inset;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: inline-block;
margin: 0 0.1em;
text-shadow: 0 1px 0 #FFF;
line-height: 1.4;
white-space: nowrap;
}
#shortcuts .modal-body {
max-height: 500px;
}
ul.shortcut-legend li {
margin-bottom: 10px;
}
li.blank {
list-style-type: none;
height: 20px;
}
#zen a {
color: #F59745;
font-size: 14px;
border-bottom: 1px dotted #F59745;
text-decoration: none;
}
#zen .view-all {
line-height: 18px;
}
#pagination {
text-align: center;
}
#pagination a {
color: #F67100;
border-bottom: 1px dotted #F59745;
text-decoration: none;
margin: 0 7px;
}
#feed-title {
margin-bottom: 10px;
font-size: 28px;
text-align: center;
} | app/public/css/styles.css | html, body {
height: 100%;
color: #484948;
}
body {
background-color: #fff;
overflow-x: hidden;
}
hr {
border-bottom: 0px;
border-top: 1px solid #444;
width: 100%;
margin: 20px auto;
}
code {
white-space: normal;
}
.container {
width: 100%;
max-width: 720px;
margin: 0 auto;
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
margin: 0 auto -30px;
}
/* Set the fixed height of the footer here */
#push, #footer {
height: 30px;
}
#frame {
border-top: 7px solid #484948;
}
.alert {
text-align: center;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
margin-bottom: 0px;
}
#action-bar .btn {
padding: 8px;
height: 18px;
width: 18px;
}
.brand {
font-size: 28px;
}
.btn {
position: relative;
top: 0px;
background-color: #484948;
box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
}
.btn:active {
top: 1px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-primary {
background-color: #F67100;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
background-color: #F59745;
}
.btn:hover, .btn:focus, .btn:active {
background-color: #7F8281;
}
.btn:focus {
outline: 0px !important;
-webkit-appearance:none;
}
#action-bar i {
color: white;
line-height: 18px;
}
.no-margin {
margin-left: 0px !important;
}
#action-bar {
margin-top: 14px;
margin-bottom: 14px;
}
ul#story-list, ul#feed-list {
list-style-type: none;
margin-left: 0px;
}
li.story, li.feed {
margin-bottom: 7px;
background-color: white;
border-radius: 5px;
border: 3px solid white;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
transform: rotate(0);
color: #484948;
}
li.story .story-body a, .setup a, .footer-links a {
color: #F67100;
text-decoration: none;
border-bottom: 1px dotted #F67100;
}
li.story .story-body a:hover, .setup a:hover {
color: #F59745;
border-bottom: 1px dotted #F59745;
}
a.btn, a.btn:hover {
border-bottom: 0px;
color: white;
}
li.story.read {
opacity: 0.5;
}
li.story.keepUnread .story-preview {
font-weight: bold;
}
li.story.open {
opacity: 1.0;
}
li.story.open .story-preview {
border-bottom: 2px solid #FAF2E5;
}
.story-preview , .feed-line{
height: 30px;
line-height: 30px;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.tooltip {
white-space: pre-wrap;
}
.blog-title, .feed-title {
text-align: left;
margin-left: 10px;
overflow: hidden;
}
.story-lead {
color: #e5e5e5;
}
.story-published {
margin-left: 20px;
}
.story-keep-unread, .story-starred {
display: inline-block;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-right: 20px;
}
.story-preview .story-starred {
width: 13px;
float: left;
margin-left: 10px;
margin-right: 13px;
}
li.story .icon-star {
color: #F67100;
}
li.story .icon-star-empty {
color: #e5e5e5;
}
.story-body {
margin-left: 20px;
margin-right: 20px;
margin-bottom: 10px;
text-align: left;
}
.story-body h1, .story-body h2, .story-body h3 {
font-family: "Lato", sans-serif;
font-weight: 700;
line-height: 1.6;
}
.story-body h1 {
font-size: 26px;
margin-bottom: 13px;
}
li.story .story-body h1 a {
border: none;
color: #484948;
}
li.story .story-body h1 a:hover {
border: none;
color: #7F8281;
}
li.story.cursor {
border: 3px solid #484948;
}
li.story .story-body-container {
display: none;
}
li.story.open .story-body-container {
display: block;
}
p.story-details {
margin-right: 5px;
overflow: hidden;
}
.story-body h2 {
font-size: 22px;
margin-bottom: 11px;
}
.story-body h3 {
font-size: 16px;
margin-bottom: 8px;
}
.story-body p {
font-size: 16px;
line-height: 1.4;
margin-bottom: 16px;
font-weight: 300;
}
.story-body ul {
list-style-type: disc;
}
.story-body ul, .story-body ol {
margin-bottom: 16px;
}
/* Wordpress hacks */
.story-body img.alignright {
display: block;
float: right;
margin-left: 20px;
}
.story-body img.alignleft {
display: block;
float: left;
margin-right: 20px;
}
.story-body img.aligncenter {
display: block;
}
/* end Wordpress hacks */
.story-actions-container {
border-top: 2px solid #FAF2E5;
height: 28px;
line-height: 30px;
clear: both;
}
.story-actions {
margin-right: 20px;
color: #484948;
}
.story-actions a {
color: #484948;
text-decoration: none;
}
.story-actions a:hover, .story-actions a:focus {
color: #7F8281;
}
li.feed .feed-line {
cursor: default;
}
li.feed .feed-title {
display: inline-block;
margin-left: 0px;
}
li.feed .feed-title a {
color: #484948;
text-decoration: none;
}
li.feed .feed-unread {
font-weight: bold;
}
li.feed .feed-title a:hover {
color: #7F8281;
}
li.feed .feed-title-container {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
li.feed .status {
padding: 8px;
width: 14px;
color: #ddd;
}
li.feed .status.green {
color: #2ECC71;
}
li.feed .status.yellow {
color: #F1C40F;
}
li.feed .status.red {
color: #E74C3C;
}
li.feed .feed-last-updated {
text-align: right;
}
li.feed .last-updated {
font-size: 10px;
}
li.feed .last-updated-time {
width: 100px;
display: inline-block;
}
li.feed .edit-feed {
cursor: pointer;
}
li.feed .edit-feed a {
text-align: right;
padding-left: 3px;
padding-right: 3px;
margin-left: 5px;
color: #000;
}
li.feed .remove-feed {
cursor: pointer;
}
li.feed .remove-feed a {
text-align: center;
padding-left: 3px;
padding-right: 3px;
margin-left: 5px;
color: #C0392B;
}
li.feed .remove-feed a:hover {
color: #E74C3C;
}
#zen {
text-align: center;
}
#zen p {
font-size: 50px;
line-height: 50px;
}
#zen p small {
font-size: 20px;
}
#zen #zero {
font-size: 144px;
}
#zen #gtfo {
color: #F59745;
font-weight: bold;
}
.orange {
color: #F67100;
}
#add-feed-container {
padding-top: 10px;
}
.setup {
width: 350px;
margin: 0 auto;
padding-top: 100px;
}
.setup h1 {
text-align: center;
}
.setup h2 {
text-align: center;
font-size: 18px;
line-height: 22px;
}
.setup p {
text-align: center;
}
.setup .control-group input {
width: 210px;
}
.setup .field-icon {
display: block;
color: #BFC9CA;
font-size: 24px;
position: absolute;
right: 13px;
top: 8px;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.setup .control-group input:focus + .field-icon {
color: #484948;
}
.setup .control-group input:focus ~ .field-label {
color: #484948;
}
.setup .field-label {
display: block;
color: #BFC9CA;
position: absolute;
left: 13px;
top: 10px;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.setup #password, .setup #password-confirmation, .setup #feed-url, .setup #feed-name {
padding-left: 100px;
padding-right: 36px;
}
.setup .control-group {
position: relative;
}
.tutorial-overlay {
font-family: '<NAME>', cursive;
height: 0;
}
.instruction {
font-size: 28px;
line-height: 20px;
position: relative;
}
#mark-all-instruction {
left: -100px;
top: 20px;
background: url("/img/arrow-up-right.png") no-repeat top left 30px;
padding-top: 30px;
}
#refresh-instruction {
left: 50px;
top: 25px;
background: url("/img/arrow-left.png") no-repeat top left 30px;
padding-left: 75px;
}
#feeds-instruction {
top: 28px;
left: 500px;
background: url("/img/arrow-right.png") no-repeat top left 105px;
}
#add-feed-instruction {
top: 27px;
left: 735px;
background: url("/img/arrow-up-left.png") no-repeat top left;
padding-top: 30px;
}
#story-instruction {
left: 200px;
top: 190px;
background: url("/img/arrow-right-up.png") no-repeat top left 150px;
padding-top: 10px;
}
.center {
text-align: center;
}
.footer-links {
margin-left: 0px;
}
.footer-links li {
display: inline;
padding: 0 2px;
}
kbd {
padding: 0.1em 0.6em;
border: 1px solid #CCC;
font-family: Arial,Helvetica,sans-serif;
color: #333;
-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #FFF inset;
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #FFF inset;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: inline-block;
margin: 0 0.1em;
text-shadow: 0 1px 0 #FFF;
line-height: 1.4;
white-space: nowrap;
}
#shortcuts .modal-body {
max-height: 500px;
}
ul.shortcut-legend li {
margin-bottom: 10px;
}
li.blank {
list-style-type: none;
height: 20px;
}
#zen a {
color: #F59745;
font-size: 14px;
border-bottom: 1px dotted #F59745;
text-decoration: none;
}
#zen .view-all {
line-height: 18px;
}
#pagination {
text-align: center;
}
#pagination a {
color: #F67100;
border-bottom: 1px dotted #F59745;
text-decoration: none;
margin: 0 7px;
}
#feed-title {
margin-bottom: 10px;
font-size: 28px;
text-align: center;
} | 0.390592 | 0.050005 |
.aquaSnow1,
.hover_aquaSnow1:hover,
.active_aquaSnow1:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(255, 255, 255, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 225, 225),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
-moz-box-shadow: 0 0.63em 0.75em rgba(255, 255, 255, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 225, 225),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
box-shadow: 0 0.63em 0.75em rgba(255, 255, 255, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 225, 225),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
}
.aquaSnow1h,
.hover_aquaSnow1h:hover,
.active_aquaSnow1h:active {
-webkit-box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
}
.aquaSnow1a,
.hover_aquaSnow1a:hover,
.active_aquaSnow1a:active {
/*background: #ff9595;*/
-webkit-box-shadow:0 0.63em 1em rgba(255, 225, 225, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(255, 225, 225, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(255, 225, 225, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaSnow1,
.hover_color_aquaSnow1:hover,
.active_color_aquaSnow1:active {
color: #282828;
}
.color_aquaSnow1h,
.hover_color_aquaSnow1h:hover,
.active_color_aquaSnow1h:active {
color: #282828;
}
.color_aquaSnow1a,
.hover_color_aquaSnow1a:hover,
.active_color_aquaSnow1a:active {
color: #282828;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaSnow1,
.hover_border_aquaSnow1:hover,
.active_border_aquaSnow1:active {
border-color: #ff9595 #ff9595 #ff9595 #ff9595;
}
.border_aquaSnow1h,
.hover_border_aquaSnow1h:hover,
.active_border_aquaSnow1h:active {
border-color: #ff9595 #ff9595 #ff9595 #ff9595;
}
.border_aquaSnow1a,
.hover_border_aquaSnow1a:hover,
.active_border_aquaSnow1a:active {
border-color: #ff9595 #ff9595 #ff9595 #ff9595;
} | widgets/common/assets/shadows/aqua/aquaSnow/aquaSnow1.css | .aquaSnow1,
.hover_aquaSnow1:hover,
.active_aquaSnow1:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(255, 255, 255, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 225, 225),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
-moz-box-shadow: 0 0.63em 0.75em rgba(255, 255, 255, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 225, 225),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
box-shadow: 0 0.63em 0.75em rgba(255, 255, 255, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 225, 225),
inset 0 0em 0.5em 2em rgb(255, 255, 255);
}
.aquaSnow1h,
.hover_aquaSnow1h:hover,
.active_aquaSnow1h:active {
-webkit-box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(255, 255, 255, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
}
.aquaSnow1a,
.hover_aquaSnow1a:hover,
.active_aquaSnow1a:active {
/*background: #ff9595;*/
-webkit-box-shadow:0 0.63em 1em rgba(255, 225, 225, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(255, 225, 225, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(255, 225, 225, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffffff,
inset 0 0em 0.5em 2em #ffffff;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaSnow1,
.hover_color_aquaSnow1:hover,
.active_color_aquaSnow1:active {
color: #282828;
}
.color_aquaSnow1h,
.hover_color_aquaSnow1h:hover,
.active_color_aquaSnow1h:active {
color: #282828;
}
.color_aquaSnow1a,
.hover_color_aquaSnow1a:hover,
.active_color_aquaSnow1a:active {
color: #282828;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaSnow1,
.hover_border_aquaSnow1:hover,
.active_border_aquaSnow1:active {
border-color: #ff9595 #ff9595 #ff9595 #ff9595;
}
.border_aquaSnow1h,
.hover_border_aquaSnow1h:hover,
.active_border_aquaSnow1h:active {
border-color: #ff9595 #ff9595 #ff9595 #ff9595;
}
.border_aquaSnow1a,
.hover_border_aquaSnow1a:hover,
.active_border_aquaSnow1a:active {
border-color: #ff9595 #ff9595 #ff9595 #ff9595;
} | 0.353763 | 0.398845 |
/*** All toolbars share one context menu, but show different items ***/
/* #toolbar-context-menu .customize-context-manageExtension, /* Manage Extension */
/* #toolbar-context-menu .customize-context-removeExtension, /* Remove Extension */
/* #toolbar-context-menu .customize-context-removeExtension
+ menuseparator /************ Seperator *************/
/* #toolbar-context-menu .customize-context-moveToPanel, /* Pin to Overflow Menu */
/* #toolbar-context-menu .customize-context-autoHide, /* Auto-Hide in Toolbar */
/* #toolbar-context-menu .customize-context-removeFromToolbar, /* Remove from Toolbar */
/* #toolbar-context-menu #toolbar-context-reloadSelectedTab, /* Reload Selected Tab */
/* #toolbar-context-menu #toolbar-context-reloadSelectedTabs, /* Reload Selected Tabs */
/* #toolbar-context-menu #toolbar-context-bookmarkSelectedTab, /* Bookmark Selected Tab… */
/* #toolbar-context-menu #toolbar-context-bookmarkSelectedTabs, /* Bookmark Selected Tabs… */
/* #toolbar-context-menu #toolbar-context-selectAllTabs, /* Select All Tabs */
/* #toolbar-context-menu #toolbar-context-undoCloseTab, /* Undo Close Tab */
/* #toolbar-context-menu #toolbar-context-undoCloseTab + menuseparator, /************ Seperator *************/
/* #toolbar-context-menu #toggle_toolbar-menubar, /* Menu Bar (toggle) */
/* #toolbar-context-menu #toggle_PersonalToolbar, /* Bookmarks Toolbar (toggle) */
/* #toolbar-context-menu #viewToolbarsMenuSeparator, /************ Seperator *************/
/* #toolbar-context-menu .viewCustomizeToolbar, /* Customize... */
#leave_this_dummy_here
{ display:none !important; } | simpleMenuWizard/toolbar-context.css | /*** All toolbars share one context menu, but show different items ***/
/* #toolbar-context-menu .customize-context-manageExtension, /* Manage Extension */
/* #toolbar-context-menu .customize-context-removeExtension, /* Remove Extension */
/* #toolbar-context-menu .customize-context-removeExtension
+ menuseparator /************ Seperator *************/
/* #toolbar-context-menu .customize-context-moveToPanel, /* Pin to Overflow Menu */
/* #toolbar-context-menu .customize-context-autoHide, /* Auto-Hide in Toolbar */
/* #toolbar-context-menu .customize-context-removeFromToolbar, /* Remove from Toolbar */
/* #toolbar-context-menu #toolbar-context-reloadSelectedTab, /* Reload Selected Tab */
/* #toolbar-context-menu #toolbar-context-reloadSelectedTabs, /* Reload Selected Tabs */
/* #toolbar-context-menu #toolbar-context-bookmarkSelectedTab, /* Bookmark Selected Tab… */
/* #toolbar-context-menu #toolbar-context-bookmarkSelectedTabs, /* Bookmark Selected Tabs… */
/* #toolbar-context-menu #toolbar-context-selectAllTabs, /* Select All Tabs */
/* #toolbar-context-menu #toolbar-context-undoCloseTab, /* Undo Close Tab */
/* #toolbar-context-menu #toolbar-context-undoCloseTab + menuseparator, /************ Seperator *************/
/* #toolbar-context-menu #toggle_toolbar-menubar, /* Menu Bar (toggle) */
/* #toolbar-context-menu #toggle_PersonalToolbar, /* Bookmarks Toolbar (toggle) */
/* #toolbar-context-menu #viewToolbarsMenuSeparator, /************ Seperator *************/
/* #toolbar-context-menu .viewCustomizeToolbar, /* Customize... */
#leave_this_dummy_here
{ display:none !important; } | 0.15863 | 0.021492 |
:root {
overflow: scroll;
}
.events-container {
height: fit-content;
width: 100%;
}
.gform {
position: absolute;
align-self: center;
height: 100%;
width: 100%;
z-index: 2;
}
.modal-box {
position: absolute;
top: 10%;
right: 20%;
background-color: #ffffff;
/* background-image: url('https://imaging.nikon.com/lineup/dslr/df/img/sample/img_03.jpg');
background-repeat: no-repeat;
background-size: cover; */
height: 80%;
width: 60%;
align-self: center;
justify-self: center;
border: 2px solid #658401;
border-radius: 20px;
}
.events-grid {
display: grid;
grid-template-columns: 45% 45%;
justify-content: space-evenly;
margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
.events-container {
display: flex;
flex-direction: column;
justify-content: center;
}
.events-grid {
display: flex;
flex-direction: column;
width: 95%;
}
.modal-box {
width: 90%;
right: 5%;
}
}
#event-box {
position: relative;
margin-top: 100px;
height: fit-content;
width: 100%;
min-height: 250px;
background-color: rgba(1, 2, 0, 0.4);
border-radius: 15px;
}
.event-text {
position: relative;
height: fit-content;
width: fit-content;
color: #fff;
top: 0px;
z-index: 2;
}
.event-name {
font-size: 45px;
font-family: 'Poppins';
margin: 15px;
color: #bfe053;
}
.restricted{
font-size: 15px;
font-family: 'Poppins';
margin: 15px;
color: #fff;
font-weight: bold;
}
.event-desc {
font-size: 15px;
font-family: 'Poppins';
margin: 15px 15px 50px 15px;
}
.event-date {
font-size: 18px;
font-family: 'Raleway';
margin-left: 15px;
}
.event-image {
position: absolute;
height: 100%;
width: 100%;
/* top: 0px; */
top: 0pt;
object-fit: cover;
z-index: 1;
filter: brightness(40%);
border: 2px solid #658401;
border-radius: 20px;
}
/* #event-box button {
position: absolute;
bottom: 10px;
right: 10px;
z-index: 2;
border: none;
border-radius: 5px;
padding: 2px 10px 2px 10px;
cursor: pointer;
background-color: #59aecb;
color: #ffffff;
transition: 0.5s;
} */
.reg-btn {
/* position: absolute;
bottom: 10px;
right: 10px; */
z-index: 2;
border: none;
border-radius: 5px;
padding: 2px 10px 2px 10px;
cursor: pointer;
background-color: #59aecb;
color: #ffffff;
transition: 0.5s;
margin: 10px;
height: fit-content;
width: fit-content;
}
.btn-row {
position: absolute;
bottom: 10px;
right: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.rules-btn {
/* position: absolute;
bottom: 10px;
right: 150px; */
z-index: 2;
border: none;
border-radius: 5px;
padding: 2px 10px 2px 10px;
cursor: pointer;
background-color: #59aecb;
color: #ffffff;
transition: 0.5s;
height: fit-content;
width: fit-content;
}
.rules-btn a {
font-family: 'Poppins';
padding: 0px;
height: fit-content;
width: fit-content;
}
#event-box button:hover {
background-color: #658401;
transform: scale(1.05);
color: #59aecb;
}
.fnc-slider {
overflow: hidden;
box-sizing: border-box;
position: relative;
height: 100%;
}
.fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
box-sizing: border-box;
}
.fnc-slider__slides {
position: relative;
height: 100%;
transition: -webkit-transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
}
.fnc-slider .m--blend-dark .fnc-slide__inner {
background-color: #8a8a8a;
}
.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
background-color: #575757;
}
.fnc-slider .m--navbg-dark {
background-color: #575757;
}
.fnc-slider .m--blend-green .fnc-slide__inner {
background-color: #6d9b98;
}
.fnc-slider .m--blend-green .fnc-slide__mask-inner {
background-color: #42605E;
}
.fnc-slider .m--navbg-green {
background-color: #42605E;
}
.fnc-slider .m--blend-red .fnc-slide__inner {
background-color: #ea2329;
}
.fnc-slider .m--blend-red .fnc-slide__mask-inner {
background-color: #990e13;
}
.fnc-slider .m--navbg-red {
background-color: #990e13;
}
.fnc-slider .m--blend-blue .fnc-slide__inner {
background-color: #59aecb;
}
.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
background-color: #2D7791;
}
.fnc-slider .m--navbg-blue {
background-color: #2D7791;
}
.fnc-slide {
overflow: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fnc-slide.m--before-sliding {
z-index: 2 !important;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fnc-slide.m--active-slide {
z-index: 1;
transition: -webkit-transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out, -webkit-transform 1s 0.6666666667s ease-in-out;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fnc-slide__inner {
position: relative;
height: 100%;
background-size: cover;
background-position: center top;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.m--before-sliding .fnc-slide__inner {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.m--active-slide .fnc-slide__inner {
transition: -webkit-transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out, -webkit-transform 1s 0.6666666667s ease-in-out;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fnc-slide__mask {
overflow: hidden;
z-index: 1;
position: absolute;
right: 60%;
top: 15%;
width: 50.25vh;
height: 67vh;
margin-right: -90px;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask {
-webkit-transform: rotate(-10deg) translate3d(200px, 0, 0);
transform: rotate(-10deg) translate3d(200px, 0, 0);
opacity: 0;
}
.m--active-slide .fnc-slide__mask {
transition: opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.m--previous-slide .fnc-slide__mask {
transition: opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
-webkit-transform: rotate(10deg) translate3d(-200px, 0, 0);
transform: rotate(10deg) translate3d(-200px, 0, 0);
opacity: 0;
}
.fnc-slide__mask-inner {
z-index: -1;
position: absolute;
left: 50%;
top: 50%;
width: 100vw;
height: 100vh;
margin-left: -50vw;
margin-top: -50vh;
background-size: cover;
background-position: center center;
background-blend-mode: luminosity;
-webkit-transform-origin: 50% 16.5vh;
transform-origin: 50% 16.5vh;
transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask-inner {
-webkit-transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.m--active-slide .fnc-slide__mask-inner {
transition: -webkit-transform 0.7s 1.2222222222s;
transition: transform 0.7s 1.2222222222s;
transition: transform 0.7s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.m--previous-slide .fnc-slide__mask-inner {
transition: -webkit-transform 0.7s 0.3333333333s;
transition: transform 0.7s 0.3333333333s;
transition: transform 0.7s 0.3333333333s, -webkit-transform 0.7s 0.3333333333s;
-webkit-transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.fnc-slide__content {
z-index: 2;
position: absolute;
left: 40%;
top: 40%;
}
.fnc-slide__heading {
margin-bottom: 10px;
text-transform: uppercase;
}
.fnc-slide__heading-line {
overflow: hidden;
position: relative;
padding-right: 20px;
-webkit-text-stroke:0.4px black;
font-size: 100px;
color: #fff;
word-spacing: 10px;
}
.fnc-slide__heading-line:nth-child(2) {
padding-left: 30px;
-webkit-text-stroke:0.4px black;
}
.m--before-sliding .fnc-slide__heading-line {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.m--active-slide .fnc-slide__heading-line {
transition: -webkit-transform 1.5s 1s;
transition: transform 1.5s 1s;
transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line {
transition: -webkit-transform 1.5s;
transition: transform 1.5s;
transition: transform 1.5s, -webkit-transform 1.5s;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.fnc-slide__heading-line span {
display: block;
}
.m--before-sliding .fnc-slide__heading-line span {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.m--active-slide .fnc-slide__heading-line span {
transition: -webkit-transform 1.5s 1s;
transition: transform 1.5s 1s;
transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line span {
transition: -webkit-transform 1.5s;
transition: transform 1.5s;
transition: transform 1.5s, -webkit-transform 1.5s;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
/*-------------------Events Button -----------------*/
.fnc-slide__action-btn {
position: fixed;
right: 15%;
bottom: 20%;
padding: 10px 15px;
font-size: 50px;
line-height: 1;
color: transparent;
border: none;
text-transform: uppercase;
background: #1F2833;
cursor: pointer;
text-align: center;
outline: none;
}
.fnc-slide__action-btn span {
position: absolute;
padding: 10px 0;
left: 0;
top: 0;
-webkit-text-stroke:0.4px black;
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
line-height: 50px;
color: #fff;
}
.fnc-slide__action-btn span:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: 2px solid #58047b;
border-top: none;
border-bottom: none;
}
.fnc-slide__action-btn span:after {
content: attr(data-text);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
line-height: 70px;
background: #58047b;
opacity: 0;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: translateY(100%) rotateX(-90deg);
transform: translateY(100%) rotateX(-90deg);
transition: opacity 0.15s 0.15s;
}
.fnc-slide__action-btn:hover span {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
}
.fnc-slide__action-btn:hover span:after {
opacity: 1;
transition: opacity 0.15s;
}
/*----------------------------------------------------------------*/
.fnc-nav {
z-index: 5;
position: absolute;
right: 0;
bottom: 0;
}
.fnc-nav__bgs {
z-index: -1;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.fnc-nav__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.fnc-nav__bg.m--nav-bg-before {
z-index: 2 !important;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.fnc-nav__bg.m--active-nav-bg {
z-index: 1;
transition: -webkit-transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.fnc-nav__controls {
font-size: 0;
}
.fnc-nav__control {
overflow: hidden;
position: relative;
display: inline-block;
vertical-align: top;
width: 100px;
height: 50px;
font-size: 14px;
color: #fff;
text-transform: uppercase;
background: transparent;
border: none;
outline: none;
cursor: pointer;
transition: background-color 0.5s;
}
.fnc-nav__control.m--active-control {
background: #1F2833;
}
.fnc-nav__control-progress {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: #fff;
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transition-timing-function: linear !important;
}
.m--with-autosliding .m--active-control .fnc-nav__control-progress {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.m--prev-control .fnc-nav__control-progress {
-webkit-transform: translateX(100%);
transform: translateX(100%);
transition: -webkit-transform 0.5s !important;
transition: transform 0.5s !important;
transition: transform 0.5s, -webkit-transform 0.5s !important;
}
.m--reset-progress .fnc-nav__control-progress {
-webkit-transform: scaleX(0);
transform: scaleX(0);
transition: -webkit-transform 0s 0s !important;
transition: transform 0s 0s !important;
transition: transform 0s 0s, -webkit-transform 0s 0s !important;
}
.m--autosliding-blocked .fnc-nav__control-progress {
transition: all 0s 0s !important;
-webkit-transform: scaleX(0) !important;
transform: scaleX(0) !important;
}
/* NOT PART OF COMMON SLIDER STYLES */
body {
margin: 0;
color: #000;
}
.demo-cont {
overflow: hidden;
position: relative;
height: 100vh;
background: #000;
}
.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
background-image: url("./../../assets/event_img/cp8.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
background-image: url("./../../assets/event_img/cp2.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
background-image: url("./../../assets/event_img/cp1.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
background-image: url("./../../assets/event_img/cp7.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-4 .fnc-slide__inner:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.example-slider .fnc-slide-5 .fnc-slide__inner,
.example-slider .fnc-slide-5 .fnc-slide__mask-inner {
background-image: url("./../../assets/event_img/workshops.jpg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-5 .fnc-slide__inner:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.example-slider .fnc-slide-6 .fnc-slide__inner,
.example-slider .fnc-slide-6 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/guesttalks.jpg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-6 .fnc-slide__inner:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-slide__action-btn2,
.example-slider .fnc-nav__control {
font-family: "Rubik", "Montserrat", sans-serif;
}
.example-slider .fnc-slide-7 .fnc-slide__inner,
.example-slider .fnc-slide-7 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/pronite.jpg");
background-size: auto;
background-position: center;
}
@media only screen and (max-width: 1200px) {
.fnc-slide__content {
left: 10%;
top: 30%;
}
.demo-cont {
height: 92vh;
height: calc(var(--vh, 1vh) * 100);
}
.fnc-slide__heading-line {
font-size: 50px;
}
/*.managerial {
font-size: 50px;
}*/
.fnc-slide__action-btn {
position: fixed;
bottom: 18%;
right: 10%;
/*margin-left: 200px;*/
padding: 1px 15px;
font-size: 40px;
}
.fnc-slide__action-btn span:after {
line-height: 45px;
}
.fnc-slide__action-btn span {
line-height: 45px;
padding: 0;
}
.fnc-nav {
height: 47px;
width: 100%;
bottom: 0;
}
.fnc-nav__bg.m--active-nav-bg {
z-index: 1;
transition: -webkit-transform 1.5s 0.6666666667s;
transition: transform 1.5s 0.6666666667s;
transition: transform 1.5s 0.6666666667s, -webkit-transform 1.5s 0.6666666667s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.fnc-nav__control {
width: 25%;
height: 47px;
font-size: 9px;
padding-left: 1px;
}
.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/cp8.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/cp2.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/cp1.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/cp7.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-5 .fnc-slide__inner,
.example-slider .fnc-slide-5 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/workshops.jpg");
}
.example-slider .fnc-slide-6 .fnc-slide__inner,
.example-slider .fnc-slide-6 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/guesttalks.jpg");
}
.example-slider .fnc-slide-7 .fnc-slide__inner,
.example-slider .fnc-slide-7 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/pronite.jpg");
}
.m--active-slide .fnc-slide__heading-line {
transition: -webkit-transform 1.5s 1s;
transition: transform 1.5s 1s;
transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line {
transition: -webkit-transform 1.5s;
transition: transform 1.5s;
transition: transform 1.5s, -webkit-transform 1.5s;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.m--before-sliding .fnc-slide__heading-line span {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.m--active-slide .fnc-slide__heading-line span {
transition: -webkit-transform 1.5s 1s;
transition: transform 1.5s 1s;
transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line span {
transition: -webkit-transform 1.5s;
transition: transform 1.5s;
transition: transform 1.5s, -webkit-transform 1.5s;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.m--before-sliding .fnc-slide__mask-inner {
-webkit-transform: none;
transform: none;
}
.m--active-slide .fnc-slide__mask-inner {
transition: -webkit-transform 0s 0s;
transition: transform 0s 0s;
transition: transform 0s 0s, -webkit-transform 0s 0s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.m--previous-slide .fnc-slide__mask-inner {
transition: -webkit-transform 0s 0s;
transition: transform 0s 0s;
transition: transform 0s 0s, -webkit-transform 0s 0s;
-webkit-transform: none;
transform: none;
}
.m--before-sliding .fnc-slide__mask {
-webkit-transform: none;
transform: none;
opacity: 1;
}
.m--active-slide .fnc-slide__mask {
transition: opacity 0.35s 1.2222222222s, -webkit-transform 0s 0s;
transition: transform 0s 0s, opacity 0.35s 1.2222222222s;
transition: transform 0s 0s, opacity 0.35s 1.2222222222s, -webkit-transform 0s 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.m--previous-slide .fnc-slide__mask {
transition: opacity 0.35s 0.6833333333s, -webkit-transform 0s 0s;
transition: transform 0s 0s, opacity 0.35s 0.6833333333s;
transition: transform 0s 0s, opacity 0.35s 0.6833333333s, -webkit-transform 0s 0s;
-webkit-transform: none;
transform: none;
opacity: 1;
}
} | client/src/components/Events/Events.css | :root {
overflow: scroll;
}
.events-container {
height: fit-content;
width: 100%;
}
.gform {
position: absolute;
align-self: center;
height: 100%;
width: 100%;
z-index: 2;
}
.modal-box {
position: absolute;
top: 10%;
right: 20%;
background-color: #ffffff;
/* background-image: url('https://imaging.nikon.com/lineup/dslr/df/img/sample/img_03.jpg');
background-repeat: no-repeat;
background-size: cover; */
height: 80%;
width: 60%;
align-self: center;
justify-self: center;
border: 2px solid #658401;
border-radius: 20px;
}
.events-grid {
display: grid;
grid-template-columns: 45% 45%;
justify-content: space-evenly;
margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
.events-container {
display: flex;
flex-direction: column;
justify-content: center;
}
.events-grid {
display: flex;
flex-direction: column;
width: 95%;
}
.modal-box {
width: 90%;
right: 5%;
}
}
#event-box {
position: relative;
margin-top: 100px;
height: fit-content;
width: 100%;
min-height: 250px;
background-color: rgba(1, 2, 0, 0.4);
border-radius: 15px;
}
.event-text {
position: relative;
height: fit-content;
width: fit-content;
color: #fff;
top: 0px;
z-index: 2;
}
.event-name {
font-size: 45px;
font-family: 'Poppins';
margin: 15px;
color: #bfe053;
}
.restricted{
font-size: 15px;
font-family: 'Poppins';
margin: 15px;
color: #fff;
font-weight: bold;
}
.event-desc {
font-size: 15px;
font-family: 'Poppins';
margin: 15px 15px 50px 15px;
}
.event-date {
font-size: 18px;
font-family: 'Raleway';
margin-left: 15px;
}
.event-image {
position: absolute;
height: 100%;
width: 100%;
/* top: 0px; */
top: 0pt;
object-fit: cover;
z-index: 1;
filter: brightness(40%);
border: 2px solid #658401;
border-radius: 20px;
}
/* #event-box button {
position: absolute;
bottom: 10px;
right: 10px;
z-index: 2;
border: none;
border-radius: 5px;
padding: 2px 10px 2px 10px;
cursor: pointer;
background-color: #59aecb;
color: #ffffff;
transition: 0.5s;
} */
.reg-btn {
/* position: absolute;
bottom: 10px;
right: 10px; */
z-index: 2;
border: none;
border-radius: 5px;
padding: 2px 10px 2px 10px;
cursor: pointer;
background-color: #59aecb;
color: #ffffff;
transition: 0.5s;
margin: 10px;
height: fit-content;
width: fit-content;
}
.btn-row {
position: absolute;
bottom: 10px;
right: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.rules-btn {
/* position: absolute;
bottom: 10px;
right: 150px; */
z-index: 2;
border: none;
border-radius: 5px;
padding: 2px 10px 2px 10px;
cursor: pointer;
background-color: #59aecb;
color: #ffffff;
transition: 0.5s;
height: fit-content;
width: fit-content;
}
.rules-btn a {
font-family: 'Poppins';
padding: 0px;
height: fit-content;
width: fit-content;
}
#event-box button:hover {
background-color: #658401;
transform: scale(1.05);
color: #59aecb;
}
.fnc-slider {
overflow: hidden;
box-sizing: border-box;
position: relative;
height: 100%;
}
.fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
box-sizing: border-box;
}
.fnc-slider__slides {
position: relative;
height: 100%;
transition: -webkit-transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
}
.fnc-slider .m--blend-dark .fnc-slide__inner {
background-color: #8a8a8a;
}
.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
background-color: #575757;
}
.fnc-slider .m--navbg-dark {
background-color: #575757;
}
.fnc-slider .m--blend-green .fnc-slide__inner {
background-color: #6d9b98;
}
.fnc-slider .m--blend-green .fnc-slide__mask-inner {
background-color: #42605E;
}
.fnc-slider .m--navbg-green {
background-color: #42605E;
}
.fnc-slider .m--blend-red .fnc-slide__inner {
background-color: #ea2329;
}
.fnc-slider .m--blend-red .fnc-slide__mask-inner {
background-color: #990e13;
}
.fnc-slider .m--navbg-red {
background-color: #990e13;
}
.fnc-slider .m--blend-blue .fnc-slide__inner {
background-color: #59aecb;
}
.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
background-color: #2D7791;
}
.fnc-slider .m--navbg-blue {
background-color: #2D7791;
}
.fnc-slide {
overflow: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fnc-slide.m--before-sliding {
z-index: 2 !important;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fnc-slide.m--active-slide {
z-index: 1;
transition: -webkit-transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out, -webkit-transform 1s 0.6666666667s ease-in-out;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fnc-slide__inner {
position: relative;
height: 100%;
background-size: cover;
background-position: center top;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.m--before-sliding .fnc-slide__inner {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.m--active-slide .fnc-slide__inner {
transition: -webkit-transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out;
transition: transform 1s 0.6666666667s ease-in-out, -webkit-transform 1s 0.6666666667s ease-in-out;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fnc-slide__mask {
overflow: hidden;
z-index: 1;
position: absolute;
right: 60%;
top: 15%;
width: 50.25vh;
height: 67vh;
margin-right: -90px;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask {
-webkit-transform: rotate(-10deg) translate3d(200px, 0, 0);
transform: rotate(-10deg) translate3d(200px, 0, 0);
opacity: 0;
}
.m--active-slide .fnc-slide__mask {
transition: opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.m--previous-slide .fnc-slide__mask {
transition: opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
-webkit-transform: rotate(10deg) translate3d(-200px, 0, 0);
transform: rotate(10deg) translate3d(-200px, 0, 0);
opacity: 0;
}
.fnc-slide__mask-inner {
z-index: -1;
position: absolute;
left: 50%;
top: 50%;
width: 100vw;
height: 100vh;
margin-left: -50vw;
margin-top: -50vh;
background-size: cover;
background-position: center center;
background-blend-mode: luminosity;
-webkit-transform-origin: 50% 16.5vh;
transform-origin: 50% 16.5vh;
transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask-inner {
-webkit-transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.m--active-slide .fnc-slide__mask-inner {
transition: -webkit-transform 0.7s 1.2222222222s;
transition: transform 0.7s 1.2222222222s;
transition: transform 0.7s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.m--previous-slide .fnc-slide__mask-inner {
transition: -webkit-transform 0.7s 0.3333333333s;
transition: transform 0.7s 0.3333333333s;
transition: transform 0.7s 0.3333333333s, -webkit-transform 0.7s 0.3333333333s;
-webkit-transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.fnc-slide__content {
z-index: 2;
position: absolute;
left: 40%;
top: 40%;
}
.fnc-slide__heading {
margin-bottom: 10px;
text-transform: uppercase;
}
.fnc-slide__heading-line {
overflow: hidden;
position: relative;
padding-right: 20px;
-webkit-text-stroke:0.4px black;
font-size: 100px;
color: #fff;
word-spacing: 10px;
}
.fnc-slide__heading-line:nth-child(2) {
padding-left: 30px;
-webkit-text-stroke:0.4px black;
}
.m--before-sliding .fnc-slide__heading-line {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.m--active-slide .fnc-slide__heading-line {
transition: -webkit-transform 1.5s 1s;
transition: transform 1.5s 1s;
transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line {
transition: -webkit-transform 1.5s;
transition: transform 1.5s;
transition: transform 1.5s, -webkit-transform 1.5s;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.fnc-slide__heading-line span {
display: block;
}
.m--before-sliding .fnc-slide__heading-line span {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.m--active-slide .fnc-slide__heading-line span {
transition: -webkit-transform 1.5s 1s;
transition: transform 1.5s 1s;
transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line span {
transition: -webkit-transform 1.5s;
transition: transform 1.5s;
transition: transform 1.5s, -webkit-transform 1.5s;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
/*-------------------Events Button -----------------*/
.fnc-slide__action-btn {
position: fixed;
right: 15%;
bottom: 20%;
padding: 10px 15px;
font-size: 50px;
line-height: 1;
color: transparent;
border: none;
text-transform: uppercase;
background: #1F2833;
cursor: pointer;
text-align: center;
outline: none;
}
.fnc-slide__action-btn span {
position: absolute;
padding: 10px 0;
left: 0;
top: 0;
-webkit-text-stroke:0.4px black;
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
line-height: 50px;
color: #fff;
}
.fnc-slide__action-btn span:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: 2px solid #58047b;
border-top: none;
border-bottom: none;
}
.fnc-slide__action-btn span:after {
content: attr(data-text);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
line-height: 70px;
background: #58047b;
opacity: 0;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: translateY(100%) rotateX(-90deg);
transform: translateY(100%) rotateX(-90deg);
transition: opacity 0.15s 0.15s;
}
.fnc-slide__action-btn:hover span {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
}
.fnc-slide__action-btn:hover span:after {
opacity: 1;
transition: opacity 0.15s;
}
/*----------------------------------------------------------------*/
.fnc-nav {
z-index: 5;
position: absolute;
right: 0;
bottom: 0;
}
.fnc-nav__bgs {
z-index: -1;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.fnc-nav__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.fnc-nav__bg.m--nav-bg-before {
z-index: 2 !important;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.fnc-nav__bg.m--active-nav-bg {
z-index: 1;
transition: -webkit-transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s;
transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.fnc-nav__controls {
font-size: 0;
}
.fnc-nav__control {
overflow: hidden;
position: relative;
display: inline-block;
vertical-align: top;
width: 100px;
height: 50px;
font-size: 14px;
color: #fff;
text-transform: uppercase;
background: transparent;
border: none;
outline: none;
cursor: pointer;
transition: background-color 0.5s;
}
.fnc-nav__control.m--active-control {
background: #1F2833;
}
.fnc-nav__control-progress {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: #fff;
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transition-timing-function: linear !important;
}
.m--with-autosliding .m--active-control .fnc-nav__control-progress {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.m--prev-control .fnc-nav__control-progress {
-webkit-transform: translateX(100%);
transform: translateX(100%);
transition: -webkit-transform 0.5s !important;
transition: transform 0.5s !important;
transition: transform 0.5s, -webkit-transform 0.5s !important;
}
.m--reset-progress .fnc-nav__control-progress {
-webkit-transform: scaleX(0);
transform: scaleX(0);
transition: -webkit-transform 0s 0s !important;
transition: transform 0s 0s !important;
transition: transform 0s 0s, -webkit-transform 0s 0s !important;
}
.m--autosliding-blocked .fnc-nav__control-progress {
transition: all 0s 0s !important;
-webkit-transform: scaleX(0) !important;
transform: scaleX(0) !important;
}
/* NOT PART OF COMMON SLIDER STYLES */
body {
margin: 0;
color: #000;
}
.demo-cont {
overflow: hidden;
position: relative;
height: 100vh;
background: #000;
}
.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
background-image: url("./../../assets/event_img/cp8.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
background-image: url("./../../assets/event_img/cp2.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
background-image: url("./../../assets/event_img/cp1.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
background-image: url("./../../assets/event_img/cp7.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-4 .fnc-slide__inner:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.example-slider .fnc-slide-5 .fnc-slide__inner,
.example-slider .fnc-slide-5 .fnc-slide__mask-inner {
background-image: url("./../../assets/event_img/workshops.jpg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-5 .fnc-slide__inner:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.example-slider .fnc-slide-6 .fnc-slide__inner,
.example-slider .fnc-slide-6 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/guesttalks.jpg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-6 .fnc-slide__inner:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-slide__action-btn2,
.example-slider .fnc-nav__control {
font-family: "Rubik", "Montserrat", sans-serif;
}
.example-slider .fnc-slide-7 .fnc-slide__inner,
.example-slider .fnc-slide-7 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/pronite.jpg");
background-size: auto;
background-position: center;
}
@media only screen and (max-width: 1200px) {
.fnc-slide__content {
left: 10%;
top: 30%;
}
.demo-cont {
height: 92vh;
height: calc(var(--vh, 1vh) * 100);
}
.fnc-slide__heading-line {
font-size: 50px;
}
/*.managerial {
font-size: 50px;
}*/
.fnc-slide__action-btn {
position: fixed;
bottom: 18%;
right: 10%;
/*margin-left: 200px;*/
padding: 1px 15px;
font-size: 40px;
}
.fnc-slide__action-btn span:after {
line-height: 45px;
}
.fnc-slide__action-btn span {
line-height: 45px;
padding: 0;
}
.fnc-nav {
height: 47px;
width: 100%;
bottom: 0;
}
.fnc-nav__bg.m--active-nav-bg {
z-index: 1;
transition: -webkit-transform 1.5s 0.6666666667s;
transition: transform 1.5s 0.6666666667s;
transition: transform 1.5s 0.6666666667s, -webkit-transform 1.5s 0.6666666667s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.fnc-nav__control {
width: 25%;
height: 47px;
font-size: 9px;
padding-left: 1px;
}
.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/cp8.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/cp2.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/cp1.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/cp7.jpeg");
background-size: auto;
background-position: center;
}
.example-slider .fnc-slide-5 .fnc-slide__inner,
.example-slider .fnc-slide-5 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/workshops.jpg");
}
.example-slider .fnc-slide-6 .fnc-slide__inner,
.example-slider .fnc-slide-6 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/guesttalks.jpg");
}
.example-slider .fnc-slide-7 .fnc-slide__inner,
.example-slider .fnc-slide-7 .fnc-slide__mask-inner {
background-image: url("../../assets/event_img/pronite.jpg");
}
.m--active-slide .fnc-slide__heading-line {
transition: -webkit-transform 1.5s 1s;
transition: transform 1.5s 1s;
transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line {
transition: -webkit-transform 1.5s;
transition: transform 1.5s;
transition: transform 1.5s, -webkit-transform 1.5s;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.m--before-sliding .fnc-slide__heading-line span {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.m--active-slide .fnc-slide__heading-line span {
transition: -webkit-transform 1.5s 1s;
transition: transform 1.5s 1s;
transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line span {
transition: -webkit-transform 1.5s;
transition: transform 1.5s;
transition: transform 1.5s, -webkit-transform 1.5s;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.m--before-sliding .fnc-slide__mask-inner {
-webkit-transform: none;
transform: none;
}
.m--active-slide .fnc-slide__mask-inner {
transition: -webkit-transform 0s 0s;
transition: transform 0s 0s;
transition: transform 0s 0s, -webkit-transform 0s 0s;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.m--previous-slide .fnc-slide__mask-inner {
transition: -webkit-transform 0s 0s;
transition: transform 0s 0s;
transition: transform 0s 0s, -webkit-transform 0s 0s;
-webkit-transform: none;
transform: none;
}
.m--before-sliding .fnc-slide__mask {
-webkit-transform: none;
transform: none;
opacity: 1;
}
.m--active-slide .fnc-slide__mask {
transition: opacity 0.35s 1.2222222222s, -webkit-transform 0s 0s;
transition: transform 0s 0s, opacity 0.35s 1.2222222222s;
transition: transform 0s 0s, opacity 0.35s 1.2222222222s, -webkit-transform 0s 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.m--previous-slide .fnc-slide__mask {
transition: opacity 0.35s 0.6833333333s, -webkit-transform 0s 0s;
transition: transform 0s 0s, opacity 0.35s 0.6833333333s;
transition: transform 0s 0s, opacity 0.35s 0.6833333333s, -webkit-transform 0s 0s;
-webkit-transform: none;
transform: none;
opacity: 1;
}
} | 0.479747 | 0.137909 |
* {
margin: 0;
padding: 0;
}
:root {
font-size: 16pt;
font-family: sans-serif;
font-weight: 400;
letter-spacing: 0.1rem;
--bg-black80pct: rgba(0, 0, 0, 0.8);
}
body {
width: 66%;
margin: auto;
margin-top: 5vh;
background: black;
color: #CCC;
}
@media only screen AND (max-width: 750px) {
body {
padding-left: 1rem;
padding-right: 1rem;
margin: 1rem;
width: calc(100% - 4rem);
}
}
header {
margin-bottom: 1rem;
padding: 0.5rem 1rem;
font-size: 1.25rem;
color: white;
text-transform: uppercase;
letter-spacing: -5px;
font-style: italic;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.text--swatblue {
--outline-color: white;
color: #142b96;
/* Abusing text-shadow to create a text border... */
text-shadow:
1px 1px 2px var(--outline-color),
-1px -1px 2px var(--outline-color),
-1px 1px 2px var(--outline-color),
1px -1px 2px var(--outline-color),
2px 0px var(--outline-color),
0px 2px var(--outline-color),
-2px 0 var(--outline-color),
0px -2px var(--outline-color);
}
main {
background-color: var(--bg-black80pct);
display: grid;
--gap: 20px;
grid-gap: var(--gap);
gap: var(--gap);
grid-template-areas:
"location"
"playerone"
"playertwo"
"wildcard";
grid-template-columns: 1fr;
grid-template-rows: auto;
}
main h2 {
font-size: 1.22rem;
text-transform: uppercase;
}
.location {
grid-area: location;
}
.playerone {
grid-area: playerone;
}
.playertwo {
grid-area: playertwo;
}
.wildcard {
grid-area: wildcard;
}
.options-container {
background-color: #161616;
border-radius: 10px;
overflow: hidden;
margin: 1rem 0;
}
.options {
display: grid;
grid-template-columns: 1fr 3fr;
justify-content: center;
align-items: center;
gap: 1rem;
padding: 0.5rem 1rem;
border: 0;
color: white;
}
@media (max-width: 750px) {
.options {
grid-template-columns: 1fr;
}
}
.options:hover {
background-color: #282828;
}
.options-header {
display: inline-block;
font-size: 1.25rem;
font-weight: bolder;
text-transform: uppercase;
letter-spacing: 0.1rem;
transition: padding-left 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.options:hover > .options-header {
padding-left: 0.5rem;
}
.options-list {
display: flex;
flex-direction: column;
justify-content: flex-start;
list-style-type: none;
font-size: 1.2rem;
text-transform: uppercase;
}
@media (max-width: 750px) {
.options-list {
font-size: 1rem;
}
}
.options-list li:not(:last-child) {
margin-right: 1rem;
}
.options-list li label {
user-select: none;
cursor: pointer;
}
/** Checkbox styling **/
.options {
--checkbox-dim: 0.75rem;
}
/* Actual checkbox is hidden */
.options input[type="checkbox"] {
position: absolute;
display: none;
opacity: 0;
}
.options .checkbox-custom {
font-size: calc(1rem + var(--checkbox-dim));
display: inline-block;
height: var(--checkbox-dim);
width: var(--checkbox-dim);
position: relative;
border: 2px solid white;
border-radius: 5px;
}
.options input[type="checkbox"]:checked ~ .checkbox-custom {
background-color: #555;
}
.options input[type="checkbox"]:checked ~ .checkbox-custom::after {
position: absolute;
top: calc(var(--checkbox-dim) * -1);
height: var(--checkbox-dim);
width: var(--checkbox-dim);
content: '\00d7';
}
/** **/
section.directive {
padding: 0.5rem 1rem;
} | app/styles/index.css |
* {
margin: 0;
padding: 0;
}
:root {
font-size: 16pt;
font-family: sans-serif;
font-weight: 400;
letter-spacing: 0.1rem;
--bg-black80pct: rgba(0, 0, 0, 0.8);
}
body {
width: 66%;
margin: auto;
margin-top: 5vh;
background: black;
color: #CCC;
}
@media only screen AND (max-width: 750px) {
body {
padding-left: 1rem;
padding-right: 1rem;
margin: 1rem;
width: calc(100% - 4rem);
}
}
header {
margin-bottom: 1rem;
padding: 0.5rem 1rem;
font-size: 1.25rem;
color: white;
text-transform: uppercase;
letter-spacing: -5px;
font-style: italic;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.text--swatblue {
--outline-color: white;
color: #142b96;
/* Abusing text-shadow to create a text border... */
text-shadow:
1px 1px 2px var(--outline-color),
-1px -1px 2px var(--outline-color),
-1px 1px 2px var(--outline-color),
1px -1px 2px var(--outline-color),
2px 0px var(--outline-color),
0px 2px var(--outline-color),
-2px 0 var(--outline-color),
0px -2px var(--outline-color);
}
main {
background-color: var(--bg-black80pct);
display: grid;
--gap: 20px;
grid-gap: var(--gap);
gap: var(--gap);
grid-template-areas:
"location"
"playerone"
"playertwo"
"wildcard";
grid-template-columns: 1fr;
grid-template-rows: auto;
}
main h2 {
font-size: 1.22rem;
text-transform: uppercase;
}
.location {
grid-area: location;
}
.playerone {
grid-area: playerone;
}
.playertwo {
grid-area: playertwo;
}
.wildcard {
grid-area: wildcard;
}
.options-container {
background-color: #161616;
border-radius: 10px;
overflow: hidden;
margin: 1rem 0;
}
.options {
display: grid;
grid-template-columns: 1fr 3fr;
justify-content: center;
align-items: center;
gap: 1rem;
padding: 0.5rem 1rem;
border: 0;
color: white;
}
@media (max-width: 750px) {
.options {
grid-template-columns: 1fr;
}
}
.options:hover {
background-color: #282828;
}
.options-header {
display: inline-block;
font-size: 1.25rem;
font-weight: bolder;
text-transform: uppercase;
letter-spacing: 0.1rem;
transition: padding-left 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.options:hover > .options-header {
padding-left: 0.5rem;
}
.options-list {
display: flex;
flex-direction: column;
justify-content: flex-start;
list-style-type: none;
font-size: 1.2rem;
text-transform: uppercase;
}
@media (max-width: 750px) {
.options-list {
font-size: 1rem;
}
}
.options-list li:not(:last-child) {
margin-right: 1rem;
}
.options-list li label {
user-select: none;
cursor: pointer;
}
/** Checkbox styling **/
.options {
--checkbox-dim: 0.75rem;
}
/* Actual checkbox is hidden */
.options input[type="checkbox"] {
position: absolute;
display: none;
opacity: 0;
}
.options .checkbox-custom {
font-size: calc(1rem + var(--checkbox-dim));
display: inline-block;
height: var(--checkbox-dim);
width: var(--checkbox-dim);
position: relative;
border: 2px solid white;
border-radius: 5px;
}
.options input[type="checkbox"]:checked ~ .checkbox-custom {
background-color: #555;
}
.options input[type="checkbox"]:checked ~ .checkbox-custom::after {
position: absolute;
top: calc(var(--checkbox-dim) * -1);
height: var(--checkbox-dim);
width: var(--checkbox-dim);
content: '\00d7';
}
/** **/
section.directive {
padding: 0.5rem 1rem;
} | 0.642769 | 0.128334 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp('http://www\\.lesnumeriques.com/') {
/* FIL D'ACTUALITÉ */
.card.mod-card-news:nth-child(n){
border: 0;
width: 49.5%;
height: 70px;
}
.cards-wrapper > a:hover {
box-shadow:0 0 3px #a1a1a1;
}
.card.mod-card-news:nth-child(n) .card-transparent {
/*display: none;*/
transform: none;
bottom: 0;
top:-1px;
left: 0;
height: 100%;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
background-color: rgba(255, 255, 255, 0);
opacity: 1;
filter: none;
backface-visibility: hidden;
width: 100%;
z-index: 0;
}
.card.mod-card-news:nth-child(odd){
margin-right: 0.5%;
margin-bottom: 15px;
}
.card.mod-card-news:nth-child(even){
margin-left: 0.5%;
margin-top: 15px;
}
.card.mod-card-news img {
width: initial;
margin-top: 2.5px;
margin-left: 2.5px;
height: 65px;
}
.card .card-content {
padding: 0 35px 0 120px;
}
/* FLÈCHE DÉFILEMENT DES ACTUALITÉS */
.block-more .mod-arrow {
display: inline-block;
margin-left: 15px;
margin-right: 15px;
pointer-events: none;
color: #a1a1a1;
}
.block-more .mod-arrow-top.mod-arrow-show{
pointer-events:inherit;
color: #73b914;
}
.block-more .mod-arrow-bottom.mod-arrow-show{
pointer-events:inherit;
color: #73b914;
}
/* CAROUSEL*/
.carousel {
height: 300px;
}
/*
.carousel-wrapper {
height: 100%;
}
.carousel-item:nth-child(n){
top:0;
}
.carousel-item-img{
height: 100%;
width: 100%;
}
.carousel-item:nth-child(5n+1) {
height: 100%;
width: 34.6%;
}
.carousel-item:nth-child(5n), .carousel-item:nth-child(5n+2), .carousel-item:nth-child(5n-1), .carousel-item:nth-child(5n-2) {
height: 50%;
top:50%;
}
*/
}
@-moz-document regexp('http://www\\.lesnumeriques.com/.*') {
#pub-banner {
height: 93px;
overflow: hidden;
}
} | data/usercss/127516.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp('http://www\\.lesnumeriques.com/') {
/* FIL D'ACTUALITÉ */
.card.mod-card-news:nth-child(n){
border: 0;
width: 49.5%;
height: 70px;
}
.cards-wrapper > a:hover {
box-shadow:0 0 3px #a1a1a1;
}
.card.mod-card-news:nth-child(n) .card-transparent {
/*display: none;*/
transform: none;
bottom: 0;
top:-1px;
left: 0;
height: 100%;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
background-color: rgba(255, 255, 255, 0);
opacity: 1;
filter: none;
backface-visibility: hidden;
width: 100%;
z-index: 0;
}
.card.mod-card-news:nth-child(odd){
margin-right: 0.5%;
margin-bottom: 15px;
}
.card.mod-card-news:nth-child(even){
margin-left: 0.5%;
margin-top: 15px;
}
.card.mod-card-news img {
width: initial;
margin-top: 2.5px;
margin-left: 2.5px;
height: 65px;
}
.card .card-content {
padding: 0 35px 0 120px;
}
/* FLÈCHE DÉFILEMENT DES ACTUALITÉS */
.block-more .mod-arrow {
display: inline-block;
margin-left: 15px;
margin-right: 15px;
pointer-events: none;
color: #a1a1a1;
}
.block-more .mod-arrow-top.mod-arrow-show{
pointer-events:inherit;
color: #73b914;
}
.block-more .mod-arrow-bottom.mod-arrow-show{
pointer-events:inherit;
color: #73b914;
}
/* CAROUSEL*/
.carousel {
height: 300px;
}
/*
.carousel-wrapper {
height: 100%;
}
.carousel-item:nth-child(n){
top:0;
}
.carousel-item-img{
height: 100%;
width: 100%;
}
.carousel-item:nth-child(5n+1) {
height: 100%;
width: 34.6%;
}
.carousel-item:nth-child(5n), .carousel-item:nth-child(5n+2), .carousel-item:nth-child(5n-1), .carousel-item:nth-child(5n-2) {
height: 50%;
top:50%;
}
*/
}
@-moz-document regexp('http://www\\.lesnumeriques.com/.*') {
#pub-banner {
height: 93px;
overflow: hidden;
}
} | 0.238816 | 0.085748 |
@font-face {
font-family: 'sourcesansprobold';
src: url('../fonts/sourcesanspro-bold-webfont.eot');
src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'sourcesansproregular';
src: url('../fonts/sourcesanspro-regular-webfont.eot');
src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'sourcesansprolight';
src: url('../fonts/sourcesanspro-light-webfont.eot');
src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'oswaldregular';
src: url('../fonts/oswald-regular-webfont.eot');
src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
url('../fonts/oswald-regular-webfont.woff') format('woff'),
url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
url('../fonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'oswaldbold';
src: url('../fonts/oswald-bold-webfont.eot');
src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/oswald-bold-webfont.woff2') format('woff2'),
url('../fonts/oswald-bold-webfont.woff') format('woff'),
url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'oswaldlight';
src: url('../fonts/oswald-light-webfont.eot');
src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/oswald-light-webfont.woff2') format('woff2'),
url('../fonts/oswald-light-webfont.woff') format('woff'),
url('../fonts/oswald-light-webfont.ttf') format('truetype'),
url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotolight';
src: url('../fonts/roboto-light-webfont.eot');
src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto-light-webfont.woff2') format('woff2'),
url('../fonts/roboto-light-webfont.woff') format('woff'),
url('../fonts/roboto-light-webfont.ttf') format('truetype'),
url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotoregular';
src: url('../fonts/roboto-regular-webfont.eot');
src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
url('../fonts/roboto-regular-webfont.woff') format('woff'),
url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotobold';
src: url('../fonts/roboto-bold-webfont.eot');
src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
url('../fonts/roboto-bold-webfont.woff') format('woff'),
url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotoblack';
src: url('../fonts/roboto-black-webfont.eot');
src: url('../fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto-black-webfont.woff2') format('woff2'),
url('../fonts/roboto-black-webfont.woff') format('woff'),
url('../fonts/roboto-black-webfont.ttf') format('truetype'),
url('../fonts/roboto-black-webfont.svg#robotoblack') format('svg');
font-weight: normal;
font-style: normal;
} | css/fonts.css | @font-face {
font-family: 'sourcesansprobold';
src: url('../fonts/sourcesanspro-bold-webfont.eot');
src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'sourcesansproregular';
src: url('../fonts/sourcesanspro-regular-webfont.eot');
src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'sourcesansprolight';
src: url('../fonts/sourcesanspro-light-webfont.eot');
src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'oswaldregular';
src: url('../fonts/oswald-regular-webfont.eot');
src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
url('../fonts/oswald-regular-webfont.woff') format('woff'),
url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
url('../fonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'oswaldbold';
src: url('../fonts/oswald-bold-webfont.eot');
src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/oswald-bold-webfont.woff2') format('woff2'),
url('../fonts/oswald-bold-webfont.woff') format('woff'),
url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'oswaldlight';
src: url('../fonts/oswald-light-webfont.eot');
src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/oswald-light-webfont.woff2') format('woff2'),
url('../fonts/oswald-light-webfont.woff') format('woff'),
url('../fonts/oswald-light-webfont.ttf') format('truetype'),
url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotolight';
src: url('../fonts/roboto-light-webfont.eot');
src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto-light-webfont.woff2') format('woff2'),
url('../fonts/roboto-light-webfont.woff') format('woff'),
url('../fonts/roboto-light-webfont.ttf') format('truetype'),
url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotoregular';
src: url('../fonts/roboto-regular-webfont.eot');
src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
url('../fonts/roboto-regular-webfont.woff') format('woff'),
url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotobold';
src: url('../fonts/roboto-bold-webfont.eot');
src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
url('../fonts/roboto-bold-webfont.woff') format('woff'),
url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotoblack';
src: url('../fonts/roboto-black-webfont.eot');
src: url('../fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto-black-webfont.woff2') format('woff2'),
url('../fonts/roboto-black-webfont.woff') format('woff'),
url('../fonts/roboto-black-webfont.ttf') format('truetype'),
url('../fonts/roboto-black-webfont.svg#robotoblack') format('svg');
font-weight: normal;
font-style: normal;
} | 0.286968 | 0.037857 |
@import url("reset.css");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic,900,900italic");
/* ==================================================
Global Styles
================================================== */
*
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html
{
height: 100%;
overflow: auto;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body
{
font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
font-size: 20px;
line-height: 32px;
font-weight: 300;
color: #999;
background: #DDD;
text-rendering: optimizeLegibility;
vertical-align: baseline;
}
::selection
{
background: #FC6621;
color: #FFF;
}
::-moz-selection
{
background: #FC6621;
color: #FFF;
}
/* ==================================================
Default Typography
================================================== */
a
{
color: #FFF;
text-decoration: none;
text-align: center;
}
a:hover
{
color: #59D3DA;
}
h1, h2, h3
{
font-size: 60px;
line-height: 60px;
margin: 0 0 10px 0;
letter-spacing: -1px;
font-weight: 300;
text-align: center;
color: #59D3DA;
}
h2
{
font-size: 38px;
line-height: 38px;
}
h3
{
font-size: 32px;
line-height: 32px;
}
i.fa
{
font-size: 40px;
}
li
{
font-size: 0.72em;
}
li:hover
{
text-decoration: underline;
}
span
{
text-align: center;
}
sup
{
display: inline-block;
font-size: 0.5em;
color: #FFF;
}
ul
{
list-style-type: circle;
}
/* ==================================================
General Layout Styles
================================================== */
.fullwidth
{
width: 100%;
padding: 40px 30px;
min-width: 280px;
}
.fullwidth .bodycontainer
{
margin: 0 auto;
width: 100%;
max-width: 1000px;
text-align: center;
}
.paper
{
background-color: #FFF;
width: 850px;
padding: 20px 35px 20px;
margin: 0 auto;
min-width: 360px;
}
.paper.header
{
padding-bottom: 50px;
}
.mobile-hide
{
display: block;
color: #999;
text-align: center;
margin: 0 auto;
}
/* ==================================================
Header
================================================== */
.header
{
background-color: #43474D;
}
#name
{
color: #59D3DA;
text-decoration: underline;
text-transform: uppercase;
font-weight: bolder;
}
#position
{
color: #FFF;
text-decoration: none;
}
#profile
{
display: block;
width: 100px;
border-radius: 50px;
margin: -75px auto -50px;
}
/* ==================================================
About Me
================================================== */
hr#initial
{
margin-top: -10px;
}
#info
{
padding: 60px 20px 0 20px;
font-size: 0.8em;
line-height: 1.2em;
text-align: justify;
}
/* ==================================================
Strengths
================================================== */
.title
{
font-weight: bold;
color: #000;
text-align: center;
line-height: 1.2em;
}
.employer
{
font-weight: bolder;
color: #000;
text-align: center;
line-height: 1.2em;
}
.work
{
text-decoration: underline;
text-align: center;
}
p.work
{
color: #59D3DA;
}
i.fa
{
display: block;
text-align: center;
line-height: 46px;
color: #999;
}
i.material-icons
{
display: block;
text-align: center;
line-height: 46px;
color: #999;
font-size: 50px;
}
.mobile-des
{
display: none;
}
/* ==================================================
Experience
================================================== */
/* ==================================================
Education
================================================== */
#edu
{
padding-top: 20px;
font-size: 0.85em;
line-height: 1.2em;
text-align: justify;
}
/* ==================================================
References
================================================== */
.ref-pic
{
display: block;
width: 200px;
border-radius: 200px;
margin: 0 auto;
}
.ref-name
{
text-align: center;
font-weight: bold;
}
.ref-contact
{
display: block;
color: #999;
text-align: center;
margin: 0 auto;
}
.ref-contact i
{
font-size: 20px;
}
/* ==================================================
Footer
================================================== */
#footercont
{
position: relative;
font-size: 18px;
}
#footercont #socialmedia ul li
{
display: inline-block;
list-style-type: none;
margin: 0 10px;
}
#footercont #socialmedia ul li a
{
font-size: 36px;
color: #999;
}
#footercont #socialmedia ul li a:hover
{
color: #FC6621;
}
#footercont p.backtotop
{
margin: 0 0 40px 0;
}
#footercont p.backtotop a
{
position: relative;
display: inline-block;
background: #EEE;
font-size: 32px;
line-height: 32px;
color: #999;
padding: 5px 12px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#footercont p.backtotop a:hover
{
background-color: #59D3DA;
color: #FFF;
text-decoration: none;
}
#footercont p.backtotop a:active
{
top: 2px;
}
#socialmedia ul
{
margin: 0px;
padding: 0px;
}
/* ==================================================
Social Links
================================================== */
.fa-twitter:hover {
color: #55acee;
}
.fa-facebook:hover {
color: #3b5998;
}
.fa-pinterest:hover {
color: #cb2026;
}
.fa-google-plus:hover {
color: #dd4b39;
}
.fa-linkedin:hover {
color: #0077B5;
}
/* ==================================================
Responsive Breakpoints
================================================== */
@media screen and (max-width: 991px)
{
.mobile-des
{
display: block;
color: #999;
text-align: center;
margin: 0 auto;
}
.mobile-hide
{
display: none;
}
.paper
{
width: 100%;
}
li
{
text-align: center;
}
#name
{
font-size: 42px;
}
#position
{
font-size: 26px;
}
.popover
{
display: none !important;
}
}
@media screen and (max-width: 480px)
{
.mobile-des
{
display: block;
color: #999;
text-align: center;
margin: 0 auto;
}
.mobile-hide
{
display: none;
}
.paper
{
width: 100%;
}
li
{
text-align: center;
}
#name
{
font-size: 42px;
}
#position
{
font-size: 26px;
}
.popover
{
display: none !important;
}
} | css/resume.css | @import url("reset.css");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic,900,900italic");
/* ==================================================
Global Styles
================================================== */
*
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html
{
height: 100%;
overflow: auto;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body
{
font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
font-size: 20px;
line-height: 32px;
font-weight: 300;
color: #999;
background: #DDD;
text-rendering: optimizeLegibility;
vertical-align: baseline;
}
::selection
{
background: #FC6621;
color: #FFF;
}
::-moz-selection
{
background: #FC6621;
color: #FFF;
}
/* ==================================================
Default Typography
================================================== */
a
{
color: #FFF;
text-decoration: none;
text-align: center;
}
a:hover
{
color: #59D3DA;
}
h1, h2, h3
{
font-size: 60px;
line-height: 60px;
margin: 0 0 10px 0;
letter-spacing: -1px;
font-weight: 300;
text-align: center;
color: #59D3DA;
}
h2
{
font-size: 38px;
line-height: 38px;
}
h3
{
font-size: 32px;
line-height: 32px;
}
i.fa
{
font-size: 40px;
}
li
{
font-size: 0.72em;
}
li:hover
{
text-decoration: underline;
}
span
{
text-align: center;
}
sup
{
display: inline-block;
font-size: 0.5em;
color: #FFF;
}
ul
{
list-style-type: circle;
}
/* ==================================================
General Layout Styles
================================================== */
.fullwidth
{
width: 100%;
padding: 40px 30px;
min-width: 280px;
}
.fullwidth .bodycontainer
{
margin: 0 auto;
width: 100%;
max-width: 1000px;
text-align: center;
}
.paper
{
background-color: #FFF;
width: 850px;
padding: 20px 35px 20px;
margin: 0 auto;
min-width: 360px;
}
.paper.header
{
padding-bottom: 50px;
}
.mobile-hide
{
display: block;
color: #999;
text-align: center;
margin: 0 auto;
}
/* ==================================================
Header
================================================== */
.header
{
background-color: #43474D;
}
#name
{
color: #59D3DA;
text-decoration: underline;
text-transform: uppercase;
font-weight: bolder;
}
#position
{
color: #FFF;
text-decoration: none;
}
#profile
{
display: block;
width: 100px;
border-radius: 50px;
margin: -75px auto -50px;
}
/* ==================================================
About Me
================================================== */
hr#initial
{
margin-top: -10px;
}
#info
{
padding: 60px 20px 0 20px;
font-size: 0.8em;
line-height: 1.2em;
text-align: justify;
}
/* ==================================================
Strengths
================================================== */
.title
{
font-weight: bold;
color: #000;
text-align: center;
line-height: 1.2em;
}
.employer
{
font-weight: bolder;
color: #000;
text-align: center;
line-height: 1.2em;
}
.work
{
text-decoration: underline;
text-align: center;
}
p.work
{
color: #59D3DA;
}
i.fa
{
display: block;
text-align: center;
line-height: 46px;
color: #999;
}
i.material-icons
{
display: block;
text-align: center;
line-height: 46px;
color: #999;
font-size: 50px;
}
.mobile-des
{
display: none;
}
/* ==================================================
Experience
================================================== */
/* ==================================================
Education
================================================== */
#edu
{
padding-top: 20px;
font-size: 0.85em;
line-height: 1.2em;
text-align: justify;
}
/* ==================================================
References
================================================== */
.ref-pic
{
display: block;
width: 200px;
border-radius: 200px;
margin: 0 auto;
}
.ref-name
{
text-align: center;
font-weight: bold;
}
.ref-contact
{
display: block;
color: #999;
text-align: center;
margin: 0 auto;
}
.ref-contact i
{
font-size: 20px;
}
/* ==================================================
Footer
================================================== */
#footercont
{
position: relative;
font-size: 18px;
}
#footercont #socialmedia ul li
{
display: inline-block;
list-style-type: none;
margin: 0 10px;
}
#footercont #socialmedia ul li a
{
font-size: 36px;
color: #999;
}
#footercont #socialmedia ul li a:hover
{
color: #FC6621;
}
#footercont p.backtotop
{
margin: 0 0 40px 0;
}
#footercont p.backtotop a
{
position: relative;
display: inline-block;
background: #EEE;
font-size: 32px;
line-height: 32px;
color: #999;
padding: 5px 12px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#footercont p.backtotop a:hover
{
background-color: #59D3DA;
color: #FFF;
text-decoration: none;
}
#footercont p.backtotop a:active
{
top: 2px;
}
#socialmedia ul
{
margin: 0px;
padding: 0px;
}
/* ==================================================
Social Links
================================================== */
.fa-twitter:hover {
color: #55acee;
}
.fa-facebook:hover {
color: #3b5998;
}
.fa-pinterest:hover {
color: #cb2026;
}
.fa-google-plus:hover {
color: #dd4b39;
}
.fa-linkedin:hover {
color: #0077B5;
}
/* ==================================================
Responsive Breakpoints
================================================== */
@media screen and (max-width: 991px)
{
.mobile-des
{
display: block;
color: #999;
text-align: center;
margin: 0 auto;
}
.mobile-hide
{
display: none;
}
.paper
{
width: 100%;
}
li
{
text-align: center;
}
#name
{
font-size: 42px;
}
#position
{
font-size: 26px;
}
.popover
{
display: none !important;
}
}
@media screen and (max-width: 480px)
{
.mobile-des
{
display: block;
color: #999;
text-align: center;
margin: 0 auto;
}
.mobile-hide
{
display: none;
}
.paper
{
width: 100%;
}
li
{
text-align: center;
}
#name
{
font-size: 42px;
}
#position
{
font-size: 26px;
}
.popover
{
display: none !important;
}
} | 0.076697 | 0.055056 |
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
html{
font-family: sans-serif;
}
body{
line-height: 1.5;
background-color:whitesmoke;
}
.productsContainer{
display: grid;
grid-gap: 10px;
}
.products{
display: grid;
grid-template-columns: repeat(3,1fr);
width: 100%;
height: 100%;
}
#product1{
background-image: url(../assets/nadine-shaabana-iCxPxfBlvlg-unsplash.jpg);
background-position: center;
background-size: cover;
}
#product2{
background-image: url(../assets/apple.jpg);
background-position: center;
background-size: cover;
}
#product3{
background-image: url(../assets/watch.jpg);
background-position: center;
background-size: cover;
}
#product4{
background-image: url(../assets/joystick.jpg);
background-position: center;
background-size: cover;
}
#product5{
background-image: url(../assets/ps.jpg);
background-position: center;
background-size: cover;
}
#product6{
background-image: url(../assets/ptv.jpg);
background-position: center;
background-size: cover;
}
.product{
height: 330px;
margin: 10px;
box-shadow: rgba(0,0,0,0.2) 0 4px 8px 0, rgba(0,0,0,0.19) 10px 6px 20px 0;
cursor: pointer;
}
.product p{
background-color: white;
opacity: 1;
margin-top:244px;
height: 86px;
padding: 10px;
cursor: pointer;
color: black;
}
.product p:hover{
background-color: white;
opacity: 0.9;
height: 105px;
margin-top:225px;
}
@media screen and (max-width:800px){
.products{
display: grid;
grid-template-columns: repeat(2,1fr);
width: 100%;
height: 100%;
}
}
@media screen and (max-width:520px){
.products{
display: grid;
grid-template-columns: repeat(1,1fr);
width: 100%;
height: 100%;
}
.product{
height: 330px;
margin: 0px;
margin-top: 10px;
box-shadow: rgba(0,0,0,0.2) 0 4px 8px 0, rgba(0,0,0,0.19) 10px 6px 20px 0;
cursor: pointer;
}
} | UI/css/products.css | *{
padding: 0;
margin: 0;
box-sizing: border-box;
}
html{
font-family: sans-serif;
}
body{
line-height: 1.5;
background-color:whitesmoke;
}
.productsContainer{
display: grid;
grid-gap: 10px;
}
.products{
display: grid;
grid-template-columns: repeat(3,1fr);
width: 100%;
height: 100%;
}
#product1{
background-image: url(../assets/nadine-shaabana-iCxPxfBlvlg-unsplash.jpg);
background-position: center;
background-size: cover;
}
#product2{
background-image: url(../assets/apple.jpg);
background-position: center;
background-size: cover;
}
#product3{
background-image: url(../assets/watch.jpg);
background-position: center;
background-size: cover;
}
#product4{
background-image: url(../assets/joystick.jpg);
background-position: center;
background-size: cover;
}
#product5{
background-image: url(../assets/ps.jpg);
background-position: center;
background-size: cover;
}
#product6{
background-image: url(../assets/ptv.jpg);
background-position: center;
background-size: cover;
}
.product{
height: 330px;
margin: 10px;
box-shadow: rgba(0,0,0,0.2) 0 4px 8px 0, rgba(0,0,0,0.19) 10px 6px 20px 0;
cursor: pointer;
}
.product p{
background-color: white;
opacity: 1;
margin-top:244px;
height: 86px;
padding: 10px;
cursor: pointer;
color: black;
}
.product p:hover{
background-color: white;
opacity: 0.9;
height: 105px;
margin-top:225px;
}
@media screen and (max-width:800px){
.products{
display: grid;
grid-template-columns: repeat(2,1fr);
width: 100%;
height: 100%;
}
}
@media screen and (max-width:520px){
.products{
display: grid;
grid-template-columns: repeat(1,1fr);
width: 100%;
height: 100%;
}
.product{
height: 330px;
margin: 0px;
margin-top: 10px;
box-shadow: rgba(0,0,0,0.2) 0 4px 8px 0, rgba(0,0,0,0.19) 10px 6px 20px 0;
cursor: pointer;
}
} | 0.365796 | 0.114963 |
@import url("../node_modules/bootstrap/dist/css/bootstrap.min.css");
html {
height: 100%;
margin: 0;
padding: 0;
overflow-y: scroll;
}
body {
height: 100%;
margin: 0;
padding: 0;
font-family: "open-sans", "Helvetica Neue", Helvetica, Calibri, Arial, "Lucida Grande", sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 1.4;
background-attachment: fixed;
position: relative;
color: #404040;
}
.content-wrapper,
.Contents {
margin: 0 auto;
width: 83%;
}
.content-wrapper:before,
.content-wrapper:after,
.Contents:before,
.Contents:after {
content: " ";
display: table;
}
*,
::after,
::before {
box-sizing: unset;
}
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.visuallyhidden,
.toggle-buttons input[type='checkbox'],
.toggle-buttons-small input[type='checkbox'],
.toggle-buttons input[type='radio'],
.toggle-buttons-small input[type='radio'] {
border: 0;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
border: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="range"],
.uneditable-input {
display: inline-block;
padding: 5px 0px;
font-size: 12px;
/*line-height: 20px;*/
color: #333;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
/*-webkit-appearance: none;*/
border-radius: 0;
}
select,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="range"],
.uneditable-input,
label.ifl {
width: 18.5em;
height: 1.8em;
}
.pull-right {
float: right !important;
}
.offer-Port-sign {
max-width: 350px;
box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.2);
margin-left: auto;
margin-right: auto;
}
.signin-page-header {
max-width: 350px;
padding: 10px 40px 30px 40px;
}
.signin-page-header h1.heading {
margin-top: 5px;
font-size: 18px;
color: #000;
font-weight: 500;
}
.logim-fld {
margin-top: 40px;
position: relative;
}
.signin-page-footer {
text-align: right;
margin-top: 25px;
padding-bottom: 32px;
max-width: 319px;
}
.signin-page-footer #btnSignIn {
width: 65px;
height: 30px;
border-radius: 4px;
}
.offer-port-SignInInput {
width: 287px !important;
border: none !important;
border-bottom: 1px solid #404040 !important;
padding: 5px 1px !important;
}
.offer-port-SignInInput:focus {
border-color: #0D47A1;
outline: 2px dotted #003057;
outline-offset: 1px;
}
.holder-sign-in {
position: absolute;
margin: 9px 0px;
color: #404040;
cursor: text;
font-size: 12px;
z-index: 1;
font-weight: 400;
width: 250px;
}
.picon-user-info-confirmation {
background-position: -37px -161px;
width: 25px;
height: 25px;
margin-right: 1%;
margin-top: -8px;
}
.offer-port-sign-ack {
margin-top: 42px;
}
.offer-port-sign-ack h2 {
display: inline;
color: #003057;
font-size: 24px;
font-weight: 400;
}
.form-wrapper {
max-width: 30%;
min-width: 300px;
padding: 50px 30px 50px 30px;
margin: 50px auto;
background-color: #ffffff;
border-radius: 5px;
box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.form-group {
position: relative;
top: 0px;
}
.form-group + .form-group {
margin-top: 0px;
}
.form-label {
position: absolute;
left: 0;
top: 18px;
color: #404040;
background-color: none;
z-index: 10;
transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
transition: transform 150ms ease-out, font-size 150ms ease-out;
transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
font-size: 13px;
}
.focused .form-label {
-webkit-transform: translateY(-125%);
transform: translateY(-125%);
font-size: 12px;
color: #0D47A1;
font-weight: 600;
}
.form-input {
position: relative;
padding: 12px 0px 0px 0 !important;
width: 100% !important;
outline: 0;
border: 0 !important;
box-shadow: 0 2px 0 0 #ccc;
transition: box-shadow 150ms ease-out;
color: #000 !important;
font-size: 14px !important;
text-transform: uppercase;
border-radius: 0px;
}
.form-input:focus {
box-shadow: 0 2px 0 0 #404040;
}
.form-input.filled {
box-shadow: 0 2px 0 0 #ccc;
}
@media screen\0 {
.form-group {
top: 5px;
}
.form-label {
top: 12px;
}
.signin-page-header h1.heading {
padding-bottom: 10px;
}
select,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="range"],
.uneditable-input,
label.ifl {
height: 2.3em !important;
}
.passenger-section .ng-select .ng-select-container,
.sel-flig-ie .ng-select .ng-select-container {
overflow: inherit !important;
}
.passenger-section .ng-select-multiple.ng-select .ng-select-container .ng-value-container .ng-placeholder {
padding-bottom: 0px !important;
}
.passenger-section .ng-select-multiple.ng-select .ng-select-container .ng-value-container .ng-input {
padding: 0px !important;
}
.passenger-section .ng-select .ng-select-container .ng-value-container .ng-input > input {
height: auto !important;
padding: 0px !important;
}
}
.header-txt {
padding: 0 1em 2em 0;
margin: 25px -21px 0 0;
z-index: 10;
display: inline-block;
text-align: right;
width: 944px;
color: #fff;
font-size: 18px;
font-weight: 500;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
box-shadow: 0 2px 0 0 #dc3545;
}
.isIssueDoc-scr {
display: block;
}
.is-not-IssueDoc-scr {
display: none;
}
.hiddenClass {
display: none;
}
/*======================CSS FOR NG2- COMPLETER=====================*/
.completer-input {
position: relative;
padding: 12px 0px 0px 0 !important;
width: 100% !important;
outline: 0;
border: 0 !important;
box-shadow: 0 2px 0 0 #ccc;
transition: box-shadow 150ms ease-out;
color: #000 !important;
font-size: 14px !important;
text-transform: uppercase;
}
.completer-dropdown {
width: 256px !important;
margin-top: 5px !important;
}
.completer-row {
padding: 3px !important;
width: 100% !important;
}
.completer-input:focus {
box-shadow: 0 2px 0 0 #404040;
}
.completer-selected-row {
background-color: #ebf5ff !important;
color: #000 !important;
}
/*=============================ENDS HERE=========================*/
@media screen\0 {
.completer-dropdown {
width: 270px !important;
}
.selectize-control.single .selectize-input:after {
margin-top: 2px !important;
}
}
.no-border {
border-top: none;
}
.section-title {
font-family: "open-sans", "Helvetica Neue", Helvetica, Calibri, Arial, "Lucida Grande", sans-serif;
font-weight: 600;
text-align: left;
color: #0D47A1;
margin-bottom: 15px;
margin-top: 15px;
font-size: 15px;
}
html,
body {
height: 100%;
}
body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
}
.form-full-width {
min-width: 100px;
max-width: 350px;
width: 100%;
}
.full-width {
width: 100%;
}
.focused {
color: #0D47A1;
}
.nCov{
float:right;
padding-top: 2%;
font-weight: 600;
}
.nCoV-divide {
display: block;
padding:1%
}
.size {
min-height: 600px;
}
.center {
text-align: center;
}
/*class="mat-placeholder-required mat-form-field-required-marker ng-tns-c6-0 ng-star-inserted"*/
.mat-placeholder-required {
color: #404040;
}
.star{
color: #404040;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
color: #404040;
}
/*.mat-checkbox-frame {
border-color: #404040;
}
.mat-radio-outer-circle {
border-color: #404040;
}*/ | webForm/MicrobeTraceNext/ClientApp/src/styles.css | @import url("../node_modules/bootstrap/dist/css/bootstrap.min.css");
html {
height: 100%;
margin: 0;
padding: 0;
overflow-y: scroll;
}
body {
height: 100%;
margin: 0;
padding: 0;
font-family: "open-sans", "Helvetica Neue", Helvetica, Calibri, Arial, "Lucida Grande", sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 1.4;
background-attachment: fixed;
position: relative;
color: #404040;
}
.content-wrapper,
.Contents {
margin: 0 auto;
width: 83%;
}
.content-wrapper:before,
.content-wrapper:after,
.Contents:before,
.Contents:after {
content: " ";
display: table;
}
*,
::after,
::before {
box-sizing: unset;
}
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.visuallyhidden,
.toggle-buttons input[type='checkbox'],
.toggle-buttons-small input[type='checkbox'],
.toggle-buttons input[type='radio'],
.toggle-buttons-small input[type='radio'] {
border: 0;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
border: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="range"],
.uneditable-input {
display: inline-block;
padding: 5px 0px;
font-size: 12px;
/*line-height: 20px;*/
color: #333;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
/*-webkit-appearance: none;*/
border-radius: 0;
}
select,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="range"],
.uneditable-input,
label.ifl {
width: 18.5em;
height: 1.8em;
}
.pull-right {
float: right !important;
}
.offer-Port-sign {
max-width: 350px;
box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.2);
margin-left: auto;
margin-right: auto;
}
.signin-page-header {
max-width: 350px;
padding: 10px 40px 30px 40px;
}
.signin-page-header h1.heading {
margin-top: 5px;
font-size: 18px;
color: #000;
font-weight: 500;
}
.logim-fld {
margin-top: 40px;
position: relative;
}
.signin-page-footer {
text-align: right;
margin-top: 25px;
padding-bottom: 32px;
max-width: 319px;
}
.signin-page-footer #btnSignIn {
width: 65px;
height: 30px;
border-radius: 4px;
}
.offer-port-SignInInput {
width: 287px !important;
border: none !important;
border-bottom: 1px solid #404040 !important;
padding: 5px 1px !important;
}
.offer-port-SignInInput:focus {
border-color: #0D47A1;
outline: 2px dotted #003057;
outline-offset: 1px;
}
.holder-sign-in {
position: absolute;
margin: 9px 0px;
color: #404040;
cursor: text;
font-size: 12px;
z-index: 1;
font-weight: 400;
width: 250px;
}
.picon-user-info-confirmation {
background-position: -37px -161px;
width: 25px;
height: 25px;
margin-right: 1%;
margin-top: -8px;
}
.offer-port-sign-ack {
margin-top: 42px;
}
.offer-port-sign-ack h2 {
display: inline;
color: #003057;
font-size: 24px;
font-weight: 400;
}
.form-wrapper {
max-width: 30%;
min-width: 300px;
padding: 50px 30px 50px 30px;
margin: 50px auto;
background-color: #ffffff;
border-radius: 5px;
box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.form-group {
position: relative;
top: 0px;
}
.form-group + .form-group {
margin-top: 0px;
}
.form-label {
position: absolute;
left: 0;
top: 18px;
color: #404040;
background-color: none;
z-index: 10;
transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
transition: transform 150ms ease-out, font-size 150ms ease-out;
transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
font-size: 13px;
}
.focused .form-label {
-webkit-transform: translateY(-125%);
transform: translateY(-125%);
font-size: 12px;
color: #0D47A1;
font-weight: 600;
}
.form-input {
position: relative;
padding: 12px 0px 0px 0 !important;
width: 100% !important;
outline: 0;
border: 0 !important;
box-shadow: 0 2px 0 0 #ccc;
transition: box-shadow 150ms ease-out;
color: #000 !important;
font-size: 14px !important;
text-transform: uppercase;
border-radius: 0px;
}
.form-input:focus {
box-shadow: 0 2px 0 0 #404040;
}
.form-input.filled {
box-shadow: 0 2px 0 0 #ccc;
}
@media screen\0 {
.form-group {
top: 5px;
}
.form-label {
top: 12px;
}
.signin-page-header h1.heading {
padding-bottom: 10px;
}
select,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="range"],
.uneditable-input,
label.ifl {
height: 2.3em !important;
}
.passenger-section .ng-select .ng-select-container,
.sel-flig-ie .ng-select .ng-select-container {
overflow: inherit !important;
}
.passenger-section .ng-select-multiple.ng-select .ng-select-container .ng-value-container .ng-placeholder {
padding-bottom: 0px !important;
}
.passenger-section .ng-select-multiple.ng-select .ng-select-container .ng-value-container .ng-input {
padding: 0px !important;
}
.passenger-section .ng-select .ng-select-container .ng-value-container .ng-input > input {
height: auto !important;
padding: 0px !important;
}
}
.header-txt {
padding: 0 1em 2em 0;
margin: 25px -21px 0 0;
z-index: 10;
display: inline-block;
text-align: right;
width: 944px;
color: #fff;
font-size: 18px;
font-weight: 500;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
box-shadow: 0 2px 0 0 #dc3545;
}
.isIssueDoc-scr {
display: block;
}
.is-not-IssueDoc-scr {
display: none;
}
.hiddenClass {
display: none;
}
/*======================CSS FOR NG2- COMPLETER=====================*/
.completer-input {
position: relative;
padding: 12px 0px 0px 0 !important;
width: 100% !important;
outline: 0;
border: 0 !important;
box-shadow: 0 2px 0 0 #ccc;
transition: box-shadow 150ms ease-out;
color: #000 !important;
font-size: 14px !important;
text-transform: uppercase;
}
.completer-dropdown {
width: 256px !important;
margin-top: 5px !important;
}
.completer-row {
padding: 3px !important;
width: 100% !important;
}
.completer-input:focus {
box-shadow: 0 2px 0 0 #404040;
}
.completer-selected-row {
background-color: #ebf5ff !important;
color: #000 !important;
}
/*=============================ENDS HERE=========================*/
@media screen\0 {
.completer-dropdown {
width: 270px !important;
}
.selectize-control.single .selectize-input:after {
margin-top: 2px !important;
}
}
.no-border {
border-top: none;
}
.section-title {
font-family: "open-sans", "Helvetica Neue", Helvetica, Calibri, Arial, "Lucida Grande", sans-serif;
font-weight: 600;
text-align: left;
color: #0D47A1;
margin-bottom: 15px;
margin-top: 15px;
font-size: 15px;
}
html,
body {
height: 100%;
}
body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
}
.form-full-width {
min-width: 100px;
max-width: 350px;
width: 100%;
}
.full-width {
width: 100%;
}
.focused {
color: #0D47A1;
}
.nCov{
float:right;
padding-top: 2%;
font-weight: 600;
}
.nCoV-divide {
display: block;
padding:1%
}
.size {
min-height: 600px;
}
.center {
text-align: center;
}
/*class="mat-placeholder-required mat-form-field-required-marker ng-tns-c6-0 ng-star-inserted"*/
.mat-placeholder-required {
color: #404040;
}
.star{
color: #404040;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
color: #404040;
}
/*.mat-checkbox-frame {
border-color: #404040;
}
.mat-radio-outer-circle {
border-color: #404040;
}*/ | 0.225331 | 0.077065 |
body {
margin: 0;
padding: 0;
background: grey;
}
input {
position: absolute;
left: -999px;
}
.track {
width: 200px;
height: 200px;
margin: 20px auto;
background: green;
border: 20px black solid;
border-radius: 20px;
position: relative;
}
.finish {
position: absolute;
left: 50%;
top: 100%;
width: 10px;
height: 20px;
background: white;
transform: translateX(-50%);
}
.runner {
position: absolute;
left: 50px;
top: 200px;
width: 20px;
height: 20px;
background: yellow;
animation: null 4s ease 1 forwards;
}
.timer {
position: absolute;
left: 20px;
top: 70px;
width: 160px;
height: 30px;
background: grey;
color: white;
font-family: monospace;
font-weight: bold;
font-size: 20px;
line-height: 30px;
text-align: center;
overflow: hidden;
}
.timer ol {
list-style: none;
float: left;
margin: 0;
padding: 0;
width: 30px;
height: 300px;
animation: tick 10s steps(10) 1s infinite;
animation-play-state: var(--delaypause);
}
@keyframes delaypause {
0% {
--delaypause: running;
}
100% {
--delaypause: running;
}
}
#s0:checked ~ .track .timer ol {
animation-play-state: paused;
animation-name: null;
}
#s5:checked ~ .track .timer {
--delaypause: paused;
animation: delaypause 1.5s;
}
.timer li {
margin: 0;
padding: 0;
width: 30px;
height: 30px;
}
ol.hundreds {
counter-reset: hundreds -1;
animation-duration: 1000s;
}
ol.tens {
counter-reset: tens -1;
animation-duration: 100s;
}
ol.ones {
counter-reset: ones -1;
}
ol.point,
ol.point li {
width: 10px;
animation: none;
}
ol.tenths {
counter-reset: tenths -1;
animation-duration: 1s;
}
ol.hundredths {
counter-reset: hundredths -1;
animation-duration: 0.1s;
}
.hundreds li:before {
content: counter(hundreds);
counter-increment: hundreds;
}
.tens li:before {
content: counter(tens);
counter-increment: tens;
}
.ones li:before {
content: counter(ones);
counter-increment: ones;
}
.tenths li:before {
content: counter(tenths);
counter-increment: tenths;
}
.hundredths li:before {
content: counter(hundredths);
counter-increment: hundredths;
}
@keyframes tick {
100% {
transform: translateY(-100%);
}
}
@keyframes straight1 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(150px, 0);
}
}
@keyframes straight2 {
0% {
transform: translate(150px, 0);
}
100% {
transform: translate(150px, -220px);
}
}
@keyframes straight3 {
0% {
transform: translate(150px, -220px);
}
100% {
transform: translate(-70px, -220px);
}
}
@keyframes straight4 {
0% {
transform: translate(-70px, -220px);
}
100% {
transform: translate(-70px, 0);
}
}
@keyframes straight5 {
0% {
transform: translate(-70px, 0);
}
100% {
transform: translate(100px, 0);
}
}
#s1:checked ~ .track .runner {
animation-name: straight1;
}
#s2:checked ~ .track .runner {
animation-name: straight2;
}
#s3:checked ~ .track .runner {
animation-name: straight3;
}
#s4:checked ~ .track .runner {
animation-name: straight4;
}
#s5:checked ~ .track .runner {
animation-name: straight5;
}
label {
visibility: hidden;
position: absolute;
z-index: 2;
left: 50%;
top: 170px;
width: 150px;
height: 20px;
background: white;
color: blue;
font-family: sans-serif;
text-align: center;
font-size: 20px;
line-height: 20px;
font-weight: bold;
padding: 10px;
border-radius: 10px;
cursor: pointer;
transform: translateX(-50%);
transition: visibility 1s linear 0;
}
:checked + label {
visibility: visible;
transition-delay: 3s;
} | Flask/Before JS/static/testt.css | body {
margin: 0;
padding: 0;
background: grey;
}
input {
position: absolute;
left: -999px;
}
.track {
width: 200px;
height: 200px;
margin: 20px auto;
background: green;
border: 20px black solid;
border-radius: 20px;
position: relative;
}
.finish {
position: absolute;
left: 50%;
top: 100%;
width: 10px;
height: 20px;
background: white;
transform: translateX(-50%);
}
.runner {
position: absolute;
left: 50px;
top: 200px;
width: 20px;
height: 20px;
background: yellow;
animation: null 4s ease 1 forwards;
}
.timer {
position: absolute;
left: 20px;
top: 70px;
width: 160px;
height: 30px;
background: grey;
color: white;
font-family: monospace;
font-weight: bold;
font-size: 20px;
line-height: 30px;
text-align: center;
overflow: hidden;
}
.timer ol {
list-style: none;
float: left;
margin: 0;
padding: 0;
width: 30px;
height: 300px;
animation: tick 10s steps(10) 1s infinite;
animation-play-state: var(--delaypause);
}
@keyframes delaypause {
0% {
--delaypause: running;
}
100% {
--delaypause: running;
}
}
#s0:checked ~ .track .timer ol {
animation-play-state: paused;
animation-name: null;
}
#s5:checked ~ .track .timer {
--delaypause: paused;
animation: delaypause 1.5s;
}
.timer li {
margin: 0;
padding: 0;
width: 30px;
height: 30px;
}
ol.hundreds {
counter-reset: hundreds -1;
animation-duration: 1000s;
}
ol.tens {
counter-reset: tens -1;
animation-duration: 100s;
}
ol.ones {
counter-reset: ones -1;
}
ol.point,
ol.point li {
width: 10px;
animation: none;
}
ol.tenths {
counter-reset: tenths -1;
animation-duration: 1s;
}
ol.hundredths {
counter-reset: hundredths -1;
animation-duration: 0.1s;
}
.hundreds li:before {
content: counter(hundreds);
counter-increment: hundreds;
}
.tens li:before {
content: counter(tens);
counter-increment: tens;
}
.ones li:before {
content: counter(ones);
counter-increment: ones;
}
.tenths li:before {
content: counter(tenths);
counter-increment: tenths;
}
.hundredths li:before {
content: counter(hundredths);
counter-increment: hundredths;
}
@keyframes tick {
100% {
transform: translateY(-100%);
}
}
@keyframes straight1 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(150px, 0);
}
}
@keyframes straight2 {
0% {
transform: translate(150px, 0);
}
100% {
transform: translate(150px, -220px);
}
}
@keyframes straight3 {
0% {
transform: translate(150px, -220px);
}
100% {
transform: translate(-70px, -220px);
}
}
@keyframes straight4 {
0% {
transform: translate(-70px, -220px);
}
100% {
transform: translate(-70px, 0);
}
}
@keyframes straight5 {
0% {
transform: translate(-70px, 0);
}
100% {
transform: translate(100px, 0);
}
}
#s1:checked ~ .track .runner {
animation-name: straight1;
}
#s2:checked ~ .track .runner {
animation-name: straight2;
}
#s3:checked ~ .track .runner {
animation-name: straight3;
}
#s4:checked ~ .track .runner {
animation-name: straight4;
}
#s5:checked ~ .track .runner {
animation-name: straight5;
}
label {
visibility: hidden;
position: absolute;
z-index: 2;
left: 50%;
top: 170px;
width: 150px;
height: 20px;
background: white;
color: blue;
font-family: sans-serif;
text-align: center;
font-size: 20px;
line-height: 20px;
font-weight: bold;
padding: 10px;
border-radius: 10px;
cursor: pointer;
transform: translateX(-50%);
transition: visibility 1s linear 0;
}
:checked + label {
visibility: visible;
transition-delay: 3s;
} | 0.619932 | 0.130202 |
body {
background-color: #fff;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000;
letter-spacing: normal;
word-spacing: normal;
text-align: left;
text-indent: 0pt;
margin: 0;
height: 100%;
}
p {
margin-bottom: 0px;
}
div.body_content {
margin: 0 12pt;
}
/* ----------------------------------------------------------------------------
Link styles
---------------------------------------------------------------------------- */
a:link, a:active {
color: #00289C;
text-decoration: none;
}
a:visited {
color: #00289C;
text-decoration: none;
}
a:hover {
color: #CE9E08;
text-decoration: underline;
}
/* Added by Intelliarts as a missing link debugger */
a.link-without-href:link, a.link-without-href:active {
color: #9900FF;
text-decoration: none;
background-color: #CCCCFF;
}
a.link-without-href:visited {
color: #909090;
text-decoration: none;
background-color: #E8E8E8;
}
a.link-without-href:hover {
color: #9900FF;
text-decoration: underline;
background-color: #CCCCFF;
}
/* ----------------------------------------------------------------------------
Table styles
---------------------------------------------------------------------------- */
table {
background-color: transparent;
margin-top: 5pt;
font-size: 10pt;
}
p.table-title {
font-weight: bold;
color: #338;
}
p.table-title + table.table {
margin-top: -5pt;
}
/* Table after it's title should have small top margin */
table.table th {
background-color: #ccc;
font-weight: bold;
}
/*Head row cells*/
table.table tr td {
vertical-align: top;
}
/*Body cells*/
table.ruled, table.ruled-wide {
width: 97%;
margin: 1.4em 0;
border-bottom: 3px solid #3D3D3D;
border-top: 4px solid #3D3D3D;
background-color: #F2F2F2;
}
table.ruled th, table.ruled-wide th {
color: white;
background-color: #3D3D3D;
padding: 4px 10px 7px 12px;
vertical-align: middle;
}
table.ruled td, table.ruled-wide td {
padding: 6px 10px 7px 12px;
border-bottom: 1px solid #3D3D3D;
vertical-align: baseline;
}
tr.RuledHeading, tr.RuledWideHeading {
background-color: transparent;
}
tr.RuledEvenRow, tr.RuledWideEvenRow {
background-color: transparent;
}
tr.RuledOddRow, tr.RuledWideOddRow {
background-color: transparent;
}
th.table-heading {
font-size: 10pt;
text-align: left;
font-weight: bold;
color: #3D3D3D;
}
/* Unruled Tables */
table.not-ruled, table.not-ruled-wide {
width: 97%;
margin: 1em 0;
}
table.not-ruled th, table.not-ruled-wide th {
color: #338;
padding: 4px 20px 2px 0;
vertical-align: text-bottom;
}
table.not-ruled td, table.not-ruled-wide td {
padding: 4px 20px 2px 0;
vertical-align: top;
}
table.not-ruled td div.figure-anchor,
table.not-ruled-wide td div.figure-anchor {
margin-top: 5pt;
}
/* tables in list elements */
li table.ruled, li table.ruled-wide, li table.not-ruled, li table.not-ruled-wide {
}
/* paras within tables */
table.ruled p, table.ruled-wide p, table.not-ruled p, table.not-ruled-wide p {
margin: 2pt 0;
}
/* div.note_xx within tables */
table.ruled div.note-note,
table.ruled-wide div.note-note,
table.not-ruled div.note-note,
table.not-ruled-wide div.note-note {
margin: 2pt 0;
}
/* ul's within tables*/
table.ruled ul, table.ruled-wide ul, table.not-ruled ul, table.not-ruled-wide ul {
margin: 6pt 0 0 12pt;
list-style-type: disc;
}
table.ruled ul p, table.ruled-wide ul p, table.not-ruled ul p, table.not-ruled-wide ul p {
margin-top: 6pt;
}
table.ruled ul li, table.ruled-wide ul li, table.not-ruled ul li, table.not-ruled-wide ul li {
margin: 4pt 0 0 0;
}
/* ol's within tables */
table.ruled ol, table.ruled-wide ol, table.not-ruled ol, table.not-ruled-wide ol {
margin: 6pt 0 0 18pt;
}
table.ruled ol p, table.ruled-wide ol p, table.not-ruled ol p, table.not-ruled-wide ol p {
margin-top: 6pt;
}
table.ruled ol li, table.ruled-wide ol li, table.not-ruled ol li, table.not-ruled-wide ol li {
margin: 4pt 0 0 0;
}
@media print {
table.ruled-wide th.table-heading {
color: #3D3D3D;
background-color: transparent;
padding-top: 4pt;
border-bottom: 4px solid #3D3D3D;
}
}
/* @media print */
p.table-body {
}
/* Paragraph within table body */
p.table-heading {
}
/* Paragraph within table body */
p.table-footing {
}
/* Paragraph within table body */
/* data table */
/* also used in dialog box topics */
table.ref-data {
margin: 0;
border: none;
font-size: 9pt;
}
/* data table td */
table.ref-data td {
padding: 0 0 12pt 0;
width: 0;
}
/* ----------------------------------------------------------------------------
List styles
---------------------------------------------------------------------------- */
ul {
margin: 6pt 0 0 12pt;
list-style-type: disc;
}
ul p {
margin-top: 6pt;
}
ul li {
margin: 10pt 0 0 6pt;
}
ul.bullet_no {
list-style-type: none;
}
ol {
margin: 6pt 0 0 18pt;
}
ol p {
margin-top: 6pt;
}
ol li {
margin: 10pt 0 0 0;
padding-left: 0pt;
}
div.single_step_instruction ol {
list-style-image: url(../images/ac.menuaro.gif);
}
/* See-Also cleaned up 2 Dec 11 Patric<NAME> to reflect cleaner HTMl See-Also line deleted 8 Aug 12 Zvi */
div.see-also ul ul {
margin-left: 0px;
}
div.see-also li {
margin-top: 4pt;
}
div.see-also {
margin-top: 18pt;
padding-top: 2pt;
}
div.see-also h4.related {
color: #338;
font-weight: bold;
margin: 0;
margin-bottom: 22px;
font-size: 10pt;
}
div.related-links h4.related{
margin-left:60px;
margin-bottom: 5px;
margin-top:20 px;
color: #338;
font-size: 10pt;
}
span.see-also {
color: #338;
font-weight: bold;
}
div.topic-list li {
margin-top: 4pt;
}
div.dl_section {
margin-left: 30pt;
}
/* section titles (break heads within topics) */
div.dl_section p.title,
div.dl_section p.section_title_h1,
div.section p.section_title_h1 {
background-color: #959595;
font-weight: bold;
font-size: 10pt;
color: #fff;
padding: 2pt 6pt 3pt 4pt;
margin-top: 20pt;
}
div.section h2 {
background-color: #959595;
font-weight: bold;
font-size: 10pt;
color: #fff;
padding: 2pt 6pt 3pt 4pt;
margin-top: 20pt;
}
@media print {
div.dl_section p.title,
div.dl_section p.section_title_h1,
div.section p.section_title_h1 {
background-color: transparent;
padding-left: 0pt;
}
}
dl {
}
dl p {
margin-top: 6pt;
}
dt {
margin-top: 12pt;
margin-bottom: 0px;
}
dd {
margin-top: 0pt;
margin-bottom: 0px;
}
ul.jumplist {
margin-left: 10pt;
margin-bottom: 10pt;
}
ol[start] {
margin-top: 2pt
}
/* continued list */
div.list-intro {
font-size: 10pt;
margin-bottom: 5pt;
font-weight: bold;
color: #990000;
}
div.enclosed-list {
margin-top: -5pt;
padding: 0 0 0 15pt;
}
/* Block to indent enclosed lists */
div.enclosed-list div.list-intro {
padding-top: 10pt;
}
/* Subsequent list into */
div.enclosed-list ul {
margin: 0;
}
div.enclosed-list ol {
margin: 0;
}
div.topic-list h4.related {
font-weight: bold;
font-size: 10pt;
color: #338;
margin: 16pt 0 8pt 0;
}
div.topic-list {
font-size: 10pt;
padding: 0;
}
.topiclist-litem {
margin-bottom: 6pt;
}
/* definition list */
table.dl {
font-size: 10pt;
}
/* in a definition list, a term-definition pair */
tr.dl-pair {
}
td.term {
width: 100pt;
vertical-align: baseline;
padding: 0 12pt 0 0;
}
td.definiton {
vertical-align: baseline;
padding: 0;
}
/* What's New DL styles */
dl.dl-WN dt {
float: left;
width: 25%;
margin: 1em 0 0 0;
}
dl.dl-WN dd {
float: right;
width: 65%;
margin: 1em 0 0 0;
}
dl.dl-WN div.definition p {
margin:0;
}
div.clear {
clear: both;
}
/* Civil 3D quick reference sections */
div.section {
margin-top: 12pt;
}
span.term {
font-size: 10pt;
font-weight: bold;
color: #36c;
}
div.definition {
margin-bottom: 10pt;
}
div.definition p {
margin-top: 4pt;
}
div.definition ul {
margin-top: 0pt;
}
div.definition li {
margin-top: 4pt;
}
/* definition links (glossary links) */
span.term a {
color: green; /* 'green' = #070 */
text-decoration: none;
border-bottom: 1px dotted green;
}
/* definition links */
span.term a:visited {
color: green;
}
/* collapsible */
div.collapsible {
margin-top: 10pt;
margin-bottom: 5pt;
}
img.collapsible {
cursor: pointer;
}
div.collapsible-section {
}
span.collapsible-section-title {
color: #027;
font-size: 10pt;
font-weight: bold;
padding-left: 5px;
cursor: pointer;
}
/* ----------------------------------------------------------------------------
Note styles
---------------------------------------------------------------------------- */
div.note-note,
div.note-warning,
div.note-tip,
div.note-related,
div.note-important,
div.note-bestpractice {
margin-top: 10pt;
margin-bottom: 0px;
}
/* Notes within table */
table.table div.note-note,
table.table div.note-warning,
table.table div.note-tip,
table.table div.note-related,
table.table div.note-important,
table.table div.note-bestpractice {
padding-top: 5px;
padding-bottom: 5px;
font-size: 9pt;
}
/* Notes within lists */
li div.note-note,
li div.note-warning,
li div.note-tip,
li div.note-related,
li div.note-important,
li div.note-bestpractice {
margin-left: 0pt;
margin-top: 2pt;
margin-bottom: 8pt;
}
/* Note label styles */
div.note-important span.label {
color: #c00;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}
div.note-warning span.label {
color: #c00;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}
div.note-note span.label {
color: #338;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}
div.note-tip span.label {
color: #338;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}
div.note-related span.label {
color: #027;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}
div.note-important span.label {
color: #c00;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}
div.note-bestpractice span.label {
color: #c00;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}
/* ---------------------------------------------------------------------------------------------
Code elements
--------------------------------------------------------------------------------------------- */
span.code,
div.codeBlock,
p.codeLine,
p.codeComment,
span.codeLiteral {
font-family: "Courier New", Courier, monospace;
font-size: 10pt;
font-style: normal;
font-weight: normal;
}
span.code {}
div.codeBlock div.codeBlock {
margin-left: 30pt;
} /* Only descendant code blocks should have indents */
p.codeLine,
p.codeComment {
padding: 1px;
margin: 1px;
}
p.codeSpace {}
span.codeLiteral {}
div.codeBlock {
margin-top: 8pt;
padding: 8pt;
background-color: #f7f7f7;
}
/* Fixes word wrap in code block */
pre {
white-space: pre;
overflow: auto;
word-wrap: normal;
}
div.codeBlock pre.codeLine {
margin-top: 0pt;
margin-bottom: 0pt;
}
@media print {
div.codeBlock {
background: #fff;
border: 1px solid #000;
}
} /* @media print */
/* ---------------------------------------------------------------------------------------------
Charspan
--------------------------------------------------------------------------------------------- */
span.charspan-keyboardEntry {}
span.charspan-strong {
font-weight: bold;
}
span.charspan-special {}
/*
Note that CharSpan[@class='Emphasis'], CharSpan[@class='Subscript'] and CharSpan[@class='Superscript'] elements
are being formatted as <em>, <sub> and <sub> html elements so please change element css definitions instead of class
*/
/* ---------------------------------------------------------------------------------------------
Emphasis
--------------------------------------------------------------------------------------------- */
em, em.mild {
font-style: italic;
}
em.strong {
font-style: normal;
font-weight: bold;
}
em.extreme {
font-style: italic;
font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------
UIString
--------------------------------------------------------------------------------------------- */
span.uis-promptMessage {
font-style: normal;
font-weight: bold;
}
span.uis-dialogCaption {
font-style: normal;
font-weight: bold;
}
span.uis-entryField {
font-style: normal;
font-weight: bold;
}
span.uis-menuText {}
span.uis-stringTable {}
span.uis-unspecified {}
/* -------------------------------------------------------------------------------------------
Comments
------------------------------------------------------------------------------------------- */
div.comments-editor {
font-weight: bold;
color: red;
}
div.comments-localizer {
font-weight: bold;
color: red;
}
div.comments-special {
font-weight: bold;
color: red;
}
div.comments-author {
color: #cc0000;
margin-left: 24pt;
margin-right: 48pt;
}
/* ------------------------------------------------------------------------------------------
Misc
------------------------------------------------------------------------------------------ */
.title,
.list-intro {
font-weight: bold;
color: #990000;
margin-top: 10pt;
margin-bottom: -5pt;
}
p.title {
font-weight: bold;
font-size: 10pt;
color: #338;
margin: 16pt 0 0 0;
}
p.section_title_h1 {
font-weight: bold;
font-size: 10pt;
color: #338;
margin: 16pt 0 0 0;
}
p.list-intro {
font-weight: bold;
font-size: 10pt;
color: #338;
margin: 16pt 0 0 0;
}
p.prompt {
margin-left: 12pt;
color: #00c;
}
p.entryField {
font-style: normal;
font-weight: bold;
} /* The same as 'uis-entryField'? */
span.keyboardEntry { } /* The same as 'charspan-keyboardEntry'? */
span.keyCaps {
font-style: normal;
font-weight: bold;
}
span.filePath {
font-style: italic;
}
span.appSetting {}
span.bookTitle {}
span.coord {}
span.codeIdentifier {}
span.dialogCaption{
font-style: italic;
}
span.menuText{
font-style: normal;
font-weight: bold;
}
span.glyphCopyright {}
span.glyphTM {}
span.glyphArrow {}
span.glyphEllipsis {}
span.glyphSpecial {}
span.glyphRegistered {}
span.glyph_additional {
font-family: Symbol;
}
span.glyph_square {
font-family: Wingdings;
}
a.webLink {}
span.fileName {}
span.term {
font-size: 10pt;
font-weight: bold;
color: #36c;
}
dd div.definition { }
dd div.brief_example {
font-size: 9pt;
color: #000;
background-color : #77aacc;
padding: 7pt 15pt;
margin: 0pt;
}
div.section {}
p.summary {}
/* -----------------------------------------------------------------------------------------------
New DITA tags
----------------------------------------------------------------------------------------------- */
span.MenuCascade {
}
/* -----------------------------------------------------------------------------------------------
Topic heading elements
----------------------------------------------------------------------------------------------- */
/* head region */
div.head {
font-family: arial;
background-color: #000000;
margin: 0;
width: 100%;
background-image: url(../images/product_name.gif);
background-repeat: no-repeat;
background-position: 15px 14px;
}
@media print {
div.head {
background-image: none;
}
} /* @media print */
/* head block - sets head region margins */
div.head-block {
padding-top: 2pt;
}
/* nav group - contains browse buttons */
div.nav-group {
position: relative;
height: 30px;
}
@media print {
div.nav-group {
display: none;
}
} /* @media print */
/* ask-me stuff */
form.ask-me {
width: 275px;
padding: 0px;
margin: 0px;
height: 0px;
float: left;
}
input.ask-me-image {
cursor: pointer;
margin: 2pt 0;
height: 21px;
}
input.ask-me-text {
width: 160pt;
padding: 1pt 0 0 5px;
height: 23px;
margin-bottom: 2pt;
}
/* link to parent topic */
div.head-parent-link span.head-parent-link {
font-weight: normal;
font-style: normal;
font-family: verdana;
font-size: 8pt;
}
div.head-parent-link a {
color: #347;
text-decoration: underline;
}
div.head-parent-link a:hover {
color: #347;
text-decoration: underline;
}
div.head-parent-link a:visited {
color: #347;
text-decoration: underline;
}
/* browse button set */
div.browse {
position: absolute;
right: 0px;
padding: 10px 12px 1px 0;
}
/* browse button */
div.browse div {
float: left;
}
/* home button separator */
div.browse span.home-button-separator {
float: left;
}
/* browse button images */
div.browse img {
margin-left: 2px;
}
/* browse button info bar */
div.button-info {
text-align: right;
font-size: 8pt;
height: 15px;
}
/* browse button info text */
span#infoline {
padding: 1px 15px 1px 0;
/*visibility: hidden;*/
color: #959595;
width: 100%;
text-align: right;
}
/* bread crumbs */
div.ancestry {
color: #959595;
background-color: #212121;
margin: 2px 0 0 0;
padding: 1px 0 5px 17px;
font-size: 8pt;
}
div.ancestry a {
color: #959595;
text-decoration: none;
}
div.ancestry a:link {
color: #959595;
text-decoration: none;
}
div.ancestry a:visited {
color: #959595;
text-decoration: none;
}
div.ancestry a:hover {
text-decoration: underline;
color: white;
}
@media print {
div.ancestry {
display: none;
}
} /* @media print */
/* head-text bar */
div.head-text {
background-color: #3d3d3d;
padding: 8px 18px 8px 16px;
/*height: 40px;*/
}
/* head-text */
div.head-text span {
color: #fff;
font-size: 16pt;
line-height: 18pt;
}
@media print {
div.head-text span {
font-size: 18pt;
color: #666;
filter: glow-off;
}
} /* @media print */
/* collapse-expand block */
/* contains the collapse block () and the expand block (), only
one of which is visible depending on collapse-expand state */
div.collapse-expand {
width: 200px;
float: right;
font-weight: normal;
white-space: nowrap;
position: relative;
top: -6px;
}
@media print {
div.collapse-expand {
display: none;
}
} /* @media print */
/* collapse block */
/* initial state: hidden */
div#collapseAllSection {
display: none;
}
/* expand block */
/* initial state: hidden */
div#expandAllSection {
display: none;
}
/* collapse-expand images */
img.expandcollapse_img {
display: none;
}
/* collapse-expand label */
div.collapse-expand-label {
text-align: right;
width: 100%;
position: absolute;
top: -4px;
right: 0px;
padding: 0px;
margin: 0px;
}
div.collapse-expand-label span {
font-weight: normal;
color: #959595;
cursor: pointer;
font-size: 10px
}
/* collapse-expand description */
div.collapse-expand-description {
font-weight: normal;
color: #959595;
text-align: right;
width: 100%;
position: absolute;
top: 15px;
right: 0px;
padding: 0px 0 0 10px;
margin: 0px;
}
/*--new added by patricia 11/3/2011--*/
div.head-text h1 {
color: #fff;
font-size: 16pt;
line-height: 18pt;
font-weight: normal;
margin: 0;
padding: 0;
}
/* -----------------------------------------------------------------------------------------------
Head Tabs elements
----------------------------------------------------------------------------------------------- */
/* head tabs */
div.head-tabs {
background-image: url(../images/tab-bkg.gif);
background-color: #fff;
}
/* head-tab table */
div.head-tabs table {
font-size: 10pt;
margin: 0px;
padding: 0px;
background: transparent;
border: none;
}
/* head-tab row */
div.head-tabs tr {
vertical-align: middle;
height: 28px;
}
@media print {
div.head-tabs table {
margin-left: 2px;
}
div.head-tabs tr {
position: relative;
left: -2px;
}
}
/* head-tab */
div.head-tabs td {
border-right: 0;
padding: 0;
}
/* head-tab sides */
td.tab-edge {
background-color: #fff;
display: inline;
padding: 0;
border-right: 0;
}
@media print {
td.tab-edge {
display: none;
}
} /* @media print */
/* head-tab, selectable */
td.tab {
background-image: url(../images/tab-bkg2.gif);
padding: 0 1em;
cursor: pointer;
vertical-align: middle;
}
@media print {
td.tab {
border: none;
background-image: none;
}
} /* @media print */
/* head-tab, selected */
td.tab-active {
background-color: #fff;
cursor: default;
vertical-align: middle;
background-image: url(../images/tab-bkg-xn.gif);
background-repeat: repeat;
}
@media print {
td.tab-active {
border: none;
background-image: none;
}
} /* @media print */
/* head-tab bodies, dimmed */
td.tab-disabled {
padding: 0 1em;
background-image: url(../images/tab-bkg-o.gif);
cursor: default;
vertical-align: middle;
}
/* head-tab text */
td.tab span {
color: #0033BB;
text-decoration: underline;
width: 100%;
padding: 0px;
}
@media print {
td.tab span {
color: #666;
}
} /* @media print */
/* head-tab text, selected */
td.tab-active span {
color: #000;
font-weight: bold;
padding: 0px;
position: relative;
top: 0px;
}
/* head-tab text, dimmed */
td.tab-disabled span {
width: 100%;
color: #666;
position: relative;
top: 0px;
visibility: hidden;
}
/* head-region bottom margin */
div.head-margin {
line-height: 0pt;
padding-bottom: 6pt;
}
/* Temporary fix for grey lines in Quick Reference Tabs */
div.quickReferenceList div.section p.section_title_h1 {
background-color: #FFFFFF
}
/* -----------------------------------------------------------------------------------------------
Topic footing (comments section) elements
----------------------------------------------------------------------------------------------- */
div.footer-block {
margin: 25pt 0 20pt 0;
border-top: 2px #959595 solid;
border-bottom: 2px #959595 solid;
text-align: right;
padding: 8px 15px 14px 0;
display: block;
}
@media print {
div.footer-block {
display: none;
}
} /* @media print */
/* -----------------------------------------------------------------------------------------------
Art related elements
----------------------------------------------------------------------------------------------- */
p.figure-title {
margin: 6pt 0 16pt 0;
padding: 4pt 8pt 5pt 0;
font-weight: bold;
}
div.figure-anchor {
margin-top: 16pt;
}
/* -----------------------------------------------------------------------------------------------
DynamicHelp elements
----------------------------------------------------------------------------------------------- */
span.AltContentHidden {
display: none;
}
span.RelatedContentHidden {
display: none;
}
span.DefaultContentHidden {
display: none;
}
/* -----------------------------------------------------------------------------------------------
Workflow tables
----------------------------------------------------------------------------------------------- */
table.workflow {
text-align: center;
border-collapse: collapse;
margin: 10pt 10pt 0 0;
}
tr.task {
vertical-align: middle;
height: 1px;
}
/* set min width of columns */
div.task-title-min-width {
height: 1px;
width: 257px;
}
div.task-summary-min-width {
width: 300px;
}
/* task-title column */
td.task-title {
height: 56px;
background-image: url(../images/task-button-middle.png);
background-repeat: repeat;
padding: 0 17px 10px 10px;
}
td.task-title-top {
height: 18px;
background-image: url(../images/task-button-top.png);
background-repeat: no-repeat;
padding: 0;
font-size: 10pt;
}
td.task-title-bottom {
height: 25px;
background-image: url(../images/task-button-bottom.png);
background-repeat: no-repeat;
padding: 0;
font-size: 10pt;
}
td.task-title-last {
height: 56px;
background-image: url(../images/task-button-middle.png);
background-repeat: repeat;
padding: 0 17px 10px 10px;
}
div.task-title {
font-family: helvetica, arial;
font-size: 10pt;
line-height: 11pt;
font-weight: bold;
color: #383838;
}
div.task-title a,
div.task-title-last a {
/* div.task-title-last selectors, here and in the next four rules, are */
/* compensating for an xsl defect - delete them when the defect is fixed */
font-weight: bold;
display: block;
}
div.task-title a:link,
div.task-title-last a:link {
color: #46a;
text-decoration: none;
}
div.task-title a:visited,
div.task-title-last a:visited {
color: #46a;
text-decoration: none;
}
div.task-title a:hover,
div.task-title-last a:hover {
text-decoration: underline;
}
div.task-title a:active,
div.task-title-last a:active {
color: #e24;
text-decoration: none;
}
/* task-link column */
td.task-link {
width: 30px;
}
td.task-link img {
position: relative;
top: -1px;
}
/* task-summary column */
td.task-summary {
font-family: helvetica, arial;
padding: 4pt 10pt;
background: #e6eada;
text-align: left;
width: 100%;
}
span.task-summary {
font-size: 10pt;
line-height: 11pt;
}
/* task-arrow */
tr.task-arrow {
font-size: 8pt;
}
td.task-arrow-left img {
position: relative;
left: -2px;
}
.hilite {
background-color: #ff0;
}
.hilite1 {
background-color: #f3f;
}
div.section p.section_title_h2,
div.section p.section_title_h3 {
font-size: 10pt;
font-weight: bold;
color: #990000;
margin: 10pt 0 6pt 0;
}
div.section div.section h3,
div.section div.section h4 {
font-size: 10pt;
font-weight: bold;
color: #990000;
margin: 10pt 0 6pt 0;
}
/* -----------------------------------------------------------------------------------------------
Reference Pages
----------------------------------------------------------------------------------------------- */
.qrEntryHeadTitle, .qrEntryTitle, .qrTitle {
padding: 3pt 2pt 3pt 2pt;
margin: 5pt 0;
}
.qrEntryHeadTitle, .qrEntryTitle {
font-weight:bold;
color:white;
}
.qrEntryHeadTitle, .qrEntryTitle, .qrEntryValue {
padding-left: 7pt;
}
a.qrItemLink {
display: none;
color: #333399;
text-decoration:none;
}
.qrEntryHeadTitle {
background-color: #3366AA;
}
.qrEntryTitle {
background-color: #6699CC;
}
.qrTitle {
display: none;
color:#993333;
background-color: #FFAA66;
vertical-align: middle;
text-align : center;
}
div.qrentryheadtitle {
background-color: #35a;
}
div.qrentrytitle {
background-color: transparent;
color: #038;
font-size: 10pt;
padding: 0;
margin: 8pt 0 0 0;
}
div.qrentryvalue {
padding: 0;
margin-top: 4pt;
}
div.qrentryvalue img.qricon {
margin-top: 4px;
}
hr.qr-line1 {
display: none;
height:3px;
color:#FFAA66;
}
hr.qr-line2 {
display: none;
height:3px;
color:#3366AA;
}
/* -----------------------------------------------------------------------------------------------
Workflow links based on content-type="sequence"
----------------------------------------------------------------------------------------------- */
div.parentlink {
margin-top: 5px;
margin-bottom: 5px;
}
div.previouslink {
margin-bottom: 5px;
}
/* Revit OneHelp mockup CSS 18-01-2012 */
/* Please contact <NAME> (josh<EMAIL>) with any questions. */
/* classes output to the wiki: */
/* RAC = Revit Architecture */
/* RST = Revit Structure */
/* RME = Revit MEP */
/* */
/* RACST = Revit Architecture + Revit Structure */
/* RACME = Revit Architecture + Revit MEP */
/* RSTME = Revit Structure + Revit MEP */
/* new badging adding for Revit One Box badging */
.revit-legend {
background: none repeat scroll 0 0 #DADADA;
border: 0 solid #999999;
font-size: 11px;
line-height: 1;
margin: 0 1.5em 0 0;
padding: 0;
}
.revit-legend ul {
list-style-type: none;
padding: 0.4em 0;
}
.revit-legend li {
display: inline;
line-height: 1.5;
margin: 0 1em 0 0;
padding: 0;
}
.revit-legend li img {
margin: 2px 6px -2px 0;
}
.clearfix {
margin-top: 1em;
width: 100%;
}
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.mappings-icon {
float: left;
margin: 0 0.2em 0 0;
width: 18px;
}
/* updated 9-2-2011 for Revit One Box badging */
.RAC, .RME, .RST, .RACME, .RACST, .RSTME, .ROB {
display: block;
margin: 0 0 0 1.5em;
padding-left: 0.2em;
}
.RAC {
border-left: medium solid #1D52AB;
}
.RME {
border-left: medium solid #EC6A00;
}
.RST {
border-left: medium solid #009000;
}
/* updated 9-2-2011 for Revit One Box badging */
.ROB {
border-left: medium solid #9955AA;
}
.RACME, .RACST, .RSTME {
border-left: medium solid #888888;
}
/* updated 9-2-2011 for Revit One Box badging
Reversed order with below to solve problem of bullets showing through nested lists 11-10-11*/
.RAC * li, .RST * li, .RME * li, .ROB * li,.RACME * li, .RACST * li, .RSTME * li {
list-style-position: outside;
}
/* updated 9-2-2011 for Revit One Box badging */
.RAC li, .RST li, .RME li, .ROB li, .RACME li, .RACST li, .RSTME li {
list-style-position: inside;
margin: 0 !important;
}
/* updated 9-2-2011 for Revit One Box badging */
.RAC p, .RST p, .RME p, .ROB p, .RACME p, .RACST p, .RSTME p {
margin: 0 0 1em;
}
/* updated 9-2-2011 for Revit One Box badging */
.RAC div.collapsible, .RST div.collapsible, .RME div.collapsible, .ROB div.collapsible, .RACME div.collapsible, .RACST div.collapsible, .RSTME div.collapsible {
margin-top: 0;
} | SDK/REX SDK/Samples/DRevitFreezeDrawing/DRevitFreezeDrawing/en-US/Help/style/adsk.cpm.css |
body {
background-color: #fff;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000;
letter-spacing: normal;
word-spacing: normal;
text-align: left;
text-indent: 0pt;
margin: 0;
height: 100%;
}
p {
margin-bottom: 0px;
}
div.body_content {
margin: 0 12pt;
}
/* ----------------------------------------------------------------------------
Link styles
---------------------------------------------------------------------------- */
a:link, a:active {
color: #00289C;
text-decoration: none;
}
a:visited {
color: #00289C;
text-decoration: none;
}
a:hover {
color: #CE9E08;
text-decoration: underline;
}
/* Added by Intelliarts as a missing link debugger */
a.link-without-href:link, a.link-without-href:active {
color: #9900FF;
text-decoration: none;
background-color: #CCCCFF;
}
a.link-without-href:visited {
color: #909090;
text-decoration: none;
background-color: #E8E8E8;
}
a.link-without-href:hover {
color: #9900FF;
text-decoration: underline;
background-color: #CCCCFF;
}
/* ----------------------------------------------------------------------------
Table styles
---------------------------------------------------------------------------- */
table {
background-color: transparent;
margin-top: 5pt;
font-size: 10pt;
}
p.table-title {
font-weight: bold;
color: #338;
}
p.table-title + table.table {
margin-top: -5pt;
}
/* Table after it's title should have small top margin */
table.table th {
background-color: #ccc;
font-weight: bold;
}
/*Head row cells*/
table.table tr td {
vertical-align: top;
}
/*Body cells*/
table.ruled, table.ruled-wide {
width: 97%;
margin: 1.4em 0;
border-bottom: 3px solid #3D3D3D;
border-top: 4px solid #3D3D3D;
background-color: #F2F2F2;
}
table.ruled th, table.ruled-wide th {
color: white;
background-color: #3D3D3D;
padding: 4px 10px 7px 12px;
vertical-align: middle;
}
table.ruled td, table.ruled-wide td {
padding: 6px 10px 7px 12px;
border-bottom: 1px solid #3D3D3D;
vertical-align: baseline;
}
tr.RuledHeading, tr.RuledWideHeading {
background-color: transparent;
}
tr.RuledEvenRow, tr.RuledWideEvenRow {
background-color: transparent;
}
tr.RuledOddRow, tr.RuledWideOddRow {
background-color: transparent;
}
th.table-heading {
font-size: 10pt;
text-align: left;
font-weight: bold;
color: #3D3D3D;
}
/* Unruled Tables */
table.not-ruled, table.not-ruled-wide {
width: 97%;
margin: 1em 0;
}
table.not-ruled th, table.not-ruled-wide th {
color: #338;
padding: 4px 20px 2px 0;
vertical-align: text-bottom;
}
table.not-ruled td, table.not-ruled-wide td {
padding: 4px 20px 2px 0;
vertical-align: top;
}
table.not-ruled td div.figure-anchor,
table.not-ruled-wide td div.figure-anchor {
margin-top: 5pt;
}
/* tables in list elements */
li table.ruled, li table.ruled-wide, li table.not-ruled, li table.not-ruled-wide {
}
/* paras within tables */
table.ruled p, table.ruled-wide p, table.not-ruled p, table.not-ruled-wide p {
margin: 2pt 0;
}
/* div.note_xx within tables */
table.ruled div.note-note,
table.ruled-wide div.note-note,
table.not-ruled div.note-note,
table.not-ruled-wide div.note-note {
margin: 2pt 0;
}
/* ul's within tables*/
table.ruled ul, table.ruled-wide ul, table.not-ruled ul, table.not-ruled-wide ul {
margin: 6pt 0 0 12pt;
list-style-type: disc;
}
table.ruled ul p, table.ruled-wide ul p, table.not-ruled ul p, table.not-ruled-wide ul p {
margin-top: 6pt;
}
table.ruled ul li, table.ruled-wide ul li, table.not-ruled ul li, table.not-ruled-wide ul li {
margin: 4pt 0 0 0;
}
/* ol's within tables */
table.ruled ol, table.ruled-wide ol, table.not-ruled ol, table.not-ruled-wide ol {
margin: 6pt 0 0 18pt;
}
table.ruled ol p, table.ruled-wide ol p, table.not-ruled ol p, table.not-ruled-wide ol p {
margin-top: 6pt;
}
table.ruled ol li, table.ruled-wide ol li, table.not-ruled ol li, table.not-ruled-wide ol li {
margin: 4pt 0 0 0;
}
@media print {
table.ruled-wide th.table-heading {
color: #3D3D3D;
background-color: transparent;
padding-top: 4pt;
border-bottom: 4px solid #3D3D3D;
}
}
/* @media print */
p.table-body {
}
/* Paragraph within table body */
p.table-heading {
}
/* Paragraph within table body */
p.table-footing {
}
/* Paragraph within table body */
/* data table */
/* also used in dialog box topics */
table.ref-data {
margin: 0;
border: none;
font-size: 9pt;
}
/* data table td */
table.ref-data td {
padding: 0 0 12pt 0;
width: 0;
}
/* ----------------------------------------------------------------------------
List styles
---------------------------------------------------------------------------- */
ul {
margin: 6pt 0 0 12pt;
list-style-type: disc;
}
ul p {
margin-top: 6pt;
}
ul li {
margin: 10pt 0 0 6pt;
}
ul.bullet_no {
list-style-type: none;
}
ol {
margin: 6pt 0 0 18pt;
}
ol p {
margin-top: 6pt;
}
ol li {
margin: 10pt 0 0 0;
padding-left: 0pt;
}
div.single_step_instruction ol {
list-style-image: url(../images/ac.menuaro.gif);
}
/* See-Also cleaned up 2 Dec 11 Patric<NAME> to reflect cleaner HTMl See-Also line deleted 8 Aug 12 Zvi */
div.see-also ul ul {
margin-left: 0px;
}
div.see-also li {
margin-top: 4pt;
}
div.see-also {
margin-top: 18pt;
padding-top: 2pt;
}
div.see-also h4.related {
color: #338;
font-weight: bold;
margin: 0;
margin-bottom: 22px;
font-size: 10pt;
}
div.related-links h4.related{
margin-left:60px;
margin-bottom: 5px;
margin-top:20 px;
color: #338;
font-size: 10pt;
}
span.see-also {
color: #338;
font-weight: bold;
}
div.topic-list li {
margin-top: 4pt;
}
div.dl_section {
margin-left: 30pt;
}
/* section titles (break heads within topics) */
div.dl_section p.title,
div.dl_section p.section_title_h1,
div.section p.section_title_h1 {
background-color: #959595;
font-weight: bold;
font-size: 10pt;
color: #fff;
padding: 2pt 6pt 3pt 4pt;
margin-top: 20pt;
}
div.section h2 {
background-color: #959595;
font-weight: bold;
font-size: 10pt;
color: #fff;
padding: 2pt 6pt 3pt 4pt;
margin-top: 20pt;
}
@media print {
div.dl_section p.title,
div.dl_section p.section_title_h1,
div.section p.section_title_h1 {
background-color: transparent;
padding-left: 0pt;
}
}
dl {
}
dl p {
margin-top: 6pt;
}
dt {
margin-top: 12pt;
margin-bottom: 0px;
}
dd {
margin-top: 0pt;
margin-bottom: 0px;
}
ul.jumplist {
margin-left: 10pt;
margin-bottom: 10pt;
}
ol[start] {
margin-top: 2pt
}
/* continued list */
div.list-intro {
font-size: 10pt;
margin-bottom: 5pt;
font-weight: bold;
color: #990000;
}
div.enclosed-list {
margin-top: -5pt;
padding: 0 0 0 15pt;
}
/* Block to indent enclosed lists */
div.enclosed-list div.list-intro {
padding-top: 10pt;
}
/* Subsequent list into */
div.enclosed-list ul {
margin: 0;
}
div.enclosed-list ol {
margin: 0;
}
div.topic-list h4.related {
font-weight: bold;
font-size: 10pt;
color: #338;
margin: 16pt 0 8pt 0;
}
div.topic-list {
font-size: 10pt;
padding: 0;
}
.topiclist-litem {
margin-bottom: 6pt;
}
/* definition list */
table.dl {
font-size: 10pt;
}
/* in a definition list, a term-definition pair */
tr.dl-pair {
}
td.term {
width: 100pt;
vertical-align: baseline;
padding: 0 12pt 0 0;
}
td.definiton {
vertical-align: baseline;
padding: 0;
}
/* What's New DL styles */
dl.dl-WN dt {
float: left;
width: 25%;
margin: 1em 0 0 0;
}
dl.dl-WN dd {
float: right;
width: 65%;
margin: 1em 0 0 0;
}
dl.dl-WN div.definition p {
margin:0;
}
div.clear {
clear: both;
}
/* Civil 3D quick reference sections */
div.section {
margin-top: 12pt;
}
span.term {
font-size: 10pt;
font-weight: bold;
color: #36c;
}
div.definition {
margin-bottom: 10pt;
}
div.definition p {
margin-top: 4pt;
}
div.definition ul {
margin-top: 0pt;
}
div.definition li {
margin-top: 4pt;
}
/* definition links (glossary links) */
span.term a {
color: green; /* 'green' = #070 */
text-decoration: none;
border-bottom: 1px dotted green;
}
/* definition links */
span.term a:visited {
color: green;
}
/* collapsible */
div.collapsible {
margin-top: 10pt;
margin-bottom: 5pt;
}
img.collapsible {
cursor: pointer;
}
div.collapsible-section {
}
span.collapsible-section-title {
color: #027;
font-size: 10pt;
font-weight: bold;
padding-left: 5px;
cursor: pointer;
}
/* ----------------------------------------------------------------------------
Note styles
---------------------------------------------------------------------------- */
div.note-note,
div.note-warning,
div.note-tip,
div.note-related,
div.note-important,
div.note-bestpractice {
margin-top: 10pt;
margin-bottom: 0px;
}
/* Notes within table */
table.table div.note-note,
table.table div.note-warning,
table.table div.note-tip,
table.table div.note-related,
table.table div.note-important,
table.table div.note-bestpractice {
padding-top: 5px;
padding-bottom: 5px;
font-size: 9pt;
}
/* Notes within lists */
li div.note-note,
li div.note-warning,
li div.note-tip,
li div.note-related,
li div.note-important,
li div.note-bestpractice {
margin-left: 0pt;
margin-top: 2pt;
margin-bottom: 8pt;
}
/* Note label styles */
div.note-important span.label {
color: #c00;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}
div.note-warning span.label {
color: #c00;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}
div.note-note span.label {
color: #338;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}
div.note-tip span.label {
color: #338;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}
div.note-related span.label {
color: #027;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}
div.note-important span.label {
color: #c00;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}
div.note-bestpractice span.label {
color: #c00;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}
/* ---------------------------------------------------------------------------------------------
Code elements
--------------------------------------------------------------------------------------------- */
span.code,
div.codeBlock,
p.codeLine,
p.codeComment,
span.codeLiteral {
font-family: "Courier New", Courier, monospace;
font-size: 10pt;
font-style: normal;
font-weight: normal;
}
span.code {}
div.codeBlock div.codeBlock {
margin-left: 30pt;
} /* Only descendant code blocks should have indents */
p.codeLine,
p.codeComment {
padding: 1px;
margin: 1px;
}
p.codeSpace {}
span.codeLiteral {}
div.codeBlock {
margin-top: 8pt;
padding: 8pt;
background-color: #f7f7f7;
}
/* Fixes word wrap in code block */
pre {
white-space: pre;
overflow: auto;
word-wrap: normal;
}
div.codeBlock pre.codeLine {
margin-top: 0pt;
margin-bottom: 0pt;
}
@media print {
div.codeBlock {
background: #fff;
border: 1px solid #000;
}
} /* @media print */
/* ---------------------------------------------------------------------------------------------
Charspan
--------------------------------------------------------------------------------------------- */
span.charspan-keyboardEntry {}
span.charspan-strong {
font-weight: bold;
}
span.charspan-special {}
/*
Note that CharSpan[@class='Emphasis'], CharSpan[@class='Subscript'] and CharSpan[@class='Superscript'] elements
are being formatted as <em>, <sub> and <sub> html elements so please change element css definitions instead of class
*/
/* ---------------------------------------------------------------------------------------------
Emphasis
--------------------------------------------------------------------------------------------- */
em, em.mild {
font-style: italic;
}
em.strong {
font-style: normal;
font-weight: bold;
}
em.extreme {
font-style: italic;
font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------
UIString
--------------------------------------------------------------------------------------------- */
span.uis-promptMessage {
font-style: normal;
font-weight: bold;
}
span.uis-dialogCaption {
font-style: normal;
font-weight: bold;
}
span.uis-entryField {
font-style: normal;
font-weight: bold;
}
span.uis-menuText {}
span.uis-stringTable {}
span.uis-unspecified {}
/* -------------------------------------------------------------------------------------------
Comments
------------------------------------------------------------------------------------------- */
div.comments-editor {
font-weight: bold;
color: red;
}
div.comments-localizer {
font-weight: bold;
color: red;
}
div.comments-special {
font-weight: bold;
color: red;
}
div.comments-author {
color: #cc0000;
margin-left: 24pt;
margin-right: 48pt;
}
/* ------------------------------------------------------------------------------------------
Misc
------------------------------------------------------------------------------------------ */
.title,
.list-intro {
font-weight: bold;
color: #990000;
margin-top: 10pt;
margin-bottom: -5pt;
}
p.title {
font-weight: bold;
font-size: 10pt;
color: #338;
margin: 16pt 0 0 0;
}
p.section_title_h1 {
font-weight: bold;
font-size: 10pt;
color: #338;
margin: 16pt 0 0 0;
}
p.list-intro {
font-weight: bold;
font-size: 10pt;
color: #338;
margin: 16pt 0 0 0;
}
p.prompt {
margin-left: 12pt;
color: #00c;
}
p.entryField {
font-style: normal;
font-weight: bold;
} /* The same as 'uis-entryField'? */
span.keyboardEntry { } /* The same as 'charspan-keyboardEntry'? */
span.keyCaps {
font-style: normal;
font-weight: bold;
}
span.filePath {
font-style: italic;
}
span.appSetting {}
span.bookTitle {}
span.coord {}
span.codeIdentifier {}
span.dialogCaption{
font-style: italic;
}
span.menuText{
font-style: normal;
font-weight: bold;
}
span.glyphCopyright {}
span.glyphTM {}
span.glyphArrow {}
span.glyphEllipsis {}
span.glyphSpecial {}
span.glyphRegistered {}
span.glyph_additional {
font-family: Symbol;
}
span.glyph_square {
font-family: Wingdings;
}
a.webLink {}
span.fileName {}
span.term {
font-size: 10pt;
font-weight: bold;
color: #36c;
}
dd div.definition { }
dd div.brief_example {
font-size: 9pt;
color: #000;
background-color : #77aacc;
padding: 7pt 15pt;
margin: 0pt;
}
div.section {}
p.summary {}
/* -----------------------------------------------------------------------------------------------
New DITA tags
----------------------------------------------------------------------------------------------- */
span.MenuCascade {
}
/* -----------------------------------------------------------------------------------------------
Topic heading elements
----------------------------------------------------------------------------------------------- */
/* head region */
div.head {
font-family: arial;
background-color: #000000;
margin: 0;
width: 100%;
background-image: url(../images/product_name.gif);
background-repeat: no-repeat;
background-position: 15px 14px;
}
@media print {
div.head {
background-image: none;
}
} /* @media print */
/* head block - sets head region margins */
div.head-block {
padding-top: 2pt;
}
/* nav group - contains browse buttons */
div.nav-group {
position: relative;
height: 30px;
}
@media print {
div.nav-group {
display: none;
}
} /* @media print */
/* ask-me stuff */
form.ask-me {
width: 275px;
padding: 0px;
margin: 0px;
height: 0px;
float: left;
}
input.ask-me-image {
cursor: pointer;
margin: 2pt 0;
height: 21px;
}
input.ask-me-text {
width: 160pt;
padding: 1pt 0 0 5px;
height: 23px;
margin-bottom: 2pt;
}
/* link to parent topic */
div.head-parent-link span.head-parent-link {
font-weight: normal;
font-style: normal;
font-family: verdana;
font-size: 8pt;
}
div.head-parent-link a {
color: #347;
text-decoration: underline;
}
div.head-parent-link a:hover {
color: #347;
text-decoration: underline;
}
div.head-parent-link a:visited {
color: #347;
text-decoration: underline;
}
/* browse button set */
div.browse {
position: absolute;
right: 0px;
padding: 10px 12px 1px 0;
}
/* browse button */
div.browse div {
float: left;
}
/* home button separator */
div.browse span.home-button-separator {
float: left;
}
/* browse button images */
div.browse img {
margin-left: 2px;
}
/* browse button info bar */
div.button-info {
text-align: right;
font-size: 8pt;
height: 15px;
}
/* browse button info text */
span#infoline {
padding: 1px 15px 1px 0;
/*visibility: hidden;*/
color: #959595;
width: 100%;
text-align: right;
}
/* bread crumbs */
div.ancestry {
color: #959595;
background-color: #212121;
margin: 2px 0 0 0;
padding: 1px 0 5px 17px;
font-size: 8pt;
}
div.ancestry a {
color: #959595;
text-decoration: none;
}
div.ancestry a:link {
color: #959595;
text-decoration: none;
}
div.ancestry a:visited {
color: #959595;
text-decoration: none;
}
div.ancestry a:hover {
text-decoration: underline;
color: white;
}
@media print {
div.ancestry {
display: none;
}
} /* @media print */
/* head-text bar */
div.head-text {
background-color: #3d3d3d;
padding: 8px 18px 8px 16px;
/*height: 40px;*/
}
/* head-text */
div.head-text span {
color: #fff;
font-size: 16pt;
line-height: 18pt;
}
@media print {
div.head-text span {
font-size: 18pt;
color: #666;
filter: glow-off;
}
} /* @media print */
/* collapse-expand block */
/* contains the collapse block () and the expand block (), only
one of which is visible depending on collapse-expand state */
div.collapse-expand {
width: 200px;
float: right;
font-weight: normal;
white-space: nowrap;
position: relative;
top: -6px;
}
@media print {
div.collapse-expand {
display: none;
}
} /* @media print */
/* collapse block */
/* initial state: hidden */
div#collapseAllSection {
display: none;
}
/* expand block */
/* initial state: hidden */
div#expandAllSection {
display: none;
}
/* collapse-expand images */
img.expandcollapse_img {
display: none;
}
/* collapse-expand label */
div.collapse-expand-label {
text-align: right;
width: 100%;
position: absolute;
top: -4px;
right: 0px;
padding: 0px;
margin: 0px;
}
div.collapse-expand-label span {
font-weight: normal;
color: #959595;
cursor: pointer;
font-size: 10px
}
/* collapse-expand description */
div.collapse-expand-description {
font-weight: normal;
color: #959595;
text-align: right;
width: 100%;
position: absolute;
top: 15px;
right: 0px;
padding: 0px 0 0 10px;
margin: 0px;
}
/*--new added by patricia 11/3/2011--*/
div.head-text h1 {
color: #fff;
font-size: 16pt;
line-height: 18pt;
font-weight: normal;
margin: 0;
padding: 0;
}
/* -----------------------------------------------------------------------------------------------
Head Tabs elements
----------------------------------------------------------------------------------------------- */
/* head tabs */
div.head-tabs {
background-image: url(../images/tab-bkg.gif);
background-color: #fff;
}
/* head-tab table */
div.head-tabs table {
font-size: 10pt;
margin: 0px;
padding: 0px;
background: transparent;
border: none;
}
/* head-tab row */
div.head-tabs tr {
vertical-align: middle;
height: 28px;
}
@media print {
div.head-tabs table {
margin-left: 2px;
}
div.head-tabs tr {
position: relative;
left: -2px;
}
}
/* head-tab */
div.head-tabs td {
border-right: 0;
padding: 0;
}
/* head-tab sides */
td.tab-edge {
background-color: #fff;
display: inline;
padding: 0;
border-right: 0;
}
@media print {
td.tab-edge {
display: none;
}
} /* @media print */
/* head-tab, selectable */
td.tab {
background-image: url(../images/tab-bkg2.gif);
padding: 0 1em;
cursor: pointer;
vertical-align: middle;
}
@media print {
td.tab {
border: none;
background-image: none;
}
} /* @media print */
/* head-tab, selected */
td.tab-active {
background-color: #fff;
cursor: default;
vertical-align: middle;
background-image: url(../images/tab-bkg-xn.gif);
background-repeat: repeat;
}
@media print {
td.tab-active {
border: none;
background-image: none;
}
} /* @media print */
/* head-tab bodies, dimmed */
td.tab-disabled {
padding: 0 1em;
background-image: url(../images/tab-bkg-o.gif);
cursor: default;
vertical-align: middle;
}
/* head-tab text */
td.tab span {
color: #0033BB;
text-decoration: underline;
width: 100%;
padding: 0px;
}
@media print {
td.tab span {
color: #666;
}
} /* @media print */
/* head-tab text, selected */
td.tab-active span {
color: #000;
font-weight: bold;
padding: 0px;
position: relative;
top: 0px;
}
/* head-tab text, dimmed */
td.tab-disabled span {
width: 100%;
color: #666;
position: relative;
top: 0px;
visibility: hidden;
}
/* head-region bottom margin */
div.head-margin {
line-height: 0pt;
padding-bottom: 6pt;
}
/* Temporary fix for grey lines in Quick Reference Tabs */
div.quickReferenceList div.section p.section_title_h1 {
background-color: #FFFFFF
}
/* -----------------------------------------------------------------------------------------------
Topic footing (comments section) elements
----------------------------------------------------------------------------------------------- */
div.footer-block {
margin: 25pt 0 20pt 0;
border-top: 2px #959595 solid;
border-bottom: 2px #959595 solid;
text-align: right;
padding: 8px 15px 14px 0;
display: block;
}
@media print {
div.footer-block {
display: none;
}
} /* @media print */
/* -----------------------------------------------------------------------------------------------
Art related elements
----------------------------------------------------------------------------------------------- */
p.figure-title {
margin: 6pt 0 16pt 0;
padding: 4pt 8pt 5pt 0;
font-weight: bold;
}
div.figure-anchor {
margin-top: 16pt;
}
/* -----------------------------------------------------------------------------------------------
DynamicHelp elements
----------------------------------------------------------------------------------------------- */
span.AltContentHidden {
display: none;
}
span.RelatedContentHidden {
display: none;
}
span.DefaultContentHidden {
display: none;
}
/* -----------------------------------------------------------------------------------------------
Workflow tables
----------------------------------------------------------------------------------------------- */
table.workflow {
text-align: center;
border-collapse: collapse;
margin: 10pt 10pt 0 0;
}
tr.task {
vertical-align: middle;
height: 1px;
}
/* set min width of columns */
div.task-title-min-width {
height: 1px;
width: 257px;
}
div.task-summary-min-width {
width: 300px;
}
/* task-title column */
td.task-title {
height: 56px;
background-image: url(../images/task-button-middle.png);
background-repeat: repeat;
padding: 0 17px 10px 10px;
}
td.task-title-top {
height: 18px;
background-image: url(../images/task-button-top.png);
background-repeat: no-repeat;
padding: 0;
font-size: 10pt;
}
td.task-title-bottom {
height: 25px;
background-image: url(../images/task-button-bottom.png);
background-repeat: no-repeat;
padding: 0;
font-size: 10pt;
}
td.task-title-last {
height: 56px;
background-image: url(../images/task-button-middle.png);
background-repeat: repeat;
padding: 0 17px 10px 10px;
}
div.task-title {
font-family: helvetica, arial;
font-size: 10pt;
line-height: 11pt;
font-weight: bold;
color: #383838;
}
div.task-title a,
div.task-title-last a {
/* div.task-title-last selectors, here and in the next four rules, are */
/* compensating for an xsl defect - delete them when the defect is fixed */
font-weight: bold;
display: block;
}
div.task-title a:link,
div.task-title-last a:link {
color: #46a;
text-decoration: none;
}
div.task-title a:visited,
div.task-title-last a:visited {
color: #46a;
text-decoration: none;
}
div.task-title a:hover,
div.task-title-last a:hover {
text-decoration: underline;
}
div.task-title a:active,
div.task-title-last a:active {
color: #e24;
text-decoration: none;
}
/* task-link column */
td.task-link {
width: 30px;
}
td.task-link img {
position: relative;
top: -1px;
}
/* task-summary column */
td.task-summary {
font-family: helvetica, arial;
padding: 4pt 10pt;
background: #e6eada;
text-align: left;
width: 100%;
}
span.task-summary {
font-size: 10pt;
line-height: 11pt;
}
/* task-arrow */
tr.task-arrow {
font-size: 8pt;
}
td.task-arrow-left img {
position: relative;
left: -2px;
}
.hilite {
background-color: #ff0;
}
.hilite1 {
background-color: #f3f;
}
div.section p.section_title_h2,
div.section p.section_title_h3 {
font-size: 10pt;
font-weight: bold;
color: #990000;
margin: 10pt 0 6pt 0;
}
div.section div.section h3,
div.section div.section h4 {
font-size: 10pt;
font-weight: bold;
color: #990000;
margin: 10pt 0 6pt 0;
}
/* -----------------------------------------------------------------------------------------------
Reference Pages
----------------------------------------------------------------------------------------------- */
.qrEntryHeadTitle, .qrEntryTitle, .qrTitle {
padding: 3pt 2pt 3pt 2pt;
margin: 5pt 0;
}
.qrEntryHeadTitle, .qrEntryTitle {
font-weight:bold;
color:white;
}
.qrEntryHeadTitle, .qrEntryTitle, .qrEntryValue {
padding-left: 7pt;
}
a.qrItemLink {
display: none;
color: #333399;
text-decoration:none;
}
.qrEntryHeadTitle {
background-color: #3366AA;
}
.qrEntryTitle {
background-color: #6699CC;
}
.qrTitle {
display: none;
color:#993333;
background-color: #FFAA66;
vertical-align: middle;
text-align : center;
}
div.qrentryheadtitle {
background-color: #35a;
}
div.qrentrytitle {
background-color: transparent;
color: #038;
font-size: 10pt;
padding: 0;
margin: 8pt 0 0 0;
}
div.qrentryvalue {
padding: 0;
margin-top: 4pt;
}
div.qrentryvalue img.qricon {
margin-top: 4px;
}
hr.qr-line1 {
display: none;
height:3px;
color:#FFAA66;
}
hr.qr-line2 {
display: none;
height:3px;
color:#3366AA;
}
/* -----------------------------------------------------------------------------------------------
Workflow links based on content-type="sequence"
----------------------------------------------------------------------------------------------- */
div.parentlink {
margin-top: 5px;
margin-bottom: 5px;
}
div.previouslink {
margin-bottom: 5px;
}
/* Revit OneHelp mockup CSS 18-01-2012 */
/* Please contact <NAME> (josh<EMAIL>) with any questions. */
/* classes output to the wiki: */
/* RAC = Revit Architecture */
/* RST = Revit Structure */
/* RME = Revit MEP */
/* */
/* RACST = Revit Architecture + Revit Structure */
/* RACME = Revit Architecture + Revit MEP */
/* RSTME = Revit Structure + Revit MEP */
/* new badging adding for Revit One Box badging */
.revit-legend {
background: none repeat scroll 0 0 #DADADA;
border: 0 solid #999999;
font-size: 11px;
line-height: 1;
margin: 0 1.5em 0 0;
padding: 0;
}
.revit-legend ul {
list-style-type: none;
padding: 0.4em 0;
}
.revit-legend li {
display: inline;
line-height: 1.5;
margin: 0 1em 0 0;
padding: 0;
}
.revit-legend li img {
margin: 2px 6px -2px 0;
}
.clearfix {
margin-top: 1em;
width: 100%;
}
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.mappings-icon {
float: left;
margin: 0 0.2em 0 0;
width: 18px;
}
/* updated 9-2-2011 for Revit One Box badging */
.RAC, .RME, .RST, .RACME, .RACST, .RSTME, .ROB {
display: block;
margin: 0 0 0 1.5em;
padding-left: 0.2em;
}
.RAC {
border-left: medium solid #1D52AB;
}
.RME {
border-left: medium solid #EC6A00;
}
.RST {
border-left: medium solid #009000;
}
/* updated 9-2-2011 for Revit One Box badging */
.ROB {
border-left: medium solid #9955AA;
}
.RACME, .RACST, .RSTME {
border-left: medium solid #888888;
}
/* updated 9-2-2011 for Revit One Box badging
Reversed order with below to solve problem of bullets showing through nested lists 11-10-11*/
.RAC * li, .RST * li, .RME * li, .ROB * li,.RACME * li, .RACST * li, .RSTME * li {
list-style-position: outside;
}
/* updated 9-2-2011 for Revit One Box badging */
.RAC li, .RST li, .RME li, .ROB li, .RACME li, .RACST li, .RSTME li {
list-style-position: inside;
margin: 0 !important;
}
/* updated 9-2-2011 for Revit One Box badging */
.RAC p, .RST p, .RME p, .ROB p, .RACME p, .RACST p, .RSTME p {
margin: 0 0 1em;
}
/* updated 9-2-2011 for Revit One Box badging */
.RAC div.collapsible, .RST div.collapsible, .RME div.collapsible, .ROB div.collapsible, .RACME div.collapsible, .RACST div.collapsible, .RSTME div.collapsible {
margin-top: 0;
} | 0.349644 | 0.05163 |
.rd-downloads-file-upload-button {
position: relative;
}
.rd-downloads-file-upload-button input[type="file"] {
cursor: pointer;
display: block;
filter: alpha(opacity=0);
font-size: 20px;
height: 100%;
margin: 0;
opacity: 0;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.rd-downloads-file-upload-button[disabled],
.rd-downloads-file-upload-button.disabled,
.rd-downloads-file-upload-button input[type="file"][disabled] {
cursor: wait;
}
.rd-downloads-file-upload-button .icon-uploading {
margin-left: 0.3rem;
}
.rd-downloads-form-type-local-file-browser {
background-color: rgba(220, 220, 220, 0.5);
box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
max-height: 300px;
min-height: 100px;
overflow: auto;
padding: 5px;
}
.rd-downloads-form-type-local-file-browser ul ul {
margin-left: 0.313rem;
}
.rd-downloads-form-type-local-file-browser ul a {
cursor: pointer;
display: inline-block;
padding: 10px 0;
}
.rd-downloads-form-type-local-file-browser ul ul a {
padding-left: 0;
padding-right: 0;
}
.rd-downloads-form-type-local-file-browser ul {
margin: 0;
}
.rd-downloads-form-type-local-file-browser ul li::before {
clear: both;
}
.rd-downloads-form-type-local-file-browser ul li {
margin: 0;
padding-left: 0.313rem;
padding-right: 0.313rem;
}
.rd-downloads-form-type-local-file-browser ul li.item-file:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.rd-downloads-form-type-local-file-browser ul li.item-file a {
color: #444;
word-break: break-all;
word-wrap: break-word;
}
.rd-downloads-form-type-local-file-browser ul li.item-file a.delete-file-link {
color: #e92020;
float: right;
}
.rd-downloads-form-type-local-file-browser .icon-folder {
color: #a99500;
}
.rd-downloads-form-type-local-file-browser .icon-linked-downloads,
.rd-downloads-form-type-local-file-browser .icon-preview {
font-size: 0.75rem;
}
.rd-downloads-form-type-local-file-browser.is-dragover {
outline: solid 5px rgba(0, 122, 252, 0.09);
}
.rd-downloads-icon-preview {
color: #444;
}
.rd-downloads-input-full {
width: 100%;
}
.rd-downloads-local-buttons {
margin-top: 5px;
}
.rd-downloads-title-div {
margin-top: 1rem;
} | assets/css/admin/Downloads/Management/pageEdit.css | .rd-downloads-file-upload-button {
position: relative;
}
.rd-downloads-file-upload-button input[type="file"] {
cursor: pointer;
display: block;
filter: alpha(opacity=0);
font-size: 20px;
height: 100%;
margin: 0;
opacity: 0;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.rd-downloads-file-upload-button[disabled],
.rd-downloads-file-upload-button.disabled,
.rd-downloads-file-upload-button input[type="file"][disabled] {
cursor: wait;
}
.rd-downloads-file-upload-button .icon-uploading {
margin-left: 0.3rem;
}
.rd-downloads-form-type-local-file-browser {
background-color: rgba(220, 220, 220, 0.5);
box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
max-height: 300px;
min-height: 100px;
overflow: auto;
padding: 5px;
}
.rd-downloads-form-type-local-file-browser ul ul {
margin-left: 0.313rem;
}
.rd-downloads-form-type-local-file-browser ul a {
cursor: pointer;
display: inline-block;
padding: 10px 0;
}
.rd-downloads-form-type-local-file-browser ul ul a {
padding-left: 0;
padding-right: 0;
}
.rd-downloads-form-type-local-file-browser ul {
margin: 0;
}
.rd-downloads-form-type-local-file-browser ul li::before {
clear: both;
}
.rd-downloads-form-type-local-file-browser ul li {
margin: 0;
padding-left: 0.313rem;
padding-right: 0.313rem;
}
.rd-downloads-form-type-local-file-browser ul li.item-file:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.rd-downloads-form-type-local-file-browser ul li.item-file a {
color: #444;
word-break: break-all;
word-wrap: break-word;
}
.rd-downloads-form-type-local-file-browser ul li.item-file a.delete-file-link {
color: #e92020;
float: right;
}
.rd-downloads-form-type-local-file-browser .icon-folder {
color: #a99500;
}
.rd-downloads-form-type-local-file-browser .icon-linked-downloads,
.rd-downloads-form-type-local-file-browser .icon-preview {
font-size: 0.75rem;
}
.rd-downloads-form-type-local-file-browser.is-dragover {
outline: solid 5px rgba(0, 122, 252, 0.09);
}
.rd-downloads-icon-preview {
color: #444;
}
.rd-downloads-input-full {
width: 100%;
}
.rd-downloads-local-buttons {
margin-top: 5px;
}
.rd-downloads-title-div {
margin-top: 1rem;
} | 0.478285 | 0.065605 |
.button { margin: 15px 0px 5px 10px; background: #333; color: #ffffff; }
.captcha { height: 22px; }
#mysqlerror { border: 3px double; }
.tdLeft { text-align: left; padding: 5px 0px 5px 10px; width: 60%; font-weight: bold; }
.tdRight { text-align: right; padding: 5px 10px 5px 0px; width: 40%; }
.tabForm .input { width: 120px; border: 1px solid #999; }
.tabForm p { font-size: 14px; font-weight: bold; padding: 15px 0px 20px 0px; }
.description { font-size: 10px; font-weight: normal; }
.descript { padding: 10px; font-size: 11px; font-weight: normal; text-align: justify; }
.swc { font-size: 9px; font-family: Verdana; font-style: italic; }
.swc a { font-size: 10px; font-family: Verdana; font-style: italic; }
a { text-decoration:none;}
a:hover {text-decoration:underline;}
/***************************
* ОПРОС НА САЙТЕ
***************************/
#poll {margin-bottom: 20px; padding: 0 5px;}
#poll .ptitle {
text-align: left;
font-weight: bold;
padding: 5px 1px 5px 10px;
}
#poll .pradio {
padding-left: 5px;
}
#poll .panswer {
padding-left: 5px;
}
#poll .pprogress {
padding-left: 5px;
}
#poll .pbutton {
font-size: 10px;
}
/***************************
* page lister
***************************/
#pager {
text-align: center;
margin: 0px;
padding: 0px;
padding-bottom: 2px;
}
#pager a {
text-decoration: none;
color:#524444;
padding: 1px 4px 1px 4px;
font-size: 11px;
border: none; font-weight:bold;
}
#pager a:hover {
text-decoration: none;
color: #524444;
padding: 1px 4px 1px 4px;
font-size: 11px;
border: none; font-weight:bold;
}
#pager a.nopager {
text-decoration: underline;
color: #524444;
padding: 1px 4px 1px 4px;
font-size: 11px;
border: none; font-weight:bold;
}
/***************************
* Statistic
***************************/
.l2stat td {
text-align: center;
}
.l2stat .l2left {
width: 50%;
text-align: right;
padding-right: 10px;
font-weight: bold;
color: #555555;
}
.l2stat .l2right {
width: 50%;
text-align: left;
padding-left: 10px;
}
.l2title {
text-align: center;
font-weight: bold;
padding-top: 15px;
padding-bottom: 15px;
font-size: 13px;
}
.l2stat .l2rates {
font-size: 11px;
}
#l2servers {text-align: center; margin-left:10px;}
#l2servers {
height: 20px;
}
#l2servers a {
padding: 0px 10px 0px 10px;
font-size: 12px;
}
#l2servers a.activ {font-weight: bold;}
#l2menu {text-align: center; margin:0 0 0 20px; width:90%;}
#l2menu a {font-size: 12px; margin-right:10px; color:#625b4b;
padding: 0px 5px 0px 5px; font-weight:bold;
}
.trRowA {
}
#l2top {
width: 100%;
font-size: 11px;
vertical-align: top;
text-align: center;
}
#l2top th {
height: 32px;
background: #631C1C;
color: #000;
}
#l2top td {
border-bottom: 1px solid #888;
padding: 5px 0px 5px 0px;
}
#l2top .name {
text-align: left;
}
#l2top .male {
color: #5F62B4;
}
#l2top .female {
color: #FF4040;
}
#l2top .pvp {
font-weight: bold;
}
#l2top .pk {
color: red;
font-weight: bold;
}
#l2top a {
text-decoration: underline;
}
.l2online {
color: green;
font-weight: bold;
}
.l2offline {
color: #AC0000;
font-weight: bold;
}
/***************************
* Таблица с замками
***************************/
#l2castle {
width: 400px;
text-align: left;
font-size: 11px;
padding: 1px 10px 1px 10px;
}
#l2castle .l2left {
width: 164px;
height: 123px;
text-align: left;
padding: 5px 5px 5px 1px;
}
#l2castle .l2right {
height: 123px;
text-align: left;
padding: 5px 1px 5px 5px;
vertical-align: middle;
}
/***************************
* cabinet
***************************/
h3 {margin:0 50px 0 0;}
#cp {width:150px; text-align:center; margin:40px 0 0 30px;}
#cp a {padding:5px 0px; z-index:1000; width:250px; color:#000; font-weight:bold;}
.ch_pass td {
height: 25px;
}
.tabProfileMenu a { margin-left:-10px; font-size:12px;
padding: 0px 5px 0px 5px; color: #a4aab3;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tabProfileMenu a:hover {
text-decoration: none !important;
color: white;
}
#l2 {
width: 96%;
font-size: 12px;
border: 1px solid rgb(120, 120, 120);
border-collapse: collapse;
margin: 10px 10px 0 0;
}
#l2 th {
height: 32px;
color:#d3d3d3;
border-top: 1px solid rgb(120, 120, 120);
border-bottom: 1px solid rgb(120, 120, 120);
}
#l2 tr {
height: 22px;
vertical-align: middle;
border: 1px solid rgb(120, 120, 120);
}
#l2 td {
padding: 0px 5px 0 5px;
border-bottom: 1px solid rgb(120, 120, 120);
height: 22px;
}
#l2 .serv {
text-align: center;
font-size: 11px;
font-weight: bold;
background: #631C1C;
height: 25px;
}
#l2 .name {
text-align: left;
}
#l2 a {
color: #5F62B4;
text-decoration: underline;
font-size: 12px;
}
#l2button {
width: 60px;
height: 20px;
border-radius: 3px;
margin: 2px;
background: #FFFFFF;
color: #000;
font-size: 12px;
}
#l2button:hover {
background-color: #B94141;
color: white;
cursor: pointer;
}
/***************************
* Просмотр персонажа
****************************/
#l2char {
font-size: 10px;
margin: 10px 1px 5px 1px;
border: 1px solid rgb(120, 120, 120);
border-collapse: collapse;
}
#l2char th {
height: 20px;
padding: 0px;
margin: 0px;
background: #563b2e;
border-collapse: collapse;
border: 1px solid rgb(120, 120, 120);
text-align: center;
}
#l2char td {
height: 20px;
padding: 0px;
margin: 0px;
border-collapse: collapse;
border: 1px solid rgb(120, 120, 120);
text-align: center;
}
#l2char .char {
background: #563b2e;
}
.invent {
background: url('../images/line.gif') repeat-y;
width: 252px;
}
/***************************
* Оформление инвентаря
***************************/
#l2inventory {
width: 310px;
height: 408px;
margin: 5px;
background: url('../images/other/inventory.png');
vertical-align: top;
background-position: left top;
background-repeat: no-repeat;
padding: 0px;
/*padding: 67px 0px 0px 0px;*/
border: 1px solid transparent;
}
#l2inventory_items {
margin: 67px 0px 0px 20px;
width: 268px;
height: 288px;
overflow: auto;
position: relative;
padding: 1px 0px 0px 2px;
background: url(../images/other/line.gif);
background-repeat: repeat-y;
background-attachment: scroll;
}
img.floated {
float: left;
position: relative;
padding: 0px 4px 4px 0px;
width: 32px;
height: 32px;}
.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;}
#l2inventory_items .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0;
left: 0;}
#l2inventory_items .vscrollerbase {
width: 15px;
background-color: white;}
#l2inventory_items .vscrollerbar {
width: 15px;
background-color: black;}
#l2inventory_items .vscrollerbar {
background: #99CBCB url(../images/other/basebarcaps.png) -15px 0px repeat-y;}
#l2inventory_items .vscrollerbar {
padding: 15px;
z-index: 2;}
#l2inventory_items .vscrollerbarbeg {
background: url(../images/other/basebarcaps.png) -45px 0px no-repeat;
width: 15px;
height: 15px !important;}
#l2inventory_items .vscrollerbarend {
background: url(../images/other/basebarcaps.png) -45px -30px no-repeat;
width: 15px;
height: 15px;}
#l2inventory_items .vscrollerbase {
background: #D7EBDF url(../images/other/basebarcaps.png) 0px 0px repeat-y;}
#l2inventory_items .vscrollerbasebeg {
background: url(../images/other/basebarcaps.png) -30px 0px no-repeat;
width: 15px;
height: 15px !important;}
#l2inventory_items .vscrollerbaseend {
background: url(../images/other/basebarcaps.png) -30px -30px no-repeat;
height: 15px;
width: 15px;}
#l2inventory_items .scrollerjogbox:hover {
background: #5E828C url(../images/other/basebarcaps.png) -45px -15px;}
/***************************
* Оформление paperdoll
***************************/
#l2paperdoll {
width: 310px;
height: 291px;
margin: 5px;
background: url('../images/other/paperdoll.png');
vertical-align: top;
background-position: left top;
background-repeat: no-repeat;
padding: 0px;
border: 1px solid transparent;
}
#l2paperdoll_items {
margin: 75px 0px 0px 30px;
width: 245px;
height: 149px;
position: relative;
}
#l2paperdoll #item {
position: absolute;
width: 32px;
height: 32px;
padding: 0px;
}
#l2paperdoll .hidden{
display:none;
}
#l2paperdoll .lefthair{
margin-left: 0px;
margin-top: 0px;
}
#l2paperdoll .helmet{
margin-left: 39px;
margin-top: 0px;
}
#l2paperdoll .righthair{
margin-left: 78px;
margin-top: 0px;
}
#l2paperdoll .dress{
margin-left: 0px;
margin-top: 38px;
}
#l2paperdoll .top{
margin-left: 39px;
margin-top: 38px;
}
#l2paperdoll .cloak{
margin-left: 78px;
margin-top: 38px;
}
#l2paperdoll .gloves{
margin-left: 0px;
margin-top: 76px;
}
#l2paperdoll .lower{
margin-left: 39px;
margin-top: 76px;
}
#l2paperdoll .bots{
margin-left: 78px;
margin-top: 76px;
}
#l2paperdoll .weapon{
margin-left: 0px;
margin-top: 114px;
}
#l2paperdoll .shield{
margin-left: 78px;
margin-top: 114px;
}
#l2paperdoll .leftearring{
margin-left: 132px;
margin-top: 0px;
}
#l2paperdoll .necklace{
margin-left: 171px;
margin-top: 0px;
}
#l2paperdoll .rightearring{
margin-left: 210px;
margin-top: 0px;
}
#l2paperdoll .leftring{
margin-left: 132px;
margin-top: 38px;
}
#l2paperdoll .ring{
margin-left: 171px;
margin-top: 38px;
}
#l2paperdoll .rightring{
margin-left: 210px;
margin-top: 38px;
}
#l2paperdoll .braslet{
margin-left: 132px;
margin-top: 90px;
}
/***************************
* l2top.ru bonus
***************************/
.voteBlock { padding: 0 15px 15px; text-align: left; width: 350px; margin: 0 auto;}
#voteTab1 .input { width: 120px; }
#voteTab1 td {padding: 5px; width: 50%;}
/***************************
* la2.mmotop.ru bonus
***************************/
.voteBlock2 { padding: 0 15px 15px; text-align: left; width: 300px; margin: 0 auto;}
.voteBlockErr {text-align: center;}
#voteTab2 .input { width: 120px; }
#voteTab2 td {padding: 5px; width: 50%;}
/***************************
* other
***************************/
.title {
font-size: 14px;
font-weight: bold;
text-align: center;
}
#sexsid label {font-weight: bold;}
#sexchar label {font-weight: bold;}
#changersid label {font-weight: bold;}
#changerchar label {font-weight: bold;}
#swsupport { width: 100%; font-size: 11px; vertical-align: top; text-align: center;}
#swsupport th { height: 32px; color: #000; border-bottom: 2px solid;}
#swsupport td { border-bottom: 1px solid #888; padding: 5px 0px 5px 0px;}
#swsupport2 { width: 100%; font-size: 11px; vertical-align: top; text-align: center; border: 1px solid #AAA; }
#swsupport2 .td1 {border-bottom: 1px solid #222;}
#swsupport2 .td2 {border-bottom: 1px solid #222; padding-left: 5px; border-left: 1px dashed;}
#swsupport2 .trRowA {background: 0; border-bottom: 1px solid #222;}
#swsupport2 .trRowA2 {padding-left: 5px; border-bottom: 1px solid #222; border-left: 1px dashed #aaa;}
#static .content {width:480px;} | css/engine.css | .button { margin: 15px 0px 5px 10px; background: #333; color: #ffffff; }
.captcha { height: 22px; }
#mysqlerror { border: 3px double; }
.tdLeft { text-align: left; padding: 5px 0px 5px 10px; width: 60%; font-weight: bold; }
.tdRight { text-align: right; padding: 5px 10px 5px 0px; width: 40%; }
.tabForm .input { width: 120px; border: 1px solid #999; }
.tabForm p { font-size: 14px; font-weight: bold; padding: 15px 0px 20px 0px; }
.description { font-size: 10px; font-weight: normal; }
.descript { padding: 10px; font-size: 11px; font-weight: normal; text-align: justify; }
.swc { font-size: 9px; font-family: Verdana; font-style: italic; }
.swc a { font-size: 10px; font-family: Verdana; font-style: italic; }
a { text-decoration:none;}
a:hover {text-decoration:underline;}
/***************************
* ОПРОС НА САЙТЕ
***************************/
#poll {margin-bottom: 20px; padding: 0 5px;}
#poll .ptitle {
text-align: left;
font-weight: bold;
padding: 5px 1px 5px 10px;
}
#poll .pradio {
padding-left: 5px;
}
#poll .panswer {
padding-left: 5px;
}
#poll .pprogress {
padding-left: 5px;
}
#poll .pbutton {
font-size: 10px;
}
/***************************
* page lister
***************************/
#pager {
text-align: center;
margin: 0px;
padding: 0px;
padding-bottom: 2px;
}
#pager a {
text-decoration: none;
color:#524444;
padding: 1px 4px 1px 4px;
font-size: 11px;
border: none; font-weight:bold;
}
#pager a:hover {
text-decoration: none;
color: #524444;
padding: 1px 4px 1px 4px;
font-size: 11px;
border: none; font-weight:bold;
}
#pager a.nopager {
text-decoration: underline;
color: #524444;
padding: 1px 4px 1px 4px;
font-size: 11px;
border: none; font-weight:bold;
}
/***************************
* Statistic
***************************/
.l2stat td {
text-align: center;
}
.l2stat .l2left {
width: 50%;
text-align: right;
padding-right: 10px;
font-weight: bold;
color: #555555;
}
.l2stat .l2right {
width: 50%;
text-align: left;
padding-left: 10px;
}
.l2title {
text-align: center;
font-weight: bold;
padding-top: 15px;
padding-bottom: 15px;
font-size: 13px;
}
.l2stat .l2rates {
font-size: 11px;
}
#l2servers {text-align: center; margin-left:10px;}
#l2servers {
height: 20px;
}
#l2servers a {
padding: 0px 10px 0px 10px;
font-size: 12px;
}
#l2servers a.activ {font-weight: bold;}
#l2menu {text-align: center; margin:0 0 0 20px; width:90%;}
#l2menu a {font-size: 12px; margin-right:10px; color:#625b4b;
padding: 0px 5px 0px 5px; font-weight:bold;
}
.trRowA {
}
#l2top {
width: 100%;
font-size: 11px;
vertical-align: top;
text-align: center;
}
#l2top th {
height: 32px;
background: #631C1C;
color: #000;
}
#l2top td {
border-bottom: 1px solid #888;
padding: 5px 0px 5px 0px;
}
#l2top .name {
text-align: left;
}
#l2top .male {
color: #5F62B4;
}
#l2top .female {
color: #FF4040;
}
#l2top .pvp {
font-weight: bold;
}
#l2top .pk {
color: red;
font-weight: bold;
}
#l2top a {
text-decoration: underline;
}
.l2online {
color: green;
font-weight: bold;
}
.l2offline {
color: #AC0000;
font-weight: bold;
}
/***************************
* Таблица с замками
***************************/
#l2castle {
width: 400px;
text-align: left;
font-size: 11px;
padding: 1px 10px 1px 10px;
}
#l2castle .l2left {
width: 164px;
height: 123px;
text-align: left;
padding: 5px 5px 5px 1px;
}
#l2castle .l2right {
height: 123px;
text-align: left;
padding: 5px 1px 5px 5px;
vertical-align: middle;
}
/***************************
* cabinet
***************************/
h3 {margin:0 50px 0 0;}
#cp {width:150px; text-align:center; margin:40px 0 0 30px;}
#cp a {padding:5px 0px; z-index:1000; width:250px; color:#000; font-weight:bold;}
.ch_pass td {
height: 25px;
}
.tabProfileMenu a { margin-left:-10px; font-size:12px;
padding: 0px 5px 0px 5px; color: #a4aab3;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tabProfileMenu a:hover {
text-decoration: none !important;
color: white;
}
#l2 {
width: 96%;
font-size: 12px;
border: 1px solid rgb(120, 120, 120);
border-collapse: collapse;
margin: 10px 10px 0 0;
}
#l2 th {
height: 32px;
color:#d3d3d3;
border-top: 1px solid rgb(120, 120, 120);
border-bottom: 1px solid rgb(120, 120, 120);
}
#l2 tr {
height: 22px;
vertical-align: middle;
border: 1px solid rgb(120, 120, 120);
}
#l2 td {
padding: 0px 5px 0 5px;
border-bottom: 1px solid rgb(120, 120, 120);
height: 22px;
}
#l2 .serv {
text-align: center;
font-size: 11px;
font-weight: bold;
background: #631C1C;
height: 25px;
}
#l2 .name {
text-align: left;
}
#l2 a {
color: #5F62B4;
text-decoration: underline;
font-size: 12px;
}
#l2button {
width: 60px;
height: 20px;
border-radius: 3px;
margin: 2px;
background: #FFFFFF;
color: #000;
font-size: 12px;
}
#l2button:hover {
background-color: #B94141;
color: white;
cursor: pointer;
}
/***************************
* Просмотр персонажа
****************************/
#l2char {
font-size: 10px;
margin: 10px 1px 5px 1px;
border: 1px solid rgb(120, 120, 120);
border-collapse: collapse;
}
#l2char th {
height: 20px;
padding: 0px;
margin: 0px;
background: #563b2e;
border-collapse: collapse;
border: 1px solid rgb(120, 120, 120);
text-align: center;
}
#l2char td {
height: 20px;
padding: 0px;
margin: 0px;
border-collapse: collapse;
border: 1px solid rgb(120, 120, 120);
text-align: center;
}
#l2char .char {
background: #563b2e;
}
.invent {
background: url('../images/line.gif') repeat-y;
width: 252px;
}
/***************************
* Оформление инвентаря
***************************/
#l2inventory {
width: 310px;
height: 408px;
margin: 5px;
background: url('../images/other/inventory.png');
vertical-align: top;
background-position: left top;
background-repeat: no-repeat;
padding: 0px;
/*padding: 67px 0px 0px 0px;*/
border: 1px solid transparent;
}
#l2inventory_items {
margin: 67px 0px 0px 20px;
width: 268px;
height: 288px;
overflow: auto;
position: relative;
padding: 1px 0px 0px 2px;
background: url(../images/other/line.gif);
background-repeat: repeat-y;
background-attachment: scroll;
}
img.floated {
float: left;
position: relative;
padding: 0px 4px 4px 0px;
width: 32px;
height: 32px;}
.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;}
#l2inventory_items .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0;
left: 0;}
#l2inventory_items .vscrollerbase {
width: 15px;
background-color: white;}
#l2inventory_items .vscrollerbar {
width: 15px;
background-color: black;}
#l2inventory_items .vscrollerbar {
background: #99CBCB url(../images/other/basebarcaps.png) -15px 0px repeat-y;}
#l2inventory_items .vscrollerbar {
padding: 15px;
z-index: 2;}
#l2inventory_items .vscrollerbarbeg {
background: url(../images/other/basebarcaps.png) -45px 0px no-repeat;
width: 15px;
height: 15px !important;}
#l2inventory_items .vscrollerbarend {
background: url(../images/other/basebarcaps.png) -45px -30px no-repeat;
width: 15px;
height: 15px;}
#l2inventory_items .vscrollerbase {
background: #D7EBDF url(../images/other/basebarcaps.png) 0px 0px repeat-y;}
#l2inventory_items .vscrollerbasebeg {
background: url(../images/other/basebarcaps.png) -30px 0px no-repeat;
width: 15px;
height: 15px !important;}
#l2inventory_items .vscrollerbaseend {
background: url(../images/other/basebarcaps.png) -30px -30px no-repeat;
height: 15px;
width: 15px;}
#l2inventory_items .scrollerjogbox:hover {
background: #5E828C url(../images/other/basebarcaps.png) -45px -15px;}
/***************************
* Оформление paperdoll
***************************/
#l2paperdoll {
width: 310px;
height: 291px;
margin: 5px;
background: url('../images/other/paperdoll.png');
vertical-align: top;
background-position: left top;
background-repeat: no-repeat;
padding: 0px;
border: 1px solid transparent;
}
#l2paperdoll_items {
margin: 75px 0px 0px 30px;
width: 245px;
height: 149px;
position: relative;
}
#l2paperdoll #item {
position: absolute;
width: 32px;
height: 32px;
padding: 0px;
}
#l2paperdoll .hidden{
display:none;
}
#l2paperdoll .lefthair{
margin-left: 0px;
margin-top: 0px;
}
#l2paperdoll .helmet{
margin-left: 39px;
margin-top: 0px;
}
#l2paperdoll .righthair{
margin-left: 78px;
margin-top: 0px;
}
#l2paperdoll .dress{
margin-left: 0px;
margin-top: 38px;
}
#l2paperdoll .top{
margin-left: 39px;
margin-top: 38px;
}
#l2paperdoll .cloak{
margin-left: 78px;
margin-top: 38px;
}
#l2paperdoll .gloves{
margin-left: 0px;
margin-top: 76px;
}
#l2paperdoll .lower{
margin-left: 39px;
margin-top: 76px;
}
#l2paperdoll .bots{
margin-left: 78px;
margin-top: 76px;
}
#l2paperdoll .weapon{
margin-left: 0px;
margin-top: 114px;
}
#l2paperdoll .shield{
margin-left: 78px;
margin-top: 114px;
}
#l2paperdoll .leftearring{
margin-left: 132px;
margin-top: 0px;
}
#l2paperdoll .necklace{
margin-left: 171px;
margin-top: 0px;
}
#l2paperdoll .rightearring{
margin-left: 210px;
margin-top: 0px;
}
#l2paperdoll .leftring{
margin-left: 132px;
margin-top: 38px;
}
#l2paperdoll .ring{
margin-left: 171px;
margin-top: 38px;
}
#l2paperdoll .rightring{
margin-left: 210px;
margin-top: 38px;
}
#l2paperdoll .braslet{
margin-left: 132px;
margin-top: 90px;
}
/***************************
* l2top.ru bonus
***************************/
.voteBlock { padding: 0 15px 15px; text-align: left; width: 350px; margin: 0 auto;}
#voteTab1 .input { width: 120px; }
#voteTab1 td {padding: 5px; width: 50%;}
/***************************
* la2.mmotop.ru bonus
***************************/
.voteBlock2 { padding: 0 15px 15px; text-align: left; width: 300px; margin: 0 auto;}
.voteBlockErr {text-align: center;}
#voteTab2 .input { width: 120px; }
#voteTab2 td {padding: 5px; width: 50%;}
/***************************
* other
***************************/
.title {
font-size: 14px;
font-weight: bold;
text-align: center;
}
#sexsid label {font-weight: bold;}
#sexchar label {font-weight: bold;}
#changersid label {font-weight: bold;}
#changerchar label {font-weight: bold;}
#swsupport { width: 100%; font-size: 11px; vertical-align: top; text-align: center;}
#swsupport th { height: 32px; color: #000; border-bottom: 2px solid;}
#swsupport td { border-bottom: 1px solid #888; padding: 5px 0px 5px 0px;}
#swsupport2 { width: 100%; font-size: 11px; vertical-align: top; text-align: center; border: 1px solid #AAA; }
#swsupport2 .td1 {border-bottom: 1px solid #222;}
#swsupport2 .td2 {border-bottom: 1px solid #222; padding-left: 5px; border-left: 1px dashed;}
#swsupport2 .trRowA {background: 0; border-bottom: 1px solid #222;}
#swsupport2 .trRowA2 {padding-left: 5px; border-bottom: 1px solid #222; border-left: 1px dashed #aaa;}
#static .content {width:480px;} | 0.172033 | 0.227641 |
.sentence {
background-color: white;
padding-top: 50px;
font-size: 250%;
padding-bottom: 20px;
float: center;
text-align: center;
font-family: "Open Sans";
}
.counter{
background-color: white;
padding-top: 10px;
font-size: 100%;
text-align: center;
float: center
}
.arrow {
background-color: white;
padding-top: 0%;
float: center;
padding-bottom: 0%;
text-align: center;
width: 1000px;
display: block;
}
.larrow {
background-color: white;
width: 5%;
padding-top: 0%;
/* border: 2px solid black; */
padding-bottom: 0%;
display: inline-block;
margin-right: 10%;
margin-left:27%;
font-size: 250%;
position: relative;
}
.rarrow {
background-color: white;
width: 5%;
padding-top: 0%;
/* border: 2px solid black; */
padding-bottom: 0%;
display: inline-block;
margin-left: 10%;
margin-right: 27%;
font-size:250%;
position: relative;
}
.words {
background-color: white;
float: center;
text-align: center;
width: 1000px;
display: block;
background-color: white;
padding-top: 50px;
font-size: 250%;
padding-bottom: 20px;
float: center;
text-align: center;
}
.lword {
background-color: white;
width: 22%;
padding-top: 0%;
padding-bottom: 0%;
display: inline-block;
margin-right: 2%;
margin-left:20%;
}
.rword {
background-color: white;
width: 22%;
padding-bottom: 0%;
display: inline-block;
margin-left: 2%;
margin-right: 20%;
}
.error {
background-color: white;
color: red;
width: 40%;
padding-top: 20px;
padding-bottom: 0%;
display: inline-block;
margin-left: 20%;
margin-right: 20%;
font-size: 150%;
}
.parent {
background: gray;
/* inline-block hack */
font-size: 0;
}
.child {
width: 800px;
height: 400px;
margin: 0 10px;
background: blue;
/* inline-block hack */
display: inline-block;
font-size: medium;
text-align: left;
} | css_includes/Maze.css | .sentence {
background-color: white;
padding-top: 50px;
font-size: 250%;
padding-bottom: 20px;
float: center;
text-align: center;
font-family: "Open Sans";
}
.counter{
background-color: white;
padding-top: 10px;
font-size: 100%;
text-align: center;
float: center
}
.arrow {
background-color: white;
padding-top: 0%;
float: center;
padding-bottom: 0%;
text-align: center;
width: 1000px;
display: block;
}
.larrow {
background-color: white;
width: 5%;
padding-top: 0%;
/* border: 2px solid black; */
padding-bottom: 0%;
display: inline-block;
margin-right: 10%;
margin-left:27%;
font-size: 250%;
position: relative;
}
.rarrow {
background-color: white;
width: 5%;
padding-top: 0%;
/* border: 2px solid black; */
padding-bottom: 0%;
display: inline-block;
margin-left: 10%;
margin-right: 27%;
font-size:250%;
position: relative;
}
.words {
background-color: white;
float: center;
text-align: center;
width: 1000px;
display: block;
background-color: white;
padding-top: 50px;
font-size: 250%;
padding-bottom: 20px;
float: center;
text-align: center;
}
.lword {
background-color: white;
width: 22%;
padding-top: 0%;
padding-bottom: 0%;
display: inline-block;
margin-right: 2%;
margin-left:20%;
}
.rword {
background-color: white;
width: 22%;
padding-bottom: 0%;
display: inline-block;
margin-left: 2%;
margin-right: 20%;
}
.error {
background-color: white;
color: red;
width: 40%;
padding-top: 20px;
padding-bottom: 0%;
display: inline-block;
margin-left: 20%;
margin-right: 20%;
font-size: 150%;
}
.parent {
background: gray;
/* inline-block hack */
font-size: 0;
}
.child {
width: 800px;
height: 400px;
margin: 0 10px;
background: blue;
/* inline-block hack */
display: inline-block;
font-size: medium;
text-align: left;
} | 0.522689 | 0.105902 |
.container-gallery {
position: relative;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 2rem;
}
.container-gallery .service-box {
position: relative;
width: 350px;
height: 280px;
background:#f2f2f5;
border-radius: 20px;
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
-webkit-box-shadow:0 8px 32px 0 rgba(0, 0, 0, 0.37);
overflow: hidden;
}
.container-gallery .service-box .icon-gallery {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--i);
transition: 0.5s;
display: flex;
justify-content: center;
align-items: center;
z-index: 2;
transition-delay: 0.25s;
}
.container-gallery .service-box:hover .icon-gallery {
top: 30px;
left: calc(50% - 40px);
width: 80px;
height: 80px;
border-radius: 50%;
transition-delay: 0s;
}
.container-gallery .service-box .icon-gallery ion-icon {
font-size: 5em;
color: var(--white);
transition: 0.5s;
transition-delay: 0.25s;
}
.container-gallery .service-box:hover .icon-gallery ion-icon {
font-size:2em;
transition-delay: 0s;
}
.container-gallery .service-box .content-card {
position: relative;
padding: 20px;
color: var(--black);
text-align: center;
margin-top: 100px;
z-index: 1;
transform: scale(0);
transition: 0.5s;
transition-delay: 0s;
}
.container-gallery .service-box:hover .content-card {
transform: scale(1);
transition-delay: 0.25s;
}
.container-gallery .service-box .content-card h2 {
margin-top: 1.5rem;
margin-bottom: 0.5rem;
font-weight: 700;
}
.container-gallery .service-box .content-card p {
font-weight: 300;
line-height: 1.5em;
}
.modal-header,
.modal-footer {
background: var(--white);
}
.btn-modal {
background: var(--orange);
font-size: 1.6rem !important;
font-weight: 500;
padding: 1rem 1.6rem;
margin-right: 1.6rem;
}
.btn-modal:hover{
background: var(--deep-orange);
filter:brightness(0.8);
}
.modal p {
padding-top: 1.5rem;
line-height:2.5rem;
font-size: 1.6rem;
margin-bottom: 2rem;
}
.modal h4 {
font-size:2rem;
font-weight: 700;
line-height:3.2rem;
margin-top: 1.6rem;
color: var(--title);
border-bottom: 1px solid var(--yellow);
}
.modal span,
#contact span {
font-weight: 700;
}
.modal h2 {
font-weight: 700;
font-size:3.2rem;
}
.modal a {
color: var(--black);
font-size: 2.8rem;
transition: 0.8s;
}
.modal a:hover {
color: var(--pink);
} | css/portfolioSection.css | .container-gallery {
position: relative;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 2rem;
}
.container-gallery .service-box {
position: relative;
width: 350px;
height: 280px;
background:#f2f2f5;
border-radius: 20px;
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
-webkit-box-shadow:0 8px 32px 0 rgba(0, 0, 0, 0.37);
overflow: hidden;
}
.container-gallery .service-box .icon-gallery {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--i);
transition: 0.5s;
display: flex;
justify-content: center;
align-items: center;
z-index: 2;
transition-delay: 0.25s;
}
.container-gallery .service-box:hover .icon-gallery {
top: 30px;
left: calc(50% - 40px);
width: 80px;
height: 80px;
border-radius: 50%;
transition-delay: 0s;
}
.container-gallery .service-box .icon-gallery ion-icon {
font-size: 5em;
color: var(--white);
transition: 0.5s;
transition-delay: 0.25s;
}
.container-gallery .service-box:hover .icon-gallery ion-icon {
font-size:2em;
transition-delay: 0s;
}
.container-gallery .service-box .content-card {
position: relative;
padding: 20px;
color: var(--black);
text-align: center;
margin-top: 100px;
z-index: 1;
transform: scale(0);
transition: 0.5s;
transition-delay: 0s;
}
.container-gallery .service-box:hover .content-card {
transform: scale(1);
transition-delay: 0.25s;
}
.container-gallery .service-box .content-card h2 {
margin-top: 1.5rem;
margin-bottom: 0.5rem;
font-weight: 700;
}
.container-gallery .service-box .content-card p {
font-weight: 300;
line-height: 1.5em;
}
.modal-header,
.modal-footer {
background: var(--white);
}
.btn-modal {
background: var(--orange);
font-size: 1.6rem !important;
font-weight: 500;
padding: 1rem 1.6rem;
margin-right: 1.6rem;
}
.btn-modal:hover{
background: var(--deep-orange);
filter:brightness(0.8);
}
.modal p {
padding-top: 1.5rem;
line-height:2.5rem;
font-size: 1.6rem;
margin-bottom: 2rem;
}
.modal h4 {
font-size:2rem;
font-weight: 700;
line-height:3.2rem;
margin-top: 1.6rem;
color: var(--title);
border-bottom: 1px solid var(--yellow);
}
.modal span,
#contact span {
font-weight: 700;
}
.modal h2 {
font-weight: 700;
font-size:3.2rem;
}
.modal a {
color: var(--black);
font-size: 2.8rem;
transition: 0.8s;
}
.modal a:hover {
color: var(--pink);
} | 0.341034 | 0.052912 |
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
#lessons.courseHeader {
background-color: #5C5858;
height: 310px;
padding: 45px 0; }
#lessons.courseHeader .mainPhoto {
margin-right: 65px; }
#lessons.courseHeader .mainPhoto img {
-webkit-border-radius: 5px;
border-radius: 5px;
position: relative;
width: 300px;
hight: 220px;
margin-right: 65px; }
#lessons.courseHeader .courseSeason {
position: absolute;
top: -13px;
right: -35px;
color: #000;
width: 55px;
height: 55px;
background-color: #fff;
-webkit-border-radius: 50%;
border-radius: 50%; }
#lessons.courseHeader .courseSeason p {
margin: 0;
text-align: center;
font-family: Roboto;
font-weight: 300;
font-size: 8px;
text-transform: uppercase; }
#lessons.courseHeader .courseSeason p:first-child {
font-size: 22px;
font-weight: 600;
margin-top: 7px;
margin-bottom: -8px; }
#lessons.courseHeader .mainDescription {
color: #fff;
padding: 0; }
#lessons.courseHeader .mainDescription .socialBtn-group {
margin: 15px 0; }
#lessons.courseHeader .mainDescription .socialBtn-group div {
width: 200px;
height: 46px;
display: inline-block;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align: center;
padding-top: 12px;
margin-right: 20px;
-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5); }
#lessons.courseHeader .mainDescription .socialBtn-group div.fb-btn {
background-color: #4268B2; }
#lessons.courseHeader .mainDescription .socialBtn-group div.vk-btn {
background-color: #4976A8; }
#lessons.courseHeader .mainDescription .socialBtn-group div.telegram-btn {
background-color: #35ACE0; }
#lessons.courseHeader .mainDescription .rateCourse .rateStars {
display: inline;
margin-top: 5px; }
#lessons.courseHeader .mainDescription .rateCourse .rateStars svg {
width: 25px;
height: 25px;
margin-bottom: -5px;
fill: white; }
.loginPlease {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 90vh;
text-align: center; }
.nav > li > a > img {
margin-left: 12px;
width: 30px;
height: 30px; }
nav.navbar {
margin-bottom: 0;
-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5); }
.socialLinks {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 60px;
border-left: 1px solid #ebebeb;
border-right: 1px solid #ebebeb;
padding: 15px; }
.icon-holder {
width: 30px;
height: 30px;
margin: 0 5px; }
#app .contactInfo {
height: 60px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 0 15px; }
#app .contactInfo p {
font-size: 14px;
font-family: Helvetica;
color: #7a7a7a; }
#app .contactInfo a {
margin: 0 5px;
color: #7a7a7a; } | public/css/app.css | @import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
#lessons.courseHeader {
background-color: #5C5858;
height: 310px;
padding: 45px 0; }
#lessons.courseHeader .mainPhoto {
margin-right: 65px; }
#lessons.courseHeader .mainPhoto img {
-webkit-border-radius: 5px;
border-radius: 5px;
position: relative;
width: 300px;
hight: 220px;
margin-right: 65px; }
#lessons.courseHeader .courseSeason {
position: absolute;
top: -13px;
right: -35px;
color: #000;
width: 55px;
height: 55px;
background-color: #fff;
-webkit-border-radius: 50%;
border-radius: 50%; }
#lessons.courseHeader .courseSeason p {
margin: 0;
text-align: center;
font-family: Roboto;
font-weight: 300;
font-size: 8px;
text-transform: uppercase; }
#lessons.courseHeader .courseSeason p:first-child {
font-size: 22px;
font-weight: 600;
margin-top: 7px;
margin-bottom: -8px; }
#lessons.courseHeader .mainDescription {
color: #fff;
padding: 0; }
#lessons.courseHeader .mainDescription .socialBtn-group {
margin: 15px 0; }
#lessons.courseHeader .mainDescription .socialBtn-group div {
width: 200px;
height: 46px;
display: inline-block;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align: center;
padding-top: 12px;
margin-right: 20px;
-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5); }
#lessons.courseHeader .mainDescription .socialBtn-group div.fb-btn {
background-color: #4268B2; }
#lessons.courseHeader .mainDescription .socialBtn-group div.vk-btn {
background-color: #4976A8; }
#lessons.courseHeader .mainDescription .socialBtn-group div.telegram-btn {
background-color: #35ACE0; }
#lessons.courseHeader .mainDescription .rateCourse .rateStars {
display: inline;
margin-top: 5px; }
#lessons.courseHeader .mainDescription .rateCourse .rateStars svg {
width: 25px;
height: 25px;
margin-bottom: -5px;
fill: white; }
.loginPlease {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 90vh;
text-align: center; }
.nav > li > a > img {
margin-left: 12px;
width: 30px;
height: 30px; }
nav.navbar {
margin-bottom: 0;
-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5); }
.socialLinks {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 60px;
border-left: 1px solid #ebebeb;
border-right: 1px solid #ebebeb;
padding: 15px; }
.icon-holder {
width: 30px;
height: 30px;
margin: 0 5px; }
#app .contactInfo {
height: 60px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 0 15px; }
#app .contactInfo p {
font-size: 14px;
font-family: Helvetica;
color: #7a7a7a; }
#app .contactInfo a {
margin: 0 5px;
color: #7a7a7a; } | 0.303009 | 0.053083 |
.server-player {
margin: 5px;
padding: 5px;
display: flex;
/* width: 100%; */
height: 70px;
/* grid-template-columns: 1fr 2fr 10px; */
overflow: hidden;
justify-items: center;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.server-player-artwork {
/* grid-column: 1; */
border-radius: 10px;
flex-grow: 0;
height: 100%;
}
.server-player-text {
width: 100%;
display: flex;
flex-direction: column;
margin: 10px;
/* grid-column: 2; */
}
.server-player-arrow {
/* grid-column: 3; */
width: 15px;
flex-grow: 0;
margin-left: 10px;
}
.server-player-title {
font-size: 28px;
height: 1.5em;
overflow: hidden;
text-overflow: ellipsis;
}
.server-player-subtitle {
height: 1.5em;
overflow: hidden;
text-overflow: ellipsis;
}
.server-touch {
border-radius: 10px;
transition: background 0.1s ease-in;
}
.server-touch:hover {
background-color: rgba(116, 116, 116, 0.25)
}
.server-compact-player {
margin: 5px;
padding: 5px;
display: flex;
/* width: 100%; */
height: 50px;
/* grid-template-columns: 1fr 2fr 10px; */
overflow: hidden;
justify-items: center;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.server-compact-player-artwork {
/* grid-column: 1; */
border-radius: 7px;
flex-grow: 0;
height: 100%;
}
.server-compact-player-text {
width: 100%;
display: flex;
flex-direction: column;
margin: 2 7px;
/* grid-column: 2; */
}
.server-compact-player-arrow {
/* grid-column: 3; */
width: 12px;
flex-grow: 0;
margin-left: 10px;
}
.server-compact-player-title {
font-size: 24px;
height: 1.2em;
overflow: hidden;
text-overflow: ellipsis;
}
.server-compact-player-subtitle {
font-size: 14px;
height: 1.2em;
overflow: hidden;
text-overflow: ellipsis;
} | src/app/styles/server.css | .server-player {
margin: 5px;
padding: 5px;
display: flex;
/* width: 100%; */
height: 70px;
/* grid-template-columns: 1fr 2fr 10px; */
overflow: hidden;
justify-items: center;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.server-player-artwork {
/* grid-column: 1; */
border-radius: 10px;
flex-grow: 0;
height: 100%;
}
.server-player-text {
width: 100%;
display: flex;
flex-direction: column;
margin: 10px;
/* grid-column: 2; */
}
.server-player-arrow {
/* grid-column: 3; */
width: 15px;
flex-grow: 0;
margin-left: 10px;
}
.server-player-title {
font-size: 28px;
height: 1.5em;
overflow: hidden;
text-overflow: ellipsis;
}
.server-player-subtitle {
height: 1.5em;
overflow: hidden;
text-overflow: ellipsis;
}
.server-touch {
border-radius: 10px;
transition: background 0.1s ease-in;
}
.server-touch:hover {
background-color: rgba(116, 116, 116, 0.25)
}
.server-compact-player {
margin: 5px;
padding: 5px;
display: flex;
/* width: 100%; */
height: 50px;
/* grid-template-columns: 1fr 2fr 10px; */
overflow: hidden;
justify-items: center;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.server-compact-player-artwork {
/* grid-column: 1; */
border-radius: 7px;
flex-grow: 0;
height: 100%;
}
.server-compact-player-text {
width: 100%;
display: flex;
flex-direction: column;
margin: 2 7px;
/* grid-column: 2; */
}
.server-compact-player-arrow {
/* grid-column: 3; */
width: 12px;
flex-grow: 0;
margin-left: 10px;
}
.server-compact-player-title {
font-size: 24px;
height: 1.2em;
overflow: hidden;
text-overflow: ellipsis;
}
.server-compact-player-subtitle {
font-size: 14px;
height: 1.2em;
overflow: hidden;
text-overflow: ellipsis;
} | 0.415492 | 0.134349 |
.text-secondary--moreprimary {
color: #138b9f !important;
}
.text-secondary--moreprimary.fa-lg {
margin-left: -2px;
margin-right: -2px;
}
.step-collapsed {
height: 0;
overflow: hidden;
visibility: hidden;
}
.text-dark-primary {
color: #004a7b !important;
color: var(--primary-darken-15, #004a7b) !important;
}
.active-link {
color: #004a7b !important;
color: var(--primary-darken-15, #004a7b) !important;
background: #ecf0f1;
background: var(--color-light, #ecf0f1);
}
.active-link:before {
content: '';
background: #ecf0f1;
background: var(--color-light, #ecf0f1);
width: 20px;
height: 100%;
margin-left: -30px;
z-index: -1;
padding: 5px;
}
[sws-progress-steps__step-indicator] {
padding-top: 4px;
}
button[button-reset] {
border: none !important;
-webkit-appearance: none;
-moz-appearance: none;
background: transparent;
}
[sws-multistepper-v],
.sws-multistepper-v {
width: 250px;
padding-left: 10px;
color: #444;
position: relative;
}
[sws-multistepper-v]::-webkit-scrollbar,
.sws-multistepper-v::-webkit-scrollbar {
width: 3px;
}
[sws-multistepper-v] a,
.sws-multistepper-v a {
text-decoration: none;
color: #444;
}
[sws-multistepper-v] [sws-multistepper-v-section],
[sws-multistepper-v] .sws-multistepper-v-section,
.sws-multistepper-v [sws-multistepper-v-section],
.sws-multistepper-v .sws-multistepper-v-section {
background: #ECEFF1;
border-bottom: 2px solid #e2e7e9;
border-top: 2px solid #e2e7e9;
}
[sws-multistepper-v] [sws-multistepper-v__step],
.sws-multistepper-v [sws-multistepper-v__step] {
position: relative;
padding-left: 0;
}
[sws-multistepper-v] [sws-multistepper-v__step] ul,
[sws-multistepper-v] [sws-multistepper-v__step] li,
.sws-multistepper-v [sws-multistepper-v__step] ul,
.sws-multistepper-v [sws-multistepper-v__step] li {
list-style-type: none;
}
[sws-multistepper-v] [sws-multistepper-v__step] a,
.sws-multistepper-v [sws-multistepper-v__step] a {
text-decoration: none;
}
[sws-multistepper-v] [sws-multistepper-v__step].active > div:first-child,
.sws-multistepper-v [sws-multistepper-v__step].active > div:first-child {
z-index: 1;
}
[sws-multistepper-v] [sws-multistepper-v__step].active > div > a,
.sws-multistepper-v [sws-multistepper-v__step].active > div > a {
background: rgba(206, 205, 205, 0.56);
border-right: 4px solid #0088ce;
border-right: 4px solid var(--color-primary, #0088ce);
}
[sws-multistepper-v] [sws-multistepper-v__step]:hover > div > a, [sws-multistepper-v] [sws-multistepper-v__step]:focus > div > a,
.sws-multistepper-v [sws-multistepper-v__step]:hover > div > a,
.sws-multistepper-v [sws-multistepper-v__step]:focus > div > a {
background: rgba(199, 199, 199, 0.56);
}
[sws-multistepper-v] [sws-multistepper-v__step] > div > a:focus,
.sws-multistepper-v [sws-multistepper-v__step] > div > a:focus {
background: rgba(199, 199, 199, 0.56);
}
[sws-multistepper-v] [sws-multistepper-v__step-indicator], [sws-multistepper-v] .sws-multistepper-v__step-indicator,
.sws-multistepper-v [sws-multistepper-v__step-indicator],
.sws-multistepper-v .sws-multistepper-v__step-indicator {
width: 44px;
min-width: 44px;
height: 44px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
[sws-multistepper-v] [sws-multistepper-v__step-indicator] > svg, [sws-multistepper-v] .sws-multistepper-v__step-indicator > svg,
.sws-multistepper-v [sws-multistepper-v__step-indicator] > svg,
.sws-multistepper-v .sws-multistepper-v__step-indicator > svg {
z-index: 1;
}
[sws-multistepper-v] [sws-multistepper-v__step-line], [sws-multistepper-v] .sws-multistepper-v__step-line,
.sws-multistepper-v [sws-multistepper-v__step-line],
.sws-multistepper-v .sws-multistepper-v__step-line {
display: block;
height: 45px;
width: 2px;
background: #757e84 !important;
position: absolute;
left: 21px;
top: 20px;
}
[sws-multistepper-v] [sws-multistepper-v__step-label], [sws-multistepper-v] .sws-multistepper-v__step-label,
.sws-multistepper-v [sws-multistepper-v__step-label],
.sws-multistepper-v .sws-multistepper-v__step-label {
font-weight: 500;
}
[sws-multistepper-v__step-link], .sws-multistepper-v__step-link {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
height: 45px;
-webkit-transition: background .5s ease;
transition: background .5s ease;
}
[sws-multistepper-v__step-link].active, .sws-multistepper-v__step-link.active {
background: rgba(206, 205, 205, 0.56);
border-right: 4px solid #0088ce;
border-right: 4px solid var(--color-primary, #0088ce);
}
[inactive-step], .inactive-step {
color: #8e9498;
}
.step-passed {
color: #005582;
color: var(--primary-darken-15, #005582);
}
[multistepper-menu] {
letter-spacing: 4px;
min-width: 130px;
margin-left: 4px;
color: #454647;
}
[multistepper-menu] [multistepper-menu-bg] {
padding: 5px 9px;
background: rgba(206, 205, 205, 0);
-webkit-transition: background .5s ease;
transition: background .5s ease;
}
[multistepper-menu]:focus [multistepper-menu-bg], [multistepper-menu]:hover [multistepper-menu-bg] {
background: rgba(206, 205, 205, 0.75);
}
[multistepper-menu]:focus {
outline: none;
}
[multistepper-menu]:focus [multistepper-menu-bg] {
outline: #5E9ED6 dotted 1px;
outline: 5px auto -webkit-focus-ring-color;
}
[multistepper-menu] [multistepper-menu-icon] {
-webkit-transition: -webkit-transform .5s;
transition: -webkit-transform .5s;
transition: transform .5s;
transition: transform .5s, -webkit-transform .5s;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.rotate-90 {
-webkit-transform: rotate(-90deg) !important;
transform: rotate(-90deg) !important;
}
@media screen and (max-width: 992px) {
[sws-multistepper-v], .sws-multistepper-v {
width: 100%;
}
[mobile-column],
.mobile-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
[mobile-center],
.mobile-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
[mobile-center] [text-right], [mobile-center] .text-right,
.mobile-center [text-right],
.mobile-center .text-right {
text-align: center !important;
}
[mobile-order-10],
.mobile-order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
[mobile-order-9],
.mobile-order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
[mobile-order-8],
.mobile-order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
[mobile-order-7],
.mobile-order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
[mobile-order-6],
.mobile-order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
[mobile-order-5],
.mobile-order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
[mobile-order-4],
.mobile-order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
[mobile-order-3],
.mobile-order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
[mobile-order-2],
.mobile-order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
[mobile-order-1],
.mobile-order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
[substep-indicator] {
z-index: 3;
float: right;
position: absolute;
right: 0;
padding: 5px;
padding-top: 6px;
padding-right: 10px;
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
[substep-indicator] button {
background: transparent !important;
opacity: .75;
border: none !important;
-webkit-transition: opacity .5s ease;
transition: opacity .5s ease;
color: #74787F;
color: var(--color-regular, #74787F);
cursor: pointer;
}
[substep-indicator] button:focus, [substep-indicator] button:hover {
opacity: 1;
color: #0079C7;
color: var(--color-primary, #0079C7);
}
/*# sourceMappingURL=multi-stepper-v.component.css.map */ | projects/workshop/src/lib/multi-stepper-v/multi-stepper-v.component.css | .text-secondary--moreprimary {
color: #138b9f !important;
}
.text-secondary--moreprimary.fa-lg {
margin-left: -2px;
margin-right: -2px;
}
.step-collapsed {
height: 0;
overflow: hidden;
visibility: hidden;
}
.text-dark-primary {
color: #004a7b !important;
color: var(--primary-darken-15, #004a7b) !important;
}
.active-link {
color: #004a7b !important;
color: var(--primary-darken-15, #004a7b) !important;
background: #ecf0f1;
background: var(--color-light, #ecf0f1);
}
.active-link:before {
content: '';
background: #ecf0f1;
background: var(--color-light, #ecf0f1);
width: 20px;
height: 100%;
margin-left: -30px;
z-index: -1;
padding: 5px;
}
[sws-progress-steps__step-indicator] {
padding-top: 4px;
}
button[button-reset] {
border: none !important;
-webkit-appearance: none;
-moz-appearance: none;
background: transparent;
}
[sws-multistepper-v],
.sws-multistepper-v {
width: 250px;
padding-left: 10px;
color: #444;
position: relative;
}
[sws-multistepper-v]::-webkit-scrollbar,
.sws-multistepper-v::-webkit-scrollbar {
width: 3px;
}
[sws-multistepper-v] a,
.sws-multistepper-v a {
text-decoration: none;
color: #444;
}
[sws-multistepper-v] [sws-multistepper-v-section],
[sws-multistepper-v] .sws-multistepper-v-section,
.sws-multistepper-v [sws-multistepper-v-section],
.sws-multistepper-v .sws-multistepper-v-section {
background: #ECEFF1;
border-bottom: 2px solid #e2e7e9;
border-top: 2px solid #e2e7e9;
}
[sws-multistepper-v] [sws-multistepper-v__step],
.sws-multistepper-v [sws-multistepper-v__step] {
position: relative;
padding-left: 0;
}
[sws-multistepper-v] [sws-multistepper-v__step] ul,
[sws-multistepper-v] [sws-multistepper-v__step] li,
.sws-multistepper-v [sws-multistepper-v__step] ul,
.sws-multistepper-v [sws-multistepper-v__step] li {
list-style-type: none;
}
[sws-multistepper-v] [sws-multistepper-v__step] a,
.sws-multistepper-v [sws-multistepper-v__step] a {
text-decoration: none;
}
[sws-multistepper-v] [sws-multistepper-v__step].active > div:first-child,
.sws-multistepper-v [sws-multistepper-v__step].active > div:first-child {
z-index: 1;
}
[sws-multistepper-v] [sws-multistepper-v__step].active > div > a,
.sws-multistepper-v [sws-multistepper-v__step].active > div > a {
background: rgba(206, 205, 205, 0.56);
border-right: 4px solid #0088ce;
border-right: 4px solid var(--color-primary, #0088ce);
}
[sws-multistepper-v] [sws-multistepper-v__step]:hover > div > a, [sws-multistepper-v] [sws-multistepper-v__step]:focus > div > a,
.sws-multistepper-v [sws-multistepper-v__step]:hover > div > a,
.sws-multistepper-v [sws-multistepper-v__step]:focus > div > a {
background: rgba(199, 199, 199, 0.56);
}
[sws-multistepper-v] [sws-multistepper-v__step] > div > a:focus,
.sws-multistepper-v [sws-multistepper-v__step] > div > a:focus {
background: rgba(199, 199, 199, 0.56);
}
[sws-multistepper-v] [sws-multistepper-v__step-indicator], [sws-multistepper-v] .sws-multistepper-v__step-indicator,
.sws-multistepper-v [sws-multistepper-v__step-indicator],
.sws-multistepper-v .sws-multistepper-v__step-indicator {
width: 44px;
min-width: 44px;
height: 44px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
[sws-multistepper-v] [sws-multistepper-v__step-indicator] > svg, [sws-multistepper-v] .sws-multistepper-v__step-indicator > svg,
.sws-multistepper-v [sws-multistepper-v__step-indicator] > svg,
.sws-multistepper-v .sws-multistepper-v__step-indicator > svg {
z-index: 1;
}
[sws-multistepper-v] [sws-multistepper-v__step-line], [sws-multistepper-v] .sws-multistepper-v__step-line,
.sws-multistepper-v [sws-multistepper-v__step-line],
.sws-multistepper-v .sws-multistepper-v__step-line {
display: block;
height: 45px;
width: 2px;
background: #757e84 !important;
position: absolute;
left: 21px;
top: 20px;
}
[sws-multistepper-v] [sws-multistepper-v__step-label], [sws-multistepper-v] .sws-multistepper-v__step-label,
.sws-multistepper-v [sws-multistepper-v__step-label],
.sws-multistepper-v .sws-multistepper-v__step-label {
font-weight: 500;
}
[sws-multistepper-v__step-link], .sws-multistepper-v__step-link {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
height: 45px;
-webkit-transition: background .5s ease;
transition: background .5s ease;
}
[sws-multistepper-v__step-link].active, .sws-multistepper-v__step-link.active {
background: rgba(206, 205, 205, 0.56);
border-right: 4px solid #0088ce;
border-right: 4px solid var(--color-primary, #0088ce);
}
[inactive-step], .inactive-step {
color: #8e9498;
}
.step-passed {
color: #005582;
color: var(--primary-darken-15, #005582);
}
[multistepper-menu] {
letter-spacing: 4px;
min-width: 130px;
margin-left: 4px;
color: #454647;
}
[multistepper-menu] [multistepper-menu-bg] {
padding: 5px 9px;
background: rgba(206, 205, 205, 0);
-webkit-transition: background .5s ease;
transition: background .5s ease;
}
[multistepper-menu]:focus [multistepper-menu-bg], [multistepper-menu]:hover [multistepper-menu-bg] {
background: rgba(206, 205, 205, 0.75);
}
[multistepper-menu]:focus {
outline: none;
}
[multistepper-menu]:focus [multistepper-menu-bg] {
outline: #5E9ED6 dotted 1px;
outline: 5px auto -webkit-focus-ring-color;
}
[multistepper-menu] [multistepper-menu-icon] {
-webkit-transition: -webkit-transform .5s;
transition: -webkit-transform .5s;
transition: transform .5s;
transition: transform .5s, -webkit-transform .5s;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.rotate-90 {
-webkit-transform: rotate(-90deg) !important;
transform: rotate(-90deg) !important;
}
@media screen and (max-width: 992px) {
[sws-multistepper-v], .sws-multistepper-v {
width: 100%;
}
[mobile-column],
.mobile-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
[mobile-center],
.mobile-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
[mobile-center] [text-right], [mobile-center] .text-right,
.mobile-center [text-right],
.mobile-center .text-right {
text-align: center !important;
}
[mobile-order-10],
.mobile-order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
[mobile-order-9],
.mobile-order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
[mobile-order-8],
.mobile-order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
[mobile-order-7],
.mobile-order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
[mobile-order-6],
.mobile-order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
[mobile-order-5],
.mobile-order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
[mobile-order-4],
.mobile-order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
[mobile-order-3],
.mobile-order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
[mobile-order-2],
.mobile-order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
[mobile-order-1],
.mobile-order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
[substep-indicator] {
z-index: 3;
float: right;
position: absolute;
right: 0;
padding: 5px;
padding-top: 6px;
padding-right: 10px;
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
[substep-indicator] button {
background: transparent !important;
opacity: .75;
border: none !important;
-webkit-transition: opacity .5s ease;
transition: opacity .5s ease;
color: #74787F;
color: var(--color-regular, #74787F);
cursor: pointer;
}
[substep-indicator] button:focus, [substep-indicator] button:hover {
opacity: 1;
color: #0079C7;
color: var(--color-primary, #0079C7);
}
/*# sourceMappingURL=multi-stepper-v.component.css.map */ | 0.413122 | 0.078289 |
Created on : Oct 3, 2020, 7:23:29 PM
Author : Luan
*/
h1 {
text-align: center;
margin: 2rem 0;
color: #ffffff;
font-size: 1.5rem;
}
h2.empty-list {
color: #04D361;
font-size: 1rem;
}
main {
width: 1200px;
margin: 0 auto;
background: none;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 2rem;
}
main article {
background: #202024;
padding: 2rem;
border-radius: 4px;
border: 2px solid #202024;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: all 200ms ease-in;
}
main article .title {
display: flex;
justify-content: space-between;
align-items: center;
}
main article .title h2 {
max-width: 75%;
}
main article .title span {
color: #f6f6f6;
font-size: 0.9rem;
}
main article:hover {
border: 2px solid #3d3d3d;
}
main article h2 {
text-transform: uppercase;
color: #ffffff;
font-size: 1.3rem;
}
main article p.ementa {
font-size: 0.9rem;
line-height: 1.5rem;
color: #bababa;
margin: 15px 0;
}
main article .actions {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0.9rem;
color: #ffffff;
}
.actions .buttons button {
outline: none;
font-size: 0.9rem;
font-weight: 500;
padding: 10px;
border-radius: 2px;
border: none;
cursor: pointer;
color: #ffffff;
text-transform: uppercase;
}
.actions .buttons button.alterar {
background: #4480d4;
transition: background 200ms ease-in;
}
.actions .buttons button.alterar:hover {
background: #3f70b5;
}
.actions .buttons button.deletar {
margin-left: 10px;
background: #e34242;
transition: background 200ms ease-in;
}
.actions .buttons button.deletar:hover {
background: #c43737;
}
.aprovado {
font-weight: 500;
color: #04D361;
}
.reprovado {
font-weight: 500;
color: #f22424;
}
form.form-insert {
width: 1200px;
margin: 0 auto;
padding: 0 2rem;
display: flex;
align-items: center;
justify-content: flex-start;
}
form.form-insert button.btn-insert {
width: 60px;
height: 60px;
border-radius: 50%;
border: none;
outline: none;
cursor: pointer;
background: #04D361;
color: #ffffff;
font-size: 2rem;
transition: background 200ms;
}
form.form-insert button.btn-insert:hover {
background: #09ba59;
}
form.form-insert span {
color: #ffffff;
font-size: 1rem;
font-weight: 500;
margin-left: 10px;
}
/*FORM INSSERT*/
h2.add-disciplina-text {
color: #fff;
font-size: 1.2rem;
font-weight: 400;
}
form.insert-form {
background: #202024;
padding: 2rem;
border-radius: 4px;
width: 400px;
margin-top: 32px;
display: flex;
flex-direction: column;
align-items: stretch;
}
form.insert-form label {
display: block;
font-weight: bold;
margin-bottom: 5px;
color: #ffffff;
font-size: 0.9rem;
}
form.insert-form input, textarea {
font-family: Roboto;
width: 100%;
margin-bottom: 15px;
padding: 12px 16px;
background: #121214;
border-radius: 4px;
border: 2px solid #111;
font-size: 15px;
color: #c3c3c3;
transition: border-color 0.2s;
outline: none;
resize: vertical;
}
form.insert-form input:focus, textarea:focus {
border-color:#c4c4c4;
}
form.insert-form button {
display: block;
border: 0;
cursor: pointer;
border-radius: 4px;
width: 100%;
padding: 16px;
font-weight: bold;
font-size: 15px;
transition: background-color 0.2s;
}
form.insert-form button#formInsert {
background: #04D361;
color: #fff;
}
form.insert-form button#cancelar {
background: #fff;
color: #111;
margin-top: 20px;
}
form.insert-form button#formInsert:hover {
background-color: #09ba59;
}
form.confirm-delete {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
form.confirm-delete span.confirm-text {
color: #bababa;
font-size: 0.9rem;
margin-bottom: 10px;
}
form.confirm-delete span.confirm-text b {
text-transform: uppercase;
color: #fff;
}
form.confirm-delete .buttons-delete button {
background: none;
border: none;
color: #ffffff;
cursor: pointer;
font-size: 1rem;
font-weight: 500;
padding: 10px 20px;
}
form.confirm-delete .buttons-delete button.confirm {
color: #04D361;
}
form.confirm-delete .buttons-delete button.cancel {
color: #e34242;
}
.error-message {
color: #e34242;
font-size: 1.2rem;
}
@media(max-width: 1220px) {
main {
width: 800px;
grid-template-columns: repeat(2, 1fr);
}
form.form-insert {
width: 100%;
justify-content: center;
}
}
@media(max-width: 820px) {
main{
max-width: 400px;
grid-template-columns: repeat(1, 400px);
justify-content: center;
align-items: center;
}
} | AvaliacaoPOO/web/styles/disciplinas.css | Created on : Oct 3, 2020, 7:23:29 PM
Author : Luan
*/
h1 {
text-align: center;
margin: 2rem 0;
color: #ffffff;
font-size: 1.5rem;
}
h2.empty-list {
color: #04D361;
font-size: 1rem;
}
main {
width: 1200px;
margin: 0 auto;
background: none;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 2rem;
}
main article {
background: #202024;
padding: 2rem;
border-radius: 4px;
border: 2px solid #202024;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: all 200ms ease-in;
}
main article .title {
display: flex;
justify-content: space-between;
align-items: center;
}
main article .title h2 {
max-width: 75%;
}
main article .title span {
color: #f6f6f6;
font-size: 0.9rem;
}
main article:hover {
border: 2px solid #3d3d3d;
}
main article h2 {
text-transform: uppercase;
color: #ffffff;
font-size: 1.3rem;
}
main article p.ementa {
font-size: 0.9rem;
line-height: 1.5rem;
color: #bababa;
margin: 15px 0;
}
main article .actions {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0.9rem;
color: #ffffff;
}
.actions .buttons button {
outline: none;
font-size: 0.9rem;
font-weight: 500;
padding: 10px;
border-radius: 2px;
border: none;
cursor: pointer;
color: #ffffff;
text-transform: uppercase;
}
.actions .buttons button.alterar {
background: #4480d4;
transition: background 200ms ease-in;
}
.actions .buttons button.alterar:hover {
background: #3f70b5;
}
.actions .buttons button.deletar {
margin-left: 10px;
background: #e34242;
transition: background 200ms ease-in;
}
.actions .buttons button.deletar:hover {
background: #c43737;
}
.aprovado {
font-weight: 500;
color: #04D361;
}
.reprovado {
font-weight: 500;
color: #f22424;
}
form.form-insert {
width: 1200px;
margin: 0 auto;
padding: 0 2rem;
display: flex;
align-items: center;
justify-content: flex-start;
}
form.form-insert button.btn-insert {
width: 60px;
height: 60px;
border-radius: 50%;
border: none;
outline: none;
cursor: pointer;
background: #04D361;
color: #ffffff;
font-size: 2rem;
transition: background 200ms;
}
form.form-insert button.btn-insert:hover {
background: #09ba59;
}
form.form-insert span {
color: #ffffff;
font-size: 1rem;
font-weight: 500;
margin-left: 10px;
}
/*FORM INSSERT*/
h2.add-disciplina-text {
color: #fff;
font-size: 1.2rem;
font-weight: 400;
}
form.insert-form {
background: #202024;
padding: 2rem;
border-radius: 4px;
width: 400px;
margin-top: 32px;
display: flex;
flex-direction: column;
align-items: stretch;
}
form.insert-form label {
display: block;
font-weight: bold;
margin-bottom: 5px;
color: #ffffff;
font-size: 0.9rem;
}
form.insert-form input, textarea {
font-family: Roboto;
width: 100%;
margin-bottom: 15px;
padding: 12px 16px;
background: #121214;
border-radius: 4px;
border: 2px solid #111;
font-size: 15px;
color: #c3c3c3;
transition: border-color 0.2s;
outline: none;
resize: vertical;
}
form.insert-form input:focus, textarea:focus {
border-color:#c4c4c4;
}
form.insert-form button {
display: block;
border: 0;
cursor: pointer;
border-radius: 4px;
width: 100%;
padding: 16px;
font-weight: bold;
font-size: 15px;
transition: background-color 0.2s;
}
form.insert-form button#formInsert {
background: #04D361;
color: #fff;
}
form.insert-form button#cancelar {
background: #fff;
color: #111;
margin-top: 20px;
}
form.insert-form button#formInsert:hover {
background-color: #09ba59;
}
form.confirm-delete {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
form.confirm-delete span.confirm-text {
color: #bababa;
font-size: 0.9rem;
margin-bottom: 10px;
}
form.confirm-delete span.confirm-text b {
text-transform: uppercase;
color: #fff;
}
form.confirm-delete .buttons-delete button {
background: none;
border: none;
color: #ffffff;
cursor: pointer;
font-size: 1rem;
font-weight: 500;
padding: 10px 20px;
}
form.confirm-delete .buttons-delete button.confirm {
color: #04D361;
}
form.confirm-delete .buttons-delete button.cancel {
color: #e34242;
}
.error-message {
color: #e34242;
font-size: 1.2rem;
}
@media(max-width: 1220px) {
main {
width: 800px;
grid-template-columns: repeat(2, 1fr);
}
form.form-insert {
width: 100%;
justify-content: center;
}
}
@media(max-width: 820px) {
main{
max-width: 400px;
grid-template-columns: repeat(1, 400px);
justify-content: center;
align-items: center;
}
} | 0.320077 | 0.178777 |
body
{
font-size: 12px;
color: #000033;
background-color: #F4F7F7;
background-attachment: fixed;
borderlight-color:#ffffff;
scrollbar-darkShadow-color:#919497;
scrollbar-3d-light-color:#919497;
scrollbar-arrow-color:white;
scrollbar-base-color:#E2F3FA;
scrollbar-face-color:#CDD1D3;
scrollbar-highlight-color:#F2FAFB;
scrollbar-shadow-color:#F2FAFB;
scrollbar-track-color:#F2FAFB;
text-align:center;
}
table
{
border-collapse: collapse;
border-color: #000000;
border-width: 1;
width:100%;
}
tr
{
height:20px;
}
TH {
font-size: 12px;
border-color: #000000;
font-weight: normal;
background-color: #9cd1ef;
height: 30px;
padding-left: 4px;
padding-right: 4px;
text-align:left;
font-weight:bold;
}
TD
{
font-size:12px;
border-color:#000000;
}
td.erron
{
color:Red;
font-weight:bold;
text-align:right;
}
td.navigation
{
font-weight:bold;
height:25px;
color:Red;
}
td.pagePostion
{
font-weight:bold;
color:Red;
}
td.dian
{
background-image:url('../images/dian.gif');
background-repeat:no-repeat;
vertical-align:bottom;
text-align:right;
width:20px;
}
.button {
font-size: 12px;
text-align: center;
border: 1px solid #000000;
height: 22px;
color: #000000;
clip: rect(0px);
cursor: hand;
margin: 1px;
vertical-align: baseline;
}
#container
{
margin-right:auto;
margin-left:auto;
width:800px;
height:680px;
border-color:Blue;
border-style:solid;
border-width:1px;
}
#logo_ips
{
background-image:url("../images/logo_ips.jpg");
background-color:transparent;
background-repeat:no-repeat;
width:800px;
height:100px;
color:#f9ba0f;
}
#navigation
{
height:20px;
background-color:#E9edf0;
}
#middle
{
width:800px;
height:540px;
}
#function
{
width:200px;
height:540px;
float:left;
margin-top:0px;
margin-left:0px;
text-align:left;
vertical-align:top;
background-color:#E9edf0;
}
#content
{
width:600px;
margin-left:200px;
margin-top:-540px;
float:right;
text-align:left;
vertical-align:top;
}
#copyright
{
background-image:url("../images/copyright.jpg");
background-color:Transparent;
background-repeat:no-repeat;
width:800px;
height:20px;
vertical-align:middle;
} | Web/css/public.css | body
{
font-size: 12px;
color: #000033;
background-color: #F4F7F7;
background-attachment: fixed;
borderlight-color:#ffffff;
scrollbar-darkShadow-color:#919497;
scrollbar-3d-light-color:#919497;
scrollbar-arrow-color:white;
scrollbar-base-color:#E2F3FA;
scrollbar-face-color:#CDD1D3;
scrollbar-highlight-color:#F2FAFB;
scrollbar-shadow-color:#F2FAFB;
scrollbar-track-color:#F2FAFB;
text-align:center;
}
table
{
border-collapse: collapse;
border-color: #000000;
border-width: 1;
width:100%;
}
tr
{
height:20px;
}
TH {
font-size: 12px;
border-color: #000000;
font-weight: normal;
background-color: #9cd1ef;
height: 30px;
padding-left: 4px;
padding-right: 4px;
text-align:left;
font-weight:bold;
}
TD
{
font-size:12px;
border-color:#000000;
}
td.erron
{
color:Red;
font-weight:bold;
text-align:right;
}
td.navigation
{
font-weight:bold;
height:25px;
color:Red;
}
td.pagePostion
{
font-weight:bold;
color:Red;
}
td.dian
{
background-image:url('../images/dian.gif');
background-repeat:no-repeat;
vertical-align:bottom;
text-align:right;
width:20px;
}
.button {
font-size: 12px;
text-align: center;
border: 1px solid #000000;
height: 22px;
color: #000000;
clip: rect(0px);
cursor: hand;
margin: 1px;
vertical-align: baseline;
}
#container
{
margin-right:auto;
margin-left:auto;
width:800px;
height:680px;
border-color:Blue;
border-style:solid;
border-width:1px;
}
#logo_ips
{
background-image:url("../images/logo_ips.jpg");
background-color:transparent;
background-repeat:no-repeat;
width:800px;
height:100px;
color:#f9ba0f;
}
#navigation
{
height:20px;
background-color:#E9edf0;
}
#middle
{
width:800px;
height:540px;
}
#function
{
width:200px;
height:540px;
float:left;
margin-top:0px;
margin-left:0px;
text-align:left;
vertical-align:top;
background-color:#E9edf0;
}
#content
{
width:600px;
margin-left:200px;
margin-top:-540px;
float:right;
text-align:left;
vertical-align:top;
}
#copyright
{
background-image:url("../images/copyright.jpg");
background-color:Transparent;
background-repeat:no-repeat;
width:800px;
height:20px;
vertical-align:middle;
} | 0.279828 | 0.060114 |
@font-face {
font-family: 'thai_sans_literegular';
src: url('../fonts/thaisanslite_r1-webfont.eot');
src: url('../fonts/thaisanslite_r1-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/thaisanslite_r1-webfont.woff2') format('woff2'),
url('../fonts/thaisanslite_r1-webfont.woff') format('woff'),
url('../fonts/thaisanslite_r1-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
html,body{
height: 100%;
font-family: 'thai_sans_literegular','arial';
}
.clear{
clear:both;
}
.shadow{
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.col-md-1{
position: relative;
overflow: hidden;
}
.col-md-2{
position: relative;
overflow: hidden;
}
.col-md-3{
position: relative;
overflow: hidden;
}
.col-md-4{
position: relative;
overflow: hidden;
}
.col-md-5{
position: relative;
overflow: hidden;
}
.col-md-6{
position: relative;
overflow: hidden;
}
.col-md-7{
position: relative;
overflow: hidden;
}
.col-md-8{
position: relative;
overflow: hidden;
}
.r1{
background: url(../images/background.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align: center;
opacity: 0.8;
min-height: 514px;
overflow: hidden;
}
.r2{
min-height: 355px;
text-align: center;
background-color: #f2f3f7 ;
overflow: hidden;
}
.r3{
min-height: 493px;
text-align: center;
overflow: hidden;
}
.r4{
min-height: 493px;
text-align: center;
background-color: #f2f3f7 ;
overflow: hidden;
}
.r5{
min-height: 236px;
text-align: center;
background-color: #224e6b ;
overflow: hidden;
}
.r6{
min-height: 502px;
text-align: center;
background-color: #ffffff ;
overflow: hidden;
}
.r7{
min-height: 165px;
text-align: center;
background-color: #224e6b ;
overflow: hidden;
}
.r8{
min-height: 375px;
text-align: center;
background-color: #0b2f47;
overflow: hidden;
}
.questio-sword{
width: 150px;
height: 150px;
}
.center{
margin-top: 50px;
}
.form-control{
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
margin-top: 10%;
width: 60%;
}
.text-white{
color: white;
}
.text-gray{
color:gray;
}
.text-gray50{
color : #6b6b6b;
}
.text-gray80{
color: #5a5a5a;
}
.text-blue-title{
color:#29789d;
}
.text-questio-title{
color: #39b5eb;
}
.questio-mini-logo{
width: 30px;
height: 30px;
}
.questio-menu-logo{
width: 20px;
height: 20px;
margin-top: 4px;
margin-bottom: 5px;
}
.questio-logo{
width: 100%;
height: 100%;
max-width: 320px;
max-height: 320px;
}
.questio-avatar{
max-width: 122px;
max-height: 265px;
margin-bottom: 30px;
}
.questio-temple{
width: 282px;
height: 231px;
}
.questio-sword{
}
.feat-dummy-logo{
max-width: 340px;
width: 65%;
}
.modal-body{
text-align: center;
}
.size{
max-width: 800px;
max-height: 900px;
border-radius: 15px;
}
.font-white{
color: white;
}
.modal-title{
margin: auto;
text-align: center;
}
a {text-decoration: none !important;}
a {color:white;}
a:visited {color:white;}
a:hover {color:white;}
a:active {color:white;}
@media only screen and (max-width: 990px) {
.r7 .form-control{
margin: auto;
}
}
.header-left{
text-align: center;
background-color: #39b5eb;
float: left;
height: 100%;
width: 200px;
text-align: center;
}
.header-mid{
text-align: center;
background-color: white;
float: left;
padding-top: 5px;
height: 100%;
width: calc(100% - 400px);
}
.header-right{
text-align: left;
background-color: white;
float: right;
padding-top: 5px;
height: 100%;
width: 200px;
}
.header-float > *{
display: inline-block;
padding-top: 6px;
}
header{
height: 50px;
width: 100%;
background-color: black;
}
.wrapper{
height: calc(100% - 55px);
border-top: solid 1px gray;
}
.wrapper-l{
padding-top: 10px;
padding-bottom: 15px;
border-bottom: solid gray 1px;
width: 100%;
}
.wrapper-m{
padding-top: 15px;
padding-bottom: 20px;
overflow:scroll;
width: 100%;
}
.wrapper-r{
padding-top: 15px;
padding-bottom: 20px;
border-bottom: solid gray 1px;
width: 100%;
}
.wrapper-align-left{
text-align: center;
background-color: #404b5f;
float: left;
height: 100%;
width: 200px;
}
.wrapper-align-mid{
text-align: center;
background-color: #edf2f6;
float: left;
padding-top: 15px;
height: 100%;
width: calc(100% - 200px);
}
.wrapper-align-right{
text-align: center;
background-color: white;
float: right;
padding-top: 15px;
float: left;
height: 100%;
width: 200px;
}
.align-menu{
text-align: left;
padding: 0px;
}
.align-menu li{
padding: 0 0 0 10px;
}
.align-menu li:hover{
background-color: #4f5f79;
}
li{
list-style: none;
}
.li-margin{
margin:20px;
}
.footer{
height: 5px;
width: 100%;
background-color: #93a3b0;
}
.input-search{
width: 100%;
height: 30px;
border-color: transparent;
}
.button-search{
width: 100px;
}
.style-mail-icon{
width:12%;
margin-top:5px;
margin-bottom:5px;
}
.r1-register{
background: url(../images/bg_register.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align: center;
opacity: 0.8;
min-height: 150px;
overflow: hidden;
}
.container-fluid{
text-align: center;
}
.register-margin{
margin-top: 5px;
margin-bottom: 5px;
}
.r1-register .text-white{
text-align: center;
}
.register-box{
border-radius: 5px;
border-style: solid;
border-color: gray;
border-width: 0.3px;
outline: 0 none;
border-opacity:0.1;
text-indent:8px;
}
#map {
width: 100%;
height: 400px;
background-color: #CCC;
}
.r1-add-place{
/*background: url(../images/bg_register.png) no-repeat center center fixed; */
background-color: #39b5eb;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align: center;
opacity: 0.8;
min-height: 150px;
overflow: hidden;
}
.container-fluid {
padding :0px;
}
.forget-footer{
margin-top: 215px;
height: 200px;
width: 100%;
background-color: #f2f2f2;
}
.tropic{
text-align:left;
margin-top:25px;
}
.copyright{
text-align:left;
}
.js-plotly-plot .plotly .main-svg{
padding: 0px 55px !important;
}
@media screen and (max-width: 1136px) {
.tropic{
text-align: center;
}
.questio-logo {
width: 50%;
height: 50%;
}
.footer-questio{
margin: center;
}
.copyright{
text-align: center;
}
}
.imageurl{
text-align: center;
}
.element_item{
opacity: 1 !important;
border-color: #337ab7;
border-radius: 10px;
border-width: 5px;
}
.item_default{
opacity: 0.3 !important;
border-radius: 10px;
border-color:white;
border-width: 5px;
}
.default-item-management{
margin: 50px 50px !important;
}
input{
display: inline !important;
}
.username{
text-indent: 8px !important;
}
.password{
text-indent: 8px !important;
}
.edit-place-field{
text-indent: 8px !important;
}
.margin-field-default{
margin-top: 3px;
margin-bottom: 3px;
}
.r1-register .text-white{
margin-top:50px !important;
}
.form-field-add{
margin-top: 50px;
}
.table-tropic{
text-align: center;
}
th{
text-align: center;
} | assets/questio/questio.css | @font-face {
font-family: 'thai_sans_literegular';
src: url('../fonts/thaisanslite_r1-webfont.eot');
src: url('../fonts/thaisanslite_r1-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/thaisanslite_r1-webfont.woff2') format('woff2'),
url('../fonts/thaisanslite_r1-webfont.woff') format('woff'),
url('../fonts/thaisanslite_r1-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
html,body{
height: 100%;
font-family: 'thai_sans_literegular','arial';
}
.clear{
clear:both;
}
.shadow{
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.col-md-1{
position: relative;
overflow: hidden;
}
.col-md-2{
position: relative;
overflow: hidden;
}
.col-md-3{
position: relative;
overflow: hidden;
}
.col-md-4{
position: relative;
overflow: hidden;
}
.col-md-5{
position: relative;
overflow: hidden;
}
.col-md-6{
position: relative;
overflow: hidden;
}
.col-md-7{
position: relative;
overflow: hidden;
}
.col-md-8{
position: relative;
overflow: hidden;
}
.r1{
background: url(../images/background.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align: center;
opacity: 0.8;
min-height: 514px;
overflow: hidden;
}
.r2{
min-height: 355px;
text-align: center;
background-color: #f2f3f7 ;
overflow: hidden;
}
.r3{
min-height: 493px;
text-align: center;
overflow: hidden;
}
.r4{
min-height: 493px;
text-align: center;
background-color: #f2f3f7 ;
overflow: hidden;
}
.r5{
min-height: 236px;
text-align: center;
background-color: #224e6b ;
overflow: hidden;
}
.r6{
min-height: 502px;
text-align: center;
background-color: #ffffff ;
overflow: hidden;
}
.r7{
min-height: 165px;
text-align: center;
background-color: #224e6b ;
overflow: hidden;
}
.r8{
min-height: 375px;
text-align: center;
background-color: #0b2f47;
overflow: hidden;
}
.questio-sword{
width: 150px;
height: 150px;
}
.center{
margin-top: 50px;
}
.form-control{
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
margin-top: 10%;
width: 60%;
}
.text-white{
color: white;
}
.text-gray{
color:gray;
}
.text-gray50{
color : #6b6b6b;
}
.text-gray80{
color: #5a5a5a;
}
.text-blue-title{
color:#29789d;
}
.text-questio-title{
color: #39b5eb;
}
.questio-mini-logo{
width: 30px;
height: 30px;
}
.questio-menu-logo{
width: 20px;
height: 20px;
margin-top: 4px;
margin-bottom: 5px;
}
.questio-logo{
width: 100%;
height: 100%;
max-width: 320px;
max-height: 320px;
}
.questio-avatar{
max-width: 122px;
max-height: 265px;
margin-bottom: 30px;
}
.questio-temple{
width: 282px;
height: 231px;
}
.questio-sword{
}
.feat-dummy-logo{
max-width: 340px;
width: 65%;
}
.modal-body{
text-align: center;
}
.size{
max-width: 800px;
max-height: 900px;
border-radius: 15px;
}
.font-white{
color: white;
}
.modal-title{
margin: auto;
text-align: center;
}
a {text-decoration: none !important;}
a {color:white;}
a:visited {color:white;}
a:hover {color:white;}
a:active {color:white;}
@media only screen and (max-width: 990px) {
.r7 .form-control{
margin: auto;
}
}
.header-left{
text-align: center;
background-color: #39b5eb;
float: left;
height: 100%;
width: 200px;
text-align: center;
}
.header-mid{
text-align: center;
background-color: white;
float: left;
padding-top: 5px;
height: 100%;
width: calc(100% - 400px);
}
.header-right{
text-align: left;
background-color: white;
float: right;
padding-top: 5px;
height: 100%;
width: 200px;
}
.header-float > *{
display: inline-block;
padding-top: 6px;
}
header{
height: 50px;
width: 100%;
background-color: black;
}
.wrapper{
height: calc(100% - 55px);
border-top: solid 1px gray;
}
.wrapper-l{
padding-top: 10px;
padding-bottom: 15px;
border-bottom: solid gray 1px;
width: 100%;
}
.wrapper-m{
padding-top: 15px;
padding-bottom: 20px;
overflow:scroll;
width: 100%;
}
.wrapper-r{
padding-top: 15px;
padding-bottom: 20px;
border-bottom: solid gray 1px;
width: 100%;
}
.wrapper-align-left{
text-align: center;
background-color: #404b5f;
float: left;
height: 100%;
width: 200px;
}
.wrapper-align-mid{
text-align: center;
background-color: #edf2f6;
float: left;
padding-top: 15px;
height: 100%;
width: calc(100% - 200px);
}
.wrapper-align-right{
text-align: center;
background-color: white;
float: right;
padding-top: 15px;
float: left;
height: 100%;
width: 200px;
}
.align-menu{
text-align: left;
padding: 0px;
}
.align-menu li{
padding: 0 0 0 10px;
}
.align-menu li:hover{
background-color: #4f5f79;
}
li{
list-style: none;
}
.li-margin{
margin:20px;
}
.footer{
height: 5px;
width: 100%;
background-color: #93a3b0;
}
.input-search{
width: 100%;
height: 30px;
border-color: transparent;
}
.button-search{
width: 100px;
}
.style-mail-icon{
width:12%;
margin-top:5px;
margin-bottom:5px;
}
.r1-register{
background: url(../images/bg_register.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align: center;
opacity: 0.8;
min-height: 150px;
overflow: hidden;
}
.container-fluid{
text-align: center;
}
.register-margin{
margin-top: 5px;
margin-bottom: 5px;
}
.r1-register .text-white{
text-align: center;
}
.register-box{
border-radius: 5px;
border-style: solid;
border-color: gray;
border-width: 0.3px;
outline: 0 none;
border-opacity:0.1;
text-indent:8px;
}
#map {
width: 100%;
height: 400px;
background-color: #CCC;
}
.r1-add-place{
/*background: url(../images/bg_register.png) no-repeat center center fixed; */
background-color: #39b5eb;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align: center;
opacity: 0.8;
min-height: 150px;
overflow: hidden;
}
.container-fluid {
padding :0px;
}
.forget-footer{
margin-top: 215px;
height: 200px;
width: 100%;
background-color: #f2f2f2;
}
.tropic{
text-align:left;
margin-top:25px;
}
.copyright{
text-align:left;
}
.js-plotly-plot .plotly .main-svg{
padding: 0px 55px !important;
}
@media screen and (max-width: 1136px) {
.tropic{
text-align: center;
}
.questio-logo {
width: 50%;
height: 50%;
}
.footer-questio{
margin: center;
}
.copyright{
text-align: center;
}
}
.imageurl{
text-align: center;
}
.element_item{
opacity: 1 !important;
border-color: #337ab7;
border-radius: 10px;
border-width: 5px;
}
.item_default{
opacity: 0.3 !important;
border-radius: 10px;
border-color:white;
border-width: 5px;
}
.default-item-management{
margin: 50px 50px !important;
}
input{
display: inline !important;
}
.username{
text-indent: 8px !important;
}
.password{
text-indent: 8px !important;
}
.edit-place-field{
text-indent: 8px !important;
}
.margin-field-default{
margin-top: 3px;
margin-bottom: 3px;
}
.r1-register .text-white{
margin-top:50px !important;
}
.form-field-add{
margin-top: 50px;
}
.table-tropic{
text-align: center;
}
th{
text-align: center;
} | 0.268654 | 0.056159 |
*{
box-sizing: border-box;
margin-left: 0;
}
body{
background-color: rgb(37, 37, 37);
border: 2px solid rgba(191, 123, 255, 0.781);
}
.header{
text-align: center;
}
main{
display: grid;
justify-items: center;
margin: 0px 300px;
padding: 0px 0px 30px 0px;
height: auto;
}
.principal-nav{
display: flex;
text-decoration: none;
justify-content: end;
}
.principal-nav a{
margin:5px 20px 0px 0px;
font-size: 17px;
color: rgb(231, 206, 255);
text-decoration: none;
font-weight: 700;
}
.header h1{
margin-top: 10px;
color:rgb(231, 206, 255) ;
}
main h3{
width: 80%;
margin: 25px 20px 50px 20px;
padding: 15px;
text-align: justify;
--glow-color: rgb(217, 176, 255);
--glow-spread-color: rgba(191, 123, 255, 0.781);
--enhanced-glow-color: rgb(231, 206, 255);
--btn-color: rgb(100, 61, 136);
border: .25em solid var(--glow-color);
color: rgb(255, 255, 255);
background-color: var(--btn-color);
border-radius: 1em;
outline: none;
box-shadow: 0 0 1em .25em var(--glow-color),
0 0 4em 1em var(--glow-spread-color),
inset 0 0 .75em .25em var(--glow-color);
position: relative;
transition: all 0.3s;
font-weight: 500;
}
.section-inputs{
--glow-color: rgb(217, 176, 255);
--glow-spread-color: rgba(191, 123, 255, 0.781);
--enhanced-glow-color: rgb(231, 206, 255);
--btn-color: rgb(100, 61, 136);
border: .25em solid var(--glow-color);
color: rgb(255, 255, 255);
background-color: var(--btn-color);
border-radius: 1em;
outline: none;
box-shadow: 0 0 1em .25em var(--glow-color),
0 0 4em 1em var(--glow-spread-color),
inset 0 0 .75em .25em var(--glow-color);
position: relative;
transition: all 0.3s;
}
.section-inputs label{
margin: 0px 10px;
}
.section-inputs input{
margin: 10px 10px;
height: 30px;
background-color: var(--enhanced-glow-color);
}
.section-inputs button{
height: 40px;
border-radius: 5px;
background-color: var(--glow-color);
width: 100px;
cursor: pointer;
margin-left: 11rem;
color: black;
font-weight: bold;
}
.section-inputs button:hover{
background-color: var(--glow-spread-color);
}
.section-inputs p{
margin-left: 15px;
}
.footer-section{
display: grid;
grid-template-columns: 1.5fr 1fr;
justify-items: end;
align-items: center;
background:linear-gradient(to left, #626262, #212121 45%);
position:fixed; bottom:0; z-index:999999;
width: 100%;
box-shadow: 0px 0px 40px 0px rgba(191, 123, 255, 0.781);
margin-left: -2px;
}
.main-icons-container{
width: 100%;
height: 50px;
display: flex;
align-items: center;
justify-content: end;
}
.main-icons-container .icons{
width: 40px;
height: 30px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin: 0px 15px 0px 0px;
}
.footer-section .development-section p{
font-size: 20px;
font-weight: bold;
color:white;
}
.main-icons-container .fb-icon{
background-image:url("https://i.ibb.co/gtpc0LK/facebook.png");
}
.main-icons-container .tw-icon{
background-image: url("https://i.ibb.co/kHnSBWm/twitter.png");
}
.main-icons-container .li-icon{
background-image: url("https://i.ibb.co/THQkyKs/linkedin.png");
}
.main-icons-container .gt-icon{
background-image: url("https://i.ibb.co/jT9t0d2/github.png");
}
.main-icons-container .ptz-icon{
background-image: url("https://i.ibb.co/d7hwDZ6/platzi.png");
} | ejercicio-propuesto/calculo.css | *{
box-sizing: border-box;
margin-left: 0;
}
body{
background-color: rgb(37, 37, 37);
border: 2px solid rgba(191, 123, 255, 0.781);
}
.header{
text-align: center;
}
main{
display: grid;
justify-items: center;
margin: 0px 300px;
padding: 0px 0px 30px 0px;
height: auto;
}
.principal-nav{
display: flex;
text-decoration: none;
justify-content: end;
}
.principal-nav a{
margin:5px 20px 0px 0px;
font-size: 17px;
color: rgb(231, 206, 255);
text-decoration: none;
font-weight: 700;
}
.header h1{
margin-top: 10px;
color:rgb(231, 206, 255) ;
}
main h3{
width: 80%;
margin: 25px 20px 50px 20px;
padding: 15px;
text-align: justify;
--glow-color: rgb(217, 176, 255);
--glow-spread-color: rgba(191, 123, 255, 0.781);
--enhanced-glow-color: rgb(231, 206, 255);
--btn-color: rgb(100, 61, 136);
border: .25em solid var(--glow-color);
color: rgb(255, 255, 255);
background-color: var(--btn-color);
border-radius: 1em;
outline: none;
box-shadow: 0 0 1em .25em var(--glow-color),
0 0 4em 1em var(--glow-spread-color),
inset 0 0 .75em .25em var(--glow-color);
position: relative;
transition: all 0.3s;
font-weight: 500;
}
.section-inputs{
--glow-color: rgb(217, 176, 255);
--glow-spread-color: rgba(191, 123, 255, 0.781);
--enhanced-glow-color: rgb(231, 206, 255);
--btn-color: rgb(100, 61, 136);
border: .25em solid var(--glow-color);
color: rgb(255, 255, 255);
background-color: var(--btn-color);
border-radius: 1em;
outline: none;
box-shadow: 0 0 1em .25em var(--glow-color),
0 0 4em 1em var(--glow-spread-color),
inset 0 0 .75em .25em var(--glow-color);
position: relative;
transition: all 0.3s;
}
.section-inputs label{
margin: 0px 10px;
}
.section-inputs input{
margin: 10px 10px;
height: 30px;
background-color: var(--enhanced-glow-color);
}
.section-inputs button{
height: 40px;
border-radius: 5px;
background-color: var(--glow-color);
width: 100px;
cursor: pointer;
margin-left: 11rem;
color: black;
font-weight: bold;
}
.section-inputs button:hover{
background-color: var(--glow-spread-color);
}
.section-inputs p{
margin-left: 15px;
}
.footer-section{
display: grid;
grid-template-columns: 1.5fr 1fr;
justify-items: end;
align-items: center;
background:linear-gradient(to left, #626262, #212121 45%);
position:fixed; bottom:0; z-index:999999;
width: 100%;
box-shadow: 0px 0px 40px 0px rgba(191, 123, 255, 0.781);
margin-left: -2px;
}
.main-icons-container{
width: 100%;
height: 50px;
display: flex;
align-items: center;
justify-content: end;
}
.main-icons-container .icons{
width: 40px;
height: 30px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin: 0px 15px 0px 0px;
}
.footer-section .development-section p{
font-size: 20px;
font-weight: bold;
color:white;
}
.main-icons-container .fb-icon{
background-image:url("https://i.ibb.co/gtpc0LK/facebook.png");
}
.main-icons-container .tw-icon{
background-image: url("https://i.ibb.co/kHnSBWm/twitter.png");
}
.main-icons-container .li-icon{
background-image: url("https://i.ibb.co/THQkyKs/linkedin.png");
}
.main-icons-container .gt-icon{
background-image: url("https://i.ibb.co/jT9t0d2/github.png");
}
.main-icons-container .ptz-icon{
background-image: url("https://i.ibb.co/d7hwDZ6/platzi.png");
} | 0.545286 | 0.124559 |
body {
background: #141414;
color: #ffffff;
}
.movie-app > .row {
overflow-x: auto;
flex-wrap: nowrap;
}
/* Search button */
.search-btn {
height: calc(1.5em + 0.94rem + 1.97px);
padding: 0.375rem 0.75rem;
}
/* Favorites overlay */
.image-container {
position: relative;
transition: transform 0.2s;
}
.image-container:hover {
cursor: pointer;
transform: scale(1.1);
}
.image-container:hover .overlay {
opacity: 1;
}
.overlay {
position: absolute;
background: rgba(0, 0, 0, 0.8);
width: 100%;
transition: 0.5s ease;
opacity: 0;
bottom: 0;
font-size: 20px;
padding: 20px;
text-align: center;
}
h1 {
font-size: 3em;
}
#error-message {
margin-left: 2rem;
}
/* images */
.img {
height: 325px;
width: 275px;
}
.img:hover {
box-shadow: 5px -5px 1px rgba(120, 120, 120, 0.2);
}
/* Movie Details Page */
#back {
text-decoration-color: #fff;
}
#back p {
color: #fff;
font-size: 20px;
margin: 1rem 2rem;
}
#details {
margin-top: 3rem;
display: grid;
grid-template-columns: repeat(2, 1fr);
}
#poster {
max-height: 444px;
max-width: 333px;
}
.details-btn {
color: #fff;
border: none;
padding: 0.5rem 1.75rem;
font-size: 20px;
display: block;
text-align: center;
margin: auto;
margin-top: 1rem;
}
#add {
background-color: #e16a00;
}
#remove {
background-color: #929292;
}
#details-box-1 {
margin: auto;
}
#title-wrap {
width: 95%;
margin: auto 0;
}
#title {
font-size: 5rem;
font-weight: 700;
margin-bottom: 2rem;
}
#reviews {
font-size: 25px;
font-weight: 600;
}
#reviews li {
margin: 1.25rem 1rem;
}
#details-box-3 {
margin-top: 5rem;
text-align: center;
grid-column: span 2;
}
#extra-details {
width: 90%;
margin: 0 auto;
list-style: none;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10%;
}
#extra-details li {
font-size: 18px;
}
#word-wrap {
width: 90%;
margin: 0 auto;
}
#summary {
text-align: left;
margin: 7rem 0;
font-size: 20px;
}
#loading {
margin: 4rem 5rem;
font-size: 60px;
}
#error {
margin: 4rem 5rem;
font-size: 60px;
}
#error-detail {
margin: 4rem 5rem;
font-size: 25px;
}
#retry {
margin: 2rem 6rem;
}
/* Details page Media Queries */
@media (max-width: 700px) {
#details {
display: grid;
grid-template-columns: repeat(1, 1fr);
justify-content: center;
}
#details-box-1 {
grid-column: span 2;
margin-bottom: 1rem;
text-align: center;
}
#details-box-2 {
text-align: center;
}
#poster {
height: calc(444px * 0.8);
width: calc(333px * 0.8);
}
.details-btn {
padding: calc(0.5rem * 0.8) calc(1.75rem * 0.8);
}
#title-wrap {
width: 100%;
}
#title {
font-size: 4rem;
font-weight: 500;
margin-bottom: 1rem;
}
#reviews {
list-style: none;
font-size: 18px;
font-weight: 400;
}
#extra-details {
grid-template-columns: repeat(2, 1fr);
grid-gap: 5%;
}
#extra-details li {
font-size: 16px;
}
#summary {
font-size: 18px;
}
#error {
font-size: 30px;
}
}
@media (max-width: 500px) {
#title {
font-size: 3rem;
font-weight: 500;
}
#extra-details {
grid-template-columns: repeat(1, 1fr);
grid-gap: 5%;
}
} | src/App.css | body {
background: #141414;
color: #ffffff;
}
.movie-app > .row {
overflow-x: auto;
flex-wrap: nowrap;
}
/* Search button */
.search-btn {
height: calc(1.5em + 0.94rem + 1.97px);
padding: 0.375rem 0.75rem;
}
/* Favorites overlay */
.image-container {
position: relative;
transition: transform 0.2s;
}
.image-container:hover {
cursor: pointer;
transform: scale(1.1);
}
.image-container:hover .overlay {
opacity: 1;
}
.overlay {
position: absolute;
background: rgba(0, 0, 0, 0.8);
width: 100%;
transition: 0.5s ease;
opacity: 0;
bottom: 0;
font-size: 20px;
padding: 20px;
text-align: center;
}
h1 {
font-size: 3em;
}
#error-message {
margin-left: 2rem;
}
/* images */
.img {
height: 325px;
width: 275px;
}
.img:hover {
box-shadow: 5px -5px 1px rgba(120, 120, 120, 0.2);
}
/* Movie Details Page */
#back {
text-decoration-color: #fff;
}
#back p {
color: #fff;
font-size: 20px;
margin: 1rem 2rem;
}
#details {
margin-top: 3rem;
display: grid;
grid-template-columns: repeat(2, 1fr);
}
#poster {
max-height: 444px;
max-width: 333px;
}
.details-btn {
color: #fff;
border: none;
padding: 0.5rem 1.75rem;
font-size: 20px;
display: block;
text-align: center;
margin: auto;
margin-top: 1rem;
}
#add {
background-color: #e16a00;
}
#remove {
background-color: #929292;
}
#details-box-1 {
margin: auto;
}
#title-wrap {
width: 95%;
margin: auto 0;
}
#title {
font-size: 5rem;
font-weight: 700;
margin-bottom: 2rem;
}
#reviews {
font-size: 25px;
font-weight: 600;
}
#reviews li {
margin: 1.25rem 1rem;
}
#details-box-3 {
margin-top: 5rem;
text-align: center;
grid-column: span 2;
}
#extra-details {
width: 90%;
margin: 0 auto;
list-style: none;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10%;
}
#extra-details li {
font-size: 18px;
}
#word-wrap {
width: 90%;
margin: 0 auto;
}
#summary {
text-align: left;
margin: 7rem 0;
font-size: 20px;
}
#loading {
margin: 4rem 5rem;
font-size: 60px;
}
#error {
margin: 4rem 5rem;
font-size: 60px;
}
#error-detail {
margin: 4rem 5rem;
font-size: 25px;
}
#retry {
margin: 2rem 6rem;
}
/* Details page Media Queries */
@media (max-width: 700px) {
#details {
display: grid;
grid-template-columns: repeat(1, 1fr);
justify-content: center;
}
#details-box-1 {
grid-column: span 2;
margin-bottom: 1rem;
text-align: center;
}
#details-box-2 {
text-align: center;
}
#poster {
height: calc(444px * 0.8);
width: calc(333px * 0.8);
}
.details-btn {
padding: calc(0.5rem * 0.8) calc(1.75rem * 0.8);
}
#title-wrap {
width: 100%;
}
#title {
font-size: 4rem;
font-weight: 500;
margin-bottom: 1rem;
}
#reviews {
list-style: none;
font-size: 18px;
font-weight: 400;
}
#extra-details {
grid-template-columns: repeat(2, 1fr);
grid-gap: 5%;
}
#extra-details li {
font-size: 16px;
}
#summary {
font-size: 18px;
}
#error {
font-size: 30px;
}
}
@media (max-width: 500px) {
#title {
font-size: 3rem;
font-weight: 500;
}
#extra-details {
grid-template-columns: repeat(1, 1fr);
grid-gap: 5%;
}
} | 0.416559 | 0.079675 |
#wrapper
{
padding-left: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.active
{
padding-left: 300px;
}
#timer-wrapper
{
z-index: 1000;
position: fixed;
left: 300px;
width: 0;
height: 100%;
margin-left: -300px;
overflow-y: auto;
background: #121212;
color: #999;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper
{
padding-left: 400px;
}
#wrapper.active
{
padding-left: 0;
}
#timer-wrapper
{
width: 400px;
}
#wrapper.active #timer-wrapper
{
width: 300px;
}
#page-content-wrapper
{
width: 100%;
position: absolute;
padding: 15px;
}
#wrapper.active #page-content-wrapper
{
position: absolute;
margin-right: -300px;
}
/* Screen size is more than 768 pixels -> we show the timer by default */
@media(min-width:768px) {
#wrapper.active #timer-wrapper
{
width: 0;
}
#page-content-wrapper
{
padding: 20px;
position: relative;
}
#wrapper.active #page-content-wrapper
{
position: relative;
margin-right: 0;
}
}
.text-justify
{
text-align: justify;
}
/* Timer Styles */
#timer-wrapper
{
font-family: "Roboto";
}
#timer-wrapper .timer-title
{
padding: 0px 20px;
padding-right: 80px;
height: 65px;
width: 300px;
position: relative;
line-height: 65px;
}
#timer-wrapper .timer-title #run-count
{
display: block;
position: absolute;
height: 65px;
width: 60px;
right: 10px;
top: 0px;
text-align: right;
line-height: 65px;
}
#timer-wrapper .timer-title span
{
display: inline-block;
line-height: 1.3em;
vertical-align: middle;
}
#timer-splits,
#timer-wrapper .timer-title,
#run-globals
{
width: 100%;
padding: 0px 20px;
border-collapse: separate;
}
#timer-splits
{
position: relative;
top: 0px;
}
#timer-splits-container
{
min-height: 200px;
overflow: hidden;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}
#timer-splits tr.current
{
position: relative;
background: #222;
color: white;
}
#timer-splits tr td
{
text-align: right;
}
#timer-splits tr td:first-child
{
text-align: left;
}
#timer-splits tr td.time
{
border-right: 10px solid transparent;
}
#timer-splits tr td.ref
{
border-right: 10px solid transparent;
}
#timer-splits tr td.rel_diff
{
border-right: 10px solid transparent;
}
#timer-splits tr td.diff
{
border-right: 10px solid transparent;
}
.time.ahead.split-ahead { color: #15BC33; }
.time.ahead.split-late { color: #AEE711; }
.time.late.split-ahead { color: #E75811; }
.time.late.split-late { color: #E71111; }
.time.split-gold { color: #FFDF00; }
#timer-splits tr td:first-child,
#run-globals tr td:first-child
{
width: 100%;
}
#run-globals
{
margin-top: 10px;
}
#run-globals tr td.time
{
border: 0px;
text-align: right;
}
#run-globals #global-time
{
font-size: 48px;
font-weight: bold;
text-align: right;
}
#timer-split-handle
{
color: transparent;
background-color: transparent;
}
#timer-split-handle:hover
{
background-color: #444;
color: #888;
}
#timer-split-handle:active
{
background-color: transparent;
color: transparent;
}
/* Timer handle, styled in timer style */
#timer-split-handle
{
position: relative;
top: -1px;
display: block;
width: 100%;
height: 3px;
float: left;
z-index: 10;
cursor: ns-resize;
font-size: 0px;
line-height: 0px;
text-align: center;
font-weight: bold;
transition: all 0.1s linear;
transition-property: background-color, color, height, top, font-size, line-height;
}
#timer-split-handle:hover,
#timer-split-handle:active
{
height: 10px;
top: -5px;
font-size: 16px;
line-height: 11px;
}
/* Page Styles */
.page
{
display: none;
}
.page.active
{
display: block;
}
.inline-block
{
display: inline-block;
}
.button-bar
{
margin-top: 20px;
}
.button-bar .well
{
margin-right: 20px;
}
.button-bar .btn
{
display: inline-block;
height: 125px;
width: 125px;
position: relative;
line-height: 100px;
}
.button-bar .btn span
{
display: block;
text-align: center;
position: absolute;
bottom: 6px;
left: 12px;
right: 12px;
line-height: 1.42857;
}
.button-bar .btn i
{
font-size: 32px;
}
.split-gold {
-webkit-animation: goldanimation 1s ease;
-moz-animation: goldanimation 1s ease;
-o-animation: goldanimation 1s ease;
}
@-webkit-keyframes goldanimation {
0% { background-color: rgba(255, 224, 0, 0); }
1% { background-color: rgba(255, 224, 0, 1); }
100% { background-color: rgba(255, 224, 0, 0); }
}
@-moz-keyframes goldanimation {
0% { background-color: rgba(255, 224, 0, 0); }
1% { background-color: rgba(255, 224, 0, 1); }
100% { background-color: rgba(255, 224, 0, 0); }
}
@-o-keyframes goldanimation {
0% { background-color: rgba(255, 224, 0, 0); }
1% { background-color: rgba(255, 224, 0, 1); }
100% { background-color: rgba(255, 224, 0, 0); }
}
h1, h2, h3
{
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
div.crouton-notification
{
position: absolute;
top: 0px;
left: 0px;
z-index: 10000;
}
div.crouton-confirm { background-color: #dff0d8; color: #3c763d; border-color: #d6e9c6; }
div.crouton-error { background-color: #f2dede; color: #a94442; border-color: #ebccd1; }
div.crouton-info { background-color: #d9edf7; color: #31708f; border-color: #bce8f1; }
.my-tooltip
{
display: inline-block;
position: relative;
}
.my-tooltip-content
{
display: none;
}
.my-tooltip-content.active
{
display: block;
position: absolute;
top: 6px;
left: 12px;
padding: 5px;
width: 200px;
font-size: 11px;
line-height: 14px;
white-space: normal;
border-radius: 3px;
color: white;
background: rgba(0, 0, 0, 1);
z-index: 10;
} | css/splitty.css |
#wrapper
{
padding-left: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.active
{
padding-left: 300px;
}
#timer-wrapper
{
z-index: 1000;
position: fixed;
left: 300px;
width: 0;
height: 100%;
margin-left: -300px;
overflow-y: auto;
background: #121212;
color: #999;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper
{
padding-left: 400px;
}
#wrapper.active
{
padding-left: 0;
}
#timer-wrapper
{
width: 400px;
}
#wrapper.active #timer-wrapper
{
width: 300px;
}
#page-content-wrapper
{
width: 100%;
position: absolute;
padding: 15px;
}
#wrapper.active #page-content-wrapper
{
position: absolute;
margin-right: -300px;
}
/* Screen size is more than 768 pixels -> we show the timer by default */
@media(min-width:768px) {
#wrapper.active #timer-wrapper
{
width: 0;
}
#page-content-wrapper
{
padding: 20px;
position: relative;
}
#wrapper.active #page-content-wrapper
{
position: relative;
margin-right: 0;
}
}
.text-justify
{
text-align: justify;
}
/* Timer Styles */
#timer-wrapper
{
font-family: "Roboto";
}
#timer-wrapper .timer-title
{
padding: 0px 20px;
padding-right: 80px;
height: 65px;
width: 300px;
position: relative;
line-height: 65px;
}
#timer-wrapper .timer-title #run-count
{
display: block;
position: absolute;
height: 65px;
width: 60px;
right: 10px;
top: 0px;
text-align: right;
line-height: 65px;
}
#timer-wrapper .timer-title span
{
display: inline-block;
line-height: 1.3em;
vertical-align: middle;
}
#timer-splits,
#timer-wrapper .timer-title,
#run-globals
{
width: 100%;
padding: 0px 20px;
border-collapse: separate;
}
#timer-splits
{
position: relative;
top: 0px;
}
#timer-splits-container
{
min-height: 200px;
overflow: hidden;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}
#timer-splits tr.current
{
position: relative;
background: #222;
color: white;
}
#timer-splits tr td
{
text-align: right;
}
#timer-splits tr td:first-child
{
text-align: left;
}
#timer-splits tr td.time
{
border-right: 10px solid transparent;
}
#timer-splits tr td.ref
{
border-right: 10px solid transparent;
}
#timer-splits tr td.rel_diff
{
border-right: 10px solid transparent;
}
#timer-splits tr td.diff
{
border-right: 10px solid transparent;
}
.time.ahead.split-ahead { color: #15BC33; }
.time.ahead.split-late { color: #AEE711; }
.time.late.split-ahead { color: #E75811; }
.time.late.split-late { color: #E71111; }
.time.split-gold { color: #FFDF00; }
#timer-splits tr td:first-child,
#run-globals tr td:first-child
{
width: 100%;
}
#run-globals
{
margin-top: 10px;
}
#run-globals tr td.time
{
border: 0px;
text-align: right;
}
#run-globals #global-time
{
font-size: 48px;
font-weight: bold;
text-align: right;
}
#timer-split-handle
{
color: transparent;
background-color: transparent;
}
#timer-split-handle:hover
{
background-color: #444;
color: #888;
}
#timer-split-handle:active
{
background-color: transparent;
color: transparent;
}
/* Timer handle, styled in timer style */
#timer-split-handle
{
position: relative;
top: -1px;
display: block;
width: 100%;
height: 3px;
float: left;
z-index: 10;
cursor: ns-resize;
font-size: 0px;
line-height: 0px;
text-align: center;
font-weight: bold;
transition: all 0.1s linear;
transition-property: background-color, color, height, top, font-size, line-height;
}
#timer-split-handle:hover,
#timer-split-handle:active
{
height: 10px;
top: -5px;
font-size: 16px;
line-height: 11px;
}
/* Page Styles */
.page
{
display: none;
}
.page.active
{
display: block;
}
.inline-block
{
display: inline-block;
}
.button-bar
{
margin-top: 20px;
}
.button-bar .well
{
margin-right: 20px;
}
.button-bar .btn
{
display: inline-block;
height: 125px;
width: 125px;
position: relative;
line-height: 100px;
}
.button-bar .btn span
{
display: block;
text-align: center;
position: absolute;
bottom: 6px;
left: 12px;
right: 12px;
line-height: 1.42857;
}
.button-bar .btn i
{
font-size: 32px;
}
.split-gold {
-webkit-animation: goldanimation 1s ease;
-moz-animation: goldanimation 1s ease;
-o-animation: goldanimation 1s ease;
}
@-webkit-keyframes goldanimation {
0% { background-color: rgba(255, 224, 0, 0); }
1% { background-color: rgba(255, 224, 0, 1); }
100% { background-color: rgba(255, 224, 0, 0); }
}
@-moz-keyframes goldanimation {
0% { background-color: rgba(255, 224, 0, 0); }
1% { background-color: rgba(255, 224, 0, 1); }
100% { background-color: rgba(255, 224, 0, 0); }
}
@-o-keyframes goldanimation {
0% { background-color: rgba(255, 224, 0, 0); }
1% { background-color: rgba(255, 224, 0, 1); }
100% { background-color: rgba(255, 224, 0, 0); }
}
h1, h2, h3
{
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
div.crouton-notification
{
position: absolute;
top: 0px;
left: 0px;
z-index: 10000;
}
div.crouton-confirm { background-color: #dff0d8; color: #3c763d; border-color: #d6e9c6; }
div.crouton-error { background-color: #f2dede; color: #a94442; border-color: #ebccd1; }
div.crouton-info { background-color: #d9edf7; color: #31708f; border-color: #bce8f1; }
.my-tooltip
{
display: inline-block;
position: relative;
}
.my-tooltip-content
{
display: none;
}
.my-tooltip-content.active
{
display: block;
position: absolute;
top: 6px;
left: 12px;
padding: 5px;
width: 200px;
font-size: 11px;
line-height: 14px;
white-space: normal;
border-radius: 3px;
color: white;
background: rgba(0, 0, 0, 1);
z-index: 10;
} | 0.448668 | 0.069384 |
body{
background-color: rgb(76, 120, 252);
width: 250px;
}
.btn{
border: none;
}
.tela0{
background-color: black;
height: 2px;
width: 205px;
margin-top: -181px;
}
.tela1{
background-color: white;
height: 50px;
width: 205px;
}
.tela2{
background-color: black;
height: 2px;
width: 206px;
}
.tela3{
background-color: black;
height: 181px;
width: 2px;
margin-left: 203px;
margin-top: -181px;
}
.tela4{
background-color: black;
height: 181px;
width: 2px;
margin-right: 100px;
margin-top: -181px;
}
.btn-n1{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n2{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n3{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n4{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n5{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n6{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n7{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n8{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n9{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
@media only screen and (max-width: 660px) {
div {
width: 250px;
}
} | style.css | body{
background-color: rgb(76, 120, 252);
width: 250px;
}
.btn{
border: none;
}
.tela0{
background-color: black;
height: 2px;
width: 205px;
margin-top: -181px;
}
.tela1{
background-color: white;
height: 50px;
width: 205px;
}
.tela2{
background-color: black;
height: 2px;
width: 206px;
}
.tela3{
background-color: black;
height: 181px;
width: 2px;
margin-left: 203px;
margin-top: -181px;
}
.tela4{
background-color: black;
height: 181px;
width: 2px;
margin-right: 100px;
margin-top: -181px;
}
.btn-n1{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n2{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n3{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n4{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n5{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n6{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n7{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n8{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
.btn-n9{
border: 0;
padding: 10px;
width: 50px;
height: 50px;
display: inline-block;
margin: 5px;
cursor: pointer;
border-radius: 15px;
}
@media only screen and (max-width: 660px) {
div {
width: 250px;
}
} | 0.206934 | 0.057785 |
@charset "utf-8";
body {
font-family: 'Lato', sans-serif;
color: #fff;
background: #003652 url("../images/bg_main.png") no-repeat;
background-position: center top;
background-size: 200% auto;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
strong,
em,
i {
font-style: normal;
}
[class*="sp-"] {
display: inline-block;
overflow: hidden;
position: relative;
background-size: 100% auto !important;
vertical-align: top;
}
.blind {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.wrap {
position: relative;
}
.wrap.show-grid::before,
.wrap.show-grid::after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 10;
width: 100%;
height: calc(100% + 544.08px);
background: repeating-linear-gradient(to right, rgba(212, 214, 214, 0.2), rgba(212, 214, 214, 0.2) 152px, transparent 153px, transparent 161px, transparent 169px);
background-size: 168px 21px;
}
.wrap.show-grid::after {
background: linear-gradient(transparent 95%, #5d6d75 95%);
background-size: 1px 21px;
}
.header {
padding: 0 8.5px 64px;
}
.logo {
margin-top: 0;
margin-bottom: 3.62rem;
padding-top: 5rem;
padding-bottom: 3.5rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
text-align: center;
}
.sp-logo {
width: 178px;
height: 51px;
background: url("../images/logo.png") no-repeat;
}
.gnb {
position: relative;
}
.gnb a {
display: inline-block;
overflow: hidden;
position: relative;
padding-bottom: 0.25em;
font-size: 18px;
color: #fff;
font-weight: 300;
text-align: center;
}
.gnb a::after {
content: '';
display: none;
position: absolute;
left: -100%;
bottom: 0;
width: 100%;
border-bottom: 1px solid #fff;
transition: all 0.5s;
}
.gnb a:hover::after,
.gnb a:focus::after {
content: '';
left: 0;
}
.gnb li {
float: left;
text-align: center;
}
.gnb nav {
float: left;
width: 24%;
text-align: center;
}
.gnb .depth-2 {
display: none;
}
.gnb .depth-2 li {
float: left;
margin-right: 19px;
}
.gnb .depth-2 li:first-child a {
font-weight: 700;
}
.unb {
float: right;
width: 76%;
}
.unb li:first-child {
width: 65%;
}
.unb li:last-child {
width: 35%;
}
.sp-menu {
width: 33px;
height: 25px;
background: url("../images/ico_menu.png") no-repeat;
}
.sp-search {
width: 35px;
height: 35px;
background: url("../images/ico_search.png") no-repeat;
}
.sp-checkout {
width: 42px;
height: 32px;
background: url("../images/ico_card.png") no-repeat;
}
.container {
padding-top: 3.375rem;
}
.content-box .message {
margin: 0;
font-size: 22px;
font-weight: 300;
line-height: 1.5;
text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.85);
}
.footer {
padding: 3.5rem 15% 5.38rem;
background: #141728;
}
.logo-2 {
display: block;
text-align: center;
}
.sp-logo-2 {
width: 142px;
height: 41px;
background: url("../images/logo2.png") no-repeat;
}
.sns {
padding: 48px 0 0;
}
.sns li {
float: left;
text-align: center;
}
.sns li:first-child {
width: 20%
}
.sns li:nth-child(2) {
width: 55%
}
.sns li:last-child {
width: 25%
}
.sns a {
display: block;
}
.sp-facebook {
width: 1.94rem;
height: 1.94rem;
background: url("../images/ico_facebook.png") no-repeat;
}
.sp-twitter {
width: 2.18rem;
height: 1.76rem;
background: url("../images/ico_twitter.png") no-repeat;
}
.sp-youtube {
width: 2.56rem;
height: 1.82rem;
background: url("../images/ico_youtube.png") no-repeat;
}
.fnb {
padding: 52px 0 0;
}
.fnb li {
padding-top: 30px;
font-weight: 300;
}
.fnb li:first-child {
padding-top: 0;
}
.fnb a {
display: block;
font-size: 18px;
color: #fff;
}
.text-box {
text-align: center;
}
.line-button {
display: inline-block;
overflow: hidden;
position: relative;
z-index: 5;
margin-top: 1.3em;
padding: 6px 30px;
border: 1px solid #fff;
font-size: 12px;
text-align: center;
color: #fff;
transition: all 0.5s;
}
.line-button::after {
content: '';
display: inline-block;
position: absolute;
top: 0;
left: -100%;
z-index: -1;
width: 100%;
height: 100%;
background: #fff;
transition: all 0.5s;
}
.focus {
padding: 0 0.41rem 1.94rem
}
.focus .emp {
font-size: 32px;
font-weight: 300;
}
.focus .message {
margin: 0;
font-size: 26px;
font-weight: 700;
}
.focus .line-button {
margin-top: 41px;
font-size: 18px;
font-weight: 600;
}
.focus .line-button::before {
content: '';
display: inline-block;
width: 0;
height: 0;
margin-right: 10px;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 13px solid #fff;
}
[class*="unit-"] {
float: left;
position: relative;
}
[class*="content-"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
[class*="bg-"] {
position: relative;
padding-bottom: 52.4%;
}
.bg-4,
.bg-5 {
padding-bottom: 69.8%;
}
.bg-6,
.bg-9 {
padding-bottom: 139.73%;
}
.bg-14 {
padding-bottom: 42%;
}
[class*="bg-"]:not(.bg-color) {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.bg-1 .content-box {
background: url("../images/img_photo1.png") no-repeat;
}
.bg-2 .content-box {
background: url("../images/img_photo2.png") no-repeat;
}
.bg-3 .content-box {
background: url("../images/img_photo3.png") no-repeat;
}
.bg-4 .content-box {
background: url("../images/img_photo4.png") no-repeat;
}
.bg-5 .content-box {
background: url("../images/img_photo5.png") no-repeat;
}
.bg-6 .content-box {
background: url("../images/img_photo6.png") no-repeat;
}
.bg-7 .content-box {
background: url("../images/img_photo7.png") no-repeat;
}
.bg-8 .content-box {
background: url("../images/img_photo8.png") no-repeat;
}
.bg-9 .content-box {
background: url("../images/img_photo9.png") no-repeat;
}
.bg-10 .content-box {
background: url("../images/img_photo10.png") no-repeat;
}
.bg-11 .content-box {
background: url("../images/img_photo11.png") no-repeat;
}
.bg-12 .content-box {
background: url("../images/img_photo12.png") no-repeat;
}
.bg-13 .content-box {
background: url("../images/img_photo13.png") no-repeat;
}
.bg-14 .content-box {
background: url("../images/img_photo14.png") no-repeat;
}
.bg-15 .content-box {
background: url("../images/img_photo15.png") no-repeat;
}
.bg-2 .message {
margin: 8% 7% 0 0;
text-align: right;
}
.bg-4 .message {
margin: 4% 3% 0 0;
text-align: right;
}
.bg-5 .message {
margin: 4% 0 0 5%;
}
.bg-6 .message {
margin: 7% 0 0 5%;
}
.bg-9 .message {
margin: 7% 5% 0 0;
text-align: right;
}
.bg-11 .message {
margin: 7% 0 0 4%;
}
.bg-12 .message {
position: absolute;
left: 0;
right: 0;
bottom: 9%;
line-height: 1.2;
text-align: center;
}
.bg-13 .message {
position: absolute;
left: 0;
right: 0;
top: 8%;
line-height: 1.2;
text-align: center;
}
.bg-color .content-box {
background: #7f6162;
text-align: center;
}
.bg-color .message {
font-size: 18px;
font-weight: 300;
line-height: 1.3;
text-shadow: initial;
}
[class*="bg-"] .content-box {
background-position: center;
background-size: cover;
}
.bg-5 .content-box {
background-position: top center;
}
.bg-9 .content-box {
background-position: 0 28%;
}
.bg-14 .content-box {
background-position: 0 16%;
}
.bg-color .content-box::before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.ui-group {
float: left;
}
.align-middle {
display: inline-block;
vertical-align: middle;
}
@media (max-width: 719px) {
.ui-group {
width: 100%;
}
}
@media (min-width: 720px) {
body {
background-size: 100% auto;
}
.focus .message {
width: 540px;
margin: 0 auto;
}
.bg-6 {
padding-bottom: 139.8%;
}
.bg-9 {
padding-bottom: 41.9%;
}
.bg-14 {
padding-bottom: 21%;
}
.bg-7,
.bg-8 {
width: 100%;
padding-bottom: 104.8%;
}
.push-6 {
left: 60%;
}
.pull-4 {
left: -40%;
}
}
@media (min-width: 1024px) {
.wrap.show-grid::before,
.wrap.show-grid::after {
height: calc(100% + 194px);
background: repeating-linear-gradient(to right, rgba(212, 214, 214, 0.2), rgba(212, 214, 214, 0.2) 81px, transparent 81px, transparent 89px, transparent 99px, rgba(212, 214, 214, 0.2) 179px);
background-size: 100px 21px;
}
.wrap.show-grid::after {
background: linear-gradient(transparent 95%, #5d6d75 95%);
background-size: 1px 21px;
}
.header {
padding-left: 110px;
padding-right: 110px;
padding-bottom: 195px;
}
.logo {
margin-bottom: 0;
border-bottom: none;
}
.sp-logo {
width: 178px;
height: 51px;
}
.gnb nav {
position: absolute;
top: 0;
left: 0;
float: none;
width: auto;
}
.gnb nav > a {
display: none;
}
.gnb a::after {
display: block;
}
.gnb .depth-2 {
display: block;
}
.unb {
position: absolute;
top: 0;
right: 0;
float: none;
width: auto;
}
.unb .blind {
clip: initial;
position: static;
width: auto;
height: auto;
margin: 0;
padding: 0;
}
.unb li {
width: auto !important;
text-align: left;
}
.unb li:first-child {
margin-right: 19px;
}
.unb i {
margin-right: 6px;
}
.sp-search {
width: 20px;
height: 20px;
}
.sp-checkout {
width: 24px;
height: 18px;
}
.container {
padding: 0 0 85px;
}
.line-button {
padding: 6px 25px;
font-size: 16px;
}
.focus {
padding-bottom: 166px;
}
.focus .emp {
font-size: 32px;
}
.focus .message {
margin-top: 0;
margin-bottom: 46px;
font-size: 32px;
}
.focus .line-button {
padding: 10px 30px;
}
.focus .line-button::before {
margin-right: 10px;
}
.line-button:hover,
.line-button:focus {
color: #7f6162;
}
.line-button:hover::after,
.line-button:focus::after {
left: 0;
}
.focus .line-button:hover,
.focus .line-button:focus {
color: #003652;
}
.focus .line-button:hover::before,
.focus .line-button:focus::before {
border-left-color: #003652;
}
.bg-color .content-box {
font-size: 22px;
}
.bg-4,
.bg-5 {
padding-bottom: 69.9%;
}
.bg-6 {
padding-bottom: 139.9%;
}
.bg-7 {
width: 100%;
padding-bottom: 104.8%;
}
.bg-8 {
width: 100%;
padding-bottom: 104.8%;
}
.bg-9 {
padding-bottom: 41.9%;
}
.bg-11 {
padding-bottom: 52.4%;
}
.bg-14 {
padding-bottom: 20.9%;
}
[class*="bg-"]:not(.bg-color):hover,
[class*="bg-"]:not(.bg-color):focus {
-webkit-filter: initial;
filter: initial;
}
.footer {
padding: 59px 0 81px;
}
.footer > div {
width: 90%;
margin: 0 auto;
}
.logo-2 {
float: left;
margin-right: 5%;
}
.sp-logo-2 {
width: 94px;
height: 28px;
}
.sns {
float: right;
padding-top: 6px;
}
.sns li {
width: auto !important;
margin-right: 10px;
}
.sns li:last-child {
margin-right: 0;
}
.sp-facebook {
width: 17px;
height: 17px;
}
.sp-twitter {
width: 18px;
height: 17px;
}
.sp-youtube {
width: 22px;
height: 16px;
}
.fnb {
clear: left;
padding-top: 9px;
}
.fnb li {
float: left;
margin-right: 25px;
padding-top: 0;
}
.fnb a {
font-size: 14px;
}
}
@media (min-width: 1180px) {
.wrap {
width: 1180px;
margin: 0 auto;
}
.wrap.show-grid::before,
.wrap.show-grid::after {
height: calc(100% + 168px);
}
.fnb {
clear: none;
}
}
@media (min-width: 1366px) {
.wrap.show-grid::before,
.wrap.show-grid::after {
height: calc(100% + 168px);
}
.gnb .depth-2 li,
.unb li:first-child {
margin-right: 25px;
}
.bg-color .message {
font-size: 25px;
}
.footer > div {
width: 1180px;
}
.logo-2 {
margin-right: 201px;
}
.sns li {
margin-right: 15px;
}
} | test/17-indulge/css/indulge.css | @charset "utf-8";
body {
font-family: 'Lato', sans-serif;
color: #fff;
background: #003652 url("../images/bg_main.png") no-repeat;
background-position: center top;
background-size: 200% auto;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
strong,
em,
i {
font-style: normal;
}
[class*="sp-"] {
display: inline-block;
overflow: hidden;
position: relative;
background-size: 100% auto !important;
vertical-align: top;
}
.blind {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.wrap {
position: relative;
}
.wrap.show-grid::before,
.wrap.show-grid::after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 10;
width: 100%;
height: calc(100% + 544.08px);
background: repeating-linear-gradient(to right, rgba(212, 214, 214, 0.2), rgba(212, 214, 214, 0.2) 152px, transparent 153px, transparent 161px, transparent 169px);
background-size: 168px 21px;
}
.wrap.show-grid::after {
background: linear-gradient(transparent 95%, #5d6d75 95%);
background-size: 1px 21px;
}
.header {
padding: 0 8.5px 64px;
}
.logo {
margin-top: 0;
margin-bottom: 3.62rem;
padding-top: 5rem;
padding-bottom: 3.5rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
text-align: center;
}
.sp-logo {
width: 178px;
height: 51px;
background: url("../images/logo.png") no-repeat;
}
.gnb {
position: relative;
}
.gnb a {
display: inline-block;
overflow: hidden;
position: relative;
padding-bottom: 0.25em;
font-size: 18px;
color: #fff;
font-weight: 300;
text-align: center;
}
.gnb a::after {
content: '';
display: none;
position: absolute;
left: -100%;
bottom: 0;
width: 100%;
border-bottom: 1px solid #fff;
transition: all 0.5s;
}
.gnb a:hover::after,
.gnb a:focus::after {
content: '';
left: 0;
}
.gnb li {
float: left;
text-align: center;
}
.gnb nav {
float: left;
width: 24%;
text-align: center;
}
.gnb .depth-2 {
display: none;
}
.gnb .depth-2 li {
float: left;
margin-right: 19px;
}
.gnb .depth-2 li:first-child a {
font-weight: 700;
}
.unb {
float: right;
width: 76%;
}
.unb li:first-child {
width: 65%;
}
.unb li:last-child {
width: 35%;
}
.sp-menu {
width: 33px;
height: 25px;
background: url("../images/ico_menu.png") no-repeat;
}
.sp-search {
width: 35px;
height: 35px;
background: url("../images/ico_search.png") no-repeat;
}
.sp-checkout {
width: 42px;
height: 32px;
background: url("../images/ico_card.png") no-repeat;
}
.container {
padding-top: 3.375rem;
}
.content-box .message {
margin: 0;
font-size: 22px;
font-weight: 300;
line-height: 1.5;
text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.85);
}
.footer {
padding: 3.5rem 15% 5.38rem;
background: #141728;
}
.logo-2 {
display: block;
text-align: center;
}
.sp-logo-2 {
width: 142px;
height: 41px;
background: url("../images/logo2.png") no-repeat;
}
.sns {
padding: 48px 0 0;
}
.sns li {
float: left;
text-align: center;
}
.sns li:first-child {
width: 20%
}
.sns li:nth-child(2) {
width: 55%
}
.sns li:last-child {
width: 25%
}
.sns a {
display: block;
}
.sp-facebook {
width: 1.94rem;
height: 1.94rem;
background: url("../images/ico_facebook.png") no-repeat;
}
.sp-twitter {
width: 2.18rem;
height: 1.76rem;
background: url("../images/ico_twitter.png") no-repeat;
}
.sp-youtube {
width: 2.56rem;
height: 1.82rem;
background: url("../images/ico_youtube.png") no-repeat;
}
.fnb {
padding: 52px 0 0;
}
.fnb li {
padding-top: 30px;
font-weight: 300;
}
.fnb li:first-child {
padding-top: 0;
}
.fnb a {
display: block;
font-size: 18px;
color: #fff;
}
.text-box {
text-align: center;
}
.line-button {
display: inline-block;
overflow: hidden;
position: relative;
z-index: 5;
margin-top: 1.3em;
padding: 6px 30px;
border: 1px solid #fff;
font-size: 12px;
text-align: center;
color: #fff;
transition: all 0.5s;
}
.line-button::after {
content: '';
display: inline-block;
position: absolute;
top: 0;
left: -100%;
z-index: -1;
width: 100%;
height: 100%;
background: #fff;
transition: all 0.5s;
}
.focus {
padding: 0 0.41rem 1.94rem
}
.focus .emp {
font-size: 32px;
font-weight: 300;
}
.focus .message {
margin: 0;
font-size: 26px;
font-weight: 700;
}
.focus .line-button {
margin-top: 41px;
font-size: 18px;
font-weight: 600;
}
.focus .line-button::before {
content: '';
display: inline-block;
width: 0;
height: 0;
margin-right: 10px;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 13px solid #fff;
}
[class*="unit-"] {
float: left;
position: relative;
}
[class*="content-"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
[class*="bg-"] {
position: relative;
padding-bottom: 52.4%;
}
.bg-4,
.bg-5 {
padding-bottom: 69.8%;
}
.bg-6,
.bg-9 {
padding-bottom: 139.73%;
}
.bg-14 {
padding-bottom: 42%;
}
[class*="bg-"]:not(.bg-color) {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.bg-1 .content-box {
background: url("../images/img_photo1.png") no-repeat;
}
.bg-2 .content-box {
background: url("../images/img_photo2.png") no-repeat;
}
.bg-3 .content-box {
background: url("../images/img_photo3.png") no-repeat;
}
.bg-4 .content-box {
background: url("../images/img_photo4.png") no-repeat;
}
.bg-5 .content-box {
background: url("../images/img_photo5.png") no-repeat;
}
.bg-6 .content-box {
background: url("../images/img_photo6.png") no-repeat;
}
.bg-7 .content-box {
background: url("../images/img_photo7.png") no-repeat;
}
.bg-8 .content-box {
background: url("../images/img_photo8.png") no-repeat;
}
.bg-9 .content-box {
background: url("../images/img_photo9.png") no-repeat;
}
.bg-10 .content-box {
background: url("../images/img_photo10.png") no-repeat;
}
.bg-11 .content-box {
background: url("../images/img_photo11.png") no-repeat;
}
.bg-12 .content-box {
background: url("../images/img_photo12.png") no-repeat;
}
.bg-13 .content-box {
background: url("../images/img_photo13.png") no-repeat;
}
.bg-14 .content-box {
background: url("../images/img_photo14.png") no-repeat;
}
.bg-15 .content-box {
background: url("../images/img_photo15.png") no-repeat;
}
.bg-2 .message {
margin: 8% 7% 0 0;
text-align: right;
}
.bg-4 .message {
margin: 4% 3% 0 0;
text-align: right;
}
.bg-5 .message {
margin: 4% 0 0 5%;
}
.bg-6 .message {
margin: 7% 0 0 5%;
}
.bg-9 .message {
margin: 7% 5% 0 0;
text-align: right;
}
.bg-11 .message {
margin: 7% 0 0 4%;
}
.bg-12 .message {
position: absolute;
left: 0;
right: 0;
bottom: 9%;
line-height: 1.2;
text-align: center;
}
.bg-13 .message {
position: absolute;
left: 0;
right: 0;
top: 8%;
line-height: 1.2;
text-align: center;
}
.bg-color .content-box {
background: #7f6162;
text-align: center;
}
.bg-color .message {
font-size: 18px;
font-weight: 300;
line-height: 1.3;
text-shadow: initial;
}
[class*="bg-"] .content-box {
background-position: center;
background-size: cover;
}
.bg-5 .content-box {
background-position: top center;
}
.bg-9 .content-box {
background-position: 0 28%;
}
.bg-14 .content-box {
background-position: 0 16%;
}
.bg-color .content-box::before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.ui-group {
float: left;
}
.align-middle {
display: inline-block;
vertical-align: middle;
}
@media (max-width: 719px) {
.ui-group {
width: 100%;
}
}
@media (min-width: 720px) {
body {
background-size: 100% auto;
}
.focus .message {
width: 540px;
margin: 0 auto;
}
.bg-6 {
padding-bottom: 139.8%;
}
.bg-9 {
padding-bottom: 41.9%;
}
.bg-14 {
padding-bottom: 21%;
}
.bg-7,
.bg-8 {
width: 100%;
padding-bottom: 104.8%;
}
.push-6 {
left: 60%;
}
.pull-4 {
left: -40%;
}
}
@media (min-width: 1024px) {
.wrap.show-grid::before,
.wrap.show-grid::after {
height: calc(100% + 194px);
background: repeating-linear-gradient(to right, rgba(212, 214, 214, 0.2), rgba(212, 214, 214, 0.2) 81px, transparent 81px, transparent 89px, transparent 99px, rgba(212, 214, 214, 0.2) 179px);
background-size: 100px 21px;
}
.wrap.show-grid::after {
background: linear-gradient(transparent 95%, #5d6d75 95%);
background-size: 1px 21px;
}
.header {
padding-left: 110px;
padding-right: 110px;
padding-bottom: 195px;
}
.logo {
margin-bottom: 0;
border-bottom: none;
}
.sp-logo {
width: 178px;
height: 51px;
}
.gnb nav {
position: absolute;
top: 0;
left: 0;
float: none;
width: auto;
}
.gnb nav > a {
display: none;
}
.gnb a::after {
display: block;
}
.gnb .depth-2 {
display: block;
}
.unb {
position: absolute;
top: 0;
right: 0;
float: none;
width: auto;
}
.unb .blind {
clip: initial;
position: static;
width: auto;
height: auto;
margin: 0;
padding: 0;
}
.unb li {
width: auto !important;
text-align: left;
}
.unb li:first-child {
margin-right: 19px;
}
.unb i {
margin-right: 6px;
}
.sp-search {
width: 20px;
height: 20px;
}
.sp-checkout {
width: 24px;
height: 18px;
}
.container {
padding: 0 0 85px;
}
.line-button {
padding: 6px 25px;
font-size: 16px;
}
.focus {
padding-bottom: 166px;
}
.focus .emp {
font-size: 32px;
}
.focus .message {
margin-top: 0;
margin-bottom: 46px;
font-size: 32px;
}
.focus .line-button {
padding: 10px 30px;
}
.focus .line-button::before {
margin-right: 10px;
}
.line-button:hover,
.line-button:focus {
color: #7f6162;
}
.line-button:hover::after,
.line-button:focus::after {
left: 0;
}
.focus .line-button:hover,
.focus .line-button:focus {
color: #003652;
}
.focus .line-button:hover::before,
.focus .line-button:focus::before {
border-left-color: #003652;
}
.bg-color .content-box {
font-size: 22px;
}
.bg-4,
.bg-5 {
padding-bottom: 69.9%;
}
.bg-6 {
padding-bottom: 139.9%;
}
.bg-7 {
width: 100%;
padding-bottom: 104.8%;
}
.bg-8 {
width: 100%;
padding-bottom: 104.8%;
}
.bg-9 {
padding-bottom: 41.9%;
}
.bg-11 {
padding-bottom: 52.4%;
}
.bg-14 {
padding-bottom: 20.9%;
}
[class*="bg-"]:not(.bg-color):hover,
[class*="bg-"]:not(.bg-color):focus {
-webkit-filter: initial;
filter: initial;
}
.footer {
padding: 59px 0 81px;
}
.footer > div {
width: 90%;
margin: 0 auto;
}
.logo-2 {
float: left;
margin-right: 5%;
}
.sp-logo-2 {
width: 94px;
height: 28px;
}
.sns {
float: right;
padding-top: 6px;
}
.sns li {
width: auto !important;
margin-right: 10px;
}
.sns li:last-child {
margin-right: 0;
}
.sp-facebook {
width: 17px;
height: 17px;
}
.sp-twitter {
width: 18px;
height: 17px;
}
.sp-youtube {
width: 22px;
height: 16px;
}
.fnb {
clear: left;
padding-top: 9px;
}
.fnb li {
float: left;
margin-right: 25px;
padding-top: 0;
}
.fnb a {
font-size: 14px;
}
}
@media (min-width: 1180px) {
.wrap {
width: 1180px;
margin: 0 auto;
}
.wrap.show-grid::before,
.wrap.show-grid::after {
height: calc(100% + 168px);
}
.fnb {
clear: none;
}
}
@media (min-width: 1366px) {
.wrap.show-grid::before,
.wrap.show-grid::after {
height: calc(100% + 168px);
}
.gnb .depth-2 li,
.unb li:first-child {
margin-right: 25px;
}
.bg-color .message {
font-size: 25px;
}
.footer > div {
width: 1180px;
}
.logo-2 {
margin-right: 201px;
}
.sns li {
margin-right: 15px;
}
} | 0.362969 | 0.079997 |
.header {
display: none;
}
.show-header{
margin-top:50px;
}
.info{
float: right;
padding: 30px 0 0 30px;
height: 390px;
color: white;
background: linear-gradient(to bottom, #72d0f4 25%, #3399ff 79%);
}
.content{
margin:100px auto;
box-sizing: border-box
}
.detail-list{
list-style: none;
line-height: 40px
}
.responsive-video{
padding-left: 45px
}
.wrapTitle {
padding-top: 30px;
font-size: 40px;
text-align: center;
font-weight: bolder;
}
h1.m_11{
color: #FFF;
background: #00BFF0;
padding: 7px 50px;
font-size: 2em;
text-transform: uppercase;
font-weight: 100;
position: absolute;
top:-48px;
text-align: center;
left:14%;
margin:0;
}
.about_banner_wrap{
position:relative;
}
.about-wrapper{
background: linear-gradient(to bottom, #72d0f4 25%, #3399ff 79%);
}
.about-top {
padding-top:40px;
padding-bottom: 20px;
width: 89%;
}
.about-left-text{
text-align:center;
}
.about-left-text h2 {
font-size: 2.5em;
font-weight: 100;
color: #FFF;
}
.about-left-text p {
font-size: 1.1em;
color: #FFF;
line-height: 1.5em;
font-weight: 100;
margin-bottom: 10px;
}
.about-left-text h4 {
font-size: 0.95em;
font-weight: 600;
color: #FFF;
}
.wrapTitleMyPage {
text-align: center;
line-height: 40px;
font-size: 20px;
}
.wrapVideoTitle {
text-align: center;
padding: 20px;
}
.wrapVideo {
display: flex;
justify-content: space-between;
}
.wrapVideo .item {
width: 30%;
}
.wrapVideo .item .titleVideo {
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.wrapVideo .item .video {
width: 100%;
}
.wrapTitleQuestion {
padding-top: 100px;
}
.wrapTitleQuestion .titleQuestion {
font-size: 40px;
text-align: center;
font-weight: bold;
}
.wrapTitleQuestion .wrapContentQuestion {
width: 58%;
margin: 0 auto;
font-size: 22px;
padding-top: 40px;
font-weight: bold;
line-height: 40px;
margin-bottom: 3rem;
}
.wrapQuestionAndChanllen {
display: flex;
width: 100%;
justify-content: space-between;
padding-bottom: 100px;
}
.wrapQuestionAndChanllen .wrapItemQuestion {
padding: 50px;
background: #fff;
border: 1px solid;
border-radius: 10px;
}
.wrapQuestionAndChanllen .wrapItemQuestion .itemQuestion {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
}
.wrapQuestionAndChanllen .wrapItemQuestion .itemQuestion .titleQuestion {
padding-right: 50px;
font-size: 32px;
font-weight: bold;
}
.wrapQuestionAndChanllen .wrapItemQuestion .itemQuestion .wrapLinkQuestion {
background: yellowgreen;
padding: 20px 65px;
margin-left: 50px;
color: white;
text-decoration: none;
}
.wrapQuestionAndChanllen .wrapItemQuestion .itemQuestion .wrapLinkQuestion a {
text-decoration: none;
font-size: 18px;
color: white;
}
.wrapQuestionAndChanllen .wrapItemQuestion .itemQuestion .hide-button {
pointer-events: none;
background-color: #ccc;
}
.wrapQuestionAndChanllen .wrapUl {
width: 30%;
background: #72D0F4;
padding: 2%;
}
.wrapQuestionAndChanllen .wrapUl .wrapList {
max-height: 300px;
overflow: scroll;
/* Handle */
}
.wrapQuestionAndChanllen .wrapUl .wrapList::-webkit-scrollbar {
width: 10px;
}
.wrapQuestionAndChanllen .wrapUl .wrapList::-webkit-scrollbar-track {
display: none;
}
.wrapQuestionAndChanllen .wrapUl .wrapList::-webkit-scrollbar-thumb {
background: #888;
}
.wrapQuestionAndChanllen .wrapUl .wrapList::-webkit-scrollbar-thumb:hover {
background: #555;
}
.wrapQuestionAndChanllen .wrapUl h4 {
color: #f3f3f3;
}
.wrapQuestionAndChanllen .wrapUl ul {
list-style: none;
}
.wrapQuestionAndChanllen .wrapUl ul li {
position: relative;
padding: 10px 0;
}
.wrapQuestionAndChanllen .wrapUl ul li::after {
content: "";
position: absolute;
width: 0;
left: -21px;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #f1f1f1;
}
.wrapQuestionAndChanllen .wrapUl ul li a {
color: #f1f1f1;
text-align: center;
}
@media screen and (max-width: 768px) {
.wrapVideoTitle {
padding: 30px 0;
}
.wrapVideo {
flex-direction: column;
}
.wrapVideo .item {
width: 100%;
margin-bottom: 20px;
}
.wrapVideo .item .video {
text-align: center;
}
.wrapTitleQuestion .wrapContentQuestion {
width: 100%;
}
}
@media screen and (max-width: 500px) {
.wrapVideo .item {
overflow-x: hidden;
}
.wrapTitleQuestion {
padding-top: 30px;
}
.wrapItemQuestion .itemQuestion {
justify-content: space-between;
padding: 20px 0;
}
.wrapItemQuestion .itemQuestion .titleQuestion {
padding-right: 0;
}
.wrapItemQuestion .itemQuestion .wrapLinkQuestion {
margin-left: 0;
padding: 8px 20px;
text-align: center;
}
} | public/assets/css/client/mypage.css | .header {
display: none;
}
.show-header{
margin-top:50px;
}
.info{
float: right;
padding: 30px 0 0 30px;
height: 390px;
color: white;
background: linear-gradient(to bottom, #72d0f4 25%, #3399ff 79%);
}
.content{
margin:100px auto;
box-sizing: border-box
}
.detail-list{
list-style: none;
line-height: 40px
}
.responsive-video{
padding-left: 45px
}
.wrapTitle {
padding-top: 30px;
font-size: 40px;
text-align: center;
font-weight: bolder;
}
h1.m_11{
color: #FFF;
background: #00BFF0;
padding: 7px 50px;
font-size: 2em;
text-transform: uppercase;
font-weight: 100;
position: absolute;
top:-48px;
text-align: center;
left:14%;
margin:0;
}
.about_banner_wrap{
position:relative;
}
.about-wrapper{
background: linear-gradient(to bottom, #72d0f4 25%, #3399ff 79%);
}
.about-top {
padding-top:40px;
padding-bottom: 20px;
width: 89%;
}
.about-left-text{
text-align:center;
}
.about-left-text h2 {
font-size: 2.5em;
font-weight: 100;
color: #FFF;
}
.about-left-text p {
font-size: 1.1em;
color: #FFF;
line-height: 1.5em;
font-weight: 100;
margin-bottom: 10px;
}
.about-left-text h4 {
font-size: 0.95em;
font-weight: 600;
color: #FFF;
}
.wrapTitleMyPage {
text-align: center;
line-height: 40px;
font-size: 20px;
}
.wrapVideoTitle {
text-align: center;
padding: 20px;
}
.wrapVideo {
display: flex;
justify-content: space-between;
}
.wrapVideo .item {
width: 30%;
}
.wrapVideo .item .titleVideo {
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.wrapVideo .item .video {
width: 100%;
}
.wrapTitleQuestion {
padding-top: 100px;
}
.wrapTitleQuestion .titleQuestion {
font-size: 40px;
text-align: center;
font-weight: bold;
}
.wrapTitleQuestion .wrapContentQuestion {
width: 58%;
margin: 0 auto;
font-size: 22px;
padding-top: 40px;
font-weight: bold;
line-height: 40px;
margin-bottom: 3rem;
}
.wrapQuestionAndChanllen {
display: flex;
width: 100%;
justify-content: space-between;
padding-bottom: 100px;
}
.wrapQuestionAndChanllen .wrapItemQuestion {
padding: 50px;
background: #fff;
border: 1px solid;
border-radius: 10px;
}
.wrapQuestionAndChanllen .wrapItemQuestion .itemQuestion {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
}
.wrapQuestionAndChanllen .wrapItemQuestion .itemQuestion .titleQuestion {
padding-right: 50px;
font-size: 32px;
font-weight: bold;
}
.wrapQuestionAndChanllen .wrapItemQuestion .itemQuestion .wrapLinkQuestion {
background: yellowgreen;
padding: 20px 65px;
margin-left: 50px;
color: white;
text-decoration: none;
}
.wrapQuestionAndChanllen .wrapItemQuestion .itemQuestion .wrapLinkQuestion a {
text-decoration: none;
font-size: 18px;
color: white;
}
.wrapQuestionAndChanllen .wrapItemQuestion .itemQuestion .hide-button {
pointer-events: none;
background-color: #ccc;
}
.wrapQuestionAndChanllen .wrapUl {
width: 30%;
background: #72D0F4;
padding: 2%;
}
.wrapQuestionAndChanllen .wrapUl .wrapList {
max-height: 300px;
overflow: scroll;
/* Handle */
}
.wrapQuestionAndChanllen .wrapUl .wrapList::-webkit-scrollbar {
width: 10px;
}
.wrapQuestionAndChanllen .wrapUl .wrapList::-webkit-scrollbar-track {
display: none;
}
.wrapQuestionAndChanllen .wrapUl .wrapList::-webkit-scrollbar-thumb {
background: #888;
}
.wrapQuestionAndChanllen .wrapUl .wrapList::-webkit-scrollbar-thumb:hover {
background: #555;
}
.wrapQuestionAndChanllen .wrapUl h4 {
color: #f3f3f3;
}
.wrapQuestionAndChanllen .wrapUl ul {
list-style: none;
}
.wrapQuestionAndChanllen .wrapUl ul li {
position: relative;
padding: 10px 0;
}
.wrapQuestionAndChanllen .wrapUl ul li::after {
content: "";
position: absolute;
width: 0;
left: -21px;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #f1f1f1;
}
.wrapQuestionAndChanllen .wrapUl ul li a {
color: #f1f1f1;
text-align: center;
}
@media screen and (max-width: 768px) {
.wrapVideoTitle {
padding: 30px 0;
}
.wrapVideo {
flex-direction: column;
}
.wrapVideo .item {
width: 100%;
margin-bottom: 20px;
}
.wrapVideo .item .video {
text-align: center;
}
.wrapTitleQuestion .wrapContentQuestion {
width: 100%;
}
}
@media screen and (max-width: 500px) {
.wrapVideo .item {
overflow-x: hidden;
}
.wrapTitleQuestion {
padding-top: 30px;
}
.wrapItemQuestion .itemQuestion {
justify-content: space-between;
padding: 20px 0;
}
.wrapItemQuestion .itemQuestion .titleQuestion {
padding-right: 0;
}
.wrapItemQuestion .itemQuestion .wrapLinkQuestion {
margin-left: 0;
padding: 8px 20px;
text-align: center;
}
} | 0.50952 | 0.087408 |
button:focus {
outline: none;
}
.dropdown-menu {
width: 100%;
}
.container-fluid {
width: 100%;
padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
margin-left: 0px;
}
.fake-link {
cursor: pointer;
}
#usuario_logueado .dropdown-menu {
z-index: 1040;
}
.image-cropper-register {
width: 150px;
height: 150px;
position: relative;
overflow: hidden;
border-radius: 50%;
background-color: darkgray;
}
.image-cropper {
width: 50px;
height: 50px;
overflow: hidden;
border-radius: 50%;
background-color: darkgray;
}
.profile-img {
margin: 0 auto;
height: 100%;
width: auto;
}
#profile-btn {
outline: none;
box-shadow: none;
}
/* Seccion de estilos para el nav de productos */
#nav {
transition: all 1000ms;
}
#lista {
transition: all 1000ms;
overflow-y: scroll;
}
#menu.vh-100 {
transition: all 1000ms;
}
.caja-img-producto {
display: flex;
align-items: center;
width: auto;
height: 370px;
overflow: hidden;
position: relative;
}
.img-producto-list {
width: 100%;
display: block;
}
/* Estilos para el background y la seccion de productos */
#seccion_productos {
background-image: url(../img/2.jpg);
background-size: cover;
background-attachment: fixed;
}
#un_producto .card {
background-color: rgba(0, 0, 0, 0.15);
backdrop-filter: blur(15px);
}
/* agregamos estilos al tope */
#tope {
border: 1px solid grey;
background-color: grey;
border-radius: 1px;
width: 75%;
margin: 4px auto;
}
.cartaVistaProducto {
display: inline-block;
padding: 2% 2%;
margin-top: 2%;
margin-bottom: 2%;
}
.contenedorProducto #un_producto {
text-align: center;
}
.cajaVistaProductoImg {
display: flex;
align-items: center;
width: auto;
height: auto;
overflow: hidden;
position: relative;
}
.contenedorProducto {
background-image: url(../img/2.jpg);
background-size: cover;
background-attachment: fixed;
}
.imagenVistaProducto {
width: 100%;
display: block;
}
.cajaVistaProductoOptionsContainer {
margin-bottom: 2%;
}
#cajaVistaProductoOptions {
background-color: rgba(0, 0, 0, 0.15);
backdrop-filter: blur(15px);
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (min-width: 460px) {
.cartaVistaProducto {
display: inline-block;
padding: 2% 2%;
margin-top: 2%;
margin-bottom: 2%;
max-width: 90%;
}
.cajaVistaProductoOptionsContainer {
height: 95vh;
}
.cajaVistaProductoImg {
display: flex;
align-items: center;
width: auto;
height: 90vh;
overflow: hidden;
position: relative;
}
.imagenVistaProducto {
height: 100%;
width: auto;
display: block;
}
}
/* scroll bars */
*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
width: 8px;
border-radius: 4px;
background-clip: padding-box;
border: 2px solid transparent;
}
*::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 0 10px;
}
#carritoTabla {
height: 80vh;
}
/*barra de progreso */
.progress-bar {
width: 300px;
height: 21px;
border-radius: 13px;
padding: 3px;
box-sizing: border-box;
}
.progress {
background-color: #3490dc;
width: 1%;
height: 15px;
border-radius: 13px;
}
/*Administracion */
.tabla-admin {
height: 90vh;
}
.imageTableAdmin {
max-width: 200px;
max-height: 200px;
}
.imageTableAdminUser {
max-width: 100px;
max-height: 100px;
} | public/css/style.css | button:focus {
outline: none;
}
.dropdown-menu {
width: 100%;
}
.container-fluid {
width: 100%;
padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
margin-left: 0px;
}
.fake-link {
cursor: pointer;
}
#usuario_logueado .dropdown-menu {
z-index: 1040;
}
.image-cropper-register {
width: 150px;
height: 150px;
position: relative;
overflow: hidden;
border-radius: 50%;
background-color: darkgray;
}
.image-cropper {
width: 50px;
height: 50px;
overflow: hidden;
border-radius: 50%;
background-color: darkgray;
}
.profile-img {
margin: 0 auto;
height: 100%;
width: auto;
}
#profile-btn {
outline: none;
box-shadow: none;
}
/* Seccion de estilos para el nav de productos */
#nav {
transition: all 1000ms;
}
#lista {
transition: all 1000ms;
overflow-y: scroll;
}
#menu.vh-100 {
transition: all 1000ms;
}
.caja-img-producto {
display: flex;
align-items: center;
width: auto;
height: 370px;
overflow: hidden;
position: relative;
}
.img-producto-list {
width: 100%;
display: block;
}
/* Estilos para el background y la seccion de productos */
#seccion_productos {
background-image: url(../img/2.jpg);
background-size: cover;
background-attachment: fixed;
}
#un_producto .card {
background-color: rgba(0, 0, 0, 0.15);
backdrop-filter: blur(15px);
}
/* agregamos estilos al tope */
#tope {
border: 1px solid grey;
background-color: grey;
border-radius: 1px;
width: 75%;
margin: 4px auto;
}
.cartaVistaProducto {
display: inline-block;
padding: 2% 2%;
margin-top: 2%;
margin-bottom: 2%;
}
.contenedorProducto #un_producto {
text-align: center;
}
.cajaVistaProductoImg {
display: flex;
align-items: center;
width: auto;
height: auto;
overflow: hidden;
position: relative;
}
.contenedorProducto {
background-image: url(../img/2.jpg);
background-size: cover;
background-attachment: fixed;
}
.imagenVistaProducto {
width: 100%;
display: block;
}
.cajaVistaProductoOptionsContainer {
margin-bottom: 2%;
}
#cajaVistaProductoOptions {
background-color: rgba(0, 0, 0, 0.15);
backdrop-filter: blur(15px);
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (min-width: 460px) {
.cartaVistaProducto {
display: inline-block;
padding: 2% 2%;
margin-top: 2%;
margin-bottom: 2%;
max-width: 90%;
}
.cajaVistaProductoOptionsContainer {
height: 95vh;
}
.cajaVistaProductoImg {
display: flex;
align-items: center;
width: auto;
height: 90vh;
overflow: hidden;
position: relative;
}
.imagenVistaProducto {
height: 100%;
width: auto;
display: block;
}
}
/* scroll bars */
*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
width: 8px;
border-radius: 4px;
background-clip: padding-box;
border: 2px solid transparent;
}
*::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 0 10px;
}
#carritoTabla {
height: 80vh;
}
/*barra de progreso */
.progress-bar {
width: 300px;
height: 21px;
border-radius: 13px;
padding: 3px;
box-sizing: border-box;
}
.progress {
background-color: #3490dc;
width: 1%;
height: 15px;
border-radius: 13px;
}
/*Administracion */
.tabla-admin {
height: 90vh;
}
.imageTableAdmin {
max-width: 200px;
max-height: 200px;
}
.imageTableAdminUser {
max-width: 100px;
max-height: 100px;
} | 0.415847 | 0.104386 |
HTML CSSResult Skip Results Iframe
EDIT ON
body {
margin: 40px;
}
:root
{
--dark: #13293d;
--light: #fff;
--border: 15px;
--blue: rgb(30, 30, 116);
/* monochromatic tones of blue */
--pastelBlue: #aec6cf;
--lightBlue: #dee8eb;
--darkPastel: #7ea4b3;
--midPastel: #8eafbc;
/* --brown: #cfb7ae; */
/* black brown color palette */
--dark_blue_black: #293249;
--gray_brown: #69656f;
--gray_pink: #aca1a1;
--beige: #ded2cf;
--pink: #f7efed;
}
/* grid-area:: assigns each class to a section on the grid*/
.sidebar {
grid-area: sidebar;
border-right: thick solid var(--pink);
}
.sidebar1{
grid-area: sidebar1;
border-right: thick solid var(--pink);
}
.content {
grid-area: content;
border-radius: 25px;
}
.content1{
grid-area: content1;
border-radius: 25px;
}
.header {
grid-area: header;
background: url(images/code_background.jpg);
}
.footer {
grid-area: footer;
border-right: thick solid var(--pink);
}
.footer_content{
grid-area:footer_content;
}
/*wrapper:: used grid to layout each section (assigned above) on the grid*/
.wrapper {
display: grid;
grid-gap: 50px;
grid-template-columns: 230px 120px 120px;
grid-template-areas:
"header header header header"
"sidebar content content content"
"sidebar1 content1 content1 content1"
"footer footer_content footer_content footer_content";
/* sets background color for whole website */
background-color: var(--gray_brown);
/* padding-left: 8%; */
}
.box {
background-color: var(--light);
color: var(--blue);
/* border-radius: 5px; */
padding: 10px;
/* font-size: 150%; */
}
.header {
background-color: #999;
}
/*Header styling*/
.header > h1
{
display: inline-block;
font-size: 3vw;
color:var(--light);
/*Ensures that name is indented*/
padding-left: 3%;
}
nav
{
/*position navigation bar to right*/
float:right;
margin-right: 20px;
}
nav > ul > a
{
display: inline-block;
/*ensures no underline is shown*/
text-decoration:none;
/*sets the color to white*/
color:white;
/*padding between text*/
padding-right:30px ;
/*aligns with header by adding a small amount of padding*/
padding-top: 9%;
font-size: 2vw;
}
/* changes the color of the about me and work side bar section */
#AboutMe_Section, #Work_Section
{
background-color: transparent;
}
/* Side-bar:: styling side-bar titles*/
#section_title
{
font-size: 4vw;
color:var(--pink);
text-align: right;
}
/*About Me*/
/* Styled in a rounded shape */
/*Position profile picture to the right*/
img.right
{
border-radius: 50%;
float:right;
padding:5px;
width: 300px;
height: 330px;
}
figure
{
background-image: url(images/work_0.jpg);
}
#aboutMe_content
{
font-size: 1.5vw;
font-weight:normal;
color:var(--gray_brown);
}
/* Contact Info */
#contactMe_info
{
color:black;
font-size: 3vw;
text-decoration: underline;
text-decoration-color: var(--pink);
padding-right: 5%;
/* background-color: transparent; */
}
/* Work */
/* Big image:: sets the position of the box */
.text_box {
position: absolute;
bottom: 1%;
left: 3%;
color:white;
font-size: 3vw;
}
/* big image at top*/
.img_top
{
width:100%;
position:relative;
/*included margin and padding to align with
smaller images below */
margin:2%;
padding:1%;
/* background-color:black; */
background-color: var(--gray_pink);
border-radius: 25px;
}
.img_top:hover
{
border-radius: 3vw;
/* background-color:rgb(136, 135, 135); */
background-color: var(--beige);
}
.img_topImg
{
width:100%;
border-radius: 25px;
}
/* Images below top */
/* TODO: ensure all img have same size */
.img_bottomImg
{
width:90%;
margin:2%;
padding:5%;
}
/* images on te left side */
.imgLeft_position
{
position:relative;
float:left;
text-align: center;
width:50%;
/* background-color:black; */
background-color: var(--gray_pink);
border-radius: 3vw;
}
.imgLeft_position:hover
{
background-color: var(--beige);
}
/* images on te right side */
.imgRight_position
{
position: relative;
float:right;
text-align: center;
width:50%;
/* background-color:black; */
background-color: var(--gray_pink);
border-radius: 3vw;
}
.imgRight_position2
{
position: relative;
float:right;
text-align: center;
width:50%;
/* background-color:black; */
background-color: var(--gray_pink);
border-radius: 3vw;
}
.imgRight_position:hover
{
background-color: var(--beige);
}
/* text set to smaller images */
.text_box1 {
position: absolute;
bottom: 40%;
left: 35%;
color:purple;
font-size: 3vw;
}
/*Image information/titles */
#img_title
{
background-color:transparent;
color: white;
font-size: x-large;
box-shadow: black;
}
#img_title1
{
background-color:transparent;
color: white;
font-size: small;
box-shadow: black;
}
#footer_background, #contactMe_background
{
background-color: transparent;
}
#resume
{
color:var(--gray_pink);
text-decoration: none;
font-weight: bold;
}
/* ensures mobile first */
/* iphone 6,7,8, iphone X, iphone Plus*/
@media only screen and (max-width: 768px) {
/* For mobile phones: */
.header {
grid-area: header;
background: url(images/code_background.jpg);
width: 100vw;
}
/*wrapper:: used grid to layout each section (assigned above) on the grid*/
/* To ensure that it is mobile first I updated 303. Stylisyically, displaying the
work projects in rows instead of columns is beneficial. */
.wrapper {
display: grid;
grid-gap: 3vw;
grid-template-columns: 35vw 35vw;
grid-template-areas:
"header"
"sidebar content content content"
"sidebar1 content1 content1 content1"
"footer footer_content footer_content footer_content";
/* sets background color for whole website */
background-color: var(--gray_brown);
/* padding-left: 8%; */
}
img.right
{
border-radius: 50%;
float:right;
padding:2vw;
width: 15vw;
height: 15vw;
}
.content {
grid-area: content;
border-radius: 2vw;
width: 60vw;
}
/* ensures that work of projects are sized just right */
.img_top
{
/* width:100%; */
width:60vw;
position:relative;
/*included margin and padding to align with
smaller images below */
margin:0.2vw;
padding:1vw;
/* background-color:black; */
background-color: var(--gray_pink);
border-radius: 1.5vw;
}
.img_bottomImg
{
/* width:100%; */
width:60vw;
position:relative;
/*included margin and padding to align with
smaller images below */
margin:0.2vw;
padding:1vw;
/* background-color:black; */
/* background-color: var(--gray_pink); */
border-radius: 1vw;
}
/* images on te left side */
.imgLeft_position
{
position:relative;
float:left;
text-align: center;
width:60vw;
/* background-color:black; */
background-color: var(--gray_pink);
border-radius: 3vw;
font-size: smaller;
}
.imgLeft_position:hover
{
background-color: var(--beige);
}
/* images on te right side */
.imgRight_position
{
position:relative;
float:left;
text-align: center;
width:60vw;
/* background-color:black; */
background-color: var(--gray_pink);
border-radius: 3vw;
font-size: smaller;
}
.imgLeft_position:hover
{
background-color: var(--beige);
}
#img_title
{
background-color:transparent;
color: white;
font-size: smaller;
box-shadow: black;
}
#img_title1
{
background-color:transparent;
color: white;
font-size: smaller;
box-shadow: black;
}
} | style.css | HTML CSSResult Skip Results Iframe
EDIT ON
body {
margin: 40px;
}
:root
{
--dark: #13293d;
--light: #fff;
--border: 15px;
--blue: rgb(30, 30, 116);
/* monochromatic tones of blue */
--pastelBlue: #aec6cf;
--lightBlue: #dee8eb;
--darkPastel: #7ea4b3;
--midPastel: #8eafbc;
/* --brown: #cfb7ae; */
/* black brown color palette */
--dark_blue_black: #293249;
--gray_brown: #69656f;
--gray_pink: #aca1a1;
--beige: #ded2cf;
--pink: #f7efed;
}
/* grid-area:: assigns each class to a section on the grid*/
.sidebar {
grid-area: sidebar;
border-right: thick solid var(--pink);
}
.sidebar1{
grid-area: sidebar1;
border-right: thick solid var(--pink);
}
.content {
grid-area: content;
border-radius: 25px;
}
.content1{
grid-area: content1;
border-radius: 25px;
}
.header {
grid-area: header;
background: url(images/code_background.jpg);
}
.footer {
grid-area: footer;
border-right: thick solid var(--pink);
}
.footer_content{
grid-area:footer_content;
}
/*wrapper:: used grid to layout each section (assigned above) on the grid*/
.wrapper {
display: grid;
grid-gap: 50px;
grid-template-columns: 230px 120px 120px;
grid-template-areas:
"header header header header"
"sidebar content content content"
"sidebar1 content1 content1 content1"
"footer footer_content footer_content footer_content";
/* sets background color for whole website */
background-color: var(--gray_brown);
/* padding-left: 8%; */
}
.box {
background-color: var(--light);
color: var(--blue);
/* border-radius: 5px; */
padding: 10px;
/* font-size: 150%; */
}
.header {
background-color: #999;
}
/*Header styling*/
.header > h1
{
display: inline-block;
font-size: 3vw;
color:var(--light);
/*Ensures that name is indented*/
padding-left: 3%;
}
nav
{
/*position navigation bar to right*/
float:right;
margin-right: 20px;
}
nav > ul > a
{
display: inline-block;
/*ensures no underline is shown*/
text-decoration:none;
/*sets the color to white*/
color:white;
/*padding between text*/
padding-right:30px ;
/*aligns with header by adding a small amount of padding*/
padding-top: 9%;
font-size: 2vw;
}
/* changes the color of the about me and work side bar section */
#AboutMe_Section, #Work_Section
{
background-color: transparent;
}
/* Side-bar:: styling side-bar titles*/
#section_title
{
font-size: 4vw;
color:var(--pink);
text-align: right;
}
/*About Me*/
/* Styled in a rounded shape */
/*Position profile picture to the right*/
img.right
{
border-radius: 50%;
float:right;
padding:5px;
width: 300px;
height: 330px;
}
figure
{
background-image: url(images/work_0.jpg);
}
#aboutMe_content
{
font-size: 1.5vw;
font-weight:normal;
color:var(--gray_brown);
}
/* Contact Info */
#contactMe_info
{
color:black;
font-size: 3vw;
text-decoration: underline;
text-decoration-color: var(--pink);
padding-right: 5%;
/* background-color: transparent; */
}
/* Work */
/* Big image:: sets the position of the box */
.text_box {
position: absolute;
bottom: 1%;
left: 3%;
color:white;
font-size: 3vw;
}
/* big image at top*/
.img_top
{
width:100%;
position:relative;
/*included margin and padding to align with
smaller images below */
margin:2%;
padding:1%;
/* background-color:black; */
background-color: var(--gray_pink);
border-radius: 25px;
}
.img_top:hover
{
border-radius: 3vw;
/* background-color:rgb(136, 135, 135); */
background-color: var(--beige);
}
.img_topImg
{
width:100%;
border-radius: 25px;
}
/* Images below top */
/* TODO: ensure all img have same size */
.img_bottomImg
{
width:90%;
margin:2%;
padding:5%;
}
/* images on te left side */
.imgLeft_position
{
position:relative;
float:left;
text-align: center;
width:50%;
/* background-color:black; */
background-color: var(--gray_pink);
border-radius: 3vw;
}
.imgLeft_position:hover
{
background-color: var(--beige);
}
/* images on te right side */
.imgRight_position
{
position: relative;
float:right;
text-align: center;
width:50%;
/* background-color:black; */
background-color: var(--gray_pink);
border-radius: 3vw;
}
.imgRight_position2
{
position: relative;
float:right;
text-align: center;
width:50%;
/* background-color:black; */
background-color: var(--gray_pink);
border-radius: 3vw;
}
.imgRight_position:hover
{
background-color: var(--beige);
}
/* text set to smaller images */
.text_box1 {
position: absolute;
bottom: 40%;
left: 35%;
color:purple;
font-size: 3vw;
}
/*Image information/titles */
#img_title
{
background-color:transparent;
color: white;
font-size: x-large;
box-shadow: black;
}
#img_title1
{
background-color:transparent;
color: white;
font-size: small;
box-shadow: black;
}
#footer_background, #contactMe_background
{
background-color: transparent;
}
#resume
{
color:var(--gray_pink);
text-decoration: none;
font-weight: bold;
}
/* ensures mobile first */
/* iphone 6,7,8, iphone X, iphone Plus*/
@media only screen and (max-width: 768px) {
/* For mobile phones: */
.header {
grid-area: header;
background: url(images/code_background.jpg);
width: 100vw;
}
/*wrapper:: used grid to layout each section (assigned above) on the grid*/
/* To ensure that it is mobile first I updated 303. Stylisyically, displaying the
work projects in rows instead of columns is beneficial. */
.wrapper {
display: grid;
grid-gap: 3vw;
grid-template-columns: 35vw 35vw;
grid-template-areas:
"header"
"sidebar content content content"
"sidebar1 content1 content1 content1"
"footer footer_content footer_content footer_content";
/* sets background color for whole website */
background-color: var(--gray_brown);
/* padding-left: 8%; */
}
img.right
{
border-radius: 50%;
float:right;
padding:2vw;
width: 15vw;
height: 15vw;
}
.content {
grid-area: content;
border-radius: 2vw;
width: 60vw;
}
/* ensures that work of projects are sized just right */
.img_top
{
/* width:100%; */
width:60vw;
position:relative;
/*included margin and padding to align with
smaller images below */
margin:0.2vw;
padding:1vw;
/* background-color:black; */
background-color: var(--gray_pink);
border-radius: 1.5vw;
}
.img_bottomImg
{
/* width:100%; */
width:60vw;
position:relative;
/*included margin and padding to align with
smaller images below */
margin:0.2vw;
padding:1vw;
/* background-color:black; */
/* background-color: var(--gray_pink); */
border-radius: 1vw;
}
/* images on te left side */
.imgLeft_position
{
position:relative;
float:left;
text-align: center;
width:60vw;
/* background-color:black; */
background-color: var(--gray_pink);
border-radius: 3vw;
font-size: smaller;
}
.imgLeft_position:hover
{
background-color: var(--beige);
}
/* images on te right side */
.imgRight_position
{
position:relative;
float:left;
text-align: center;
width:60vw;
/* background-color:black; */
background-color: var(--gray_pink);
border-radius: 3vw;
font-size: smaller;
}
.imgLeft_position:hover
{
background-color: var(--beige);
}
#img_title
{
background-color:transparent;
color: white;
font-size: smaller;
box-shadow: black;
}
#img_title1
{
background-color:transparent;
color: white;
font-size: smaller;
box-shadow: black;
}
} | 0.281801 | 0.100525 |
body {
/*background-image:url("/compunding calculator.jpg");*/
font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
background-color:lightgoldenrodyellow;
}
header{
font-size: 20px;
font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
border: white;
border: 2px solid grey;
}
header, footer {
clear: both;
background-color: green;
height: 75px;
color: white;
width: 1400px;
margin: 0 0 0 0;
}
header nav ul li{
/* width: 25%;*/
float: left;
color: white;
list-style: none;
margin-left: 50px;
padding: 3px;
}
header nav ul li a {
/* border: 1px solid blue; */
text-decoration: none;
color:whitesmoke;
}
header nav ul li a:hover
{
color: darkorange;
text-decoration: underline;
}
.mainArticle{
float:left;
background-color:navy;
color: white;
/* margin-left: 2rem; */
margin: 1rem 4rem 2rem 2rem;
padding: 0rem 2rem;
width: 50%;
line-height: 1.3;
border-radius: 10px;
}
.postArticle
{
float:left;
background-color:navy;
color: white;
/* margin-left: 2rem; */
margin: 4rem 4rem 2rem 2rem;
padding: 0rem 2rem;
width: 80%;
line-height: 1.3;
border-radius: 10px;
}
section{
margin: 1rem 4rem 2rem 2rem;
font-size: 48px;
font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
color: whitesmoke;
background:navy;
text-align: center;
}
aside{
left: 20px;
bottom: 600px;
position: relative;
width:25%;
float: left;
background-color:goldenrod;
font-family: Arial, Helvetica, sans-serif;
padding: 1rem 2rem 1em 1em;
border-radius: 20px;
border:solid gray;
border-width: 4px;
color: navy;
font-weight: bold;
text-align: center;
font-size: 20px;
margin: 10px;
}
main {
float:left;
background-image:url("/compunding calculator.jpg");
background-size:cover;
/*background-color:blanchedalmond;*/
padding: 2rem 2rem 2rem 2rem;
height: 800px;
width:110%;
background-repeat: no-repeat;
} | css/site.css | body {
/*background-image:url("/compunding calculator.jpg");*/
font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
background-color:lightgoldenrodyellow;
}
header{
font-size: 20px;
font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
border: white;
border: 2px solid grey;
}
header, footer {
clear: both;
background-color: green;
height: 75px;
color: white;
width: 1400px;
margin: 0 0 0 0;
}
header nav ul li{
/* width: 25%;*/
float: left;
color: white;
list-style: none;
margin-left: 50px;
padding: 3px;
}
header nav ul li a {
/* border: 1px solid blue; */
text-decoration: none;
color:whitesmoke;
}
header nav ul li a:hover
{
color: darkorange;
text-decoration: underline;
}
.mainArticle{
float:left;
background-color:navy;
color: white;
/* margin-left: 2rem; */
margin: 1rem 4rem 2rem 2rem;
padding: 0rem 2rem;
width: 50%;
line-height: 1.3;
border-radius: 10px;
}
.postArticle
{
float:left;
background-color:navy;
color: white;
/* margin-left: 2rem; */
margin: 4rem 4rem 2rem 2rem;
padding: 0rem 2rem;
width: 80%;
line-height: 1.3;
border-radius: 10px;
}
section{
margin: 1rem 4rem 2rem 2rem;
font-size: 48px;
font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
color: whitesmoke;
background:navy;
text-align: center;
}
aside{
left: 20px;
bottom: 600px;
position: relative;
width:25%;
float: left;
background-color:goldenrod;
font-family: Arial, Helvetica, sans-serif;
padding: 1rem 2rem 1em 1em;
border-radius: 20px;
border:solid gray;
border-width: 4px;
color: navy;
font-weight: bold;
text-align: center;
font-size: 20px;
margin: 10px;
}
main {
float:left;
background-image:url("/compunding calculator.jpg");
background-size:cover;
/*background-color:blanchedalmond;*/
padding: 2rem 2rem 2rem 2rem;
height: 800px;
width:110%;
background-repeat: no-repeat;
} | 0.35421 | 0.092442 |
body{
width: 100%!important;
font-family: 'Economica', sans-serif, arial;
font-size: 16px;
font-weight: 300;
/* background-image:url(http://s3-sa-east-1.amazonaws.com/store-templates/templates/059/863/twig/static/images/body-bg1.jpg);*/
background-image: url(../img/fondo2.png);
background-repeat: repeat;
background-size: cover;
margin: 0;
padding: 0;
}
.supNav{
padding-top: 5px;
margin-bottom: -15px;
overflow: hidden;
font-family: 'Economica', sans-serif;
letter-spacing: 2px;
padding-right: -10px;
border-radius: 0;
background-color: #222222;
index:600;
height: 100px;
}
.rightNav {
margin-right:100px ;
float: right;
margin-bottom: 15px;
padding-top: 5px;
}
.rightNav ul{
list-style-type: none;
}
.rightNav li{
display: inline;
index:1000;
}
.userDrop li{
display: block;
font-size: 15px;
}
.userDrop{
margin-top: 15px;
index:30;
font-size: 20px;
font-weight: bold;
}
.lineaVertical{
border-left: solid white 1px;
height: 15px;
margin-top:3px;
margin-left: 15px;
padding: 0px;
padding-right: 0px;
margin-right: 15px;
}
.divider-vertical{
margin-right: 15px;
}
.misCompras{
margin-top: -45px;
background-color: red;
border: solid red 1px;
border-radius: 0;
margin-left: 300px;
padding-right: 20px;
margin-right: -100px;
font-family: 'Economica', sans-serif;
letter-spacing: 2px;
font-size: 16px;
font-weight: 500;
float: right;
position: fixed;
}
.infNavBar{
margin-top: -55px;
border: none;
border-radius: 0;
font-family: sans-serif, arial;
margin-bottom: 5px;
}
.infNav {
border: none;
border-radius: 0;
font-family: sans-serif, arial;
}
.infNavBar ul{
padding-left: 150px
}
.logo{
width: 170px;
height: auto;
margin-top:-56px;
margin-right: 20px;
margin-bottom:-20px;
float: left;
position: relative;
overflow: hidden;
margin-left: 0;
}
.logo img{
height: auto;;
width: 180px;
}
.iconosSocial {
position: fixed;
top: 50%;
right: 4px;
}
.slider{
border: solid 9px white;
-moz-box-shadow: 0px 1px 8px #adadad;
-webkit-box-shadow: 0px 1px 8px #adadad;
box-shadow: 0px 1px 8px #adadad;
}
.bannerMarcas{
-moz-box-shadow: 0px 1px 8px #adadad;
-webkit-box-shadow: 0px 1px 8px #adadad;
box-shadow: 0px 1px 8px #adadad;
background-color: white;
}
.bannerMarcas a img{
width: 70px;
height: auto;
opacity: 0.9;
margin-left: 7px;
margin-right: 7px;
}
.planesTarjetas{
background-color: white;
-moz-box-shadow: 0px 1px 8px #adadad;
-webkit-box-shadow: 0px 1px 8px #adadad;
box-shadow: 0px 1px 8px #adadad;
display: block;
}
.hovereffect {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
}
.hovereffect .overlay {
width: 100%;
position: absolute;
overflow: hidden;
left: 0;
top: auto;
bottom: 0;
padding: 0.3em;
height: 2.5em;
background: #303030;
opacity: 0.9;
color: white;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
font-family: 'Economica', sans-serif;
font-size: 1.5em;
}
.overlay a{
color: white;
}
.hovereffect img {
display: block;
position: relative;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
.hovereffect:hover img {
-webkit-transform: translate3d(0,-10%,0);
transform: translate3d(0,-10%,0);
}
.hovereffect a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
text-transform: uppercase;
color: white;
border: 1px solid #fff;
margin: 50px 0 0 0;
background-color: transparent;
}
.hovereffect a.info:hover {
box-shadow: 0 0 5px #fff;
}
.hovereffect p.icon-links a {
float: right;
color: white;
font-size: 1.4em;
}
.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
color: white;
}
.hovereffect h2,
.hovereffect p.icon-links a {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,200%,0);
transform: translate3d(0,200%,0);
}
.hovereffect p.icon-links a span:before {
display: inline-block;
padding: 8px 10px;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.hovereffect:hover h2 {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
.hovereffect:hover p.icon-links a:nth-child(3) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.hovereffect:hover p.icon-links a:nth-child(2) {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.hovereffect:hover p.icon-links a:first-child {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.clearout {
height:20px;
clear:both;
}
/*FAQ*/
#mainFaq{
background-color: white;
padding: 10px;
}
.main h1{
font-family:'Economica', sans-serif;
font-weight: bolder;
font-size: 1.2em;
}
.pregYresp{
font-family: 'Economica', sans-serif;
color: black;
font-size: 1.1em;
}
.mostrar{
font-weight: bold;
font-family: 'Economica', sans-serif;
color: blue;
}
/*p*/ {
color: black;
width: 90%;
border-radius: 12px;
padding: 5px;
padding-left: 20px;
margin-top: 2px;
font-family: 'Economica', sans-serif;
height: 40px;
}
article a{
color: black;
text-decoration: none;
font-weight: bolder;
font-family: 'Economica', sans-serif;
line-height: 30px;
}
/*FOOTER*/
.footer{
font-family: 'Economica', sans-serif;
color: white;
}
.footer a{
text-decoration: none;
color: white;
font-family: 'Economica', sans-serif;
}
/*LOGIN*/
/*REGISTER*/
.panelBody{
background-color: #222222;
opacity: 0.9;
color: #d8d6d6;
font-family: sans-serif;
font-size: 0.9em;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.panelBody label{
padding-top: 12px;
}
.panelHeader{
background-color: #222222!important;
color: white!important;
border: none!important;
font-family: sans-serif;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.registerButton{
background-color: #183a65;
border: none;
padding-left: 1.7em;
padding-right: 1.7em;
padding-top: 0.7em;
padding-bottom: 0.7em;
}
.otherRegistration {
font-size: 1.3em;
}
.lineLeft{
float: left;
border-top: solid white 1px;
width: 30%;
margin-top: 8px;
}
.lineRight{
float: right;
border-top: solid white 1px;
width: 30%;
margin-top: 8px;
}
/*CREAR PRODUCTO*/
.productLabel{
font-size: 16px;
padding-left: 30px;
}
/*TABLA TALLES*/
table{
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
border-spacing: 0;
text-align: center;
width: 100%;
font-family:'Economica', sans-serif;
}
.tableTitle{
background-color: rgb(53, 53, 53);
color: white;
font-size: 1.1em;
font-family:'Economica', sans-serif;
line-height: 1.4em;
}
.tablaTalles tr{
display: table-row;
border: 1px solid #ccc;
}
.tablaTalles td{
text-align: center;
color: #666;
line-height: 1.4em;
font-family:'Economica', sans-serif;
width: 25%;
margin: 0 auto;
}
/*OFERTAS*/
.ahoraDoce{
width: 100%;
height: auto;
margin: 0 auto;
}
.ahoraDoce img{
width: 100%;
height: auto;
margin-bottom: 20px;
}
.ofertasVarias{
width: 100%;
height: auto;
margin: 0 auto;
}
.ofertasVarias img{
width: 100%;
height: auto;
margin-top: 20px;
}
@media screen and (max-width: 825px) {
body{
width: 100%;
margin: 0;
padding: 0;
margin-right: -17px!important;
padding-right: 17px!important;
}
.supNav{
width: 100%;
}
.rightNav ul{
width: 100%!important;
}
.rightNav ul li{
width: 100%;
}
.rightNav {
width: 100%;
}
.iconosSocial{
position: fixed;
width: 100%;
height: 40px;
top: 25%;
right: 4px;
}
.clearout {
height:20px;
clear:both;
}
@media screen and (max-width: 500px){
body{
width: 100%;
margin: 0;
padding: 0;
margin-right: -17px!important;
padding-right: 17px!important;
}
} | public/css/index.css | body{
width: 100%!important;
font-family: 'Economica', sans-serif, arial;
font-size: 16px;
font-weight: 300;
/* background-image:url(http://s3-sa-east-1.amazonaws.com/store-templates/templates/059/863/twig/static/images/body-bg1.jpg);*/
background-image: url(../img/fondo2.png);
background-repeat: repeat;
background-size: cover;
margin: 0;
padding: 0;
}
.supNav{
padding-top: 5px;
margin-bottom: -15px;
overflow: hidden;
font-family: 'Economica', sans-serif;
letter-spacing: 2px;
padding-right: -10px;
border-radius: 0;
background-color: #222222;
index:600;
height: 100px;
}
.rightNav {
margin-right:100px ;
float: right;
margin-bottom: 15px;
padding-top: 5px;
}
.rightNav ul{
list-style-type: none;
}
.rightNav li{
display: inline;
index:1000;
}
.userDrop li{
display: block;
font-size: 15px;
}
.userDrop{
margin-top: 15px;
index:30;
font-size: 20px;
font-weight: bold;
}
.lineaVertical{
border-left: solid white 1px;
height: 15px;
margin-top:3px;
margin-left: 15px;
padding: 0px;
padding-right: 0px;
margin-right: 15px;
}
.divider-vertical{
margin-right: 15px;
}
.misCompras{
margin-top: -45px;
background-color: red;
border: solid red 1px;
border-radius: 0;
margin-left: 300px;
padding-right: 20px;
margin-right: -100px;
font-family: 'Economica', sans-serif;
letter-spacing: 2px;
font-size: 16px;
font-weight: 500;
float: right;
position: fixed;
}
.infNavBar{
margin-top: -55px;
border: none;
border-radius: 0;
font-family: sans-serif, arial;
margin-bottom: 5px;
}
.infNav {
border: none;
border-radius: 0;
font-family: sans-serif, arial;
}
.infNavBar ul{
padding-left: 150px
}
.logo{
width: 170px;
height: auto;
margin-top:-56px;
margin-right: 20px;
margin-bottom:-20px;
float: left;
position: relative;
overflow: hidden;
margin-left: 0;
}
.logo img{
height: auto;;
width: 180px;
}
.iconosSocial {
position: fixed;
top: 50%;
right: 4px;
}
.slider{
border: solid 9px white;
-moz-box-shadow: 0px 1px 8px #adadad;
-webkit-box-shadow: 0px 1px 8px #adadad;
box-shadow: 0px 1px 8px #adadad;
}
.bannerMarcas{
-moz-box-shadow: 0px 1px 8px #adadad;
-webkit-box-shadow: 0px 1px 8px #adadad;
box-shadow: 0px 1px 8px #adadad;
background-color: white;
}
.bannerMarcas a img{
width: 70px;
height: auto;
opacity: 0.9;
margin-left: 7px;
margin-right: 7px;
}
.planesTarjetas{
background-color: white;
-moz-box-shadow: 0px 1px 8px #adadad;
-webkit-box-shadow: 0px 1px 8px #adadad;
box-shadow: 0px 1px 8px #adadad;
display: block;
}
.hovereffect {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
}
.hovereffect .overlay {
width: 100%;
position: absolute;
overflow: hidden;
left: 0;
top: auto;
bottom: 0;
padding: 0.3em;
height: 2.5em;
background: #303030;
opacity: 0.9;
color: white;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
font-family: 'Economica', sans-serif;
font-size: 1.5em;
}
.overlay a{
color: white;
}
.hovereffect img {
display: block;
position: relative;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
.hovereffect:hover img {
-webkit-transform: translate3d(0,-10%,0);
transform: translate3d(0,-10%,0);
}
.hovereffect a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
text-transform: uppercase;
color: white;
border: 1px solid #fff;
margin: 50px 0 0 0;
background-color: transparent;
}
.hovereffect a.info:hover {
box-shadow: 0 0 5px #fff;
}
.hovereffect p.icon-links a {
float: right;
color: white;
font-size: 1.4em;
}
.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
color: white;
}
.hovereffect h2,
.hovereffect p.icon-links a {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,200%,0);
transform: translate3d(0,200%,0);
}
.hovereffect p.icon-links a span:before {
display: inline-block;
padding: 8px 10px;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.hovereffect:hover h2 {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
.hovereffect:hover p.icon-links a:nth-child(3) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.hovereffect:hover p.icon-links a:nth-child(2) {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.hovereffect:hover p.icon-links a:first-child {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.clearout {
height:20px;
clear:both;
}
/*FAQ*/
#mainFaq{
background-color: white;
padding: 10px;
}
.main h1{
font-family:'Economica', sans-serif;
font-weight: bolder;
font-size: 1.2em;
}
.pregYresp{
font-family: 'Economica', sans-serif;
color: black;
font-size: 1.1em;
}
.mostrar{
font-weight: bold;
font-family: 'Economica', sans-serif;
color: blue;
}
/*p*/ {
color: black;
width: 90%;
border-radius: 12px;
padding: 5px;
padding-left: 20px;
margin-top: 2px;
font-family: 'Economica', sans-serif;
height: 40px;
}
article a{
color: black;
text-decoration: none;
font-weight: bolder;
font-family: 'Economica', sans-serif;
line-height: 30px;
}
/*FOOTER*/
.footer{
font-family: 'Economica', sans-serif;
color: white;
}
.footer a{
text-decoration: none;
color: white;
font-family: 'Economica', sans-serif;
}
/*LOGIN*/
/*REGISTER*/
.panelBody{
background-color: #222222;
opacity: 0.9;
color: #d8d6d6;
font-family: sans-serif;
font-size: 0.9em;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.panelBody label{
padding-top: 12px;
}
.panelHeader{
background-color: #222222!important;
color: white!important;
border: none!important;
font-family: sans-serif;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.registerButton{
background-color: #183a65;
border: none;
padding-left: 1.7em;
padding-right: 1.7em;
padding-top: 0.7em;
padding-bottom: 0.7em;
}
.otherRegistration {
font-size: 1.3em;
}
.lineLeft{
float: left;
border-top: solid white 1px;
width: 30%;
margin-top: 8px;
}
.lineRight{
float: right;
border-top: solid white 1px;
width: 30%;
margin-top: 8px;
}
/*CREAR PRODUCTO*/
.productLabel{
font-size: 16px;
padding-left: 30px;
}
/*TABLA TALLES*/
table{
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
border-spacing: 0;
text-align: center;
width: 100%;
font-family:'Economica', sans-serif;
}
.tableTitle{
background-color: rgb(53, 53, 53);
color: white;
font-size: 1.1em;
font-family:'Economica', sans-serif;
line-height: 1.4em;
}
.tablaTalles tr{
display: table-row;
border: 1px solid #ccc;
}
.tablaTalles td{
text-align: center;
color: #666;
line-height: 1.4em;
font-family:'Economica', sans-serif;
width: 25%;
margin: 0 auto;
}
/*OFERTAS*/
.ahoraDoce{
width: 100%;
height: auto;
margin: 0 auto;
}
.ahoraDoce img{
width: 100%;
height: auto;
margin-bottom: 20px;
}
.ofertasVarias{
width: 100%;
height: auto;
margin: 0 auto;
}
.ofertasVarias img{
width: 100%;
height: auto;
margin-top: 20px;
}
@media screen and (max-width: 825px) {
body{
width: 100%;
margin: 0;
padding: 0;
margin-right: -17px!important;
padding-right: 17px!important;
}
.supNav{
width: 100%;
}
.rightNav ul{
width: 100%!important;
}
.rightNav ul li{
width: 100%;
}
.rightNav {
width: 100%;
}
.iconosSocial{
position: fixed;
width: 100%;
height: 40px;
top: 25%;
right: 4px;
}
.clearout {
height:20px;
clear:both;
}
@media screen and (max-width: 500px){
body{
width: 100%;
margin: 0;
padding: 0;
margin-right: -17px!important;
padding-right: 17px!important;
}
} | 0.431824 | 0.085671 |
.old-meetups__hero {
height: 8rem;
margin: 2rem 0;
}
.old-meetups__title {
margin: 0;
font-size: 1.8rem;
font-weight: 300;
}
.old-meetups__description {
margin-top: 0;
font-size: 1.1rem;
line-height: 1rem;
}
.meetup {
display: flex;
flex-direction: row;
margin-top: 2rem;
padding-bottom: 20px;
}
.meetup__header {
display: flex;
align-items: center;
}
.meetup__header h4 {
margin: 0;
font-size: 1.6rem;
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-transform: uppercase;
}
.meetup__date {
height: 100%;
margin-right: 1rem;
max-width: 80px;
display: flex;
flex-direction: column;
justify-content: center;
}
.meetup__date > div:first-child {
margin-bottom: 1rem;
}
.meetup__title {
margin: 0;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.3rem;
}
.meetup__content {
width: calc(100% - 100px);
}
.talk {
display: flex;
justify-content: space-between;
}
.talk__title {
margin-top: 1rem;
margin-bottom: 0;
font-weight: 500;
font-size: 1.1rem;
}
.talk__speaker {
font-weight: 300;
}
.talk__video {
margin-top: 1rem;
margin-left: 1rem;
}
.talk__video svg {
width: 1.125em;
}
.talks {
padding: 0;
margin: 0;
list-style: none;
}
.meetup__sponsors {
margin-left: auto;
padding-left: 20px;
}
.meetup__sponsors p {
text-align: right;
margin: 0;
color: #555;
}
.meetup__sponsors span {
white-space: nowrap;
}
.meetup--bordered {
border-bottom: 1px solid #ccc;
}
.meetup__image {
height: 4.5rem;
width: 4.5rem;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
.meetup {
display: block;
}
.meetup__content {
width: 100%;
}
.meetup__date {
max-width: inherit;
margin: 0;
}
.meetup__date p {
text-align: right;
margin: 0;
font-weight: 300;
font-style: italic;
}
.meetup__header {
flex-direction: column;
}
.meetup__header h4, .meetup__sponsors {
width: 100%;
}
.meetup__sponsors {
margin-left: inherit;
padding-left: 0;
}
.meetup__sponsors p {
text-align: left;
}
.hideOnMobile {
display: none;
}
}
@media screen and (min-width: 768px) {
.hideOnMobile {
display: block;
}
.showOnMobile {
display: none;
}
} | src/components/OldMeetups/OldMeetups.module.css | .old-meetups__hero {
height: 8rem;
margin: 2rem 0;
}
.old-meetups__title {
margin: 0;
font-size: 1.8rem;
font-weight: 300;
}
.old-meetups__description {
margin-top: 0;
font-size: 1.1rem;
line-height: 1rem;
}
.meetup {
display: flex;
flex-direction: row;
margin-top: 2rem;
padding-bottom: 20px;
}
.meetup__header {
display: flex;
align-items: center;
}
.meetup__header h4 {
margin: 0;
font-size: 1.6rem;
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-transform: uppercase;
}
.meetup__date {
height: 100%;
margin-right: 1rem;
max-width: 80px;
display: flex;
flex-direction: column;
justify-content: center;
}
.meetup__date > div:first-child {
margin-bottom: 1rem;
}
.meetup__title {
margin: 0;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.3rem;
}
.meetup__content {
width: calc(100% - 100px);
}
.talk {
display: flex;
justify-content: space-between;
}
.talk__title {
margin-top: 1rem;
margin-bottom: 0;
font-weight: 500;
font-size: 1.1rem;
}
.talk__speaker {
font-weight: 300;
}
.talk__video {
margin-top: 1rem;
margin-left: 1rem;
}
.talk__video svg {
width: 1.125em;
}
.talks {
padding: 0;
margin: 0;
list-style: none;
}
.meetup__sponsors {
margin-left: auto;
padding-left: 20px;
}
.meetup__sponsors p {
text-align: right;
margin: 0;
color: #555;
}
.meetup__sponsors span {
white-space: nowrap;
}
.meetup--bordered {
border-bottom: 1px solid #ccc;
}
.meetup__image {
height: 4.5rem;
width: 4.5rem;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
.meetup {
display: block;
}
.meetup__content {
width: 100%;
}
.meetup__date {
max-width: inherit;
margin: 0;
}
.meetup__date p {
text-align: right;
margin: 0;
font-weight: 300;
font-style: italic;
}
.meetup__header {
flex-direction: column;
}
.meetup__header h4, .meetup__sponsors {
width: 100%;
}
.meetup__sponsors {
margin-left: inherit;
padding-left: 0;
}
.meetup__sponsors p {
text-align: left;
}
.hideOnMobile {
display: none;
}
}
@media screen and (min-width: 768px) {
.hideOnMobile {
display: block;
}
.showOnMobile {
display: none;
}
} | 0.587588 | 0.061621 |
.aquaPaleVioletRed8,
.hover_aquaPaleVioletRed8:hover,
.active_aquaPaleVioletRed8:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(120, 30, 68, .39),
inset 0 -0.5em 0.9em 0 #d62688,
inset 0 -0.5em 0em 0.65em rgb(94, 5, 41),
inset 0 0em 0.5em 2em rgb(147, 79, 107);
-moz-box-shadow: 0 0.63em 0.75em rgba(120, 30, 68, .39),
inset 0 -0.5em 0.9em 0 #d62688,
inset 0 -0.5em 0em 0.65em rgb(94, 5, 41),
inset 0 0em 0.5em 2em rgb(147, 79, 107);
box-shadow: 0 0.63em 0.75em rgba(120, 30, 68, .39),
inset 0 -0.5em 0.9em 0 #d62688,
inset 0 -0.5em 0em 0.65em rgb(94, 5, 41),
inset 0 0em 0.5em 2em rgb(147, 79, 107);
}
.aquaPaleVioletRed8h,
.hover_aquaPaleVioletRed8h:hover,
.active_aquaPaleVioletRed8h:active {
-webkit-box-shadow:0 0.63em 1em rgba(140, 35, 80, .55),
inset 0 -0.5em 0.9em 0 #e04fa0,
inset 0 -0.5em 0em 0.65em #aa1e58,
inset 0 0em 0.5em 2em #d05f8d;
-moz-box-shadow:0 0.63em 1em rgba(140, 35, 80, .55),
inset 0 -0.5em 0.9em 0 #e04fa0,
inset 0 -0.5em 0em 0.65em #aa1e58,
inset 0 0em 0.5em 2em #d05f8d;
box-shadow:0 0.63em 1em rgba(140, 35, 80, .55),
inset 0 -0.5em 0.9em 0 #e04fa0,
inset 0 -0.5em 0em 0.65em #aa1e58,
inset 0 0em 0.5em 2em #d05f8d;
}
.aquaPaleVioletRed8a,
.hover_aquaPaleVioletRed8a:hover,
.active_aquaPaleVioletRed8a:active {
/*background: #771e3b;*/
-webkit-box-shadow:0 0.63em 1em rgba(86, 12, 44, .55),
inset 0 -0.5em 0.9em 0 #ed2897,
inset 0 -0.5em 0em 0.65em #860b3d,
inset 0 0em 0.5em 2em #c02263;
-moz-box-shadow:0 0.63em 1em rgba(86, 12, 44, .55),
inset 0 -0.5em 0.9em 0 #ed2897,
inset 0 -0.5em 0em 0.65em #860b3d,
inset 0 0em 0.5em 2em #c02263;
box-shadow:0 0.63em 1em rgba(86, 12, 44, .55),
inset 0 -0.5em 0.9em 0 #ed2897,
inset 0 -0.5em 0em 0.65em #860b3d,
inset 0 0em 0.5em 2em #c02263;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaPaleVioletRed8,
.hover_color_aquaPaleVioletRed8:hover,
.active_color_aquaPaleVioletRed8:active {
color: #c8c8c8;
}
.color_aquaPaleVioletRed8h,
.hover_color_aquaPaleVioletRed8h:hover,
.active_color_aquaPaleVioletRed8h:active {
color: #c8c8c8;
}
.color_aquaPaleVioletRed8a,
.hover_color_aquaPaleVioletRed8a:hover,
.active_color_aquaPaleVioletRed8a:active {
color: #c8c8c8;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaPaleVioletRed8,
.hover_border_aquaPaleVioletRed8:hover,
.active_border_aquaPaleVioletRed8:active {
border-color: #4f1427 #4f1427 #4f1427 #4f1427;
}
.border_aquaPaleVioletRed8h,
.hover_border_aquaPaleVioletRed8h:hover,
.active_border_aquaPaleVioletRed8h:active {
border-color: #4f1427 #4f1427 #4f1427 #4f1427;
}
.border_aquaPaleVioletRed8a,
.hover_border_aquaPaleVioletRed8a:hover,
.active_border_aquaPaleVioletRed8a:active {
border-color: #4f1427 #4f1427 #4f1427 #4f1427;
} | widgets/common/assets/shadows/aqua/aquaPaleVioletRed/aquaPaleVioletRed8.css | .aquaPaleVioletRed8,
.hover_aquaPaleVioletRed8:hover,
.active_aquaPaleVioletRed8:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(120, 30, 68, .39),
inset 0 -0.5em 0.9em 0 #d62688,
inset 0 -0.5em 0em 0.65em rgb(94, 5, 41),
inset 0 0em 0.5em 2em rgb(147, 79, 107);
-moz-box-shadow: 0 0.63em 0.75em rgba(120, 30, 68, .39),
inset 0 -0.5em 0.9em 0 #d62688,
inset 0 -0.5em 0em 0.65em rgb(94, 5, 41),
inset 0 0em 0.5em 2em rgb(147, 79, 107);
box-shadow: 0 0.63em 0.75em rgba(120, 30, 68, .39),
inset 0 -0.5em 0.9em 0 #d62688,
inset 0 -0.5em 0em 0.65em rgb(94, 5, 41),
inset 0 0em 0.5em 2em rgb(147, 79, 107);
}
.aquaPaleVioletRed8h,
.hover_aquaPaleVioletRed8h:hover,
.active_aquaPaleVioletRed8h:active {
-webkit-box-shadow:0 0.63em 1em rgba(140, 35, 80, .55),
inset 0 -0.5em 0.9em 0 #e04fa0,
inset 0 -0.5em 0em 0.65em #aa1e58,
inset 0 0em 0.5em 2em #d05f8d;
-moz-box-shadow:0 0.63em 1em rgba(140, 35, 80, .55),
inset 0 -0.5em 0.9em 0 #e04fa0,
inset 0 -0.5em 0em 0.65em #aa1e58,
inset 0 0em 0.5em 2em #d05f8d;
box-shadow:0 0.63em 1em rgba(140, 35, 80, .55),
inset 0 -0.5em 0.9em 0 #e04fa0,
inset 0 -0.5em 0em 0.65em #aa1e58,
inset 0 0em 0.5em 2em #d05f8d;
}
.aquaPaleVioletRed8a,
.hover_aquaPaleVioletRed8a:hover,
.active_aquaPaleVioletRed8a:active {
/*background: #771e3b;*/
-webkit-box-shadow:0 0.63em 1em rgba(86, 12, 44, .55),
inset 0 -0.5em 0.9em 0 #ed2897,
inset 0 -0.5em 0em 0.65em #860b3d,
inset 0 0em 0.5em 2em #c02263;
-moz-box-shadow:0 0.63em 1em rgba(86, 12, 44, .55),
inset 0 -0.5em 0.9em 0 #ed2897,
inset 0 -0.5em 0em 0.65em #860b3d,
inset 0 0em 0.5em 2em #c02263;
box-shadow:0 0.63em 1em rgba(86, 12, 44, .55),
inset 0 -0.5em 0.9em 0 #ed2897,
inset 0 -0.5em 0em 0.65em #860b3d,
inset 0 0em 0.5em 2em #c02263;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaPaleVioletRed8,
.hover_color_aquaPaleVioletRed8:hover,
.active_color_aquaPaleVioletRed8:active {
color: #c8c8c8;
}
.color_aquaPaleVioletRed8h,
.hover_color_aquaPaleVioletRed8h:hover,
.active_color_aquaPaleVioletRed8h:active {
color: #c8c8c8;
}
.color_aquaPaleVioletRed8a,
.hover_color_aquaPaleVioletRed8a:hover,
.active_color_aquaPaleVioletRed8a:active {
color: #c8c8c8;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaPaleVioletRed8,
.hover_border_aquaPaleVioletRed8:hover,
.active_border_aquaPaleVioletRed8:active {
border-color: #4f1427 #4f1427 #4f1427 #4f1427;
}
.border_aquaPaleVioletRed8h,
.hover_border_aquaPaleVioletRed8h:hover,
.active_border_aquaPaleVioletRed8h:active {
border-color: #4f1427 #4f1427 #4f1427 #4f1427;
}
.border_aquaPaleVioletRed8a,
.hover_border_aquaPaleVioletRed8a:hover,
.active_border_aquaPaleVioletRed8a:active {
border-color: #4f1427 #4f1427 #4f1427 #4f1427;
} | 0.357904 | 0.258853 |
table.form_previous {
border: 1px solid #aaaaaa;
border-spacing: 0;
border-collapse: collapse;
}
tr.form_previous {
border: 1px solid;
}
td.form_previous {
border: hidden;
empty-cells: show;
}
table.sub_form_external {
margin-top: 3px;
border: hidden;
border-spacing: 0;
}
tr.sub_form_external {
background-color: white;
width: 100%;
}
td.sub_form_title {
background-color: #E8E8E8;
border-bottom: 1px solid #aaaaaa;
border-spacing: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
font-size: 16px;
font-weight: bold;
padding: 8px 10px 10px 5px;
color: #555555;
}
table.sub_form_element {
border-spacing: 2px;
border-collapse: collapse;
border: 1px solid #aaaaaa;
}
th.sub_form_element {
border-bottom: 1px solid #888888;
empty-cells: show;
}
tr.sub_form_element {
vertical-align: top;
}
td.sub_form_element {
border-bottom: 1px solid #aaaaaa;
padding: 3px;
empty-cells: show;
}
/*******************************************************************
* Data boxes styles
*******************************************************************/
table.data_box_external {
margin-left: 0;
margin-right: auto;
border-spacing: 0;
border: 1px solid #aaaaaa;
padding: 15px;
}
tr.data_box_title {
}
td.data_box_title {
background-color: #EDE8E8;
border-bottom: 1px solid #aaaaaa;
border-spacing: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
font-size: 12px;
font-weight: bold;
padding: 8px 10px 10px 5px;
color: #333333;
}
tr.data_box_external {
background-color: white;
}
td.data_box_external { }
td.data_box_toolbar {
border-bottom: 1px solid #aaaaaa;
}
td.data_box_toolbar_tools {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
font-size: 9px;
color: #888888;
}
td.data_box_toolbar_nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: right;
font-size: 9px;
color: #888888;
}
td.data_box_toolbar_nav_footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: right;
font-size: 9px;
color: #888888;
text-align: right;
padding: 7px;
}
td.data_box_toolbar_num_rows {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
font-size: 9px;
color: #888888;
text-align: right;
}
table.data_box_rows {
width: 100%;
border: 1px solid #aaaaaa;
border-collapse: collapse;
}
th.data_box_rows {
background-color: #fafafa;
border-bottom: 2px solid #888888;
border-right: 1px solid #aaaaaa;
font-weight: bold;
color: #224422;
padding: 7px;
empty-cells: show;
}
tr.data_box_rows_list_header {
background-color: #dddddd;
}
th.data_box_rows_list_header {
background-color: #fafafa;
padding: 15px;
border-bottom: 2px solid #888888;
border-right: 1px solid #aaaaaa;
border-spacing: 2px;
border-collapse: collapse;
empty-cells: show;
font-size: 16px;
font-weight: bold;
font-style: italic;
}
td.data_box_rows_list_header {
padding: 10px;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
border-spacing: 2px;
border-collapse: collapse;
empty-cells: show;
}
tr.data_box_rows_list_footer {
background-color: #ffffdd;
border-left: 1px solid #aaaaaa;
}
td.data_box_rows_list_footer {
padding: 10px;
border-top: 2px solid #888888;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
/* border-collapse: collapse;*/
empty-cells: show;
}
td.data_box_notab_header {
padding: 10px;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
border-spacing: 2px;
border-collapse: collapse;
empty-cells: show;
}
td.data_box_rows_list_alias {
background-color: #fafafa;
padding: 5px 7px 5px 7px;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
border-left: 1px solid #aaaaaa;
border-spacing: 2px;
border-collapse: collapse;
empty-cells: show;
}
td.data_box_rows_list_cell {
background-color: #ffffff;
padding: 5px 7px 5px 7px;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
border-spacing: 2px;
border-collapse: collapse;
empty-cells: show;
}
tr.data_box_rows { border: 1px solid;}
td.data_box_rows { empty-cells: show; }
tr.data_box_rows_tabular { }
td.data_box_rows_tabular { empty-cells: show; }
tr.data_box_rows_tabular_even { background-color: #fafafa; }
tr.data_box_rows_tabular_even:hover { background-color: #ffc; }
tr.data_box_rows_tabular_odd { background-color: #fff; }
tr.data_box_rows_tabular_odd:hover { background-color: #ffc; }
tr.data_box_rows_list { }
td.data_box_rows_list {
padding: 2px;
empty-cells: show;
}
table.data_box_cell_alone {
border-spacing: 0;
}
tr.data_box_cell_alone {
border-spacing: 0;
padding: 0;
}
td.data_box_cell_alone {
padding: 5px 7px 5px 7px;
border: 1px solid #aaaaaa;
border-spacing: 2px;
border-collapse: collapse;
empty-cells: show;
}
td.data_box_cell {
padding: 10px;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #cccccc;
border-spacing: 2px;
border-collapse: collapse;
empty-cells: show;
}
td.data_box_cell_alias {
padding: 10px;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #dddddd;
border-collapse: collapse;
empty-cells: show;
color: #444444;
font-weight: bold;
}
td.data_box_edit_cell_alias {
padding: 10px;
empty-cells: show;
color: #444444;
font-weight: bold;
}
td.data_box_edit_cell {
padding: 3px 6px 3px 6px;
border-spacing: 0px;
border-collapse: collapse;
empty-cells: show;
}
td.data_box_cell_value {
padding: 10px;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
border-collapse: collapse;
empty-cells: show;
color: #444444;
}
div.data_order_by {
display: inline;
vertical-align: baseline;
}
table.data_box_previous {
width: 100%;
margin-left: auto;
margin-right: auto;
border: hidden;
border-spacing: 0;
}
table.data_box_post {
width: 100%;
margin-left: auto;
margin-right: auto;
border: hidden;
border-spacing: 0;
}
/*******************************************************************
* Search boxes styles
*******************************************************************/
table.search_box {
/* border: 1px solid #aaaaaa;*/
}
th.search_box {
/* border-bottom: 2px solid #888888;*/
padding: 5px;
}
td.search_box {
padding: 5px;
}
td.search_box_fields {
border-top: 2px solid #888888;
}
td.search_box_help {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #888888;
padding: 7px;
font-style:italic;
border-bottom: 1px solid #aaaaaa;
}
td.search_box_button {
border-top: 1px solid #aaaaaa;
border-left: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
}
table.search_box_toolbar {
border: 1px solid #aaaaaa;
padding: 15px;
}
th.search_box_toolbar {
border-bottom: 2px solid #888888;
padding: 5px;
}
td.search_box_toolbar {
padding: 5px;
}
/*******************************************************************
* form_layout containers
*******************************************************************/
table.form_layout {
/* border: 1px solid #aaddaa;*/
}
th.form_layout {
/* border-bottom: 2px solid #008800;*/
padding: 5px;
}
td.form_layout {
padding: 5px;
}
td.form_layout_cell {
border-top: 2px solid #888888;
}
/*******************************************************************
* Tab styles
*******************************************************************/
table.tab {
padding: 10px;
border: 0px;
}
td.tab:hover {
background-color: #ffff44;
}
table.sub_tab {
border: 0px;
empty-cells: show;
width: 100%;
}
td.tab_selected {
padding: 10px;
border-top: 1px solid #888888;
border-left: 1px solid #888888;
border-bottom: 0px;
white-space: nowrap;
}
td.tab {
padding: 10px;
background-color: #FFFFAA;
border-top: 1px solid #888888;
border-left: 1px solid #888888;
border-bottom: 1px solid #888888;
white-space: nowrap;
}
td.end_tab {
border-left: 1px solid #888888;
border-bottom: 1px solid #888888
}
div.tab_selected {
display: table-cell !important;
display: inline;
padding: 10px;
border-top: 1px solid #888888;
border-left: 1px solid #888888;
border-bottom: 0px;
white-space: nowrap;
cursor: default;
font-weight: bold;
}
div.tab {
display: table-cell !important;
/* display: inline; */
padding: 10px;
background-color: #FFFFAA;
border-top: 1px solid #888888;
border-left: 1px solid #888888;
border-bottom: 1px solid #888888;
white-space: nowrap;
cursor: default;
font-weight: bold;
}
div.end_tab {
display: table-cell !important;
display: inline;
border-left: 1px solid #888888;
border-bottom: 1px solid #888888;
width: 999pc;
empty-cells: show;
}
div.tab:hover {
background-color: #ffff44;
}
td.tab_content {
border-left: 1px solid #888888;
border-right: 1px solid #888888;
border-bottom: 1px solid #888888;
} | src/include/styles/form_elements.css | table.form_previous {
border: 1px solid #aaaaaa;
border-spacing: 0;
border-collapse: collapse;
}
tr.form_previous {
border: 1px solid;
}
td.form_previous {
border: hidden;
empty-cells: show;
}
table.sub_form_external {
margin-top: 3px;
border: hidden;
border-spacing: 0;
}
tr.sub_form_external {
background-color: white;
width: 100%;
}
td.sub_form_title {
background-color: #E8E8E8;
border-bottom: 1px solid #aaaaaa;
border-spacing: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
font-size: 16px;
font-weight: bold;
padding: 8px 10px 10px 5px;
color: #555555;
}
table.sub_form_element {
border-spacing: 2px;
border-collapse: collapse;
border: 1px solid #aaaaaa;
}
th.sub_form_element {
border-bottom: 1px solid #888888;
empty-cells: show;
}
tr.sub_form_element {
vertical-align: top;
}
td.sub_form_element {
border-bottom: 1px solid #aaaaaa;
padding: 3px;
empty-cells: show;
}
/*******************************************************************
* Data boxes styles
*******************************************************************/
table.data_box_external {
margin-left: 0;
margin-right: auto;
border-spacing: 0;
border: 1px solid #aaaaaa;
padding: 15px;
}
tr.data_box_title {
}
td.data_box_title {
background-color: #EDE8E8;
border-bottom: 1px solid #aaaaaa;
border-spacing: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
font-size: 12px;
font-weight: bold;
padding: 8px 10px 10px 5px;
color: #333333;
}
tr.data_box_external {
background-color: white;
}
td.data_box_external { }
td.data_box_toolbar {
border-bottom: 1px solid #aaaaaa;
}
td.data_box_toolbar_tools {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
font-size: 9px;
color: #888888;
}
td.data_box_toolbar_nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: right;
font-size: 9px;
color: #888888;
}
td.data_box_toolbar_nav_footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: right;
font-size: 9px;
color: #888888;
text-align: right;
padding: 7px;
}
td.data_box_toolbar_num_rows {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
font-size: 9px;
color: #888888;
text-align: right;
}
table.data_box_rows {
width: 100%;
border: 1px solid #aaaaaa;
border-collapse: collapse;
}
th.data_box_rows {
background-color: #fafafa;
border-bottom: 2px solid #888888;
border-right: 1px solid #aaaaaa;
font-weight: bold;
color: #224422;
padding: 7px;
empty-cells: show;
}
tr.data_box_rows_list_header {
background-color: #dddddd;
}
th.data_box_rows_list_header {
background-color: #fafafa;
padding: 15px;
border-bottom: 2px solid #888888;
border-right: 1px solid #aaaaaa;
border-spacing: 2px;
border-collapse: collapse;
empty-cells: show;
font-size: 16px;
font-weight: bold;
font-style: italic;
}
td.data_box_rows_list_header {
padding: 10px;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
border-spacing: 2px;
border-collapse: collapse;
empty-cells: show;
}
tr.data_box_rows_list_footer {
background-color: #ffffdd;
border-left: 1px solid #aaaaaa;
}
td.data_box_rows_list_footer {
padding: 10px;
border-top: 2px solid #888888;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
/* border-collapse: collapse;*/
empty-cells: show;
}
td.data_box_notab_header {
padding: 10px;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
border-spacing: 2px;
border-collapse: collapse;
empty-cells: show;
}
td.data_box_rows_list_alias {
background-color: #fafafa;
padding: 5px 7px 5px 7px;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
border-left: 1px solid #aaaaaa;
border-spacing: 2px;
border-collapse: collapse;
empty-cells: show;
}
td.data_box_rows_list_cell {
background-color: #ffffff;
padding: 5px 7px 5px 7px;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
border-spacing: 2px;
border-collapse: collapse;
empty-cells: show;
}
tr.data_box_rows { border: 1px solid;}
td.data_box_rows { empty-cells: show; }
tr.data_box_rows_tabular { }
td.data_box_rows_tabular { empty-cells: show; }
tr.data_box_rows_tabular_even { background-color: #fafafa; }
tr.data_box_rows_tabular_even:hover { background-color: #ffc; }
tr.data_box_rows_tabular_odd { background-color: #fff; }
tr.data_box_rows_tabular_odd:hover { background-color: #ffc; }
tr.data_box_rows_list { }
td.data_box_rows_list {
padding: 2px;
empty-cells: show;
}
table.data_box_cell_alone {
border-spacing: 0;
}
tr.data_box_cell_alone {
border-spacing: 0;
padding: 0;
}
td.data_box_cell_alone {
padding: 5px 7px 5px 7px;
border: 1px solid #aaaaaa;
border-spacing: 2px;
border-collapse: collapse;
empty-cells: show;
}
td.data_box_cell {
padding: 10px;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #cccccc;
border-spacing: 2px;
border-collapse: collapse;
empty-cells: show;
}
td.data_box_cell_alias {
padding: 10px;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #dddddd;
border-collapse: collapse;
empty-cells: show;
color: #444444;
font-weight: bold;
}
td.data_box_edit_cell_alias {
padding: 10px;
empty-cells: show;
color: #444444;
font-weight: bold;
}
td.data_box_edit_cell {
padding: 3px 6px 3px 6px;
border-spacing: 0px;
border-collapse: collapse;
empty-cells: show;
}
td.data_box_cell_value {
padding: 10px;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
border-collapse: collapse;
empty-cells: show;
color: #444444;
}
div.data_order_by {
display: inline;
vertical-align: baseline;
}
table.data_box_previous {
width: 100%;
margin-left: auto;
margin-right: auto;
border: hidden;
border-spacing: 0;
}
table.data_box_post {
width: 100%;
margin-left: auto;
margin-right: auto;
border: hidden;
border-spacing: 0;
}
/*******************************************************************
* Search boxes styles
*******************************************************************/
table.search_box {
/* border: 1px solid #aaaaaa;*/
}
th.search_box {
/* border-bottom: 2px solid #888888;*/
padding: 5px;
}
td.search_box {
padding: 5px;
}
td.search_box_fields {
border-top: 2px solid #888888;
}
td.search_box_help {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #888888;
padding: 7px;
font-style:italic;
border-bottom: 1px solid #aaaaaa;
}
td.search_box_button {
border-top: 1px solid #aaaaaa;
border-left: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
}
table.search_box_toolbar {
border: 1px solid #aaaaaa;
padding: 15px;
}
th.search_box_toolbar {
border-bottom: 2px solid #888888;
padding: 5px;
}
td.search_box_toolbar {
padding: 5px;
}
/*******************************************************************
* form_layout containers
*******************************************************************/
table.form_layout {
/* border: 1px solid #aaddaa;*/
}
th.form_layout {
/* border-bottom: 2px solid #008800;*/
padding: 5px;
}
td.form_layout {
padding: 5px;
}
td.form_layout_cell {
border-top: 2px solid #888888;
}
/*******************************************************************
* Tab styles
*******************************************************************/
table.tab {
padding: 10px;
border: 0px;
}
td.tab:hover {
background-color: #ffff44;
}
table.sub_tab {
border: 0px;
empty-cells: show;
width: 100%;
}
td.tab_selected {
padding: 10px;
border-top: 1px solid #888888;
border-left: 1px solid #888888;
border-bottom: 0px;
white-space: nowrap;
}
td.tab {
padding: 10px;
background-color: #FFFFAA;
border-top: 1px solid #888888;
border-left: 1px solid #888888;
border-bottom: 1px solid #888888;
white-space: nowrap;
}
td.end_tab {
border-left: 1px solid #888888;
border-bottom: 1px solid #888888
}
div.tab_selected {
display: table-cell !important;
display: inline;
padding: 10px;
border-top: 1px solid #888888;
border-left: 1px solid #888888;
border-bottom: 0px;
white-space: nowrap;
cursor: default;
font-weight: bold;
}
div.tab {
display: table-cell !important;
/* display: inline; */
padding: 10px;
background-color: #FFFFAA;
border-top: 1px solid #888888;
border-left: 1px solid #888888;
border-bottom: 1px solid #888888;
white-space: nowrap;
cursor: default;
font-weight: bold;
}
div.end_tab {
display: table-cell !important;
display: inline;
border-left: 1px solid #888888;
border-bottom: 1px solid #888888;
width: 999pc;
empty-cells: show;
}
div.tab:hover {
background-color: #ffff44;
}
td.tab_content {
border-left: 1px solid #888888;
border-right: 1px solid #888888;
border-bottom: 1px solid #888888;
} | 0.396535 | 0.169956 |
body{
font-family: "";
background-color: #ededed;
}
.fui-payfor-group-title{
height: 2.2rem;
color: #656565;
line-height: 2.2rem;
}
.fui-list:before {
left:0;
right: 0;
}
.fui-payfor-peerpay{
border-bottom: solid 10px #eeeeef;
}
.fui-payfor-info span{
height: 1rem;
font-size: 0.7rem;
padding-top: 6px;
}
.fui-payfor-info-title {
width: 60%;
}
.fui-list-media a{
bottom: 15px;
right: -10px;
}
.fui-list-media img{
width: 3.8rem;
}
.btn.btn-default.fui-payfor-btn{
border-radius: 30px 30px 30px 30px;
}
.fui-payfor-step:after{
background-color: red;
height: 4px;
}
.fui-payfor-step span em{
background:#fff;
border:1px;
border: solid 1.1px red;
}
.fui-payfor-step span em i{
color: red;
font-size: 0.9rem;
}
.fui-payfor-step span div{
color: red;
}
.fui-text{
width: 96%;
left: 2%;
border:0;
background-color: #efefef;
border-radius: 2px;
margin-bottom: 0.75rem;
}
.fui-cell-group:not(.fui-cell-group-o):before{
border-top: 0;
}
.fui-cell-group:after{
border-bottom: 0;
}
.order-detail{
font-size: 0.8rem;
color: #5f5f5f;
text-decoration:underline;
}
.fui-tab-o, .fui-tab{
margin-bottom: 0;
}
.fui-payfor-speed-top{
margin-bottom: 15px;
}
.fui-payfor-header{
background-color: #fff;
}
.fui-payfor-header span.fui-payfor-header-user .fui-payfor-user img{
width: 3.5rem;
height: 3.5rem;
border-radius: 100%;
}
.fui-payfor-header span.fui-payfor-header-user{
border:0;
}
.fui-payfor-header-title{
color: #0a0a0a;
}
.blank{
height: 0.6rem;
width: 100%;
background-color: #ededed;
}
.peerpay-message-box{
height: 5rem;
width: 100%;
float: left;
}
.peerpay-message-from{
height: 50%;
width: 100%;
float: left;
}
.peerpay-message-content{
height: 50%;
width: 88%;
float: left;
line-height: 2.5rem;
font-size: 0.75rem;
margin-left: 6%;
margin-right: 2rem;
border-bottom: 1px solid #D9D9D9;
}
.peepay-message-headimg{
width: 2rem;
height: 2rem;
float: left;
left: 1rem;
margin-top: 0.5rem;
position: absolute;
}
.peepay-message-headimg img{
width: 100%;
height: 100%;
border-radius: 100%;
}
.peepay-message-nickname {
float: left;
width: 12rem;
height: 1rem;
position: absolute;
left: 3rem;
font-size: 0.6rem;
margin-top: 0.5rem;
overflow-x: hidden;
}
.peepay-message-floor{
float: right;
position: absolute;
right: 1rem;
margin-top: 0.5rem;
font-size: 0.6rem;
color: #999;
}
.peepay-message-time{
float: right;
position: absolute;
margin-top: 1.5rem;
font-size: 0.6rem;
left: 3rem;
color: #999;
}
/*NDAwMDA5NzgyNw==*/ | ewei_shopv2/static/js/app/biz/sale/peerpay.css | body{
font-family: "";
background-color: #ededed;
}
.fui-payfor-group-title{
height: 2.2rem;
color: #656565;
line-height: 2.2rem;
}
.fui-list:before {
left:0;
right: 0;
}
.fui-payfor-peerpay{
border-bottom: solid 10px #eeeeef;
}
.fui-payfor-info span{
height: 1rem;
font-size: 0.7rem;
padding-top: 6px;
}
.fui-payfor-info-title {
width: 60%;
}
.fui-list-media a{
bottom: 15px;
right: -10px;
}
.fui-list-media img{
width: 3.8rem;
}
.btn.btn-default.fui-payfor-btn{
border-radius: 30px 30px 30px 30px;
}
.fui-payfor-step:after{
background-color: red;
height: 4px;
}
.fui-payfor-step span em{
background:#fff;
border:1px;
border: solid 1.1px red;
}
.fui-payfor-step span em i{
color: red;
font-size: 0.9rem;
}
.fui-payfor-step span div{
color: red;
}
.fui-text{
width: 96%;
left: 2%;
border:0;
background-color: #efefef;
border-radius: 2px;
margin-bottom: 0.75rem;
}
.fui-cell-group:not(.fui-cell-group-o):before{
border-top: 0;
}
.fui-cell-group:after{
border-bottom: 0;
}
.order-detail{
font-size: 0.8rem;
color: #5f5f5f;
text-decoration:underline;
}
.fui-tab-o, .fui-tab{
margin-bottom: 0;
}
.fui-payfor-speed-top{
margin-bottom: 15px;
}
.fui-payfor-header{
background-color: #fff;
}
.fui-payfor-header span.fui-payfor-header-user .fui-payfor-user img{
width: 3.5rem;
height: 3.5rem;
border-radius: 100%;
}
.fui-payfor-header span.fui-payfor-header-user{
border:0;
}
.fui-payfor-header-title{
color: #0a0a0a;
}
.blank{
height: 0.6rem;
width: 100%;
background-color: #ededed;
}
.peerpay-message-box{
height: 5rem;
width: 100%;
float: left;
}
.peerpay-message-from{
height: 50%;
width: 100%;
float: left;
}
.peerpay-message-content{
height: 50%;
width: 88%;
float: left;
line-height: 2.5rem;
font-size: 0.75rem;
margin-left: 6%;
margin-right: 2rem;
border-bottom: 1px solid #D9D9D9;
}
.peepay-message-headimg{
width: 2rem;
height: 2rem;
float: left;
left: 1rem;
margin-top: 0.5rem;
position: absolute;
}
.peepay-message-headimg img{
width: 100%;
height: 100%;
border-radius: 100%;
}
.peepay-message-nickname {
float: left;
width: 12rem;
height: 1rem;
position: absolute;
left: 3rem;
font-size: 0.6rem;
margin-top: 0.5rem;
overflow-x: hidden;
}
.peepay-message-floor{
float: right;
position: absolute;
right: 1rem;
margin-top: 0.5rem;
font-size: 0.6rem;
color: #999;
}
.peepay-message-time{
float: right;
position: absolute;
margin-top: 1.5rem;
font-size: 0.6rem;
left: 3rem;
color: #999;
}
/*NDAwMDA5NzgyNw==*/ | 0.400163 | 0.05549 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
@font-face {
font-family: 'Garamond_Regular';
src: url('fonts/garamond/Garamond_Regular.ttf');
}
@font-face {
font-family: 'Garamond_Italic';
src: url('fonts/garamond/Garamond_Italic.ttf');
}
@font-face {
font-family: 'Garamond_Bold';
src: url('fonts/garamond/Garamond_Bold.ttf');
}
body {
font-family: 'Garamond_Regular';
font-size: 18px;
margin: 0 auto;
}
h2 {
text-align: center;
margin: 20px 30px 20px 30px;
}
.header_wrapper {
display: flex;
align-items: center;
}
.name_company {
flex: 1;
}
.menu_social {
display: flex;
flex: 7;
justify-content: space-between;
align-items: center;
padding: 10px 20px;
}
.menu_social ul {
display: flex;
list-style: none;
}
.menu li {
margin: 0 14px;
}
.social img {
width: 20px;
height: 20px;
margin: 0 14px;
}
hr {
border: none;
color: #9e9e9e2e;
background-color: #9e9e9e2e;
height: 2px;
}
.hello {
display: flex;
align-items: center;
}
.hello_text {
width: 50%;
padding: 70px;
}
.hello_text p {
font-family: 'Garamond_Bold';
font-size: 60px;
}
.hello_text1 {
font-family: 'Garamond_Regular';
font-size: 30px;
margin-top: 20px;
}
.article_text {
font-family: 'Garamond_Regular';
font-size: 25px;
margin-top: 20px;
}
button {
padding: 15px 30px;
margin-top: 30px;
border-color: #dcd0d0;
border-radius: 5px;
color: grey;
background: none;
}
.hello_img {
width: 50%;
overflow: hidden;
}
.story1 {
display: flex;
align-items: center;
}
.story1_img {
width: 30%;
overflow: hidden;
}
.story1_text {
width: 70%;
padding: 70px;
}
.story2 {
display: flex;
align-items: center;
}
.story2_img {
width: 30%;
overflow: hidden;
}
.story2_text {
width: 70%;
padding: 70px;
}
.features_elements {
display: grid;
grid-template-columns: repeat(3, 1fr);
min-width: 320px;
grid-gap: 1px;
justify-content: center;
margin: 20px 30px 20px 30px;
background: gray;
}
.features_element {
background-color: white;
padding: 10px;
padding: 30px;
text-align: center;
}
.features_text {
margin-top: 20px;
font-size: 20px;
}
.write {
margin: 30px auto;
width: 70%;
}
.form_title {
font-family: "Garamond_Bold";
font-size: 15px;
}
.form_input {
font-family: "Garamond_Bold";
font-size: 15px;
padding: 8px;
width: 100%;
border-radius: 5px;
border-width: 1px;
border-color: rgb(206, 206, 206);
}
.contact_via {
margin-top: 18px;
display: flex;
}
.radio_title {
font-family: "Garamond_Bold";
font-size: 15px;
margin-left: 16px;
}
.user_data {
display: flex;
justify-content: space-between;
}
.form_footer {
display: flex;
align-items: center;
justify-content: space-between;
}
footer {
text-align: center;
}
.social_footer {
margin-bottom: 20px;
}
.social_footer img {
width: 30px;
padding: 5px;
border: 1px solid;
border-radius: 50%;
}
.social_footer li {
display: inline;
}
a img:hover {
background-color: rgb(211, 205, 205);
}
@media screen and (max-width: 850px) {
.social {
display: none;
}
.hello_text {
padding: 30px;
}
.story1_img {
width: 50%;
}
.story1_text {
width: 50%;
padding: 30px;
}
.story2_img {
width: 50%;
}
.story2_text {
width: 50%;
padding: 30px;
}
.features_elements {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 600px) {
.menu_social {
display: none;
}
.features_elements {
grid-template-columns: repeat(1, 1fr);
}
.hello, .story2 {
flex-direction: column-reverse;
}
.story1 {
flex-direction: column;
}
.hello_img, .hello_text, .story1_img, .story1_text, .story2_img, .story2_text {
width: 100%;
}
} | style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
@font-face {
font-family: 'Garamond_Regular';
src: url('fonts/garamond/Garamond_Regular.ttf');
}
@font-face {
font-family: 'Garamond_Italic';
src: url('fonts/garamond/Garamond_Italic.ttf');
}
@font-face {
font-family: 'Garamond_Bold';
src: url('fonts/garamond/Garamond_Bold.ttf');
}
body {
font-family: 'Garamond_Regular';
font-size: 18px;
margin: 0 auto;
}
h2 {
text-align: center;
margin: 20px 30px 20px 30px;
}
.header_wrapper {
display: flex;
align-items: center;
}
.name_company {
flex: 1;
}
.menu_social {
display: flex;
flex: 7;
justify-content: space-between;
align-items: center;
padding: 10px 20px;
}
.menu_social ul {
display: flex;
list-style: none;
}
.menu li {
margin: 0 14px;
}
.social img {
width: 20px;
height: 20px;
margin: 0 14px;
}
hr {
border: none;
color: #9e9e9e2e;
background-color: #9e9e9e2e;
height: 2px;
}
.hello {
display: flex;
align-items: center;
}
.hello_text {
width: 50%;
padding: 70px;
}
.hello_text p {
font-family: 'Garamond_Bold';
font-size: 60px;
}
.hello_text1 {
font-family: 'Garamond_Regular';
font-size: 30px;
margin-top: 20px;
}
.article_text {
font-family: 'Garamond_Regular';
font-size: 25px;
margin-top: 20px;
}
button {
padding: 15px 30px;
margin-top: 30px;
border-color: #dcd0d0;
border-radius: 5px;
color: grey;
background: none;
}
.hello_img {
width: 50%;
overflow: hidden;
}
.story1 {
display: flex;
align-items: center;
}
.story1_img {
width: 30%;
overflow: hidden;
}
.story1_text {
width: 70%;
padding: 70px;
}
.story2 {
display: flex;
align-items: center;
}
.story2_img {
width: 30%;
overflow: hidden;
}
.story2_text {
width: 70%;
padding: 70px;
}
.features_elements {
display: grid;
grid-template-columns: repeat(3, 1fr);
min-width: 320px;
grid-gap: 1px;
justify-content: center;
margin: 20px 30px 20px 30px;
background: gray;
}
.features_element {
background-color: white;
padding: 10px;
padding: 30px;
text-align: center;
}
.features_text {
margin-top: 20px;
font-size: 20px;
}
.write {
margin: 30px auto;
width: 70%;
}
.form_title {
font-family: "Garamond_Bold";
font-size: 15px;
}
.form_input {
font-family: "Garamond_Bold";
font-size: 15px;
padding: 8px;
width: 100%;
border-radius: 5px;
border-width: 1px;
border-color: rgb(206, 206, 206);
}
.contact_via {
margin-top: 18px;
display: flex;
}
.radio_title {
font-family: "Garamond_Bold";
font-size: 15px;
margin-left: 16px;
}
.user_data {
display: flex;
justify-content: space-between;
}
.form_footer {
display: flex;
align-items: center;
justify-content: space-between;
}
footer {
text-align: center;
}
.social_footer {
margin-bottom: 20px;
}
.social_footer img {
width: 30px;
padding: 5px;
border: 1px solid;
border-radius: 50%;
}
.social_footer li {
display: inline;
}
a img:hover {
background-color: rgb(211, 205, 205);
}
@media screen and (max-width: 850px) {
.social {
display: none;
}
.hello_text {
padding: 30px;
}
.story1_img {
width: 50%;
}
.story1_text {
width: 50%;
padding: 30px;
}
.story2_img {
width: 50%;
}
.story2_text {
width: 50%;
padding: 30px;
}
.features_elements {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 600px) {
.menu_social {
display: none;
}
.features_elements {
grid-template-columns: repeat(1, 1fr);
}
.hello, .story2 {
flex-direction: column-reverse;
}
.story1 {
flex-direction: column;
}
.hello_img, .hello_text, .story1_img, .story1_text, .story2_img, .story2_text {
width: 100%;
}
} | 0.50952 | 0.125977 |
.page-2018 {
padding-bottom: 325px;
}
.footer {
position: absolute;
background-color: white;
right: 0;
left: 0px;
bottom: 0;
}
.footer__line {
position: relative;
padding: 10px 25px;
border-top: 1px solid #f1ebd3;
}
.footer__line--top {
padding: 20px 25px;
}
.footer__line--mdl {
background: #f1ebd3;
border-bottom: none;
padding: 10px 25px 20px;
}
.footer__line--bot {
border-bottom: none;
padding: 10px 25px 15px;
}
.footer__cnt-wrap {
padding-left: 210px;
}
.footer__cnt {
font-size: 14px;
line-height: 18px;
color: #475669;
font-family: 'apercu_pro', sans-serif;
}
.footer__cnt--big {
font-size: 18px;
line-height: 22px;
}
.footer__counter-item {
display: inline-block;
vertical-align: middle;
margin-right: 30px;
padding-left: 20px;
color: #475669;
}
.footer__counter-item.rambler {
background: url("../../../i/tophotels/rambler.png") no-repeat 0px 2px ;
}
.footer__counter-item.mailru {
background: url("../../../i/tophotels/mailru.png") no-repeat 0px 2px ;
}
.footer__counter-item.yaca {
background: url("../../../i/tophotels/yaca.png") no-repeat 0px 2px ;
}
.footer__counter-item.sw {
background: url("../../../i/tophotels/sw.png") no-repeat 0px 2px ;
}
.footer__counter-item .counter-img {
width: 18px;
height: 18px;
}
.footer__counter-item.mailru .counter-img ,
.footer__counter-item.yaca .counter-img {
padding-right: 2px;
padding-left: 2px;
}
.counter {
display: inline-block;
margin-right: 3px;
font-size: 14px;
color: #318cc6;
}
.footer__stat-block {
position: absolute;
right: 25px;
top: 20px;
}
.footer__left-stat {
position: absolute;
left: 25px;
top: 20px;
}
.footer__stat-item {
display: inline-block;
vertical-align: middle;
margin-right: 15px;
padding-left: 18px;
}
.footer__stat-item.statistic {
background: url("../../../i/tophotels/icon-stat_999.png") no-repeat 0 2px;
}
.footer__stat-item.view {
background: url("../../../i/tophotels/eye-grey.png") no-repeat 0 5px;
}
.footer__nav-list-block {
border-bottom: 1px solid #fff;
margin-bottom: 15px;
padding-bottom: 10px;
}
.footer__nav-list {
list-style: none;
margin: 0;
padding: 0;
display: inline-block;
}
.footer__nav-item {
display: inline-block;
vertical-align: top;
margin-right: 25px;
}
.footer__btn-item {
display: inline-block;
vertical-align: top;
margin-right: 50px;
}
.footer__btn-item:nth-child(3) {
margin-right: 0;
}
.footer__app,
.footer__social {
margin-top: 14px;
}
.favourites {
border: none;
cursor: pointer;
display: inline-block;
height: 40px;
border-radius: 3px;
margin-top: 14px;
padding: 4px 10px 7px 40px;
font-size: 18px;
color: #fff;
font-family: 'apercu_pro', sans-serif;
background: #ff8e41 url("../../../i/tophotels/star-white1.png") no-repeat 8px 8px ;
}
.favourites:hover {
background: #e27200 url("../../../i/tophotels/star-white1.png") no-repeat 8px 8px ;
}
.footer__cnt--sm {
font-size: 12px;
line-height: 18px;
}
.footer__social-link {
display: inline-block;
vertical-align: top;
width: 40px;
height: 40px;
border-radius: 3px;
background: #215f86 url("../../../i/tophotels/social-sprite.png") no-repeat;
margin-right: 5px;
}
.footer__social-link:hover {
background: #113246 url("../../../i/tophotels/social-sprite.png") no-repeat;
}
.footer__social-link.fb {
background-position: -52px 0px;
}
.footer__social-link.vk {
background-position: 0px 2px;
}
.footer__social-link.ok {
background-position: -97px 0px;
}
.footer__social-link.tw {
background-position: -145px 0px;
}
.footer__social-link.insta {
background-position: -195px 0px;
}
.app-block {
margin-top: 14px;
}
.app-btn {
display: inline-block;
vertical-align: top;
width: 40px;
height: 40px;
border-radius: 3px;
margin-right: 5px;
background: #444444 url("../../../i/tophotels/social-sprite.png") no-repeat;
}
.app-btn:hover {
background: #222222 url("../../../i/tophotels/social-sprite.png") no-repeat;
}
.app-btn.app-store {
background-position: -308px 1px;
}
.app-btn.google-play {
background-position: -255px -1px;
}
.footer__cnt-link.legal {
padding-left: 20px;
margin-top: 9px;
text-align: right;
display: block;
}
.footer .map-block {
display: block;
position: absolute;
width: 178px;
left: 25px;
top: 20px;
bottom: 20px;
text-align: center;
background: #fff;
padding-top: 10px;
background: url("../../../images/tophotels/map.png");
}
.footer .map-block .me {
color: #00a551;
font-size: 16px;
font-weight: bold;
}
.footer .map-block .history {
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
}
.footer__cnt-link {
font-size: 14px;
color: #318cc6;
font-family:'apercu_pro', sans-serif;
line-height: 22px
}
.footer__link {
display: block;
padding: 10px 0 ;
font-size: 18px;
color: #318cc6;
font-family:'apercu_pro', sans-serif;
line-height: 22px;
}
.footer__copyright {
position: absolute;
top: 13px;
}
.bughanting {
display: inline-block;
vertical-align: middle;
width: 16px;
height: 16px;
background: url("../../../i/tophotels/bag-green.png");
background-size: 16px;
margin-left: 12px;
}
.menu-block {
display: inline-block;
vertical-align: top;
width: 205px;
border: 1px solid #ccc;
height: 100px;
margin-bottom: 20px;
margin-left: 25px;
margin-right: 15px;
}
.footer__copyright .copyright {
font-size: 15px;
text-transform: uppercase;
}
@media screen and (max-width: 1279px){
.footer__nav-item {
margin-right: 19px;
}
.footer__link {
font-size: 17px;
}
}
@media screen and (max-width: 1023px) {
.footer__line {
padding: 10px 15px 10px 15px;
}
.footer__line--top {
display: none;
}
.footer__line--bot {
padding: 10px 15px 15px;
}
.footer__cnt-wrap {
padding-left: 0;
}
.footer__line--top .footer__cnt-wrap {
display: inline-block;
vertical-align: middle;
}
.footer .map-block {
display: none;
}
.footer__left-stat {
position: relative;
display: inline-block;
vertical-align: middle;
left: auto;
top: auto;
}
.footer__stat-block {
position: relative;
display: inline-block;
vertical-align: middle;
right: auto;
top: auto;
}
.footer__stat-item,
.bughanting {
margin-left: 0;
margin-right: 15px;
}
.footer__copyright {
position: relative;
top: auto;
left: auto;
margin-bottom: 5px;
}
.footer__copyright .copyright,
.footer__cnt-link.legal {
display: inline-block;
}
.counter {
margin-right: 0;
}
.footer__stat-item {
padding-left: 13px;
}
.footer__stat-item,
.footer__cnt {
margin-right: 12px;
}
.bughanting {
margin-right: 0;
}
.footer__btn-item {
margin-right: 30px;
}
}
@media screen and (max-width: 768px) {
.footer__nav-item {
display: block;
}
.footer__link {
padding: 6px 0;
}
.footer__nav-list {
display: inline-block;
vertical-align: top;
width: 240px;
}
.footer__btn-item {
display: block;
margin-bottom: 5px;
}
.footer__left-stat {
display: block;
margin-bottom: 5px;
}
.footer__line--bot .footer-text {
display: none;
}
}
@media screen and (max-width: 639px) {
.footer__line--top {
display: none;
}
.footer__nav-list {
width: 100%;
}
.footer__stat-block {
position: absolute;
right: 15px;
top: 21px;
}
} | frontend/web/css/tophotels_site_html/layouts/footere46c.css | .page-2018 {
padding-bottom: 325px;
}
.footer {
position: absolute;
background-color: white;
right: 0;
left: 0px;
bottom: 0;
}
.footer__line {
position: relative;
padding: 10px 25px;
border-top: 1px solid #f1ebd3;
}
.footer__line--top {
padding: 20px 25px;
}
.footer__line--mdl {
background: #f1ebd3;
border-bottom: none;
padding: 10px 25px 20px;
}
.footer__line--bot {
border-bottom: none;
padding: 10px 25px 15px;
}
.footer__cnt-wrap {
padding-left: 210px;
}
.footer__cnt {
font-size: 14px;
line-height: 18px;
color: #475669;
font-family: 'apercu_pro', sans-serif;
}
.footer__cnt--big {
font-size: 18px;
line-height: 22px;
}
.footer__counter-item {
display: inline-block;
vertical-align: middle;
margin-right: 30px;
padding-left: 20px;
color: #475669;
}
.footer__counter-item.rambler {
background: url("../../../i/tophotels/rambler.png") no-repeat 0px 2px ;
}
.footer__counter-item.mailru {
background: url("../../../i/tophotels/mailru.png") no-repeat 0px 2px ;
}
.footer__counter-item.yaca {
background: url("../../../i/tophotels/yaca.png") no-repeat 0px 2px ;
}
.footer__counter-item.sw {
background: url("../../../i/tophotels/sw.png") no-repeat 0px 2px ;
}
.footer__counter-item .counter-img {
width: 18px;
height: 18px;
}
.footer__counter-item.mailru .counter-img ,
.footer__counter-item.yaca .counter-img {
padding-right: 2px;
padding-left: 2px;
}
.counter {
display: inline-block;
margin-right: 3px;
font-size: 14px;
color: #318cc6;
}
.footer__stat-block {
position: absolute;
right: 25px;
top: 20px;
}
.footer__left-stat {
position: absolute;
left: 25px;
top: 20px;
}
.footer__stat-item {
display: inline-block;
vertical-align: middle;
margin-right: 15px;
padding-left: 18px;
}
.footer__stat-item.statistic {
background: url("../../../i/tophotels/icon-stat_999.png") no-repeat 0 2px;
}
.footer__stat-item.view {
background: url("../../../i/tophotels/eye-grey.png") no-repeat 0 5px;
}
.footer__nav-list-block {
border-bottom: 1px solid #fff;
margin-bottom: 15px;
padding-bottom: 10px;
}
.footer__nav-list {
list-style: none;
margin: 0;
padding: 0;
display: inline-block;
}
.footer__nav-item {
display: inline-block;
vertical-align: top;
margin-right: 25px;
}
.footer__btn-item {
display: inline-block;
vertical-align: top;
margin-right: 50px;
}
.footer__btn-item:nth-child(3) {
margin-right: 0;
}
.footer__app,
.footer__social {
margin-top: 14px;
}
.favourites {
border: none;
cursor: pointer;
display: inline-block;
height: 40px;
border-radius: 3px;
margin-top: 14px;
padding: 4px 10px 7px 40px;
font-size: 18px;
color: #fff;
font-family: 'apercu_pro', sans-serif;
background: #ff8e41 url("../../../i/tophotels/star-white1.png") no-repeat 8px 8px ;
}
.favourites:hover {
background: #e27200 url("../../../i/tophotels/star-white1.png") no-repeat 8px 8px ;
}
.footer__cnt--sm {
font-size: 12px;
line-height: 18px;
}
.footer__social-link {
display: inline-block;
vertical-align: top;
width: 40px;
height: 40px;
border-radius: 3px;
background: #215f86 url("../../../i/tophotels/social-sprite.png") no-repeat;
margin-right: 5px;
}
.footer__social-link:hover {
background: #113246 url("../../../i/tophotels/social-sprite.png") no-repeat;
}
.footer__social-link.fb {
background-position: -52px 0px;
}
.footer__social-link.vk {
background-position: 0px 2px;
}
.footer__social-link.ok {
background-position: -97px 0px;
}
.footer__social-link.tw {
background-position: -145px 0px;
}
.footer__social-link.insta {
background-position: -195px 0px;
}
.app-block {
margin-top: 14px;
}
.app-btn {
display: inline-block;
vertical-align: top;
width: 40px;
height: 40px;
border-radius: 3px;
margin-right: 5px;
background: #444444 url("../../../i/tophotels/social-sprite.png") no-repeat;
}
.app-btn:hover {
background: #222222 url("../../../i/tophotels/social-sprite.png") no-repeat;
}
.app-btn.app-store {
background-position: -308px 1px;
}
.app-btn.google-play {
background-position: -255px -1px;
}
.footer__cnt-link.legal {
padding-left: 20px;
margin-top: 9px;
text-align: right;
display: block;
}
.footer .map-block {
display: block;
position: absolute;
width: 178px;
left: 25px;
top: 20px;
bottom: 20px;
text-align: center;
background: #fff;
padding-top: 10px;
background: url("../../../images/tophotels/map.png");
}
.footer .map-block .me {
color: #00a551;
font-size: 16px;
font-weight: bold;
}
.footer .map-block .history {
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
}
.footer__cnt-link {
font-size: 14px;
color: #318cc6;
font-family:'apercu_pro', sans-serif;
line-height: 22px
}
.footer__link {
display: block;
padding: 10px 0 ;
font-size: 18px;
color: #318cc6;
font-family:'apercu_pro', sans-serif;
line-height: 22px;
}
.footer__copyright {
position: absolute;
top: 13px;
}
.bughanting {
display: inline-block;
vertical-align: middle;
width: 16px;
height: 16px;
background: url("../../../i/tophotels/bag-green.png");
background-size: 16px;
margin-left: 12px;
}
.menu-block {
display: inline-block;
vertical-align: top;
width: 205px;
border: 1px solid #ccc;
height: 100px;
margin-bottom: 20px;
margin-left: 25px;
margin-right: 15px;
}
.footer__copyright .copyright {
font-size: 15px;
text-transform: uppercase;
}
@media screen and (max-width: 1279px){
.footer__nav-item {
margin-right: 19px;
}
.footer__link {
font-size: 17px;
}
}
@media screen and (max-width: 1023px) {
.footer__line {
padding: 10px 15px 10px 15px;
}
.footer__line--top {
display: none;
}
.footer__line--bot {
padding: 10px 15px 15px;
}
.footer__cnt-wrap {
padding-left: 0;
}
.footer__line--top .footer__cnt-wrap {
display: inline-block;
vertical-align: middle;
}
.footer .map-block {
display: none;
}
.footer__left-stat {
position: relative;
display: inline-block;
vertical-align: middle;
left: auto;
top: auto;
}
.footer__stat-block {
position: relative;
display: inline-block;
vertical-align: middle;
right: auto;
top: auto;
}
.footer__stat-item,
.bughanting {
margin-left: 0;
margin-right: 15px;
}
.footer__copyright {
position: relative;
top: auto;
left: auto;
margin-bottom: 5px;
}
.footer__copyright .copyright,
.footer__cnt-link.legal {
display: inline-block;
}
.counter {
margin-right: 0;
}
.footer__stat-item {
padding-left: 13px;
}
.footer__stat-item,
.footer__cnt {
margin-right: 12px;
}
.bughanting {
margin-right: 0;
}
.footer__btn-item {
margin-right: 30px;
}
}
@media screen and (max-width: 768px) {
.footer__nav-item {
display: block;
}
.footer__link {
padding: 6px 0;
}
.footer__nav-list {
display: inline-block;
vertical-align: top;
width: 240px;
}
.footer__btn-item {
display: block;
margin-bottom: 5px;
}
.footer__left-stat {
display: block;
margin-bottom: 5px;
}
.footer__line--bot .footer-text {
display: none;
}
}
@media screen and (max-width: 639px) {
.footer__line--top {
display: none;
}
.footer__nav-list {
width: 100%;
}
.footer__stat-block {
position: absolute;
right: 15px;
top: 21px;
}
} | 0.315947 | 0.065845 |
.header{
/* background-image: url(../images/sustbackground.jpg);*/
background-color:cadetblue;
height: 500px;
background-repeat: no-repeat;
background-image: url(../images/shutterstock_1782359774-scaled.jpg);
/* margin: 45%;*/
padding-top: 20px;
padding-left: 40px;
}
.logo1{
margin-top: 60px;
float: left;
height: 150px;
width: 160px;
border-radius: 50%;
}
.logo2{
margin-left: 10px;
margin-top: 60px;
height: 150px;
width: 160px;
border-radius: 50%
}
.first_row{
margin-top: 55px;
}
.navbar{
margin-top: 60px;
margin-left: 350px;
font-size: 20px;
overflow: hidden;
}
.navbar li a{
color:black;
font-weight: bold;
text-decoration: none;
margin-right: 10px;
/* border-radius: 30%;*/
}
.navbar li a:hover{
color:cyan;
}
.navbar2 li:hover{
transform: scale(1.1);
transition: transform 300ms ease-in;
}
.second_row{
margin-top: 20px;
/* margin-left: 80px;*/
}
.navbar2{
margin-top: 10px;
margin-left: 20px;
font-size: 25px;
overflow: hidden;
}
.navbar2 li{
border:
}
.navbar2 li a{
color:blueviolet;
text-decoration: none;
font-family: cursive;
/* display: inline-block;*/
background-color:beige;
padding: 20px;
border-radius: 300px;
}
.navbar2 li a:hover{
color:coral;
font-weight: bold;
}
.navbar2 li .clr{
color: coral;
}
/*
.clr{
color: coral;
}
*/
/*
.header .second_row .navbar2 li a:nth-child(3){
color: coral;
}
*/
.third_row{
margin-top: 40px;
font-size: 40px;
color:blueviolet;
}
.descrptb{
font-family:monospace;
background: url(../images/giveblood.jpg) , url(..images/);
background-repeat: no-repeat;
background-size: 100% 100%;
color:aquamarine;
background-position: 0px 90px;
background-color: rgb(13,39,66);
height: 600px;
}
.descrptb h1{
font-size: 25px;
font-weight: bold;
/* background-image: url(../images/giveblood.jpg);*/
}
.descrptb a{
text-decoration:none;
color:aqua;
}
.descrptb a:hover{
color: deeppink;
}
.firstb1_row , .firstb2_row , .firstb3_row{
margin-left: 270px;
margin-top: 20px;
}
.firstb1_row{
margin-top: 90px;
}
.footer{
font-size: 20px;
padding: 50px;
/* text-align: center;*/
/* cursor: pointer;*/
background-color:black;
color: aliceblue;
height: 150px;
}
.copy{
text-align: center;
}
.fb{
height: 30px;
/* margin-left: 300px;*/
float: right;
border-radius: 50%;
}
.fb:hover{
transform: scale(1.6);
transition: transform 300ms ease-in;
}
.follow{
text-align:right;
} | public/css/bdonation.css | .header{
/* background-image: url(../images/sustbackground.jpg);*/
background-color:cadetblue;
height: 500px;
background-repeat: no-repeat;
background-image: url(../images/shutterstock_1782359774-scaled.jpg);
/* margin: 45%;*/
padding-top: 20px;
padding-left: 40px;
}
.logo1{
margin-top: 60px;
float: left;
height: 150px;
width: 160px;
border-radius: 50%;
}
.logo2{
margin-left: 10px;
margin-top: 60px;
height: 150px;
width: 160px;
border-radius: 50%
}
.first_row{
margin-top: 55px;
}
.navbar{
margin-top: 60px;
margin-left: 350px;
font-size: 20px;
overflow: hidden;
}
.navbar li a{
color:black;
font-weight: bold;
text-decoration: none;
margin-right: 10px;
/* border-radius: 30%;*/
}
.navbar li a:hover{
color:cyan;
}
.navbar2 li:hover{
transform: scale(1.1);
transition: transform 300ms ease-in;
}
.second_row{
margin-top: 20px;
/* margin-left: 80px;*/
}
.navbar2{
margin-top: 10px;
margin-left: 20px;
font-size: 25px;
overflow: hidden;
}
.navbar2 li{
border:
}
.navbar2 li a{
color:blueviolet;
text-decoration: none;
font-family: cursive;
/* display: inline-block;*/
background-color:beige;
padding: 20px;
border-radius: 300px;
}
.navbar2 li a:hover{
color:coral;
font-weight: bold;
}
.navbar2 li .clr{
color: coral;
}
/*
.clr{
color: coral;
}
*/
/*
.header .second_row .navbar2 li a:nth-child(3){
color: coral;
}
*/
.third_row{
margin-top: 40px;
font-size: 40px;
color:blueviolet;
}
.descrptb{
font-family:monospace;
background: url(../images/giveblood.jpg) , url(..images/);
background-repeat: no-repeat;
background-size: 100% 100%;
color:aquamarine;
background-position: 0px 90px;
background-color: rgb(13,39,66);
height: 600px;
}
.descrptb h1{
font-size: 25px;
font-weight: bold;
/* background-image: url(../images/giveblood.jpg);*/
}
.descrptb a{
text-decoration:none;
color:aqua;
}
.descrptb a:hover{
color: deeppink;
}
.firstb1_row , .firstb2_row , .firstb3_row{
margin-left: 270px;
margin-top: 20px;
}
.firstb1_row{
margin-top: 90px;
}
.footer{
font-size: 20px;
padding: 50px;
/* text-align: center;*/
/* cursor: pointer;*/
background-color:black;
color: aliceblue;
height: 150px;
}
.copy{
text-align: center;
}
.fb{
height: 30px;
/* margin-left: 300px;*/
float: right;
border-radius: 50%;
}
.fb:hover{
transform: scale(1.6);
transition: transform 300ms ease-in;
}
.follow{
text-align:right;
} | 0.241579 | 0.096153 |
input[type="checkbox"].sheet-mook-section-toggle
{
opacity: 0;
width: 100%;
position: relative;
top: 0px;
left: 0px;
margin: -10px;
cursor: pointer;
z-index: 1;
}
h5.sheet-mook-section-toggle {
display: inline-block;
position: relative;
left: 5px;
width: calc(100% + 5px);
margin-left: -100%;
padding-left: 6px;
}
input[type="checkbox"].sheet-mook-section-toggle + h5::after {
margin-right: 3px;
margin-left: 3px;
line-height: 10px;
text-align: center;
display: inline-block;
vertical-align: middle;
margin-bottom: 3px;
content: "►";
}
input[type="checkbox"].sheet-mook-section-toggle:checked + h5::after {
content: "▼";
}
div.sheet-mook-section-toggle {
margin-left: -10px;
}
input[type="checkbox"].sheet-mook-section-toggle:not(:checked) ~ div.sheet-mook-section-toggle {
display: none;
}
div.sheet-compact-characteristic-section {
float: left;
width: 110px;
margin-right: 5px;
}
div.sheet-compact-health-section {
float: left;
margin-right: 5px;
}
textarea.sheet-compact-conditions {
height: 75px;
width: calc(100% - 2px);
}
div.sheet-compact-attribute-section {
float: left;
margin-right: 5px;
}
div.sheet-compact-fatigue-label {
display: inline-block;
width: 65px;
}
div.sheet-compact-fatigue-value {
display: inline-block;
width: 135px;
}
div.sheet-compact-encumbrance-label {
display: inline-block;
width: 95px;
}
div.sheet-compact-encumbrance-value {
display: inline-block;
width: 105px;
}
textarea.sheet-compact-notes {
height: 115px;
width: calc(100% - 2px);
}
div.sheet-compact-equipment-section {
float: left;
width: 420px;
margin-right: 5px;
}
div.sheet-compact-money-section {
float: left;
width: 420px;
margin-right: 5px;
}
/* Mooks */
div.sheet-mook-page-width {
width: 850px;
}
div.sheet-mook-characteristic-section {
float: left;
width: 110px;
margin-right: 5px;
margin-bottom: 5px;
}
div.sheet-mook-char-name-col {
display: inline-block;
width: 80px;
text-align: left;
}
div.sheet-mook-char-value-col {
display: inline-block;
width: 25px;
}
div.sheet-mook-attribute-section {
float: left;
margin-right: 5px;
margin-bottom: 5px;
}
div.sheet-mook-attr-name-col {
display: inline-block;
width: 110px;
}
div.sheet-mook-attr-value-col {
display: inline-block;
width: 36px;
text-align: center;
font-weight: bold;
}
textarea.sheet-mook-notes {
height: 137px;
width: calc(100% - 1px);
}
div.sheet-mook-health-hitrange-col {
display: inline-block;
width: 45px;
}
div.sheet-mook-health-location-col {
display: inline-block;
width: 134px;
}
div.sheet-mook-health-block-col {
display: inline-block;
width: 12px;
}
div.sheet-mook-health-armor-col {
display: inline-block;
width: 22px;
}
div.sheet-mook-health-hp-col {
display: inline-block;
width: 36px;
font-weight: bold;
}
div.sheet-mook-health-notes-col {
display: inline-block;
width: 170px;
font-weight: bold;
}
select.sheet-mook-fatigue-width {
width: 32px;
}
fieldset.sheet-nocontrols~.repcontrol {
display: none;
}
div.sheet-mook-skilllabel-col {
display: inline-block;
width: 12%;
vertical-align: top;
}
div.sheet-mook-skilllist-col {
display: inline-block;
width: 86.25%;
}
div.sheet-mook-btn {
display: inline-block;
} | Mythras/src/sheet/types/character/compact.css | input[type="checkbox"].sheet-mook-section-toggle
{
opacity: 0;
width: 100%;
position: relative;
top: 0px;
left: 0px;
margin: -10px;
cursor: pointer;
z-index: 1;
}
h5.sheet-mook-section-toggle {
display: inline-block;
position: relative;
left: 5px;
width: calc(100% + 5px);
margin-left: -100%;
padding-left: 6px;
}
input[type="checkbox"].sheet-mook-section-toggle + h5::after {
margin-right: 3px;
margin-left: 3px;
line-height: 10px;
text-align: center;
display: inline-block;
vertical-align: middle;
margin-bottom: 3px;
content: "►";
}
input[type="checkbox"].sheet-mook-section-toggle:checked + h5::after {
content: "▼";
}
div.sheet-mook-section-toggle {
margin-left: -10px;
}
input[type="checkbox"].sheet-mook-section-toggle:not(:checked) ~ div.sheet-mook-section-toggle {
display: none;
}
div.sheet-compact-characteristic-section {
float: left;
width: 110px;
margin-right: 5px;
}
div.sheet-compact-health-section {
float: left;
margin-right: 5px;
}
textarea.sheet-compact-conditions {
height: 75px;
width: calc(100% - 2px);
}
div.sheet-compact-attribute-section {
float: left;
margin-right: 5px;
}
div.sheet-compact-fatigue-label {
display: inline-block;
width: 65px;
}
div.sheet-compact-fatigue-value {
display: inline-block;
width: 135px;
}
div.sheet-compact-encumbrance-label {
display: inline-block;
width: 95px;
}
div.sheet-compact-encumbrance-value {
display: inline-block;
width: 105px;
}
textarea.sheet-compact-notes {
height: 115px;
width: calc(100% - 2px);
}
div.sheet-compact-equipment-section {
float: left;
width: 420px;
margin-right: 5px;
}
div.sheet-compact-money-section {
float: left;
width: 420px;
margin-right: 5px;
}
/* Mooks */
div.sheet-mook-page-width {
width: 850px;
}
div.sheet-mook-characteristic-section {
float: left;
width: 110px;
margin-right: 5px;
margin-bottom: 5px;
}
div.sheet-mook-char-name-col {
display: inline-block;
width: 80px;
text-align: left;
}
div.sheet-mook-char-value-col {
display: inline-block;
width: 25px;
}
div.sheet-mook-attribute-section {
float: left;
margin-right: 5px;
margin-bottom: 5px;
}
div.sheet-mook-attr-name-col {
display: inline-block;
width: 110px;
}
div.sheet-mook-attr-value-col {
display: inline-block;
width: 36px;
text-align: center;
font-weight: bold;
}
textarea.sheet-mook-notes {
height: 137px;
width: calc(100% - 1px);
}
div.sheet-mook-health-hitrange-col {
display: inline-block;
width: 45px;
}
div.sheet-mook-health-location-col {
display: inline-block;
width: 134px;
}
div.sheet-mook-health-block-col {
display: inline-block;
width: 12px;
}
div.sheet-mook-health-armor-col {
display: inline-block;
width: 22px;
}
div.sheet-mook-health-hp-col {
display: inline-block;
width: 36px;
font-weight: bold;
}
div.sheet-mook-health-notes-col {
display: inline-block;
width: 170px;
font-weight: bold;
}
select.sheet-mook-fatigue-width {
width: 32px;
}
fieldset.sheet-nocontrols~.repcontrol {
display: none;
}
div.sheet-mook-skilllabel-col {
display: inline-block;
width: 12%;
vertical-align: top;
}
div.sheet-mook-skilllist-col {
display: inline-block;
width: 86.25%;
}
div.sheet-mook-btn {
display: inline-block;
} | 0.421671 | 0.114616 |
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.cat-top-img-desc span {
font-size: 1.5em;
margin-left: 1em;
}
.rooms-cat-num {
font-size: 1em;
}
.cat-top-img-desc {
height: 3em;
margin-top: -3em;
}
#myNavbar li a:after, #myNavbar li a::before {
display: none;
}
.main-top-menu .navbar-nav li {
margin-right: 0;
margin-left: 0;
}
body{
font-size: 170% !important;
}
.advantage .col-sm-6 {
padding: 0 1em 0 1em !important;
}
.owl-nav{
display: none;
}
.slider-bottom-info{
margin-top: 0;
letter-spacing: inherit;
line-height: 16px;
text-align: -webkit-center;
text-align: center;
}
.mid-h{
margin-top: 0.5em;
font-size: 110%;
margin-bottom: 1em;
}
.about-hotel .row {
margin-top: 1em;
}
.advantage-info {
padding: 1em 0.5em 1em 0.5em;
}
.navbar-collapse {
padding-right: 2px;
padding-left: 2px;
text-align: center;
text-align: -webkit-center;
font-size: 65%;
}
.navbar-default .navbar-nav > li > a:focus {
background-color: #d6d0d0;
}
#myNavbar ul li a:before{
display:none;
}
/*Disable Animation on Mobile Devices*/
.animated {
/*CSS transitions*/
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
/*CSS transforms*/
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
/*CSS animations*/
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
.btn, .btn-default, .btn-detailed{
font-size: medium !important;
}
.bron-row{
padding-left: 5%;
padding-right: 5%;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.slider-bottom-info{
margin-top: 0;
font-size: 40%;
line-height: 10px;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
} | public/css/media.css |
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.cat-top-img-desc span {
font-size: 1.5em;
margin-left: 1em;
}
.rooms-cat-num {
font-size: 1em;
}
.cat-top-img-desc {
height: 3em;
margin-top: -3em;
}
#myNavbar li a:after, #myNavbar li a::before {
display: none;
}
.main-top-menu .navbar-nav li {
margin-right: 0;
margin-left: 0;
}
body{
font-size: 170% !important;
}
.advantage .col-sm-6 {
padding: 0 1em 0 1em !important;
}
.owl-nav{
display: none;
}
.slider-bottom-info{
margin-top: 0;
letter-spacing: inherit;
line-height: 16px;
text-align: -webkit-center;
text-align: center;
}
.mid-h{
margin-top: 0.5em;
font-size: 110%;
margin-bottom: 1em;
}
.about-hotel .row {
margin-top: 1em;
}
.advantage-info {
padding: 1em 0.5em 1em 0.5em;
}
.navbar-collapse {
padding-right: 2px;
padding-left: 2px;
text-align: center;
text-align: -webkit-center;
font-size: 65%;
}
.navbar-default .navbar-nav > li > a:focus {
background-color: #d6d0d0;
}
#myNavbar ul li a:before{
display:none;
}
/*Disable Animation on Mobile Devices*/
.animated {
/*CSS transitions*/
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
/*CSS transforms*/
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
/*CSS animations*/
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
.btn, .btn-default, .btn-detailed{
font-size: medium !important;
}
.bron-row{
padding-left: 5%;
padding-right: 5%;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.slider-bottom-info{
margin-top: 0;
font-size: 40%;
line-height: 10px;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
} | 0.208662 | 0.04406 |
.ui-tooltip {
background: #E6F3F7; /* Color from LifeWatch */
color: black;
border-style: solid;
padding: 1px;
opacity: 1;
box-shadow: 8px 8px 16px black;
min-width: 32px;
border-color: #888;
z-index: 100
}
.ui-tooltip-content::before {
content: '';
position: absolute;
border-style: solid;
display: block;
width: 3px;
bottom: -16px;
left: 4px;
border-color: #E6F3F7 transparent; /* Color from LifeWatch */
border-width: 15px 15px 0;
}
.ui-widget-content {
color: #E6F3F7; /* Color from LifeWatch */
}
.button {
width: 30px;
font-size: 35px;
text-align: center;
font-family: 'h'!important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
display: inline-block;
white-space: nowrap;
background-color: #ccc;
background-image: linear-gradient(top, #eee, #eee);
margin: 2px;
margin-bottom: 4px;
padding: 2px;
font: bold 18px/18px Arial, Helvetica;
text-decoration: none;
color: #000;
text-shadow: 0 1px 0 rgba(255,255,255,.8);
border: 1px solid #444;
border-radius: .2em;
box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.4);
background: #fff;
}
/* Buttons in tooltips */
.button-anno:before {
content: "\270E";
}
.button-show:before {
content: "\1F50D";
}
.button-anno:active {
/* background-color: #27496d;*/
box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
}
.wrap{
white-space: normal !important;
word-wrap: break-word;
word-break: normal;
font-weight: bold;
}
.annoCreationContainer {
overflow-y: auto;
overflow-x: hidden;
height: inherit;
}
.button-show:active {
/* background-color: #27496d;*/
box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
}
/* Annotations Wrappers */
.annoWrapper {
/*box-shadow: 1px 0px 2px black;*/
background: #FFFFFF;
}
.annoWrapperHighlight {
box-shadow: 1px 0px 2px black;
background: #E6F3F7;
}
.annoWrapperHighlightActive {
box-shadow: 1px 0px 2px black;
/*background: #FFD0DB;*/
background: #FFFFCC;
}
/* Annotation slide */
.left-shadow-overlay{
box-shadow: 10px 0 15px 10px #585858;
}
#annoBar {
background-color: #E6F3F7;
height: 100%;
}
#annoBar h4{
background-color: #C6D3D7;
font-size: 1.7em;
padding: 20px;
margin: 0;
font-weight: 200;
height: 11%;
}
#annoBar a{
/* border-bottom: 1px solid #D8D8D8;
padding: 1em;
color: #424242;
font-weight: 300;
text-decoration: none;*/
}
#annoBar a:hover{
background-color: #E6F3F7;
}
#annoBar .handle{
background-color: #C6D3D7;
left: -20px;
padding: 5px 8px;
position: absolute;
top: 0px;
width: 20px;
cursor: pointer;
/*margin-top: -20px;*/
/*-moz-transition: 200ms ease all;
-webkit-transition: 200ms ease all;
-o-transition: 200ms ease all;
transition: 200ms ease all;*/
}
#annoBar .handle:hover{
/*left: -46px;
width: 30px;*/
}
.handle-left:before {
content: "\276C";
}
.handle-right:before {
content: "\276D";
}
/*
This is responsible for the annotation information
shown in the annotation bar
*/
#annoInfo {
height: inherit;
overflow: auto;
font-size: 75%;
overflow: hidden;
position: relative;
height: 84%
}
#annoConsole {
font-size: 75%;
height: 5%;
width: 100%;
border-top: 1px solid #000;
background-color: #C6D3D7;
vertical-align: bottom;
position: absolute;
bottom: 0;
display: block;
}
.annoConsole {
background-color: #C6D3D7;
position: relative;
display: block;
padding: 0px 10px;
margin: 0px 0px;
overflow: hidden;
}
#annoBarHeader {
background-color: #E6F3F7;
overflow: hidden;
}
.annoParts {
/* background: #E6F3F7;*/ /* Color from LifeWatch */
}
.annoPanelRef {
position: relative;
min-height: 1px;
word-wrap: break-word;
word-break: break-all;
}
.anno-list-group-item {
position: relative;
display: block;
padding: 5px 5px;
margin-bottom: 4px;
background-color: #FFF;
border: 1px solid #DDD;
}
.anno-list-group {
padding-left: 0px;
margin-bottom: 20px;
height: inherit;
overflow: auto;
}
hr {
margin-top: 5px!important;
margin-bottom: 5px!important;
} | web/css/anno.css | .ui-tooltip {
background: #E6F3F7; /* Color from LifeWatch */
color: black;
border-style: solid;
padding: 1px;
opacity: 1;
box-shadow: 8px 8px 16px black;
min-width: 32px;
border-color: #888;
z-index: 100
}
.ui-tooltip-content::before {
content: '';
position: absolute;
border-style: solid;
display: block;
width: 3px;
bottom: -16px;
left: 4px;
border-color: #E6F3F7 transparent; /* Color from LifeWatch */
border-width: 15px 15px 0;
}
.ui-widget-content {
color: #E6F3F7; /* Color from LifeWatch */
}
.button {
width: 30px;
font-size: 35px;
text-align: center;
font-family: 'h'!important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
display: inline-block;
white-space: nowrap;
background-color: #ccc;
background-image: linear-gradient(top, #eee, #eee);
margin: 2px;
margin-bottom: 4px;
padding: 2px;
font: bold 18px/18px Arial, Helvetica;
text-decoration: none;
color: #000;
text-shadow: 0 1px 0 rgba(255,255,255,.8);
border: 1px solid #444;
border-radius: .2em;
box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.4);
background: #fff;
}
/* Buttons in tooltips */
.button-anno:before {
content: "\270E";
}
.button-show:before {
content: "\1F50D";
}
.button-anno:active {
/* background-color: #27496d;*/
box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
}
.wrap{
white-space: normal !important;
word-wrap: break-word;
word-break: normal;
font-weight: bold;
}
.annoCreationContainer {
overflow-y: auto;
overflow-x: hidden;
height: inherit;
}
.button-show:active {
/* background-color: #27496d;*/
box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
}
/* Annotations Wrappers */
.annoWrapper {
/*box-shadow: 1px 0px 2px black;*/
background: #FFFFFF;
}
.annoWrapperHighlight {
box-shadow: 1px 0px 2px black;
background: #E6F3F7;
}
.annoWrapperHighlightActive {
box-shadow: 1px 0px 2px black;
/*background: #FFD0DB;*/
background: #FFFFCC;
}
/* Annotation slide */
.left-shadow-overlay{
box-shadow: 10px 0 15px 10px #585858;
}
#annoBar {
background-color: #E6F3F7;
height: 100%;
}
#annoBar h4{
background-color: #C6D3D7;
font-size: 1.7em;
padding: 20px;
margin: 0;
font-weight: 200;
height: 11%;
}
#annoBar a{
/* border-bottom: 1px solid #D8D8D8;
padding: 1em;
color: #424242;
font-weight: 300;
text-decoration: none;*/
}
#annoBar a:hover{
background-color: #E6F3F7;
}
#annoBar .handle{
background-color: #C6D3D7;
left: -20px;
padding: 5px 8px;
position: absolute;
top: 0px;
width: 20px;
cursor: pointer;
/*margin-top: -20px;*/
/*-moz-transition: 200ms ease all;
-webkit-transition: 200ms ease all;
-o-transition: 200ms ease all;
transition: 200ms ease all;*/
}
#annoBar .handle:hover{
/*left: -46px;
width: 30px;*/
}
.handle-left:before {
content: "\276C";
}
.handle-right:before {
content: "\276D";
}
/*
This is responsible for the annotation information
shown in the annotation bar
*/
#annoInfo {
height: inherit;
overflow: auto;
font-size: 75%;
overflow: hidden;
position: relative;
height: 84%
}
#annoConsole {
font-size: 75%;
height: 5%;
width: 100%;
border-top: 1px solid #000;
background-color: #C6D3D7;
vertical-align: bottom;
position: absolute;
bottom: 0;
display: block;
}
.annoConsole {
background-color: #C6D3D7;
position: relative;
display: block;
padding: 0px 10px;
margin: 0px 0px;
overflow: hidden;
}
#annoBarHeader {
background-color: #E6F3F7;
overflow: hidden;
}
.annoParts {
/* background: #E6F3F7;*/ /* Color from LifeWatch */
}
.annoPanelRef {
position: relative;
min-height: 1px;
word-wrap: break-word;
word-break: break-all;
}
.anno-list-group-item {
position: relative;
display: block;
padding: 5px 5px;
margin-bottom: 4px;
background-color: #FFF;
border: 1px solid #DDD;
}
.anno-list-group {
padding-left: 0px;
margin-bottom: 20px;
height: inherit;
overflow: auto;
}
hr {
margin-top: 5px!important;
margin-bottom: 5px!important;
} | 0.372962 | 0.079424 |
@CHARSET "UTF-8";
html, body {
height: 100%;
}
/* FORM */
.form-control {
height: 100% !important;
}
.form-control:focus:required {
border: 2px solid #E74C3C;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
-ms-filter:
"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, rgba(0, 0, 0, 0.075))";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135,
Color=rgba(0, 0, 0, 0.075));
}
}
.form-horizontal table td:last-child {
color: #E74C3C;
}
/* HEADER */
header {
width: 100%;
position: fixed;
top: 0px;
z-index: 1000;
}
/* FOOTER */
footer {
height: 124px;
background-color: #ECF0F1;
margin-top: 2em;
padding-top: 2em;
padding-bottom: 2em;
width: 100%;
position: fixed;
bottom: 0;
z-index: 100;
-webkit-backface-visibility: hidden;
}
footer #footer-resources {
text-align: right;
}
footer #footer-resources i {
color: #7B8A8B;
font-size: 28.5px;
margin-left: 0.5em;
}
#footer-copyright>p {
margin-bottom: 0px;
}
/* BODY */
.wrap {
min-height: 100%;
margin-bottom: -124px;
}
.body-container-wrap {
top: 100px;
margin-bottom: 124px;
}
.wrap:AFTER {
height: 124px;
content: "";
display: block;
}
.body-container {
position: relative;
}
.table-striped thead th:first-child {
width: 0px;
}
.block-shadow {
box-shadow: 0px 5px 10px;
-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.075);
-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.075);
-ms-filter:
"progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, rgba(0, 0, 0, 0.075))";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135,
Color=rgba(0, 0, 0, 0.075));
}
/* MISCELLANEOUS */
.left-aligned {
text-align: left;
}
@media screen and ( max-height : 320px) {
footer {
position: relative !important;
}
}
@media screen and (max-width: 320px) {
footer #footer-resources {
position: absolute !important;
bottom: 0px !important;
right: 0px !important;
}
} | src/Mynix/DemoBundle/Resources/public/css/my-style.css | @CHARSET "UTF-8";
html, body {
height: 100%;
}
/* FORM */
.form-control {
height: 100% !important;
}
.form-control:focus:required {
border: 2px solid #E74C3C;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
-ms-filter:
"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, rgba(0, 0, 0, 0.075))";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135,
Color=rgba(0, 0, 0, 0.075));
}
}
.form-horizontal table td:last-child {
color: #E74C3C;
}
/* HEADER */
header {
width: 100%;
position: fixed;
top: 0px;
z-index: 1000;
}
/* FOOTER */
footer {
height: 124px;
background-color: #ECF0F1;
margin-top: 2em;
padding-top: 2em;
padding-bottom: 2em;
width: 100%;
position: fixed;
bottom: 0;
z-index: 100;
-webkit-backface-visibility: hidden;
}
footer #footer-resources {
text-align: right;
}
footer #footer-resources i {
color: #7B8A8B;
font-size: 28.5px;
margin-left: 0.5em;
}
#footer-copyright>p {
margin-bottom: 0px;
}
/* BODY */
.wrap {
min-height: 100%;
margin-bottom: -124px;
}
.body-container-wrap {
top: 100px;
margin-bottom: 124px;
}
.wrap:AFTER {
height: 124px;
content: "";
display: block;
}
.body-container {
position: relative;
}
.table-striped thead th:first-child {
width: 0px;
}
.block-shadow {
box-shadow: 0px 5px 10px;
-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.075);
-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.075);
-ms-filter:
"progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, rgba(0, 0, 0, 0.075))";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135,
Color=rgba(0, 0, 0, 0.075));
}
/* MISCELLANEOUS */
.left-aligned {
text-align: left;
}
@media screen and ( max-height : 320px) {
footer {
position: relative !important;
}
}
@media screen and (max-width: 320px) {
footer #footer-resources {
position: absolute !important;
bottom: 0px !important;
right: 0px !important;
}
} | 0.228931 | 0.07221 |
html {
font-family: "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "宋体", Arial, Verdana, sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 62.5%;
}
body {
font-size: 1.4rem;
}
html,
body,
div,
p {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
font-weight: normal;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
img {
border: 0;
}
input, ins, img {
vertical-align: middle;
border:none;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul, li {
list-style: none;
}
.clear {
clear: both;
}
body {
background: #F4F5F6;
color: #666666;
line-height: 20px;
-webkit-touch-callout: none;
-webkit-user-select: none;
}
body.white {
background: #ffffff;
}
html.hairlines div,
html.hairlines li,
html.hairlines a,
html.hairlines i,
html.hairlines header {
border-width: 0.5px !important;
}
html .g-image-upload-box .upload-btn {
border: 1px dashed #e3e3e3 !important;
}
a {
color: #3278ee;
text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
border: none;
font-size: 1.4rem;
height: 20px;
line-height: 20px;
padding: 5px;
color: #333333;
font-family: "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "宋体", Arial, Verdana, sans-serif;
outline: none;
-webkit-border-radius: none;
-moz-border-radius: none;
border-radius: none;
}
textarea {
outline: none;
border: none;
resize: none;
height: 90px;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
/* Firefox */
-webkit-box-sizing: border-box;
/* Safari */
}
input[type=text]:active,
input[type=password]:active,
textarea:active,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
border: none;
background: #ffffff;
outline: none;
}
/*::-webkit-input-placeholder {*/
/*-webkit-text-fill-color: #bdbdbd;*/
/*}*/
/*::-moz-placeholder {*/
/*color: #dddddd;*/
/*}*/
/*input:-ms-input-placeholder {*/
/*color: #dddddd;*/
/*}*/
/*textarea:-ms-input-placeholder {*/
/*color: #dddddd;*/
/*}*/
.box{
max-width:640px;
min-width: 320px;
margin: auto;
background-color:#F5F5F5;
}
.publish-article-title {
background: #fff;
padding:0 15px;
}
.publish-article-title input{ height: 30px; line-height: 30px;}
.publish-article-title hr{ width:100%; margin: auto; height: 1px; border: none; background-color: #CCCCCC;}
.title-tips {
font-weight: bold;
margin-bottom: 3px;
}
.publish-article-content {
padding:10px 15px;
background: #fff;
border-bottom: 1px solid #CCCCCC;
}
.publish-article-content .article-content {
padding:0 8px;
height: 200px;
border-bottom: 1px solid #ccc;
}
.article-content p{
color:#919191;
}
.publish-article-content .footer-btn {
text-align: center;
padding-top: 10px;
}
.publish-article-content .footer-btn .upload-img {
display: inline-block;
vertical-align: bottom;
width: 25px;
height: 20px;
margin-right: 10px;
background: url(../images/img.png) 0 no-repeat;
background-size: 100%;
}
.html100,
.html100 body {
height: 100%;
width: 100%;
}
.cl {
clear: both;
}
.pull-left {
float: left;
}
.footer-btn .pull-left {
margin-right: 25px;
}
.imageUpload{
position: absolute;
left: 0;
opacity: 0;
width: 100%;
width: 100%;
}
.upload-box {
position: relative;
}
.btn-check
{
padding: 10px;
text-align: center;
}
.btn-check .submit_btn
{
background: #5cb85c;
font-size: 14px;
line-height: 30px;
color: #fff;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
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;
border: 1px solid transparent;
border-radius: 4px;
}
.publish-article-title #title
{
width: 100%
}
.Favorites{width:100%;position:fixed; background-color:#FFF; top:0; z-index:999999;max-width:640px;min-width: 320px; border-bottom:1px solid #D6D6D6;}
.fdiv{ float:left; width:13%; text-align:center; font-size:16px; height:50px; line-height:50px;}
.fdiv a{color:#039BE7;}
.bdiv{ float:left ; width:73%; text-align:center;height:50px; line-height:50px;}
.bdiv a{ color:#000; font-size:16px;}
.blank{ width:100%; height:50px;}
.margin_box{ width:100%; border-bottom:1px solid #CCCCCC; height:10px; }
.touch_box{ background-color:#FFF; padding:10px 0 10px 15px; border-bottom:1px solid #CCCCCC;}
.touch_box input{ width:80%;}
.touch_box img{ width:20px; height:20px; padding-right:10px; }
.place_box{ padding:10px 0 10px 15px; border-bottom:1px solid #CCCCCC; background:#ffffff url(../images/qj.png) no-repeat 95%; background-size:20px 20px;}
.place_box img{ width:20px; height:20px; padding-right:10px; } | frontend/web/fb_v1.0/css/bl_add.css | html {
font-family: "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "宋体", Arial, Verdana, sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 62.5%;
}
body {
font-size: 1.4rem;
}
html,
body,
div,
p {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
font-weight: normal;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
img {
border: 0;
}
input, ins, img {
vertical-align: middle;
border:none;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul, li {
list-style: none;
}
.clear {
clear: both;
}
body {
background: #F4F5F6;
color: #666666;
line-height: 20px;
-webkit-touch-callout: none;
-webkit-user-select: none;
}
body.white {
background: #ffffff;
}
html.hairlines div,
html.hairlines li,
html.hairlines a,
html.hairlines i,
html.hairlines header {
border-width: 0.5px !important;
}
html .g-image-upload-box .upload-btn {
border: 1px dashed #e3e3e3 !important;
}
a {
color: #3278ee;
text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
border: none;
font-size: 1.4rem;
height: 20px;
line-height: 20px;
padding: 5px;
color: #333333;
font-family: "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "宋体", Arial, Verdana, sans-serif;
outline: none;
-webkit-border-radius: none;
-moz-border-radius: none;
border-radius: none;
}
textarea {
outline: none;
border: none;
resize: none;
height: 90px;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
/* Firefox */
-webkit-box-sizing: border-box;
/* Safari */
}
input[type=text]:active,
input[type=password]:active,
textarea:active,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
border: none;
background: #ffffff;
outline: none;
}
/*::-webkit-input-placeholder {*/
/*-webkit-text-fill-color: #bdbdbd;*/
/*}*/
/*::-moz-placeholder {*/
/*color: #dddddd;*/
/*}*/
/*input:-ms-input-placeholder {*/
/*color: #dddddd;*/
/*}*/
/*textarea:-ms-input-placeholder {*/
/*color: #dddddd;*/
/*}*/
.box{
max-width:640px;
min-width: 320px;
margin: auto;
background-color:#F5F5F5;
}
.publish-article-title {
background: #fff;
padding:0 15px;
}
.publish-article-title input{ height: 30px; line-height: 30px;}
.publish-article-title hr{ width:100%; margin: auto; height: 1px; border: none; background-color: #CCCCCC;}
.title-tips {
font-weight: bold;
margin-bottom: 3px;
}
.publish-article-content {
padding:10px 15px;
background: #fff;
border-bottom: 1px solid #CCCCCC;
}
.publish-article-content .article-content {
padding:0 8px;
height: 200px;
border-bottom: 1px solid #ccc;
}
.article-content p{
color:#919191;
}
.publish-article-content .footer-btn {
text-align: center;
padding-top: 10px;
}
.publish-article-content .footer-btn .upload-img {
display: inline-block;
vertical-align: bottom;
width: 25px;
height: 20px;
margin-right: 10px;
background: url(../images/img.png) 0 no-repeat;
background-size: 100%;
}
.html100,
.html100 body {
height: 100%;
width: 100%;
}
.cl {
clear: both;
}
.pull-left {
float: left;
}
.footer-btn .pull-left {
margin-right: 25px;
}
.imageUpload{
position: absolute;
left: 0;
opacity: 0;
width: 100%;
width: 100%;
}
.upload-box {
position: relative;
}
.btn-check
{
padding: 10px;
text-align: center;
}
.btn-check .submit_btn
{
background: #5cb85c;
font-size: 14px;
line-height: 30px;
color: #fff;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
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;
border: 1px solid transparent;
border-radius: 4px;
}
.publish-article-title #title
{
width: 100%
}
.Favorites{width:100%;position:fixed; background-color:#FFF; top:0; z-index:999999;max-width:640px;min-width: 320px; border-bottom:1px solid #D6D6D6;}
.fdiv{ float:left; width:13%; text-align:center; font-size:16px; height:50px; line-height:50px;}
.fdiv a{color:#039BE7;}
.bdiv{ float:left ; width:73%; text-align:center;height:50px; line-height:50px;}
.bdiv a{ color:#000; font-size:16px;}
.blank{ width:100%; height:50px;}
.margin_box{ width:100%; border-bottom:1px solid #CCCCCC; height:10px; }
.touch_box{ background-color:#FFF; padding:10px 0 10px 15px; border-bottom:1px solid #CCCCCC;}
.touch_box input{ width:80%;}
.touch_box img{ width:20px; height:20px; padding-right:10px; }
.place_box{ padding:10px 0 10px 15px; border-bottom:1px solid #CCCCCC; background:#ffffff url(../images/qj.png) no-repeat 95%; background-size:20px 20px;}
.place_box img{ width:20px; height:20px; padding-right:10px; } | 0.356223 | 0.067701 |
@font-face {
font-family: 'typicons';
src: url('fonts/typicons.eot?id5mcn');
src: url('fonts/typicons.eot?id5mcn#iefix') format('embedded-opentype'),
url('fonts/typicons.ttf?id5mcn') format('truetype'),
url('fonts/typicons.woff?id5mcn') format('woff'),
url('fonts/typicons.svg?id5mcn#typicons') format('svg');
font-weight: normal;
font-style: normal;
}
.typcn:before {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'typicons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.typcn-section:before {
content: "\e900";
}
.typcn-menu_dots:before {
content: "\e600";
}
.typcn-step:before {
content: "\e601";
}
.typcn-Roberta:before {
content: "\e603";
}
.typcn-sensebox:before {
content: "\e901";
}
.typcn-wedo:before {
content: "\e902";
}
.typcn-edison:before {
content: "\e903";
}
.typcn-bob3:before {
content: "\e905";
}
.typcn-nao:before {
content: "\e906";
}
.typcn-open:before {
content: "\e907";
}
.typcn-questionmark:before {
content: "\e908";
}
.typcn-simulation:before {
content: "\e909";
}
.typcn-variable:before {
content: "\e90a";
}
.typcn-led:before {
content: "\e90b";
}
.typcn-sensor:before {
content: "\e90c";
}
.typcn-loop:before {
content: "\e90d";
}
.typcn-math:before {
content: "\e90e";
}
.typcn-logic:before {
content: "\e90f";
}
.typcn-steering_wheel:before {
content: "\e910";
}
.typcn-move:before {
content: "\e911";
}
.typcn-action:before {
content: "\e912";
}
.typcn-walk:before {
content: "\e913";
}
.typcn-botnroll:before {
content: "\e914";
}
.typcn-microduino:before {
content: "\e915";
}
.typcn-wait:before {
content: "\e916";
}
.typcn-zoom:before {
content: "\e917";
}
.typcn-zoom-out:before {
content: "\e918";
}
.typcn-zoom-out-outline:before {
content: "\e919";
}
.typcn-zoom-in:before {
content: "\e91a";
}
.typcn-zoom-in-outline:before {
content: "\e91b";
}
.typcn-world:before {
content: "\e91c";
}
.typcn-nxt:before {
content: "\e91d";
}
.typcn-world-outline:before {
content: "\e91e";
}
.typcn-zoom-outline:before {
content: "\e91f";
}
.typcn-wine:before {
content: "\e920";
}
.typcn-wi-fi:before {
content: "\e921";
}
.typcn-wi-fi-outline:before {
content: "\e922";
}
.typcn-weather-windy:before {
content: "\e923";
}
.typcn-weather-windy-cloudy:before {
content: "\e924";
}
.typcn-weather-sunny:before {
content: "\e925";
}
.typcn-weather-stormy:before {
content: "\e926";
}
.typcn-weather-snow:before {
content: "\e927";
}
.typcn-weather-shower:before {
content: "\e928";
}
.typcn-weather-partly-sunny:before {
content: "\e929";
}
.typcn-weather-night:before {
content: "\e92a";
}
.typcn-weather-downpour:before {
content: "\e92b";
}
.typcn-weather-cloudy:before {
content: "\e92c";
}
.typcn-waves:before {
content: "\e92d";
}
.typcn-waves-outline:before {
content: "\e92e";
}
.typcn-watch:before {
content: "\e92f";
}
.typcn-warning:before {
content: "\e930";
}
.typcn-warning-outline:before {
content: "\e931";
}
.typcn-volume:before {
content: "\e932";
}
.typcn-volume-up:before {
content: "\e933";
}
.typcn-volume-mute:before {
content: "\e934";
}
.typcn-volume-down:before {
content: "\e935";
}
.typcn-video:before {
content: "\e936";
}
.typcn-video-outline:before {
content: "\e937";
}
.typcn-vendor-microsoft:before {
content: "\e938";
}
.typcn-vendor-apple:before {
content: "\e939";
}
.typcn-vendor-android:before {
content: "\e93a";
}
.typcn-user:before {
content: "\e93b";
}
.typcn-user-outline:before {
content: "\e93c";
}
.typcn-user-delete:before {
content: "\e93d";
}
.typcn-user-delete-outline:before {
content: "\e93e";
}
.typcn-user-add:before {
content: "\e93f";
}
.typcn-user-add-outline:before {
content: "\e940";
}
.typcn-upload:before {
content: "\e941";
}
.typcn-upload-outline:before {
content: "\e942";
}
.typcn-tree:before {
content: "\e943";
}
.typcn-trash:before {
content: "\e944";
}
.typcn-times:before {
content: "\e945";
}
.typcn-times-outline:before {
content: "\e946";
}
.typcn-time:before {
content: "\e947";
}
.typcn-ticket:before {
content: "\e948";
}
.typcn-tick:before {
content: "\e949";
}
.typcn-tick-outline:before {
content: "\e94a";
}
.typcn-thumbs-up:before {
content: "\e94b";
}
.typcn-thumbs-ok:before {
content: "\e94c";
}
.typcn-thumbs-down:before {
content: "\e94d";
}
.typcn-thermometer:before {
content: "\e94e";
}
.typcn-th-small:before {
content: "\e94f";
}
.typcn-th-small-outline:before {
content: "\e950";
}
.typcn-th-menu:before {
content: "\e951";
}
.typcn-th-menu-outline:before {
content: "\e952";
}
.typcn-th-list:before {
content: "\e953";
}
.typcn-th-list-outline:before {
content: "\e954";
}
.typcn-th-large:before {
content: "\e955";
}
.typcn-th-large-outline:before {
content: "\e956";
}
.typcn-tags:before {
content: "\e957";
}
.typcn-tag:before {
content: "\e958";
}
.typcn-tabs-outline:before {
content: "\e959";
}
.typcn-support:before {
content: "\e95a";
}
.typcn-stopwatch:before {
content: "\e95b";
}
.typcn-starburst:before {
content: "\e95c";
}
.typcn-starburst-outline:before {
content: "\e95d";
}
.typcn-star:before {
content: "\e95e";
}
.typcn-star-outline:before {
content: "\e95f";
}
.typcn-star-half:before {
content: "\e960";
}
.typcn-star-half-outline:before {
content: "\e961";
}
.typcn-star-full-outline:before {
content: "\e962";
}
.typcn-spiral:before {
content: "\e963";
}
.typcn-spanner:before {
content: "\e964";
}
.typcn-spanner-outline:before {
content: "\e965";
}
.typcn-sort-numerically:before {
content: "\e966";
}
.typcn-sort-numerically-outline:before {
content: "\e967";
}
.typcn-sort-alphabetically:before {
content: "\e968";
}
.typcn-sort-alphabetically-outline:before {
content: "\e969";
}
.typcn-social-youtube:before {
content: "\e96a";
}
.typcn-social-youtube-circular:before {
content: "\e96b";
}
.typcn-social-vimeo:before {
content: "\e96c";
}
.typcn-social-vimeo-circular:before {
content: "\e96d";
}
.typcn-social-twitter:before {
content: "\e96e";
}
.typcn-social-twitter-circular:before {
content: "\e96f";
}
.typcn-social-tumbler:before {
content: "\e970";
}
.typcn-social-tumbler-circular:before {
content: "\e971";
}
.typcn-social-skype:before {
content: "\e972";
}
.typcn-social-skype-outline:before {
content: "\e973";
}
.typcn-social-pinterest:before {
content: "\e974";
}
.typcn-social-pinterest-circular:before {
content: "\e975";
}
.typcn-social-linkedin:before {
content: "\e976";
}
.typcn-social-linkedin-circular:before {
content: "\e977";
}
.typcn-social-last-fm:before {
content: "\e978";
}
.typcn-social-last-fm-circular:before {
content: "\e979";
}
.typcn-social-instagram:before {
content: "\e97a";
}
.typcn-social-instagram-circular:before {
content: "\e97b";
}
.typcn-social-google-plus:before {
content: "\e97c";
}
.typcn-social-google-plus-circular:before {
content: "\e97d";
}
.typcn-social-github:before {
content: "\e97e";
}
.typcn-social-github-circular:before {
content: "\e97f";
}
.typcn-social-flickr:before {
content: "\e980";
}
.typcn-social-flickr-circular:before {
content: "\e981";
}
.typcn-social-facebook:before {
content: "\e982";
}
.typcn-social-facebook-circular:before {
content: "\e983";
}
.typcn-social-dribbble:before {
content: "\e984";
}
.typcn-social-dribbble-circular:before {
content: "\e985";
}
.typcn-social-at-circular:before {
content: "\e986";
}
.typcn-shopping-cart:before {
content: "\e987";
}
.typcn-shopping-bag:before {
content: "\e988";
}
.typcn-scissors:before {
content: "\e989";
}
.typcn-scissors-outline:before {
content: "\e98a";
}
.typcn-rss:before {
content: "\e98b";
}
.typcn-rss-outline:before {
content: "\e98c";
}
.typcn-refresh:before {
content: "\e98d";
}
.typcn-refresh-outline:before {
content: "\e98e";
}
.typcn-radar:before {
content: "\e98f";
}
.typcn-radar-outline:before {
content: "\e990";
}
.typcn-puzzle:before {
content: "\e991";
}
.typcn-puzzle-outline:before {
content: "\e992";
}
.typcn-printer:before {
content: "\e993";
}
.typcn-power:before {
content: "\e994";
}
.typcn-vorwerk:before {
content: "\e995";
}
.typcn-point-of-interest:before {
content: "\e996";
}
.typcn-point-of-interest-outline:before {
content: "\e997";
}
.typcn-plus:before {
content: "\e998";
}
.typcn-plus-outline:before {
content: "\e999";
}
.typcn-plug:before {
content: "\e99a";
}
.typcn-plane:before {
content: "\e99b";
}
.typcn-plane-outline:before {
content: "\e99c";
}
.typcn-pipette:before {
content: "\e99d";
}
.typcn-pin:before {
content: "\e99e";
}
.typcn-pin-outline:before {
content: "\e99f";
}
.typcn-pi:before {
content: "\e9a0";
}
.typcn-pi-outline:before {
content: "\e9a1";
}
.typcn-phone:before {
content: "\e9a2";
}
.typcn-phone-outline:before {
content: "\e9a3";
}
.typcn-pencil:before {
content: "\e9a4";
}
.typcn-pen:before {
content: "\e9a5";
}
.typcn-notes:before {
content: "\e9a6";
}
.typcn-notes-outline:before {
content: "\e9a7";
}
.typcn-news:before {
content: "\e9a8";
}
.typcn-mortar-board:before {
content: "\e9a9";
}
.typcn-minus:before {
content: "\e9aa";
}
.typcn-minus-outline:before {
content: "\e9ab";
}
.typcn-microphone:before {
content: "\e9ac";
}
.typcn-microphone-outline:before {
content: "\e9ad";
}
.typcn-messages:before {
content: "\e9ae";
}
.typcn-message:before {
content: "\e9af";
}
.typcn-message-typing:before {
content: "\e9b0";
}
.typcn-media-stop:before {
content: "\e9b1";
}
.typcn-media-stop-outline:before {
content: "\e9b2";
}
.typcn-media-rewind:before {
content: "\e9b3";
}
.typcn-media-rewind-outline:before {
content: "\e9b4";
}
.typcn-media-record:before {
content: "\e9b5";
}
.typcn-media-record-outline:before {
content: "\e9b6";
}
.typcn-media-play:before {
content: "\e9b7";
}
.typcn-media-play-reverse:before {
content: "\e9b8";
}
.typcn-media-play-reverse-outline:before {
content: "\e9b9";
}
.typcn-media-play-outline:before {
content: "\e9ba";
}
.typcn-media-pause:before {
content: "\e9bb";
}
.typcn-media-pause-outline:before {
content: "\e9bc";
}
.typcn-media-fast-forward:before {
content: "\e9bd";
}
.typcn-media-fast-forward-outline:before {
content: "\e9be";
}
.typcn-media-eject:before {
content: "\e9bf";
}
.typcn-media-eject-outline:before {
content: "\e9c0";
}
.typcn-map:before {
content: "\e9c1";
}
.typcn-mail:before {
content: "\e9c2";
}
.typcn-lock-open:before {
content: "\e9c3";
}
.typcn-lock-open-outline:before {
content: "\e9c4";
}
.typcn-lock-closed:before {
content: "\e9c5";
}
.typcn-lock-closed-outline:before {
content: "\e9c6";
}
.typcn-location:before {
content: "\e9c7";
}
.typcn-location-outline:before {
content: "\e9c8";
}
.typcn-location-arrow:before {
content: "\e9c9";
}
.typcn-location-arrow-outline:before {
content: "\e9ca";
}
.typcn-link:before {
content: "\e9cb";
}
.typcn-link-outline:before {
content: "\e9cc";
}
.typcn-lightbulb:before {
content: "\e9cd";
}
.typcn-leaf:before {
content: "\e9ce";
}
.typcn-keyboard:before {
content: "\e9cf";
}
.typcn-key:before {
content: "\e9d0";
}
.typcn-key-outline:before {
content: "\e9d1";
}
.typcn-input-checked:before {
content: "\e9d2";
}
.typcn-input-checked-outline:before {
content: "\e9d3";
}
.typcn-info:before {
content: "\e9d4";
}
.typcn-info-outline:before {
content: "\e9d5";
}
.typcn-info-large:before {
content: "\e9d6";
}
.typcn-info-large-outline:before {
content: "\e9d7";
}
.typcn-arduino:before {
content: "\e9d8";
}
.typcn-festobionic:before {
content: "\e9d8";
}
.typcn-infinity-outline:before {
content: "\e9d9";
}
.typcn-image:before {
content: "\e9da";
}
.typcn-image-outline:before {
content: "\e9db";
}
.typcn-html5:before {
content: "\e9dc";
}
.typcn-home:before {
content: "\e9dd";
}
.typcn-home-outline:before {
content: "\e9de";
}
.typcn-heart:before {
content: "\e9df";
}
.typcn-heart-outline:before {
content: "\e9e0";
}
.typcn-heart-half-outline:before {
content: "\e9e1";
}
.typcn-heart-full-outline:before {
content: "\e9e2";
}
.typcn-headphones:before {
content: "\e9e3";
}
.typcn-group:before {
content: "\e9e4";
}
.typcn-group-outline:before {
content: "\e9e5";
}
.typcn-globe:before {
content: "\e9e6";
}
.typcn-globe-outline:before {
content: "\e9e7";
}
.typcn-gift:before {
content: "\e9e8";
}
.typcn-folder:before {
content: "\e9e9";
}
.typcn-folder-open:before {
content: "\e9ea";
}
.typcn-folder-delete:before {
content: "\e9eb";
}
.typcn-folder-add:before {
content: "\e9ec";
}
.typcn-flow-switch:before {
content: "\e9ed";
}
.typcn-flow-parallel:before {
content: "\e9ee";
}
.typcn-flow-merge:before {
content: "\e9ef";
}
.typcn-flow-children:before {
content: "\e9f0";
}
.typcn-flash:before {
content: "\e9f1";
}
.typcn-flash-outline:before {
content: "\e9f2";
}
.typcn-flag:before {
content: "\e9f3";
}
.typcn-flag-outline:before {
content: "\e9f4";
}
.typcn-filter:before {
content: "\e9f5";
}
.typcn-film:before {
content: "\e9f6";
}
.typcn-feather:before {
content: "\e9f7";
}
.typcn-eye:before {
content: "\e9f8";
}
.typcn-eye-outline:before {
content: "\e9f9";
}
.typcn-export:before {
content: "\e9fa";
}
.typcn-export-outline:before {
content: "\e9fb";
}
.typcn-equals:before {
content: "\e9fc";
}
.typcn-equals-outline:before {
content: "\e9fd";
}
.typcn-eject:before {
content: "\e9fe";
}
.typcn-eject-outline:before {
content: "\e9ff";
}
.typcn-edit:before {
content: "\ea00";
}
.typcn-dropbox:before {
content: "\ea01";
}
.typcn-download:before {
content: "\ea02";
}
.typcn-download-outline:before {
content: "\ea03";
}
.typcn-document:before {
content: "\ea04";
}
.typcn-document-text:before {
content: "\ea05";
}
.typcn-document-delete:before {
content: "\ea06";
}
.typcn-document-add:before {
content: "\ea07";
}
.typcn-divide:before {
content: "\ea08";
}
.typcn-divide-outline:before {
content: "\ea09";
}
.typcn-directions:before {
content: "\ea0a";
}
.typcn-device-tablet:before {
content: "\ea0b";
}
.typcn-device-phone:before {
content: "\ea0c";
}
.typcn-device-laptop:before {
content: "\ea0d";
}
.typcn-device-desktop:before {
content: "\ea0e";
}
.typcn-delete:before {
content: "\ea0f";
}
.typcn-delete-outline:before {
content: "\ea10";
}
.typcn-database:before {
content: "\ea11";
}
.typcn-css3:before {
content: "\ea12";
}
.typcn-credit-card:before {
content: "\ea13";
}
.typcn-contacts:before {
content: "\ea14";
}
.typcn-compass:before {
content: "\ea15";
}
.typcn-cog:before {
content: "\ea16";
}
.typcn-cog-outline:before {
content: "\ea17";
}
.typcn-coffee:before {
content: "\ea18";
}
.typcn-code:before {
content: "\ea19";
}
.typcn-code-outline:before {
content: "\ea1a";
}
.typcn-cloud-storage:before {
content: "\ea1b";
}
.typcn-cloud-storage-outline:before {
content: "\ea1c";
}
.typcn-clipboard:before {
content: "\ea1d";
}
.typcn-chevron-right:before {
content: "\ea1e";
}
.typcn-chevron-right-outline:before {
content: "\ea1f";
}
.typcn-chevron-left:before {
content: "\ea20";
}
.typcn-chevron-left-outline:before {
content: "\ea21";
}
.typcn-chart-pie:before {
content: "\ea22";
}
.typcn-chart-pie-outline:before {
content: "\ea23";
}
.typcn-chart-line:before {
content: "\ea24";
}
.typcn-chart-line-outline:before {
content: "\ea25";
}
.typcn-chart-bar:before {
content: "\ea26";
}
.typcn-chart-bar-outline:before {
content: "\ea27";
}
.typcn-chart-area:before {
content: "\ea28";
}
.typcn-chart-area-outline:before {
content: "\ea29";
}
.typcn-cancel:before {
content: "\ea2a";
}
.typcn-cancel-outline:before {
content: "\ea2b";
}
.typcn-camera:before {
content: "\ea2c";
}
.typcn-camera-outline:before {
content: "\ea2d";
}
.typcn-calendar:before {
content: "\ea2e";
}
.typcn-calendar-outline:before {
content: "\ea2f";
}
.typcn-calculator:before {
content: "\ea30";
}
.typcn-business-card:before {
content: "\ea31";
}
.typcn-brush:before {
content: "\ea32";
}
.typcn-briefcase:before {
content: "\ea33";
}
.typcn-bookmark:before {
content: "\ea34";
}
.typcn-book:before {
content: "\ea35";
}
.typcn-bell:before {
content: "\ea36";
}
.typcn-beer:before {
content: "\ea37";
}
.typcn-beaker:before {
content: "\ea38";
}
.typcn-battery-mid:before {
content: "\ea39";
}
.typcn-battery-low:before {
content: "\ea3a";
}
.typcn-battery-high:before {
content: "\ea3b";
}
.typcn-battery-full:before {
content: "\ea3c";
}
.typcn-battery-charge:before {
content: "\ea3d";
}
.typcn-backspace:before {
content: "\ea3e";
}
.typcn-backspace-outline:before {
content: "\ea3f";
}
.typcn-attachment:before {
content: "\ea40";
}
.typcn-attachment-outline:before {
content: "\ea41";
}
.typcn-at:before {
content: "\ea42";
}
.typcn-arrow-up:before {
content: "\ea43";
}
.typcn-arrow-up-thick:before {
content: "\ea44";
}
.typcn-arrow-up-outline:before {
content: "\ea45";
}
.typcn-arrow-unsorted:before {
content: "\ea46";
}
.typcn-arrow-sync:before {
content: "\ea47";
}
.typcn-arrow-sync-outline:before {
content: "\ea48";
}
.typcn-arrow-sorted-up:before {
content: "\ea49";
}
.typcn-arrow-sorted-down:before {
content: "\ea4a";
}
.typcn-arrow-shuffle:before {
content: "\ea4b";
}
.typcn-arrow-right:before {
content: "\ea4c";
}
.typcn-arrow-right-thick:before {
content: "\ea4d";
}
.typcn-arrow-right-outline:before {
content: "\ea4e";
}
.typcn-arrow-repeat:before {
content: "\ea4f";
}
.typcn-arrow-repeat-outline:before {
content: "\ea50";
}
.typcn-arrow-move:before {
content: "\ea51";
}
.typcn-arrow-move-outline:before {
content: "\ea52";
}
.typcn-arrow-minimise:before {
content: "\ea53";
}
.typcn-arrow-minimise-outline:before {
content: "\ea54";
}
.typcn-arrow-maximise:before {
content: "\ea55";
}
.typcn-arrow-maximise-outline:before {
content: "\ea56";
}
.typcn-arrow-loop:before {
content: "\ea57";
}
.typcn-arrow-loop-outline:before {
content: "\ea58";
}
.typcn-arrow-left:before {
content: "\ea59";
}
.typcn-arrow-left-thick:before {
content: "\ea5a";
}
.typcn-arrow-left-outline:before {
content: "\ea5b";
}
.typcn-arrow-forward:before {
content: "\ea5c";
}
.typcn-arrow-forward-outline:before {
content: "\ea5d";
}
.typcn-arrow-down:before {
content: "\ea5e";
}
.typcn-arrow-down-thick:before {
content: "\ea5f";
}
.typcn-arrow-down-outline:before {
content: "\ea60";
}
.typcn-arrow-back:before {
content: "\ea61";
}
.typcn-arrow-back-outline:before {
content: "\ea62";
}
.typcn-archive:before {
content: "\ea63";
}
.typcn-anchor:before {
content: "\ea64";
}
.typcn-anchor-outline:before {
content: "\ea65";
}
.typcn-adjust-contrast:before {
content: "\ea66";
}
.typcn-adjust-brightness:before {
content: "\ea67";
}
.typcn-tinkerbots:before {
content: "\ea68";
}
.typcn-ev3:before {
content: "\ea69";
}
.typcn-microbit:before {
content: "\ea6a";
}
.typcn-calliope:before {
content: "\ea6b";
}
.typcn-mbot:before {
content: "\ea6c";
}
.typcn-media-cancel:before {
content: "\ea6d";
} | OpenRobertaServer/staticResources/css/typicons.css | @font-face {
font-family: 'typicons';
src: url('fonts/typicons.eot?id5mcn');
src: url('fonts/typicons.eot?id5mcn#iefix') format('embedded-opentype'),
url('fonts/typicons.ttf?id5mcn') format('truetype'),
url('fonts/typicons.woff?id5mcn') format('woff'),
url('fonts/typicons.svg?id5mcn#typicons') format('svg');
font-weight: normal;
font-style: normal;
}
.typcn:before {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'typicons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.typcn-section:before {
content: "\e900";
}
.typcn-menu_dots:before {
content: "\e600";
}
.typcn-step:before {
content: "\e601";
}
.typcn-Roberta:before {
content: "\e603";
}
.typcn-sensebox:before {
content: "\e901";
}
.typcn-wedo:before {
content: "\e902";
}
.typcn-edison:before {
content: "\e903";
}
.typcn-bob3:before {
content: "\e905";
}
.typcn-nao:before {
content: "\e906";
}
.typcn-open:before {
content: "\e907";
}
.typcn-questionmark:before {
content: "\e908";
}
.typcn-simulation:before {
content: "\e909";
}
.typcn-variable:before {
content: "\e90a";
}
.typcn-led:before {
content: "\e90b";
}
.typcn-sensor:before {
content: "\e90c";
}
.typcn-loop:before {
content: "\e90d";
}
.typcn-math:before {
content: "\e90e";
}
.typcn-logic:before {
content: "\e90f";
}
.typcn-steering_wheel:before {
content: "\e910";
}
.typcn-move:before {
content: "\e911";
}
.typcn-action:before {
content: "\e912";
}
.typcn-walk:before {
content: "\e913";
}
.typcn-botnroll:before {
content: "\e914";
}
.typcn-microduino:before {
content: "\e915";
}
.typcn-wait:before {
content: "\e916";
}
.typcn-zoom:before {
content: "\e917";
}
.typcn-zoom-out:before {
content: "\e918";
}
.typcn-zoom-out-outline:before {
content: "\e919";
}
.typcn-zoom-in:before {
content: "\e91a";
}
.typcn-zoom-in-outline:before {
content: "\e91b";
}
.typcn-world:before {
content: "\e91c";
}
.typcn-nxt:before {
content: "\e91d";
}
.typcn-world-outline:before {
content: "\e91e";
}
.typcn-zoom-outline:before {
content: "\e91f";
}
.typcn-wine:before {
content: "\e920";
}
.typcn-wi-fi:before {
content: "\e921";
}
.typcn-wi-fi-outline:before {
content: "\e922";
}
.typcn-weather-windy:before {
content: "\e923";
}
.typcn-weather-windy-cloudy:before {
content: "\e924";
}
.typcn-weather-sunny:before {
content: "\e925";
}
.typcn-weather-stormy:before {
content: "\e926";
}
.typcn-weather-snow:before {
content: "\e927";
}
.typcn-weather-shower:before {
content: "\e928";
}
.typcn-weather-partly-sunny:before {
content: "\e929";
}
.typcn-weather-night:before {
content: "\e92a";
}
.typcn-weather-downpour:before {
content: "\e92b";
}
.typcn-weather-cloudy:before {
content: "\e92c";
}
.typcn-waves:before {
content: "\e92d";
}
.typcn-waves-outline:before {
content: "\e92e";
}
.typcn-watch:before {
content: "\e92f";
}
.typcn-warning:before {
content: "\e930";
}
.typcn-warning-outline:before {
content: "\e931";
}
.typcn-volume:before {
content: "\e932";
}
.typcn-volume-up:before {
content: "\e933";
}
.typcn-volume-mute:before {
content: "\e934";
}
.typcn-volume-down:before {
content: "\e935";
}
.typcn-video:before {
content: "\e936";
}
.typcn-video-outline:before {
content: "\e937";
}
.typcn-vendor-microsoft:before {
content: "\e938";
}
.typcn-vendor-apple:before {
content: "\e939";
}
.typcn-vendor-android:before {
content: "\e93a";
}
.typcn-user:before {
content: "\e93b";
}
.typcn-user-outline:before {
content: "\e93c";
}
.typcn-user-delete:before {
content: "\e93d";
}
.typcn-user-delete-outline:before {
content: "\e93e";
}
.typcn-user-add:before {
content: "\e93f";
}
.typcn-user-add-outline:before {
content: "\e940";
}
.typcn-upload:before {
content: "\e941";
}
.typcn-upload-outline:before {
content: "\e942";
}
.typcn-tree:before {
content: "\e943";
}
.typcn-trash:before {
content: "\e944";
}
.typcn-times:before {
content: "\e945";
}
.typcn-times-outline:before {
content: "\e946";
}
.typcn-time:before {
content: "\e947";
}
.typcn-ticket:before {
content: "\e948";
}
.typcn-tick:before {
content: "\e949";
}
.typcn-tick-outline:before {
content: "\e94a";
}
.typcn-thumbs-up:before {
content: "\e94b";
}
.typcn-thumbs-ok:before {
content: "\e94c";
}
.typcn-thumbs-down:before {
content: "\e94d";
}
.typcn-thermometer:before {
content: "\e94e";
}
.typcn-th-small:before {
content: "\e94f";
}
.typcn-th-small-outline:before {
content: "\e950";
}
.typcn-th-menu:before {
content: "\e951";
}
.typcn-th-menu-outline:before {
content: "\e952";
}
.typcn-th-list:before {
content: "\e953";
}
.typcn-th-list-outline:before {
content: "\e954";
}
.typcn-th-large:before {
content: "\e955";
}
.typcn-th-large-outline:before {
content: "\e956";
}
.typcn-tags:before {
content: "\e957";
}
.typcn-tag:before {
content: "\e958";
}
.typcn-tabs-outline:before {
content: "\e959";
}
.typcn-support:before {
content: "\e95a";
}
.typcn-stopwatch:before {
content: "\e95b";
}
.typcn-starburst:before {
content: "\e95c";
}
.typcn-starburst-outline:before {
content: "\e95d";
}
.typcn-star:before {
content: "\e95e";
}
.typcn-star-outline:before {
content: "\e95f";
}
.typcn-star-half:before {
content: "\e960";
}
.typcn-star-half-outline:before {
content: "\e961";
}
.typcn-star-full-outline:before {
content: "\e962";
}
.typcn-spiral:before {
content: "\e963";
}
.typcn-spanner:before {
content: "\e964";
}
.typcn-spanner-outline:before {
content: "\e965";
}
.typcn-sort-numerically:before {
content: "\e966";
}
.typcn-sort-numerically-outline:before {
content: "\e967";
}
.typcn-sort-alphabetically:before {
content: "\e968";
}
.typcn-sort-alphabetically-outline:before {
content: "\e969";
}
.typcn-social-youtube:before {
content: "\e96a";
}
.typcn-social-youtube-circular:before {
content: "\e96b";
}
.typcn-social-vimeo:before {
content: "\e96c";
}
.typcn-social-vimeo-circular:before {
content: "\e96d";
}
.typcn-social-twitter:before {
content: "\e96e";
}
.typcn-social-twitter-circular:before {
content: "\e96f";
}
.typcn-social-tumbler:before {
content: "\e970";
}
.typcn-social-tumbler-circular:before {
content: "\e971";
}
.typcn-social-skype:before {
content: "\e972";
}
.typcn-social-skype-outline:before {
content: "\e973";
}
.typcn-social-pinterest:before {
content: "\e974";
}
.typcn-social-pinterest-circular:before {
content: "\e975";
}
.typcn-social-linkedin:before {
content: "\e976";
}
.typcn-social-linkedin-circular:before {
content: "\e977";
}
.typcn-social-last-fm:before {
content: "\e978";
}
.typcn-social-last-fm-circular:before {
content: "\e979";
}
.typcn-social-instagram:before {
content: "\e97a";
}
.typcn-social-instagram-circular:before {
content: "\e97b";
}
.typcn-social-google-plus:before {
content: "\e97c";
}
.typcn-social-google-plus-circular:before {
content: "\e97d";
}
.typcn-social-github:before {
content: "\e97e";
}
.typcn-social-github-circular:before {
content: "\e97f";
}
.typcn-social-flickr:before {
content: "\e980";
}
.typcn-social-flickr-circular:before {
content: "\e981";
}
.typcn-social-facebook:before {
content: "\e982";
}
.typcn-social-facebook-circular:before {
content: "\e983";
}
.typcn-social-dribbble:before {
content: "\e984";
}
.typcn-social-dribbble-circular:before {
content: "\e985";
}
.typcn-social-at-circular:before {
content: "\e986";
}
.typcn-shopping-cart:before {
content: "\e987";
}
.typcn-shopping-bag:before {
content: "\e988";
}
.typcn-scissors:before {
content: "\e989";
}
.typcn-scissors-outline:before {
content: "\e98a";
}
.typcn-rss:before {
content: "\e98b";
}
.typcn-rss-outline:before {
content: "\e98c";
}
.typcn-refresh:before {
content: "\e98d";
}
.typcn-refresh-outline:before {
content: "\e98e";
}
.typcn-radar:before {
content: "\e98f";
}
.typcn-radar-outline:before {
content: "\e990";
}
.typcn-puzzle:before {
content: "\e991";
}
.typcn-puzzle-outline:before {
content: "\e992";
}
.typcn-printer:before {
content: "\e993";
}
.typcn-power:before {
content: "\e994";
}
.typcn-vorwerk:before {
content: "\e995";
}
.typcn-point-of-interest:before {
content: "\e996";
}
.typcn-point-of-interest-outline:before {
content: "\e997";
}
.typcn-plus:before {
content: "\e998";
}
.typcn-plus-outline:before {
content: "\e999";
}
.typcn-plug:before {
content: "\e99a";
}
.typcn-plane:before {
content: "\e99b";
}
.typcn-plane-outline:before {
content: "\e99c";
}
.typcn-pipette:before {
content: "\e99d";
}
.typcn-pin:before {
content: "\e99e";
}
.typcn-pin-outline:before {
content: "\e99f";
}
.typcn-pi:before {
content: "\e9a0";
}
.typcn-pi-outline:before {
content: "\e9a1";
}
.typcn-phone:before {
content: "\e9a2";
}
.typcn-phone-outline:before {
content: "\e9a3";
}
.typcn-pencil:before {
content: "\e9a4";
}
.typcn-pen:before {
content: "\e9a5";
}
.typcn-notes:before {
content: "\e9a6";
}
.typcn-notes-outline:before {
content: "\e9a7";
}
.typcn-news:before {
content: "\e9a8";
}
.typcn-mortar-board:before {
content: "\e9a9";
}
.typcn-minus:before {
content: "\e9aa";
}
.typcn-minus-outline:before {
content: "\e9ab";
}
.typcn-microphone:before {
content: "\e9ac";
}
.typcn-microphone-outline:before {
content: "\e9ad";
}
.typcn-messages:before {
content: "\e9ae";
}
.typcn-message:before {
content: "\e9af";
}
.typcn-message-typing:before {
content: "\e9b0";
}
.typcn-media-stop:before {
content: "\e9b1";
}
.typcn-media-stop-outline:before {
content: "\e9b2";
}
.typcn-media-rewind:before {
content: "\e9b3";
}
.typcn-media-rewind-outline:before {
content: "\e9b4";
}
.typcn-media-record:before {
content: "\e9b5";
}
.typcn-media-record-outline:before {
content: "\e9b6";
}
.typcn-media-play:before {
content: "\e9b7";
}
.typcn-media-play-reverse:before {
content: "\e9b8";
}
.typcn-media-play-reverse-outline:before {
content: "\e9b9";
}
.typcn-media-play-outline:before {
content: "\e9ba";
}
.typcn-media-pause:before {
content: "\e9bb";
}
.typcn-media-pause-outline:before {
content: "\e9bc";
}
.typcn-media-fast-forward:before {
content: "\e9bd";
}
.typcn-media-fast-forward-outline:before {
content: "\e9be";
}
.typcn-media-eject:before {
content: "\e9bf";
}
.typcn-media-eject-outline:before {
content: "\e9c0";
}
.typcn-map:before {
content: "\e9c1";
}
.typcn-mail:before {
content: "\e9c2";
}
.typcn-lock-open:before {
content: "\e9c3";
}
.typcn-lock-open-outline:before {
content: "\e9c4";
}
.typcn-lock-closed:before {
content: "\e9c5";
}
.typcn-lock-closed-outline:before {
content: "\e9c6";
}
.typcn-location:before {
content: "\e9c7";
}
.typcn-location-outline:before {
content: "\e9c8";
}
.typcn-location-arrow:before {
content: "\e9c9";
}
.typcn-location-arrow-outline:before {
content: "\e9ca";
}
.typcn-link:before {
content: "\e9cb";
}
.typcn-link-outline:before {
content: "\e9cc";
}
.typcn-lightbulb:before {
content: "\e9cd";
}
.typcn-leaf:before {
content: "\e9ce";
}
.typcn-keyboard:before {
content: "\e9cf";
}
.typcn-key:before {
content: "\e9d0";
}
.typcn-key-outline:before {
content: "\e9d1";
}
.typcn-input-checked:before {
content: "\e9d2";
}
.typcn-input-checked-outline:before {
content: "\e9d3";
}
.typcn-info:before {
content: "\e9d4";
}
.typcn-info-outline:before {
content: "\e9d5";
}
.typcn-info-large:before {
content: "\e9d6";
}
.typcn-info-large-outline:before {
content: "\e9d7";
}
.typcn-arduino:before {
content: "\e9d8";
}
.typcn-festobionic:before {
content: "\e9d8";
}
.typcn-infinity-outline:before {
content: "\e9d9";
}
.typcn-image:before {
content: "\e9da";
}
.typcn-image-outline:before {
content: "\e9db";
}
.typcn-html5:before {
content: "\e9dc";
}
.typcn-home:before {
content: "\e9dd";
}
.typcn-home-outline:before {
content: "\e9de";
}
.typcn-heart:before {
content: "\e9df";
}
.typcn-heart-outline:before {
content: "\e9e0";
}
.typcn-heart-half-outline:before {
content: "\e9e1";
}
.typcn-heart-full-outline:before {
content: "\e9e2";
}
.typcn-headphones:before {
content: "\e9e3";
}
.typcn-group:before {
content: "\e9e4";
}
.typcn-group-outline:before {
content: "\e9e5";
}
.typcn-globe:before {
content: "\e9e6";
}
.typcn-globe-outline:before {
content: "\e9e7";
}
.typcn-gift:before {
content: "\e9e8";
}
.typcn-folder:before {
content: "\e9e9";
}
.typcn-folder-open:before {
content: "\e9ea";
}
.typcn-folder-delete:before {
content: "\e9eb";
}
.typcn-folder-add:before {
content: "\e9ec";
}
.typcn-flow-switch:before {
content: "\e9ed";
}
.typcn-flow-parallel:before {
content: "\e9ee";
}
.typcn-flow-merge:before {
content: "\e9ef";
}
.typcn-flow-children:before {
content: "\e9f0";
}
.typcn-flash:before {
content: "\e9f1";
}
.typcn-flash-outline:before {
content: "\e9f2";
}
.typcn-flag:before {
content: "\e9f3";
}
.typcn-flag-outline:before {
content: "\e9f4";
}
.typcn-filter:before {
content: "\e9f5";
}
.typcn-film:before {
content: "\e9f6";
}
.typcn-feather:before {
content: "\e9f7";
}
.typcn-eye:before {
content: "\e9f8";
}
.typcn-eye-outline:before {
content: "\e9f9";
}
.typcn-export:before {
content: "\e9fa";
}
.typcn-export-outline:before {
content: "\e9fb";
}
.typcn-equals:before {
content: "\e9fc";
}
.typcn-equals-outline:before {
content: "\e9fd";
}
.typcn-eject:before {
content: "\e9fe";
}
.typcn-eject-outline:before {
content: "\e9ff";
}
.typcn-edit:before {
content: "\ea00";
}
.typcn-dropbox:before {
content: "\ea01";
}
.typcn-download:before {
content: "\ea02";
}
.typcn-download-outline:before {
content: "\ea03";
}
.typcn-document:before {
content: "\ea04";
}
.typcn-document-text:before {
content: "\ea05";
}
.typcn-document-delete:before {
content: "\ea06";
}
.typcn-document-add:before {
content: "\ea07";
}
.typcn-divide:before {
content: "\ea08";
}
.typcn-divide-outline:before {
content: "\ea09";
}
.typcn-directions:before {
content: "\ea0a";
}
.typcn-device-tablet:before {
content: "\ea0b";
}
.typcn-device-phone:before {
content: "\ea0c";
}
.typcn-device-laptop:before {
content: "\ea0d";
}
.typcn-device-desktop:before {
content: "\ea0e";
}
.typcn-delete:before {
content: "\ea0f";
}
.typcn-delete-outline:before {
content: "\ea10";
}
.typcn-database:before {
content: "\ea11";
}
.typcn-css3:before {
content: "\ea12";
}
.typcn-credit-card:before {
content: "\ea13";
}
.typcn-contacts:before {
content: "\ea14";
}
.typcn-compass:before {
content: "\ea15";
}
.typcn-cog:before {
content: "\ea16";
}
.typcn-cog-outline:before {
content: "\ea17";
}
.typcn-coffee:before {
content: "\ea18";
}
.typcn-code:before {
content: "\ea19";
}
.typcn-code-outline:before {
content: "\ea1a";
}
.typcn-cloud-storage:before {
content: "\ea1b";
}
.typcn-cloud-storage-outline:before {
content: "\ea1c";
}
.typcn-clipboard:before {
content: "\ea1d";
}
.typcn-chevron-right:before {
content: "\ea1e";
}
.typcn-chevron-right-outline:before {
content: "\ea1f";
}
.typcn-chevron-left:before {
content: "\ea20";
}
.typcn-chevron-left-outline:before {
content: "\ea21";
}
.typcn-chart-pie:before {
content: "\ea22";
}
.typcn-chart-pie-outline:before {
content: "\ea23";
}
.typcn-chart-line:before {
content: "\ea24";
}
.typcn-chart-line-outline:before {
content: "\ea25";
}
.typcn-chart-bar:before {
content: "\ea26";
}
.typcn-chart-bar-outline:before {
content: "\ea27";
}
.typcn-chart-area:before {
content: "\ea28";
}
.typcn-chart-area-outline:before {
content: "\ea29";
}
.typcn-cancel:before {
content: "\ea2a";
}
.typcn-cancel-outline:before {
content: "\ea2b";
}
.typcn-camera:before {
content: "\ea2c";
}
.typcn-camera-outline:before {
content: "\ea2d";
}
.typcn-calendar:before {
content: "\ea2e";
}
.typcn-calendar-outline:before {
content: "\ea2f";
}
.typcn-calculator:before {
content: "\ea30";
}
.typcn-business-card:before {
content: "\ea31";
}
.typcn-brush:before {
content: "\ea32";
}
.typcn-briefcase:before {
content: "\ea33";
}
.typcn-bookmark:before {
content: "\ea34";
}
.typcn-book:before {
content: "\ea35";
}
.typcn-bell:before {
content: "\ea36";
}
.typcn-beer:before {
content: "\ea37";
}
.typcn-beaker:before {
content: "\ea38";
}
.typcn-battery-mid:before {
content: "\ea39";
}
.typcn-battery-low:before {
content: "\ea3a";
}
.typcn-battery-high:before {
content: "\ea3b";
}
.typcn-battery-full:before {
content: "\ea3c";
}
.typcn-battery-charge:before {
content: "\ea3d";
}
.typcn-backspace:before {
content: "\ea3e";
}
.typcn-backspace-outline:before {
content: "\ea3f";
}
.typcn-attachment:before {
content: "\ea40";
}
.typcn-attachment-outline:before {
content: "\ea41";
}
.typcn-at:before {
content: "\ea42";
}
.typcn-arrow-up:before {
content: "\ea43";
}
.typcn-arrow-up-thick:before {
content: "\ea44";
}
.typcn-arrow-up-outline:before {
content: "\ea45";
}
.typcn-arrow-unsorted:before {
content: "\ea46";
}
.typcn-arrow-sync:before {
content: "\ea47";
}
.typcn-arrow-sync-outline:before {
content: "\ea48";
}
.typcn-arrow-sorted-up:before {
content: "\ea49";
}
.typcn-arrow-sorted-down:before {
content: "\ea4a";
}
.typcn-arrow-shuffle:before {
content: "\ea4b";
}
.typcn-arrow-right:before {
content: "\ea4c";
}
.typcn-arrow-right-thick:before {
content: "\ea4d";
}
.typcn-arrow-right-outline:before {
content: "\ea4e";
}
.typcn-arrow-repeat:before {
content: "\ea4f";
}
.typcn-arrow-repeat-outline:before {
content: "\ea50";
}
.typcn-arrow-move:before {
content: "\ea51";
}
.typcn-arrow-move-outline:before {
content: "\ea52";
}
.typcn-arrow-minimise:before {
content: "\ea53";
}
.typcn-arrow-minimise-outline:before {
content: "\ea54";
}
.typcn-arrow-maximise:before {
content: "\ea55";
}
.typcn-arrow-maximise-outline:before {
content: "\ea56";
}
.typcn-arrow-loop:before {
content: "\ea57";
}
.typcn-arrow-loop-outline:before {
content: "\ea58";
}
.typcn-arrow-left:before {
content: "\ea59";
}
.typcn-arrow-left-thick:before {
content: "\ea5a";
}
.typcn-arrow-left-outline:before {
content: "\ea5b";
}
.typcn-arrow-forward:before {
content: "\ea5c";
}
.typcn-arrow-forward-outline:before {
content: "\ea5d";
}
.typcn-arrow-down:before {
content: "\ea5e";
}
.typcn-arrow-down-thick:before {
content: "\ea5f";
}
.typcn-arrow-down-outline:before {
content: "\ea60";
}
.typcn-arrow-back:before {
content: "\ea61";
}
.typcn-arrow-back-outline:before {
content: "\ea62";
}
.typcn-archive:before {
content: "\ea63";
}
.typcn-anchor:before {
content: "\ea64";
}
.typcn-anchor-outline:before {
content: "\ea65";
}
.typcn-adjust-contrast:before {
content: "\ea66";
}
.typcn-adjust-brightness:before {
content: "\ea67";
}
.typcn-tinkerbots:before {
content: "\ea68";
}
.typcn-ev3:before {
content: "\ea69";
}
.typcn-microbit:before {
content: "\ea6a";
}
.typcn-calliope:before {
content: "\ea6b";
}
.typcn-mbot:before {
content: "\ea6c";
}
.typcn-media-cancel:before {
content: "\ea6d";
} | 0.306008 | 0.083068 |
.Footer {
padding: 2.5rem 0;
width: 100%;
background:black;
color: #7c7e83;
font-size: .8rem;
line-height: .9rem;
}
.Footer__row {
margin-bottom: 1.5rem;
}
.Footer__content {
margin-bottom: 1rem;
}
.Footer__content p {
line-height: 1.1rem;
margin: .5rem 0;
}
.Footer__content--center {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.Footer__title {
letter-spacing: 1px;
border-bottom: solid 1px #3a3a3a;
padding-bottom: 5px;
font-size: 1rem;
line-height: 1rem;
margin-bottom: 15px;
text-transform: uppercase;
}
.Footer__block {
display: flex;
flex-direction: row;
align-items: center;
margin-left: 1rem;
}
.Footer__link {
display: inline-block;
margin: 5px;
padding: 6px 15px;
font-size: 11px;
letter-spacing: 1px;
border-radius: 2px;
text-transform: capitalize;
background: var(--main-color);
border: 1px solid var(--main-color-dark);
color: white;
}
.Footer__link:hover {
background: var(--main-color-dark);
border-color: var(--main-color);
color: white;
}
/**
* Links del footer
*/
.Mail__Icon {
margin-right: .5rem;
}
.Footer a[href^="tel:"], .Footer a[href^="mailto:"], .Mail__Icon {
color: var(--main-color);
}
.Footer a[href^="tel:"]:hover, .Footer a[href^="mailto:"]:hover, .Mail__Icon {
color: var(--main-color-dark);
}
/**
* Social links del footer
*/
.SocialLinks {
margin-left: 1rem;
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.SocialLinks__link {
padding: .2rem;
border-radius: 2px;
border: 1px solid transparent;
margin-right: .35rem;
}
.SocialLinks__link svg { font-size: 2rem;}
.SocialLinks__link--facebook { color: #4267b2; }
.SocialLinks__link--twitter { color: #38A1F3; }
.SocialLinks__link--github { color: #ED3833; }
.SocialLinks__link--linkedin { color: #0077B5; }
.SocialLinks__link--instagram { color: #BD081C; }
.SocialLinks__link:hover {
border: 1px solid var(--main-color);
background-color: rgba(168, 245, 236, 0.3);
} | src/components/Footer/Footer.css | .Footer {
padding: 2.5rem 0;
width: 100%;
background:black;
color: #7c7e83;
font-size: .8rem;
line-height: .9rem;
}
.Footer__row {
margin-bottom: 1.5rem;
}
.Footer__content {
margin-bottom: 1rem;
}
.Footer__content p {
line-height: 1.1rem;
margin: .5rem 0;
}
.Footer__content--center {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.Footer__title {
letter-spacing: 1px;
border-bottom: solid 1px #3a3a3a;
padding-bottom: 5px;
font-size: 1rem;
line-height: 1rem;
margin-bottom: 15px;
text-transform: uppercase;
}
.Footer__block {
display: flex;
flex-direction: row;
align-items: center;
margin-left: 1rem;
}
.Footer__link {
display: inline-block;
margin: 5px;
padding: 6px 15px;
font-size: 11px;
letter-spacing: 1px;
border-radius: 2px;
text-transform: capitalize;
background: var(--main-color);
border: 1px solid var(--main-color-dark);
color: white;
}
.Footer__link:hover {
background: var(--main-color-dark);
border-color: var(--main-color);
color: white;
}
/**
* Links del footer
*/
.Mail__Icon {
margin-right: .5rem;
}
.Footer a[href^="tel:"], .Footer a[href^="mailto:"], .Mail__Icon {
color: var(--main-color);
}
.Footer a[href^="tel:"]:hover, .Footer a[href^="mailto:"]:hover, .Mail__Icon {
color: var(--main-color-dark);
}
/**
* Social links del footer
*/
.SocialLinks {
margin-left: 1rem;
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.SocialLinks__link {
padding: .2rem;
border-radius: 2px;
border: 1px solid transparent;
margin-right: .35rem;
}
.SocialLinks__link svg { font-size: 2rem;}
.SocialLinks__link--facebook { color: #4267b2; }
.SocialLinks__link--twitter { color: #38A1F3; }
.SocialLinks__link--github { color: #ED3833; }
.SocialLinks__link--linkedin { color: #0077B5; }
.SocialLinks__link--instagram { color: #BD081C; }
.SocialLinks__link:hover {
border: 1px solid var(--main-color);
background-color: rgba(168, 245, 236, 0.3);
} | 0.61832 | 0.083217 |
html{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
background: #f6f6f6;
}
body{
height: 100%;
width: 100%;
margin: 0 auto;
padding: 0 auto;
}
nav{
margin: 0px;
padding: 20px;
margin-bottom: 0 auto;
}
#header{
padding: 15px;
}
.navbar{
background: #fff;
border-bottom: 2px solid #fd4d4d;
}
#function-container{
padding-top: 8px;
}
#promotion-categories{
border: 1px solid #ccc;
background: #f6f6f6;
color: #363635;
border-radius: 5px;
padding: 10px;
}
#promotion-categories option{
border-style: none;
background: #fff;
border-radius: 5px;
color: #fd4d4d;
}
#menu{
background-color: #fff;
color: #363635;
border: 1px solid #ccc;
}
#menu:hover{
background: #fd4d4d;
color: #fff;
}
#menu:focus{
background: #fd4d4d;
color: #fff;
}
.dropdown-menu{
border: 1px solid #fd4d4d;
box-shadow: none;
background: #fff;
color: #fd4d4d;
}
.dropdown-menu li:hover{
background: #fd4d4d;
color: #fff;
}
#drop-login{
width: 300px !important;
height: 200px !important;
}
#page-top{
height: 100%;
width: 100%;
padding-top: 150px;
background: #f6f6f6;
}
#sides{
width: 100%;
}
#promotion-cards{
background: #fff;
padding: 10px;
margin: 10px;
width: 80%;
border-top: 5px solid #fd4d4d;
border-radius: 5px;
box-shadow: 0px 1px 2px #ccc;
}
#promotion-img .img-responsive{
margin: 0 auto;
padding: 5px;
}
#promotion-buttons div{
text-align: center;
}
#promotion-buttons div a{
color: #ccc;
}
#promotion-buttons div a:hover{
color: #fd4d4d;
}
#call-to-action-promotion{
position: fixed;
width: 28%;
padding: 15px;
border-radius: 5px;
background: #fff;
box-shadow: 0px 1px 2px #ccc;
}
#call-to-action-promotion button{
text-align: center;
width: 80%;
color: #fff;
background: #fd4d4d;
}
#sidebar-categories{
position: fixed;
padding-top: 10px;
width: 30% !important;
color: #2c3e50;
margin-top: 120px;
}
.todo-search{
background: #fd4d4d;
color: #fff;
}
#sidebar-search{
background: #fff;
color: #2c3e50;
padding: 5px;
border-radius: 5px;
}
#sidebar-categories .todo{
box-shadow: 0px 1px 2px #ccc;
}
.todo ul li{
background: #fff;
}
.todo ul li h4{
color: #2c3e50;
} | public/dist/css/index.css | html{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
background: #f6f6f6;
}
body{
height: 100%;
width: 100%;
margin: 0 auto;
padding: 0 auto;
}
nav{
margin: 0px;
padding: 20px;
margin-bottom: 0 auto;
}
#header{
padding: 15px;
}
.navbar{
background: #fff;
border-bottom: 2px solid #fd4d4d;
}
#function-container{
padding-top: 8px;
}
#promotion-categories{
border: 1px solid #ccc;
background: #f6f6f6;
color: #363635;
border-radius: 5px;
padding: 10px;
}
#promotion-categories option{
border-style: none;
background: #fff;
border-radius: 5px;
color: #fd4d4d;
}
#menu{
background-color: #fff;
color: #363635;
border: 1px solid #ccc;
}
#menu:hover{
background: #fd4d4d;
color: #fff;
}
#menu:focus{
background: #fd4d4d;
color: #fff;
}
.dropdown-menu{
border: 1px solid #fd4d4d;
box-shadow: none;
background: #fff;
color: #fd4d4d;
}
.dropdown-menu li:hover{
background: #fd4d4d;
color: #fff;
}
#drop-login{
width: 300px !important;
height: 200px !important;
}
#page-top{
height: 100%;
width: 100%;
padding-top: 150px;
background: #f6f6f6;
}
#sides{
width: 100%;
}
#promotion-cards{
background: #fff;
padding: 10px;
margin: 10px;
width: 80%;
border-top: 5px solid #fd4d4d;
border-radius: 5px;
box-shadow: 0px 1px 2px #ccc;
}
#promotion-img .img-responsive{
margin: 0 auto;
padding: 5px;
}
#promotion-buttons div{
text-align: center;
}
#promotion-buttons div a{
color: #ccc;
}
#promotion-buttons div a:hover{
color: #fd4d4d;
}
#call-to-action-promotion{
position: fixed;
width: 28%;
padding: 15px;
border-radius: 5px;
background: #fff;
box-shadow: 0px 1px 2px #ccc;
}
#call-to-action-promotion button{
text-align: center;
width: 80%;
color: #fff;
background: #fd4d4d;
}
#sidebar-categories{
position: fixed;
padding-top: 10px;
width: 30% !important;
color: #2c3e50;
margin-top: 120px;
}
.todo-search{
background: #fd4d4d;
color: #fff;
}
#sidebar-search{
background: #fff;
color: #2c3e50;
padding: 5px;
border-radius: 5px;
}
#sidebar-categories .todo{
box-shadow: 0px 1px 2px #ccc;
}
.todo ul li{
background: #fff;
}
.todo ul li h4{
color: #2c3e50;
} | 0.24817 | 0.055926 |
* {
box-sizing: border-box;
}
body {
padding: 0;
margin: 0;
}
h1 {
font-family: 'Unica One', cursive;
}
p {
font-family: sans-serif;
}
a {
text-decoration: none;
color: #000;
}
/* Header */
#main-header {
position: absolute;
z-index: 99999;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
height: 100px;
width: 100%;
}
/* Navbar */
#navbar {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
width: 100%;
height: 100px;
margin: auto;
font-family: 'Unica One', cursive;
background-image: url("../img/Rectangle\ 59.png");
background-repeat: no-repeat;
background-size: cover;
}
/* Logo */
#logo {
font-size: 13vh;
transform: rotate(-35deg);
}
#logo p {
font-family: 'Akronim', cursive;
color: #43FF00;
text-shadow: #000 5px 5px 15px;
}
#logo p::first-letter {
color: #4A62FF;
}
/* Navbar menu list */
.nav-list {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
align-self: flex-end;
list-style: none;
width: 80%;
}
.nav-list > li {
display: inline-block;
margin: 0 25px;
height: 30px;
font-size: 2.3vh;
}
.nav-list li:hover {
border-bottom: 3px solid #4A62FF;
}
.nav-list a {
color: #fff;
text-shadow: #000 5px 5px 5px;
}
/* Responsive menu button */
#btn-menu {
background-color: transparent;
border: none;
border-radius: 0;
cursor: pointer;
display: none;
}
#btn-menu:focus {
outline: none;
}
/* Menu Icon-bars */
.icon-bar {
width: 35px;
height: 4px;
background-color: #4A62FF;
margin: 7px 0;
transition: 0.8s;
}
/* Rotate first icon-bar */
.change .icon-bar:first-child {
transform: rotate(-45deg) translate(-9px, 6px);
}
/* Fade out the second icon-bar */
.change .icon-bar:nth-child(2) {
opacity: 0;
}
/* Rotate last icon-bar */
.change .icon-bar:last-child {
transform: rotate(45deg) translate(-8px, -8px);
}
/* Banner */
#banner-pilates {
height: 100vh;
position: relative;
z-index: 0;
}
/* Carousel */
#carousel {
background-color: rgb(161, 161, 161);
height: 100%;
}
#main-crsl {
height: 100%;
}
.crsl-ctrl {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
background-color: #4A62FF;
height: 80px;
width: 80px;
top: 45%;
border-radius: 50%;
font-size: 4vh;
padding: 15px;
color: #43FF00;
font-weight: bold;
cursor: pointer;
text-shadow: #000 0px 5px 5px;
box-shadow: #000 5px 5px 10px;
}
.active {
position: relative;
}
.crsl-item {
position: absolute;
display: none;
height: 100%;
width: 100%;
}
/* img {
filter: contrast(180%);
} */
.item-caps {
position: absolute;
bottom: 20%;
right: 10%;
display: flex;
justify-content: center;
align-items: center;
background-color: #4A62FF;
height: 300px;
width: 300px;
border-radius: 50%;
border: 10px solid #fff;
color: #fff;
text-align: center;
box-shadow: #000 0px 0px 15px;
}
.item-caps h1 {
font-size: 2.5em;
margin: auto;
width: 60%;
text-shadow: #000 5px 5px 15px;
}
.item-caps p {
font-size: 1.5em;
margin: auto;
width: 60%;
text-shadow: #000 5px 5px 15px;
font-family: 'Unica One', cursive;
font-weight: bold;
}
.inner-circle {
position: absolute;
top: 50%;
right: 75%;
display: flex;
justify-content: center;
align-items: center;
width: 200px;
height: 200px;
border-radius: 50%;
background-color: #43FF00;
border: 10px solid #fff;
box-shadow: #000 0px 0px 5px;
}
.prev {
left: 25px;
}
.next {
right: 25px;
}
/* About */
#about {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
height: 800px;
margin: auto;
font-family: 'Unica One', cursive;
}
#about > .container {
width: 50%;
}
#about > p {
font-family: sans-serif;
}
/* Services */
#services {
width: 100%;
}
#services .row {
background-color: #4A62FF;
}
.card {
padding: 15px;
color: #fff;
}
.card > article {
display: flex;
justify-content: space-evenly;
flex-direction: column;
align-items: center;
height: 500px;
width: 100%;
margin: auto;
padding: 20px;
border: 2px solid #fff;
}
.card p {
width: 60%;
}
.card article > h1 {
color: #43FF00;
font-size: 4vh;
}
/* Button */
.btn {
border: 2px solid #fff;
padding: 15px;
color: #fff;
font-family: 'Unica One', cursive;
}
.pic-card {
height: 535px;
}
.pic-card > img {
margin: auto;
width: 100%;
/* filter: contrast(180%) brightness(120%); */
}
/* Tools */
#tools {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100vh;
/* padding: 25px; */
}
#tools .tool-card {
background-color: rgb(158, 157, 157);
height: 150px;
width: 300px;
margin: 25px;
}
#tools .row {
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
overflow: auto;
}
/* Gallery */
#gallery {
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100vh;
border-top: 5px solid #43FF00;
overflow: hidden;
}
#gallery > .blur {
position: absolute;
z-index: -1;
height: 100%;
width: 100%;
}
.blur > img {
filter: saturate(25%) blur(10px);
margin: auto;
width: 100%;
/* -ms-filter: blur(100%);
-webkit-filter: blur(100%); */
}
#main-glry {
position: relative;
height: 500px;
width: 999px;
margin: auto;
box-shadow: #000 0px 0px 15px;
}
.glry-item {
height: 100%;
width: 100%;
display: none;
}
.glry-item > img {
/* filter: sepia(50%) brightness(130%) contrast(180%); */
}
.glry-ctrl {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
background-color: #4A62FF;
height: 60px;
width: 60px;
top: 45%;
border-radius: 50%;
font-size: 3vh;
padding: 15px;
color: #fff;
font-weight: bold;
cursor: pointer;
box-shadow: #000 0px 0px 10px;
}
#thumb-panel {
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: row;
height: 200px;
align-self: flex-end;
border: 1px solid #000;
width: 100%;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.513);
}
.thumb-item {
height: 180px;
width: 300px;
opacity: 0.75;
}
.thumb-item > img {
border-radius: 10px;
/* filter: sepia(50%) contrast(180%); */
}
/* Footer */
#footer {
position: relative;
height: 500px;
background-color: #4A62FF;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: row;
box-sizing: border-box;
}
.wtr-mark {
transform: rotate(-35deg);
padding: 0;
margin: 0;
}
.wtr-mark > p {
font-family: 'Akronim', cursive;
color: rgb(133, 148, 246);
font-size: 15vw;
margin: 0;
}
.icon-field {
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: row;
width: 15%;
}
.icon {
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: #000 0px 0px 10px;
}
#small-footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 80px;
background-color: rgb(119, 136, 246);
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: row;
color: #fff;
}
#dev {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: rgb(204, 122, 15);
} | assets/client/css/estilo.css | * {
box-sizing: border-box;
}
body {
padding: 0;
margin: 0;
}
h1 {
font-family: 'Unica One', cursive;
}
p {
font-family: sans-serif;
}
a {
text-decoration: none;
color: #000;
}
/* Header */
#main-header {
position: absolute;
z-index: 99999;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
height: 100px;
width: 100%;
}
/* Navbar */
#navbar {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
width: 100%;
height: 100px;
margin: auto;
font-family: 'Unica One', cursive;
background-image: url("../img/Rectangle\ 59.png");
background-repeat: no-repeat;
background-size: cover;
}
/* Logo */
#logo {
font-size: 13vh;
transform: rotate(-35deg);
}
#logo p {
font-family: 'Akronim', cursive;
color: #43FF00;
text-shadow: #000 5px 5px 15px;
}
#logo p::first-letter {
color: #4A62FF;
}
/* Navbar menu list */
.nav-list {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
align-self: flex-end;
list-style: none;
width: 80%;
}
.nav-list > li {
display: inline-block;
margin: 0 25px;
height: 30px;
font-size: 2.3vh;
}
.nav-list li:hover {
border-bottom: 3px solid #4A62FF;
}
.nav-list a {
color: #fff;
text-shadow: #000 5px 5px 5px;
}
/* Responsive menu button */
#btn-menu {
background-color: transparent;
border: none;
border-radius: 0;
cursor: pointer;
display: none;
}
#btn-menu:focus {
outline: none;
}
/* Menu Icon-bars */
.icon-bar {
width: 35px;
height: 4px;
background-color: #4A62FF;
margin: 7px 0;
transition: 0.8s;
}
/* Rotate first icon-bar */
.change .icon-bar:first-child {
transform: rotate(-45deg) translate(-9px, 6px);
}
/* Fade out the second icon-bar */
.change .icon-bar:nth-child(2) {
opacity: 0;
}
/* Rotate last icon-bar */
.change .icon-bar:last-child {
transform: rotate(45deg) translate(-8px, -8px);
}
/* Banner */
#banner-pilates {
height: 100vh;
position: relative;
z-index: 0;
}
/* Carousel */
#carousel {
background-color: rgb(161, 161, 161);
height: 100%;
}
#main-crsl {
height: 100%;
}
.crsl-ctrl {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
background-color: #4A62FF;
height: 80px;
width: 80px;
top: 45%;
border-radius: 50%;
font-size: 4vh;
padding: 15px;
color: #43FF00;
font-weight: bold;
cursor: pointer;
text-shadow: #000 0px 5px 5px;
box-shadow: #000 5px 5px 10px;
}
.active {
position: relative;
}
.crsl-item {
position: absolute;
display: none;
height: 100%;
width: 100%;
}
/* img {
filter: contrast(180%);
} */
.item-caps {
position: absolute;
bottom: 20%;
right: 10%;
display: flex;
justify-content: center;
align-items: center;
background-color: #4A62FF;
height: 300px;
width: 300px;
border-radius: 50%;
border: 10px solid #fff;
color: #fff;
text-align: center;
box-shadow: #000 0px 0px 15px;
}
.item-caps h1 {
font-size: 2.5em;
margin: auto;
width: 60%;
text-shadow: #000 5px 5px 15px;
}
.item-caps p {
font-size: 1.5em;
margin: auto;
width: 60%;
text-shadow: #000 5px 5px 15px;
font-family: 'Unica One', cursive;
font-weight: bold;
}
.inner-circle {
position: absolute;
top: 50%;
right: 75%;
display: flex;
justify-content: center;
align-items: center;
width: 200px;
height: 200px;
border-radius: 50%;
background-color: #43FF00;
border: 10px solid #fff;
box-shadow: #000 0px 0px 5px;
}
.prev {
left: 25px;
}
.next {
right: 25px;
}
/* About */
#about {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
height: 800px;
margin: auto;
font-family: 'Unica One', cursive;
}
#about > .container {
width: 50%;
}
#about > p {
font-family: sans-serif;
}
/* Services */
#services {
width: 100%;
}
#services .row {
background-color: #4A62FF;
}
.card {
padding: 15px;
color: #fff;
}
.card > article {
display: flex;
justify-content: space-evenly;
flex-direction: column;
align-items: center;
height: 500px;
width: 100%;
margin: auto;
padding: 20px;
border: 2px solid #fff;
}
.card p {
width: 60%;
}
.card article > h1 {
color: #43FF00;
font-size: 4vh;
}
/* Button */
.btn {
border: 2px solid #fff;
padding: 15px;
color: #fff;
font-family: 'Unica One', cursive;
}
.pic-card {
height: 535px;
}
.pic-card > img {
margin: auto;
width: 100%;
/* filter: contrast(180%) brightness(120%); */
}
/* Tools */
#tools {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100vh;
/* padding: 25px; */
}
#tools .tool-card {
background-color: rgb(158, 157, 157);
height: 150px;
width: 300px;
margin: 25px;
}
#tools .row {
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
overflow: auto;
}
/* Gallery */
#gallery {
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100vh;
border-top: 5px solid #43FF00;
overflow: hidden;
}
#gallery > .blur {
position: absolute;
z-index: -1;
height: 100%;
width: 100%;
}
.blur > img {
filter: saturate(25%) blur(10px);
margin: auto;
width: 100%;
/* -ms-filter: blur(100%);
-webkit-filter: blur(100%); */
}
#main-glry {
position: relative;
height: 500px;
width: 999px;
margin: auto;
box-shadow: #000 0px 0px 15px;
}
.glry-item {
height: 100%;
width: 100%;
display: none;
}
.glry-item > img {
/* filter: sepia(50%) brightness(130%) contrast(180%); */
}
.glry-ctrl {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
background-color: #4A62FF;
height: 60px;
width: 60px;
top: 45%;
border-radius: 50%;
font-size: 3vh;
padding: 15px;
color: #fff;
font-weight: bold;
cursor: pointer;
box-shadow: #000 0px 0px 10px;
}
#thumb-panel {
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: row;
height: 200px;
align-self: flex-end;
border: 1px solid #000;
width: 100%;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.513);
}
.thumb-item {
height: 180px;
width: 300px;
opacity: 0.75;
}
.thumb-item > img {
border-radius: 10px;
/* filter: sepia(50%) contrast(180%); */
}
/* Footer */
#footer {
position: relative;
height: 500px;
background-color: #4A62FF;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: row;
box-sizing: border-box;
}
.wtr-mark {
transform: rotate(-35deg);
padding: 0;
margin: 0;
}
.wtr-mark > p {
font-family: 'Akronim', cursive;
color: rgb(133, 148, 246);
font-size: 15vw;
margin: 0;
}
.icon-field {
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: row;
width: 15%;
}
.icon {
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: #000 0px 0px 10px;
}
#small-footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 80px;
background-color: rgb(119, 136, 246);
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: row;
color: #fff;
}
#dev {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: rgb(204, 122, 15);
} | 0.393036 | 0.112405 |
* less/utils.less
* Author: <NAME> <<EMAIL>>
* Date: 21.08.2016
*/
.metismenu {
background: #303336;
font-family: 'Open Sans', sans-serif;
font-size: 12pt;
overflow: hidden;
position: relative;
}
.metismenu > .metismenu-container > .metismenu-item > .metismenu-link {
line-height: 2.5em;
}
.metismenu > .metismenu-container > .metismenu-item > .metismenu-link .metismenu-state-icon {
line-height: 2.5em;
}
.metismenu::after {
box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.5) inset;
-webkit-box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.5) inset;
content: " ";
pointer-events: none;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.metismenu-container,
.metismenu-item {
margin: 0;
padding: 0;
}
.metismenu-container {
list-style: none;
}
.metismenu-container .metismenu-container {
box-shadow: 0 0.3em 0.3em -0.3em #0c0d0e inset, 0 -0.3em 0.3em -0.3em #0c0d0e inset;
-webkit-box-shadow: 0 0.3em 0.3em -0.3em #0c0d0e inset, 0 -0.3em 0.3em -0.3em #0c0d0e inset;
transition: padding 300ms;
-webkit-transition: padding 300ms;
background: rgba(255, 255, 255, 0.05);
}
.metismenu-container .metismenu-container .metismenu-item > .metismenu-link {
height: 0;
overflow: hidden;
}
.metismenu-container .metismenu-container .metismenu-link {
padding-left: 1em;
}
.metismenu-container .metismenu-container .metismenu-container .metismenu-link {
padding-left: 2em;
}
.metismenu-container.visible {
padding: .5em 0;
}
.metismenu-container.visible > .metismenu-item > .metismenu-link {
height: 2.5em;
}
.metismenu-link {
color: #DDD;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
transition: height 300ms, color 300ms, background-color 300ms;
-webkit-transition: height 300ms, color 300ms, background-color 300ms;
display: block;
line-height: 2.5em;
text-decoration: none;
}
.metismenu-link:hover {
background: rgba(255, 255, 255, 0.05);
color: #f7f7f7;
}
.metismenu-link.active {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background: #F53;
color: #FFF;
}
.metismenu-link.has-active-child {
color: #F53;
}
I.metismenu-icon {
text-align: center;
width: 3em;
}
span.icon-custom-class {
width: 3em;
background-color: #ff311b;
margin: 0 12px;
padding: 3px 5px;
border-radius: 5px;
font-size: 12px;
}
I.metismenu-state-icon {
transition: transform 300ms;
-webkit-transition: transform 300ms;
float: right;
line-height: 2.5em;
text-align: center;
width: 3em;
}
I.metismenu-state-icon.rotate-minus-90 {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
} | dist/react-metismenu-standart.css | * less/utils.less
* Author: <NAME> <<EMAIL>>
* Date: 21.08.2016
*/
.metismenu {
background: #303336;
font-family: 'Open Sans', sans-serif;
font-size: 12pt;
overflow: hidden;
position: relative;
}
.metismenu > .metismenu-container > .metismenu-item > .metismenu-link {
line-height: 2.5em;
}
.metismenu > .metismenu-container > .metismenu-item > .metismenu-link .metismenu-state-icon {
line-height: 2.5em;
}
.metismenu::after {
box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.5) inset;
-webkit-box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.5) inset;
content: " ";
pointer-events: none;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.metismenu-container,
.metismenu-item {
margin: 0;
padding: 0;
}
.metismenu-container {
list-style: none;
}
.metismenu-container .metismenu-container {
box-shadow: 0 0.3em 0.3em -0.3em #0c0d0e inset, 0 -0.3em 0.3em -0.3em #0c0d0e inset;
-webkit-box-shadow: 0 0.3em 0.3em -0.3em #0c0d0e inset, 0 -0.3em 0.3em -0.3em #0c0d0e inset;
transition: padding 300ms;
-webkit-transition: padding 300ms;
background: rgba(255, 255, 255, 0.05);
}
.metismenu-container .metismenu-container .metismenu-item > .metismenu-link {
height: 0;
overflow: hidden;
}
.metismenu-container .metismenu-container .metismenu-link {
padding-left: 1em;
}
.metismenu-container .metismenu-container .metismenu-container .metismenu-link {
padding-left: 2em;
}
.metismenu-container.visible {
padding: .5em 0;
}
.metismenu-container.visible > .metismenu-item > .metismenu-link {
height: 2.5em;
}
.metismenu-link {
color: #DDD;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
transition: height 300ms, color 300ms, background-color 300ms;
-webkit-transition: height 300ms, color 300ms, background-color 300ms;
display: block;
line-height: 2.5em;
text-decoration: none;
}
.metismenu-link:hover {
background: rgba(255, 255, 255, 0.05);
color: #f7f7f7;
}
.metismenu-link.active {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background: #F53;
color: #FFF;
}
.metismenu-link.has-active-child {
color: #F53;
}
I.metismenu-icon {
text-align: center;
width: 3em;
}
span.icon-custom-class {
width: 3em;
background-color: #ff311b;
margin: 0 12px;
padding: 3px 5px;
border-radius: 5px;
font-size: 12px;
}
I.metismenu-state-icon {
transition: transform 300ms;
-webkit-transition: transform 300ms;
float: right;
line-height: 2.5em;
text-align: center;
width: 3em;
}
I.metismenu-state-icon.rotate-minus-90 {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
} | 0.497315 | 0.072637 |
.body{
font-size: 0.85rem !important;
}
a{
font-size: 0.90rem !important;
}
ul.admin-aside a, ul.admin-aside span{
color: black !important;
/*background-color: rgba(2,200,200,0.3);*/
}
ul.admin-aside{
background-image: linear-gradient(rgba(00,0,250, 0.3), rgba(150, 150, 150, 0.5), rgba(255, 10, 255, 0.6)) !important;
}
.admin-box-bg{
border: thin solid white !important;
background-image: linear-gradient(rgba(00,0,250, 0.3), rgba(150, 150, 150, 0.5), rgba(2,200,200,0.8)) !important;
}
.admin-aside-bg{
background-color: rgba(2,200,200,0.8);
}
.admin-content{
background-color: rgba(150, 150, 150, 0.4) !important;
/*background-image: linear-gradient(rgba(00,0,250, 0.3), rgba(150, 150, 150, 0.5), rgba(255, 10, 255, 0.4)) !important;*/
}
.btn-news {
color: #fff;
background-color: rgba(2,200,200,0.2);
border-color: white;
}
.form-creator input, .form-creator select{
opacity: 0.9 !important;
font-family: cursive;
font-weight: 400;
}
.card {
height: 330px;
}
.container{
max-width: 95% !important;
/*background-color: rgba(2,200,200,0.3);*/
}
.rotate:hover{
}
.w-90{
min-width: 90% !important;
}
.table-table{
border: solid thin gray;
text-align: center;
width: 100%;
}
.table-table thead{
font-size: 1rem;
font-weight: small;
background-color: rgba(150, 150, 150, 0.3);
border-bottom: solid thin gray;
}
.table-table thead th{
padding: 6px;
}
.table-table tbody tr:hover{
background-color: rgba(2,200,200,0.3);
}
.table-table a{
text-decoration:none;
color: inherit;
}
.alert-info-danger{
font-style: italic;
color: #751b18;
background-color: rgba(200, 100, 100, 0.2);
border-color: #f7c6c5;
-webkit-animation:scaler 2s ease 0.1s infinite alternate;
-ms-animation:scaler 2s ease 0.1s infinite alternate;
-o-animation:scaler 2s ease 0.1s infinite alternate;
-moz-animation:scaler 2s ease 0.1s infinite alternate;
-animation:scaler 2s ease 0.1s infinite alternate;
}
.alert-info-info{
font-style: italic;
background-color: rgba(220, 200, 220, 0.4);
color: #385d7a;
border-color: rgba(220, 200, 220, 0.9);
-webkit-animation:scaler 2s ease 0.1s infinite alternate;
-ms-animation:scaler 2s ease 0.1s infinite alternate;
-o-animation:scaler 2s ease 0.1s infinite alternate;
-moz-animation:scaler 2s ease 0.1s infinite alternate;
-animation:scaler 2s ease 0.1s infinite alternate;
}
.alert-info-success{
font-style: italic;
background-color: rgba(100, 220, 100, 0.3);
color: #1d643b;
border-color: #c7eed8;
-webkit-animation:scaler 2s ease 0.1s infinite alternate;
-ms-animation:scaler 2s ease 0.1s infinite alternate;
-o-animation:scaler 2s ease 0.1s infinite alternate;
-moz-animation:scaler 2s ease 0.1s infinite alternate;
-animation:scaler 2s ease 0.1s infinite alternate;
}
.class-confirm-yes:checked + label, .class-confirm-yes input{
color: green;
}
.class-confirm-no:checked{
}
.class-confirm-no:checked + label{
color: rgba(200, 10, 10, 0.7) ;
text-shadow: 0 0 0 0.5rem rgba(200, 10, 10, 0.5) !important;
} | public/css/custumise.css | .body{
font-size: 0.85rem !important;
}
a{
font-size: 0.90rem !important;
}
ul.admin-aside a, ul.admin-aside span{
color: black !important;
/*background-color: rgba(2,200,200,0.3);*/
}
ul.admin-aside{
background-image: linear-gradient(rgba(00,0,250, 0.3), rgba(150, 150, 150, 0.5), rgba(255, 10, 255, 0.6)) !important;
}
.admin-box-bg{
border: thin solid white !important;
background-image: linear-gradient(rgba(00,0,250, 0.3), rgba(150, 150, 150, 0.5), rgba(2,200,200,0.8)) !important;
}
.admin-aside-bg{
background-color: rgba(2,200,200,0.8);
}
.admin-content{
background-color: rgba(150, 150, 150, 0.4) !important;
/*background-image: linear-gradient(rgba(00,0,250, 0.3), rgba(150, 150, 150, 0.5), rgba(255, 10, 255, 0.4)) !important;*/
}
.btn-news {
color: #fff;
background-color: rgba(2,200,200,0.2);
border-color: white;
}
.form-creator input, .form-creator select{
opacity: 0.9 !important;
font-family: cursive;
font-weight: 400;
}
.card {
height: 330px;
}
.container{
max-width: 95% !important;
/*background-color: rgba(2,200,200,0.3);*/
}
.rotate:hover{
}
.w-90{
min-width: 90% !important;
}
.table-table{
border: solid thin gray;
text-align: center;
width: 100%;
}
.table-table thead{
font-size: 1rem;
font-weight: small;
background-color: rgba(150, 150, 150, 0.3);
border-bottom: solid thin gray;
}
.table-table thead th{
padding: 6px;
}
.table-table tbody tr:hover{
background-color: rgba(2,200,200,0.3);
}
.table-table a{
text-decoration:none;
color: inherit;
}
.alert-info-danger{
font-style: italic;
color: #751b18;
background-color: rgba(200, 100, 100, 0.2);
border-color: #f7c6c5;
-webkit-animation:scaler 2s ease 0.1s infinite alternate;
-ms-animation:scaler 2s ease 0.1s infinite alternate;
-o-animation:scaler 2s ease 0.1s infinite alternate;
-moz-animation:scaler 2s ease 0.1s infinite alternate;
-animation:scaler 2s ease 0.1s infinite alternate;
}
.alert-info-info{
font-style: italic;
background-color: rgba(220, 200, 220, 0.4);
color: #385d7a;
border-color: rgba(220, 200, 220, 0.9);
-webkit-animation:scaler 2s ease 0.1s infinite alternate;
-ms-animation:scaler 2s ease 0.1s infinite alternate;
-o-animation:scaler 2s ease 0.1s infinite alternate;
-moz-animation:scaler 2s ease 0.1s infinite alternate;
-animation:scaler 2s ease 0.1s infinite alternate;
}
.alert-info-success{
font-style: italic;
background-color: rgba(100, 220, 100, 0.3);
color: #1d643b;
border-color: #c7eed8;
-webkit-animation:scaler 2s ease 0.1s infinite alternate;
-ms-animation:scaler 2s ease 0.1s infinite alternate;
-o-animation:scaler 2s ease 0.1s infinite alternate;
-moz-animation:scaler 2s ease 0.1s infinite alternate;
-animation:scaler 2s ease 0.1s infinite alternate;
}
.class-confirm-yes:checked + label, .class-confirm-yes input{
color: green;
}
.class-confirm-no:checked{
}
.class-confirm-no:checked + label{
color: rgba(200, 10, 10, 0.7) ;
text-shadow: 0 0 0 0.5rem rgba(200, 10, 10, 0.5) !important;
} | 0.400163 | 0.078961 |
*,
*::after,
*::before {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
font-family: 'Gowun Batang', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: bold;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background: rgba(169, 160, 160, 0.213);
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: #00000046;
}
::placeholder {
color: rgba(0, 0, 0, 0.624);
}
h1 {
font-size: 50px;
color: rgba(29, 0, 29, 0.974);
}
h3 {
font-size: 30px;
color: rgba(0, 0, 0, 0.809);
animation-name: colorChange;
animation-duration: 0.5s;
animation-direction: alternate;
animation-iteration-count: infinite;
}
@keyframes colorChange {
0% {
background: linear-gradient(rgba(0, 0, 0, 0.029), 30%, rgba(248, 11, 11, 0.2));
}
25% {
background: linear-gradient(rgba(0, 0, 0, 0.029), 50%, rgba(248, 11, 11, 0.27));
}
50% {
background: linear-gradient(rgba(0, 0, 0, 0.029), 70%, rgba(248, 11, 11, 0.34));
}
75% {
background: linear-gradient(rgba(0, 0, 0, 0.029), 80%, rgba(248, 11, 11, 0.41));
}
100% {
background: linear-gradient(rgba(0, 0, 0, 0.029), 90%, rgba(248, 11, 11, 0.48));
}
}
li {
list-style-type: none;
}
header {
padding: 20px 0 50px 30px;
}
.flex {
display: flex;
}
.dir-column {
flex-direction: column;
}
.width-40 {
width: 40%;
}
body {
background: url(./assets/wallpaper.jpg);
background-size: 130%;
background-repeat: no-repeat;
background-position-x: 40%;
width: 100vw;
height: 100vh;
animation-name: wallpaperAnimation;
animation-duration: 1s;
overflow: hidden;
}
@keyframes wallpaperAnimation {
from {
background-size: 300%;
transform: scale(4);
}
to {
background-size: 130%;
transform: scale(1);
}
}
.leaderboard-wrapper {
justify-content: space-around;
align-items: baseline;
}
.recent-scores-header {
align-items: center;
}
.recent-scores-wrapper {
overflow-y: scroll;
height: 500px;
}
.add-score-wrapper {
max-height: 350px;
text-align: right;
}
.recent-scores-wrapper,
.add-score-wrapper {
/* stylelint-disable */
background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(./assets/red-texture-bloody-border.jpg);
background-size: 2%;
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
padding: 30px;
/* stylelint-enable */
/* Its flagged as error length-zero-no-unit, but its for rgba.
I just couldnt find any other solution to this problem.
It's looking like a bug. It shouldnt report it as error. */
}
.recent-scores-header h3 {
margin-right: 20px;
}
.add-score-wrapper > div {
padding-bottom: 30px;
}
.btn {
padding: 2px;
width: 100px;
height: 30px;
background: linear-gradient(rgba(255, 255, 255, 0.268), 50%, rgba(255, 255, 255, 0.09)), url(./assets/border.png);
color: rgba(29, 0, 29, 0.974);
}
.btn:hover {
background: linear-gradient(rgba(0, 0, 0, 0), 90%, rgba(232, 4, 4, 0.056)), url(./assets/border.png);
color: #f9f9f9a1;
}
.submit-btn {
float: right;
}
.add-score-wrapper input[type=text] {
padding: 5px;
border: none;
outline: none;
background-color: rgba(255, 255, 255, 0.385);
border-radius: 2px;
}
.scores-ul {
padding: 30px;
min-height: 100px;
}
.scores-ul li {
color: #f8f8f872;
font-size: 25px;
text-align: center;
}
.scores-ul li:nth-child(even) {
background: linear-gradient(rgba(128, 4, 216, 0.104), rgba(0, 0, 0, 0.604)), url(./assets/border.png);
}
.scores-ul li:nth-child(odd) {
background: linear-gradient(rgba(232, 4, 4, 0.056), rgba(0, 0, 0, 0.604)), url(./assets/border.png);
}
.scores-ul > li:hover {
background: linear-gradient(rgba(0, 0, 0, 0.131), 90%, rgba(248, 11, 11, 0.672)), url(./assets/border.png);
color: #f8f8f8a4;
} | src/style.css | *,
*::after,
*::before {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
font-family: 'Gowun Batang', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: bold;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background: rgba(169, 160, 160, 0.213);
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: #00000046;
}
::placeholder {
color: rgba(0, 0, 0, 0.624);
}
h1 {
font-size: 50px;
color: rgba(29, 0, 29, 0.974);
}
h3 {
font-size: 30px;
color: rgba(0, 0, 0, 0.809);
animation-name: colorChange;
animation-duration: 0.5s;
animation-direction: alternate;
animation-iteration-count: infinite;
}
@keyframes colorChange {
0% {
background: linear-gradient(rgba(0, 0, 0, 0.029), 30%, rgba(248, 11, 11, 0.2));
}
25% {
background: linear-gradient(rgba(0, 0, 0, 0.029), 50%, rgba(248, 11, 11, 0.27));
}
50% {
background: linear-gradient(rgba(0, 0, 0, 0.029), 70%, rgba(248, 11, 11, 0.34));
}
75% {
background: linear-gradient(rgba(0, 0, 0, 0.029), 80%, rgba(248, 11, 11, 0.41));
}
100% {
background: linear-gradient(rgba(0, 0, 0, 0.029), 90%, rgba(248, 11, 11, 0.48));
}
}
li {
list-style-type: none;
}
header {
padding: 20px 0 50px 30px;
}
.flex {
display: flex;
}
.dir-column {
flex-direction: column;
}
.width-40 {
width: 40%;
}
body {
background: url(./assets/wallpaper.jpg);
background-size: 130%;
background-repeat: no-repeat;
background-position-x: 40%;
width: 100vw;
height: 100vh;
animation-name: wallpaperAnimation;
animation-duration: 1s;
overflow: hidden;
}
@keyframes wallpaperAnimation {
from {
background-size: 300%;
transform: scale(4);
}
to {
background-size: 130%;
transform: scale(1);
}
}
.leaderboard-wrapper {
justify-content: space-around;
align-items: baseline;
}
.recent-scores-header {
align-items: center;
}
.recent-scores-wrapper {
overflow-y: scroll;
height: 500px;
}
.add-score-wrapper {
max-height: 350px;
text-align: right;
}
.recent-scores-wrapper,
.add-score-wrapper {
/* stylelint-disable */
background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(./assets/red-texture-bloody-border.jpg);
background-size: 2%;
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
padding: 30px;
/* stylelint-enable */
/* Its flagged as error length-zero-no-unit, but its for rgba.
I just couldnt find any other solution to this problem.
It's looking like a bug. It shouldnt report it as error. */
}
.recent-scores-header h3 {
margin-right: 20px;
}
.add-score-wrapper > div {
padding-bottom: 30px;
}
.btn {
padding: 2px;
width: 100px;
height: 30px;
background: linear-gradient(rgba(255, 255, 255, 0.268), 50%, rgba(255, 255, 255, 0.09)), url(./assets/border.png);
color: rgba(29, 0, 29, 0.974);
}
.btn:hover {
background: linear-gradient(rgba(0, 0, 0, 0), 90%, rgba(232, 4, 4, 0.056)), url(./assets/border.png);
color: #f9f9f9a1;
}
.submit-btn {
float: right;
}
.add-score-wrapper input[type=text] {
padding: 5px;
border: none;
outline: none;
background-color: rgba(255, 255, 255, 0.385);
border-radius: 2px;
}
.scores-ul {
padding: 30px;
min-height: 100px;
}
.scores-ul li {
color: #f8f8f872;
font-size: 25px;
text-align: center;
}
.scores-ul li:nth-child(even) {
background: linear-gradient(rgba(128, 4, 216, 0.104), rgba(0, 0, 0, 0.604)), url(./assets/border.png);
}
.scores-ul li:nth-child(odd) {
background: linear-gradient(rgba(232, 4, 4, 0.056), rgba(0, 0, 0, 0.604)), url(./assets/border.png);
}
.scores-ul > li:hover {
background: linear-gradient(rgba(0, 0, 0, 0.131), 90%, rgba(248, 11, 11, 0.672)), url(./assets/border.png);
color: #f8f8f8a4;
} | 0.631594 | 0.130396 |
----------------------------------------------------------*/
body {
font-family: "Raleway-Regular";
color: #666;
font-size: 15px;
font-weight: 400; }
@font-face {
font-family: "Raleway-Regular";
src: url("../fonts/raleway/Raleway-Regular.ttf"); }
@font-face {
font-family: "Raleway-SemiBold";
src: url("../fonts/raleway/Raleway-SemiBold.ttf");
font-weight: 600; }
@font-face {
font-family: "Raleway-ExtraBold";
src: url("../fonts/raleway/Raleway-ExtraBold.ttf");
font-weight: 800; }
@font-face {
font-family: "Raleway-Bold";
src: url("../fonts/raleway/Raleway-Bold.ttf");
font-weight: 700; }
@font-face {
font-family: "Raleway-Medium";
src: url("../fonts/raleway/Raleway-Medium.ttf");
font-weight: 500; }
@font-face {
font-family: "Raleway-Light";
src: url("../fonts/raleway/Raleway-Light.ttf");
font-weight: 300; }
@font-face {
font-family: "Raleway-Black";
src: url("../fonts/raleway/Raleway-Black.ttf");
font-weight: 900; }
@font-face {
font-family: "Lato-Regular";
src: url("../fonts/lato/Lato-Regular.ttf");
font-weight: 400; }
@font-face {
font-family: "GreatVibes-Regular";
src: url("../fonts/great_vibes/GreatVibes-Regular.ttf");
font-weight: 400; }
@font-face {
font-family: "Satisfy-Regular";
src: url("../fonts/satisfy/Satisfy-Regular.ttf");
font-weight: 400; }
@font-face {
font-family: "Constanb";
src: url("../fonts/constantia/Constanb.ttf"); }
@font-face {
font-family: "Bitter-Regular";
src: url("../fonts/bitter/Bitter-Regular.ttf"); }
@font-face {
font-family: "Bitter-Bold";
src: url("../fonts/bitter/Bitter-Bold.ttf");
font-weight: 700; }
@font-face {
font-family: "AmaticSC-Regular";
src: url("../fonts/amatic_sc/AmaticSC-Regular.ttf");
font-weight: 400; }
@font-face {
font-family: "AmaticSC-Bold";
src: url("../fonts/amatic_sc/AmaticSC-Bold.ttf");
font-weight: 700; }
@font-face {
font-family: "AlexBrush-Regular";
src: url("../fonts/alex_brush/AlexBrush-Regular.ttf"); }
@font-face {
font-family: "Sacramento-Regular";
src: url("../fonts/sacramento/Sacramento-Regular.ttf"); }
@font-face {
font-family: "JuliusSansOne-Regular";
src: url("../fonts/julius_sans_one/JuliusSansOne-Regular.ttf"); }
@font-face {
font-family: "Georgia";
src: url("../fonts/georgia/Georgia.ttf"); }
@font-face {
font-family: "Georgia-Bold";
src: url("../fonts/georgia/Georgia-Bold.ttf"); }
@font-face {
font-family: "Calibri-Bold";
src: url("../fonts/calibri/Calibri-Bold.TTF"); }
@font-face {
font-family: "Mvboli";
src: url("../fonts/mvboli/mvboli.ttf"); }
@font-face {
font-family: "Pacifico-Regular";
src: url("../fonts/pacifico/Pacifico-Regular.ttf"); }
p {
line-height: 1.8; }
h1, h2, h3, h4, h5, h6 {
line-height: 1.3;
color: #333; }
h1 {
font-size: 50px;
font-family: "Raleway-Bold";
font-weight: 700; }
h2 {
font-size: 40px;
font-family: "Raleway-Bold";
font-weight: 700; }
h3 {
font-size: 35px;
font-family: "Raleway-SemiBold";
font-weight: 600; }
h4 {
font-size: 25px; }
h5 {
font-size: 20px;
font-family: "Raleway-SemiBold";
font-weight: 600; }
h6 {
font-size: 17px; }
/* 2. Commons
----------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6, ul {
margin-bottom: 0; }
blockquote, figure {
margin-bottom: 0; }
img {
max-width: 100%; }
ol, ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none; }
a:hover {
text-decoration: none; }
:focus {
outline: none; }
button:focus {
outline: none; }
textarea {
resize: none; }
select {
-moz-appearance: none;
-webkit-appearance: none;
cursor: pointer; }
select option[value=""][disabled] {
display: none; }
.preload * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important; }
.star-rating {
color: #ffcc66; }
.bg-2c {
background: #2c2c2c; }
.bg-fa {
background: #fafafa; }
.border-place {
transform: translate(-8px, -11px); }
.border-place-1 {
transform: translate(10px, -10px); }
.ml--10 {
margin-left: -10px; }
.btn-holder {
text-align: center; }
.social a {
font-size: 20px;
color: #666;
margin-right: 16px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.social a:last-child {
margin-right: 0; }
.social a:hover {
color: #999; }
.social.round a {
width: 36px;
height: 35px;
display: inline-block;
line-height: 35px;
text-align: center;
border-radius: 50%;
font-size: 17px;
color: #fff;
margin-right: 10px; }
.social.round a:last-child {
margin-right: 0; }
.section-primary {
padding-top: 139px;
padding-bottom: 116px; }
.section-primary.pt-100 {
padding-top: 100px; }
.section-primary.pt-112 {
padding-top: 112px; }
.section-primary.pt-120 {
padding-top: 120px; }
.section-primary.pt-133 {
padding-top: 133px; }
.section-primary.pt-140 {
padding-top: 140px; }
.section-primary.pt-150 {
padding-top: 150px; }
.section-primary.pb-50 {
padding-bottom: 50px; }
.section-primary.pb-60 {
padding-bottom: 60px; }
.section-primary.pb-90 {
padding-bottom: 90px; }
.section-primary.pb-101 {
padding-bottom: 101px; }
.section-primary.pb-110 {
padding-bottom: 110px; }
.section-primary.pb-113 {
padding-bottom: 113px; }
.section-primary.pb-120 {
padding-bottom: 120px; }
.section-header {
text-align: center;
margin-bottom: 70px; }
.section-header.mt-29 {
margin-top: 29px; }
.section-header.mb-60 {
margin-bottom: 60px; }
.section-header h1, .section-header h2 {
text-transform: uppercase;
margin-bottom: 10px; }
.section-header span {
display: block;
color: #cdaa7c;
font-family: "Satisfy-Regular";
font-size: 30px; }
.images-preloader {
position: fixed;
z-index: 100001;
background-color: #eee;
width: 100%;
height: 100%; }
.rectangle-bounce {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
margin-left: -15px;
margin-top: -10px; }
#preloader {
position: relative; }
#preloader span {
display: block;
bottom: 0px;
width: 9px;
height: 5px;
background: #cdaa7c;
position: absolute;
animation: preloader 1.5s infinite ease-in-out; }
#preloader span:nth-child(2) {
left: 11px;
animation-delay: .2s; }
#preloader span:nth-child(3) {
left: 22px;
animation-delay: .4s; }
#preloader span:nth-child(4) {
left: 33px;
animation-delay: .6s; }
#preloader span:nth-child(5) {
left: 44px;
animation-delay: .8s; }
@keyframes preloader {
0% {
height: 5px;
transform: translateY(0px); }
25% {
height: 30px;
transform: translateY(15px); }
50% {
height: 5px;
transform: translateY(0px); }
100% {
height: 5px;
transform: translateY(0px); } }
.page-info {
background-attachment: fixed;
background-position: top;
height: 550px;
position: relative;
text-align: center;
background-repeat: no-repeat; }
.page-info .section-header {
position: absolute;
padding: 0 15px;
position: absolute;
left: 50%;
margin-bottom: 0;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
bottom: 35%;
width: 100%; }
.page-breadcrumb {
background: #f2f2f2;
padding: 76px 0; }
.page-breadcrumb h3 {
font-size: 30px;
text-transform: uppercase;
font-family: "Raleway-Medium";
font-weight: 500; }
.page-breadcrumb .au-breadcrumb {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
height: 100%;
align-items: center;
flex-wrap: wrap; }
.page-breadcrumb .au-breadcrumb li {
margin-right: 8px; }
.page-breadcrumb .au-breadcrumb li:after {
content: "/";
margin-left: 4px; }
.page-breadcrumb .au-breadcrumb li:last-child {
margin-right: 0; }
.page-breadcrumb .au-breadcrumb li:last-child:after {
display: none; }
.page-breadcrumb .au-breadcrumb li a {
color: #666; }
.page-breadcrumb .au-breadcrumb li a:hover {
color: #cdaa7c; }
.page-breadcrumb.wide {
padding-left: 15px;
padding-right: 15px; }
.item-info h4 {
margin-bottom: 8px; }
.item-info h4 a {
color: #fff; }
.item-info h4 a:hover {
color: #ffcc66; }
.item-info h5 {
font-family: "Raleway-Regular";
font-weight: 400;
margin-bottom: 7px;
font-size: 20px; }
.item-info h5 a {
color: #fff; }
.item-info h5 a.bold-color {
color: #333; }
.item-info h5 a:hover {
color: #cdaa7c; }
.item-info h5 a.hover-sixth-color:hover {
color: #dfa027; }
.item-info h6 {
margin-bottom: 6px; }
.item-info h6 a {
color: #333;
display: block; }
.item-info h6 a:hover {
color: #cdaa7c; }
.item-info h6 a.hover-third-color:hover {
color: #accadd; }
.item-info .star-rating {
font-size: 15px;
margin-bottom: 9px; }
.item-info .star-rating i {
margin-right: 2px; }
.item-info .star-rating i:last-child {
margin-right: 0; }
.item-info .price {
color: #fff;
font-size: 20px; }
.item-info .price.bold-color {
color: #333; }
.change {
position: relative; }
.change .au-btn, .change .buy {
left: 50%;
position: absolute;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s; }
.change .au-btn {
transform: translate(-50%, 40px);
-webkit-transform: translate(-50%, 40px);
-moz-transform: translate(-50%, 40px);
-ms-transform: translate(-50%, 40px);
-o-transform: translate(-50%, 40px);
opacity: 0; }
.change .buy {
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0); }
.item-box {
text-align: center; }
.item-box .thumb {
display: inline-block; }
.item-box:hover .au-btn {
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
opacity: 1; }
.item-box:hover .buy {
transform: translate(-50%, 40px);
-webkit-transform: translate(-50%, 40px);
-moz-transform: translate(-50%, 40px);
-ms-transform: translate(-50%, 40px);
-o-transform: translate(-50%, 40px);
opacity: 0; }
.owl-carousel .owl-item img {
width: auto;
display: inline-block; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #cdaa7c; }
.owl-theme .owl-dots .owl-dot span {
width: 8px;
height: 8px; }
.owl-theme.style .owl-dots .owl-dot span {
margin: 0 2px;
background: #cdaa7c;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.owl-theme.style .owl-dots .owl-dot.active span {
width: 27px; }
.owl-theme.style-1 .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 0 3.5px;
border: 1px solid #fff;
background: none; }
.owl-theme.style-1 .owl-dots .owl-dot.active span {
border-color: transparent;
background: #cdaa7c; }
.post .post-thumb {
overflow: hidden;
position: relative; }
.post .post-thumb img {
-webkit-transition: transform 0.5s ease;
-moz-transition: transform 0.5s ease;
-o-transition: transform 0.5s ease;
transition: transform 0.5s ease; }
.post .post-thumb img:hover {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
opacity: 0.8; }
.post .post-date {
position: absolute;
top: 20px;
right: 20px;
display: inline-block;
width: 72px;
height: 72px;
background: #cdaa7c;
padding: 3px; }
.post .post-date .inner {
border: 1px solid rgba(255, 255, 255, 0.5);
height: 100%;
color: #fff;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%; }
.post .post-date .inner .date {
font-family: "Raleway-SemiBold";
font-size: 35px;
line-height: 1.05; }
.post .post-date .inner .month {
font-size: 13px;
text-transform: uppercase; }
.post .post-date.black-bg {
background: #181818; }
.post .post-date.black-bg .inner {
border: 1px solid rgba(172, 202, 221, 0.5); }
.post .post-body {
padding-top: 35px; }
.post .post-body .post-date--style {
line-height: 1.3; }
.post .post-body .post-date--style span {
display: inline-block;
position: relative; }
.post .post-body .post-date--style span.date {
font-size: 70px;
font-family: "Raleway-Bold";
font-weight: 700;
color: #f8f4ee;
transform: translateX(-18px);
-webkit-transform: translateX(-18px);
-moz-transform: translateX(-18px);
-ms-transform: translateX(-18px);
-o-transform: translateX(-18px); }
.post .post-body .post-date--style span.month {
text-transform: uppercase;
color: #cdaa7c;
font-size: 20px;
font-family: "Raleway-Bold";
font-weight: 700;
transform: translateY(-17px);
-webkit-transform: translateY(-17px);
-moz-transform: translateY(-17px);
-ms-transform: translateY(-17px);
-o-transform: translateY(-17px);
z-index: 9; }
.post .post-body .post-date--style.right span.date {
transform: translateX(-29px);
-webkit-transform: translateX(-29px);
-moz-transform: translateX(-29px);
-ms-transform: translateX(-29px);
-o-transform: translateX(-29px); }
.post .post-body .post-date--style.right span.month {
transform: translate(77px, -17px);
-webkit-transform: translate(77px, -17px);
-moz-transform: translate(77px, -17px);
-ms-transform: translate(77px, -17px);
-o-transform: translate(77px, -17px); }
.post .post-body h5 {
margin-bottom: 13px;
text-transform: uppercase;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis; }
.post .post-body h5 a {
color: #333; }
.post .post-body h5 a:hover {
color: #cdaa7c; }
.post .post-body h5 a.hover-third-color:hover {
color: #accadd; }
.post .post-body h5 a.hover-fifth-color:hover {
color: #956f32; }
.post .post-body p {
margin-bottom: 26px; }
.post .post-body.has-border {
padding-left: 35px;
padding-right: 35px;
padding-bottom: 44px;
border: 1px solid #e6e6e6; }
.post .post-body.has-border p {
margin-bottom: 19px; }
.post .post-body.bg-1 {
background: url("../images/post-body-bg-1.png") right bottom no-repeat; }
.post .post-body.bg-2 {
background: url("../images/post-body-bg-2.png") right bottom no-repeat; }
.post .post-body.bg-3 {
background: url("../images/post-body-bg-3.png") right bottom no-repeat; }
.post .post-body.fixed {
padding-top: 0;
transform: translateY(-19px);
-webkit-transform: translateY(-19px);
-moz-transform: translateY(-19px);
-ms-transform: translateY(-19px);
-o-transform: translateY(-19px); }
.post .post-body.fixed h5 {
margin-bottom: 11px; }
.post .post-body.fixed p {
margin-bottom: 22px; }
.post .post-body.fixed .au-btn__readmore {
text-decoration: unset; }
.post .post-body.pl-4px {
padding-left: 4px; }
.post.has-mb {
margin-bottom: 24px; }
.post.has-mb.mb-30 {
margin-bottom: 30px; }
.post.bigger .post-thumb .post-date {
width: 92px;
height: 92px;
padding: 4px; }
.post.bigger .post-thumb .post-date .inner .date {
font-size: 45px; }
.post.bigger .post-thumb .post-date .inner .month {
font-size: 16px;
font-family: "Raleway-SemiBold";
font-weight: 600; }
.post.bigger .post-body {
padding-top: 33px; }
.post.bigger .post-body h5 {
font-size: 22px;
margin-bottom: 16px; }
.post.bigger .post-body p {
margin-bottom: 19px; }
.post.smaller .post-thumb .post-date {
width: 57px;
height: 57px;
right: 10px;
top: 10px; }
.post.smaller .post-thumb .post-date .inner .date {
font-size: 27px; }
.post.smaller .post-thumb .post-date .inner .month {
font-size: 10px; }
.post.smaller .post-body {
padding-top: 27px; }
.post.smaller .post-body h5 {
font-size: 18px; }
.post.smaller .post-body p {
margin-bottom: 19px; }
.post.pl-20 {
padding-left: 20px; }
.au-btn {
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
width: 152px;
height: 42px;
justify-content: center;
align-items: center;
text-transform: uppercase;
color: #fff;
border: none;
overflow: hidden;
cursor: pointer;
background: none; }
.au-btn.short {
width: 145px; }
.au-btn.medium {
width: 174px; }
.au-btn.long {
width: 183px; }
.au-btn.extra-long {
width: 208px; }
.au-btn.round {
border-radius: 21px; }
.au-btn.has-bd {
border: 1px solid rgba(255, 255, 255, 0.5); }
.au-btn.has-bd.bd-999 {
border: 1px solid #999; }
.au-btn.has-bd.bd-fff {
border: 1px solid #fff; }
.au-btn.has-bd:hover {
border-color: transparent; }
.au-btn.has-bg {
background: #333; }
.au-btn.bg-fourth-color {
background: #ff3333;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.au-btn.bg-fourth-color:hover {
background: #cc2929; }
.au-btn.btn-cart {
width: 158px;
height: 42px;
color: #333; }
.au-btn.btn-cart:hover {
color: #fff; }
.au-btn__readmore {
text-transform: uppercase;
color: #333;
text-decoration: underline;
display: inline-block; }
.au-btn__readmore.color-36 {
color: #363636; }
.au-btn__readmore:hover {
color: #cdaa7c;
text-decoration: underline; }
.au-btn__readmore.hover-third-color:hover {
color: #accadd; }
.au-btn__readmore.hover-fourth-color:hover {
color: #ff3333; }
.au-btn__readmore.hover-fifth-color:hover {
color: #956f32; }
.au-btn--hover {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s; }
.au-btn--hover:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #cdaa7c;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.au-btn--hover:hover, .au-btn--hover:focus, .au-btn--hover:active {
color: #fff; }
.au-btn--hover:hover:before, .au-btn--hover:focus:before, .au-btn--hover:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1); }
.form-control {
background: none;
border: none;
padding: 0;
border-radius: 0;
font-size: 18px; }
.form-control:focus {
background: none;
border-color: #ccc;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none; }
.form-control::-webkit-input-placeholder {
font-size: 18px; }
.form-control::-moz-placeholder {
font-size: 18px; }
.form-control:-ms-input-placeholder {
font-size: 18px; }
.form-control:-moz-placeholder {
font-size: 18px; }
.form-holder {
position: relative; }
.form-holder span {
position: absolute;
right: 0;
bottom: 8px;
font-size: 12px;
color: #ccc; }
.form-holder span.big {
font-size: 18px; }
.form-holder span.lnr-clock {
bottom: 11px; }
.form-holder span.primary-color {
color: #666; }
.select {
position: relative; }
.select .form-control {
cursor: pointer;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
align-items: center; }
.select .dropdown {
display: none;
position: absolute;
top: 100%;
width: 100%;
background: #fff;
z-index: 9;
border: 1px solid #4192cb; }
.select .dropdown li {
padding: 5px 10px; }
.select .dropdown li:hover {
background: #81acee;
color: #fff; }
.form-row {
flex-wrap: nowrap;
margin: 0 0 43px; }
.form-row .form-col {
width: 50%;
margin-right: 51px; }
.form-row .form-col:last-child {
margin-right: 0; }
/* 3. Header
----------------------------------------------------------*/
.navbar-desktop {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
top: 30px;
z-index: 9;
width: 100%;
float: left;
padding-left: 80px;
padding-right: 80px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.navbar-desktop.top-48 {
top: 48px; }
.navbar-desktop > ul {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex; }
.navbar-desktop > ul.pl-53 {
padding-left: 53px; }
.navbar-desktop > ul > li {
margin-right: 29px; }
.navbar-desktop > ul > li.mr-fixed {
margin-right: 156px; }
.navbar-desktop > ul > li > a {
text-transform: uppercase;
font-size: 16px;
padding: 3px 7px 2px;
color: #fff;
border: 1px solid transparent;
transition: all 0.3s ease; }
.navbar-desktop > ul > li > a:hover {
color: #cdaa7c;
border: 1px solid rgba(205, 170, 124, 0.2); }
.navbar-desktop > ul > li.current > a {
color: #cdaa7c;
border: 1px solid rgba(205, 170, 124, 0.2); }
.navbar-desktop > ul > li:last-child {
margin-right: 0; }
.navbar-desktop > ul > li.has-children {
position: relative; }
.navbar-desktop > ul > li.has-children .sub-menu {
position: absolute;
left: -30px;
z-index: 99;
top: 100%;
padding-top: 41px;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.navbar-desktop > ul > li.has-children .sub-menu .wrapper {
display: none; }
.navbar-desktop > ul > li.has-children ul {
background: #181818;
width: 176px;
padding: 23px 0 25px 30px; }
.navbar-desktop > ul > li.has-children ul li.has-children {
position: relative; }
.navbar-desktop > ul > li.has-children ul li.has-children > a {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 30px; }
.navbar-desktop > ul > li.has-children ul li.has-children > a i.zmdi {
font-size: 16px;
color: #b2b2b2; }
.navbar-desktop > ul > li.has-children ul li.has-children .sub-menu {
left: 100%;
top: 0;
padding-top: 0;
padding-left: 5px; }
.navbar-desktop > ul > li.has-children ul li.has-children ul {
width: 210px; }
.navbar-desktop > ul > li.has-children ul li a {
color: #b2b2b2;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding-top: 6.5px;
padding-bottom: 6.5px;
display: inline-block; }
.navbar-desktop > ul > li.has-children ul li.current > a, .navbar-desktop > ul > li.has-children ul li:hover > a {
color: #cdaa7c;
padding-left: 15px;
position: relative; }
.navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
color: #cdaa7c; }
.navbar-desktop > ul > li.has-children ul li.current > a:before, .navbar-desktop > ul > li.has-children ul li:hover > a:before {
content: "";
width: 9px;
height: 1px;
background: #cdaa7c;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
left: 0; }
.navbar-desktop > ul > li.has-children:nth-child(2) ul, .navbar-desktop > ul > li.has-children:last-child ul {
width: 210px; }
.navbar-desktop > ul > li.has-children:nth-child(5) ul {
width: 260px; }
.navbar-desktop.fixed {
-webkit-animation: fadeInDown 0.3s ease-out forwards;
-moz-animation: fadeInDown 0.3s ease-out forwards;
-o-animation: fadeInDown 0.3s ease-out forwards;
animation: fadeInDown 0.3s ease-out forwards;
position: fixed;
top: 0;
left: 0;
z-index: 99;
background: #000;
width: 100%;
padding: 20px 80px;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); }
.navbar-desktop.fixed .logo {
max-width: 33%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.navbar-desktop .logo {
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.navbar-desktop.aside {
overflow: auto;
position: fixed;
left: 0;
top: 0;
width: 15.625%;
background: #181818;
flex-direction: column;
height: 100%;
justify-content: flex-start;
padding: 105px 0; }
.navbar-desktop.aside::-webkit-scrollbar {
display: none; }
.navbar-desktop.aside .logo {
margin-bottom: 142px; }
.navbar-desktop.aside > ul {
display: block;
text-align: center;
margin-bottom: 227px; }
.navbar-desktop.aside > ul > li {
margin-right: 0; }
.navbar-desktop.aside > ul > li > a {
display: inline-block;
margin: 11px 0; }
.navbar-desktop.aside > ul > li.has-children ul {
width: auto;
padding: 0; }
.navbar-desktop.has-bg {
top: 0;
padding: 30px 80px;
background: #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.navbar-desktop.has-bg > ul > li > a {
color: #333; }
.navbar-desktop.has-bg > ul > li > a:hover {
color: #cdaa7c; }
.navbar-desktop.has-bg > ul > li.current > a {
color: #cdaa7c;
border: 1px solid rgba(205, 170, 124, 0.2); }
.navbar-desktop.has-bg .action {
color: #333; }
.navbar-desktop.has-bg.fixed {
padding: 20px 80px;
background: rgba(255, 255, 255, 0.95); }
.navbar-desktop.has-bg.static {
float: none; }
.navbar-desktop.has-bg.middle {
justify-content: center;
float: none;
height: 128px;
padding: 0; }
.navbar-desktop.has-bg.middle .logo {
position: absolute; }
.navbar-desktop.has-bg.middle.fixed {
height: 108px;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease; }
.navbar-desktop.has-bg.middle.fixed .logo {
max-width: 3.5%; }
.navbar-desktop.has-bg > ul > li.has-children ul {
background: #fff;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); }
.navbar-desktop.no-float {
float: none;
top: 0;
background: #181818;
padding: 30px 80px; }
.navbar-desktop .left, .navbar-desktop .right, .navbar-mobile .left, .navbar-mobile .right {
width: 180px; }
.navbar-desktop .right, .navbar-mobile .right {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: flex-end; }
.navbar-mobile {
display: none;
background: #333;
padding: 15px 0; }
.navbar-mobile .heading {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
align-items: center; }
.navbar-mobile .heading .notify {
margin-right: 15px; }
.navbar-mobile .heading .search-icon {
margin-right: 0; }
.navbar-mobile .logo {
max-width: 8%; }
.navbar-mobile span.search-icon {
font-size: 25px;
color: #fff;
cursor: pointer; }
.navbar-mobile__toggler {
display: inline-block; }
.navbar-mobile__toggler span {
display: block;
width: 30px;
height: 4px;
background-color: #cdaa7c;
margin: 5px 0; }
.navbar-mobile__toggler span:last-child {
margin-bottom: 0; }
.navbar-mobile__toggler.bg-third-color span {
background-color: #accadd; }
.navbar-mobile__toggler.bg-fourth-color span {
background-color: #ff3333; }
.navbar-mobile__toggler.bg-fifth-color span {
background-color: #956f32; }
.navbar-mobile__toggler.bg-sixth-color span {
background-color: #dfa027; }
.action {
color: #fff;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between; }
.action .notify {
position: relative;
display: inline-block;
margin-right: 31px;
cursor: pointer; }
.action .notify span.notify-amount {
position: absolute;
top: 6px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
font-size: 9px;
font-family: "Lato-Regular"; }
.action .notify:hover .widget_shopping_cart {
webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1; }
.action span.search-icon {
font-size: 24.31px;
margin-right: 28px;
cursor: pointer; }
.action span.menu-sidebar-icon {
font-size: 24px;
cursor: pointer; }
.action .au-btn {
width: 124px;
height: 33px;
border-radius: 16.5px;
font-size: 12px;
margin-right: 28px; }
#modalSearch {
background: url("../images/modal-search-bg.jpg") center center;
background-size: cover;
-webkit-transition: opacity .15s linear;
-moz-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear; }
#modalSearch .modal-dialog {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0;
width: 774px; }
#modalSearch .modal-content {
background: none;
border: none; }
#modalSearch .modal-content input {
height: 40px;
width: 100%;
background: none;
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
font-size: 25px;
color: #fff;
font-family: "Raleway-Medium";
font-weight: 500;
padding-right: 40px; }
#modalSearch .modal-content input::-webkit-input-placeholder {
color: #fff;
font-size: 25px;
font-family: "Raleway-Medium";
font-weight: 500; }
#modalSearch .modal-content input::-moz-placeholder {
color: #fff;
font-size: 25px;
font-family: "Raleway-Medium";
font-weight: 500; }
#modalSearch .modal-content input:-ms-input-placeholder {
color: #fff;
font-size: 25px;
font-family: "Raleway-Medium";
font-weight: 500; }
#modalSearch .modal-content input:-moz-placeholder {
color: #fff;
font-size: 25px;
font-family: "Raleway-Medium";
font-weight: 500; }
#modalSearch .modal-content button {
background: transparent;
position: absolute;
top: 50%;
border: none;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
z-index: 9;
cursor: pointer; }
#modalSearch .modal-content button span {
font-size: 25px;
color: #fff; }
#modalSearch .lnr-cross {
position: absolute;
top: 5.9%;
right: 4.16%;
font-size: 24px;
color: #fff;
cursor: pointer; }
.widget_shopping_cart {
position: absolute;
right: -31px;
z-index: 9;
top: 100%;
padding-top: 44px;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.widget_shopping_cart_content {
width: 304px;
background: #181818;
padding: 35px 30px; }
.widget_shopping_cart_content ul.woocommerce-mini-cart {
margin-bottom: 23px;
display: block; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li {
position: relative;
margin-bottom: 20px;
margin-right: 0; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li .remove {
position: absolute;
right: 0;
top: 7px;
color: #cdaa7c;
font-size: 14px; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li .image-holder {
color: #fff; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li .image-holder img {
float: left;
max-width: 27.05%;
margin-right: 11px; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li .image-holder .product-name {
display: inline-block;
margin-top: 5px; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li .image-holder:hover {
color: #cdaa7c; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li .quantity {
display: block;
color: #cdaa7c; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li .quantity .amount {
display: block;
color: #b2b2b2;
margin-bottom: 3px; }
.widget_shopping_cart_content .woocommerce-mini-cart__total {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
color: #fff;
font-size: 18px;
margin-bottom: 1px; }
.widget_shopping_cart_content .woocommerce-mini-cart__total strong {
font-family: "Raleway-Medium";
font-weight: 500; }
.widget_shopping_cart_content .woocommerce-mini-cart__total .color-cdaa7c {
color: #cdaa7c; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
text-transform: uppercase;
border: 1px solid #cdaa7c;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
height: 43px;
margin-top: 24px; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
flex-grow: 1;
text-align: center;
height: 100%;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
align-items: center;
justify-content: center; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.view-cart {
color: #cdaa7c; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout {
background: #cdaa7c;
color: #fff; }
.menu-sidebar {
height: 100vh;
overflow: auto;
position: fixed;
width: 23.7%;
top: 0;
right: 0;
z-index: 999;
background: #181818;
padding: 50px 4.21% 40px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-direction: column;
justify-content: center;
transform: translateX(100%);
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.menu-sidebar::-webkit-scrollbar {
display: none; }
.menu-sidebar.show {
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0); }
.menu-sidebar .close-btn {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: flex-end;
margin-bottom: 33px;
cursor: pointer; }
.menu-sidebar .close-btn span {
font-size: 24px;
color: #fff; }
.menu-sidebar .text {
margin-top: 50px;
margin-bottom: 28px;
color: #ccc; }
.menu-sidebar .image-slider {
margin-bottom: 58px; }
.menu-sidebar .image-slider.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 16px; }
.contact-part {
margin-bottom: 127px; }
.contact-part .contact-line {
display: block;
margin-bottom: 19px;
color: #b2b2b2; }
.contact-part .contact-line:last-child {
margin-bottom: 0; }
.contact-part .contact-line span:first-child {
margin-right: 10px; }
.contact-part .contact-line a {
color: #b2b2b2; }
.contact-part .contact-line span.lnr {
color: #ccc; }
.food-slider .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 42px; }
.food-slider .owl-theme .owl-dots .owl-dot span {
margin: 0 2px;
background: #cdaa7c;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.food-slider .owl-theme .owl-dots .owl-dot.active span {
width: 27px; }
.food-slider .image-holder {
position: relative;
overflow: hidden; }
.food-slider .image-holder img {
-webkit-transition: transform 0.3s linear;
-moz-transition: transform 0.3s linear;
-o-transition: transform 0.3s linear;
transition: transform 0.3s linear; }
.food-slider .image-holder:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 9; }
.food-slider .image-holder .inner {
position: absolute;
top: 50%;
left: 50%;
z-index: 99;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
text-align: center;
width: 90%; }
.food-slider .image-holder .item-info {
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0); }
.food-slider .image-holder .item-info h4 {
margin-bottom: 5px; }
.food-slider .image-holder .item-info .star-rating {
margin-bottom: 9px;
font-size: 18px; }
.food-slider .image-holder .item-info .star-rating i {
margin-right: 5px; }
.food-slider .image-holder .item-info .price {
font-size: 25px; }
.food-slider .image-holder:hover img {
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2); }
.food-slider .image-holder:hover:before {
background: rgba(0, 0, 0, 0.6); }
.food-slider .image-holder:hover .item-info {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
opacity: 1; }
/* 4. Home
----------------------------------------------------------*/
body.center {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center; }
.page-bg {
background: url("../images/full-page-bg.jpg") center center;
background-size: cover;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0; }
.middle-wrapper {
background: #fff;
min-width: 1230px;
z-index: 9; }
.page-wrapper {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex; }
.page-wrapper header {
width: 15.625%; }
.page-wrapper main {
width: 84.375%;
background: #333; }
.page-wrapper main .rev_slider_wrapper {
margin-bottom: 30px; }
.rev_slider_wrapper.px-30 {
padding: 0 30px; }
.tp-bullet {
width: 12px;
height: 12px;
border-radius: 50%;
background: none;
border: 1px solid #fff; }
.tp-bullet.selected, .tp-bullet:hover {
background: #cdaa7c;
border-color: transparent;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease; }
.rev_slider {
display: none; }
.rev_slider .caption-btn {
text-transform: uppercase;
border: 1px solid rgba(255, 255, 255, 0.5) !important;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
justify-content: center;
align-items: center;
background: none; }
.rev_slider .caption-btn.bd-fff {
border: 1px solid white !important; }
.rev_slider .caption-btn:hover {
border-color: transparent !important; }
.rev_slider .caption-pointer {
cursor: pointer; }
#rev_slider_1 .caption-1 {
font-family: "Raleway-Bold";
text-transform: uppercase; }
#rev_slider_1 .caption-2 {
font-family: "Raleway-SemiBold";
text-transform: uppercase;
letter-spacing: 2px; }
#rev_slider_2 {
text-transform: uppercase; }
#rev_slider_2 .caption-1 {
font-family: "Raleway-SemiBold";
font-weight: 600;
position: relative; }
#rev_slider_2 .caption-1::before {
content: "";
width: 4px;
height: 5px;
border-radius: 50%;
background: #cdaa7c;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
left: -9px; }
#rev_slider_2 .caption-1::after {
content: "";
width: 4px;
height: 5px;
border-radius: 50%;
background: #cdaa7c;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
right: -9px; }
#rev_slider_2 .caption-2 {
font-family: "AmaticSC-Bold";
font-weight: 700; }
#rev_slider_2 .caption-3 {
font-family: "AmaticSC-Regular"; }
#rev_slider_3 li:first-child .caption-4 {
font-family: "Constanb";
border-top: 3px solid #ccc;
border-bottom: 3px solid #ccc;
line-height: 1.4;
letter-spacing: 7.6px !important;
text-transform: uppercase; }
#rev_slider_3 li:first-child .caption-5 i {
margin-right: 3px; }
#rev_slider_3 li:first-child .caption-5 i:last-child {
margin-right: 0; }
#rev_slider_3 li:nth-child(2) .caption-2, #rev_slider_3 li:nth-child(2) .caption-4 {
font-family: "Raleway-Medium";
font-weight: 500;
text-transform: uppercase; }
#rev_slider_3 li:last-child .caption-1, #rev_slider_3 li:last-child .caption-2 {
text-transform: uppercase; }
#rev_slider_3 li:last-child .caption-1 {
font-family: "Bitter-Regular";
font-weight: 400;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center; }
#rev_slider_3 li:last-child .caption-1 span {
padding-left: 25px;
padding-right: 25px; }
#rev_slider_3 li:last-child .caption-1 i {
color: #ffcc66;
font-size: 20.85px; }
#rev_slider_4 {
text-transform: uppercase; }
#rev_slider_4 .caption-1 {
font-family: "Raleway-Medium";
font-weight: 500; }
#rev_slider_4 .caption-2 {
font-family: "Bitter-Regular"; }
#rev_slider_5 li:first-child .caption-3, #rev_slider_5 li:first-child .caption-4, #rev_slider_5 li:first-child .caption-5 {
font-family: "AmaticSC-Bold";
font-weight: 700;
text-transform: uppercase; }
#rev_slider_5 li:first-child .caption-6 {
font-family: "AlexBrush-Regular"; }
#rev_slider_5 li:nth-child(2) .caption-3, #rev_slider_5 li:nth-child(2) .caption-4 {
text-transform: uppercase; }
#rev_slider_5 li:nth-child(2) .caption-3 {
font-family: "Bitter-Regular";
letter-spacing: 5px !important; }
#rev_slider_5 li:nth-child(2) .caption-4 {
letter-spacing: 3px !important; }
#rev_slider_5 li:nth-child(2) .caption-5 {
border: 1px solid rgba(255, 255, 255, 0.5) !important; }
#rev_slider_5 li:last-child {
text-transform: uppercase; }
#rev_slider_5 li:last-child .caption-2 {
font-family: "Raleway-Bold";
font-weight: 700;
position: relative; }
#rev_slider_5 li:last-child .caption-2:before {
content: "";
width: 14px;
height: 13px;
border-radius: 50%;
background: #ffecd4;
position: absolute;
left: -37px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
#rev_slider_5 li:last-child .caption-2:after {
content: "";
width: 14px;
height: 13px;
border-radius: 50%;
background: #ffecd4;
position: absolute;
right: -33px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
#rev_slider_5 li:last-child .caption-3 {
font-family: "Raleway-Black";
font-weight: 900; }
#rev_slider_5 li:last-child .caption-4 {
font-family: "AmaticSC-Bold";
font-weight: 700; }
#rev_slider_6 .tp-bullet {
border: 1px solid #cdaa7c; }
#rev_slider_6 li:first-child .caption-2 {
font-family: "Raleway-Bold";
font-weight: 700;
text-transform: uppercase; }
#rev_slider_6 li:first-child .caption-3 {
font-family: "Raleway-Light";
font-weight: 300;
letter-spacing: 3px !important; }
#rev_slider_6 li:first-child .caption-4 {
text-transform: uppercase;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
justify-content: center;
align-items: center;
background: #fff; }
#rev_slider_6 li:first-child .caption-4:hover {
color: #fff !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#rev_slider_6 li:nth-child(2) .caption-2, #rev_slider_6 li:nth-child(2) .caption-3 {
text-transform: uppercase; }
#rev_slider_6 li:nth-child(2) .caption-2 {
font-family: "Bitter-Regular";
position: relative;
text-transform: uppercase; }
#rev_slider_6 li:nth-child(2) .caption-2:before {
content: "";
width: 100%;
height: 1px;
background: #333;
position: absolute;
top: -1px;
left: 0; }
#rev_slider_6 li:nth-child(2) .caption-2:after {
content: "";
width: 100%;
height: 1px;
background: #333;
position: absolute;
bottom: 0;
left: 0; }
#rev_slider_6 li:nth-child(2) .caption-3 {
font-family: "Bitter-Regular"; }
#rev_slider_6 li:nth-child(2) .caption-3 span {
margin: 0 4px; }
#rev_slider_6 li:last-child .caption-2 {
line-height: 1.8; }
#rev_slider_6 li:last-child .caption-3 {
text-transform: uppercase;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
justify-content: center;
align-items: center;
border: 1px solid #333 !important; }
#rev_slider_6 li:last-child .caption-3:hover {
border-color: transparent !important;
color: #fff !important; }
#rev_slider_7 .tp-bullet {
border: 1px solid #cdaa7c; }
#rev_slider_7 li:first-child .caption-1 {
letter-spacing: 5px !important;
text-transform: uppercase; }
#rev_slider_7 li:nth-child(2) .caption-1, #rev_slider_7 li:nth-child(2) .caption-2 {
text-transform: uppercase; }
#rev_slider_7 li:nth-child(2) .caption-1 {
font-family: "Bitter-Regular"; }
#rev_slider_7 li:nth-child(2) .caption-1 i {
transform: translateY(-3px);
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-o-transform: translateY(-3px); }
#rev_slider_7 li:nth-child(2) .caption-2 {
font-family: "Bitter-Regular"; }
#rev_slider_7 li:last-child .caption-2 {
font-family: "Raleway-Bold";
font-weight: 700;
text-transform: uppercase; }
#rev_slider_11 li:first-child .caption-1, #rev_slider_11 li:first-child .caption-2 {
position: relative; }
#rev_slider_11 li:first-child .caption-1:before, #rev_slider_11 li:first-child .caption-2:before {
content: "";
top: 4px;
left: 2px;
height: 2px;
background: #fff;
width: calc(100% - 4px);
position: absolute; }
#rev_slider_11 li:first-child .caption-1:after, #rev_slider_11 li:first-child .caption-2:after {
content: "";
bottom: 7px;
left: 2px;
height: 2px;
background: #fff;
width: calc(100% - 4px);
position: absolute; }
#rev_slider_11 li:first-child .caption-1, #rev_slider_11 li:first-child .caption-2, #rev_slider_11 li:first-child .caption-3 {
font-family: "Bitter-Regular";
text-transform: uppercase; }
#rev_slider_11 li:first-child .caption-4 {
font-family: "Raleway-Medium";
font-weight: 500; }
#rev_slider_11 li:nth-child(2) .caption-1 {
font-family: "Bitter-Regular"; }
#rev_slider_11 li:nth-child(2) .caption-2 {
font-family: "Raleway-SemiBold";
font-weight: 600; }
#rev_slider_11 li:nth-child(2) .caption-1, #rev_slider_11 li:nth-child(2) .caption-2 {
text-transform: uppercase; }
#rev_slider_11 li:nth-child(2) .caption-3 {
line-height: 1.8; }
#rev_slider_11 li:last-child .caption-1 {
font-family: "GreatVibes-Regular"; }
#rev_slider_11 li:last-child .caption-2, #rev_slider_11 li:last-child .caption-3 {
text-transform: uppercase; }
#rev_slider_11 li:last-child .caption-2 {
font-family: "Raleway-ExtraBold";
font-weight: 800; }
#rev_slider_11 li:last-child .caption-3 {
font-family: "Raleway-Bold";
font-weight: 700;
border: 1px solid #fff !important; }
#rev_slider_11 li:last-child .caption-3 .sale-off {
font-size: 43.93px;
margin-right: 13px;
display: inline-block; }
#rev_slider_11 li:last-child .caption-3 .sale-off span {
display: block;
text-align: right !important;
line-height: 1.1; }
#rev_slider_11 li:last-child .caption-3 .percent {
font-size: 91.73px;
color: #c9deec;
line-height: 1;
display: inline-block;
transform: translateY(-12px);
-webkit-transform: translateY(-12px);
-moz-transform: translateY(-12px);
-ms-transform: translateY(-12px);
-o-transform: translateY(-12px); }
#rev_slider_12 li:first-child .caption-1 {
font-family: "Raleway-SemiBold";
font-weight: 600;
letter-spacing: 3px !important;
text-transform: uppercase; }
#rev_slider_12 li:nth-child(2) .caption-1 {
font-family: "GreatVibes-Regular"; }
#rev_slider_12 li:nth-child(2) .caption-2, #rev_slider_12 li:nth-child(2) .caption-3 {
text-transform: uppercase; }
#rev_slider_12 li:nth-child(2) .caption-2 {
font-family: "Bitter-Bold";
font-weight: 700;
letter-spacing: 3px !important; }
#rev_slider_12 li:nth-child(2) .caption-3 {
font-family: "Bitter-Regular"; }
#rev_slider_12 li:nth-child(2) .caption-4 {
font-family: "Bitter-Bold";
font-weight: 700;
letter-spacing: 2px !important; }
#rev_slider_12 li:nth-child(2) .caption-4 span {
position: relative;
z-index: 9; }
#rev_slider_12 li:nth-child(2) .caption-4 svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
#rev_slider_12 li:last-child .caption-1 {
font-family: "Calibri-Bold";
font-weight: 700;
text-transform: uppercase; }
#rev_slider_12 li:last-child .caption-2 {
font-family: "Mvboli"; }
.slideshow-form .inner {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between; }
.slideshow-form .inner .form-holder {
flex: 1;
margin-right: 30px; }
.slideshow-form .inner .form-holder span {
right: 19px;
bottom: 12px;
color: #000; }
.slideshow-form .inner .form-holder span.lnr-chevron-down {
bottom: 15px; }
.slideshow-form .inner .form-control {
background: #fff;
height: 42px;
padding-left: 19px;
padding-right: 19px;
color: #333; }
.slideshow-form .inner .form-control::-webkit-input-placeholder {
color: #000; }
.slideshow-form .inner .form-control::-moz-placeholder {
color: #000; }
.slideshow-form .inner .form-control:-ms-input-placeholder {
color: #000; }
.slideshow-form .inner .form-control:-moz-placeholder {
color: #000; }
.slideshow-form .inner select.form-control:not([size]):not([multiple]) {
height: 42px; }
.slideshow-form .inner button {
background: #cdaa7c; }
.slideshow-form .inner button:hover {
background: #e5be8a; }
.slideshow-form.on-mobile {
display: none;
padding: 40px 0;
background: #f7f7f7; }
.cate-box {
padding-left: 15px;
padding-right: 15px; }
.cate-box-item {
position: relative;
display: block; }
.cate-box-item:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.cate-box-item .inner {
position: absolute;
top: 50%;
display: inline-flex;
justify-content: center;
align-items: center;
height: 50px;
padding: 0 30px;
font-size: 18px;
font-family: "Raleway-SemiBold";
font-weight: 600;
background: #fff;
color: #333;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
.cate-box-item .inner.fixed {
min-width: 193px; }
.cate-box-item .inner.fixed-1 {
min-width: 166.75px; }
.cate-box-item:hover:before {
background: rgba(0, 0, 0, 0); }
.cate-box-item:hover .inner {
color: #cdaa7c; }
.welcome .place-holder-1 {
margin-top: 22px;
margin-bottom: 20px; }
.welcome .place-holder-2 {
margin-bottom: 20px; }
.welcome-content .section-header {
margin-top: 31px;
margin-bottom: 31px; }
.welcome-content .body p {
margin-bottom: 49px;
line-height: 2; }
.our-menu {
background: url("../images/our-menu-bg-1.png") left top no-repeat, url("../images/our-menu-bg-2.jpg") right bottom no-repeat, url("../images/our-menu-bg-3.jpg");
background-size: auto, auto, cover; }
.our-menu.bg-none {
background: none; }
.our-menu.bg-4 {
background: url("../images/our-menu-bg-4.jpg");
background-size: cover; }
.our-menu-full {
padding: 0 95px; }
.our-menu-full .our-menu-col h3 {
font-size: 30px; }
.our-menu-full .our-menu-col h5 {
font-size: 17px; }
.our-menu-block {
position: relative;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
margin-bottom: 80px; }
.our-menu-block.no-flex {
display: block; }
.our-menu-block:last-child {
margin-bottom: 0; }
.our-menu-block .au-btn__readmore {
margin-top: 10px; }
.our-menu-block .our-menu-col {
position: absolute;
top: 50%;
width: 52.13%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
background: #fff;
margin-bottom: 0;
padding: 64px 54px;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); }
.our-menu-block .our-menu-col.no-style {
width: 100%;
position: static;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
padding: 0;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
margin-top: 28px; }
.our-menu-block .our-menu-col.no-style.left-70 {
padding-right: 70px; }
.our-menu-block .our-menu-col.no-style.right-70 {
padding-left: 70px; }
.our-menu-block.style-1 {
justify-content: flex-end; }
.our-menu-block.style-1 .our-menu-col {
left: 0; }
.our-menu-block.style-2 {
justify-content: flex-start; }
.our-menu-block.style-2 .our-menu-col {
right: 0; }
.our-menu-board {
padding: 10px;
background: rgba(255, 255, 255, 0.2); }
.our-menu-board .inner {
background: #fff;
padding: 95px 60px 84px; }
.our-menu-board .heading {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
margin-bottom: 53px; }
.our-menu-board .heading span {
text-transform: uppercase;
font-family: "Raleway-SemiBold";
font-weight: 600;
color: #333;
display: inline-block;
margin-top: 16px; }
.our-menu-board .heading .middle {
text-align: center; }
.our-menu-board .heading .middle h2 {
color: #cdaa7c;
font-family: "Raleway-Bold";
font-weight: 700;
margin-bottom: 4px;
text-transform: uppercase; }
.our-menu-board .heading .date {
width: 110.16px;
text-align: right; }
.menu-center {
padding: 0 192px; }
.menu-wrapper {
background: url("../images/menu-isotope-bg.jpg") center center;
background-attachment: fixed;
padding: 20px; }
.menu-wrapper .inner {
border: 1px solid #cdaa7c;
padding: 56px 65px 19px; }
.menu-container {
position: relative; }
.menu-push {
position: absolute;
top: 0;
left: 0;
right: 0; }
.menu-left {
transform: translateX(-184px);
padding-right: 30px; }
.menu-right {
transform: translateX(184px);
padding-left: 30px; }
.our-menu-wrapper {
width: 79.01%;
margin: auto;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
background: #000;
position: relative;
height: 1000px; }
.our-menu-wrapper .image-holder {
width: 42.58%;
position: relative; }
.our-menu-wrapper .image-holder:before {
content: "";
position: absolute;
top: 20px;
right: 0;
bottom: 20px;
left: 20px;
border: 1px solid #accadd;
border-right: none; }
.our-menu-wrapper .image-holder img {
height: 100%;
object-fit: cover; }
.our-menu-wrapper .right-content {
width: 57.42%;
padding: 20px 20px 20px 0; }
.our-menu-wrapper .right-content .inner {
padding-top: 119px;
border: 1px solid #accadd;
border-left: none;
height: 100%; }
.our-menu-wrapper .right-content .content {
padding-right: 70px; }
.our-menu-wrapper .right-content .menu-holder {
margin-bottom: 28px; }
.our-menu-wrapper .right-content .menu-navigation {
margin-bottom: 51px; }
.our-menu-wrapper .right-content .btn-holder {
margin-top: 22px; }
.our-menu-wrapper .menu-navigation ul li a span {
color: #ccc; }
.our-menu-wrapper .menu-item h5 {
font-size: 17px;
margin-bottom: 6px; }
.our-menu-wrapper .menu-holder .menu-thumb {
margin-right: 12px; }
.our-menu-col {
margin-bottom: 70px; }
.our-menu-col .heading {
margin-bottom: 36px;
padding-left: 5px; }
.our-menu-col .heading h3 {
font-family: "Satisfy-Regular";
color: #e5e5e5;
font-weight: 400;
display: inline-block; }
.our-menu-col .heading h3.bold-color {
color: #333; }
.our-menu-col .heading .icon {
display: inline-block;
margin-top: 8px;
float: right; }
.our-menu-col .heading .icon.mt-12 {
margin-top: 12px; }
.our-menu-col .heading .icon.mt-4px {
margin-top: 4px; }
.our-menu-col.left {
padding-right: 30px; }
.our-menu-col.right {
padding-left: 30px; }
.our-menu-col.left-20 {
padding-right: 20px; }
.our-menu-col.right-20 {
padding-left: 20px; }
.our-menu-col.move-left {
transform: translateX(-30px); }
.our-menu-col.move-right {
transform: translateX(30px); }
.our-menu-col.mt-60 {
margin-top: 60px; }
.menu-navigation {
margin-bottom: 63px; }
.menu-navigation.mb-53 {
margin-bottom: 53px; }
.menu-navigation .fix-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.menu-navigation ul {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center; }
.menu-navigation ul li {
margin-right: 62px;
text-align: center; }
.menu-navigation ul li:nth-child(2) {
margin-right: 58px; }
.menu-navigation ul li:nth-child(3) {
margin-right: 54px; }
.menu-navigation ul li:last-child {
margin-right: 0; }
.menu-navigation ul li a img {
opacity: 0.5; }
.menu-navigation ul li a span {
font-family: "Raleway-Medium";
font-weight: 500;
font-size: 18px;
color: #333;
display: block;
padding-top: 8px;
opacity: 0.5; }
.menu-navigation ul li.ui-state-active img, .menu-navigation ul li:hover img {
opacity: 1; }
.menu-navigation ul li.ui-state-active span, .menu-navigation ul li:hover span {
opacity: 1; }
.menu-navigation.color-e5e5e5 ul li a span {
color: #e5e5e5; }
.menu-item {
margin-bottom: 29px; }
.menu-item:last-child {
margin-bottom: 0; }
.menu-item h5 {
font-family: "Raleway-Regular";
margin-bottom: 9px;
color: #ccc;
font-weight: 400;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex; }
.menu-item h5.color-fff {
color: #fff; }
.menu-item h5.color-fff a {
color: #fff; }
.menu-item h5.bold-color {
color: #333; }
.menu-item h5.bold-color a {
color: #333; }
.menu-item h5 a {
color: #ccc;
float: left; }
.menu-item h5 a:hover {
color: #e5be8a; }
.menu-item h5 a.hover-third-color:hover {
color: #accadd; }
.menu-item h5 a.hover-fifth-color:hover {
color: #956f32; }
.menu-item h5 .dots {
flex-grow: 1;
border-bottom: 1px dotted;
transform: translateY(-6px); }
.menu-item h5 .price span {
float: left; }
.menu-item ul {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-wrap: wrap; }
.menu-item ul li {
margin-right: 5px; }
.menu-item ul li a {
color: #999; }
.menu-item ul li a:after {
content: '/';
margin-left: 4px; }
.menu-item ul li a:hover {
color: #cdaa7c; }
.menu-item ul li:last-child a:after {
display: none; }
.menu-item ul.hover-third-color li a:hover {
color: #accadd; }
.menu-item p {
color: #999; }
.menu-holder {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
margin-bottom: 36px; }
.menu-holder .menu-thumb {
margin-right: 20px; }
.menu-holder .menu-item {
flex-grow: 1; }
.menu-holder.left {
padding-right: 50px; }
.menu-holder.right {
padding-left: 50px; }
.menu-holder.left-40 {
padding-right: 40px; }
.menu-holder.right-40 {
padding-left: 40px; }
.middle-image .info {
margin-top: 40px; }
.middle-image .info h5 {
text-transform: uppercase;
margin-bottom: 5px; }
.middle-image .info h5 a {
color: #333; }
.middle-image .info span {
color: #cdaa7c;
font-size: 18px; }
.our-service {
background: url("../images/our-service-bg.jpg") center center;
background-size: cover; }
.our-service-col {
color: #fff;
text-align: center;
border: 2px solid #80694d;
height: 100%;
padding: 45px 21px 39px;
background: #cdaa7c;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.our-service-col h3 {
font-size: 30px;
font-family: "Satisfy-Regular";
font-weight: 400;
color: #fff;
margin-bottom: 24px; }
.our-service-col p {
margin-top: 19px; }
.our-service-col:hover {
background: none; }
.our-service-full {
width: 51%; }
.our-service-full .section-header h2 {
color: #fff; }
.our-service-full .service-col {
margin-bottom: 65px; }
.service-image {
height: 100%;
margin-right: 25px; }
.service-col {
margin-bottom: 60px; }
.service-icon-box {
width: 139px;
height: 139px;
margin: 0 auto;
position: relative; }
.service-icon-box .circle {
position: absolute;
top: 0;
left: 0;
width: 139px;
height: 139px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg); }
.service-icon-box .circle .dot {
position: absolute;
left: 0;
top: 50%;
display: block;
line-height: 15px;
width: 14px;
height: 14px;
margin-left: -7.5px;
margin-top: -7.5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.service-icon-box .service-icon-item {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
height: 130px;
width: 130px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%; }
.service-icon-box .service-icon-item img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.service-text {
margin-top: 27px; }
.service-text h5 {
text-transform: uppercase;
margin-bottom: 13px; }
.feature-content .heading {
padding-top: 4px;
margin-bottom: 28px; }
.feature-content .heading h3 {
text-transform: uppercase;
margin-bottom: 9px; }
.feature-content .heading h3 a {
color: #333; }
.feature-content .heading h3 a:hover {
color: #cdaa7c; }
.feature-content .heading span {
font-family: "Raleway-SemiBold";
font-size: 30px;
color: #333; }
.feature-content .heading span.price {
padding-left: 39px;
position: relative; }
.feature-content .heading span.price:before {
content: "";
width: 23px;
height: 2px;
background: #333;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
.feature-content .body p {
margin-bottom: 34px; }
.feature-content .body .star-rating {
margin-bottom: 55px; }
.feature-content .body .star-rating i {
margin-right: 1px;
font-size: 20px; }
.feature-content .body .star-rating i:last-child {
margin-right: 0; }
.feature-slider {
position: relative; }
.feature-slider span.lnr {
cursor: pointer;
font-size: 25px;
color: #d9d9d9;
position: absolute;
top: 58px;
z-index: 9; }
.feature-slider span.lnr:hover {
color: #cdaa7c; }
.feature-slider span.lnr.lnr-chevron-left {
left: -32px; }
.feature-slider span.lnr.lnr-chevron-right {
right: -32px; }
.feature-slider img:hover {
opacity: 0.8; }
.feature-small {
text-align: center; }
.feature-small a {
display: inline-block; }
.feature-small .item-info {
margin-top: 20px; }
.feature-small .item-info .price {
font-size: 17px;
color: #333; }
.booking .image-holder {
background: url("../images/book-a-table.jpg") center center;
background-size: cover;
height: 100%; }
.booking .image-holder img {
display: none; }
.booking .booking-content {
padding: 88px 101px 78px;
background: #181818;
height: 100%; }
.booking .booking-content .section-header {
margin-bottom: 33px; }
.booking .booking-content .btn-holder {
margin-top: 60px; }
.booking .booking-content .form-control {
height: 31px;
border-bottom: 1px solid #ccc;
font-size: 18px;
color: #ccc; }
.booking .booking-content .form-control.datepicker-here {
cursor: pointer; }
.booking .booking-content .form-control:focus {
color: #ccc; }
.booking .booking-content .form-control::-webkit-input-placeholder {
color: #ccc; }
.booking .booking-content .form-control::-moz-placeholder {
color: #ccc; }
.booking .booking-content .form-control:-ms-input-placeholder {
color: #ccc; }
.booking .booking-content .form-control:-moz-placeholder {
color: #ccc; }
.booking-block {
position: relative;
color: #fff;
height: 485px;
text-align: center;
background-position: center; }
.booking-block .inner {
position: absolute;
left: 50%;
top: 124px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%); }
.booking-block .inner p {
margin-bottom: 53px;
line-height: 1.9; }
.booking-block .section-header {
margin-bottom: 21px; }
.booking-form {
margin-top: 50px; }
.booking-form p:first-child {
text-align: center;
font-size: 17px;
margin-bottom: 34px;
padding: 0 43px; }
.booking-form p:first-child a {
color: #cdaa7c; }
.booking-form p:last-child {
font-size: 30px;
font-family: "GreatVibes-Regular";
margin-top: 57px;
text-align: center; }
.booking-form .form-inner {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap; }
.booking-form .form-inner .form-col {
width: 29.57%;
margin-bottom: 39px; }
.booking-form .form-control {
height: 35px;
border-bottom: 1px solid #333; }
.booking-form .form-control::-webkit-input-placeholder {
color: #666; }
.booking-form .form-control::-moz-placeholder {
color: #666; }
.booking-form .form-control:-ms-input-placeholder {
color: #666; }
.booking-form .form-control:-moz-placeholder {
color: #666; }
.booking-form .form-holder span {
color: #666; }
.booking-form .btn-holder {
margin-top: 31px; }
.trait .image-holder {
height: 100%;
background: url("../images/trait.jpg") center center;
background-size: cover; }
.trait .image-holder img {
display: none; }
.trait-content {
background: #f7f7f7;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
height: 100%;
padding: 90px 0 80px; }
.trait-content.re-style {
background: none;
padding: 150px 0 110px;
display: block; }
.trait-col {
text-align: center;
margin-bottom: 53px;
width: 270px;
margin-right: 80px; }
.trait-col h5 {
font-family: "Raleway-Bold";
font-weight: 700;
text-transform: uppercase;
margin-top: 23px;
margin-bottom: 13px; }
.trait-col.re-style {
width: auto;
margin-right: 0;
margin-bottom: 0; }
.our-story .image-wrapper {
width: 79%; }
.our-story .image-bg {
height: 100%;
background: url("../images/our-story-2.jpg") center center;
background-size: cover; }
.our-story .image-bg img {
display: none; }
.our-story .image-holder {
height: 100%;
background: url("../images/our-story.jpg") center center;
background-size: cover; }
.our-story .image-holder img {
display: none; }
.our-story-primary h2 {
font-family: "Satisfy-Regular";
font-weight: 400; }
.our-story-primary .name {
display: inline-block;
transform: translateY(12px);
-webkit-transform: translateY(12px);
-moz-transform: translateY(12px);
-ms-transform: translateY(12px);
-o-transform: translateY(12px); }
.our-story-primary .name h6 {
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 3px; }
.our-story-primary.style-1 {
padding: 126px 0 130px;
background: #f7f7f7;
height: 100%;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
justify-content: center;
text-align: center; }
.our-story-primary.style-1 .heading {
margin-bottom: 27px; }
.our-story-primary.style-1 .heading h2 {
color: #cdaa7c;
font-size: 47px; }
.our-story-primary.style-1 .heading img {
transform: translate(-5px, -12px);
-webkit-transform: translate(-5px, -12px);
-moz-transform: translate(-5px, -12px);
-ms-transform: translate(-5px, -12px);
-o-transform: translate(-5px, -12px); }
.our-story-primary.style-1 p {
margin-bottom: 50px;
line-height: 2; }
.our-story-primary.style-1 .name {
margin-left: 1px; }
.our-story-primary.style-1 .name h6 a {
color: #333; }
.our-story-primary.style-1 .inner {
width: 61%; }
.our-story-primary.style-2 {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
padding: 18px 16px;
background: #cdaa7c;
width: 41.67%;
text-align: center; }
.our-story-primary.style-2 .interior {
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.5);
padding: 56px 52px 41px; }
.our-story-primary.style-2 .heading {
margin-bottom: 21px; }
.our-story-primary.style-2 .heading h2 {
color: #fff;
font-size: 55px; }
.our-story-primary.style-2 p {
margin-bottom: 44px;
line-height: 2; }
.our-story-primary.style-2 .name {
margin-left: 2px; }
.our-story-primary.style-2 .name h6 a {
color: #fff; }
.our-story-primary.style-2.fixed {
position: static;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
width: auto;
padding: 15px; }
.our-story-primary.style-2.fixed .interior {
padding: 37px 52px 22px; }
.our-story-primary.style-2.fixed p {
margin-bottom: 35px; }
.our-story-primary.style-2.fixed .heading {
margin-bottom: 17px; }
.our-story-primary.style-2.fixed .heading h2 {
font-size: 47px; }
.our-story-primary.style-3 {
text-align: center; }
.our-story-primary.style-3 .inner {
width: 57%;
margin: auto; }
.our-story-primary.style-3 .heading {
margin-bottom: 47px; }
.our-story-primary.style-3 .heading h2 {
font-size: 55px;
color: #cdaa7c; }
.our-story-primary.style-3 .heading img {
transform: translate(5px, -14px);
-webkit-transform: translate(5px, -14px);
-moz-transform: translate(5px, -14px);
-ms-transform: translate(5px, -14px);
-o-transform: translate(5px, -14px); }
.our-story-primary.style-3 p {
color: #fff;
margin-bottom: 72px; }
.our-story-primary.style-3 .name {
text-align: center;
margin-left: 2px; }
.our-story-primary.style-3 .name h6 a {
color: #fff; }
.our-story-primary.style-3 .name span {
color: #ccc; }
.my-flipster {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-direction: column; }
.flipster__nav {
display: none; }
.flipster--flat .flipster__item--past, .flipster--flat .flipster__item--future {
opacity: 1; }
.flipster--flat .flipster__item--past .content, .flipster--flat .flipster__item--future .content {
background: #333; }
.flipster--flat .flipster__item--past .flipster__item__content, .flipster--flat .flipster__item--future .flipster__item__content {
transform: scale(0.85);
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85); }
.flipster--flat .flipster__item--past .flipster__item__content .content {
padding: 0 0 0 148px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.flipster--flat .flipster__item--future .flipster__item__content .content {
padding: 0 148px 0 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.flipster-item {
position: relative;
text-align: center;
width: 570px; }
.flipster-item p {
margin-bottom: 24px; }
.flipster-item p.mb-32 {
margin-bottom: 32px; }
.flipster-item p:last-child {
margin-bottom: 0; }
.flipster-item .content {
background: #181818;
height: 469px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 74px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.flipster-item .heading {
margin-bottom: 13px; }
.flipster-item .heading.mb-34 {
margin-bottom: 34px; }
.flipster-item .heading h3 {
font-size: 39px;
font-family: "Satisfy-Regular";
font-weight: 400;
color: #cdaa7c; }
.flipster-item .heading img {
transform: translate(-6px, -13px);
-webkit-transform: translate(-6px, -13px);
-moz-transform: translate(-6px, -13px);
-ms-transform: translate(-6px, -13px);
-o-transform: translate(-6px, -13px); }
.flipster-item .body {
color: #fff; }
.flipster-item .body .color-cdaa7c {
color: #cdaa7c; }
.flipster-item .body .semi-bold {
font-family: Raleway-SemiBold;
font-weight: 600; }
.flipster-item .time {
margin-bottom: 36px; }
.flipster-item .time h4 {
font-size: 27px;
font-family: "Satisfy-Regular";
color: #cdaa7c;
font-weight: 400;
margin-bottom: 14px; }
.flipster-item .time span {
display: block;
margin-bottom: 9px; }
.flipster-item .time:last-child {
margin-bottom: 0; }
.flipster-item .name {
margin-left: 3px;
display: inline-block;
text-align: center; }
.flipster-item .name h6 {
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 2px; }
.flipster-item .name h6 a {
color: #fff; }
.flipster {
padding: 10px 0;
margin: -10px 0; }
.flipster__item__content {
position: relative; }
.flipster__item__content:before {
content: "";
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
border: 1px solid rgba(205, 170, 124, 0.5); }
.flipster__item--current .flipster__item__content {
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
-o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52); }
.opening-time {
background: url("../images/opening-time-bg.jpg") no-repeat center center;
background-size: cover;
padding: 65px 15px;
text-align: center; }
.opening-time h3 {
color: #cdaa7c;
font-size: 45px;
font-family: "Satisfy-Regular";
font-weight: 400;
margin-bottom: 34px; }
.opening-time a {
color: #fff;
font-size: 22.71px;
margin-top: 53px;
display: block;
position: relative; }
.opening-time a i {
font-size: 25.74px;
margin-right: 5px;
transform: translateY(3px);
-webkit-transform: translateY(3px);
-moz-transform: translateY(3px);
-ms-transform: translateY(3px);
-o-transform: translateY(3px); }
.opening-time a:before {
content: "";
width: 42.75%;
left: 50%;
position: absolute;
top: -24px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
height: 1px;
background: rgba(205, 170, 124, 0.5); }
.opening-time .time-item {
margin-bottom: 27px; }
.opening-time .time-item p {
font-size: 30px;
color: #cdaa7c;
font-family: "Satisfy-Regular";
font-weight: 400;
margin-bottom: 6px; }
.opening-time .time-item span {
display: block;
color: #fff;
font-size: 18px;
margin-bottom: 6px; }
.opening-hours {
position: relative;
text-align: center;
padding: 20px;
background: url("../images/coffee-bg.png") no-repeat right -132px bottom -7px, #956f32;
height: 100%;
color: #fff; }
.opening-hours:before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(149, 111, 50, 0.5); }
.opening-hours .inner {
border: 1px solid rgba(255, 255, 255, 0.5);
height: 100%;
position: relative;
z-index: 9;
padding: 43px 44px 20px 46px; }
.opening-hours h5 {
text-transform: uppercase;
font-family: "Raleway-Bold";
font-weight: 700;
color: #fff;
margin-bottom: 39px;
position: relative; }
.opening-hours h5:after {
content: "";
position: absolute;
width: 47px;
height: 2px;
background: #fff;
left: 50%;
bottom: -13px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%); }
.opening-hours .body {
margin-bottom: 32px; }
.opening-hours .opening-item {
font-size: 17px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
margin-bottom: 15px; }
.opening-hours .opening-item:last-child {
margin-bottom: 0; }
.opening-hours a {
color: #fff;
font-family: "Raleway-SemiBold";
font-weight: 600;
font-size: 17px; }
.opening-hours a i {
margin-right: 3px; }
.section-reservation .opening-time {
margin-right: -30px; }
.section-reservation .reservation-tab {
padding-left: 60px; }
.reservation-tab ul {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center; }
.reservation-tab ul li a {
font-size: 25px;
color: #333;
font-family: "Raleway-Bold";
font-weight: 700;
text-transform: uppercase;
margin: 0 15.5px;
display: inline-block;
padding: 5px 0;
position: relative; }
.reservation-tab ul li a::after {
content: "";
position: absolute;
height: 2px;
bottom: -2px;
left: 0;
width: 100%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.reservation-tab ul li.ui-state-active a::after {
background: #333; }
.special-grid {
margin-top: 50px; }
.special-grid .row {
margin-left: -10px;
margin-right: -10px; }
.special-grid .row > div {
padding-left: 10px;
padding-right: 10px; }
.special-grid .image-holder {
margin-bottom: 20px;
position: relative;
overflow: hidden;
display: block; }
.special-grid .image-holder img {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.8s ease; }
.special-grid .image-holder .inner {
position: absolute;
left: 0;
bottom: 0;
z-index: 9;
background: #cdaa7c;
color: #fff;
height: 31px;
padding: 0 17px 0 14px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0); }
.special-grid .image-holder .inner a, .special-grid .image-holder .inner span {
float: left; }
.special-grid .image-holder .inner h6 {
color: #fff;
font-size: 15px; }
.special-grid .image-holder.fix-image {
height: 100%;
position: relative; }
.special-grid .image-holder.fix-image img {
position: absolute;
height: 100%;
width: 100%; }
.special-grid .image-holder:hover .inner {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
opacity: 1; }
.special-grid .image-holder:hover img {
transform: scale(1.3);
opacity: 0.8; }
.special-grid.re-style {
margin-top: 0; }
.special-grid.re-style .row {
margin-left: -15px;
margin-right: -15px; }
.special-grid.re-style .row > div {
padding-left: 15px;
padding-right: 15px; }
.special {
background-size: cover;
background-position: center; }
.special .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 42px; }
#special-slider-four .item-info {
text-align: center;
background: #fff;
padding: 24px 15px 23px; }
#special-slider-four .item-info h6 {
font-size: 20px; }
#special-slider-four .item-info .price {
color: #333; }
.special-slider .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 35px; }
.special-item .thumb {
margin-bottom: 26px; }
.special-item .thumb img:hover {
opacity: 0.8; }
.special-item .change {
height: 60px; }
.special-item .au-btn {
top: 12px; }
.special-item .buy {
top: -1px; }
.owl-theme#special-carousel-center .owl-nav.disabled + .owl-dots {
margin-top: 42px; }
.special-box-slider {
position: absolute;
right: 21.3%; }
.special-box-slider .owl-carousel {
transform: translateY(-223.5px);
-webkit-transform: translateY(-223.5px);
-moz-transform: translateY(-223.5px);
-ms-transform: translateY(-223.5px);
-o-transform: translateY(-223.5px);
position: relative;
z-index: 9;
width: 394px;
background: #cdaa7c; }
.special-box {
padding: 10px 13px;
color: #fff; }
.special-box .inner {
border: 2px solid rgba(255, 255, 255, 0.5);
padding: 40px 37px 35px; }
.special-box h4 {
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 5px; }
.special-box h4 a {
color: #fff; }
.special-box .price {
font-size: 25px;
font-family: "Raleway-SemiBold";
font-weight: 600;
padding-left: 39px;
position: relative; }
.special-box .price:before {
content: "";
width: 23px;
height: 2px;
background: #fff;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
left: 0; }
.special-box p {
margin-top: 16px;
margin-bottom: 27px; }
.special-box .star-rating {
color: #fff; }
.our-chef .our-chef-item {
margin-bottom: 112px; }
.our-chef-slider .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 42px; }
.our-chef-item {
position: relative;
text-align: center;
position: relative; }
.our-chef-item:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.our-chef-item .info {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
width: 80%;
z-index: 9; }
.our-chef-item .info .inner {
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0); }
.our-chef-item .social a {
margin-right: 12px;
color: #999; }
.our-chef-item .social a:last-child {
margin-right: 0; }
.our-chef-item .social a:hover {
color: #b3b3b3; }
.our-chef-item h6 {
text-transform: uppercase;
font-size: 18px;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 9px; }
.our-chef-item h6 a {
color: #fff; }
.our-chef-item span {
color: #cdaa7c;
display: block;
margin-bottom: 29px; }
.our-chef-item .name-box {
padding: 6px;
background: #cdaa7c;
position: absolute;
bottom: 0;
left: 20px;
right: 20px;
transform: translateY(50%);
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
height: 85px;
z-index: 9; }
.our-chef-item .name-box span {
color: #fff;
margin-bottom: 0; }
.our-chef-item .name-box h6 {
margin-bottom: 3px; }
.our-chef-item .name-box .inner {
border: 1px solid rgba(255, 255, 255, 0.3);
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%; }
.our-chef-item:hover:after {
background: rgba(0, 0, 0, 0.5); }
.our-chef-item:hover .info .inner {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
opacity: 1; }
.wish {
height: 668px;
background: url("../images/wish-bg.jpg") center center no-repeat;
background-size: cover;
position: relative;
text-align: center; }
.wish .content {
position: absolute;
top: 36%;
left: 50%;
padding: 0 15px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
width: 50%; }
.wish h3 {
font-family: "GreatVibes-Regular";
font-weight: 400;
color: #cdaa7c;
font-size: 84.71px;
line-height: 1; }
.wish p {
font-size: 30px;
color: #ccc;
text-transform: uppercase;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 65px; }
.wish .au-btn {
color: #fff; }
.gallery-grid {
display: grid;
display: -ms-grid; }
.gallery-grid.has-gutter {
-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
-ms-grid-rows: auto 30px auto;
grid-gap: 29px 31px;
grid-template-columns: 1fr 1fr 1fr 1fr;
padding: 0 15px; }
.gallery-grid.has-gutter .gallery-item:first-child {
grid-area: 1 / 1 / span 1 / span 2;
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 3; }
.gallery-grid.has-gutter .gallery-item:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 5;
-ms-grid-column-span: 1; }
.gallery-grid.has-gutter .gallery-item:nth-child(3) {
grid-area: 1 / 4 / span 2 / span 1;
-ms-grid-row: 1;
-ms-grid-row-span: 3;
-ms-grid-column: 7;
-ms-grid-column-span: 1; }
.gallery-grid.has-gutter .gallery-item:nth-child(4) {
-ms-grid-row: 3;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 1; }
.gallery-grid.has-gutter .gallery-item:nth-child(5) {
-ms-grid-row: 3;
-ms-grid-row-span: 1;
-ms-grid-column: 3;
-ms-grid-column-span: 1; }
.gallery-grid.has-gutter .gallery-item:nth-child(6) {
-ms-grid-row: 3;
-ms-grid-row-span: 1;
-ms-grid-column: 5;
-ms-grid-column-span: 1; }
.gallery-grid.no-gutter {
-ms-grid-columns: auto auto auto auto;
-ms-grid-rows: auto auto;
grid-template-columns: auto auto auto auto; }
.gallery-grid.no-gutter .gallery-item:first-child {
grid-area: 1 / 1 / span 2 / span 1;
-ms-grid-row: 1;
-ms-grid-row-span: 2;
-ms-grid-column: 1;
-ms-grid-column-span: 1; }
.gallery-grid.no-gutter .gallery-item:nth-child(4) {
grid-area: 1 / 4 / span 2 / span 1;
-ms-grid-row: 1;
-ms-grid-row-span: 2;
-ms-grid-column: 4;
-ms-grid-column-span: 1; }
.gallery-item .thumb {
position: relative;
display: block; }
.gallery-item .thumb::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.gallery-item .thumb i {
display: inline-block;
width: 59px;
height: 59px;
border-radius: 50%;
line-height: 59px;
color: #fff;
text-align: center;
background: #cdaa7c;
font-size: 23px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
-webkit-transform: translate(-50%, -50%) scale(0);
-moz-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
-o-transform: translate(-50%, -50%) scale(0);
opacity: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.gallery-item .thumb:hover i {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
-webkit-transform: translate(-50%, -50%) scale(1);
-moz-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
-o-transform: translate(-50%, -50%) scale(1); }
.gallery-item .thumb:hover:before {
background: rgba(0, 0, 0, 0.5); }
.gallery-item .thumb.fix-image {
height: 100%; }
.gallery-item .thumb.fix-image img {
position: absolute;
height: 100%;
top: 0; }
.section-form .section-header {
margin-bottom: 62px; }
.section-form .form-inner {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap; }
.section-form .form-col {
width: 30.4%;
margin-bottom: 43px; }
.section-form .form-control {
height: 31px;
border-bottom: 1px solid #ccc;
font-size: 18px;
color: #ccc; }
.section-form .form-control.datepicker-here {
cursor: pointer; }
.section-form .form-control:focus {
color: #ccc; }
.section-form .form-control::-webkit-input-placeholder {
color: #ccc; }
.section-form .form-control::-moz-placeholder {
color: #ccc; }
.section-form .form-control:-ms-input-placeholder {
color: #ccc; }
.section-form .form-control:-moz-placeholder {
color: #ccc; }
.section-form .form-control.style {
border-bottom: 1px solid #333;
color: #666; }
.section-form .form-control.style::-webkit-input-placeholder {
color: #666; }
.section-form .form-control.style::-moz-placeholder {
color: #666; }
.section-form .form-control.style:-ms-input-placeholder {
color: #666; }
.section-form .form-control.style:-moz-placeholder {
color: #666; }
.section-form .au-btn {
margin-top: 27px; }
.section-form.full {
padding: 0 99px; }
.section-form.full .form-col {
width: 46.65%; }
.map-holder {
height: 341px; }
.block-banner {
background-size: cover;
position: relative;
overflow: hidden; }
.block-banner .inner {
position: absolute;
text-align: center; }
.block-banner.style-1 {
height: 573px; }
.block-banner.style-1 .inner {
right: 163px;
top: 100px; }
.block-banner.style-1 h3 {
color: #cdaa7c;
font-size: 40px;
font-family: "Raleway-Regular";
font-weight: 400;
margin-top: 5px;
margin-bottom: 27px; }
.block-banner.style-1 h2 {
font-size: 70px;
color: #fff;
font-family: "Georgia";
text-transform: uppercase;
letter-spacing: 7px;
font-weight: 400;
margin-bottom: 5px; }
.block-banner.style-1 p {
font-size: 18px;
color: #808080;
font-family: "Raleway-Medium";
font-weight: 500;
text-transform: uppercase;
margin-bottom: 90px; }
.block-banner.style-2 {
height: 531px;
text-transform: uppercase; }
.block-banner.style-2 .inner {
top: 110px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%); }
.block-banner.style-2 .text, .block-banner.style-2 .number {
font-family: "Bitter-Bold";
font-weight: 700; }
.block-banner.style-2 h2 {
font-size: 70px;
color: #fff; }
.block-banner.style-2 .middle {
margin-bottom: 48px; }
.block-banner.style-2 .text {
display: inline-block;
text-align: right;
margin-right: 6px; }
.block-banner.style-2 .text .first-line span {
color: #fff;
font-size: 50px;
line-height: 1;
vertical-align: bottom;
display: inline-block;
margin-left: 8px;
transform: translateY(-2px);
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px); }
.block-banner.style-2 .text .break {
color: #ff3333;
font-size: 69px;
line-height: 0.9;
display: block; }
.block-banner.style-2 .number {
font-size: 144px;
color: #ff3333;
line-height: 1.21; }
.block-banner .date {
width: 197px;
height: 40px;
display: inline-flex;
justify-content: center;
align-items: center;
border: 1px solid rgba(255, 255, 255, 0.5);
color: #e5e5e5; }
#grid-image.owl-theme .owl-nav.disabled + .owl-dots {
display: none; }
#grid-image .owl-stage-outer, #grid-image .owl-stage, #grid-image .owl-item, #grid-image .item {
height: 100%; }
.grid-item {
display: block;
background-size: cover;
background-position: center center;
position: relative;
height: 100%; }
.grid-item:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.grid-item .inner {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
padding: 0 15px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
text-align: center; }
.grid-item .item-info {
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
-webkit-transform: translate3d(0, -40px, 0);
transform: translate3d(0, -40px, 0); }
.grid-item .item-info h4 {
font-size: 28px;
margin-bottom: 7px;
color: #fff; }
.grid-item .item-info .star-rating {
margin-bottom: 16px;
font-size: 20px; }
.grid-item .item-info .star-rating i {
margin-right: 3px; }
.grid-item .item-info .price {
font-size: 28px; }
.grid-item:hover:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6); }
.grid-item:hover .item-info {
opacity: 1;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.fullpage-row {
height: 100%; }
#fullpage .prev-slide, #fullpage .next-slide {
color: #fff;
font-size: 30px;
cursor: pointer; }
#fullpage .prev-slide:hover, #fullpage .next-slide:hover {
color: #cdaa7c; }
.bg-box {
height: 100%;
background-size: cover;
background-position: center center; }
.full-col {
height: 100%;
background: url("../images/full-col-bg.jpg") center center no-repeat;
background-size: cover;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center; }
.fp-controlArrow.fp-prev {
display: none; }
.fp-controlArrow.fp-next {
display: none; }
#fp-nav.right {
right: 78px; }
#fp-nav ul li, .fp-slidesNav ul li {
margin: 9px 0; }
#fp-nav ul li a span, .fp-slidesNav ul li a span {
background: none;
border: 1px solid #fff;
width: 12px;
height: 12px;
margin: 0;
left: 0;
top: 0; }
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
margin: 0;
border-color: transparent;
background: #cdaa7c;
margin: 0; }
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
width: 12px;
height: 12px;
margin: 0; }
.instagram h4 {
font-family: "Raleway-Bold";
font-weight: 700;
text-transform: uppercase;
text-align: center;
margin-bottom: 43px; }
.instagram .image-holder {
position: relative;
display: block; }
.instagram .image-holder .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0);
opacity: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.instagram .image-holder .overlay div {
display: inline-block;
color: #fff; }
.instagram .image-holder .overlay div.love {
margin-right: 16px; }
.instagram .image-holder:hover .overlay {
opacity: 1;
background: rgba(0, 0, 0, 0.5); }
.about-us-1, .about-us-2 {
position: absolute; }
.about-us-1 {
right: 0;
top: 150px; }
.about-us-2 {
left: 0;
bottom: 150px; }
.about-us-wrapper {
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 229px 0 252px; }
.about-us-board {
padding: 23px 20px;
background: #181818;
width: 53.84%;
margin: auto;
color: #fff;
text-align: center;
position: relative;
z-index: 9; }
.about-us-board .inner {
border: 1px solid #accadd;
padding: 101px 54px 80px; }
.about-us-board .heading {
margin-bottom: 35px; }
.about-us-board .heading h2 {
color: #fff;
font-size: 55px;
font-family: "Satisfy-Regular";
font-weight: 400; }
.about-us-board p {
line-height: 2;
margin-bottom: 60px; }
.about-us-board .name {
display: inline-block;
margin-left: 1px; }
.about-us-board .name h6 {
font-family: "Raleway-SemiBold";
font-weight: 600;
font-size: 17px;
margin-bottom: 3px; }
.about-us-board .name h6 a {
color: #fff; }
.about-us .image-holder {
height: 100%;
background-size: cover; }
.about-us .image-holder img {
height: 100%;
object-fit: cover; }
.about-us-col {
background: #eae7de;
padding: 89px 50px 86px;
height: 100%; }
.about-us-col .section-header {
text-align: left;
margin-bottom: 34px; }
.about-us-col p {
margin-bottom: 39px;
line-height: 2; }
.opening-block {
background: #181818;
padding: 57px 0 49px; }
.opening-block h2 {
font-size: 45px;
font-weight: 400;
color: #accadd;
font-family: "Satisfy-Regular"; }
.opening-block .heading {
font-family: "Raleway-SemiBold";
font-weight: 600;
color: #accadd;
font-size: 25px;
margin-bottom: 16px; }
.opening-block .body {
color: #fff;
font-size: 18px; }
.opening-block .body span {
display: block;
margin-bottom: 6px; }
.opening-block .body span:last-child {
margin-bottom: 0; }
.opening-block .front {
height: 100%;
padding-top: 30px;
margin-right: 37px;
position: relative; }
.opening-block .front img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
.opening-block .middle {
padding-left: 25px; }
.opening-block .end {
text-align: center;
padding-top: 13px; }
.opening-block .end span {
color: #fff;
font-size: 22.71px;
display: block;
text-align: right;
margin-bottom: 22px; }
.opening-block .end span i {
font-size: 25.74px;
margin-right: 10px; }
.promotion-item {
position: relative;
color: #fff;
text-align: center;
margin-bottom: 30px; }
.promotion-item.is-bg {
height: 100%;
position: relative; }
.promotion-item.is-bg #promotion-1 {
height: 100%;
width: 100%;
object-fit: cover;
position: absolute;
left: 0; }
.promotion-item .inner {
position: absolute; }
.promotion-item .inner.top {
top: 78px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%); }
.promotion-item .inner.right {
top: 99px;
right: 50px; }
.promotion-item .inner.left {
top: 69px;
left: 58px; }
.promotion-item .note h4 {
font-size: 40px;
font-family: "Raleway-Bold";
font-weight: 700;
vertical-align: middle;
margin: 0 13px;
display: inline-block;
color: #fff; }
.promotion-item .discount-box {
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
align-items: center;
border: 1px dashed #6f6f72;
padding: 0 16px; }
.promotion-item .discount-box .text {
display: inline-block;
text-transform: uppercase;
color: #ccc;
font-size: 18px;
font-family: "Raleway-Medium";
font-weight: 500;
margin-right: 9px;
text-align: right; }
.promotion-item .discount-box .text span {
display: block;
line-height: 1.2; }
.promotion-item .discount-box .price {
color: #ff3333;
font-family: "Georgia-Bold";
font-weight: 700;
font-size: 44px;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
line-height: 1.3; }
.promotion-item .discount-text {
margin-bottom: 38px; }
.promotion-item .discount-text h3 {
color: #fff;
font-family: "Raleway-Medium";
font-weight: 500;
text-transform: initial;
font-size: 35px;
margin-bottom: 0; }
.promotion-item .discount-text .percent {
font-size: 50px;
color: #ff3333;
font-family: "Raleway-Bold";
font-weight: 700;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
margin-right: 2px; }
.promotion-item .discount-text p {
font-family: "Raleway-Bold";
font-weight: 700;
color: #ccc;
text-transform: uppercase; }
.promotion-item h2 {
font-family: "Bitter-Bold";
font-weight: 700;
font-size: 45px;
text-transform: uppercase;
color: #fff;
margin-top: 13px; }
.promotion-item h3 {
font-family: "Georgia-Bold";
font-weight: 700;
font-size: 30px;
text-transform: uppercase;
color: #fff;
margin-bottom: 13px; }
.pizza .grid {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center; }
.pizza .grid .pizza-item {
width: 19.27%;
margin-right: 30px; }
.pizza .grid .pizza-item:last-child {
margin-right: 0; }
.pizza-item {
height: 563px;
border: 1px solid #e6e6e6;
padding: 45px 36px 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.pizza-item h5 {
margin-bottom: 12px; }
.pizza-item h5 a {
color: #333; }
.pizza-item h5 a:hover {
color: #ff3333; }
.pizza-item .content {
margin-top: 34px;
margin-bottom: 31px;
position: relative; }
.pizza-item .content:after {
content: "";
width: 50px;
height: 1px;
background: #e6e6e6;
bottom: -15px;
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%); }
.pizza-item .change {
height: 81px; }
.pizza-item .buy {
top: 0;
left: 50%; }
.pizza-item .buy p {
font-family: "Raleway-SemiBold";
font-weight: 600; }
.pizza-item .au-btn {
top: 20px;
background: #ff3333; }
.pizza-item .au-btn:hover {
background: #e52e2e; }
.pizza-item.has-mb {
margin-bottom: 50px; }
.pizza-item:hover {
border-color: #ff3333; }
.subscribe {
background: #181818;
position: relative; }
.subscribe .image-holder {
background-size: cover;
background-position: center;
height: 100%;
position: absolute;
top: 0;
left: 0; }
.subscribe-form {
height: 575px;
padding: 109px 0 0 35px; }
.subscribe-form .section-header {
text-align: left;
margin-bottom: 60px; }
.subscribe-form .form-row {
margin-bottom: 22px; }
.subscribe-form .form-control {
border: 1px solid #fff;
font-size: 15px;
padding: 0 20px;
height: 50px;
margin-right: 12px;
color: #fff; }
.subscribe-form .form-control::-webkit-input-placeholder {
color: #fff;
font-size: 15px; }
.subscribe-form .form-control::-moz-placeholder {
color: #fff;
font-size: 15px; }
.subscribe-form .form-control:-ms-input-placeholder {
color: #fff;
font-size: 15px; }
.subscribe-form .form-control:-moz-placeholder {
color: #fff;
font-size: 15px; }
.subscribe-form .au-btn {
width: 120px;
height: 50px;
background: #fff;
color: #333;
font-size: 18px;
font-family: "Raleway-SemiBold";
font-weight: 600;
text-transform: inherit;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.subscribe-form .au-btn:hover {
color: #fff;
background: #ff3333; }
.subscribe-form p {
color: #b2b2b2;
margin-bottom: 37px; }
.event-col {
text-align: center;
padding: 30px;
background-size: cover;
height: 419px; }
.event-col .interior {
background: #fff;
height: 100%;
padding: 0 24px; }
.event-col .event-date {
background: #181818;
width: 92px;
height: 92px;
margin: auto;
margin-bottom: 35px;
padding: 4px; }
.event-col .event-date .inner {
border: 1px solid rgba(255, 255, 255, 0.5);
height: 100%;
color: #fff;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
border: 1px solid rgba(255, 255, 255, 0.5); }
.event-col .event-date .inner .date {
font-family: "Raleway-SemiBold";
font-size: 45px;
line-height: 1;
font-weight: 600; }
.event-col .event-date .inner .month {
font-size: 16px;
text-transform: uppercase; }
.event-col .event-meta {
margin-bottom: 10px; }
.event-col .event-meta div {
display: inline-block; }
.event-col .event-meta div span {
margin-right: 5px;
color: #333; }
.event-col .event-meta div.event-time {
margin-right: 25px; }
.event-col h6 {
font-family: "Raleway-SemiBold";
font-weight: 600;
font-size: 18px;
text-transform: uppercase;
margin-bottom: 21px; }
.event-col h6 a {
color: #333; }
.event-col h6 a:hover {
color: #ff3333; }
.event-col p {
margin-bottom: 28px; }
.coffee-menu {
background-size: cover;
background-position: center; }
.coffee-wrapper {
padding: 20px;
background: #181818; }
.coffee-wrapper .inner {
border: 1px solid #956f32;
padding: 77px 65px 23px;
height: 825px; }
.coffee-wrapper .section-header {
margin-bottom: 62px; }
.coffee-wrapper .menu-navigation {
margin-bottom: 53px; }
.coffee-wrapper .menu-navigation ul li {
margin-right: 60px; }
.coffee-wrapper .menu-navigation ul li:last-child {
margin-right: 0; }
.coffee-wrapper .menu-navigation ul li a {
font-family: "Raleway-Medium";
font-weight: 500;
font-size: 18px;
color: rgba(255, 255, 255, 0.5); }
.coffee-wrapper .menu-navigation ul li a:hover {
color: #fff; }
.coffee-wrapper .menu-navigation ul li.ui-state-active a {
color: #fff; }
.coffee-material .body {
position: relative;
margin-bottom: 37px; }
.coffee-material .left .coffee-material-box:last-child, .coffee-material .right .coffee-material-box:last-child {
margin-bottom: 0; }
.coffee-material .left {
text-align: right;
padding-top: 51px; }
.coffee-material .left h5 {
margin-right: 21px; }
.coffee-material .left .coffee-material-box:nth-child(2) .heading h5, .coffee-material .left .coffee-material-box:nth-child(3) .heading h5 {
margin-right: 10px; }
.coffee-material .right {
text-align: left;
padding-top: 51px; }
.coffee-material .right h5 {
margin-left: 10px; }
.coffee-material .bg-block {
position: absolute; }
.coffee-material-box {
margin-bottom: 52px; }
.coffee-material-box .heading {
margin-bottom: 8px; }
.coffee-material-box .heading h5 {
display: inline-block;
text-transform: uppercase;
vertical-align: middle; }
.bakery-grid-item {
position: relative;
display: block;
margin-bottom: 30px;
overflow: hidden; }
.bakery-grid-item img {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.bakery-grid-item:before {
content: "";
position: absolute;
bottom: 0;
top: 0;
right: 0;
left: 0;
background: rgba(0, 0, 0, 0);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 9; }
.bakery-grid-item .inner {
position: absolute;
top: 50%;
left: 50%;
z-index: 99;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
background: #fff;
height: 46px;
padding: 0 29px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.bakery-grid-item h6 {
font-size: 18px;
font-family: "Raleway-SemiBold";
font-weight: 600; }
.bakery-grid-item.fix-image {
height: 100%;
position: relative; }
.bakery-grid-item.fix-image img {
position: absolute;
height: 100%; }
.bakery-grid-item:hover .inner {
background: #dfa027; }
.bakery-grid-item:hover .inner h6 {
color: #fff; }
.bakery-grid-item:hover img {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3); }
.bakery-grid-item:hover:before {
background: rgba(0, 0, 0, 0.6); }
.bakery-menu {
background-size: cover; }
.bakery-menu .menu-navigation {
margin-bottom: 54px; }
.bakery-menu .menu-navigation ul li a span {
color: #e5e5e5; }
.bakery-menu-item {
margin-bottom: 54px; }
.bakery-menu-item .thumb {
margin-bottom: 34px; }
.bakery-menu-item .au-btn {
top: 11px; }
.bakery-menu-item .change {
height: 61px; }
.bakery-right {
padding-top: 20px; }
.bakery-right h3 {
margin-bottom: 8px; }
.bakery-right h3 a {
color: #333; }
.bakery-right h3 a:hover {
color: #dfa027; }
.bakery-right .heading {
margin-bottom: 28px; }
.bakery-right p {
margin-bottom: 46px; }
.bakery-right .info {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center; }
.bakery-right .price {
font-family: "Raleway-SemiBold";
font-weight: 600;
font-size: 30px;
color: #333;
margin-right: 47px;
padding-left: 40px;
position: relative; }
.bakery-right .price:before {
content: "";
width: 23px;
height: 2px;
background: #333;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
left: 0; }
.bakery-right .star-rating {
display: inline-block;
font-size: 20px; }
.bakery-right .summary-line {
font-size: 17px;
margin-bottom: 7px; }
.bakery-right .summary-line:last-child {
margin-bottom: 0; }
.bakery-right .summary-line span {
font-family: "Raleway-SemiBold";
font-weight: 600; }
.bakery-thumbnail li {
width: 120px;
height: 120px;
border: 1px solid #e6e6e6;
margin-bottom: 15px; }
.bakery-thumbnail li:last-child {
margin-bottom: 0; }
.bakery-thumbnail li a {
display: block;
width: 100%;
height: 100%;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center; }
.bakery-thumbnail li.ui-state-active, .bakery-thumbnail li:hover {
border: 1px solid #dfa027; }
.bakery-content {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex; }
.bakery-content .image-holder {
align-self: center;
width: 33.25%;
margin-right: 84px;
text-align: center;
display: block; }
.bakery-content .bakery-right {
width: 66.74%; }
.cupcake-item .thumb {
margin-bottom: 27px; }
.cupcake-item .change {
height: 61px; }
.cupcake-item .au-btn {
top: 10px; }
.cupcake-item h5 a:hover {
color: #f1b1d4; }
#cupcake-slider .owl-stage .owl-item.opacity {
position: relative; }
#cupcake-slider .owl-stage .owl-item.opacity:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.5); }
.special-cupcake {
background-size: cover; }
.special-cupcake-content {
padding-top: 65px; }
.special-cupcake-content h3 {
text-transform: uppercase;
margin-bottom: 8px; }
.special-cupcake-content h3 a {
color: #fff; }
.special-cupcake-content h3 a:hover {
color: #f1b1d4; }
.special-cupcake-content .heading {
margin-bottom: 28px; }
.special-cupcake-content .star-rating {
display: inline-block;
font-size: 20px; }
.special-cupcake-content .info {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center; }
.special-cupcake-content .price {
font-size: 30px;
color: #fff;
font-family: "Raleway-SemiBold";
font-weight: 600;
position: relative; }
.special-cupcake-content .price:after {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
width: 23px;
height: 2px;
background: #fff; }
.special-cupcake-content p {
color: #ccc;
margin-bottom: 60px; }
.up-row {
margin-bottom: 56px; }
.up-row .special-cupcake-content {
margin-right: -30px;
text-align: right; }
.up-row .special-cupcake-content .price {
padding-right: 40px; }
.up-row .special-cupcake-content .price:after {
right: 0; }
.up-row .special-cupcake-content .info {
justify-content: flex-end; }
.up-row .special-cupcake-content .star-rating {
margin-right: 44px; }
.up-row .image-holder {
margin-right: -15px; }
.down-row .special-cupcake-content {
padding-top: 75px;
margin-left: -30px; }
.down-row .special-cupcake-content .price {
padding-left: 40px;
margin-right: 43px; }
.down-row .special-cupcake-content .price:after {
left: 0; }
.cupcake-history {
position: relative;
background-position: right bottom;
background-repeat: no-repeat; }
.cupcake-history .video {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background-size: cover;
background-repeat: no-repeat; }
.cupcake-history .video:after {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.cupcake-history .video a {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 9; }
.cupcake-history .video img {
display: none; }
.cupcake-history .video .play-button {
font-size: 90px;
color: #ccc;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
.cupcake-history .video .play-button i {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.cupcake-history .video:hover .play-button i {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3); }
.cupcake-history .video:hover:after {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.5); }
.cupcake-history .content {
padding-top: 109px;
padding-left: 45px;
height: 717px; }
.cupcake-history .content .section-header {
text-align: left;
margin-bottom: 41px; }
.cupcake-history .content .cd-horizontal-timeline .events-content {
color: #fff; }
.cupcake-history .content .cd-horizontal-timeline .events-content li {
line-height: 2; }
.cd-horizontal-timeline {
opacity: 0;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s; }
.cd-horizontal-timeline::before {
/* never visible - this is used in jQuery to check the current MQ */
content: 'mobile';
display: none; }
.cd-horizontal-timeline.loaded {
/* show the timeline after events position has been set (using JavaScript) */
opacity: 1; }
.cd-horizontal-timeline .timeline {
position: relative; }
.cd-horizontal-timeline .events-wrapper {
position: relative;
overflow: hidden;
margin-top: 63px;
height: 100px; }
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
/* these are used to create a shadow effect at the sides of the timeline */
content: '';
position: absolute;
z-index: 2;
top: 0;
height: 100%; }
.cd-horizontal-timeline .events {
/* this is the grey line/timeline */
position: absolute;
z-index: 1;
left: 0;
top: 49px;
height: 2px;
/* width will be set using JavaScript */
background: rgba(255, 255, 255, 0.5);
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
transition: transform 0.4s; }
.cd-horizontal-timeline .events a {
position: absolute;
bottom: 0;
z-index: 2;
text-align: center;
font-size: 20px;
padding-bottom: 23px;
color: #fff;
font-family: "Raleway-SemiBold";
font-weight: 600;
/* fix bug on Safari - text flickering while timeline translates */
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0); }
.cd-horizontal-timeline .events a:hover {
color: #f1b1d4; }
.cd-horizontal-timeline .events a::after {
/* this is used to create the event spot */
content: '';
position: absolute;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -5px;
height: 12px;
width: 12px;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.5);
background-color: #fff;
-webkit-transition: background-color 0.3s, border-color 0.3s;
-moz-transition: background-color 0.3s, border-color 0.3s;
transition: background-color 0.3s, border-color 0.3s; }
.no-touch .cd-horizontal-timeline .events a:hover::after {
background-color: #f1b1d4;
border-color: rgba(241, 177, 212, 0.5); }
.cd-horizontal-timeline .events a.selected {
pointer-events: none;
color: #f1b1d4; }
.cd-horizontal-timeline .events a.selected::after {
background-color: #f1b1d4;
border-color: rgba(241, 177, 212, 0.5); }
.cd-horizontal-timeline .events a.older-event::after {
border-color: rgba(241, 177, 212, 0.5); }
@media only screen and (min-width: 1100px) {
.cd-horizontal-timeline::before {
/* never visible - this is used in jQuery to check the current MQ */
content: 'desktop'; } }
.cd-timeline-navigation {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between; }
.cd-timeline-navigation a {
height: 34px;
width: 34px;
border-radius: 50%;
border: 2px solid #dfdfdf;
-webkit-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
transition: border-color 0.3s;
display: inline-flex;
justify-content: center;
align-items: center;
background: #f1b1d4; }
.cd-timeline-navigation a i {
font-size: 20px;
color: #fff; }
.cd-timeline-navigation a.next {
right: 0; }
.no-touch .cd-timeline-navigation a:hover {
border-color: #7b9d6f; }
.cd-timeline-navigation a.inactive {
cursor: not-allowed; }
.cd-timeline-navigation a.inactive::after {
background-position: 0 -16px; }
.no-touch .cd-timeline-navigation a.inactive:hover {
border-color: #dfdfdf; }
.cd-horizontal-timeline .events-content {
position: relative;
width: 100%;
overflow: hidden;
-webkit-transition: height 0.4s;
-moz-transition: height 0.4s;
transition: height 0.4s; }
.cd-horizontal-timeline .events-content li {
position: absolute;
z-index: 1;
width: 100%;
left: 0;
top: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0;
-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
.cd-horizontal-timeline .events-content li.selected {
/* visible event content */
position: relative;
z-index: 2;
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); }
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
-webkit-animation-name: cd-enter-right;
-moz-animation-name: cd-enter-right;
animation-name: cd-enter-right; }
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
-webkit-animation-name: cd-enter-left;
-moz-animation-name: cd-enter-left;
animation-name: cd-enter-left; }
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
-webkit-animation-direction: reverse;
-moz-animation-direction: reverse;
animation-direction: reverse; }
/* .cd-horizontal-timeline .events-content li > * {
max-width: 800px;
margin: 0 auto;
} */
@-webkit-keyframes cd-enter-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%); }
100% {
opacity: 1;
-webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-right {
0% {
opacity: 0;
-moz-transform: translateX(100%); }
100% {
opacity: 1;
-moz-transform: translateX(0%); } }
@keyframes cd-enter-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%); }
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%); } }
@-webkit-keyframes cd-enter-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%); }
100% {
opacity: 1;
-webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-left {
0% {
opacity: 0;
-moz-transform: translateX(-100%); }
100% {
opacity: 1;
-moz-transform: translateX(0%); } }
@keyframes cd-enter-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%); }
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%); } }
.contact-block .image-holder {
height: 100%; }
.contact-block .image-holder img {
height: 100%;
object-fit: cover; }
.contact-block .contact-box {
background: #f2f2f2;
height: 100%;
text-align: center;
height: 270px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; }
.contact-block .contact-box h4 {
color: #333;
font-family: "Raleway-SemiBold";
font-weight: 600;
text-transform: uppercase;
margin-bottom: 13px; }
.contact-block .contact-box p span {
display: block;
font-family: "Raleway-SemiBold";
font-weight: 600; }
.contact-block .contact-box a {
color: #666; }
.contact-block .contact-box.open p {
margin-bottom: 6px; }
.contact-block .contact-box.open p:last-child {
margin-bottom: 0; }
.contact-block .contact-box.address h4 {
margin-bottom: 16px; }
.contact-block .map-holder {
height: 270px; }
footer {
background: #181818;
color: #b2b2b2;
position: relative; }
.ft-top {
text-align: center; }
.ft-top .ft-top-wrapper {
padding-top: 80px;
padding-bottom: 60px;
border-bottom: 1px solid #333; }
.ft-top .ft-top-wrapper.pb-54 {
padding-bottom: 54px; }
.ft-top .ft-top-wrapper.style {
padding-top: 65px;
padding-bottom: 45px; }
.ft-top .ft-logo {
margin-bottom: 59px; }
.ft-top .ft-col.mt-51 {
margin-top: 51px; }
.ft-top .ft-col.pl-64 {
padding-left: 64px; }
.ft-top .ft-col.pl-50 {
padding-left: 50px; }
.ft-top .ft-col.pl-30 {
padding-left: 30px; }
.ft-top p.style {
margin-bottom: 29px;
margin-top: 31px; }
.ft-top h6 {
color: #fff;
text-transform: uppercase;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 28px; }
.ft-top h6.mb-33 {
margin-bottom: 33px; }
.ft-top .form-inner {
padding-top: 7px;
margin-bottom: 27px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center; }
.ft-top .form-inner input, .ft-top .form-inner button {
height: 42px;
background: none;
border: 1px solid rgba(255, 255, 255, 0.5); }
.ft-top .form-inner input {
width: 261px;
border-radius: 21px 0 0 21px;
padding-left: 24px;
color: #b2b2b2; }
.ft-top .form-inner input::-webkit-input-placeholder {
color: #b2b2b2; }
.ft-top .form-inner input::-moz-placeholder {
color: #b2b2b2; }
.ft-top .form-inner input:-ms-input-placeholder {
color: #b2b2b2; }
.ft-top .form-inner input:-moz-placeholder {
color: #b2b2b2; }
.ft-top .form-inner button {
width: 68px;
border-left: none;
border-radius: 0 21px 21px 0;
cursor: pointer; }
.ft-top .form-inner button span {
font-size: 22px;
color: #b2b2b2; }
.ft-top .contact-part {
margin-bottom: 0; }
.ft-top .map-holder {
height: 171px; }
.ft-top.fixed {
position: relative;
z-index: 9;
padding-top: 108px;
padding-left: 39px; }
.ft-bot {
padding: 20px 0 19px;
text-align: center; }
.ft-bot.has-bd {
border-top: 1px solid #333; }
.ft-upper {
height: 507px; }
.ft-push {
position: absolute;
top: 0;
left: 0;
bottom: 0; }
.ft-image {
height: 100%;
background: url("../images/footer-image.jpg") center center;
background-size: cover; }
.ft-image img {
display: none; }
.post-row h6 {
font-size: 15px;
text-transform: inherit;
margin-bottom: 17px;
margin-top: 7px; }
.post-row h6 a {
color: #b2b2b2; }
.post-row h6 a:hover {
color: #cdaa7c; }
.post-row h6 a.hover-third-color:hover {
color: #accadd; }
.post-row h6 a.hover-fourth-color:hover {
color: #ff3333; }
.click-to-top {
position: fixed;
text-align: center;
right: 80px;
bottom: 62px;
color: #fff;
font-size: 18px;
cursor: pointer;
z-index: 99;
height: 37px;
width: 39px;
line-height: 37px;
background: #cdaa7c;
border: 1px solid rgba(205, 170, 124, 0.5); }
.click-to-top i {
font-size: 18px; }
.click-to-top:hover {
background: #e5be8a; }
.partner {
padding: 51px 0 29px; }
.partner img:hover {
opacity: 0.7; }
.partner .image-holder {
display: block;
margin-bottom: 30px; }
.partner.has-bd {
border-top: 1px solid #e6e6e6; }
.brand {
text-align: center;
padding: 100px 0 70px; }
.brand .brand-item {
margin-bottom: 30px;
display: flex;
justify-content: center;
align-items: center;
height: 206px;
border-right: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
position: relative; }
.brand .brand-item img {
opacity: 0.5;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.brand .brand-item:hover img {
opacity: 1; }
.brand .brand-item.corner:before {
content: "";
width: 60px;
height: 60px;
background: #fff;
position: absolute;
bottom: -30px;
right: -30px;
z-index: 9; }
.testimonials {
background: url("../images/testimonials-bg.jpg");
background-size: cover; }
.testimonials .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 46px; }
.testimonials .owl-theme .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 0 3.5px;
background: none;
border: 1px solid #fff; }
.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
border-color: transparent;
background: #cdaa7c; }
.testimonials-item {
background: #fff;
padding: 43px 48px; }
.testimonials-item p {
margin-bottom: 16px; }
.testimonials-item .reporter {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center; }
.testimonials-item .reporter .info {
display: inline-block;
vertical-align: middle;
margin-left: 12px; }
.testimonials-item .reporter .info span {
color: #cdaa7c;
display: block;
margin-bottom: 7px; }
.testimonials-item .reporter .info h6 {
text-transform: uppercase;
font-size: 15px;
font-family: "Raleway-SemiBold";
font-weight: 600; }
.testimonials-2 {
padding-right: 45px;
padding-top: 40px; }
.testimonials-2 .section-header {
margin-bottom: 34px; }
.testimonials-2.full {
padding: 0;
width: 100%; }
.testimonials-2.full .item p {
width: 57.5%;
margin: auto;
color: #fff;
margin-bottom: 28px; }
.testimonials-2.full .item .info h6 {
color: #fff; }
.testimonials-2.full span.lnr {
bottom: 21%; }
.testimonials-2.full span.lnr.lnr.lnr-chevron-left {
left: 33%; }
.testimonials-2.full span.lnr.lnr.lnr-chevron-right {
right: 33%; }
.testimonials-2-block .section-header {
margin-bottom: 63px; }
.testimonials-2-carousel {
position: relative;
text-align: center; }
.testimonials-2-carousel span.lnr {
cursor: pointer;
font-size: 18px;
color: #d9d9d9;
position: absolute;
bottom: 25%;
z-index: 9; }
.testimonials-2-carousel span.lnr:hover {
color: #cdaa7c; }
.testimonials-2-carousel span.lnr.lnr-chevron-left {
left: 23%; }
.testimonials-2-carousel span.lnr.lnr-chevron-right {
right: 23%; }
.testimonials-2-carousel .item p {
margin-bottom: 18px;
position: relative; }
.testimonials-2-carousel .item p i {
font-size: 70px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
color: rgba(205, 170, 124, 0.15); }
.testimonials-2-carousel .item .user {
text-align: center; }
.testimonials-2-carousel .item .user .info {
display: block; }
.testimonials-2-carousel .item .user .info h6 {
text-transform: uppercase;
font-size: 15px;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 4px; }
.testimonials-2-carousel .item .user .info span {
color: #cdaa7c; }
.testimonials-2-carousel.re-style span.lnr {
color: #999;
bottom: 23%; }
.testimonials-2-carousel.re-style span.lnr:hover {
color: #dfa027; }
.testimonials-2-carousel.re-style span.lnr.lnr-chevron-left {
left: 29.5%; }
.testimonials-2-carousel.re-style span.lnr.lnr-chevron-right {
right: 29.5%; }
.testimonials-2-carousel.re-style .item p {
color: #ccc;
margin-bottom: 28px; }
.testimonials-2-carousel.re-style .item p i {
color: rgba(223, 160, 39, 0.05); }
.testimonials-2-carousel.re-style .item .user h6 {
margin-bottom: 1px; }
.style-color-1 #preloader span {
background: #accadd; }
.style-color-1 .post-row h6 a:hover {
color: #accadd; }
.style-color-1 .section-header span {
color: #accadd; }
.style-color-1 .navbar-desktop > ul > li > a:hover {
color: #accadd; }
.style-color-1 .navbar-desktop > ul > li.current > a {
color: #accadd;
border: 1px solid rgba(172, 202, 221, 0.5); }
.style-color-1 .navbar-desktop > ul > li.has-children ul li.current > a, .style-color-1 .navbar-desktop > ul > li.has-children ul li:hover > a {
color: #accadd; }
.style-color-1 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .style-color-1 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
color: #accadd; }
.style-color-1 .navbar-desktop > ul > li.has-children ul li.current > a:before, .style-color-1 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
background: #accadd; }
.style-color-1 .hc-mobile-nav li.current > a {
color: #accadd; }
.style-color-1 .hc-mobile-nav li.current > a:before {
background: #accadd; }
.style-color-1 .owl-theme.style .owl-dots .owl-dot span {
background: #accadd; }
.style-color-1 .rev_slider .tp-bullet.selected, .style-color-1 .rev_slider .tp-bullet:hover {
background: #accadd; }
.style-color-1 .social.round a {
border: 1px solid #accadd; }
.style-color-1 .social.round a:hover {
background: #accadd; }
.style-color-1 .au-btn--hover:before {
background: #accadd; }
.style-color-1 .click-to-top {
background: #accadd;
border: 1px solid rgba(172, 202, 221, 0.5); }
.style-color-1 .click-to-top:hover {
background: #c1e2f7; }
.style-color-1 .navbar-mobile__toggler span {
background-color: #accadd; }
.style-color-1 .item-info h6 a:hover {
color: #accadd; }
.style-color-1 .menu-item h5 a:hover {
color: #accadd; }
.style-color-1 .menu-item ul li a:hover {
color: #accadd; }
.style-color-1 .gallery-item .thumb i {
background: #accadd; }
.style-color-1 .post .post-body h5 a:hover {
color: #accadd; }
.style-color-1 .au-btn__readmore:hover {
color: #accadd; }
.style-color-2 .section-header span {
color: #ff3333; }
.style-color-2 #preloader span {
background: #ff3333; }
.style-color-2 .post-row h6 a:hover {
color: #ff3333; }
.style-color-2 .navbar-desktop > ul > li > a:hover {
color: #ff3333; }
.style-color-2 .navbar-desktop > ul > li.current > a {
color: #ff3333;
border: 1px solid rgba(255, 51, 51, 0.5); }
.style-color-2 .navbar-desktop > ul > li.has-children ul li.current > a, .style-color-2 .navbar-desktop > ul > li.has-children ul li:hover > a {
color: #ff3333; }
.style-color-2 .navbar-desktop > ul > li.has-children ul li.current > a:before, .style-color-2 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
background: #ff3333; }
.style-color-2 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .style-color-2 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
color: #ff3333; }
.style-color-2 .hc-mobile-nav li.current > a {
color: #ff3333; }
.style-color-2 .hc-mobile-nav li.current > a:before {
background: #ff3333; }
.style-color-2 .owl-theme.style-1 .owl-dots .owl-dot span {
border: 1px solid #ff3333; }
.style-color-2 .owl-theme.style-1 .owl-dots .owl-dot.active span {
background: #ff3333; }
.style-color-2 .rev_slider .tp-bullet.selected, .style-color-2 .rev_slider .tp-bullet:hover {
background: #ff3333; }
.style-color-2 .social.round a {
border: 1px solid #ff3333; }
.style-color-2 .social.round a:hover {
background: #ff3333; }
.style-color-2 .au-btn--hover:before {
background: #ff3333; }
.style-color-2 .click-to-top {
background: #ff3333;
border: 1px solid rgba(255, 51, 51, 0.5); }
.style-color-2 .click-to-top:hover {
background: #e52e2e; }
.style-color-2 .navbar-mobile__toggler span {
background-color: #ff3333; }
.style-color-2 .au-btn__readmore:hover {
color: #ff3333; }
.style-color-3 .section-header span {
color: #956f32; }
.style-color-3 #preloader span {
background: #956f32; }
.style-color-3 .navbar-desktop > ul > li > a:hover {
color: #956f32; }
.style-color-3 .navbar-desktop > ul > li.current > a {
color: #956f32;
border: 1px solid rgba(149, 111, 50, 0.5); }
.style-color-3 .navbar-desktop > ul > li.has-children ul li.current > a, .style-color-3 .navbar-desktop > ul > li.has-children ul li:hover > a {
color: #956f32; }
.style-color-3 .navbar-desktop > ul > li.has-children ul li.current > a:before, .style-color-3 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
background: #956f32; }
.style-color-3 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .style-color-3 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
color: #956f32; }
.style-color-3 .hc-mobile-nav li.current > a {
color: #956f32; }
.style-color-3 .hc-mobile-nav li.current > a:before {
background: #956f32; }
.style-color-3 .owl-theme.style-1 .owl-dots .owl-dot span {
border: 1px solid #956f32; }
.style-color-3 .owl-theme.style-1 .owl-dots .owl-dot.active span {
background: #956f32; }
.style-color-3 .rev_slider .tp-bullet.selected, .style-color-3 .rev_slider .tp-bullet:hover {
background: #956f32; }
.style-color-3 .au-btn--hover:before {
background: #956f32; }
.style-color-3 .click-to-top {
background: #956f32;
border: 1px solid rgba(149, 111, 50, 0.5); }
.style-color-3 .click-to-top:hover {
background: #ad823b; }
.style-color-3 .navbar-mobile__toggler span {
background-color: #956f32; }
.style-color-3 .post .post-body h5 a:hover {
color: #956f32; }
.style-color-3 .au-btn__readmore:hover {
color: #956f32; }
.style-color-3 .menu-item h5 a:hover {
color: #956f32; }
.style-color-4 .section-header span {
color: #dfa027; }
.style-color-4 #preloader span {
background: #dfa027; }
.style-color-4 .navbar-desktop > ul > li > a:hover {
color: #dfa027; }
.style-color-4 .navbar-desktop > ul > li.current > a {
color: #dfa027;
border: 1px solid rgba(223, 160, 39, 0.5); }
.style-color-4 .navbar-desktop > ul > li.has-children ul li.current > a, .style-color-4 .navbar-desktop > ul > li.has-children ul li:hover > a {
color: #dfa027; }
.style-color-4 .navbar-desktop > ul > li.has-children ul li.current > a:before, .style-color-4 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
background: #dfa027; }
.style-color-4 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .style-color-4 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
color: #dfa027; }
.style-color-4 .hc-mobile-nav li.current > a {
color: #dfa027; }
.style-color-4 .hc-mobile-nav li.current > a:before {
background: #dfa027; }
.style-color-4 .owl-theme.style .owl-dots .owl-dot span {
background: #dfa027; }
.style-color-4 .owl-theme.style-1 .owl-dots .owl-dot span {
border: 1px solid #dfa027; }
.style-color-4 .owl-theme.style-1 .owl-dots .owl-dot.active span {
background: #dfa027; }
.style-color-4 .rev_slider .tp-bullet.selected, .style-color-4 .rev_slider .tp-bullet:hover {
background: #dfa027; }
.style-color-4 .au-btn--hover:before {
background: #dfa027; }
.style-color-4 .testimonials-2-carousel .item .user .info span {
color: #dfa027; }
.style-color-4 .click-to-top {
background: #dfa027;
border: 1px solid rgba(241, 177, 212, 0.5); }
.style-color-4 .click-to-top:hover {
background: #f7af2a; }
.style-color-4 .navbar-mobile__toggler span {
background-color: #dfa027; }
.style-color-4 .item-info h5 a:hover {
color: #dfa027; }
.style-color-5 .section-header span {
color: #f1b1d4; }
.style-color-5 #preloader span {
background: #f1b1d4; }
.style-color-5 .navbar-desktop > ul > li > a:hover {
color: #f1b1d4; }
.style-color-5 .navbar-desktop > ul > li.current > a {
color: #f1b1d4;
border: 1px solid rgba(241, 177, 212, 0.5); }
.style-color-5 .navbar-desktop > ul > li.has-children ul li.current > a, .style-color-5 .navbar-desktop > ul > li.has-children ul li:hover > a {
color: #f1b1d4; }
.style-color-5 .navbar-desktop > ul > li.has-children ul li.current > a:before, .style-color-5 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
background: #f1b1d4; }
.style-color-5 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .style-color-5 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
color: #f1b1d4; }
.style-color-5 .hc-mobile-nav li.current > a {
color: #f1b1d4; }
.style-color-5 .hc-mobile-nav li.current > a:before {
background: #f1b1d4; }
.style-color-5 .our-chef-item span {
color: #f1b1d4; }
.style-color-5 .owl-theme.style .owl-dots .owl-dot span {
background: #f1b1d4; }
.style-color-5 .owl-theme.style-1 .owl-dots .owl-dot span {
border: 1px solid #f1b1d4; }
.style-color-5 .owl-theme.style-1 .owl-dots .owl-dot.active span {
background: #f1b1d4; }
.style-color-5 .rev_slider .tp-bullet.selected, .style-color-5 .rev_slider .tp-bullet:hover {
background: #f1b1d4; }
.style-color-5 .au-btn--hover:before {
background: #f1b1d4; }
.style-color-5 .click-to-top {
background: #f1b1d4;
border: 1px solid rgba(241, 177, 212, 0.5); }
.style-color-5 .click-to-top:hover {
background: #d99ebe; }
.style-color-5 .navbar-mobile__toggler span {
background-color: #f1b1d4; }
/* 5. Page
----------------------------------------------------------*/
#contact-us-page .map-holder {
height: 450px; }
.contact-us-content h3 {
font-size: 30px;
text-transform: uppercase;
margin-bottom: 15px; }
.contact-us-content p {
margin-bottom: 89px; }
.contact-us-content .contact-us-col h5 {
margin-bottom: 11px; }
.contact-us-content .contact-us-col span, .contact-us-content .contact-us-col a {
display: block;
color: #666; }
.contact-us-content .contact-us-col .address {
margin-bottom: 28px; }
.contact-us-content .contact-us-col .body {
margin-bottom: 53px; }
.contact-us-content .social a {
color: #999; }
.contact-us-content .social a:hover {
color: #b3b3b3; }
.contact-us-form {
padding-top: 7px; }
.contact-us-form .form-holder {
margin-bottom: 30px; }
.contact-us-form .form-control {
height: 60px;
border: 1px solid #e5e5e5;
padding: 0 19px;
color: #999;
font-size: 15px; }
.contact-us-form .form-control::-webkit-input-placeholder {
color: #999;
font-size: 15px; }
.contact-us-form .form-control::-moz-placeholder {
color: #999;
font-size: 15px; }
.contact-us-form .form-control:-ms-input-placeholder {
color: #999;
font-size: 15px; }
.contact-us-form .form-control:-moz-placeholder {
color: #999;
font-size: 15px; }
.contact-us-form textarea.form-control {
padding: 18px 19px;
height: 200px; }
.coming-soon {
background-size: cover;
height: 100vh;
position: relative; }
.coming-soon .inner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
text-align: center; }
.coming-soon h1 {
color: #fff;
text-transform: uppercase;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 82px;
position: relative; }
.coming-soon h1:after {
content: "";
width: 80px;
height: 3px;
background: #fff;
bottom: -13px;
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%); }
.coming-soon .time {
margin-bottom: 67px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
flex-wrap: wrap; }
.coming-soon .time .time-box {
display: inline-block;
margin: 0 51px; }
.coming-soon .time .time-box span {
display: block; }
.coming-soon .time .time-box .time-number {
color: #fff;
font-family: "Raleway-SemiBold";
font-weight: 600;
font-size: 66px;
line-height: 1; }
.coming-soon .time .time-box .time-unit {
font-size: 26px; }
.coming-soon form .form-row {
margin-bottom: 50px;
width: 970px; }
.coming-soon form .form-col {
margin-right: 30px; }
.coming-soon form .form-control {
border: 1px solid rgba(255, 255, 255, 0.5);
height: 42px;
color: #ccc;
font-size: 13px;
padding: 0 19px; }
.coming-soon form .form-control::-webkit-input-placeholder {
color: #ccc;
font-size: 13px; }
.coming-soon form .form-control::-moz-placeholder {
color: #ccc;
font-size: 13px; }
.coming-soon form .form-control:-ms-input-placeholder {
color: #ccc;
font-size: 13px; }
.coming-soon form .form-control:-moz-placeholder {
color: #ccc;
font-size: 13px; }
.error {
background-size: cover;
height: 100vh; }
.error .inner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
text-align: center; }
.error span {
font-size: 275px;
color: #cdaa7c;
font-family: "Raleway-Bold";
font-weight: 700;
line-height: 1.3;
display: inline-block; }
.error h3 {
font-family: "Raleway-Medium";
font-weight: 500;
font-size: 32px;
color: #ccc;
margin-bottom: 8px; }
.error p {
color: #ccc;
margin-bottom: 61px; }
.reservation form {
padding: 0 90px 80px 90px; }
.reservation form .form-control {
border: 1px solid #e5e5e5;
height: 42px;
padding: 0 18px;
color: #666; }
.reservation form .form-control::-webkit-input-placeholder {
color: #666; }
.reservation form .form-control::-moz-placeholder {
color: #666; }
.reservation form .form-control:-ms-input-placeholder {
color: #666; }
.reservation form .form-control:-moz-placeholder {
color: #666; }
.reservation form .form-holder span {
right: 20px;
bottom: 50%;
transform: translateY(50%);
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%); }
.reservation .info {
margin-top: 45px; }
.reservation .info h5 {
text-transform: uppercase;
margin-bottom: 9px; }
.reservation .info .opening-col p {
display: inline-block;
margin-right: 35px; }
.reservation .info .opening-col p:last-child {
margin-right: 0; }
.reservation .info .opening-col p span {
display: block;
color: #333;
font-family: "Raleway-SemiBold";
font-weight: 600; }
.reservation .info .support {
padding-left: 80px; }
.reservation .info .support a, .reservation .info .support p {
color: #666; }
.reservation .info .support a span, .reservation .info .support p span {
font-family: "Raleway-Bold";
font-weight: 700;
margin-right: 5px; }
.reservation .info .support .address, .reservation .info .support .phone {
margin-right: -10px; }
.reservation .info .support .email, .reservation .info .support .website {
padding-left: 14px; }
.reservation .info .support .address span {
margin-right: 8px; }
.reservation .info .support .phone span {
margin-right: 12px; }
.reservation .info .support .email span {
margin-right: 8px; }
.reservation .info .support .website span {
margin-right: 3px; }
.reservation .info .support .wrapper {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex; }
.reservation .info .social {
padding-top: 27px; }
.reservation .info .social a {
color: #999; }
.reservation .info .social a:hover {
color: #b3b3b3; }
.menu-page .menu-holder.left {
padding-right: 25px; }
.menu-page .menu-holder.right {
padding-left: 25px; }
.menu-block-bg {
height: 330px;
background-attachment: fixed;
background-position: center;
background-size: cover;
position: relative; }
.menu-block-bg .section-header {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
padding: 0 20px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
/* 6. Gallery
----------------------------------------------------------*/
.gallery .image-holder {
position: relative;
display: block;
margin-bottom: 30px; }
.gallery .image-holder:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.gallery .image-holder .inner {
position: absolute;
top: 15px;
bottom: 15px;
left: 15px;
right: 15px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center;
text-align: center; }
.gallery .image-holder .info {
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0); }
.gallery .image-holder .frame {
position: absolute;
top: 15px;
bottom: 15px;
left: 15px;
right: 15px;
border: 1px solid #cdaa7c;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.gallery .image-holder h6 {
font-size: 18px;
font-family: "Raleway-SemiBold";
font-weight: 600;
color: #fff;
text-transform: uppercase;
margin-bottom: 4px; }
.gallery .image-holder span {
color: #ccc; }
.gallery .image-holder:hover:before {
background: rgba(0, 0, 0, 0.7); }
.gallery .image-holder:hover .info {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.gallery .image-holder:hover .frame {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.gallery.wide {
padding: 30px 15px; }
.gallery.wide .image-holder .frame {
top: 30px;
bottom: 30px;
left: 30px;
right: 30px; }
.gallery.wide .image-holder h6 {
font-size: 20px;
margin-bottom: 6px; }
.gallery.wide .image-holder span {
font-size: 17px; }
.masonry .masonry-wrapper {
display: grid;
display: -ms-grid;
grid-template-columns: auto auto auto;
grid-template-rows: 1fr 1fr 1fr 1fr;
-ms-grid-columns: auto 30px auto 30px auto;
-ms-grid-rows: 1fr 30px 1fr 30px 1fr 30px 1fr;
grid-gap: 30px; }
.masonry .masonry-wrapper .image-holder {
margin-bottom: 0; }
.masonry .masonry-wrapper .image-holder.fix-image {
position: relative; }
.masonry .masonry-wrapper .image-holder.fix-image img {
position: absolute;
height: 100%;
z-index: -1; }
.masonry .image-holder:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 1; }
.masonry .image-holder:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 3;
-ms-grid-column-span: 1; }
.masonry .image-holder:nth-child(3) {
grid-area: 1 / 3 / span 2 / span 1;
-ms-grid-row: 1;
-ms-grid-row-span: 3;
-ms-grid-column: 5;
-ms-grid-column-span: 1; }
.masonry .image-holder:nth-child(4) {
-ms-grid-row: 3;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 1; }
.masonry .image-holder:nth-child(5) {
-ms-grid-row: 3;
-ms-grid-row-span: 1;
-ms-grid-column: 3;
-ms-grid-column-span: 1; }
.masonry .image-holder:nth-child(6) {
grid-area: 3 / 1 / span 2 / span 2;
-ms-grid-row: 5;
-ms-grid-row-span: 3;
-ms-grid-column: 1;
-ms-grid-column-span: 3; }
.masonry .image-holder:nth-child(7) {
-ms-grid-row: 5;
-ms-grid-row-span: 1;
-ms-grid-column: 5;
-ms-grid-column-span: 1; }
.masonry .image-holder:nth-child(8) {
-ms-grid-row: 7;
-ms-grid-row-span: 1;
-ms-grid-column: 5;
-ms-grid-column-span: 1; }
.project .project-image {
padding-right: 20px; }
.project .project-image .image-row .image-holder {
margin-top: 30px; }
.project .project-content {
margin-left: -20px; }
.project .project-content h4 {
font-family: "Raleway-SemiBold";
font-weight: 600;
text-transform: uppercase;
margin-bottom: 16px; }
.project .project-content p {
margin-bottom: 28px; }
.project .project-content .info {
margin-bottom: 28px; }
.project .project-content .info-item {
margin-bottom: 16px; }
.project .project-content .info-item h6 {
font-size: 15px;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 6px; }
.project .project-content .info-item a {
color: #666; }
.project .project-content .info-item a:hover {
color: #cdaa7c; }
.project .project-content .social a {
color: #999; }
.project .project-content .social a:hover {
color: #b3b3b3; }
.project .project-navigation {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 72px; }
.project .project-navigation .prev, .project .project-navigation .next {
font-size: 30px;
color: #ccc; }
.project .project-navigation .dots {
color: #ccc;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
justify-content: space-between;
width: 31px;
flex-wrap: wrap; }
.project .project-navigation .dots i {
margin-right: 5px;
margin-bottom: 1px;
display: inline-block; }
.project .project-navigation .dots i:nth-child(2), .project .project-navigation .dots i:last-child {
margin-right: 0; }
.project .project-navigation .dots i:nth-child(3), .project .project-navigation .dots i:last-child {
margin-bottom: 0; }
.project .project-navigation a:hover {
color: #cdaa7c; }
/* 7. Sidebar
----------------------------------------------------------*/
.widget-title {
text-transform: uppercase;
margin-bottom: 19px; }
.widget-title h5 {
font-family: "Raleway-Bold";
font-weight: 700; }
.widgets {
margin-bottom: 39px; }
.widget_person {
background: #181818;
padding: 15px;
margin-bottom: 45px; }
.widget_person .inner {
border: 1px solid rgba(205, 170, 124, 0.5);
text-align: center;
padding: 30px 10px 26px; }
.widget_person .widget-title {
margin-bottom: 14px;
margin-top: 24px; }
.widget_person .widget-title h6 {
color: #fff;
font-family: "Raleway-SemiBold";
font-weight: 600;
font-size: 18px;
text-transform: uppercase;
margin-bottom: 3px; }
.widget_person .widget-title span {
text-transform: capitalize;
color: #cdaa7c; }
.widget_categories ul li {
margin-bottom: 13px; }
.widget_categories ul li:last-child {
margin-bottom: 0; }
.widget_categories ul li a {
color: #666; }
.widget_categories ul li a:hover {
color: #cdaa7c; }
.widget_recent_entries {
margin-bottom: 44px; }
.widget_recent_entries .widget-title {
margin-bottom: 22px; }
.widget_recent_entries .latest-post__item {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
margin-bottom: 17px; }
.widget_recent_entries .latest-post__item:last-child {
margin-bottom: 0; }
.widget_recent_entries .latest-post__item .thumb {
margin-right: 14px; }
.widget_recent_entries .latest-post__item .thumb:hover img {
opacity: 0.8; }
.widget_recent_entries .latest-post__item h6 {
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 6px; }
.widget_recent_entries .latest-post__item h6 a {
color: #333; }
.widget_recent_entries .latest-post__item h6 a:hover {
color: #cdaa7c; }
.widget_instagram {
margin-bottom: 35px; }
.widget_instagram .widget-title {
margin-bottom: 24px; }
.widget_instagram .row {
margin-left: -5px;
margin-right: -5px; }
.widget_instagram .col-holder {
padding-right: 5px;
padding-left: 5px; }
.widget_instagram a {
display: block;
margin-bottom: 10px; }
.widget_instagram a:hover img {
opacity: 0.8; }
.widget_tag_cloud {
margin-bottom: 35px; }
.widget_tag_cloud .widget-title {
margin-bottom: 24px; }
.widget_tag_cloud .tagcloud a {
display: inline-block;
border: 1px solid #ccc;
border-radius: 3px;
border: 1px solid #ccc;
padding: 8px 14px;
color: #666;
margin-right: 15px;
margin-bottom: 15px; }
.widget_tag_cloud .tagcloud a:hover {
background: #cdaa7c;
color: #fff;
border-color: transparent; }
.widget_banner {
margin-bottom: 50px; }
.widget_search form {
position: relative; }
.widget_search .form-control {
height: 42px;
border: 1px solid #e5e5e5;
padding: 0 40px 0 20px;
color: #666;
font-size: 15px; }
.widget_search .form-control::-webkit-input-placeholder {
color: #666;
font-size: 15px; }
.widget_search .form-control::-moz-placeholder {
color: #666;
font-size: 15px; }
.widget_search .form-control:-ms-input-placeholder {
color: #666;
font-size: 15px; }
.widget_search .form-control:-moz-placeholder {
color: #666;
font-size: 15px; }
.widget_search .search-icon {
border: none;
padding: 0;
background: none;
position: absolute;
top: 13px;
right: 19px;
cursor: pointer; }
.widget_search .search-icon:hover {
color: #cdaa7c; }
/* 8. Blog
----------------------------------------------------------*/
.blog-masonry .post {
margin-bottom: 60px; }
.blog-masonry .btn-holder {
margin-top: 10px; }
.blog-masonry.wide .container {
max-width: 1600px; }
.blog-standard .blog-post, .blog-standard .blog-single {
padding-right: 10px; }
.blog-standard .blog-post .post {
margin-bottom: 69px; }
.blog-standard .blog-post .post:last-child {
margin-bottom: 62px; }
.blog-standard .blog-single .post-meta {
margin-bottom: 27px; }
.blog-standard .blog-single p {
margin-bottom: 33px; }
.blog-standard .blog-single .quote {
margin-left: 83px;
position: relative;
font-style: italic;
margin-bottom: 40px; }
.blog-standard .blog-single .quote i {
position: absolute;
font-size: 50px;
color: rgba(205, 170, 124, 0.2);
top: -9px;
left: -23px; }
.blog-standard .blog-single .group-image {
margin-bottom: 33px; }
.blog-standard .blog-single .group-image h6 {
font-family: "Raleway-Medium";
font-weight: 500;
font-size: 18px;
color: #333;
margin-bottom: 27px; }
.blog-standard .blog-single .group-image .grid {
display: grid;
display: -ms-grid;
-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
-ms-grid-rows: auto 19px auto;
grid-gap: 20px 19px;
grid-template-columns: 1fr 1fr 1fr; }
.blog-standard .blog-single .group-image .grid .image-holder:first-child {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 1; }
.blog-standard .blog-single .group-image .grid .image-holder:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 3;
-ms-grid-column-span: 1; }
.blog-standard .blog-single .group-image .grid .image-holder:nth-child(3) {
grid-area: 2 / 1 / span 1 / span 2;
-ms-grid-row: 3;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 3; }
.blog-standard .blog-single .group-image .grid .image-holder:last-child {
position: relative;
grid-area: 1 / 3 / span 2 / span 1;
-ms-grid-row: 1;
-ms-grid-row-span: 3;
-ms-grid-column: 5;
-ms-grid-column-span: 1; }
.blog-standard .blog-single .group-image .grid .image-holder:last-child img {
position: absolute;
height: 100%;
object-fit: cover; }
.blog-standard .blog-single .bottom {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between; }
.blog-standard .blog-single .bottom {
margin-bottom: 44px; }
.blog-standard .blog-single .share span {
color: #333;
margin-right: 16px; }
.blog-standard .blog-single .share .social {
display: inline-block; }
.blog-standard .blog-single .share .social a {
color: #999;
font-size: 15px;
margin-right: 11px; }
.blog-standard .blog-single .share .social a:hover {
color: #b3b3b3; }
.blog-standard .blog-single .comment-count {
color: #333; }
.blog-standard .blog-single .comment-count:hover {
color: #cdaa7c; }
.blog-standard .blog-single .author-board {
background: #181818;
padding: 15px;
text-align: center;
margin-bottom: 35px; }
.blog-standard .blog-single .author-board .inner {
border: 1px solid rgba(205, 170, 124, 0.5);
padding: 30px 0 25px; }
.blog-standard .blog-single .author-board p {
color: #ccc;
margin: auto;
margin-top: 20px;
margin-bottom: 9px;
padding: 0 20px;
width: 82%; }
.blog-standard .blog-single .author-board h6 {
font-size: 15px;
text-transform: uppercase;
font-family: "Raleway-SemiBold";
font-weight: 600; }
.blog-standard .blog-single .author-board h6 a {
color: #fff; }
.blog-standard .blog-single .post-navigation {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
margin-bottom: 49px; }
.blog-standard .blog-single .post-navigation .navigation {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center; }
.blog-standard .blog-single .post-navigation .navigation.left .arrow {
margin-right: 17px; }
.blog-standard .blog-single .post-navigation .navigation.right .arrow {
margin-left: 17px; }
.blog-standard .blog-single .post-navigation .navigation.right .text {
text-align: right; }
.blog-standard .blog-single .post-navigation .arrow {
font-size: 18px;
color: #ccc; }
.blog-standard .blog-single .post-navigation .arrow:hover {
color: #cdaa7c; }
.blog-standard .blog-single .post-navigation .text h6 {
font-size: 18px;
margin-bottom: 4px; }
.blog-standard .blog-single .post-navigation .text h6 a {
color: #333; }
.blog-standard .blog-single .post-navigation .text h6 a:hover {
color: #cdaa7c; }
.blog-standard .blog-single .post-navigation .text span {
font-size: 14px;
color: #999; }
.blog-standard .blog-single .comments-area .comments-title {
font-size: 22px;
font-family: "Raleway-Bold";
font-weight: 700;
margin-bottom: 29px; }
.blog-standard .blog-single .comments-area .comments-item {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
margin-bottom: 36px; }
.blog-standard .blog-single .comments-area .comments-item .thumb {
margin-top: 5px;
margin-right: 20px;
flex: 0 0 auto;
width: auto;
max-width: none; }
.blog-standard .blog-single .comments-area .comments-item .heading {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
margin-bottom: 12px; }
.blog-standard .blog-single .comments-area .comments-item .heading h6 {
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-right: 20px; }
.blog-standard .blog-single .comments-area .comments-item .heading h6 a {
color: #333; }
.blog-standard .blog-single .comments-area .comments-item .heading .comments-time {
color: #999;
margin-top: 1px; }
.blog-standard .blog-single .comments-area .comments-item p {
margin-bottom: 14px; }
.blog-standard .blog-single .comments-area .comments-item .reply {
text-transform: uppercase;
color: #999;
font-family: "Lato-Regular";
font-weight: 400; }
.blog-standard .blog-single .comments-area .comments-item .reply i {
margin-right: 3px; }
.blog-standard .blog-single .comments-area .comments-item .reply:hover {
color: #cdaa7c; }
.blog-standard .blog-single .comments-area .comments-group .comments-group {
padding-left: 118px; }
.blog-standard .blog-single .comments-area > .comments-group {
margin-bottom: 64px; }
.blog-standard .blog-single .comments-area > .comments-group:last-child {
margin-bottom: 58px; }
.blog-standard .blog-single .comments-respond h5 {
font-size: 22px;
font-family: "Raleway-Bold";
font-weight: 700;
margin-bottom: 34px; }
.blog-standard .blog-single .comments-respond .comments-form .form-holder {
margin-bottom: 30px;
position: relative; }
.blog-standard .blog-single .comments-respond .comments-form .form-holder .placeholder {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
left: 21px;
font-size: 15px;
color: #999;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex; }
.blog-standard .blog-single .comments-respond .comments-form .form-holder .placeholder span {
color: #ff6666;
position: static;
font-size: 15px; }
.blog-standard .blog-single .comments-respond .comments-form .form-control {
height: 53px;
border: 1px solid #e5e5e5;
font-size: 15px;
padding: 0 20px;
color: #999;
position: relative;
z-index: 9; }
.blog-standard .blog-single .comments-respond .comments-form .form-control::-webkit-input-placeholder {
color: #999;
font-size: 15px; }
.blog-standard .blog-single .comments-respond .comments-form .form-control::-moz-placeholder {
color: #999;
font-size: 15px; }
.blog-standard .blog-single .comments-respond .comments-form .form-control:-ms-input-placeholder {
color: #999;
font-size: 15px; }
.blog-standard .blog-single .comments-respond .comments-form .form-control:-moz-placeholder {
color: #999;
font-size: 15px; }
.blog-standard .blog-single .comments-respond .comments-form textarea.form-control {
height: 150px;
padding: 15px 20px; }
.blog-standard.left-sidebar .blog-post {
padding-left: 10px; }
.blog-standard .post .post-body {
padding-top: 37px; }
.blog-standard .post .post-body h4 {
font-family: "Raleway-SemiBold";
font-weight: 600;
text-transform: uppercase;
margin-bottom: 16px; }
.blog-standard .post .post-body h4 a {
color: #333; }
.blog-standard .post .post-body h4 a:hover {
color: #cdaa7c; }
.blog-standard .post .post-date {
width: 92px;
height: 92px;
padding: 4px;
right: 30px;
top: 27px; }
.blog-standard .post .post-date .inner .date {
font-size: 45px; }
.blog-standard .post .post-date .inner .month {
font-size: 16px; }
.blog-standard .post .post-author {
font-size: 14px;
color: #333;
display: inline-block;
margin-right: 22px; }
.blog-standard .post .post-author a {
color: #333; }
.blog-standard .post .post-author a:hover {
color: #cdaa7c; }
.blog-standard .post .post-author a.thumb {
margin-right: 5px; }
.blog-standard .post .tagcloud {
font-size: 14px;
display: inline-block; }
.blog-standard .post .tagcloud a {
color: #333; }
.blog-standard .post .tagcloud a:hover {
color: #cdaa7c; }
.blog-standard .post .tagcloud a:after {
content: '/';
margin-left: 4px; }
.blog-standard .post .tagcloud a:last-child:after {
display: none; }
.blog-standard .post .tagcloud span {
margin-right: 3px;
display: inline-block; }
.blog-standard .post .post-thumb img:hover {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1; }
.blog-standard .post .end {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
justify-content: space-between; }
.blog-standard .pagination ul {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
width: 100%; }
.blog-standard .pagination a {
color: #999; }
.blog-standard .pagination .page-numbers {
font-size: 20px;
padding: 0 13px; }
.blog-standard .pagination .page-numbers.prev-page, .blog-standard .pagination .page-numbers.next-page {
font-size: 15px;
display: inline-block;
margin-top: 6px; }
.blog-standard .pagination .page-numbers.current, .blog-standard .pagination .page-numbers:hover {
color: #333; }
/* 9. Shop
----------------------------------------------------------*/
.sorting {
margin-bottom: 40px; }
.sorting .woocommerce-ordering {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
align-items: center; }
.sorting .woocommerce-ordering select.form-control:not([size]):not([multiple]) {
height: 42px;
border: 1px solid #e5e5e5;
font-size: 15px;
color: #666;
padding: 0 50px 0 19px;
width: 246px; }
.sorting .woocommerce-ordering .form-holder {
position: relative; }
.sorting .woocommerce-ordering .form-holder span {
position: absolute;
top: 17px;
right: 20px;
font-size: 12px;
z-index: -1; }
.woocommerce-loop-product__title {
font-family: "Raleway-Regular";
font-weight: 400; }
.woocommerce-loop-product__title:hover {
color: #cdaa7c; }
.shop-list .woocommerce-pagination {
margin-top: 10px; }
.shop-list .woocommerce-pagination ul {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
width: 100%; }
.shop-list .woocommerce-pagination ul a {
color: #999; }
.shop-list .woocommerce-pagination ul .page-numbers {
font-size: 20px;
padding: 0 13px; }
.shop-list .woocommerce-pagination ul .page-numbers.prev, .shop-list .woocommerce-pagination ul .page-numbers.next {
font-size: 15px;
display: inline-block;
margin-top: 6px; }
.shop-list .woocommerce-pagination ul .page-numbers.current, .shop-list .woocommerce-pagination ul .page-numbers:hover {
color: #333; }
.shop-list.wide {
padding-top: 30px !important; }
.shop-list.wide .container-fluid {
padding-left: 30px;
padding-right: 30px; }
.shop-list.wide .products .item .thumb .add_to_cart_button {
font-size: 20px; }
.shop-list.wide .products .item:hover .thumb .add_to_cart_button {
height: 52px; }
.products .item {
margin-bottom: 42px; }
.products .item .thumb {
position: relative; }
.products .item .thumb .add_to_cart_button {
position: absolute;
bottom: 0;
text-transform: uppercase;
color: #fff;
font-size: 15px;
background: #cdaa7c;
width: 100%;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center;
height: 0;
overflow: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.products .item .info {
text-align: center;
padding-top: 25px; }
.products .item .info .woocommerce-loop-product__title {
font-size: 20px;
margin-bottom: 6px; }
.products .item .info .woocommerce-loop-product__title a {
color: #333; }
.products .item .info .woocommerce-loop-product__title a:hover {
color: #cdaa7c; }
.products .item .info .price {
font-size: 20px;
color: #333; }
.products .item .info .star-rating {
margin-bottom: 8px; }
.products .item .info .star-rating i {
margin-right: 2px; }
.products .item:hover .thumb .add_to_cart_button {
height: 42px; }
.widget_price_filter .widget-title {
margin-bottom: 31px; }
#slider {
margin-bottom: 26px; }
.noUi-horizontal {
height: 4px; }
.noUi-horizontal .noUi-handle {
width: 11px;
height: 11px;
border: none;
box-shadow: none;
background: #333;
border-radius: 50%; }
.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
display: none; }
.noUi-base {
background: #e6e6e6; }
.noUi-connects, .noUi-target {
border-radius: 0;
border: none; }
.noUi-connect {
background: #cdaa7c; }
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
cursor: pointer;
right: -5px;
top: -3px; }
.price_slider_amount {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
align-items: center; }
.price_slider_amount button {
background: none;
border: none;
text-transform: uppercase;
cursor: pointer;
text-decoration: underline; }
.widget_featured_product {
margin-bottom: 49px; }
.featured-product__item {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
margin-bottom: 17px; }
.featured-product__item:last-child {
margin-bottom: 0; }
.featured-product__item .thumb {
margin-right: 13px; }
.featured-product__item .thumb:hover img {
opacity: 0.8; }
.featured-product__item h6 {
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 6px;
font-size: 17px; }
.featured-product__item h6 a {
color: #333; }
.featured-product__item h6 a:hover {
color: #cdaa7c; }
.shop-single #shop-single-thumb {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
margin-top: 21px; }
.shop-single #shop-single-thumb a {
width: 33.33%;
margin-right: 20px;
padding: 0; }
.shop-single #shop-single-thumb a:last-child {
margin-right: 0; }
.shop-single .entry-summary {
padding-left: 35px;
padding-top: 20px; }
.shop-single .entry-summary .product_title {
font-size: 35px;
text-transform: uppercase;
margin-bottom: 8px; }
.shop-single .entry-summary .info {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 28px; }
.shop-single .entry-summary .star-rating {
font-size: 20px; }
.shop-single .entry-summary .price {
color: #333;
font-size: 30px;
font-family: "Raleway-SemiBold";
font-weight: 600;
color: #333;
padding-left: 40px;
position: relative; }
.shop-single .entry-summary .price:before {
content: "";
width: 23px;
height: 2px;
background: #333;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
.shop-single .entry-summary .woocommerce-product-details__short-description {
margin-bottom: 43px; }
.shop-single .entry-summary form.cart {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
margin-bottom: 45px; }
.shop-single .entry-summary .single_add_to_cart_button {
width: 160px; }
.shop-single .entry-summary .product_meta {
margin-bottom: 48px; }
.shop-single .entry-summary .product_meta .sku_wrapper, .shop-single .entry-summary .product_meta .posted_in, .shop-single .entry-summary .product_meta .tagged_as {
display: block;
font-size: 15px;
font-family: "Raleway-SemiBold";
font-weight: 600;
text-transform: uppercase;
color: #333;
margin-bottom: 8px; }
.shop-single .entry-summary .product_meta .sku_wrapper span, .shop-single .entry-summary .product_meta .sku_wrapper a, .shop-single .entry-summary .product_meta .posted_in span, .shop-single .entry-summary .product_meta .posted_in a, .shop-single .entry-summary .product_meta .tagged_as span, .shop-single .entry-summary .product_meta .tagged_as a {
color: #999;
text-transform: none;
font-family: "Raleway-Regular";
font-weight: 400; }
.shop-single .entry-summary .product_meta .sku_wrapper a:hover, .shop-single .entry-summary .product_meta .posted_in a:hover, .shop-single .entry-summary .product_meta .tagged_as a:hover {
color: #cdaa7c; }
.shop-single .entry-summary .social a {
color: #999;
margin-right: 14px; }
.shop-single .entry-summary .social a:hover {
color: #b3b3b3; }
.shop-single .quantity, .shop-cart .quantity {
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
height: 42px;
width: 76px;
border: 1px solid #ccc;
margin-right: 20px; }
.shop-single .quantity .icon, .shop-cart .quantity .icon {
flex-grow: 1; }
.shop-single .quantity .number-button, .shop-cart .quantity .number-button {
cursor: pointer;
display: block;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center;
height: 50%;
color: #666; }
.shop-single .quantity .number-button.plus, .shop-cart .quantity .number-button.plus {
font-size: 16px;
border-bottom: 1px solid #ccc; }
.shop-single .quantity .number-button.minus, .shop-cart .quantity .number-button.minus {
font-size: 25px; }
.shop-single .quantity input, .shop-cart .quantity input {
border: none;
border-right: 1px solid #ccc;
padding: 0;
width: 47px;
text-align: center;
font-size: 20px;
color: #666; }
.shop-single .quantity input::-webkit-outer-spin-button, .shop-single .quantity input::-webkit-inner-spin-button, .shop-cart .quantity input::-webkit-outer-spin-button, .shop-cart .quantity input::-webkit-inner-spin-button {
-webkit-appearance: none; }
.woocommerce-tabs {
margin-top: 80px;
margin-bottom: 44px; }
.woocommerce-tabs .tabs {
margin-bottom: 26px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex; }
.woocommerce-tabs .tabs li a {
font-family: "Raleway-SemiBold";
font-weight: 600;
color: #999;
font-size: 18px;
padding: 0 32px;
position: relative; }
.woocommerce-tabs .tabs li a:after {
content: "";
width: 1px;
height: 13px;
background: #cccccc;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
right: 0; }
.woocommerce-tabs .tabs li a:hover {
color: #cdaa7c; }
.woocommerce-tabs .tabs li.ui-state-active a {
color: #cdaa7c; }
.woocommerce-tabs .tabs li:first-child a {
padding-left: 0; }
.woocommerce-tabs .tabs li:last-child a:after {
display: none; }
#review .woocommerce-noreviews {
font-family: "Raleway-SemiBold";
font-weight: 600;
font-size: 18px;
color: #333;
text-transform: uppercase;
margin-bottom: 10px; }
#review .comments-form .form-control {
height: 53px;
border: 1px solid #e6e6e6;
margin-bottom: 30px;
padding: 0 20px;
font-size: 15px;
color: #999; }
#review .comments-form .form-control::-webkit-input-placeholder {
font-size: 15px;
color: #999; }
#review .comments-form .form-control::-moz-placeholder {
font-size: 15px;
color: #999; }
#review .comments-form .form-control:-ms-input-placeholder {
font-size: 15px;
color: #999; }
#review .comments-form .form-control:-moz-placeholder {
font-size: 15px;
color: #999; }
#review .comments-form .comment-notes {
margin-bottom: 11px; }
#review .comments-form .comment-form-rating {
margin-bottom: 21px; }
#review .comments-form .comment-form-rating label {
color: #333;
margin-right: 10px; }
#review .comments-form textarea.form-control {
height: 150px;
padding: 15px 20px; }
#review .comments-form input.submit:hover {
background: #4d4d4d; }
#add-info .shop_attributes {
border-collapse: collapse;
width: 100%;
border: 1px solid #e6e6e6; }
#add-info .shop_attributes th, #add-info .shop_attributes td {
border: 1px solid #e6e6e6;
padding: 0 30px; }
#add-info .shop_attributes tr {
height: 58px; }
#add-info .shop_attributes th {
font-family: "Raleway-SemiBold";
font-weight: 600;
width: 17.94%; }
.related h4 {
font-size: 28px;
text-transform: uppercase;
color: #333;
font-family: "Raleway-Bold";
font-weight: 700;
text-align: center;
margin-bottom: 50px; }
.woocommerce-cart-form table td, .woocommerce-cart-form table th {
vertical-align: middle;
border: 1px solid #e6e6e6;
text-align: center; }
.woocommerce-cart-form table thead th {
font-size: 20px;
color: #333;
font-weight: 600;
padding: 24px 0; }
.woocommerce-cart-form table thead th.product-name {
text-align: left;
padding-left: 4px; }
.woocommerce-cart-form table tbody td {
padding-top: 36px;
padding-bottom: 36px; }
.woocommerce-cart-form table tbody td.product-name {
text-align: left;
padding-left: 19px; }
.woocommerce-cart-form table tbody td.product-price, .woocommerce-cart-form table tbody td.product-subtotal {
font-size: 18px;
font-family: "Raleway-Medium";
font-weight: 500; }
.woocommerce-cart-form table tbody td.product-subtotal {
color: #cdaa7c; }
.woocommerce-cart-form table tbody tr {
border-top: 1px solid #e6e6e6; }
.woocommerce-cart-form table .product-remove {
width: 6.26%;
text-align: left;
padding-left: 20px;
border-right: none; }
.woocommerce-cart-form table .product-remove a {
color: #666;
font-size: 20px; }
.woocommerce-cart-form table .product-thumbnail {
width: 11.41%;
padding-left: 0;
padding-right: 0;
text-align: left;
border-right: none;
border-left: none; }
.woocommerce-cart-form table .product-name {
width: 24.75%;
border-left: none; }
.woocommerce-cart-form table .product-name a {
font-size: 18px;
color: #666; }
.woocommerce-cart-form table .product-name a:hover {
color: #cdaa7c; }
.woocommerce-cart-form table .product-price {
width: 17.16%; }
.woocommerce-cart-form table .product-subtotal {
width: 16.99%; }
.woocommerce-cart-form table .product-quantity {
width: 23.43%; }
.woocommerce-cart-form table .actions {
padding: 38px 83px 39px 0;
border-left: none;
border-right: none;
text-align: left; }
.woocommerce-cart-form table .cart-subtotal {
border-left: none;
text-align: right;
padding-right: 83px;
font-size: 18px;
color: #cdaa7c;
font-family: "Raleway-Medium";
font-weight: 500; }
.woocommerce-cart-form table .cart-subtotal label {
margin-right: 18px;
margin-bottom: 0; }
.woocommerce-cart-form table .coupon {
display: inline-flex;
width: 267px;
height: 40px;
overflow: hidden; }
.woocommerce-cart-form table .coupon #coupon_code {
border-radius: 20px 0 0 20px;
border: 1px solid #ccc;
border-right: none;
font-size: 13px;
width: 70.04%;
padding-left: 27px; }
.woocommerce-cart-form table .coupon #coupon_code::-webkit-input-placeholder {
font-size: 13px;
color: #999;
font-family: "Lato-Regular"; }
.woocommerce-cart-form table .coupon #coupon_code::-moz-placeholder {
font-size: 13px;
color: #999;
font-family: "Lato-Regular"; }
.woocommerce-cart-form table .coupon #coupon_code:-ms-input-placeholder {
font-size: 13px;
color: #999;
font-family: "Lato-Regular"; }
.woocommerce-cart-form table .coupon #coupon_code:-moz-placeholder {
font-size: 13px;
color: #999;
font-family: "Lato-Regular"; }
.woocommerce-cart-form table .coupon input[type="submit"] {
background: #ccc;
text-transform: none;
width: 29.96%;
height: 40px;
border-radius: 0 20px 20px 0; }
.woocommerce-cart-form .bottom {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
margin-top: 50px; }
.woocommerce-cart-form .update-btn {
width: 160px;
color: #333;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.woocommerce-cart-form .update-btn:hover {
border-color: none;
background: #cdaa7c;
color: #fff; }
.woocommerce-form__label {
position: relative;
padding-left: 21px;
cursor: pointer;
color: #999;
margin-bottom: 0; }
.woocommerce-form__label input {
position: absolute;
opacity: 0;
cursor: pointer; }
.woocommerce-form__label input:checked ~ .checkmark:after {
display: block; }
.woocommerce-form__label .checkmark {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
height: 13px;
width: 14px;
border-radius: 2px;
background-color: #ebebeb;
border: 1px solid #ccc;
font-family: Material-Design-Iconic-Font;
color: #000;
font-size: 10px;
font-weight: bolder; }
.woocommerce-form__label .checkmark:after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
content: '\f26b'; }
.sign-in h4 {
color: #333;
text-transform: uppercase;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 34px; }
.woocommerce-form-login .form-holder {
margin-bottom: 25px; }
.woocommerce-form-login .form-holder.last {
margin-bottom: 22px; }
.woocommerce-form-login label {
margin-bottom: 9px; }
.woocommerce-form-login label span {
color: #ff3333;
position: static;
font-size: 15px; }
.woocommerce-form-login .form-control {
height: 42px;
border: 1px solid #e6e6e6;
padding: 0 20px;
font-size: 15px;
color: #666; }
.woocommerce-form-login input[type="submit"] {
width: 100px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top: 5px;
margin-right: 21px; }
.woocommerce-form-login input[type="submit"]:hover {
background: #4d4d4d; }
.woocommerce-form-login .woocommerce-LostPassword a {
color: #666; }
.woocommerce-form-login .woocommerce-LostPassword a:hover {
color: #cdaa7c; }
.sign-up h4 {
color: #333;
text-transform: uppercase;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 34px; }
.sign-up .form-holder {
margin-bottom: 25px; }
.sign-up .form-holder.last {
margin-bottom: 22px; }
.sign-up label {
margin-bottom: 9px; }
.sign-up label span {
color: #ff3333;
position: static;
font-size: 15px; }
.sign-up .form-control {
height: 42px;
border: 1px solid #e6e6e6;
padding: 0 20px;
font-size: 15px;
color: #666; }
.sign-up input[type="submit"] {
width: 100px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top: 5px;
display: block;
margin-bottom: 24px; }
.sign-up input[type="submit"]:hover {
background: #4d4d4d; }
.sign-up .return-link {
color: #666;
text-decoration: underline; }
.sign-up .return-link:hover {
color: #cdaa7c; }
.checkout-page .woocommerce-info {
height: 60px;
background: #f7f7f7;
border-top: 5px solid #5a9cb0;
padding-top: 5px;
padding: 17px 30px 0;
margin-bottom: 30px; }
.checkout-page .woocommerce-info a {
color: #666;
margin-left: 4px; }
.checkout-page .woocommerce-info a:hover {
color: #cdaa7c; }
.checkout-page .woocommerce-info img {
vertical-align: baseline;
margin-right: 12px; }
.checkout-page .checkout_coupon {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
padding: 41px 30px;
border: 1px dashed #e6e6e6; }
.checkout-page .checkout_coupon .form-row {
margin-bottom: 0; }
.checkout-page .checkout_coupon .form-row-first {
flex-grow: 1;
margin-right: 30px; }
.checkout-page .checkout_coupon .form-control {
height: 40px;
border: 1px solid #e6e6e6;
font-size: 15px;
padding: 10px 20px; }
.checkout-page .checkout_coupon .form-control::-webkit-input-placeholder {
font-size: 15px; }
.checkout-page .checkout_coupon .form-control::-moz-placeholder {
font-size: 15px; }
.checkout-page .checkout_coupon .form-control:-ms-input-placeholder {
font-size: 15px; }
.checkout-page .checkout_coupon .form-control:-moz-placeholder {
font-size: 15px; }
.checkout-page .checkout_coupon .au-btn {
height: 40px;
width: 184px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.checkout-page .checkout_coupon .au-btn:hover {
background: #4d4d4d; }
.checkout-page .woocommerce-info-wrapper {
padding-bottom: 17px; }
.checkout-page .woocommerce-form-login {
border: 1px dashed #e6e6e6;
padding: 34px 30px 28px;
margin-bottom: 47px; }
.checkout-page .woocommerce-checkout h5 {
text-transform: uppercase;
margin-bottom: 33px; }
.checkout-page .woocommerce-checkout label {
margin-bottom: 6px; }
.checkout-page .woocommerce-checkout .form-row {
flex-wrap: wrap;
margin-bottom: 3px; }
.checkout-page .woocommerce-checkout .form-row .required {
color: #ff3333; }
.checkout-page .woocommerce-checkout .form-control {
height: 42px;
border: 1px solid #e6e6e6;
padding: 0 20px;
font-size: 13px;
margin-bottom: 20px;
color: #666; }
.checkout-page .woocommerce-checkout .form-control::-webkit-input-placeholder {
font-size: 13px;
color: #666; }
.checkout-page .woocommerce-checkout .form-control::-moz-placeholder {
font-size: 13px;
color: #666; }
.checkout-page .woocommerce-checkout .form-control:-ms-input-placeholder {
font-size: 13px;
color: #666; }
.checkout-page .woocommerce-checkout .form-control:-moz-placeholder {
font-size: 13px;
color: #666; }
.checkout-page .woocommerce-checkout textarea.form-control {
height: 203px;
padding: 15px 20px; }
.checkout-page .woocommerce-checkout select.form-control:not([size]):not([multiple]) {
height: 42px;
background: url("../images/select-down-icon.png") right 19px center no-repeat; }
.checkout-page .woocommerce-checkout .woocommerce-account-fields {
margin-bottom: 41px; }
.checkout-page .woocommerce-checkout .woocommerce-form__label {
padding-left: 24px; }
.checkout-page .woocommerce-checkout .woocommerce-additional-fields h5 {
margin-bottom: 23px; }
.checkout-page .woocommerce-checkout-review-order-wrap table {
width: 100%; }
.checkout-page .woocommerce-checkout-review-order-wrap table .product-name {
width: 44.64%; }
.checkout-page .woocommerce-checkout-review-order-wrap table tr {
border-bottom: 1px solid #e6e6e6; }
.checkout-page .woocommerce-checkout-review-order-wrap table tr:last-child {
border: none; }
.checkout-page .woocommerce-checkout-review-order-wrap table td {
padding: 33px 0 36px; }
.checkout-page .woocommerce-checkout-review-order-wrap table .product-total {
width: 55.36%;
text-align: right; }
.checkout-page .woocommerce-checkout-review-order-wrap table .product-total .woocommerce-Price-amount {
font-family: "Raleway-SemiBold";
font-weight: 600;
color: #cdaa7c; }
.checkout-page .woocommerce-checkout-review-order-wrap table .review-wrap {
display: inline-block;
padding-left: 11px;
vertical-align: middle; }
.checkout-page .woocommerce-checkout-review-order-wrap table .review-wrap .rv-titel {
color: #333; }
.checkout-page .woocommerce-checkout-review-order-wrap table .review-wrap .product-quantity {
display: block;
color: #999;
margin-top: 6px; }
.checkout-page .woocommerce-checkout-review-order-wrap .cart-total {
margin-top: 5px;
padding-bottom: 7px;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 25px; }
.checkout-page .woocommerce-checkout-review-order-wrap .cart-total p {
color: #999;
margin-bottom: 14px; }
.checkout-page .woocommerce-checkout-review-order-wrap .cart-total p span {
font-family: "Raleway-SemiBold";
font-weight: 600; }
.checkout-page .woocommerce-checkout-review-order-wrap .cart-total p .title {
color: #333;
margin-right: 15px; }
.checkout-page .woocommerce-checkout-review-order-wrap .cart-total p .woocommerce-Price-amount {
color: #cdaa7c; }
.checkout-page .woocommerce-checkout-review-order-wrap .cart-total .order-total .title {
text-transform: uppercase; }
.checkout-page .wc_payment_method {
margin-bottom: 43px; }
.checkout-page .wc_payment_method:last-child {
margin-bottom: 31px; }
.checkout-page .wc_payment_method label {
margin-right: 43px;
cursor: pointer;
display: inline-block;
padding-left: 23px;
position: relative;
color: #333;
font-family: "Raleway-SemiBold";
font-weight: 600;
text-transform: uppercase;
margin-bottom: 28px; }
.checkout-page .wc_payment_method input {
position: absolute;
opacity: 0;
cursor: pointer; }
.checkout-page .wc_payment_method input:checked ~ .checkmark:after {
display: block; }
.checkout-page .wc_payment_method .checkmark {
position: absolute;
top: 4px;
left: 0;
height: 14px;
width: 14px;
border-radius: 50%;
border: 1px solid #ccc;
background: #ebebeb; }
.checkout-page .wc_payment_method .checkmark:after {
content: "";
width: 6px;
height: 6px;
border-radius: 50%;
background: #fff;
position: absolute;
top: 50%;
left: 50%;
background: #666;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
display: none; }
.checkout-page .wc_payment_method .payment_box {
display: inline-block; }
.checkout-page .wc_payment_method .payment_box a {
color: #666;
font-size: 13px;
margin-left: 16px; }
.checkout-page .wc_payment_method .payment_box a:hover {
color: #cdaa7c; }
.checkout-page .place-order {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: flex-end; }
.checkout-page .place-order .au-btn {
width: 202px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.checkout-page .place-order .au-btn:hover {
background: #4d4d4d; }
/* 10. Responsive
----------------------------------------------------------*/
@media (min-width: 1200px) {
.container {
max-width: 1200px; } }
@media (max-width: 1400px) {
.slideshow-form.on-mobile {
display: block; } }
@media (min-width: 1200px) and (max-width: 1500px) {
.coming-soon .inner {
top: 55%; }
.coming-soon h1 {
margin-bottom: 51px;
font-size: 40px; }
.coming-soon h1:after {
width: 60px; }
.coming-soon .time {
margin-bottom: 43px; }
.coming-soon .time .time-box {
margin: 0 25px; }
.coming-soon .time .time-box .time-number {
font-size: 56px; }
.coming-soon .time .time-box .time-unit {
font-size: 16px; }
.coming-soon form .form-row {
width: auto; }
.error .inner {
top: 50%; }
.error span {
font-size: 175px; }
.error h3 {
font-size: 20px; }
.error p {
margin-bottom: 40px; } }
@media (max-width: 1500px) {
.our-menu-col.left-20 {
padding-right: 0; }
.our-menu-col.right-20 {
padding-left: 0; }
.our-menu-full {
padding: 0 35px; }
.blog-masonry.wide .container {
max-width: 1200px; }
.menu-push {
position: static; }
.menu-left {
transform: translateX(0);
padding-right: 15px; }
.menu-right {
transform: translateX(0);
padding-left: 15px; }
.our-menu {
background: url("../images/our-menu-bg-1.png") left top no-repeat, url("../images/our-menu-bg-3.jpg");
background-size: auto, cover; }
.our-menu-wrapper {
max-width: 1170px;
width: 100%;
height: 915px; }
.our-menu-wrapper .right-content .inner {
padding-top: 85px; }
.our-menu-wrapper .right-content .content {
padding-right: 30px; }
.our-menu-wrapper .menu-holder.left-40 {
padding-right: 15px; }
.our-menu-wrapper .menu-holder.right-40 {
padding-left: 15px; }
.our-menu-wrapper .section-header {
margin-bottom: 50px; }
.block-banner.style-2 {
height: 450px; }
.block-banner.style-2 .inner {
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
.block-banner.style-2 h2 {
font-size: 50px; }
.block-banner.style-2 img {
max-width: 24%; }
.block-banner.style-2 .middle {
margin-bottom: 48px; }
.block-banner.style-2 .text {
margin-right: 6px; }
.block-banner.style-2 .text .first-line span {
font-size: 35px;
line-height: 1;
margin-left: 8px;
transform: translateY(-2px);
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px); }
.block-banner.style-2 .text .break {
font-size: 50px; }
.block-banner.style-2 .number {
font-size: 100px; }
.subscribe-form {
height: 535px;
padding-top: 0;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-direction: column;
justify-content: center; }
#rev_slider_12 li:nth-child(2) .caption-4 svg {
transform: translate(-50%, -50%) scale(0.88);
-webkit-transform: translate(-50%, -50%) scale(0.88);
-moz-transform: translate(-50%, -50%) scale(0.88);
-ms-transform: translate(-50%, -50%) scale(0.88);
-o-transform: translate(-50%, -50%) scale(0.88); }
.pizza .grid {
flex-wrap: wrap; }
.pizza .grid .pizza-item {
width: 32%;
margin-bottom: 30px; }
.pizza .grid .pizza-item:nth-child(2) {
margin-right: 0; }
.pizza .grid .pizza-item:nth-child(3), .pizza .grid .pizza-item:last-child {
margin-bottom: 0; }
.trait-col.re-style {
margin-bottom: 40px; }
#fp-nav.right {
display: none; }
.flipster--flat .flipster__item--past .flipster__item__content .content {
padding: 0 0 0 55px; }
.flipster--flat .flipster__item--future .flipster__item__content .content {
padding: 0 55px 0 0; }
.flipster-item {
width: 475px; }
.flipster-item p {
margin-bottom: 24px; }
.flipster-item p.mb-32 {
margin-bottom: 32px; }
.flipster-item p:last-child {
margin-bottom: 0; }
.flipster-item .content {
height: 439px;
padding: 0 61px; }
.gallery-grid.has-gutter {
grid-gap: 21px 20px; }
.middle-image img {
max-width: 35%; }
.menu-navigation .fix-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.block-banner.style-1 {
height: 573px;
background-position: left -204px center; }
.block-banner.style-1 .inner {
right: 70px;
top: 100px; }
.block-banner.style-1 h3 {
font-size: 20px; }
.block-banner.style-1 h2 {
font-size: 50px; }
.block-banner.style-1 p {
font-size: 16px; }
.block-banner .date {
width: 190px;
height: 33px; }
.special-box-slider {
right: 5.3%; }
.special-box-slider .owl-carousel {
transform: translateY(-150px);
-webkit-transform: translateY(-150px);
-moz-transform: translateY(-150px);
-ms-transform: translateY(-150px);
-o-transform: translateY(-150px);
width: 360px; }
.special-box {
padding: 10px; }
.special-box h4 {
margin-bottom: 0; }
.special-box p {
margin-top: 6px;
margin-bottom: 17px; }
.special-box .inner {
padding: 20px 22px 15px; }
.our-menu-col.left {
padding-right: 15px; }
.our-menu-col.right {
padding-left: 15px; }
.feature-slider span.lnr.lnr-chevron-left {
left: -22px; }
.feature-slider span.lnr.lnr-chevron-right {
right: -22px; }
.our-story-primary.style-1 .inner {
width: 80%; }
.navbar-desktop > ul > li.mr-fixed {
margin-right: 106px !important; }
.trait-content.re-style {
padding: 110px 0 70px; }
.navbar-desktop.aside {
padding: 50px 0; }
.navbar-desktop.aside .logo {
margin-bottom: 72px; }
.navbar-desktop.aside > ul {
margin-bottom: 57px; }
.navbar-desktop:not(.aside) {
top: 20px; }
.navbar-desktop:not(.aside) .logo {
max-width: 32%; }
.navbar-desktop:not(.aside) > ul > li.has-children:first-child ul {
width: 352px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-right: 28px; }
.navbar-desktop:not(.aside) > ul > li.has-children:first-child ul li {
width: 40%; }
.navbar-desktop:not(.aside).has-bg {
top: 0;
padding: 15px 80px; }
.navbar-desktop:not(.aside).fixed {
padding: 10px 80px;
top: 0; }
.navbar-desktop:not(.aside).fixed .logo {
max-width: 28%; }
.navbar-desktop.no-float {
top: 0;
padding: 20px 80px; }
.navbar-desktop.has-bg.middle {
height: 88px; }
.navbar-desktop.has-bg.middle .logo {
max-width: 5%; }
.navbar-desktop.has-bg.middle.fixed {
height: 65px; }
.grid-image .grid-item .item-info h4 {
font-size: 23px; }
.grid-image .grid-item .item-info .star-rating {
margin-bottom: 13px;
font-size: 15px; }
.grid-image .grid-item .item-info .price {
font-size: 19px; }
.middle-wrapper {
min-width: 990px; }
.middle-wrapper .container {
max-width: 960px; }
.tp-bullets {
transform: matrix(1, 0, 0, 1, -25, -50) !important;
-webkit-transform: matrix(1, 0, 0, 1, -25, -50) !important;
-moz-transform: matrix(1, 0, 0, 1, -25, -50) !important;
-ms-transform: matrix(1, 0, 0, 1, -25, -50) !important;
-o-transform: matrix(1, 0, 0, 1, -25, -50) !important; }
.menu-sidebar {
justify-content: flex-start;
padding: 50px 4% 40px; }
.click-to-top {
right: 5%;
bottom: 5%; }
#modalSearch .modal-dialog {
max-width: 50%; }
.our-story-primry.style-1 .heading {
margin-bottom: 28px; }
.our-story-primry.style-1 p {
margin-bottom: 30px; }
.our-story-primry.style-1 .inner {
width: 70%; }
.trait-content {
padding-top: 40px;
padding-bottom: 40px; }
.trait-col {
margin-bottom: 23px;
margin-right: 50px; }
.trait-col h5 {
margin-top: 18px;
margin-bottom: 8px; }
.page-wrapper main .container {
max-width: 900px; }
.page-wrapper main .our-menu .container {
max-width: 1050px; }
.special-item .thumb img {
max-width: 70%; }
.our-story-primary.style-1 {
padding: 55px 0; }
.booking-block {
height: 435px; }
.booking-block .inner {
top: 74px; }
.testimonials-2 {
padding: 0; }
.wish {
height: 500px; }
.wish h3 {
font-size: 70px; }
.wish p {
font-size: 20px; }
.wish .content {
top: 50%;
width: 100%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%), -50%; }
.menu-holder.left {
padding-right: 25px; }
.menu-holder.right {
padding-left: 25px; }
.about-us-board .inner {
padding: 64px 34px 51px; }
.about-us-board .heading {
margin-bottom: 25px; }
.about-us-board p {
margin-bottom: 40px; }
.cupcake-history .content {
padding-top: 79px;
height: 687px; } }
@media (min-width: 1200px) and (max-width: 1500px) {
.our-service-full {
width: 100%; }
.our-service-full .section-header {
margin-bottom: 40px; }
.our-service-full .service-col {
margin-bottom: 40px; }
.our-service-full .service-text {
margin-top: 15px; } }
@media (max-width: 1199px) {
body {
font-size: 14px; }
.checkout-page .woocommerce-checkout-review-order-wrap table .product-name {
width: 80%; }
.checkout-page .woocommerce-checkout-review-order-wrap table .product-total {
width: 20%; }
.shop-single .entry-summary {
padding-left: 25px;
padding-top: 10px; }
.shop-single .entry-summary .product_title {
font-size: 32px; }
.shop-single .entry-summary .price {
font-size: 27px; }
.shop-single .entry-summary .star-rating {
font-size: 17px; }
.shop-single .entry-summary .info {
margin-bottom: 25px; }
.shop-single .entry-summary .woocommerce-product-details__short-description, .shop-single .entry-summary form.cart, .shop-single .entry-summary .product_meta {
margin-bottom: 40px; }
.gallery-item .thumb i {
width: 49px;
height: 49px;
line-height: 49px; }
.cupcake-history .content {
padding-left: 35px; }
.blog-masonry.wide .container {
max-width: 960px; }
.menu-page .menu-holder {
flex-direction: row; }
.menu-page .menu-holder .menu-thumb {
margin-bottom: 0;
margin-right: 20px; }
.reservation form {
padding: 0 0 80px; }
.reservation .info .opening-col p {
display: block; }
.reservation .info .support {
padding-left: 0; }
.reservation .info .support .address, .reservation .info .support .phone {
margin-right: 0; }
.reservation .info .support .email, .reservation .info .support .website {
padding-left: 0; }
.error {
background-position: right; }
.coming-soon {
background-position: right; }
.coming-soon form .form-row {
width: 600px; }
.contact-us-content p {
margin-bottom: 36px; }
.gallery.wide .image-holder .frame {
top: 20px;
bottom: 20px;
left: 20px;
right: 20px; }
.our-chef .our-chef-item {
margin-bottom: 82px; }
.our-chef .our-chef-item h6 {
font-size: 16px; }
.our-chef .our-chef-item .name-box {
left: 10px;
right: 10px;
height: 80px; }
.page-info {
height: 450px; }
#rev_slider_12 li:nth-child(2) .caption-4 svg {
transform: translate(-50%, -50%) scale(0.7);
-webkit-transform: translate(-50%, -50%) scale(0.7);
-moz-transform: translate(-50%, -50%) scale(0.7);
-ms-transform: translate(-50%, -50%) scale(0.7);
-o-transform: translate(-50%, -50%) scale(0.7); }
.bakery-grid-item .inner {
padding: 0 11px; }
.coffee-material .left, .coffee-material .right {
padding: 0; }
.coffee-material .left {
margin-right: -32px; }
.coffee-material .right {
margin-left: -32px; }
.opening-hours {
padding: 15px; }
.opening-hours .inner {
padding: 33px 34px 20px 36px; }
.coffee-wrapper .inner {
height: 1168px;
padding-bottom: 40px; }
.block-banner.style-2 .inner {
width: 100%;
padding: 0 20px;
left: 65%; }
.about-us-board {
width: 60%; }
.about-us-board .heading h2 {
font-size: 45px; }
.pizza-item {
padding: 45px 11px 0; }
.event-col {
padding: 20px;
height: 390px; }
.promotion-item .inner.right {
top: 50%;
transform: translateY(-50%);
right: 30px; }
.promotion-item .inner.left {
top: 50%;
transform: translateY(-50%);
left: 35px; }
.our-menu-wrapper .image-holder {
display: none; }
.our-menu-block .our-menu-col.no-style.left-70 {
padding-right: 0; }
.our-menu-block .our-menu-col.no-style.right-70 {
padding-left: 0; }
.opening-block .front {
margin-right: 0;
margin-bottom: 30px;
text-align: center; }
.opening-block .middle {
padding-left: 0;
text-align: center;
margin-top: 30px; }
.opening-block .end {
padding-top: 5px;
margin-top: 30px; }
.post.pl-20 {
padding-left: 0; }
.post.smaller .post-body {
padding-top: 0;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
padding-top: 5px;
padding-bottom: 5px; }
.service-image {
margin-right: 0;
height: 100%; }
.service-image img {
height: 100%;
object-fit: cover; }
.wish {
height: 430px; }
.wish h3 {
font-size: 60px; }
.wish p {
font-size: 17px;
margin-bottom: 40px; }
.flipster--flat .flipster__item--past .flipster__item__content .content {
padding: 0 0 0 120px; }
.flipster--flat .flipster__item--future .flipster__item__content .content {
padding: 0 120px 0 0; }
.page-bg {
background: none; }
.special-box h4 {
font-size: 20px; }
.special-box .price {
font-size: 20px; }
.special-box p {
font-size: 12px;
margin-bottom: 10px; }
.block-banner.style-1 {
height: 450px; }
.block-banner.style-1 .inner {
right: 40px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
.block-banner.style-1 h3 {
font-size: 18px; }
.block-banner.style-1 h2 {
font-size: 40px; }
.block-banner.style-1 p {
font-size: 13px;
margin-bottom: 50px; }
.ft-top.fixed {
padding-left: 20px;
padding-top: 80px; }
.ft-top.fixed .ft-col.pl-64 {
padding-left: 15px; }
.ft-upper {
height: 470px; }
.special-box-slider .owl-carousel {
width: 300px;
transform: translateY(-110px);
-webkit-transform: translateY(-110px);
-moz-transform: translateY(-110px);
-ms-transform: translateY(-110px);
-o-transform: translateY(-110px); }
.our-story-primary.style-1 {
padding: 40px 0; }
.cate-box-item {
margin-bottom: 30px; }
.page-wrapper main .container, .page-wrapper main .our-menu .container {
max-width: 750px; }
.special-item .thumb img {
max-width: 80%; }
.form-row.fix-lg {
display: block; }
.form-row.fix-lg .form-col {
width: 100%;
margin-right: 0;
margin-bottom: 43px; }
.form-row.fix-lg:last-child .form-col {
margin-bottom: 0; }
.form-row .form-col {
margin-right: 40px; }
.booking .booking-content {
padding: 58px 71px 48px; }
.navbar-desktop > ul > li > a {
font-size: 14px; }
.navbar-desktop.aside .social a {
margin-right: 12px; }
.feature-slider span.lnr.lnr-chevron-left {
left: -12px; }
.feature-slider span.lnr.lnr-chevron-right {
right: -12px; }
.feature-content .heading {
margin-bottom: 18px; }
.feature-content .body p {
height: 151.2px;
overflow: auto;
margin-bottom: 21px; }
.feature-content .body .star-rating {
margin-bottom: 45px; }
.testimonials-item {
padding: 43px 40px; }
.feature-small img {
width: 80% !important; }
.feature-small .item-info {
margin-top: 10px; }
.navbar-desktop, .navbar-desktop.fixed {
padding-left: 40px;
padding-right: 40px; }
.navbar-desktop > ul > li, .navbar-desktop.fixed > ul > li {
margin-right: 19px; }
.navbar-desktop > ul > li a, .navbar-desktop.fixed > ul > li a {
pointer-events: none; }
.action .notify {
margin-right: 21px; }
.action span.search-icon {
margin-right: 0; }
.action span.menu-sidebar-icon {
display: none; }
.post .post-date {
top: 10px;
right: 10px;
width: 57px;
height: 57px;
padding: 3px; }
.post .post-date .inner .date {
font-size: 30px; }
.post .post-date .inner .month {
font-size: 13px;
text-transform: uppercase; }
.post .post-body.has-border {
padding-left: 30px;
padding-right: 30px;
padding-bottom: 40px; }
.post .post-body.has-border h5 {
font-size: 18px; }
.section-primary,
.section-primary.pt-100,
.section-primary.pt-112,
.section-primary.pt-120,
.section-primary.pt-133,
.section-primary.pt-140,
.section-primary.pt-150,
.section-primary.pb-90,
.section-primary.pb-101,
.section-primary.pb-110,
.section-primary.pb-113,
.section-primary.pb-120 {
padding-top: 110px;
padding-bottom: 90px; }
.tp-bullets {
transform: matrix(1, 0, 0, 1, -25, -30) !important;
-webkit-transform: matrix(1, 0, 0, 1, -25, -30) !important;
-moz-transform: matrix(1, 0, 0, 1, -25, -30) !important;
-ms-transform: matrix(1, 0, 0, 1, -25, -30) !important;
-o-transform: matrix(1, 0, 0, 1, -25, -30) !important; }
.widget_shopping_cart {
padding-top: 0;
margin-top: 44px; }
.trait-col {
width: 234px;
margin-right: 15px; }
.welcome-content .section-header {
margin-bottom: 20px;
margin-top: 6px; }
.welcome-content .body p {
margin-bottom: 25px; }
.ft-top .ft-col.pl-64 {
padding-left: 44px; }
.ft-top .ft-col.pl-50 {
padding-left: 30px; }
.gallery-grid.has-gutter {
grid-gap: 16px 15px; }
.menu-holder {
flex-direction: column; }
.menu-holder .menu-thumb {
margin-bottom: 20px;
margin-right: 0;
display: block; }
.menu-holder .menu-item {
width: 100%; }
.menu-holder.fixed {
flex-direction: row; }
.menu-holder.fixed .menu-thumb {
margin-bottom: 0;
margin-right: 20px; }
.menu-holder.left {
padding-right: 15px; }
.menu-holder.right {
padding-left: 15px; }
.menu-holder.left-40 {
padding-right: 30px; }
.menu-holder.right-40 {
padding-left: 30px; }
.service-col {
margin-bottom: 40px; }
.grid-image {
grid-template-columns: auto auto;
grid-template-rows: 1fr 1fr 1fr 1fr;
-ms-grid-columns: auto auto;
-ms-grid-rows: 1fr 1fr 1fr 1fr; }
.grid-image .grid-item:first-child {
grid-area: 2 / 1 / span 2 / span 1;
-ms-grid-row: 2;
-ms-grid-row-span: 2;
-ms-grid-column: 1;
-ms-grid-column-span: 1; }
.grid-image .grid-item:nth-child(2) {
grid-area: 1 / 1 / span 1 / span 2;
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 2; }
.grid-image .grid-item:nth-child(3) {
grid-area: 4 / 1 / span 1 / span 2;
-ms-grid-row: 4;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 2; }
.grid-image .grid-item:last-child {
grid-area: 2 / 2 / span 2 / span 1;
-ms-grid-row: 2;
-ms-grid-row-span: 2;
-ms-grid-column: 2;
-ms-grid-column-span: 1; }
.our-menu-wrapper {
max-width: 960px;
display: block;
height: auto; }
.our-menu-wrapper .right-content {
width: 100%;
padding: 20px; }
.our-menu-wrapper .right-content .inner {
padding-bottom: 85px;
border-left: 1px solid #accadd; }
.our-menu-wrapper .right-content .content {
padding-left: 30px; }
.our-menu-wrapper .menu-holder.fixed .menu-thumb {
margin-right: 12px; }
.about-us-wrapper {
padding: 129px 0 152px; }
.about-us-1 {
top: 50px; }
.about-us-2 {
bottom: 50px; }
#rev_slider_11 li:last-child .caption-3 .percent {
transform: translateY(-6px);
-webkit-transform: translateY(-6px);
-moz-transform: translateY(-6px);
-ms-transform: translateY(-6px);
-o-transform: translateY(-6px); }
.widget_featured_product .featured-product__item {
flex-direction: column;
align-items: flex-start; }
.widget_featured_product .featured-product__item .thumb {
margin-right: 0;
margin-bottom: 10px; } }
@media (min-width: 991px) and (max-width: 1199px) {
.special-cupcake h3 {
font-size: 33px; }
.cupcake-history .content h2 {
font-size: 37px; } }
@media (max-width: 991px) {
h1 {
font-size: 45px; }
h2 {
font-size: 35px; }
h3 {
font-size: 30px; }
h5 {
font-size: 17px; }
h6 {
font-size: 15px; }
.shop-single .entry-summary {
padding-left: 0;
padding-top: 50px; }
.shop-single .entry-summary .product_title {
font-size: 30px; }
.shop-single .entry-summary .price {
font-size: 25px;
margin-right: 20px;
padding-left: 25px; }
.shop-single .entry-summary .price:before {
width: 17px; }
.shop-single .entry-summary .star-rating {
font-size: 15px; }
.shop-single .entry-summary .info {
justify-content: flex-start; }
.price_slider_amount {
flex-direction: column;
align-items: flex-start; }
.price_slider_amount .price_label {
margin-bottom: 10px; }
.cupcake-history {
background: none !important; }
.cupcake-history .video {
background: none !important;
position: relative;
margin-bottom: 70px; }
.cupcake-history .video img {
display: block; }
.cupcake-history .content {
background: url("../images/cupcake-history-bg.jpg") center no-repeat;
background-size: cover;
padding: 70px 45px 35px;
height: auto; }
.up-row .special-cupcake-content {
margin-right: 0; }
.down-row .special-cupcake-content {
margin-left: 0; }
.blog-standard .blog-single .group-image .grid {
grid-gap: 10px; }
.blog-standard .blog-single .comments-area .comments-item .thumb {
max-width: 80px; }
.blog-standard .blog-single .comments-area .comments-group .comments-group {
padding-left: 100px; }
.blog-standard .blog-single .post-navigation .text h6 {
font-size: 16px; }
.blog-standard .post .post-date {
width: 72px;
height: 72px;
right: 20px;
top: 17px; }
.blog-standard .post .post-date .inner .date {
font-size: 35px; }
.blog-standard .post .post-date .inner .month {
font-size: 15px; }
.blog-masonry .post {
margin-bottom: 40px; }
.blog-masonry.wide .container {
max-width: 720px; }
.menu-page .menu-holder {
flex-direction: column; }
.menu-page .menu-holder .menu-thumb {
margin-bottom: 20px;
margin-right: 0; }
.reservation form {
padding-bottom: 60px; }
.reservation form .au-btn {
margin-top: 40px; }
.error span {
font-size: 200px; }
.coming-soon form .form-row {
width: 550px; }
#contact-us-page .map-holder {
height: 400px; }
.project .project-image {
padding-right: 0;
margin-bottom: 30px; }
.project .project-content {
margin-left: 0; }
.bakery-grid-item.fix-image img {
position: static;
height: auto; }
.gallery.wide .image-holder .frame {
top: 15px;
bottom: 15px;
left: 15px;
right: 15px; }
.gallery.wide .image-holder h6 {
font-size: 16px;
margin-bottom: 4px; }
.gallery.wide .image-holder span {
font-size: 15px; }
.page-info {
height: 350px; }
.page-info .section-header {
bottom: 50%;
transform: translate(-50%, 50%);
-webkit-transform: translate(-50%, 50%);
-moz-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);
-o-transform: translate(-50%, 50%); }
.brand img {
max-width: 60%; }
.brand .brand-item.corner:before {
width: 30px;
height: 30px;
bottom: -15px;
right: -15px; }
.brand .brand-item {
margin-bottom: 15px; }
.bakery-grid-item.is-bg {
background: none !important; }
.bakery-grid-item.is-bg img {
display: block; }
.bakery-thumbnail {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-wrap: wrap; }
.bakery-thumbnail li {
flex-grow: 1;
margin-right: 20px; }
.bakery-thumbnail li:last-child {
margin-right: 0; }
.special-grid .image-holder .inner {
padding: 0 8px 0 5px; }
.our-menu-col.move-left, .our-menu-col.move-right {
transform: translateX(0); }
.coffee-material .bg-block {
position: static; }
.coffee-material .left, .coffee-material .right {
margin: 0; }
.about-us-col {
padding: 39px 30px 36px; }
.coffee-wrapper .inner {
padding: 57px 45px 13px;
height: 1190px; }
.subscribe-form {
height: 480px; }
.pizza .grid .pizza-item {
width: 42%; }
.promotion-item {
margin-bottom: 30px; }
.promotion-item .inner.top {
top: 35px; }
.promotion-item .inner.right {
right: 20px; }
.promotion-item .inner.left {
left: 20px; }
.promotion-item .note h4 {
font-size: 30px; }
.promotion-item .discount-box .text {
font-size: 15px; }
.promotion-item .discount-box .price {
font-size: 34px; }
.promotion-item .discount-text {
margin-bottom: 24px; }
.promotion-item .discount-text h3 {
font-size: 25px; }
.promotion-item .discount-text .percent {
font-size: 40px; }
.promotion-item h2 {
font-size: 35px; }
.promotion-item h3 {
font-size: 20px; }
.promotion-item .au-btn {
width: 118px;
height: 33px; }
.block-banner.style-2 {
height: 360px; }
.block-banner.style-2 h2 {
font-size: 40px; }
.block-banner.style-2 img {
max-width: 24%; }
.block-banner.style-2 .text .first-line span {
font-size: 25px; }
.block-banner.style-2 .text .break {
font-size: 40px; }
.block-banner.style-2 .number {
font-size: 90px; }
#rev_slider_11 li:nth-child(2) .caption-3 {
line-height: 1.6; }
.opening-block .end span {
text-align: center;
margin-top: 40px; }
.post.smaller .post-body {
padding: 20px 0 0 0; }
.gallery-grid.no-gutter {
grid-template-columns: auto auto; }
.gallery-grid.no-gutter .gallery-item:first-child {
grid-area: 2 / 1 / span 2 / span 1; }
.gallery-grid.no-gutter .gallery-item:nth-child(4) {
grid-area: 2 / 2 / span 2 / span 1; }
.about-us-board {
width: 80%; }
.about-us-board .inner {
padding: 44px 34px 31px; }
.about-us-board .heading h2 {
font-size: 40px; }
.about-us-wrapper {
padding: 89px 0 112px; }
.about-us-wrapper img {
display: none; }
#rev_slider_11 li:first-child .caption-1:before, #rev_slider_11 li:first-child .caption-2:before {
top: 0;
left: 0;
width: calc(100% - 1px); }
#rev_slider_11 li:first-child .caption-1:after, #rev_slider_11 li:first-child .caption-2:after {
width: calc(100% - 1px);
bottom: 2px;
left: 0px; }
.menu-item h5 .dots {
transform: translateY(-5px); }
.gallery-grid.has-gutter {
grid-gap: 13px 12px; }
.service-image {
text-align: center;
margin-bottom: 80px; }
.service-image img {
display: inline-block;
width: 100%;
height: 400px; }
.our-story-primary.style-1 .inner {
width: 70%; }
.slideshow-form.on-mobile .inner .form-holder {
margin-right: 20px; }
.slideshow-form.on-mobile .inner button {
width: 120px; }
.page-wrapper main .container, .page-wrapper main .our-menu .container {
max-width: 600px; }
.navbar-desktop {
display: none; }
.navbar-mobile {
display: block; }
.post {
margin-bottom: 30px; }
.post .post-body {
padding-bottom: 10px; }
.section-primary,
.section-primary.pt-100,
.section-primary.pt-112,
.section-primary.pt-120,
.section-primary.pt-133,
.section-primary.pt-140,
.section-primary.pt-150,
.section-primary.pb-101,
.section-primary.pb-110,
.section-primary.pb-113,
.section-primary.pb-120 {
padding-top: 90px;
padding-bottom: 80px; }
.section-header {
margin-bottom: 50px; }
.section-header h2 {
margin-bottom: 10px; }
.section-header span {
font-size: 25px; }
.our-service-col {
margin-bottom: 30px;
height: auto; }
.our-story .image-wrapper {
width: 100%; }
.our-story-primary.style-2 {
position: static;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
width: 100%; }
.our-menu-board .our-menu-col.right {
padding-left: 0; }
.our-menu-board .our-menu-col.left {
padding-right: 0; }
.our-menu-board .inner {
padding: 55px 20px 44px; }
.booking .booking-content {
padding: 48px 51px 38px; }
.form-row .form-col {
margin-right: 30px; }
.feature-content .heading {
margin-bottom: 10px; }
.feature-content .heading h3 {
font-size: 26px; }
.feature-content .heading span {
font-size: 20px; }
.feature-content .body p {
height: 100.8px; }
.feature-content .body .star-rating {
margin-bottom: 35px; }
.trait .image-holder {
background: none; }
.trait .image-holder img {
display: block; }
.trait-content {
justify-content: space-around; }
.trait-col {
width: 35%;
margin-right: 0;
margin-bottom: 53px; }
.trait-col h5 {
margin-top: 23px;
margin-bottom: 13px; }
.feature-small img {
width: 60% !important; }
.feature-small .item-info .price {
font-size: 15px; }
.feature-slider span.lnr {
font-size: 20px;
top: 30px; }
.feature-slider span.lnr.lnr-chevron-left {
left: -17px; }
.feature-slider span.lnr.lnr-chevron-right {
right: -17px; }
.heading .notify {
margin-right: 10px; }
.hc-mobile-nav .nav-container {
min-width: 310px; }
.welcome .image-group {
margin-bottom: 50px; }
.our-story .image-holder {
background: none; }
.our-story .image-holder img {
display: block; }
.ft-top .ft-col.pl-50 {
padding-left: 15px; }
.ft-top .ft-col.pl-30 {
padding-left: 44px; }
.section-reservation .opening-time {
width: 100%;
margin-right: 0;
margin-bottom: 70px; }
.section-reservation .reservation-tab {
padding-left: 0; }
.reservation-tab .booking-form .form-inner .form-col {
width: 45%; }
.widget_shopping_cart_content {
width: 270px;
padding: 25px 20px; }
.widget_shopping_cart_content .woocommerce-mini-cart__total {
font-size: 15px; }
.page-wrapper {
display: block; }
.page-wrapper header, .page-wrapper main {
width: 100%; }
.section-form .form-col {
width: 45%; }
.our-story .image-bg {
background: none; }
.our-story .image-bg img {
display: block; }
.menu-wrapper .inner {
padding: 20px 10px 0;
border: none; }
.middle-wrapper {
min-width: auto; }
body.center {
display: block; }
.page-bg {
position: static; }
.rev_slider_wrapper.px-30 {
padding: 0; }
.middle-wrapper .container {
max-width: 720px; }
.booking-block {
height: 390px; }
.booking-block .inner {
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
width: 80%; }
.special-box-slider {
position: static; }
.special-box-slider .container {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center; }
.special-box-slider .owl-carousel {
transform: translateY(30px);
-webkit-transform: translateY(30px);
-moz-transform: translateY(30px);
-ms-transform: translateY(30px);
-o-transform: translateY(30px);
width: 300px; }
.block-banner.style-1 {
height: 350px; }
.block-banner.style-1 .inner {
right: 20px; }
.block-banner.style-1 h3 {
font-size: 16px;
margin-bottom: 20px; }
.block-banner.style-1 h2 {
font-size: 31px; }
.block-banner.style-1 p {
font-size: 12px;
margin-bottom: 30px; }
.ft-push {
position: static; }
.ft-image {
background: none; }
.ft-top.fixed {
padding: 40px 0; }
.ft-upper {
height: auto; }
.menu-holder.left-40 {
padding-right: 15px; }
.menu-holder.right-40 {
padding-left: 15px; }
.our-menu-block .our-menu-col {
width: 60%;
padding: 44px 34px; }
.subscribe-form .section-header {
margin-bottom: 40px; }
.subscribe-form .section-header h2 {
font-size: 30px; }
.subscribe-form .section-header span {
font-size: 20px; }
.subscribe-form .form-row {
display: block; }
.subscribe-form .form-control {
height: 45px;
margin-bottom: 15px; }
.subscribe-form .au-btn {
height: 40px; }
.event-col {
height: 100%; }
.event-col .interior {
padding: 0 24px 20px; }
.event-col .event-date {
width: 82px;
height: 82px; }
.event-col .event-date .inner .date {
font-size: 40px; }
.event-col .event-date .inner .month {
font-size: 14px; }
.page-breadcrumb {
padding: 40px 0; }
.gallery div.row {
margin-left: -20px;
margin-right: -20px; }
.gallery div.col-md {
padding-right: 10px;
padding-left: 10px; }
.gallery .image-holder {
margin-bottom: 20px; }
.gallery .image-holder h6 {
font-size: 16px; }
.gallery .image-holder .inner {
top: 10px;
left: 10px;
bottom: 10px;
right: 10px; }
.masonry .masonry-wrapper {
grid-gap: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
.widget_person {
padding: 10px; }
.widget_person img {
max-width: 90%; }
.widget_recent_entries .latest-post__item {
flex-direction: column;
align-items: flex-start; }
.widget_recent_entries .latest-post__item .thumb {
margin-right: 0;
margin-bottom: 10px; } }
@media (max-width: 767px) {
h1 {
font-size: 35px; }
h2 {
font-size: 30px; }
h3 {
font-size: 25px; }
h5 {
font-size: 16px; }
h6 {
font-size: 14px; }
.sorting .woocommerce-ordering {
flex-direction: column;
align-items: flex-start; }
.sorting .woocommerce-ordering .woocommerce-result-count {
margin-bottom: 10px; }
.widget_featured_product .featured-product__item {
flex-direction: row;
align-items: center; }
.widget_featured_product .featured-product__item .thumb {
margin-right: 13px;
margin-bottom: 0; }
.cupcake-history .video .play-button {
font-size: 60px; }
.cupcake-history .content {
padding: 70px 20px 35px; }
.menu-page .menu-holder.left, .menu-page .menu-holder.right {
padding: 0 15px; }
.coming-soon .inner {
width: 100%; }
.coming-soon h1 {
margin-bottom: 41px;
font-size: 30px; }
.coming-soon .time {
margin-bottom: 33px; }
.coming-soon .time .time-box {
margin: 0 15px; }
.coming-soon .time .time-box .time-number {
font-size: 36px; }
.coming-soon .time .time-box .time-unit {
font-size: 16px; }
.coming-soon form .form-row {
width: auto;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
margin-bottom: 30px; }
.coming-soon form .form-col {
margin-right: 15px;
margin-bottom: 0; }
.coming-soon form .form-control, .coming-soon form .au-btn {
height: 37px; }
.contact-us-content {
margin-bottom: 50px; }
.page-breadcrumb.wide {
padding-left: 0;
padding-right: 0; }
.gallery div.row {
margin-left: -15px;
margin-right: -15px; }
.gallery div.col-md {
padding-right: 15px;
padding-left: 15px; }
.gallery.wide {
padding: 30px 0; }
.page-info .section-header {
width: 100%; }
.hc-mobile-nav .nav-container {
min-width: 250px; }
.coffee-wrapper {
padding: 15px; }
.coffee-wrapper .inner {
padding: 27px 15px 13px;
height: auto; }
.coffee-material .left, .coffee-material .right {
text-align: center; }
.coffee-material .left {
margin-bottom: 40px;
margin-top: 30px; }
.coffee-material .left .heading {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
justify-content: center; }
.coffee-material .left .heading span {
order: 1;
margin-right: 21px; }
.coffee-material .left .heading h5 {
order: 2;
margin-right: 0; }
.coffee-material-box {
margin-bottom: 40px; }
.section-primary,
.section-primary.pt-100,
.section-primary.pt-112,
.section-primary.pt-120,
.section-primary.pt-133,
.section-primary.pt-140,
.section-primary.pt-150,
.section-primary.pb-60,
.section-primary.pb-101,
.section-primary.pb-110,
.section-primary.pb-113,
.section-primary.pb-120 {
padding-top: 50px;
padding-bottom: 50px; }
.section-header span {
font-size: 20px; }
.ft-top .ft-top-wrapper, .ft-top .ft-top-wrapper.pb-54 {
padding-top: 60px;
padding-bottom: 40px; }
.ft-col {
margin-bottom: 50px; }
.ft-col:last-child {
margin-bottom: 0; }
.ft-top h6 {
margin-bottom: 18px; }
.ft-top .form-inner {
margin-bottom: 17px; }
.ft-top .ft-col.pl-30 {
padding-left: 15px; }
.ft-top .ft-col.pl-64 {
padding-left: 15px; }
.ft-top .ft-col.mt-51 {
margin-top: 0; }
.booking .image-holder {
height: 0; }
.booking .booking-content {
padding: 48px 20px 38px; }
.form-row {
display: block; }
.form-row .form-col {
width: 100%;
margin-right: 0;
margin-bottom: 43px; }
.form-row:last-child .form-col {
margin-bottom: 0; }
.our-menu {
background: url("../images/our-menu-bg-3.jpg");
background-size: cover; }
.our-menu-col {
margin-bottom: 50px; }
.our-menu-col .heading .icon, .our-menu-col .heading .icon.mt-12, .our-menu-col .heading .icon.mt-4px {
margin-top: 0; }
.our-menu-col.left {
padding-right: 0; }
.our-menu-col.right {
padding-left: 0; }
.our-menu-col .mt-60 {
margin-top: 0; }
.feature-content {
margin-top: 30px; }
.feature-content span.lnr {
display: none; }
.feature-content .heading {
margin-bottom: 18px; }
.feature-content .heading h3 {
font-size: 23px; }
.feature-content .heading span {
font-size: 17px; }
.feature-content .body p {
height: auto;
margin-bottom: 21px; }
.feature-content .body .star-rating {
margin-bottom: 45px; }
.feature-small img {
width: 100% !important; }
.feature-small .item-info {
margin-top: 20px; }
.feature-small .item-info .price {
font-size: 14px; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 30px; }
.form-control {
font-size: 15px; }
.form-control::-webkit-input-placeholder {
font-size: 15px; }
.form-control::-moz-placeholder {
font-size: 15px; }
.form-control:-ms-input-placeholder {
font-size: 15px; }
.form-control:-moz-placeholder {
font-size: 15px; }
#modalSearch .modal-dialog {
max-width: 80%; }
.navbar-mobile span.search-icon {
font-size: 20px; }
.navbar-mobile .logo {
max-width: 15%; }
.our-menu-block {
display: block;
margin-bottom: 60px; }
.our-menu-block .au-btn__readmore {
margin-top: 0; }
.our-menu-block .our-menu-col {
position: static;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
padding: 30px 0 0;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
width: 100%; }
.our-menu-block .our-menu-col.no-style {
margin-top: 0; }
.ml--10 {
margin-left: 0; }
.trait-content {
padding: 50px 20px; }
.trait-col {
width: 100%; }
.our-story-primry.style-1 .inner {
width: 100%;
padding: 50px 20px; }
.our-story-primary.style-2 .interior {
padding: 30px 15px; }
.our-story-primary.style-2 .heading h2 {
font-size: 50px; }
.our-menu.bg-4 {
background: none; }
.our-menu-board {
padding: 0; }
.our-menu-board .inner {
padding: 0; }
#rev_slider_5 li:last-child .caption-2:before, #rev_slider_5 li:last-child .caption-2:after {
width: 10px;
height: 9px; }
#rev_slider_5 li:last-child .caption-2:after {
right: -20px; }
#rev_slider_5 li:last-child .caption-2:before {
left: -20px; }
.reservation-tab ul {
display: block; }
.reservation-tab ul li a {
margin: 0 0 10px;
font-size: 20px; }
.reservation-tab .booking-form {
margin-top: 30px; }
.reservation-tab .booking-form p:first-child {
padding: 0; }
.reservation-tab .booking-form .form-inner .form-col {
width: 100%; }
.section-reservation .opening-time {
margin-bottom: 50px; }
.post.has-mb {
margin-bottom: 40px; }
.post .post-body .post-date--style.right span.month {
transform: translateY(-17px);
-webkit-transform: translateY(-17px);
-moz-transform: translateY(-17px);
-ms-transform: translateY(-17px);
-o-transform: translateY(-17px); }
.post .post-body .post-date--style.right span.date {
transform: translateX(-18px);
-webkit-transform: translateX(-18px);
-moz-transform: translateX(-18px);
-ms-transform: translateX(-18px);
-o-transform: translateX(-18px); }
.cate-box {
padding: 0; }
.our-story-primary.style-2.fixed .interior {
padding: 30px 20px; }
.gallery-grid {
display: block; }
.gallery-grid .gallery-item {
margin-bottom: 20px; }
.gallery-grid .gallery-item.last-child {
margin-bottom: 0; }
.gallery-grid.has-gutter {
padding: 0; }
.section-form .form-col {
width: 100%; }
.wish {
height: 350px; }
.wish h3 {
font-size: 40px; }
.wish p {
font-size: 14px; }
.slideshow-form.on-mobile .inner {
flex-direction: column; }
.slideshow-form.on-mobile .inner .form-holder {
margin-right: 0;
margin-bottom: 20px; }
.slideshow-form.on-mobile .inner button {
margin: auto;
margin-top: 20px; }
.our-story-primary.style-1 {
padding: 35px 15px; }
.our-story-primary.style-1 .inner {
width: 100%; }
.menu-navigation ul {
flex-wrap: wrap; }
.menu-navigation ul li {
margin-right: 0 !important;
width: 50%;
margin-bottom: 40px; }
.menu-wrapper {
padding: 0;
margin: 0 -15px; }
.menu-wrapper .inner {
padding: 30px 15px 0;
border: none; }
.menu-holder .menu-thumb {
margin-right: 0;
text-align: center; }
.menu-holder.fixed {
flex-direction: column; }
.menu-holder.fixed .menu-thumb {
margin-bottom: 20px;
margin-right: 0; }
#rev_slider_6 li:last-child .caption-2 {
overflow: auto !important; }
.service-image {
margin-bottom: 50px; }
.service-image img {
height: auto; }
.special-box-slider .owl-carousel {
width: 100%; }
.our-menu-col.mt-60 {
margin-top: 0; }
.middle-image {
margin-bottom: 50px; }
.middle-image img {
max-width: 65%; }
.block-banner.style-1 .inner {
background: rgba(0, 0, 0, 0.4);
right: 0;
width: 100%;
padding: 0 15px; }
.block-banner.style-1 h3, .block-banner.style-1 p {
color: #fff; }
.block-banner.style-1 img {
filter: brightness(0) invert(1); }
.ft-top.fixed {
padding: 70px 0 40px; }
.grid-image .grid-item .item-info h4 {
font-size: 16px;
margin-bottom: 0; }
.grid-image .grid-item .item-info .star-rating {
margin-bottom: 0;
font-size: 12px; }
.grid-image .grid-item .item-info .star-rating i {
margin-right: 2px; }
.grid-image .grid-item .item-info .price {
font-size: 12px; }
.trait-content.re-style {
padding: 60px 0 70px; }
.testimonials-2 {
margin-top: 40px; }
.flipster-item .content {
padding: 0 108px;
height: 420px; }
.flipster__nav {
display: block;
order: 1;
margin: 60px 0 0; }
.flipster__item--current .flipster__item__content {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.about-us-wrapper {
padding: 50px 0 50px; }
.about-us-board {
width: 100%;
padding: 10px; }
.about-us-board .inner {
padding: 50px 20px; }
.about-us-board .heading h2 {
font-size: 35px; }
.about-us-board p {
margin-bottom: 30px; }
.our-menu-wrapper .menu-holder.fixed .menu-thumb {
margin-bottom: 10px;
margin-right: 0; }
.our-menu-wrapper .menu-holder.fixed .menu-item {
padding: 10px; }
.our-menu-wrapper .menu-holder.fixed.right-40, .our-menu-wrapper .menu-holder.fixed.left-40 {
padding: 0; }
.our-menu-wrapper .right-content {
padding: 15px; }
.our-menu-wrapper .right-content .inner {
padding: 60px 10px 60px; }
.our-menu-wrapper .right-content .content {
padding: 0 15px; }
#rev_slider_12 li:nth-child(2) .caption-4 svg {
transform: translate(-50%, -50%) scale(0.35);
-webkit-transform: translate(-50%, -50%) scale(0.35);
-moz-transform: translate(-50%, -50%) scale(0.35);
-ms-transform: translate(-50%, -50%) scale(0.35);
-o-transform: translate(-50%, -50%) scale(0.35); }
.promotion-item .inner.top {
top: 8%; }
.promotion-item h2 {
font-size: 30px;
margin-top: 8px; }
.promotion-item .note h4 {
font-size: 25px; }
.promotion-item h3 {
font-size: 16px; }
.promotion-item .discount-box .text {
font-size: 12px; }
.promotion-item .discount-box .price {
font-size: 29px; }
.promotion-item .inner.right {
right: 5%; }
.promotion-item .inner.left {
left: 4%; }
.promotion-item .discount-text h3 {
font-size: 20px; }
.promotion-item .discount-text .percent {
font-size: 30px; }
.promotion-item .au-btn {
width: 108px;
height: 28px; }
.pizza .grid {
padding: 0 15px; }
.pizza .grid .pizza-item {
width: 100%;
margin-right: 0; }
.pizza .grid .pizza-item:nth-child(3) {
margin-bottom: 30px; }
.pizza-item.has-mb {
margin-bottom: 30px; }
.event-col {
margin-bottom: 30px;
height: auto; }
.block-banner.style-2 .inner {
left: 50%; }
.block-banner.style-2 h2 {
font-size: 35px;
margin-bottom: 10px; }
.block-banner.style-2 .text .first-line span {
font-size: 20px; }
.block-banner.style-2 .text .break {
font-size: 35px; }
.block-banner.style-2 .number {
font-size: 60px; }
.block-banner.style-2:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5); }
.subscribe .image-holder:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5); }
.subscribe-form {
padding: 40px 0;
height: auto; }
.subscribe-form p {
color: #fff; }
.promotion-item.is-bg {
height: auto; }
.promotion-item.is-bg #promotion-1 {
position: static; }
.about-us .image-holder img {
height: auto; }
.bakery-menu-item img {
max-width: 70%; }
.bakery-thumbnail li:nth-child(2) {
margin-right: 0; }
.bakery-content {
display: block; }
.bakery-content .bakery-right {
width: 100%; }
.bakery-content .image-holder {
margin: 40px 0 40px;
width: 100%; }
.bakery-content .image-holder img {
max-width: 70%; }
.brand .brand-item.corner:before {
display: none; }
.brand .brand-item {
border: 1px solid #e6e6e6 !important;
margin-bottom: 30px; }
.section-primary.has-overlay {
position: relative; }
.section-primary.has-overlay:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5); }
.testimonials-2-carousel span {
display: none; }
.page-breadcrumb h3 {
font-size: 25px;
margin-bottom: 10px; }
.special-grid .image-holder.fix-image img {
position: static;
height: auto; }
.masonry .masonry-wrapper {
display: block; }
.masonry .masonry-wrapper .image-holder {
margin-bottom: 15px; }
.masonry .masonry-wrapper .image-holder.fix-image img {
position: static;
height: auto; }
.masonry .masonry-wrapper .image-holder:last-child {
margin-bottom: 0; }
.error .inner {
width: 100%;
padding: 0 30px; }
.error span {
font-size: 95px;
margin-bottom: 10px; }
.error h3 {
font-size: 18px; }
.error p {
margin-bottom: 27px; }
.reservation form {
display: block; }
.reservation form .form-col {
margin-bottom: 20px; }
.reservation form .au-btn {
margin-top: 20px; }
.reservation .info .support {
padding-top: 27px; }
.sidebar {
margin-top: 50px; }
.blog-standard .blog-post, .blog-standard .blog-single {
padding-right: 0; }
.blog-standard .blog-post .post {
margin-bottom: 49px; }
.blog-standard .blog-post .post:last-child {
margin-bottom: 42px; }
.blog-standard.left-sidebar .blog-post {
padding-left: 0; }
.blog-standard .post .end {
flex-direction: column;
align-items: flex-start; }
.blog-standard .post .au-btn__readmore {
order: 1;
margin-bottom: 20px; }
.blog-standard .post .post-meta {
order: 2; }
.blog-standard .post .post-author {
margin-bottom: 10px; }
.blog-standard .post .post-date {
width: 62px;
height: 62px;
right: 10px;
top: 10px; }
.blog-standard .post .post-date .inner .date {
font-size: 27px; }
.blog-standard .post .post-date .inner .month {
font-size: 14px; }
.blog-standard .blog-single .author-board p {
width: 100%; }
.blog-standard .blog-single .post-navigation .navigation.right .arrow {
margin-left: 10px; }
.blog-standard .blog-single .post-navigation .navigation.left .arrow {
margin-right: 10px; }
.blog-standard .blog-single .post-navigation .arrow {
font-size: 15px; }
.blog-standard .blog-single .group-image .grid .image-holder:last-child {
margin-bottom: 0; }
.blog-standard .blog-single .group-image .grid .image-holder:last-child img {
position: static;
height: auto; }
.blog-standard .blog-single .group-image .grid {
display: block; }
.blog-standard .blog-single .group-image .grid .image-holder {
margin-bottom: 15px; }
.blog-standard .blog-single .quote {
margin-left: 30px; }
.blog-standard .blog-single .comments-area .comments-item {
flex-direction: column; }
.blog-standard .blog-single .comments-area .comments-item .thumb {
margin-right: 0;
margin-bottom: 20px; }
.blog-standard .blog-single .comments-area .comments-item .heading {
flex-direction: column; }
.blog-standard .blog-single .comments-area .comments-group .comments-group {
padding-left: 40px; }
.blog-standard .blog-single .comments-area > .comments-group {
margin-bottom: 0; }
.special-cupcake .image-holder {
text-align: center; }
.special-cupcake .image-holder img {
max-width: 80%; }
.cd-horizontal-timeline .events-wrapper {
height: 80px; }
.shop-list.wide {
padding-top: 20px !important; }
.shop-list.wide .container-fluid {
padding-left: 20px;
padding-right: 20px; }
.products .item .thumb .add_to_cart_button {
font-size: 15px; }
.products .item:hover .thumb .add_to_cart_button {
height: 42px; }
.woocommerce-tabs {
margin-top: 50px; }
.woocommerce-tabs .tabs {
flex-direction: column; }
.woocommerce-tabs .tabs li {
margin-bottom: 5px; }
.woocommerce-tabs .tabs li a {
padding: 0 20px 0 0; }
#add-info .shop_attributes th, #add-info .shop_attributes td {
padding: 0 20px; }
.shop-single #shop-single-thumb {
margin-top: 10px; }
.shop-single #shop-single-thumb a {
margin-right: 10px; }
.shop-single .entry-summary .product_title {
font-size: 25px; }
.shop-single .entry-summary .price {
font-size: 20px;
margin-right: 20px; }
.shop-single .entry-summary .star-rating {
font-size: 14px; }
.woocommerce-cart-form table thead {
display: none; }
.woocommerce-cart-form table tbody td {
width: 100% !important;
border: none;
-webkit-display: flex !important;
-moz-display: flex !important;
-ms-display: flex !important;
-o-display: flex !important;
display: flex !important;
justify-content: space-between;
align-items: center;
padding: 16px 0; }
.woocommerce-cart-form table tbody td:before {
content: attr(data-title) ": ";
font-size: 20px;
color: #333;
font-family: "Raleway-SemiBold";
font-weight: 600; }
.woocommerce-cart-form table tbody td.product-remove.none {
display: none !important; }
.woocommerce-cart-form table tbody td.product-remove:before, .woocommerce-cart-form table tbody td.cart-subtotal:before, .woocommerce-cart-form table tbody td.actions:before {
display: none; }
.woocommerce-cart-form table tbody td.product-remove, .woocommerce-cart-form table tbody td.product-thumbnail, .woocommerce-cart-form table tbody td.cart-subtotal {
justify-content: center; }
.woocommerce-cart-form table tbody td.product-name, .woocommerce-cart-form table tbody td.product-remove {
padding-left: 0; }
.woocommerce-cart-form table tbody td.product-remove {
padding-top: 40px; }
.woocommerce-cart-form table tbody td.product-thumbnail {
padding-bottom: 30px; }
.woocommerce-cart-form table tbody td.product-subtotal {
padding-bottom: 40px; }
.woocommerce-cart-form table tbody td.cart-subtotal {
padding-right: 0; }
.woocommerce-cart-form table tbody td .quantity {
margin-right: 0; }
.woocommerce-cart-form table .actions {
padding: 40px 0 20px; }
.woocommerce-cart-form table .coupon {
width: 100%; }
.woocommerce-cart-form .bottom {
flex-direction: column;
align-items: center;
margin-top: 30px; }
.woocommerce-cart-form .update-btn {
margin-bottom: 20px; }
.our-story-primary.style-3 .heading h2 {
font-size: 45px; }
.our-story-primary.style-3 .inner {
padding: 50px 0;
width: 100%; }
.our-service-full {
width: 100%;
padding: 50px 0; }
.our-menu-full {
padding: 50px 0; }
.testimonials-2.full .item p {
width: 100%; }
.section-form.full {
padding: 50px 0; }
.section-form.full .form-col {
width: 100%; }
.full-col {
display: block; }
.food-slider .owl-theme .owl-nav.disabled + .owl-dots {
margin-bottom: 30px; }
#rev_slider_5.has-shadow .tp-bgimg.defaultimg:before {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4); } }
/*# sourceMappingURL=style.css.map */ | public/frontend/css/style.css | ----------------------------------------------------------*/
body {
font-family: "Raleway-Regular";
color: #666;
font-size: 15px;
font-weight: 400; }
@font-face {
font-family: "Raleway-Regular";
src: url("../fonts/raleway/Raleway-Regular.ttf"); }
@font-face {
font-family: "Raleway-SemiBold";
src: url("../fonts/raleway/Raleway-SemiBold.ttf");
font-weight: 600; }
@font-face {
font-family: "Raleway-ExtraBold";
src: url("../fonts/raleway/Raleway-ExtraBold.ttf");
font-weight: 800; }
@font-face {
font-family: "Raleway-Bold";
src: url("../fonts/raleway/Raleway-Bold.ttf");
font-weight: 700; }
@font-face {
font-family: "Raleway-Medium";
src: url("../fonts/raleway/Raleway-Medium.ttf");
font-weight: 500; }
@font-face {
font-family: "Raleway-Light";
src: url("../fonts/raleway/Raleway-Light.ttf");
font-weight: 300; }
@font-face {
font-family: "Raleway-Black";
src: url("../fonts/raleway/Raleway-Black.ttf");
font-weight: 900; }
@font-face {
font-family: "Lato-Regular";
src: url("../fonts/lato/Lato-Regular.ttf");
font-weight: 400; }
@font-face {
font-family: "GreatVibes-Regular";
src: url("../fonts/great_vibes/GreatVibes-Regular.ttf");
font-weight: 400; }
@font-face {
font-family: "Satisfy-Regular";
src: url("../fonts/satisfy/Satisfy-Regular.ttf");
font-weight: 400; }
@font-face {
font-family: "Constanb";
src: url("../fonts/constantia/Constanb.ttf"); }
@font-face {
font-family: "Bitter-Regular";
src: url("../fonts/bitter/Bitter-Regular.ttf"); }
@font-face {
font-family: "Bitter-Bold";
src: url("../fonts/bitter/Bitter-Bold.ttf");
font-weight: 700; }
@font-face {
font-family: "AmaticSC-Regular";
src: url("../fonts/amatic_sc/AmaticSC-Regular.ttf");
font-weight: 400; }
@font-face {
font-family: "AmaticSC-Bold";
src: url("../fonts/amatic_sc/AmaticSC-Bold.ttf");
font-weight: 700; }
@font-face {
font-family: "AlexBrush-Regular";
src: url("../fonts/alex_brush/AlexBrush-Regular.ttf"); }
@font-face {
font-family: "Sacramento-Regular";
src: url("../fonts/sacramento/Sacramento-Regular.ttf"); }
@font-face {
font-family: "JuliusSansOne-Regular";
src: url("../fonts/julius_sans_one/JuliusSansOne-Regular.ttf"); }
@font-face {
font-family: "Georgia";
src: url("../fonts/georgia/Georgia.ttf"); }
@font-face {
font-family: "Georgia-Bold";
src: url("../fonts/georgia/Georgia-Bold.ttf"); }
@font-face {
font-family: "Calibri-Bold";
src: url("../fonts/calibri/Calibri-Bold.TTF"); }
@font-face {
font-family: "Mvboli";
src: url("../fonts/mvboli/mvboli.ttf"); }
@font-face {
font-family: "Pacifico-Regular";
src: url("../fonts/pacifico/Pacifico-Regular.ttf"); }
p {
line-height: 1.8; }
h1, h2, h3, h4, h5, h6 {
line-height: 1.3;
color: #333; }
h1 {
font-size: 50px;
font-family: "Raleway-Bold";
font-weight: 700; }
h2 {
font-size: 40px;
font-family: "Raleway-Bold";
font-weight: 700; }
h3 {
font-size: 35px;
font-family: "Raleway-SemiBold";
font-weight: 600; }
h4 {
font-size: 25px; }
h5 {
font-size: 20px;
font-family: "Raleway-SemiBold";
font-weight: 600; }
h6 {
font-size: 17px; }
/* 2. Commons
----------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6, ul {
margin-bottom: 0; }
blockquote, figure {
margin-bottom: 0; }
img {
max-width: 100%; }
ol, ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none; }
a:hover {
text-decoration: none; }
:focus {
outline: none; }
button:focus {
outline: none; }
textarea {
resize: none; }
select {
-moz-appearance: none;
-webkit-appearance: none;
cursor: pointer; }
select option[value=""][disabled] {
display: none; }
.preload * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important; }
.star-rating {
color: #ffcc66; }
.bg-2c {
background: #2c2c2c; }
.bg-fa {
background: #fafafa; }
.border-place {
transform: translate(-8px, -11px); }
.border-place-1 {
transform: translate(10px, -10px); }
.ml--10 {
margin-left: -10px; }
.btn-holder {
text-align: center; }
.social a {
font-size: 20px;
color: #666;
margin-right: 16px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.social a:last-child {
margin-right: 0; }
.social a:hover {
color: #999; }
.social.round a {
width: 36px;
height: 35px;
display: inline-block;
line-height: 35px;
text-align: center;
border-radius: 50%;
font-size: 17px;
color: #fff;
margin-right: 10px; }
.social.round a:last-child {
margin-right: 0; }
.section-primary {
padding-top: 139px;
padding-bottom: 116px; }
.section-primary.pt-100 {
padding-top: 100px; }
.section-primary.pt-112 {
padding-top: 112px; }
.section-primary.pt-120 {
padding-top: 120px; }
.section-primary.pt-133 {
padding-top: 133px; }
.section-primary.pt-140 {
padding-top: 140px; }
.section-primary.pt-150 {
padding-top: 150px; }
.section-primary.pb-50 {
padding-bottom: 50px; }
.section-primary.pb-60 {
padding-bottom: 60px; }
.section-primary.pb-90 {
padding-bottom: 90px; }
.section-primary.pb-101 {
padding-bottom: 101px; }
.section-primary.pb-110 {
padding-bottom: 110px; }
.section-primary.pb-113 {
padding-bottom: 113px; }
.section-primary.pb-120 {
padding-bottom: 120px; }
.section-header {
text-align: center;
margin-bottom: 70px; }
.section-header.mt-29 {
margin-top: 29px; }
.section-header.mb-60 {
margin-bottom: 60px; }
.section-header h1, .section-header h2 {
text-transform: uppercase;
margin-bottom: 10px; }
.section-header span {
display: block;
color: #cdaa7c;
font-family: "Satisfy-Regular";
font-size: 30px; }
.images-preloader {
position: fixed;
z-index: 100001;
background-color: #eee;
width: 100%;
height: 100%; }
.rectangle-bounce {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
margin-left: -15px;
margin-top: -10px; }
#preloader {
position: relative; }
#preloader span {
display: block;
bottom: 0px;
width: 9px;
height: 5px;
background: #cdaa7c;
position: absolute;
animation: preloader 1.5s infinite ease-in-out; }
#preloader span:nth-child(2) {
left: 11px;
animation-delay: .2s; }
#preloader span:nth-child(3) {
left: 22px;
animation-delay: .4s; }
#preloader span:nth-child(4) {
left: 33px;
animation-delay: .6s; }
#preloader span:nth-child(5) {
left: 44px;
animation-delay: .8s; }
@keyframes preloader {
0% {
height: 5px;
transform: translateY(0px); }
25% {
height: 30px;
transform: translateY(15px); }
50% {
height: 5px;
transform: translateY(0px); }
100% {
height: 5px;
transform: translateY(0px); } }
.page-info {
background-attachment: fixed;
background-position: top;
height: 550px;
position: relative;
text-align: center;
background-repeat: no-repeat; }
.page-info .section-header {
position: absolute;
padding: 0 15px;
position: absolute;
left: 50%;
margin-bottom: 0;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
bottom: 35%;
width: 100%; }
.page-breadcrumb {
background: #f2f2f2;
padding: 76px 0; }
.page-breadcrumb h3 {
font-size: 30px;
text-transform: uppercase;
font-family: "Raleway-Medium";
font-weight: 500; }
.page-breadcrumb .au-breadcrumb {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
height: 100%;
align-items: center;
flex-wrap: wrap; }
.page-breadcrumb .au-breadcrumb li {
margin-right: 8px; }
.page-breadcrumb .au-breadcrumb li:after {
content: "/";
margin-left: 4px; }
.page-breadcrumb .au-breadcrumb li:last-child {
margin-right: 0; }
.page-breadcrumb .au-breadcrumb li:last-child:after {
display: none; }
.page-breadcrumb .au-breadcrumb li a {
color: #666; }
.page-breadcrumb .au-breadcrumb li a:hover {
color: #cdaa7c; }
.page-breadcrumb.wide {
padding-left: 15px;
padding-right: 15px; }
.item-info h4 {
margin-bottom: 8px; }
.item-info h4 a {
color: #fff; }
.item-info h4 a:hover {
color: #ffcc66; }
.item-info h5 {
font-family: "Raleway-Regular";
font-weight: 400;
margin-bottom: 7px;
font-size: 20px; }
.item-info h5 a {
color: #fff; }
.item-info h5 a.bold-color {
color: #333; }
.item-info h5 a:hover {
color: #cdaa7c; }
.item-info h5 a.hover-sixth-color:hover {
color: #dfa027; }
.item-info h6 {
margin-bottom: 6px; }
.item-info h6 a {
color: #333;
display: block; }
.item-info h6 a:hover {
color: #cdaa7c; }
.item-info h6 a.hover-third-color:hover {
color: #accadd; }
.item-info .star-rating {
font-size: 15px;
margin-bottom: 9px; }
.item-info .star-rating i {
margin-right: 2px; }
.item-info .star-rating i:last-child {
margin-right: 0; }
.item-info .price {
color: #fff;
font-size: 20px; }
.item-info .price.bold-color {
color: #333; }
.change {
position: relative; }
.change .au-btn, .change .buy {
left: 50%;
position: absolute;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s; }
.change .au-btn {
transform: translate(-50%, 40px);
-webkit-transform: translate(-50%, 40px);
-moz-transform: translate(-50%, 40px);
-ms-transform: translate(-50%, 40px);
-o-transform: translate(-50%, 40px);
opacity: 0; }
.change .buy {
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0); }
.item-box {
text-align: center; }
.item-box .thumb {
display: inline-block; }
.item-box:hover .au-btn {
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
opacity: 1; }
.item-box:hover .buy {
transform: translate(-50%, 40px);
-webkit-transform: translate(-50%, 40px);
-moz-transform: translate(-50%, 40px);
-ms-transform: translate(-50%, 40px);
-o-transform: translate(-50%, 40px);
opacity: 0; }
.owl-carousel .owl-item img {
width: auto;
display: inline-block; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #cdaa7c; }
.owl-theme .owl-dots .owl-dot span {
width: 8px;
height: 8px; }
.owl-theme.style .owl-dots .owl-dot span {
margin: 0 2px;
background: #cdaa7c;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.owl-theme.style .owl-dots .owl-dot.active span {
width: 27px; }
.owl-theme.style-1 .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 0 3.5px;
border: 1px solid #fff;
background: none; }
.owl-theme.style-1 .owl-dots .owl-dot.active span {
border-color: transparent;
background: #cdaa7c; }
.post .post-thumb {
overflow: hidden;
position: relative; }
.post .post-thumb img {
-webkit-transition: transform 0.5s ease;
-moz-transition: transform 0.5s ease;
-o-transition: transform 0.5s ease;
transition: transform 0.5s ease; }
.post .post-thumb img:hover {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
opacity: 0.8; }
.post .post-date {
position: absolute;
top: 20px;
right: 20px;
display: inline-block;
width: 72px;
height: 72px;
background: #cdaa7c;
padding: 3px; }
.post .post-date .inner {
border: 1px solid rgba(255, 255, 255, 0.5);
height: 100%;
color: #fff;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%; }
.post .post-date .inner .date {
font-family: "Raleway-SemiBold";
font-size: 35px;
line-height: 1.05; }
.post .post-date .inner .month {
font-size: 13px;
text-transform: uppercase; }
.post .post-date.black-bg {
background: #181818; }
.post .post-date.black-bg .inner {
border: 1px solid rgba(172, 202, 221, 0.5); }
.post .post-body {
padding-top: 35px; }
.post .post-body .post-date--style {
line-height: 1.3; }
.post .post-body .post-date--style span {
display: inline-block;
position: relative; }
.post .post-body .post-date--style span.date {
font-size: 70px;
font-family: "Raleway-Bold";
font-weight: 700;
color: #f8f4ee;
transform: translateX(-18px);
-webkit-transform: translateX(-18px);
-moz-transform: translateX(-18px);
-ms-transform: translateX(-18px);
-o-transform: translateX(-18px); }
.post .post-body .post-date--style span.month {
text-transform: uppercase;
color: #cdaa7c;
font-size: 20px;
font-family: "Raleway-Bold";
font-weight: 700;
transform: translateY(-17px);
-webkit-transform: translateY(-17px);
-moz-transform: translateY(-17px);
-ms-transform: translateY(-17px);
-o-transform: translateY(-17px);
z-index: 9; }
.post .post-body .post-date--style.right span.date {
transform: translateX(-29px);
-webkit-transform: translateX(-29px);
-moz-transform: translateX(-29px);
-ms-transform: translateX(-29px);
-o-transform: translateX(-29px); }
.post .post-body .post-date--style.right span.month {
transform: translate(77px, -17px);
-webkit-transform: translate(77px, -17px);
-moz-transform: translate(77px, -17px);
-ms-transform: translate(77px, -17px);
-o-transform: translate(77px, -17px); }
.post .post-body h5 {
margin-bottom: 13px;
text-transform: uppercase;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis; }
.post .post-body h5 a {
color: #333; }
.post .post-body h5 a:hover {
color: #cdaa7c; }
.post .post-body h5 a.hover-third-color:hover {
color: #accadd; }
.post .post-body h5 a.hover-fifth-color:hover {
color: #956f32; }
.post .post-body p {
margin-bottom: 26px; }
.post .post-body.has-border {
padding-left: 35px;
padding-right: 35px;
padding-bottom: 44px;
border: 1px solid #e6e6e6; }
.post .post-body.has-border p {
margin-bottom: 19px; }
.post .post-body.bg-1 {
background: url("../images/post-body-bg-1.png") right bottom no-repeat; }
.post .post-body.bg-2 {
background: url("../images/post-body-bg-2.png") right bottom no-repeat; }
.post .post-body.bg-3 {
background: url("../images/post-body-bg-3.png") right bottom no-repeat; }
.post .post-body.fixed {
padding-top: 0;
transform: translateY(-19px);
-webkit-transform: translateY(-19px);
-moz-transform: translateY(-19px);
-ms-transform: translateY(-19px);
-o-transform: translateY(-19px); }
.post .post-body.fixed h5 {
margin-bottom: 11px; }
.post .post-body.fixed p {
margin-bottom: 22px; }
.post .post-body.fixed .au-btn__readmore {
text-decoration: unset; }
.post .post-body.pl-4px {
padding-left: 4px; }
.post.has-mb {
margin-bottom: 24px; }
.post.has-mb.mb-30 {
margin-bottom: 30px; }
.post.bigger .post-thumb .post-date {
width: 92px;
height: 92px;
padding: 4px; }
.post.bigger .post-thumb .post-date .inner .date {
font-size: 45px; }
.post.bigger .post-thumb .post-date .inner .month {
font-size: 16px;
font-family: "Raleway-SemiBold";
font-weight: 600; }
.post.bigger .post-body {
padding-top: 33px; }
.post.bigger .post-body h5 {
font-size: 22px;
margin-bottom: 16px; }
.post.bigger .post-body p {
margin-bottom: 19px; }
.post.smaller .post-thumb .post-date {
width: 57px;
height: 57px;
right: 10px;
top: 10px; }
.post.smaller .post-thumb .post-date .inner .date {
font-size: 27px; }
.post.smaller .post-thumb .post-date .inner .month {
font-size: 10px; }
.post.smaller .post-body {
padding-top: 27px; }
.post.smaller .post-body h5 {
font-size: 18px; }
.post.smaller .post-body p {
margin-bottom: 19px; }
.post.pl-20 {
padding-left: 20px; }
.au-btn {
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
width: 152px;
height: 42px;
justify-content: center;
align-items: center;
text-transform: uppercase;
color: #fff;
border: none;
overflow: hidden;
cursor: pointer;
background: none; }
.au-btn.short {
width: 145px; }
.au-btn.medium {
width: 174px; }
.au-btn.long {
width: 183px; }
.au-btn.extra-long {
width: 208px; }
.au-btn.round {
border-radius: 21px; }
.au-btn.has-bd {
border: 1px solid rgba(255, 255, 255, 0.5); }
.au-btn.has-bd.bd-999 {
border: 1px solid #999; }
.au-btn.has-bd.bd-fff {
border: 1px solid #fff; }
.au-btn.has-bd:hover {
border-color: transparent; }
.au-btn.has-bg {
background: #333; }
.au-btn.bg-fourth-color {
background: #ff3333;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.au-btn.bg-fourth-color:hover {
background: #cc2929; }
.au-btn.btn-cart {
width: 158px;
height: 42px;
color: #333; }
.au-btn.btn-cart:hover {
color: #fff; }
.au-btn__readmore {
text-transform: uppercase;
color: #333;
text-decoration: underline;
display: inline-block; }
.au-btn__readmore.color-36 {
color: #363636; }
.au-btn__readmore:hover {
color: #cdaa7c;
text-decoration: underline; }
.au-btn__readmore.hover-third-color:hover {
color: #accadd; }
.au-btn__readmore.hover-fourth-color:hover {
color: #ff3333; }
.au-btn__readmore.hover-fifth-color:hover {
color: #956f32; }
.au-btn--hover {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s; }
.au-btn--hover:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #cdaa7c;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.au-btn--hover:hover, .au-btn--hover:focus, .au-btn--hover:active {
color: #fff; }
.au-btn--hover:hover:before, .au-btn--hover:focus:before, .au-btn--hover:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1); }
.form-control {
background: none;
border: none;
padding: 0;
border-radius: 0;
font-size: 18px; }
.form-control:focus {
background: none;
border-color: #ccc;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none; }
.form-control::-webkit-input-placeholder {
font-size: 18px; }
.form-control::-moz-placeholder {
font-size: 18px; }
.form-control:-ms-input-placeholder {
font-size: 18px; }
.form-control:-moz-placeholder {
font-size: 18px; }
.form-holder {
position: relative; }
.form-holder span {
position: absolute;
right: 0;
bottom: 8px;
font-size: 12px;
color: #ccc; }
.form-holder span.big {
font-size: 18px; }
.form-holder span.lnr-clock {
bottom: 11px; }
.form-holder span.primary-color {
color: #666; }
.select {
position: relative; }
.select .form-control {
cursor: pointer;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
align-items: center; }
.select .dropdown {
display: none;
position: absolute;
top: 100%;
width: 100%;
background: #fff;
z-index: 9;
border: 1px solid #4192cb; }
.select .dropdown li {
padding: 5px 10px; }
.select .dropdown li:hover {
background: #81acee;
color: #fff; }
.form-row {
flex-wrap: nowrap;
margin: 0 0 43px; }
.form-row .form-col {
width: 50%;
margin-right: 51px; }
.form-row .form-col:last-child {
margin-right: 0; }
/* 3. Header
----------------------------------------------------------*/
.navbar-desktop {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
top: 30px;
z-index: 9;
width: 100%;
float: left;
padding-left: 80px;
padding-right: 80px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.navbar-desktop.top-48 {
top: 48px; }
.navbar-desktop > ul {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex; }
.navbar-desktop > ul.pl-53 {
padding-left: 53px; }
.navbar-desktop > ul > li {
margin-right: 29px; }
.navbar-desktop > ul > li.mr-fixed {
margin-right: 156px; }
.navbar-desktop > ul > li > a {
text-transform: uppercase;
font-size: 16px;
padding: 3px 7px 2px;
color: #fff;
border: 1px solid transparent;
transition: all 0.3s ease; }
.navbar-desktop > ul > li > a:hover {
color: #cdaa7c;
border: 1px solid rgba(205, 170, 124, 0.2); }
.navbar-desktop > ul > li.current > a {
color: #cdaa7c;
border: 1px solid rgba(205, 170, 124, 0.2); }
.navbar-desktop > ul > li:last-child {
margin-right: 0; }
.navbar-desktop > ul > li.has-children {
position: relative; }
.navbar-desktop > ul > li.has-children .sub-menu {
position: absolute;
left: -30px;
z-index: 99;
top: 100%;
padding-top: 41px;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.navbar-desktop > ul > li.has-children .sub-menu .wrapper {
display: none; }
.navbar-desktop > ul > li.has-children ul {
background: #181818;
width: 176px;
padding: 23px 0 25px 30px; }
.navbar-desktop > ul > li.has-children ul li.has-children {
position: relative; }
.navbar-desktop > ul > li.has-children ul li.has-children > a {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 30px; }
.navbar-desktop > ul > li.has-children ul li.has-children > a i.zmdi {
font-size: 16px;
color: #b2b2b2; }
.navbar-desktop > ul > li.has-children ul li.has-children .sub-menu {
left: 100%;
top: 0;
padding-top: 0;
padding-left: 5px; }
.navbar-desktop > ul > li.has-children ul li.has-children ul {
width: 210px; }
.navbar-desktop > ul > li.has-children ul li a {
color: #b2b2b2;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding-top: 6.5px;
padding-bottom: 6.5px;
display: inline-block; }
.navbar-desktop > ul > li.has-children ul li.current > a, .navbar-desktop > ul > li.has-children ul li:hover > a {
color: #cdaa7c;
padding-left: 15px;
position: relative; }
.navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
color: #cdaa7c; }
.navbar-desktop > ul > li.has-children ul li.current > a:before, .navbar-desktop > ul > li.has-children ul li:hover > a:before {
content: "";
width: 9px;
height: 1px;
background: #cdaa7c;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
left: 0; }
.navbar-desktop > ul > li.has-children:nth-child(2) ul, .navbar-desktop > ul > li.has-children:last-child ul {
width: 210px; }
.navbar-desktop > ul > li.has-children:nth-child(5) ul {
width: 260px; }
.navbar-desktop.fixed {
-webkit-animation: fadeInDown 0.3s ease-out forwards;
-moz-animation: fadeInDown 0.3s ease-out forwards;
-o-animation: fadeInDown 0.3s ease-out forwards;
animation: fadeInDown 0.3s ease-out forwards;
position: fixed;
top: 0;
left: 0;
z-index: 99;
background: #000;
width: 100%;
padding: 20px 80px;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); }
.navbar-desktop.fixed .logo {
max-width: 33%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.navbar-desktop .logo {
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.navbar-desktop.aside {
overflow: auto;
position: fixed;
left: 0;
top: 0;
width: 15.625%;
background: #181818;
flex-direction: column;
height: 100%;
justify-content: flex-start;
padding: 105px 0; }
.navbar-desktop.aside::-webkit-scrollbar {
display: none; }
.navbar-desktop.aside .logo {
margin-bottom: 142px; }
.navbar-desktop.aside > ul {
display: block;
text-align: center;
margin-bottom: 227px; }
.navbar-desktop.aside > ul > li {
margin-right: 0; }
.navbar-desktop.aside > ul > li > a {
display: inline-block;
margin: 11px 0; }
.navbar-desktop.aside > ul > li.has-children ul {
width: auto;
padding: 0; }
.navbar-desktop.has-bg {
top: 0;
padding: 30px 80px;
background: #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.navbar-desktop.has-bg > ul > li > a {
color: #333; }
.navbar-desktop.has-bg > ul > li > a:hover {
color: #cdaa7c; }
.navbar-desktop.has-bg > ul > li.current > a {
color: #cdaa7c;
border: 1px solid rgba(205, 170, 124, 0.2); }
.navbar-desktop.has-bg .action {
color: #333; }
.navbar-desktop.has-bg.fixed {
padding: 20px 80px;
background: rgba(255, 255, 255, 0.95); }
.navbar-desktop.has-bg.static {
float: none; }
.navbar-desktop.has-bg.middle {
justify-content: center;
float: none;
height: 128px;
padding: 0; }
.navbar-desktop.has-bg.middle .logo {
position: absolute; }
.navbar-desktop.has-bg.middle.fixed {
height: 108px;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease; }
.navbar-desktop.has-bg.middle.fixed .logo {
max-width: 3.5%; }
.navbar-desktop.has-bg > ul > li.has-children ul {
background: #fff;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); }
.navbar-desktop.no-float {
float: none;
top: 0;
background: #181818;
padding: 30px 80px; }
.navbar-desktop .left, .navbar-desktop .right, .navbar-mobile .left, .navbar-mobile .right {
width: 180px; }
.navbar-desktop .right, .navbar-mobile .right {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: flex-end; }
.navbar-mobile {
display: none;
background: #333;
padding: 15px 0; }
.navbar-mobile .heading {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
align-items: center; }
.navbar-mobile .heading .notify {
margin-right: 15px; }
.navbar-mobile .heading .search-icon {
margin-right: 0; }
.navbar-mobile .logo {
max-width: 8%; }
.navbar-mobile span.search-icon {
font-size: 25px;
color: #fff;
cursor: pointer; }
.navbar-mobile__toggler {
display: inline-block; }
.navbar-mobile__toggler span {
display: block;
width: 30px;
height: 4px;
background-color: #cdaa7c;
margin: 5px 0; }
.navbar-mobile__toggler span:last-child {
margin-bottom: 0; }
.navbar-mobile__toggler.bg-third-color span {
background-color: #accadd; }
.navbar-mobile__toggler.bg-fourth-color span {
background-color: #ff3333; }
.navbar-mobile__toggler.bg-fifth-color span {
background-color: #956f32; }
.navbar-mobile__toggler.bg-sixth-color span {
background-color: #dfa027; }
.action {
color: #fff;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between; }
.action .notify {
position: relative;
display: inline-block;
margin-right: 31px;
cursor: pointer; }
.action .notify span.notify-amount {
position: absolute;
top: 6px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
font-size: 9px;
font-family: "Lato-Regular"; }
.action .notify:hover .widget_shopping_cart {
webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1; }
.action span.search-icon {
font-size: 24.31px;
margin-right: 28px;
cursor: pointer; }
.action span.menu-sidebar-icon {
font-size: 24px;
cursor: pointer; }
.action .au-btn {
width: 124px;
height: 33px;
border-radius: 16.5px;
font-size: 12px;
margin-right: 28px; }
#modalSearch {
background: url("../images/modal-search-bg.jpg") center center;
background-size: cover;
-webkit-transition: opacity .15s linear;
-moz-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear; }
#modalSearch .modal-dialog {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0;
width: 774px; }
#modalSearch .modal-content {
background: none;
border: none; }
#modalSearch .modal-content input {
height: 40px;
width: 100%;
background: none;
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
font-size: 25px;
color: #fff;
font-family: "Raleway-Medium";
font-weight: 500;
padding-right: 40px; }
#modalSearch .modal-content input::-webkit-input-placeholder {
color: #fff;
font-size: 25px;
font-family: "Raleway-Medium";
font-weight: 500; }
#modalSearch .modal-content input::-moz-placeholder {
color: #fff;
font-size: 25px;
font-family: "Raleway-Medium";
font-weight: 500; }
#modalSearch .modal-content input:-ms-input-placeholder {
color: #fff;
font-size: 25px;
font-family: "Raleway-Medium";
font-weight: 500; }
#modalSearch .modal-content input:-moz-placeholder {
color: #fff;
font-size: 25px;
font-family: "Raleway-Medium";
font-weight: 500; }
#modalSearch .modal-content button {
background: transparent;
position: absolute;
top: 50%;
border: none;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
z-index: 9;
cursor: pointer; }
#modalSearch .modal-content button span {
font-size: 25px;
color: #fff; }
#modalSearch .lnr-cross {
position: absolute;
top: 5.9%;
right: 4.16%;
font-size: 24px;
color: #fff;
cursor: pointer; }
.widget_shopping_cart {
position: absolute;
right: -31px;
z-index: 9;
top: 100%;
padding-top: 44px;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
.widget_shopping_cart_content {
width: 304px;
background: #181818;
padding: 35px 30px; }
.widget_shopping_cart_content ul.woocommerce-mini-cart {
margin-bottom: 23px;
display: block; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li {
position: relative;
margin-bottom: 20px;
margin-right: 0; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li .remove {
position: absolute;
right: 0;
top: 7px;
color: #cdaa7c;
font-size: 14px; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li .image-holder {
color: #fff; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li .image-holder img {
float: left;
max-width: 27.05%;
margin-right: 11px; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li .image-holder .product-name {
display: inline-block;
margin-top: 5px; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li .image-holder:hover {
color: #cdaa7c; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li .quantity {
display: block;
color: #cdaa7c; }
.widget_shopping_cart_content ul.woocommerce-mini-cart li .quantity .amount {
display: block;
color: #b2b2b2;
margin-bottom: 3px; }
.widget_shopping_cart_content .woocommerce-mini-cart__total {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
color: #fff;
font-size: 18px;
margin-bottom: 1px; }
.widget_shopping_cart_content .woocommerce-mini-cart__total strong {
font-family: "Raleway-Medium";
font-weight: 500; }
.widget_shopping_cart_content .woocommerce-mini-cart__total .color-cdaa7c {
color: #cdaa7c; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
text-transform: uppercase;
border: 1px solid #cdaa7c;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
height: 43px;
margin-top: 24px; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
flex-grow: 1;
text-align: center;
height: 100%;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
align-items: center;
justify-content: center; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.view-cart {
color: #cdaa7c; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout {
background: #cdaa7c;
color: #fff; }
.menu-sidebar {
height: 100vh;
overflow: auto;
position: fixed;
width: 23.7%;
top: 0;
right: 0;
z-index: 999;
background: #181818;
padding: 50px 4.21% 40px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-direction: column;
justify-content: center;
transform: translateX(100%);
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.menu-sidebar::-webkit-scrollbar {
display: none; }
.menu-sidebar.show {
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0); }
.menu-sidebar .close-btn {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: flex-end;
margin-bottom: 33px;
cursor: pointer; }
.menu-sidebar .close-btn span {
font-size: 24px;
color: #fff; }
.menu-sidebar .text {
margin-top: 50px;
margin-bottom: 28px;
color: #ccc; }
.menu-sidebar .image-slider {
margin-bottom: 58px; }
.menu-sidebar .image-slider.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 16px; }
.contact-part {
margin-bottom: 127px; }
.contact-part .contact-line {
display: block;
margin-bottom: 19px;
color: #b2b2b2; }
.contact-part .contact-line:last-child {
margin-bottom: 0; }
.contact-part .contact-line span:first-child {
margin-right: 10px; }
.contact-part .contact-line a {
color: #b2b2b2; }
.contact-part .contact-line span.lnr {
color: #ccc; }
.food-slider .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 42px; }
.food-slider .owl-theme .owl-dots .owl-dot span {
margin: 0 2px;
background: #cdaa7c;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.food-slider .owl-theme .owl-dots .owl-dot.active span {
width: 27px; }
.food-slider .image-holder {
position: relative;
overflow: hidden; }
.food-slider .image-holder img {
-webkit-transition: transform 0.3s linear;
-moz-transition: transform 0.3s linear;
-o-transition: transform 0.3s linear;
transition: transform 0.3s linear; }
.food-slider .image-holder:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 9; }
.food-slider .image-holder .inner {
position: absolute;
top: 50%;
left: 50%;
z-index: 99;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
text-align: center;
width: 90%; }
.food-slider .image-holder .item-info {
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0); }
.food-slider .image-holder .item-info h4 {
margin-bottom: 5px; }
.food-slider .image-holder .item-info .star-rating {
margin-bottom: 9px;
font-size: 18px; }
.food-slider .image-holder .item-info .star-rating i {
margin-right: 5px; }
.food-slider .image-holder .item-info .price {
font-size: 25px; }
.food-slider .image-holder:hover img {
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2); }
.food-slider .image-holder:hover:before {
background: rgba(0, 0, 0, 0.6); }
.food-slider .image-holder:hover .item-info {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
opacity: 1; }
/* 4. Home
----------------------------------------------------------*/
body.center {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center; }
.page-bg {
background: url("../images/full-page-bg.jpg") center center;
background-size: cover;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0; }
.middle-wrapper {
background: #fff;
min-width: 1230px;
z-index: 9; }
.page-wrapper {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex; }
.page-wrapper header {
width: 15.625%; }
.page-wrapper main {
width: 84.375%;
background: #333; }
.page-wrapper main .rev_slider_wrapper {
margin-bottom: 30px; }
.rev_slider_wrapper.px-30 {
padding: 0 30px; }
.tp-bullet {
width: 12px;
height: 12px;
border-radius: 50%;
background: none;
border: 1px solid #fff; }
.tp-bullet.selected, .tp-bullet:hover {
background: #cdaa7c;
border-color: transparent;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease; }
.rev_slider {
display: none; }
.rev_slider .caption-btn {
text-transform: uppercase;
border: 1px solid rgba(255, 255, 255, 0.5) !important;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
justify-content: center;
align-items: center;
background: none; }
.rev_slider .caption-btn.bd-fff {
border: 1px solid white !important; }
.rev_slider .caption-btn:hover {
border-color: transparent !important; }
.rev_slider .caption-pointer {
cursor: pointer; }
#rev_slider_1 .caption-1 {
font-family: "Raleway-Bold";
text-transform: uppercase; }
#rev_slider_1 .caption-2 {
font-family: "Raleway-SemiBold";
text-transform: uppercase;
letter-spacing: 2px; }
#rev_slider_2 {
text-transform: uppercase; }
#rev_slider_2 .caption-1 {
font-family: "Raleway-SemiBold";
font-weight: 600;
position: relative; }
#rev_slider_2 .caption-1::before {
content: "";
width: 4px;
height: 5px;
border-radius: 50%;
background: #cdaa7c;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
left: -9px; }
#rev_slider_2 .caption-1::after {
content: "";
width: 4px;
height: 5px;
border-radius: 50%;
background: #cdaa7c;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
right: -9px; }
#rev_slider_2 .caption-2 {
font-family: "AmaticSC-Bold";
font-weight: 700; }
#rev_slider_2 .caption-3 {
font-family: "AmaticSC-Regular"; }
#rev_slider_3 li:first-child .caption-4 {
font-family: "Constanb";
border-top: 3px solid #ccc;
border-bottom: 3px solid #ccc;
line-height: 1.4;
letter-spacing: 7.6px !important;
text-transform: uppercase; }
#rev_slider_3 li:first-child .caption-5 i {
margin-right: 3px; }
#rev_slider_3 li:first-child .caption-5 i:last-child {
margin-right: 0; }
#rev_slider_3 li:nth-child(2) .caption-2, #rev_slider_3 li:nth-child(2) .caption-4 {
font-family: "Raleway-Medium";
font-weight: 500;
text-transform: uppercase; }
#rev_slider_3 li:last-child .caption-1, #rev_slider_3 li:last-child .caption-2 {
text-transform: uppercase; }
#rev_slider_3 li:last-child .caption-1 {
font-family: "Bitter-Regular";
font-weight: 400;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center; }
#rev_slider_3 li:last-child .caption-1 span {
padding-left: 25px;
padding-right: 25px; }
#rev_slider_3 li:last-child .caption-1 i {
color: #ffcc66;
font-size: 20.85px; }
#rev_slider_4 {
text-transform: uppercase; }
#rev_slider_4 .caption-1 {
font-family: "Raleway-Medium";
font-weight: 500; }
#rev_slider_4 .caption-2 {
font-family: "Bitter-Regular"; }
#rev_slider_5 li:first-child .caption-3, #rev_slider_5 li:first-child .caption-4, #rev_slider_5 li:first-child .caption-5 {
font-family: "AmaticSC-Bold";
font-weight: 700;
text-transform: uppercase; }
#rev_slider_5 li:first-child .caption-6 {
font-family: "AlexBrush-Regular"; }
#rev_slider_5 li:nth-child(2) .caption-3, #rev_slider_5 li:nth-child(2) .caption-4 {
text-transform: uppercase; }
#rev_slider_5 li:nth-child(2) .caption-3 {
font-family: "Bitter-Regular";
letter-spacing: 5px !important; }
#rev_slider_5 li:nth-child(2) .caption-4 {
letter-spacing: 3px !important; }
#rev_slider_5 li:nth-child(2) .caption-5 {
border: 1px solid rgba(255, 255, 255, 0.5) !important; }
#rev_slider_5 li:last-child {
text-transform: uppercase; }
#rev_slider_5 li:last-child .caption-2 {
font-family: "Raleway-Bold";
font-weight: 700;
position: relative; }
#rev_slider_5 li:last-child .caption-2:before {
content: "";
width: 14px;
height: 13px;
border-radius: 50%;
background: #ffecd4;
position: absolute;
left: -37px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
#rev_slider_5 li:last-child .caption-2:after {
content: "";
width: 14px;
height: 13px;
border-radius: 50%;
background: #ffecd4;
position: absolute;
right: -33px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
#rev_slider_5 li:last-child .caption-3 {
font-family: "Raleway-Black";
font-weight: 900; }
#rev_slider_5 li:last-child .caption-4 {
font-family: "AmaticSC-Bold";
font-weight: 700; }
#rev_slider_6 .tp-bullet {
border: 1px solid #cdaa7c; }
#rev_slider_6 li:first-child .caption-2 {
font-family: "Raleway-Bold";
font-weight: 700;
text-transform: uppercase; }
#rev_slider_6 li:first-child .caption-3 {
font-family: "Raleway-Light";
font-weight: 300;
letter-spacing: 3px !important; }
#rev_slider_6 li:first-child .caption-4 {
text-transform: uppercase;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
justify-content: center;
align-items: center;
background: #fff; }
#rev_slider_6 li:first-child .caption-4:hover {
color: #fff !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#rev_slider_6 li:nth-child(2) .caption-2, #rev_slider_6 li:nth-child(2) .caption-3 {
text-transform: uppercase; }
#rev_slider_6 li:nth-child(2) .caption-2 {
font-family: "Bitter-Regular";
position: relative;
text-transform: uppercase; }
#rev_slider_6 li:nth-child(2) .caption-2:before {
content: "";
width: 100%;
height: 1px;
background: #333;
position: absolute;
top: -1px;
left: 0; }
#rev_slider_6 li:nth-child(2) .caption-2:after {
content: "";
width: 100%;
height: 1px;
background: #333;
position: absolute;
bottom: 0;
left: 0; }
#rev_slider_6 li:nth-child(2) .caption-3 {
font-family: "Bitter-Regular"; }
#rev_slider_6 li:nth-child(2) .caption-3 span {
margin: 0 4px; }
#rev_slider_6 li:last-child .caption-2 {
line-height: 1.8; }
#rev_slider_6 li:last-child .caption-3 {
text-transform: uppercase;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
justify-content: center;
align-items: center;
border: 1px solid #333 !important; }
#rev_slider_6 li:last-child .caption-3:hover {
border-color: transparent !important;
color: #fff !important; }
#rev_slider_7 .tp-bullet {
border: 1px solid #cdaa7c; }
#rev_slider_7 li:first-child .caption-1 {
letter-spacing: 5px !important;
text-transform: uppercase; }
#rev_slider_7 li:nth-child(2) .caption-1, #rev_slider_7 li:nth-child(2) .caption-2 {
text-transform: uppercase; }
#rev_slider_7 li:nth-child(2) .caption-1 {
font-family: "Bitter-Regular"; }
#rev_slider_7 li:nth-child(2) .caption-1 i {
transform: translateY(-3px);
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-o-transform: translateY(-3px); }
#rev_slider_7 li:nth-child(2) .caption-2 {
font-family: "Bitter-Regular"; }
#rev_slider_7 li:last-child .caption-2 {
font-family: "Raleway-Bold";
font-weight: 700;
text-transform: uppercase; }
#rev_slider_11 li:first-child .caption-1, #rev_slider_11 li:first-child .caption-2 {
position: relative; }
#rev_slider_11 li:first-child .caption-1:before, #rev_slider_11 li:first-child .caption-2:before {
content: "";
top: 4px;
left: 2px;
height: 2px;
background: #fff;
width: calc(100% - 4px);
position: absolute; }
#rev_slider_11 li:first-child .caption-1:after, #rev_slider_11 li:first-child .caption-2:after {
content: "";
bottom: 7px;
left: 2px;
height: 2px;
background: #fff;
width: calc(100% - 4px);
position: absolute; }
#rev_slider_11 li:first-child .caption-1, #rev_slider_11 li:first-child .caption-2, #rev_slider_11 li:first-child .caption-3 {
font-family: "Bitter-Regular";
text-transform: uppercase; }
#rev_slider_11 li:first-child .caption-4 {
font-family: "Raleway-Medium";
font-weight: 500; }
#rev_slider_11 li:nth-child(2) .caption-1 {
font-family: "Bitter-Regular"; }
#rev_slider_11 li:nth-child(2) .caption-2 {
font-family: "Raleway-SemiBold";
font-weight: 600; }
#rev_slider_11 li:nth-child(2) .caption-1, #rev_slider_11 li:nth-child(2) .caption-2 {
text-transform: uppercase; }
#rev_slider_11 li:nth-child(2) .caption-3 {
line-height: 1.8; }
#rev_slider_11 li:last-child .caption-1 {
font-family: "GreatVibes-Regular"; }
#rev_slider_11 li:last-child .caption-2, #rev_slider_11 li:last-child .caption-3 {
text-transform: uppercase; }
#rev_slider_11 li:last-child .caption-2 {
font-family: "Raleway-ExtraBold";
font-weight: 800; }
#rev_slider_11 li:last-child .caption-3 {
font-family: "Raleway-Bold";
font-weight: 700;
border: 1px solid #fff !important; }
#rev_slider_11 li:last-child .caption-3 .sale-off {
font-size: 43.93px;
margin-right: 13px;
display: inline-block; }
#rev_slider_11 li:last-child .caption-3 .sale-off span {
display: block;
text-align: right !important;
line-height: 1.1; }
#rev_slider_11 li:last-child .caption-3 .percent {
font-size: 91.73px;
color: #c9deec;
line-height: 1;
display: inline-block;
transform: translateY(-12px);
-webkit-transform: translateY(-12px);
-moz-transform: translateY(-12px);
-ms-transform: translateY(-12px);
-o-transform: translateY(-12px); }
#rev_slider_12 li:first-child .caption-1 {
font-family: "Raleway-SemiBold";
font-weight: 600;
letter-spacing: 3px !important;
text-transform: uppercase; }
#rev_slider_12 li:nth-child(2) .caption-1 {
font-family: "GreatVibes-Regular"; }
#rev_slider_12 li:nth-child(2) .caption-2, #rev_slider_12 li:nth-child(2) .caption-3 {
text-transform: uppercase; }
#rev_slider_12 li:nth-child(2) .caption-2 {
font-family: "Bitter-Bold";
font-weight: 700;
letter-spacing: 3px !important; }
#rev_slider_12 li:nth-child(2) .caption-3 {
font-family: "Bitter-Regular"; }
#rev_slider_12 li:nth-child(2) .caption-4 {
font-family: "Bitter-Bold";
font-weight: 700;
letter-spacing: 2px !important; }
#rev_slider_12 li:nth-child(2) .caption-4 span {
position: relative;
z-index: 9; }
#rev_slider_12 li:nth-child(2) .caption-4 svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
#rev_slider_12 li:last-child .caption-1 {
font-family: "Calibri-Bold";
font-weight: 700;
text-transform: uppercase; }
#rev_slider_12 li:last-child .caption-2 {
font-family: "Mvboli"; }
.slideshow-form .inner {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between; }
.slideshow-form .inner .form-holder {
flex: 1;
margin-right: 30px; }
.slideshow-form .inner .form-holder span {
right: 19px;
bottom: 12px;
color: #000; }
.slideshow-form .inner .form-holder span.lnr-chevron-down {
bottom: 15px; }
.slideshow-form .inner .form-control {
background: #fff;
height: 42px;
padding-left: 19px;
padding-right: 19px;
color: #333; }
.slideshow-form .inner .form-control::-webkit-input-placeholder {
color: #000; }
.slideshow-form .inner .form-control::-moz-placeholder {
color: #000; }
.slideshow-form .inner .form-control:-ms-input-placeholder {
color: #000; }
.slideshow-form .inner .form-control:-moz-placeholder {
color: #000; }
.slideshow-form .inner select.form-control:not([size]):not([multiple]) {
height: 42px; }
.slideshow-form .inner button {
background: #cdaa7c; }
.slideshow-form .inner button:hover {
background: #e5be8a; }
.slideshow-form.on-mobile {
display: none;
padding: 40px 0;
background: #f7f7f7; }
.cate-box {
padding-left: 15px;
padding-right: 15px; }
.cate-box-item {
position: relative;
display: block; }
.cate-box-item:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.cate-box-item .inner {
position: absolute;
top: 50%;
display: inline-flex;
justify-content: center;
align-items: center;
height: 50px;
padding: 0 30px;
font-size: 18px;
font-family: "Raleway-SemiBold";
font-weight: 600;
background: #fff;
color: #333;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
.cate-box-item .inner.fixed {
min-width: 193px; }
.cate-box-item .inner.fixed-1 {
min-width: 166.75px; }
.cate-box-item:hover:before {
background: rgba(0, 0, 0, 0); }
.cate-box-item:hover .inner {
color: #cdaa7c; }
.welcome .place-holder-1 {
margin-top: 22px;
margin-bottom: 20px; }
.welcome .place-holder-2 {
margin-bottom: 20px; }
.welcome-content .section-header {
margin-top: 31px;
margin-bottom: 31px; }
.welcome-content .body p {
margin-bottom: 49px;
line-height: 2; }
.our-menu {
background: url("../images/our-menu-bg-1.png") left top no-repeat, url("../images/our-menu-bg-2.jpg") right bottom no-repeat, url("../images/our-menu-bg-3.jpg");
background-size: auto, auto, cover; }
.our-menu.bg-none {
background: none; }
.our-menu.bg-4 {
background: url("../images/our-menu-bg-4.jpg");
background-size: cover; }
.our-menu-full {
padding: 0 95px; }
.our-menu-full .our-menu-col h3 {
font-size: 30px; }
.our-menu-full .our-menu-col h5 {
font-size: 17px; }
.our-menu-block {
position: relative;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
margin-bottom: 80px; }
.our-menu-block.no-flex {
display: block; }
.our-menu-block:last-child {
margin-bottom: 0; }
.our-menu-block .au-btn__readmore {
margin-top: 10px; }
.our-menu-block .our-menu-col {
position: absolute;
top: 50%;
width: 52.13%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
background: #fff;
margin-bottom: 0;
padding: 64px 54px;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); }
.our-menu-block .our-menu-col.no-style {
width: 100%;
position: static;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
padding: 0;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
margin-top: 28px; }
.our-menu-block .our-menu-col.no-style.left-70 {
padding-right: 70px; }
.our-menu-block .our-menu-col.no-style.right-70 {
padding-left: 70px; }
.our-menu-block.style-1 {
justify-content: flex-end; }
.our-menu-block.style-1 .our-menu-col {
left: 0; }
.our-menu-block.style-2 {
justify-content: flex-start; }
.our-menu-block.style-2 .our-menu-col {
right: 0; }
.our-menu-board {
padding: 10px;
background: rgba(255, 255, 255, 0.2); }
.our-menu-board .inner {
background: #fff;
padding: 95px 60px 84px; }
.our-menu-board .heading {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
margin-bottom: 53px; }
.our-menu-board .heading span {
text-transform: uppercase;
font-family: "Raleway-SemiBold";
font-weight: 600;
color: #333;
display: inline-block;
margin-top: 16px; }
.our-menu-board .heading .middle {
text-align: center; }
.our-menu-board .heading .middle h2 {
color: #cdaa7c;
font-family: "Raleway-Bold";
font-weight: 700;
margin-bottom: 4px;
text-transform: uppercase; }
.our-menu-board .heading .date {
width: 110.16px;
text-align: right; }
.menu-center {
padding: 0 192px; }
.menu-wrapper {
background: url("../images/menu-isotope-bg.jpg") center center;
background-attachment: fixed;
padding: 20px; }
.menu-wrapper .inner {
border: 1px solid #cdaa7c;
padding: 56px 65px 19px; }
.menu-container {
position: relative; }
.menu-push {
position: absolute;
top: 0;
left: 0;
right: 0; }
.menu-left {
transform: translateX(-184px);
padding-right: 30px; }
.menu-right {
transform: translateX(184px);
padding-left: 30px; }
.our-menu-wrapper {
width: 79.01%;
margin: auto;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
background: #000;
position: relative;
height: 1000px; }
.our-menu-wrapper .image-holder {
width: 42.58%;
position: relative; }
.our-menu-wrapper .image-holder:before {
content: "";
position: absolute;
top: 20px;
right: 0;
bottom: 20px;
left: 20px;
border: 1px solid #accadd;
border-right: none; }
.our-menu-wrapper .image-holder img {
height: 100%;
object-fit: cover; }
.our-menu-wrapper .right-content {
width: 57.42%;
padding: 20px 20px 20px 0; }
.our-menu-wrapper .right-content .inner {
padding-top: 119px;
border: 1px solid #accadd;
border-left: none;
height: 100%; }
.our-menu-wrapper .right-content .content {
padding-right: 70px; }
.our-menu-wrapper .right-content .menu-holder {
margin-bottom: 28px; }
.our-menu-wrapper .right-content .menu-navigation {
margin-bottom: 51px; }
.our-menu-wrapper .right-content .btn-holder {
margin-top: 22px; }
.our-menu-wrapper .menu-navigation ul li a span {
color: #ccc; }
.our-menu-wrapper .menu-item h5 {
font-size: 17px;
margin-bottom: 6px; }
.our-menu-wrapper .menu-holder .menu-thumb {
margin-right: 12px; }
.our-menu-col {
margin-bottom: 70px; }
.our-menu-col .heading {
margin-bottom: 36px;
padding-left: 5px; }
.our-menu-col .heading h3 {
font-family: "Satisfy-Regular";
color: #e5e5e5;
font-weight: 400;
display: inline-block; }
.our-menu-col .heading h3.bold-color {
color: #333; }
.our-menu-col .heading .icon {
display: inline-block;
margin-top: 8px;
float: right; }
.our-menu-col .heading .icon.mt-12 {
margin-top: 12px; }
.our-menu-col .heading .icon.mt-4px {
margin-top: 4px; }
.our-menu-col.left {
padding-right: 30px; }
.our-menu-col.right {
padding-left: 30px; }
.our-menu-col.left-20 {
padding-right: 20px; }
.our-menu-col.right-20 {
padding-left: 20px; }
.our-menu-col.move-left {
transform: translateX(-30px); }
.our-menu-col.move-right {
transform: translateX(30px); }
.our-menu-col.mt-60 {
margin-top: 60px; }
.menu-navigation {
margin-bottom: 63px; }
.menu-navigation.mb-53 {
margin-bottom: 53px; }
.menu-navigation .fix-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.menu-navigation ul {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center; }
.menu-navigation ul li {
margin-right: 62px;
text-align: center; }
.menu-navigation ul li:nth-child(2) {
margin-right: 58px; }
.menu-navigation ul li:nth-child(3) {
margin-right: 54px; }
.menu-navigation ul li:last-child {
margin-right: 0; }
.menu-navigation ul li a img {
opacity: 0.5; }
.menu-navigation ul li a span {
font-family: "Raleway-Medium";
font-weight: 500;
font-size: 18px;
color: #333;
display: block;
padding-top: 8px;
opacity: 0.5; }
.menu-navigation ul li.ui-state-active img, .menu-navigation ul li:hover img {
opacity: 1; }
.menu-navigation ul li.ui-state-active span, .menu-navigation ul li:hover span {
opacity: 1; }
.menu-navigation.color-e5e5e5 ul li a span {
color: #e5e5e5; }
.menu-item {
margin-bottom: 29px; }
.menu-item:last-child {
margin-bottom: 0; }
.menu-item h5 {
font-family: "Raleway-Regular";
margin-bottom: 9px;
color: #ccc;
font-weight: 400;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex; }
.menu-item h5.color-fff {
color: #fff; }
.menu-item h5.color-fff a {
color: #fff; }
.menu-item h5.bold-color {
color: #333; }
.menu-item h5.bold-color a {
color: #333; }
.menu-item h5 a {
color: #ccc;
float: left; }
.menu-item h5 a:hover {
color: #e5be8a; }
.menu-item h5 a.hover-third-color:hover {
color: #accadd; }
.menu-item h5 a.hover-fifth-color:hover {
color: #956f32; }
.menu-item h5 .dots {
flex-grow: 1;
border-bottom: 1px dotted;
transform: translateY(-6px); }
.menu-item h5 .price span {
float: left; }
.menu-item ul {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-wrap: wrap; }
.menu-item ul li {
margin-right: 5px; }
.menu-item ul li a {
color: #999; }
.menu-item ul li a:after {
content: '/';
margin-left: 4px; }
.menu-item ul li a:hover {
color: #cdaa7c; }
.menu-item ul li:last-child a:after {
display: none; }
.menu-item ul.hover-third-color li a:hover {
color: #accadd; }
.menu-item p {
color: #999; }
.menu-holder {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
margin-bottom: 36px; }
.menu-holder .menu-thumb {
margin-right: 20px; }
.menu-holder .menu-item {
flex-grow: 1; }
.menu-holder.left {
padding-right: 50px; }
.menu-holder.right {
padding-left: 50px; }
.menu-holder.left-40 {
padding-right: 40px; }
.menu-holder.right-40 {
padding-left: 40px; }
.middle-image .info {
margin-top: 40px; }
.middle-image .info h5 {
text-transform: uppercase;
margin-bottom: 5px; }
.middle-image .info h5 a {
color: #333; }
.middle-image .info span {
color: #cdaa7c;
font-size: 18px; }
.our-service {
background: url("../images/our-service-bg.jpg") center center;
background-size: cover; }
.our-service-col {
color: #fff;
text-align: center;
border: 2px solid #80694d;
height: 100%;
padding: 45px 21px 39px;
background: #cdaa7c;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.our-service-col h3 {
font-size: 30px;
font-family: "Satisfy-Regular";
font-weight: 400;
color: #fff;
margin-bottom: 24px; }
.our-service-col p {
margin-top: 19px; }
.our-service-col:hover {
background: none; }
.our-service-full {
width: 51%; }
.our-service-full .section-header h2 {
color: #fff; }
.our-service-full .service-col {
margin-bottom: 65px; }
.service-image {
height: 100%;
margin-right: 25px; }
.service-col {
margin-bottom: 60px; }
.service-icon-box {
width: 139px;
height: 139px;
margin: 0 auto;
position: relative; }
.service-icon-box .circle {
position: absolute;
top: 0;
left: 0;
width: 139px;
height: 139px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg); }
.service-icon-box .circle .dot {
position: absolute;
left: 0;
top: 50%;
display: block;
line-height: 15px;
width: 14px;
height: 14px;
margin-left: -7.5px;
margin-top: -7.5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.service-icon-box .service-icon-item {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
height: 130px;
width: 130px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%; }
.service-icon-box .service-icon-item img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.service-text {
margin-top: 27px; }
.service-text h5 {
text-transform: uppercase;
margin-bottom: 13px; }
.feature-content .heading {
padding-top: 4px;
margin-bottom: 28px; }
.feature-content .heading h3 {
text-transform: uppercase;
margin-bottom: 9px; }
.feature-content .heading h3 a {
color: #333; }
.feature-content .heading h3 a:hover {
color: #cdaa7c; }
.feature-content .heading span {
font-family: "Raleway-SemiBold";
font-size: 30px;
color: #333; }
.feature-content .heading span.price {
padding-left: 39px;
position: relative; }
.feature-content .heading span.price:before {
content: "";
width: 23px;
height: 2px;
background: #333;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
.feature-content .body p {
margin-bottom: 34px; }
.feature-content .body .star-rating {
margin-bottom: 55px; }
.feature-content .body .star-rating i {
margin-right: 1px;
font-size: 20px; }
.feature-content .body .star-rating i:last-child {
margin-right: 0; }
.feature-slider {
position: relative; }
.feature-slider span.lnr {
cursor: pointer;
font-size: 25px;
color: #d9d9d9;
position: absolute;
top: 58px;
z-index: 9; }
.feature-slider span.lnr:hover {
color: #cdaa7c; }
.feature-slider span.lnr.lnr-chevron-left {
left: -32px; }
.feature-slider span.lnr.lnr-chevron-right {
right: -32px; }
.feature-slider img:hover {
opacity: 0.8; }
.feature-small {
text-align: center; }
.feature-small a {
display: inline-block; }
.feature-small .item-info {
margin-top: 20px; }
.feature-small .item-info .price {
font-size: 17px;
color: #333; }
.booking .image-holder {
background: url("../images/book-a-table.jpg") center center;
background-size: cover;
height: 100%; }
.booking .image-holder img {
display: none; }
.booking .booking-content {
padding: 88px 101px 78px;
background: #181818;
height: 100%; }
.booking .booking-content .section-header {
margin-bottom: 33px; }
.booking .booking-content .btn-holder {
margin-top: 60px; }
.booking .booking-content .form-control {
height: 31px;
border-bottom: 1px solid #ccc;
font-size: 18px;
color: #ccc; }
.booking .booking-content .form-control.datepicker-here {
cursor: pointer; }
.booking .booking-content .form-control:focus {
color: #ccc; }
.booking .booking-content .form-control::-webkit-input-placeholder {
color: #ccc; }
.booking .booking-content .form-control::-moz-placeholder {
color: #ccc; }
.booking .booking-content .form-control:-ms-input-placeholder {
color: #ccc; }
.booking .booking-content .form-control:-moz-placeholder {
color: #ccc; }
.booking-block {
position: relative;
color: #fff;
height: 485px;
text-align: center;
background-position: center; }
.booking-block .inner {
position: absolute;
left: 50%;
top: 124px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%); }
.booking-block .inner p {
margin-bottom: 53px;
line-height: 1.9; }
.booking-block .section-header {
margin-bottom: 21px; }
.booking-form {
margin-top: 50px; }
.booking-form p:first-child {
text-align: center;
font-size: 17px;
margin-bottom: 34px;
padding: 0 43px; }
.booking-form p:first-child a {
color: #cdaa7c; }
.booking-form p:last-child {
font-size: 30px;
font-family: "GreatVibes-Regular";
margin-top: 57px;
text-align: center; }
.booking-form .form-inner {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap; }
.booking-form .form-inner .form-col {
width: 29.57%;
margin-bottom: 39px; }
.booking-form .form-control {
height: 35px;
border-bottom: 1px solid #333; }
.booking-form .form-control::-webkit-input-placeholder {
color: #666; }
.booking-form .form-control::-moz-placeholder {
color: #666; }
.booking-form .form-control:-ms-input-placeholder {
color: #666; }
.booking-form .form-control:-moz-placeholder {
color: #666; }
.booking-form .form-holder span {
color: #666; }
.booking-form .btn-holder {
margin-top: 31px; }
.trait .image-holder {
height: 100%;
background: url("../images/trait.jpg") center center;
background-size: cover; }
.trait .image-holder img {
display: none; }
.trait-content {
background: #f7f7f7;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
height: 100%;
padding: 90px 0 80px; }
.trait-content.re-style {
background: none;
padding: 150px 0 110px;
display: block; }
.trait-col {
text-align: center;
margin-bottom: 53px;
width: 270px;
margin-right: 80px; }
.trait-col h5 {
font-family: "Raleway-Bold";
font-weight: 700;
text-transform: uppercase;
margin-top: 23px;
margin-bottom: 13px; }
.trait-col.re-style {
width: auto;
margin-right: 0;
margin-bottom: 0; }
.our-story .image-wrapper {
width: 79%; }
.our-story .image-bg {
height: 100%;
background: url("../images/our-story-2.jpg") center center;
background-size: cover; }
.our-story .image-bg img {
display: none; }
.our-story .image-holder {
height: 100%;
background: url("../images/our-story.jpg") center center;
background-size: cover; }
.our-story .image-holder img {
display: none; }
.our-story-primary h2 {
font-family: "Satisfy-Regular";
font-weight: 400; }
.our-story-primary .name {
display: inline-block;
transform: translateY(12px);
-webkit-transform: translateY(12px);
-moz-transform: translateY(12px);
-ms-transform: translateY(12px);
-o-transform: translateY(12px); }
.our-story-primary .name h6 {
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 3px; }
.our-story-primary.style-1 {
padding: 126px 0 130px;
background: #f7f7f7;
height: 100%;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
justify-content: center;
text-align: center; }
.our-story-primary.style-1 .heading {
margin-bottom: 27px; }
.our-story-primary.style-1 .heading h2 {
color: #cdaa7c;
font-size: 47px; }
.our-story-primary.style-1 .heading img {
transform: translate(-5px, -12px);
-webkit-transform: translate(-5px, -12px);
-moz-transform: translate(-5px, -12px);
-ms-transform: translate(-5px, -12px);
-o-transform: translate(-5px, -12px); }
.our-story-primary.style-1 p {
margin-bottom: 50px;
line-height: 2; }
.our-story-primary.style-1 .name {
margin-left: 1px; }
.our-story-primary.style-1 .name h6 a {
color: #333; }
.our-story-primary.style-1 .inner {
width: 61%; }
.our-story-primary.style-2 {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
padding: 18px 16px;
background: #cdaa7c;
width: 41.67%;
text-align: center; }
.our-story-primary.style-2 .interior {
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.5);
padding: 56px 52px 41px; }
.our-story-primary.style-2 .heading {
margin-bottom: 21px; }
.our-story-primary.style-2 .heading h2 {
color: #fff;
font-size: 55px; }
.our-story-primary.style-2 p {
margin-bottom: 44px;
line-height: 2; }
.our-story-primary.style-2 .name {
margin-left: 2px; }
.our-story-primary.style-2 .name h6 a {
color: #fff; }
.our-story-primary.style-2.fixed {
position: static;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
width: auto;
padding: 15px; }
.our-story-primary.style-2.fixed .interior {
padding: 37px 52px 22px; }
.our-story-primary.style-2.fixed p {
margin-bottom: 35px; }
.our-story-primary.style-2.fixed .heading {
margin-bottom: 17px; }
.our-story-primary.style-2.fixed .heading h2 {
font-size: 47px; }
.our-story-primary.style-3 {
text-align: center; }
.our-story-primary.style-3 .inner {
width: 57%;
margin: auto; }
.our-story-primary.style-3 .heading {
margin-bottom: 47px; }
.our-story-primary.style-3 .heading h2 {
font-size: 55px;
color: #cdaa7c; }
.our-story-primary.style-3 .heading img {
transform: translate(5px, -14px);
-webkit-transform: translate(5px, -14px);
-moz-transform: translate(5px, -14px);
-ms-transform: translate(5px, -14px);
-o-transform: translate(5px, -14px); }
.our-story-primary.style-3 p {
color: #fff;
margin-bottom: 72px; }
.our-story-primary.style-3 .name {
text-align: center;
margin-left: 2px; }
.our-story-primary.style-3 .name h6 a {
color: #fff; }
.our-story-primary.style-3 .name span {
color: #ccc; }
.my-flipster {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-direction: column; }
.flipster__nav {
display: none; }
.flipster--flat .flipster__item--past, .flipster--flat .flipster__item--future {
opacity: 1; }
.flipster--flat .flipster__item--past .content, .flipster--flat .flipster__item--future .content {
background: #333; }
.flipster--flat .flipster__item--past .flipster__item__content, .flipster--flat .flipster__item--future .flipster__item__content {
transform: scale(0.85);
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85); }
.flipster--flat .flipster__item--past .flipster__item__content .content {
padding: 0 0 0 148px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.flipster--flat .flipster__item--future .flipster__item__content .content {
padding: 0 148px 0 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.flipster-item {
position: relative;
text-align: center;
width: 570px; }
.flipster-item p {
margin-bottom: 24px; }
.flipster-item p.mb-32 {
margin-bottom: 32px; }
.flipster-item p:last-child {
margin-bottom: 0; }
.flipster-item .content {
background: #181818;
height: 469px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 74px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.flipster-item .heading {
margin-bottom: 13px; }
.flipster-item .heading.mb-34 {
margin-bottom: 34px; }
.flipster-item .heading h3 {
font-size: 39px;
font-family: "Satisfy-Regular";
font-weight: 400;
color: #cdaa7c; }
.flipster-item .heading img {
transform: translate(-6px, -13px);
-webkit-transform: translate(-6px, -13px);
-moz-transform: translate(-6px, -13px);
-ms-transform: translate(-6px, -13px);
-o-transform: translate(-6px, -13px); }
.flipster-item .body {
color: #fff; }
.flipster-item .body .color-cdaa7c {
color: #cdaa7c; }
.flipster-item .body .semi-bold {
font-family: Raleway-SemiBold;
font-weight: 600; }
.flipster-item .time {
margin-bottom: 36px; }
.flipster-item .time h4 {
font-size: 27px;
font-family: "Satisfy-Regular";
color: #cdaa7c;
font-weight: 400;
margin-bottom: 14px; }
.flipster-item .time span {
display: block;
margin-bottom: 9px; }
.flipster-item .time:last-child {
margin-bottom: 0; }
.flipster-item .name {
margin-left: 3px;
display: inline-block;
text-align: center; }
.flipster-item .name h6 {
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 2px; }
.flipster-item .name h6 a {
color: #fff; }
.flipster {
padding: 10px 0;
margin: -10px 0; }
.flipster__item__content {
position: relative; }
.flipster__item__content:before {
content: "";
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
border: 1px solid rgba(205, 170, 124, 0.5); }
.flipster__item--current .flipster__item__content {
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
-o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52); }
.opening-time {
background: url("../images/opening-time-bg.jpg") no-repeat center center;
background-size: cover;
padding: 65px 15px;
text-align: center; }
.opening-time h3 {
color: #cdaa7c;
font-size: 45px;
font-family: "Satisfy-Regular";
font-weight: 400;
margin-bottom: 34px; }
.opening-time a {
color: #fff;
font-size: 22.71px;
margin-top: 53px;
display: block;
position: relative; }
.opening-time a i {
font-size: 25.74px;
margin-right: 5px;
transform: translateY(3px);
-webkit-transform: translateY(3px);
-moz-transform: translateY(3px);
-ms-transform: translateY(3px);
-o-transform: translateY(3px); }
.opening-time a:before {
content: "";
width: 42.75%;
left: 50%;
position: absolute;
top: -24px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
height: 1px;
background: rgba(205, 170, 124, 0.5); }
.opening-time .time-item {
margin-bottom: 27px; }
.opening-time .time-item p {
font-size: 30px;
color: #cdaa7c;
font-family: "Satisfy-Regular";
font-weight: 400;
margin-bottom: 6px; }
.opening-time .time-item span {
display: block;
color: #fff;
font-size: 18px;
margin-bottom: 6px; }
.opening-hours {
position: relative;
text-align: center;
padding: 20px;
background: url("../images/coffee-bg.png") no-repeat right -132px bottom -7px, #956f32;
height: 100%;
color: #fff; }
.opening-hours:before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(149, 111, 50, 0.5); }
.opening-hours .inner {
border: 1px solid rgba(255, 255, 255, 0.5);
height: 100%;
position: relative;
z-index: 9;
padding: 43px 44px 20px 46px; }
.opening-hours h5 {
text-transform: uppercase;
font-family: "Raleway-Bold";
font-weight: 700;
color: #fff;
margin-bottom: 39px;
position: relative; }
.opening-hours h5:after {
content: "";
position: absolute;
width: 47px;
height: 2px;
background: #fff;
left: 50%;
bottom: -13px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%); }
.opening-hours .body {
margin-bottom: 32px; }
.opening-hours .opening-item {
font-size: 17px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
margin-bottom: 15px; }
.opening-hours .opening-item:last-child {
margin-bottom: 0; }
.opening-hours a {
color: #fff;
font-family: "Raleway-SemiBold";
font-weight: 600;
font-size: 17px; }
.opening-hours a i {
margin-right: 3px; }
.section-reservation .opening-time {
margin-right: -30px; }
.section-reservation .reservation-tab {
padding-left: 60px; }
.reservation-tab ul {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center; }
.reservation-tab ul li a {
font-size: 25px;
color: #333;
font-family: "Raleway-Bold";
font-weight: 700;
text-transform: uppercase;
margin: 0 15.5px;
display: inline-block;
padding: 5px 0;
position: relative; }
.reservation-tab ul li a::after {
content: "";
position: absolute;
height: 2px;
bottom: -2px;
left: 0;
width: 100%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.reservation-tab ul li.ui-state-active a::after {
background: #333; }
.special-grid {
margin-top: 50px; }
.special-grid .row {
margin-left: -10px;
margin-right: -10px; }
.special-grid .row > div {
padding-left: 10px;
padding-right: 10px; }
.special-grid .image-holder {
margin-bottom: 20px;
position: relative;
overflow: hidden;
display: block; }
.special-grid .image-holder img {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.8s ease; }
.special-grid .image-holder .inner {
position: absolute;
left: 0;
bottom: 0;
z-index: 9;
background: #cdaa7c;
color: #fff;
height: 31px;
padding: 0 17px 0 14px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0); }
.special-grid .image-holder .inner a, .special-grid .image-holder .inner span {
float: left; }
.special-grid .image-holder .inner h6 {
color: #fff;
font-size: 15px; }
.special-grid .image-holder.fix-image {
height: 100%;
position: relative; }
.special-grid .image-holder.fix-image img {
position: absolute;
height: 100%;
width: 100%; }
.special-grid .image-holder:hover .inner {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
opacity: 1; }
.special-grid .image-holder:hover img {
transform: scale(1.3);
opacity: 0.8; }
.special-grid.re-style {
margin-top: 0; }
.special-grid.re-style .row {
margin-left: -15px;
margin-right: -15px; }
.special-grid.re-style .row > div {
padding-left: 15px;
padding-right: 15px; }
.special {
background-size: cover;
background-position: center; }
.special .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 42px; }
#special-slider-four .item-info {
text-align: center;
background: #fff;
padding: 24px 15px 23px; }
#special-slider-four .item-info h6 {
font-size: 20px; }
#special-slider-four .item-info .price {
color: #333; }
.special-slider .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 35px; }
.special-item .thumb {
margin-bottom: 26px; }
.special-item .thumb img:hover {
opacity: 0.8; }
.special-item .change {
height: 60px; }
.special-item .au-btn {
top: 12px; }
.special-item .buy {
top: -1px; }
.owl-theme#special-carousel-center .owl-nav.disabled + .owl-dots {
margin-top: 42px; }
.special-box-slider {
position: absolute;
right: 21.3%; }
.special-box-slider .owl-carousel {
transform: translateY(-223.5px);
-webkit-transform: translateY(-223.5px);
-moz-transform: translateY(-223.5px);
-ms-transform: translateY(-223.5px);
-o-transform: translateY(-223.5px);
position: relative;
z-index: 9;
width: 394px;
background: #cdaa7c; }
.special-box {
padding: 10px 13px;
color: #fff; }
.special-box .inner {
border: 2px solid rgba(255, 255, 255, 0.5);
padding: 40px 37px 35px; }
.special-box h4 {
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 5px; }
.special-box h4 a {
color: #fff; }
.special-box .price {
font-size: 25px;
font-family: "Raleway-SemiBold";
font-weight: 600;
padding-left: 39px;
position: relative; }
.special-box .price:before {
content: "";
width: 23px;
height: 2px;
background: #fff;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
left: 0; }
.special-box p {
margin-top: 16px;
margin-bottom: 27px; }
.special-box .star-rating {
color: #fff; }
.our-chef .our-chef-item {
margin-bottom: 112px; }
.our-chef-slider .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 42px; }
.our-chef-item {
position: relative;
text-align: center;
position: relative; }
.our-chef-item:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.our-chef-item .info {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
width: 80%;
z-index: 9; }
.our-chef-item .info .inner {
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0); }
.our-chef-item .social a {
margin-right: 12px;
color: #999; }
.our-chef-item .social a:last-child {
margin-right: 0; }
.our-chef-item .social a:hover {
color: #b3b3b3; }
.our-chef-item h6 {
text-transform: uppercase;
font-size: 18px;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 9px; }
.our-chef-item h6 a {
color: #fff; }
.our-chef-item span {
color: #cdaa7c;
display: block;
margin-bottom: 29px; }
.our-chef-item .name-box {
padding: 6px;
background: #cdaa7c;
position: absolute;
bottom: 0;
left: 20px;
right: 20px;
transform: translateY(50%);
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
height: 85px;
z-index: 9; }
.our-chef-item .name-box span {
color: #fff;
margin-bottom: 0; }
.our-chef-item .name-box h6 {
margin-bottom: 3px; }
.our-chef-item .name-box .inner {
border: 1px solid rgba(255, 255, 255, 0.3);
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%; }
.our-chef-item:hover:after {
background: rgba(0, 0, 0, 0.5); }
.our-chef-item:hover .info .inner {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
opacity: 1; }
.wish {
height: 668px;
background: url("../images/wish-bg.jpg") center center no-repeat;
background-size: cover;
position: relative;
text-align: center; }
.wish .content {
position: absolute;
top: 36%;
left: 50%;
padding: 0 15px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
width: 50%; }
.wish h3 {
font-family: "GreatVibes-Regular";
font-weight: 400;
color: #cdaa7c;
font-size: 84.71px;
line-height: 1; }
.wish p {
font-size: 30px;
color: #ccc;
text-transform: uppercase;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 65px; }
.wish .au-btn {
color: #fff; }
.gallery-grid {
display: grid;
display: -ms-grid; }
.gallery-grid.has-gutter {
-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
-ms-grid-rows: auto 30px auto;
grid-gap: 29px 31px;
grid-template-columns: 1fr 1fr 1fr 1fr;
padding: 0 15px; }
.gallery-grid.has-gutter .gallery-item:first-child {
grid-area: 1 / 1 / span 1 / span 2;
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 3; }
.gallery-grid.has-gutter .gallery-item:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 5;
-ms-grid-column-span: 1; }
.gallery-grid.has-gutter .gallery-item:nth-child(3) {
grid-area: 1 / 4 / span 2 / span 1;
-ms-grid-row: 1;
-ms-grid-row-span: 3;
-ms-grid-column: 7;
-ms-grid-column-span: 1; }
.gallery-grid.has-gutter .gallery-item:nth-child(4) {
-ms-grid-row: 3;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 1; }
.gallery-grid.has-gutter .gallery-item:nth-child(5) {
-ms-grid-row: 3;
-ms-grid-row-span: 1;
-ms-grid-column: 3;
-ms-grid-column-span: 1; }
.gallery-grid.has-gutter .gallery-item:nth-child(6) {
-ms-grid-row: 3;
-ms-grid-row-span: 1;
-ms-grid-column: 5;
-ms-grid-column-span: 1; }
.gallery-grid.no-gutter {
-ms-grid-columns: auto auto auto auto;
-ms-grid-rows: auto auto;
grid-template-columns: auto auto auto auto; }
.gallery-grid.no-gutter .gallery-item:first-child {
grid-area: 1 / 1 / span 2 / span 1;
-ms-grid-row: 1;
-ms-grid-row-span: 2;
-ms-grid-column: 1;
-ms-grid-column-span: 1; }
.gallery-grid.no-gutter .gallery-item:nth-child(4) {
grid-area: 1 / 4 / span 2 / span 1;
-ms-grid-row: 1;
-ms-grid-row-span: 2;
-ms-grid-column: 4;
-ms-grid-column-span: 1; }
.gallery-item .thumb {
position: relative;
display: block; }
.gallery-item .thumb::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.gallery-item .thumb i {
display: inline-block;
width: 59px;
height: 59px;
border-radius: 50%;
line-height: 59px;
color: #fff;
text-align: center;
background: #cdaa7c;
font-size: 23px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
-webkit-transform: translate(-50%, -50%) scale(0);
-moz-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
-o-transform: translate(-50%, -50%) scale(0);
opacity: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.gallery-item .thumb:hover i {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
-webkit-transform: translate(-50%, -50%) scale(1);
-moz-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
-o-transform: translate(-50%, -50%) scale(1); }
.gallery-item .thumb:hover:before {
background: rgba(0, 0, 0, 0.5); }
.gallery-item .thumb.fix-image {
height: 100%; }
.gallery-item .thumb.fix-image img {
position: absolute;
height: 100%;
top: 0; }
.section-form .section-header {
margin-bottom: 62px; }
.section-form .form-inner {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap; }
.section-form .form-col {
width: 30.4%;
margin-bottom: 43px; }
.section-form .form-control {
height: 31px;
border-bottom: 1px solid #ccc;
font-size: 18px;
color: #ccc; }
.section-form .form-control.datepicker-here {
cursor: pointer; }
.section-form .form-control:focus {
color: #ccc; }
.section-form .form-control::-webkit-input-placeholder {
color: #ccc; }
.section-form .form-control::-moz-placeholder {
color: #ccc; }
.section-form .form-control:-ms-input-placeholder {
color: #ccc; }
.section-form .form-control:-moz-placeholder {
color: #ccc; }
.section-form .form-control.style {
border-bottom: 1px solid #333;
color: #666; }
.section-form .form-control.style::-webkit-input-placeholder {
color: #666; }
.section-form .form-control.style::-moz-placeholder {
color: #666; }
.section-form .form-control.style:-ms-input-placeholder {
color: #666; }
.section-form .form-control.style:-moz-placeholder {
color: #666; }
.section-form .au-btn {
margin-top: 27px; }
.section-form.full {
padding: 0 99px; }
.section-form.full .form-col {
width: 46.65%; }
.map-holder {
height: 341px; }
.block-banner {
background-size: cover;
position: relative;
overflow: hidden; }
.block-banner .inner {
position: absolute;
text-align: center; }
.block-banner.style-1 {
height: 573px; }
.block-banner.style-1 .inner {
right: 163px;
top: 100px; }
.block-banner.style-1 h3 {
color: #cdaa7c;
font-size: 40px;
font-family: "Raleway-Regular";
font-weight: 400;
margin-top: 5px;
margin-bottom: 27px; }
.block-banner.style-1 h2 {
font-size: 70px;
color: #fff;
font-family: "Georgia";
text-transform: uppercase;
letter-spacing: 7px;
font-weight: 400;
margin-bottom: 5px; }
.block-banner.style-1 p {
font-size: 18px;
color: #808080;
font-family: "Raleway-Medium";
font-weight: 500;
text-transform: uppercase;
margin-bottom: 90px; }
.block-banner.style-2 {
height: 531px;
text-transform: uppercase; }
.block-banner.style-2 .inner {
top: 110px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%); }
.block-banner.style-2 .text, .block-banner.style-2 .number {
font-family: "Bitter-Bold";
font-weight: 700; }
.block-banner.style-2 h2 {
font-size: 70px;
color: #fff; }
.block-banner.style-2 .middle {
margin-bottom: 48px; }
.block-banner.style-2 .text {
display: inline-block;
text-align: right;
margin-right: 6px; }
.block-banner.style-2 .text .first-line span {
color: #fff;
font-size: 50px;
line-height: 1;
vertical-align: bottom;
display: inline-block;
margin-left: 8px;
transform: translateY(-2px);
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px); }
.block-banner.style-2 .text .break {
color: #ff3333;
font-size: 69px;
line-height: 0.9;
display: block; }
.block-banner.style-2 .number {
font-size: 144px;
color: #ff3333;
line-height: 1.21; }
.block-banner .date {
width: 197px;
height: 40px;
display: inline-flex;
justify-content: center;
align-items: center;
border: 1px solid rgba(255, 255, 255, 0.5);
color: #e5e5e5; }
#grid-image.owl-theme .owl-nav.disabled + .owl-dots {
display: none; }
#grid-image .owl-stage-outer, #grid-image .owl-stage, #grid-image .owl-item, #grid-image .item {
height: 100%; }
.grid-item {
display: block;
background-size: cover;
background-position: center center;
position: relative;
height: 100%; }
.grid-item:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.grid-item .inner {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
padding: 0 15px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
text-align: center; }
.grid-item .item-info {
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
-webkit-transform: translate3d(0, -40px, 0);
transform: translate3d(0, -40px, 0); }
.grid-item .item-info h4 {
font-size: 28px;
margin-bottom: 7px;
color: #fff; }
.grid-item .item-info .star-rating {
margin-bottom: 16px;
font-size: 20px; }
.grid-item .item-info .star-rating i {
margin-right: 3px; }
.grid-item .item-info .price {
font-size: 28px; }
.grid-item:hover:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6); }
.grid-item:hover .item-info {
opacity: 1;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.fullpage-row {
height: 100%; }
#fullpage .prev-slide, #fullpage .next-slide {
color: #fff;
font-size: 30px;
cursor: pointer; }
#fullpage .prev-slide:hover, #fullpage .next-slide:hover {
color: #cdaa7c; }
.bg-box {
height: 100%;
background-size: cover;
background-position: center center; }
.full-col {
height: 100%;
background: url("../images/full-col-bg.jpg") center center no-repeat;
background-size: cover;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center; }
.fp-controlArrow.fp-prev {
display: none; }
.fp-controlArrow.fp-next {
display: none; }
#fp-nav.right {
right: 78px; }
#fp-nav ul li, .fp-slidesNav ul li {
margin: 9px 0; }
#fp-nav ul li a span, .fp-slidesNav ul li a span {
background: none;
border: 1px solid #fff;
width: 12px;
height: 12px;
margin: 0;
left: 0;
top: 0; }
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
margin: 0;
border-color: transparent;
background: #cdaa7c;
margin: 0; }
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
width: 12px;
height: 12px;
margin: 0; }
.instagram h4 {
font-family: "Raleway-Bold";
font-weight: 700;
text-transform: uppercase;
text-align: center;
margin-bottom: 43px; }
.instagram .image-holder {
position: relative;
display: block; }
.instagram .image-holder .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0);
opacity: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.instagram .image-holder .overlay div {
display: inline-block;
color: #fff; }
.instagram .image-holder .overlay div.love {
margin-right: 16px; }
.instagram .image-holder:hover .overlay {
opacity: 1;
background: rgba(0, 0, 0, 0.5); }
.about-us-1, .about-us-2 {
position: absolute; }
.about-us-1 {
right: 0;
top: 150px; }
.about-us-2 {
left: 0;
bottom: 150px; }
.about-us-wrapper {
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 229px 0 252px; }
.about-us-board {
padding: 23px 20px;
background: #181818;
width: 53.84%;
margin: auto;
color: #fff;
text-align: center;
position: relative;
z-index: 9; }
.about-us-board .inner {
border: 1px solid #accadd;
padding: 101px 54px 80px; }
.about-us-board .heading {
margin-bottom: 35px; }
.about-us-board .heading h2 {
color: #fff;
font-size: 55px;
font-family: "Satisfy-Regular";
font-weight: 400; }
.about-us-board p {
line-height: 2;
margin-bottom: 60px; }
.about-us-board .name {
display: inline-block;
margin-left: 1px; }
.about-us-board .name h6 {
font-family: "Raleway-SemiBold";
font-weight: 600;
font-size: 17px;
margin-bottom: 3px; }
.about-us-board .name h6 a {
color: #fff; }
.about-us .image-holder {
height: 100%;
background-size: cover; }
.about-us .image-holder img {
height: 100%;
object-fit: cover; }
.about-us-col {
background: #eae7de;
padding: 89px 50px 86px;
height: 100%; }
.about-us-col .section-header {
text-align: left;
margin-bottom: 34px; }
.about-us-col p {
margin-bottom: 39px;
line-height: 2; }
.opening-block {
background: #181818;
padding: 57px 0 49px; }
.opening-block h2 {
font-size: 45px;
font-weight: 400;
color: #accadd;
font-family: "Satisfy-Regular"; }
.opening-block .heading {
font-family: "Raleway-SemiBold";
font-weight: 600;
color: #accadd;
font-size: 25px;
margin-bottom: 16px; }
.opening-block .body {
color: #fff;
font-size: 18px; }
.opening-block .body span {
display: block;
margin-bottom: 6px; }
.opening-block .body span:last-child {
margin-bottom: 0; }
.opening-block .front {
height: 100%;
padding-top: 30px;
margin-right: 37px;
position: relative; }
.opening-block .front img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
.opening-block .middle {
padding-left: 25px; }
.opening-block .end {
text-align: center;
padding-top: 13px; }
.opening-block .end span {
color: #fff;
font-size: 22.71px;
display: block;
text-align: right;
margin-bottom: 22px; }
.opening-block .end span i {
font-size: 25.74px;
margin-right: 10px; }
.promotion-item {
position: relative;
color: #fff;
text-align: center;
margin-bottom: 30px; }
.promotion-item.is-bg {
height: 100%;
position: relative; }
.promotion-item.is-bg #promotion-1 {
height: 100%;
width: 100%;
object-fit: cover;
position: absolute;
left: 0; }
.promotion-item .inner {
position: absolute; }
.promotion-item .inner.top {
top: 78px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%); }
.promotion-item .inner.right {
top: 99px;
right: 50px; }
.promotion-item .inner.left {
top: 69px;
left: 58px; }
.promotion-item .note h4 {
font-size: 40px;
font-family: "Raleway-Bold";
font-weight: 700;
vertical-align: middle;
margin: 0 13px;
display: inline-block;
color: #fff; }
.promotion-item .discount-box {
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
align-items: center;
border: 1px dashed #6f6f72;
padding: 0 16px; }
.promotion-item .discount-box .text {
display: inline-block;
text-transform: uppercase;
color: #ccc;
font-size: 18px;
font-family: "Raleway-Medium";
font-weight: 500;
margin-right: 9px;
text-align: right; }
.promotion-item .discount-box .text span {
display: block;
line-height: 1.2; }
.promotion-item .discount-box .price {
color: #ff3333;
font-family: "Georgia-Bold";
font-weight: 700;
font-size: 44px;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
line-height: 1.3; }
.promotion-item .discount-text {
margin-bottom: 38px; }
.promotion-item .discount-text h3 {
color: #fff;
font-family: "Raleway-Medium";
font-weight: 500;
text-transform: initial;
font-size: 35px;
margin-bottom: 0; }
.promotion-item .discount-text .percent {
font-size: 50px;
color: #ff3333;
font-family: "Raleway-Bold";
font-weight: 700;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
margin-right: 2px; }
.promotion-item .discount-text p {
font-family: "Raleway-Bold";
font-weight: 700;
color: #ccc;
text-transform: uppercase; }
.promotion-item h2 {
font-family: "Bitter-Bold";
font-weight: 700;
font-size: 45px;
text-transform: uppercase;
color: #fff;
margin-top: 13px; }
.promotion-item h3 {
font-family: "Georgia-Bold";
font-weight: 700;
font-size: 30px;
text-transform: uppercase;
color: #fff;
margin-bottom: 13px; }
.pizza .grid {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center; }
.pizza .grid .pizza-item {
width: 19.27%;
margin-right: 30px; }
.pizza .grid .pizza-item:last-child {
margin-right: 0; }
.pizza-item {
height: 563px;
border: 1px solid #e6e6e6;
padding: 45px 36px 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.pizza-item h5 {
margin-bottom: 12px; }
.pizza-item h5 a {
color: #333; }
.pizza-item h5 a:hover {
color: #ff3333; }
.pizza-item .content {
margin-top: 34px;
margin-bottom: 31px;
position: relative; }
.pizza-item .content:after {
content: "";
width: 50px;
height: 1px;
background: #e6e6e6;
bottom: -15px;
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%); }
.pizza-item .change {
height: 81px; }
.pizza-item .buy {
top: 0;
left: 50%; }
.pizza-item .buy p {
font-family: "Raleway-SemiBold";
font-weight: 600; }
.pizza-item .au-btn {
top: 20px;
background: #ff3333; }
.pizza-item .au-btn:hover {
background: #e52e2e; }
.pizza-item.has-mb {
margin-bottom: 50px; }
.pizza-item:hover {
border-color: #ff3333; }
.subscribe {
background: #181818;
position: relative; }
.subscribe .image-holder {
background-size: cover;
background-position: center;
height: 100%;
position: absolute;
top: 0;
left: 0; }
.subscribe-form {
height: 575px;
padding: 109px 0 0 35px; }
.subscribe-form .section-header {
text-align: left;
margin-bottom: 60px; }
.subscribe-form .form-row {
margin-bottom: 22px; }
.subscribe-form .form-control {
border: 1px solid #fff;
font-size: 15px;
padding: 0 20px;
height: 50px;
margin-right: 12px;
color: #fff; }
.subscribe-form .form-control::-webkit-input-placeholder {
color: #fff;
font-size: 15px; }
.subscribe-form .form-control::-moz-placeholder {
color: #fff;
font-size: 15px; }
.subscribe-form .form-control:-ms-input-placeholder {
color: #fff;
font-size: 15px; }
.subscribe-form .form-control:-moz-placeholder {
color: #fff;
font-size: 15px; }
.subscribe-form .au-btn {
width: 120px;
height: 50px;
background: #fff;
color: #333;
font-size: 18px;
font-family: "Raleway-SemiBold";
font-weight: 600;
text-transform: inherit;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.subscribe-form .au-btn:hover {
color: #fff;
background: #ff3333; }
.subscribe-form p {
color: #b2b2b2;
margin-bottom: 37px; }
.event-col {
text-align: center;
padding: 30px;
background-size: cover;
height: 419px; }
.event-col .interior {
background: #fff;
height: 100%;
padding: 0 24px; }
.event-col .event-date {
background: #181818;
width: 92px;
height: 92px;
margin: auto;
margin-bottom: 35px;
padding: 4px; }
.event-col .event-date .inner {
border: 1px solid rgba(255, 255, 255, 0.5);
height: 100%;
color: #fff;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
border: 1px solid rgba(255, 255, 255, 0.5); }
.event-col .event-date .inner .date {
font-family: "Raleway-SemiBold";
font-size: 45px;
line-height: 1;
font-weight: 600; }
.event-col .event-date .inner .month {
font-size: 16px;
text-transform: uppercase; }
.event-col .event-meta {
margin-bottom: 10px; }
.event-col .event-meta div {
display: inline-block; }
.event-col .event-meta div span {
margin-right: 5px;
color: #333; }
.event-col .event-meta div.event-time {
margin-right: 25px; }
.event-col h6 {
font-family: "Raleway-SemiBold";
font-weight: 600;
font-size: 18px;
text-transform: uppercase;
margin-bottom: 21px; }
.event-col h6 a {
color: #333; }
.event-col h6 a:hover {
color: #ff3333; }
.event-col p {
margin-bottom: 28px; }
.coffee-menu {
background-size: cover;
background-position: center; }
.coffee-wrapper {
padding: 20px;
background: #181818; }
.coffee-wrapper .inner {
border: 1px solid #956f32;
padding: 77px 65px 23px;
height: 825px; }
.coffee-wrapper .section-header {
margin-bottom: 62px; }
.coffee-wrapper .menu-navigation {
margin-bottom: 53px; }
.coffee-wrapper .menu-navigation ul li {
margin-right: 60px; }
.coffee-wrapper .menu-navigation ul li:last-child {
margin-right: 0; }
.coffee-wrapper .menu-navigation ul li a {
font-family: "Raleway-Medium";
font-weight: 500;
font-size: 18px;
color: rgba(255, 255, 255, 0.5); }
.coffee-wrapper .menu-navigation ul li a:hover {
color: #fff; }
.coffee-wrapper .menu-navigation ul li.ui-state-active a {
color: #fff; }
.coffee-material .body {
position: relative;
margin-bottom: 37px; }
.coffee-material .left .coffee-material-box:last-child, .coffee-material .right .coffee-material-box:last-child {
margin-bottom: 0; }
.coffee-material .left {
text-align: right;
padding-top: 51px; }
.coffee-material .left h5 {
margin-right: 21px; }
.coffee-material .left .coffee-material-box:nth-child(2) .heading h5, .coffee-material .left .coffee-material-box:nth-child(3) .heading h5 {
margin-right: 10px; }
.coffee-material .right {
text-align: left;
padding-top: 51px; }
.coffee-material .right h5 {
margin-left: 10px; }
.coffee-material .bg-block {
position: absolute; }
.coffee-material-box {
margin-bottom: 52px; }
.coffee-material-box .heading {
margin-bottom: 8px; }
.coffee-material-box .heading h5 {
display: inline-block;
text-transform: uppercase;
vertical-align: middle; }
.bakery-grid-item {
position: relative;
display: block;
margin-bottom: 30px;
overflow: hidden; }
.bakery-grid-item img {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.bakery-grid-item:before {
content: "";
position: absolute;
bottom: 0;
top: 0;
right: 0;
left: 0;
background: rgba(0, 0, 0, 0);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 9; }
.bakery-grid-item .inner {
position: absolute;
top: 50%;
left: 50%;
z-index: 99;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
background: #fff;
height: 46px;
padding: 0 29px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.bakery-grid-item h6 {
font-size: 18px;
font-family: "Raleway-SemiBold";
font-weight: 600; }
.bakery-grid-item.fix-image {
height: 100%;
position: relative; }
.bakery-grid-item.fix-image img {
position: absolute;
height: 100%; }
.bakery-grid-item:hover .inner {
background: #dfa027; }
.bakery-grid-item:hover .inner h6 {
color: #fff; }
.bakery-grid-item:hover img {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3); }
.bakery-grid-item:hover:before {
background: rgba(0, 0, 0, 0.6); }
.bakery-menu {
background-size: cover; }
.bakery-menu .menu-navigation {
margin-bottom: 54px; }
.bakery-menu .menu-navigation ul li a span {
color: #e5e5e5; }
.bakery-menu-item {
margin-bottom: 54px; }
.bakery-menu-item .thumb {
margin-bottom: 34px; }
.bakery-menu-item .au-btn {
top: 11px; }
.bakery-menu-item .change {
height: 61px; }
.bakery-right {
padding-top: 20px; }
.bakery-right h3 {
margin-bottom: 8px; }
.bakery-right h3 a {
color: #333; }
.bakery-right h3 a:hover {
color: #dfa027; }
.bakery-right .heading {
margin-bottom: 28px; }
.bakery-right p {
margin-bottom: 46px; }
.bakery-right .info {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center; }
.bakery-right .price {
font-family: "Raleway-SemiBold";
font-weight: 600;
font-size: 30px;
color: #333;
margin-right: 47px;
padding-left: 40px;
position: relative; }
.bakery-right .price:before {
content: "";
width: 23px;
height: 2px;
background: #333;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
left: 0; }
.bakery-right .star-rating {
display: inline-block;
font-size: 20px; }
.bakery-right .summary-line {
font-size: 17px;
margin-bottom: 7px; }
.bakery-right .summary-line:last-child {
margin-bottom: 0; }
.bakery-right .summary-line span {
font-family: "Raleway-SemiBold";
font-weight: 600; }
.bakery-thumbnail li {
width: 120px;
height: 120px;
border: 1px solid #e6e6e6;
margin-bottom: 15px; }
.bakery-thumbnail li:last-child {
margin-bottom: 0; }
.bakery-thumbnail li a {
display: block;
width: 100%;
height: 100%;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center; }
.bakery-thumbnail li.ui-state-active, .bakery-thumbnail li:hover {
border: 1px solid #dfa027; }
.bakery-content {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex; }
.bakery-content .image-holder {
align-self: center;
width: 33.25%;
margin-right: 84px;
text-align: center;
display: block; }
.bakery-content .bakery-right {
width: 66.74%; }
.cupcake-item .thumb {
margin-bottom: 27px; }
.cupcake-item .change {
height: 61px; }
.cupcake-item .au-btn {
top: 10px; }
.cupcake-item h5 a:hover {
color: #f1b1d4; }
#cupcake-slider .owl-stage .owl-item.opacity {
position: relative; }
#cupcake-slider .owl-stage .owl-item.opacity:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.5); }
.special-cupcake {
background-size: cover; }
.special-cupcake-content {
padding-top: 65px; }
.special-cupcake-content h3 {
text-transform: uppercase;
margin-bottom: 8px; }
.special-cupcake-content h3 a {
color: #fff; }
.special-cupcake-content h3 a:hover {
color: #f1b1d4; }
.special-cupcake-content .heading {
margin-bottom: 28px; }
.special-cupcake-content .star-rating {
display: inline-block;
font-size: 20px; }
.special-cupcake-content .info {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center; }
.special-cupcake-content .price {
font-size: 30px;
color: #fff;
font-family: "Raleway-SemiBold";
font-weight: 600;
position: relative; }
.special-cupcake-content .price:after {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
width: 23px;
height: 2px;
background: #fff; }
.special-cupcake-content p {
color: #ccc;
margin-bottom: 60px; }
.up-row {
margin-bottom: 56px; }
.up-row .special-cupcake-content {
margin-right: -30px;
text-align: right; }
.up-row .special-cupcake-content .price {
padding-right: 40px; }
.up-row .special-cupcake-content .price:after {
right: 0; }
.up-row .special-cupcake-content .info {
justify-content: flex-end; }
.up-row .special-cupcake-content .star-rating {
margin-right: 44px; }
.up-row .image-holder {
margin-right: -15px; }
.down-row .special-cupcake-content {
padding-top: 75px;
margin-left: -30px; }
.down-row .special-cupcake-content .price {
padding-left: 40px;
margin-right: 43px; }
.down-row .special-cupcake-content .price:after {
left: 0; }
.cupcake-history {
position: relative;
background-position: right bottom;
background-repeat: no-repeat; }
.cupcake-history .video {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background-size: cover;
background-repeat: no-repeat; }
.cupcake-history .video:after {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.cupcake-history .video a {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 9; }
.cupcake-history .video img {
display: none; }
.cupcake-history .video .play-button {
font-size: 90px;
color: #ccc;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
.cupcake-history .video .play-button i {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.cupcake-history .video:hover .play-button i {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3); }
.cupcake-history .video:hover:after {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.5); }
.cupcake-history .content {
padding-top: 109px;
padding-left: 45px;
height: 717px; }
.cupcake-history .content .section-header {
text-align: left;
margin-bottom: 41px; }
.cupcake-history .content .cd-horizontal-timeline .events-content {
color: #fff; }
.cupcake-history .content .cd-horizontal-timeline .events-content li {
line-height: 2; }
.cd-horizontal-timeline {
opacity: 0;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s; }
.cd-horizontal-timeline::before {
/* never visible - this is used in jQuery to check the current MQ */
content: 'mobile';
display: none; }
.cd-horizontal-timeline.loaded {
/* show the timeline after events position has been set (using JavaScript) */
opacity: 1; }
.cd-horizontal-timeline .timeline {
position: relative; }
.cd-horizontal-timeline .events-wrapper {
position: relative;
overflow: hidden;
margin-top: 63px;
height: 100px; }
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
/* these are used to create a shadow effect at the sides of the timeline */
content: '';
position: absolute;
z-index: 2;
top: 0;
height: 100%; }
.cd-horizontal-timeline .events {
/* this is the grey line/timeline */
position: absolute;
z-index: 1;
left: 0;
top: 49px;
height: 2px;
/* width will be set using JavaScript */
background: rgba(255, 255, 255, 0.5);
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
transition: transform 0.4s; }
.cd-horizontal-timeline .events a {
position: absolute;
bottom: 0;
z-index: 2;
text-align: center;
font-size: 20px;
padding-bottom: 23px;
color: #fff;
font-family: "Raleway-SemiBold";
font-weight: 600;
/* fix bug on Safari - text flickering while timeline translates */
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0); }
.cd-horizontal-timeline .events a:hover {
color: #f1b1d4; }
.cd-horizontal-timeline .events a::after {
/* this is used to create the event spot */
content: '';
position: absolute;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -5px;
height: 12px;
width: 12px;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.5);
background-color: #fff;
-webkit-transition: background-color 0.3s, border-color 0.3s;
-moz-transition: background-color 0.3s, border-color 0.3s;
transition: background-color 0.3s, border-color 0.3s; }
.no-touch .cd-horizontal-timeline .events a:hover::after {
background-color: #f1b1d4;
border-color: rgba(241, 177, 212, 0.5); }
.cd-horizontal-timeline .events a.selected {
pointer-events: none;
color: #f1b1d4; }
.cd-horizontal-timeline .events a.selected::after {
background-color: #f1b1d4;
border-color: rgba(241, 177, 212, 0.5); }
.cd-horizontal-timeline .events a.older-event::after {
border-color: rgba(241, 177, 212, 0.5); }
@media only screen and (min-width: 1100px) {
.cd-horizontal-timeline::before {
/* never visible - this is used in jQuery to check the current MQ */
content: 'desktop'; } }
.cd-timeline-navigation {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between; }
.cd-timeline-navigation a {
height: 34px;
width: 34px;
border-radius: 50%;
border: 2px solid #dfdfdf;
-webkit-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
transition: border-color 0.3s;
display: inline-flex;
justify-content: center;
align-items: center;
background: #f1b1d4; }
.cd-timeline-navigation a i {
font-size: 20px;
color: #fff; }
.cd-timeline-navigation a.next {
right: 0; }
.no-touch .cd-timeline-navigation a:hover {
border-color: #7b9d6f; }
.cd-timeline-navigation a.inactive {
cursor: not-allowed; }
.cd-timeline-navigation a.inactive::after {
background-position: 0 -16px; }
.no-touch .cd-timeline-navigation a.inactive:hover {
border-color: #dfdfdf; }
.cd-horizontal-timeline .events-content {
position: relative;
width: 100%;
overflow: hidden;
-webkit-transition: height 0.4s;
-moz-transition: height 0.4s;
transition: height 0.4s; }
.cd-horizontal-timeline .events-content li {
position: absolute;
z-index: 1;
width: 100%;
left: 0;
top: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0;
-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
.cd-horizontal-timeline .events-content li.selected {
/* visible event content */
position: relative;
z-index: 2;
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); }
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
-webkit-animation-name: cd-enter-right;
-moz-animation-name: cd-enter-right;
animation-name: cd-enter-right; }
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
-webkit-animation-name: cd-enter-left;
-moz-animation-name: cd-enter-left;
animation-name: cd-enter-left; }
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
-webkit-animation-direction: reverse;
-moz-animation-direction: reverse;
animation-direction: reverse; }
/* .cd-horizontal-timeline .events-content li > * {
max-width: 800px;
margin: 0 auto;
} */
@-webkit-keyframes cd-enter-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%); }
100% {
opacity: 1;
-webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-right {
0% {
opacity: 0;
-moz-transform: translateX(100%); }
100% {
opacity: 1;
-moz-transform: translateX(0%); } }
@keyframes cd-enter-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%); }
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%); } }
@-webkit-keyframes cd-enter-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%); }
100% {
opacity: 1;
-webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-left {
0% {
opacity: 0;
-moz-transform: translateX(-100%); }
100% {
opacity: 1;
-moz-transform: translateX(0%); } }
@keyframes cd-enter-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%); }
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%); } }
.contact-block .image-holder {
height: 100%; }
.contact-block .image-holder img {
height: 100%;
object-fit: cover; }
.contact-block .contact-box {
background: #f2f2f2;
height: 100%;
text-align: center;
height: 270px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; }
.contact-block .contact-box h4 {
color: #333;
font-family: "Raleway-SemiBold";
font-weight: 600;
text-transform: uppercase;
margin-bottom: 13px; }
.contact-block .contact-box p span {
display: block;
font-family: "Raleway-SemiBold";
font-weight: 600; }
.contact-block .contact-box a {
color: #666; }
.contact-block .contact-box.open p {
margin-bottom: 6px; }
.contact-block .contact-box.open p:last-child {
margin-bottom: 0; }
.contact-block .contact-box.address h4 {
margin-bottom: 16px; }
.contact-block .map-holder {
height: 270px; }
footer {
background: #181818;
color: #b2b2b2;
position: relative; }
.ft-top {
text-align: center; }
.ft-top .ft-top-wrapper {
padding-top: 80px;
padding-bottom: 60px;
border-bottom: 1px solid #333; }
.ft-top .ft-top-wrapper.pb-54 {
padding-bottom: 54px; }
.ft-top .ft-top-wrapper.style {
padding-top: 65px;
padding-bottom: 45px; }
.ft-top .ft-logo {
margin-bottom: 59px; }
.ft-top .ft-col.mt-51 {
margin-top: 51px; }
.ft-top .ft-col.pl-64 {
padding-left: 64px; }
.ft-top .ft-col.pl-50 {
padding-left: 50px; }
.ft-top .ft-col.pl-30 {
padding-left: 30px; }
.ft-top p.style {
margin-bottom: 29px;
margin-top: 31px; }
.ft-top h6 {
color: #fff;
text-transform: uppercase;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 28px; }
.ft-top h6.mb-33 {
margin-bottom: 33px; }
.ft-top .form-inner {
padding-top: 7px;
margin-bottom: 27px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center; }
.ft-top .form-inner input, .ft-top .form-inner button {
height: 42px;
background: none;
border: 1px solid rgba(255, 255, 255, 0.5); }
.ft-top .form-inner input {
width: 261px;
border-radius: 21px 0 0 21px;
padding-left: 24px;
color: #b2b2b2; }
.ft-top .form-inner input::-webkit-input-placeholder {
color: #b2b2b2; }
.ft-top .form-inner input::-moz-placeholder {
color: #b2b2b2; }
.ft-top .form-inner input:-ms-input-placeholder {
color: #b2b2b2; }
.ft-top .form-inner input:-moz-placeholder {
color: #b2b2b2; }
.ft-top .form-inner button {
width: 68px;
border-left: none;
border-radius: 0 21px 21px 0;
cursor: pointer; }
.ft-top .form-inner button span {
font-size: 22px;
color: #b2b2b2; }
.ft-top .contact-part {
margin-bottom: 0; }
.ft-top .map-holder {
height: 171px; }
.ft-top.fixed {
position: relative;
z-index: 9;
padding-top: 108px;
padding-left: 39px; }
.ft-bot {
padding: 20px 0 19px;
text-align: center; }
.ft-bot.has-bd {
border-top: 1px solid #333; }
.ft-upper {
height: 507px; }
.ft-push {
position: absolute;
top: 0;
left: 0;
bottom: 0; }
.ft-image {
height: 100%;
background: url("../images/footer-image.jpg") center center;
background-size: cover; }
.ft-image img {
display: none; }
.post-row h6 {
font-size: 15px;
text-transform: inherit;
margin-bottom: 17px;
margin-top: 7px; }
.post-row h6 a {
color: #b2b2b2; }
.post-row h6 a:hover {
color: #cdaa7c; }
.post-row h6 a.hover-third-color:hover {
color: #accadd; }
.post-row h6 a.hover-fourth-color:hover {
color: #ff3333; }
.click-to-top {
position: fixed;
text-align: center;
right: 80px;
bottom: 62px;
color: #fff;
font-size: 18px;
cursor: pointer;
z-index: 99;
height: 37px;
width: 39px;
line-height: 37px;
background: #cdaa7c;
border: 1px solid rgba(205, 170, 124, 0.5); }
.click-to-top i {
font-size: 18px; }
.click-to-top:hover {
background: #e5be8a; }
.partner {
padding: 51px 0 29px; }
.partner img:hover {
opacity: 0.7; }
.partner .image-holder {
display: block;
margin-bottom: 30px; }
.partner.has-bd {
border-top: 1px solid #e6e6e6; }
.brand {
text-align: center;
padding: 100px 0 70px; }
.brand .brand-item {
margin-bottom: 30px;
display: flex;
justify-content: center;
align-items: center;
height: 206px;
border-right: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
position: relative; }
.brand .brand-item img {
opacity: 0.5;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.brand .brand-item:hover img {
opacity: 1; }
.brand .brand-item.corner:before {
content: "";
width: 60px;
height: 60px;
background: #fff;
position: absolute;
bottom: -30px;
right: -30px;
z-index: 9; }
.testimonials {
background: url("../images/testimonials-bg.jpg");
background-size: cover; }
.testimonials .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 46px; }
.testimonials .owl-theme .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 0 3.5px;
background: none;
border: 1px solid #fff; }
.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
border-color: transparent;
background: #cdaa7c; }
.testimonials-item {
background: #fff;
padding: 43px 48px; }
.testimonials-item p {
margin-bottom: 16px; }
.testimonials-item .reporter {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center; }
.testimonials-item .reporter .info {
display: inline-block;
vertical-align: middle;
margin-left: 12px; }
.testimonials-item .reporter .info span {
color: #cdaa7c;
display: block;
margin-bottom: 7px; }
.testimonials-item .reporter .info h6 {
text-transform: uppercase;
font-size: 15px;
font-family: "Raleway-SemiBold";
font-weight: 600; }
.testimonials-2 {
padding-right: 45px;
padding-top: 40px; }
.testimonials-2 .section-header {
margin-bottom: 34px; }
.testimonials-2.full {
padding: 0;
width: 100%; }
.testimonials-2.full .item p {
width: 57.5%;
margin: auto;
color: #fff;
margin-bottom: 28px; }
.testimonials-2.full .item .info h6 {
color: #fff; }
.testimonials-2.full span.lnr {
bottom: 21%; }
.testimonials-2.full span.lnr.lnr.lnr-chevron-left {
left: 33%; }
.testimonials-2.full span.lnr.lnr.lnr-chevron-right {
right: 33%; }
.testimonials-2-block .section-header {
margin-bottom: 63px; }
.testimonials-2-carousel {
position: relative;
text-align: center; }
.testimonials-2-carousel span.lnr {
cursor: pointer;
font-size: 18px;
color: #d9d9d9;
position: absolute;
bottom: 25%;
z-index: 9; }
.testimonials-2-carousel span.lnr:hover {
color: #cdaa7c; }
.testimonials-2-carousel span.lnr.lnr-chevron-left {
left: 23%; }
.testimonials-2-carousel span.lnr.lnr-chevron-right {
right: 23%; }
.testimonials-2-carousel .item p {
margin-bottom: 18px;
position: relative; }
.testimonials-2-carousel .item p i {
font-size: 70px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
color: rgba(205, 170, 124, 0.15); }
.testimonials-2-carousel .item .user {
text-align: center; }
.testimonials-2-carousel .item .user .info {
display: block; }
.testimonials-2-carousel .item .user .info h6 {
text-transform: uppercase;
font-size: 15px;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 4px; }
.testimonials-2-carousel .item .user .info span {
color: #cdaa7c; }
.testimonials-2-carousel.re-style span.lnr {
color: #999;
bottom: 23%; }
.testimonials-2-carousel.re-style span.lnr:hover {
color: #dfa027; }
.testimonials-2-carousel.re-style span.lnr.lnr-chevron-left {
left: 29.5%; }
.testimonials-2-carousel.re-style span.lnr.lnr-chevron-right {
right: 29.5%; }
.testimonials-2-carousel.re-style .item p {
color: #ccc;
margin-bottom: 28px; }
.testimonials-2-carousel.re-style .item p i {
color: rgba(223, 160, 39, 0.05); }
.testimonials-2-carousel.re-style .item .user h6 {
margin-bottom: 1px; }
.style-color-1 #preloader span {
background: #accadd; }
.style-color-1 .post-row h6 a:hover {
color: #accadd; }
.style-color-1 .section-header span {
color: #accadd; }
.style-color-1 .navbar-desktop > ul > li > a:hover {
color: #accadd; }
.style-color-1 .navbar-desktop > ul > li.current > a {
color: #accadd;
border: 1px solid rgba(172, 202, 221, 0.5); }
.style-color-1 .navbar-desktop > ul > li.has-children ul li.current > a, .style-color-1 .navbar-desktop > ul > li.has-children ul li:hover > a {
color: #accadd; }
.style-color-1 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .style-color-1 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
color: #accadd; }
.style-color-1 .navbar-desktop > ul > li.has-children ul li.current > a:before, .style-color-1 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
background: #accadd; }
.style-color-1 .hc-mobile-nav li.current > a {
color: #accadd; }
.style-color-1 .hc-mobile-nav li.current > a:before {
background: #accadd; }
.style-color-1 .owl-theme.style .owl-dots .owl-dot span {
background: #accadd; }
.style-color-1 .rev_slider .tp-bullet.selected, .style-color-1 .rev_slider .tp-bullet:hover {
background: #accadd; }
.style-color-1 .social.round a {
border: 1px solid #accadd; }
.style-color-1 .social.round a:hover {
background: #accadd; }
.style-color-1 .au-btn--hover:before {
background: #accadd; }
.style-color-1 .click-to-top {
background: #accadd;
border: 1px solid rgba(172, 202, 221, 0.5); }
.style-color-1 .click-to-top:hover {
background: #c1e2f7; }
.style-color-1 .navbar-mobile__toggler span {
background-color: #accadd; }
.style-color-1 .item-info h6 a:hover {
color: #accadd; }
.style-color-1 .menu-item h5 a:hover {
color: #accadd; }
.style-color-1 .menu-item ul li a:hover {
color: #accadd; }
.style-color-1 .gallery-item .thumb i {
background: #accadd; }
.style-color-1 .post .post-body h5 a:hover {
color: #accadd; }
.style-color-1 .au-btn__readmore:hover {
color: #accadd; }
.style-color-2 .section-header span {
color: #ff3333; }
.style-color-2 #preloader span {
background: #ff3333; }
.style-color-2 .post-row h6 a:hover {
color: #ff3333; }
.style-color-2 .navbar-desktop > ul > li > a:hover {
color: #ff3333; }
.style-color-2 .navbar-desktop > ul > li.current > a {
color: #ff3333;
border: 1px solid rgba(255, 51, 51, 0.5); }
.style-color-2 .navbar-desktop > ul > li.has-children ul li.current > a, .style-color-2 .navbar-desktop > ul > li.has-children ul li:hover > a {
color: #ff3333; }
.style-color-2 .navbar-desktop > ul > li.has-children ul li.current > a:before, .style-color-2 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
background: #ff3333; }
.style-color-2 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .style-color-2 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
color: #ff3333; }
.style-color-2 .hc-mobile-nav li.current > a {
color: #ff3333; }
.style-color-2 .hc-mobile-nav li.current > a:before {
background: #ff3333; }
.style-color-2 .owl-theme.style-1 .owl-dots .owl-dot span {
border: 1px solid #ff3333; }
.style-color-2 .owl-theme.style-1 .owl-dots .owl-dot.active span {
background: #ff3333; }
.style-color-2 .rev_slider .tp-bullet.selected, .style-color-2 .rev_slider .tp-bullet:hover {
background: #ff3333; }
.style-color-2 .social.round a {
border: 1px solid #ff3333; }
.style-color-2 .social.round a:hover {
background: #ff3333; }
.style-color-2 .au-btn--hover:before {
background: #ff3333; }
.style-color-2 .click-to-top {
background: #ff3333;
border: 1px solid rgba(255, 51, 51, 0.5); }
.style-color-2 .click-to-top:hover {
background: #e52e2e; }
.style-color-2 .navbar-mobile__toggler span {
background-color: #ff3333; }
.style-color-2 .au-btn__readmore:hover {
color: #ff3333; }
.style-color-3 .section-header span {
color: #956f32; }
.style-color-3 #preloader span {
background: #956f32; }
.style-color-3 .navbar-desktop > ul > li > a:hover {
color: #956f32; }
.style-color-3 .navbar-desktop > ul > li.current > a {
color: #956f32;
border: 1px solid rgba(149, 111, 50, 0.5); }
.style-color-3 .navbar-desktop > ul > li.has-children ul li.current > a, .style-color-3 .navbar-desktop > ul > li.has-children ul li:hover > a {
color: #956f32; }
.style-color-3 .navbar-desktop > ul > li.has-children ul li.current > a:before, .style-color-3 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
background: #956f32; }
.style-color-3 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .style-color-3 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
color: #956f32; }
.style-color-3 .hc-mobile-nav li.current > a {
color: #956f32; }
.style-color-3 .hc-mobile-nav li.current > a:before {
background: #956f32; }
.style-color-3 .owl-theme.style-1 .owl-dots .owl-dot span {
border: 1px solid #956f32; }
.style-color-3 .owl-theme.style-1 .owl-dots .owl-dot.active span {
background: #956f32; }
.style-color-3 .rev_slider .tp-bullet.selected, .style-color-3 .rev_slider .tp-bullet:hover {
background: #956f32; }
.style-color-3 .au-btn--hover:before {
background: #956f32; }
.style-color-3 .click-to-top {
background: #956f32;
border: 1px solid rgba(149, 111, 50, 0.5); }
.style-color-3 .click-to-top:hover {
background: #ad823b; }
.style-color-3 .navbar-mobile__toggler span {
background-color: #956f32; }
.style-color-3 .post .post-body h5 a:hover {
color: #956f32; }
.style-color-3 .au-btn__readmore:hover {
color: #956f32; }
.style-color-3 .menu-item h5 a:hover {
color: #956f32; }
.style-color-4 .section-header span {
color: #dfa027; }
.style-color-4 #preloader span {
background: #dfa027; }
.style-color-4 .navbar-desktop > ul > li > a:hover {
color: #dfa027; }
.style-color-4 .navbar-desktop > ul > li.current > a {
color: #dfa027;
border: 1px solid rgba(223, 160, 39, 0.5); }
.style-color-4 .navbar-desktop > ul > li.has-children ul li.current > a, .style-color-4 .navbar-desktop > ul > li.has-children ul li:hover > a {
color: #dfa027; }
.style-color-4 .navbar-desktop > ul > li.has-children ul li.current > a:before, .style-color-4 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
background: #dfa027; }
.style-color-4 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .style-color-4 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
color: #dfa027; }
.style-color-4 .hc-mobile-nav li.current > a {
color: #dfa027; }
.style-color-4 .hc-mobile-nav li.current > a:before {
background: #dfa027; }
.style-color-4 .owl-theme.style .owl-dots .owl-dot span {
background: #dfa027; }
.style-color-4 .owl-theme.style-1 .owl-dots .owl-dot span {
border: 1px solid #dfa027; }
.style-color-4 .owl-theme.style-1 .owl-dots .owl-dot.active span {
background: #dfa027; }
.style-color-4 .rev_slider .tp-bullet.selected, .style-color-4 .rev_slider .tp-bullet:hover {
background: #dfa027; }
.style-color-4 .au-btn--hover:before {
background: #dfa027; }
.style-color-4 .testimonials-2-carousel .item .user .info span {
color: #dfa027; }
.style-color-4 .click-to-top {
background: #dfa027;
border: 1px solid rgba(241, 177, 212, 0.5); }
.style-color-4 .click-to-top:hover {
background: #f7af2a; }
.style-color-4 .navbar-mobile__toggler span {
background-color: #dfa027; }
.style-color-4 .item-info h5 a:hover {
color: #dfa027; }
.style-color-5 .section-header span {
color: #f1b1d4; }
.style-color-5 #preloader span {
background: #f1b1d4; }
.style-color-5 .navbar-desktop > ul > li > a:hover {
color: #f1b1d4; }
.style-color-5 .navbar-desktop > ul > li.current > a {
color: #f1b1d4;
border: 1px solid rgba(241, 177, 212, 0.5); }
.style-color-5 .navbar-desktop > ul > li.has-children ul li.current > a, .style-color-5 .navbar-desktop > ul > li.has-children ul li:hover > a {
color: #f1b1d4; }
.style-color-5 .navbar-desktop > ul > li.has-children ul li.current > a:before, .style-color-5 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
background: #f1b1d4; }
.style-color-5 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .style-color-5 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
color: #f1b1d4; }
.style-color-5 .hc-mobile-nav li.current > a {
color: #f1b1d4; }
.style-color-5 .hc-mobile-nav li.current > a:before {
background: #f1b1d4; }
.style-color-5 .our-chef-item span {
color: #f1b1d4; }
.style-color-5 .owl-theme.style .owl-dots .owl-dot span {
background: #f1b1d4; }
.style-color-5 .owl-theme.style-1 .owl-dots .owl-dot span {
border: 1px solid #f1b1d4; }
.style-color-5 .owl-theme.style-1 .owl-dots .owl-dot.active span {
background: #f1b1d4; }
.style-color-5 .rev_slider .tp-bullet.selected, .style-color-5 .rev_slider .tp-bullet:hover {
background: #f1b1d4; }
.style-color-5 .au-btn--hover:before {
background: #f1b1d4; }
.style-color-5 .click-to-top {
background: #f1b1d4;
border: 1px solid rgba(241, 177, 212, 0.5); }
.style-color-5 .click-to-top:hover {
background: #d99ebe; }
.style-color-5 .navbar-mobile__toggler span {
background-color: #f1b1d4; }
/* 5. Page
----------------------------------------------------------*/
#contact-us-page .map-holder {
height: 450px; }
.contact-us-content h3 {
font-size: 30px;
text-transform: uppercase;
margin-bottom: 15px; }
.contact-us-content p {
margin-bottom: 89px; }
.contact-us-content .contact-us-col h5 {
margin-bottom: 11px; }
.contact-us-content .contact-us-col span, .contact-us-content .contact-us-col a {
display: block;
color: #666; }
.contact-us-content .contact-us-col .address {
margin-bottom: 28px; }
.contact-us-content .contact-us-col .body {
margin-bottom: 53px; }
.contact-us-content .social a {
color: #999; }
.contact-us-content .social a:hover {
color: #b3b3b3; }
.contact-us-form {
padding-top: 7px; }
.contact-us-form .form-holder {
margin-bottom: 30px; }
.contact-us-form .form-control {
height: 60px;
border: 1px solid #e5e5e5;
padding: 0 19px;
color: #999;
font-size: 15px; }
.contact-us-form .form-control::-webkit-input-placeholder {
color: #999;
font-size: 15px; }
.contact-us-form .form-control::-moz-placeholder {
color: #999;
font-size: 15px; }
.contact-us-form .form-control:-ms-input-placeholder {
color: #999;
font-size: 15px; }
.contact-us-form .form-control:-moz-placeholder {
color: #999;
font-size: 15px; }
.contact-us-form textarea.form-control {
padding: 18px 19px;
height: 200px; }
.coming-soon {
background-size: cover;
height: 100vh;
position: relative; }
.coming-soon .inner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
text-align: center; }
.coming-soon h1 {
color: #fff;
text-transform: uppercase;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 82px;
position: relative; }
.coming-soon h1:after {
content: "";
width: 80px;
height: 3px;
background: #fff;
bottom: -13px;
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%); }
.coming-soon .time {
margin-bottom: 67px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
flex-wrap: wrap; }
.coming-soon .time .time-box {
display: inline-block;
margin: 0 51px; }
.coming-soon .time .time-box span {
display: block; }
.coming-soon .time .time-box .time-number {
color: #fff;
font-family: "Raleway-SemiBold";
font-weight: 600;
font-size: 66px;
line-height: 1; }
.coming-soon .time .time-box .time-unit {
font-size: 26px; }
.coming-soon form .form-row {
margin-bottom: 50px;
width: 970px; }
.coming-soon form .form-col {
margin-right: 30px; }
.coming-soon form .form-control {
border: 1px solid rgba(255, 255, 255, 0.5);
height: 42px;
color: #ccc;
font-size: 13px;
padding: 0 19px; }
.coming-soon form .form-control::-webkit-input-placeholder {
color: #ccc;
font-size: 13px; }
.coming-soon form .form-control::-moz-placeholder {
color: #ccc;
font-size: 13px; }
.coming-soon form .form-control:-ms-input-placeholder {
color: #ccc;
font-size: 13px; }
.coming-soon form .form-control:-moz-placeholder {
color: #ccc;
font-size: 13px; }
.error {
background-size: cover;
height: 100vh; }
.error .inner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
text-align: center; }
.error span {
font-size: 275px;
color: #cdaa7c;
font-family: "Raleway-Bold";
font-weight: 700;
line-height: 1.3;
display: inline-block; }
.error h3 {
font-family: "Raleway-Medium";
font-weight: 500;
font-size: 32px;
color: #ccc;
margin-bottom: 8px; }
.error p {
color: #ccc;
margin-bottom: 61px; }
.reservation form {
padding: 0 90px 80px 90px; }
.reservation form .form-control {
border: 1px solid #e5e5e5;
height: 42px;
padding: 0 18px;
color: #666; }
.reservation form .form-control::-webkit-input-placeholder {
color: #666; }
.reservation form .form-control::-moz-placeholder {
color: #666; }
.reservation form .form-control:-ms-input-placeholder {
color: #666; }
.reservation form .form-control:-moz-placeholder {
color: #666; }
.reservation form .form-holder span {
right: 20px;
bottom: 50%;
transform: translateY(50%);
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%); }
.reservation .info {
margin-top: 45px; }
.reservation .info h5 {
text-transform: uppercase;
margin-bottom: 9px; }
.reservation .info .opening-col p {
display: inline-block;
margin-right: 35px; }
.reservation .info .opening-col p:last-child {
margin-right: 0; }
.reservation .info .opening-col p span {
display: block;
color: #333;
font-family: "Raleway-SemiBold";
font-weight: 600; }
.reservation .info .support {
padding-left: 80px; }
.reservation .info .support a, .reservation .info .support p {
color: #666; }
.reservation .info .support a span, .reservation .info .support p span {
font-family: "Raleway-Bold";
font-weight: 700;
margin-right: 5px; }
.reservation .info .support .address, .reservation .info .support .phone {
margin-right: -10px; }
.reservation .info .support .email, .reservation .info .support .website {
padding-left: 14px; }
.reservation .info .support .address span {
margin-right: 8px; }
.reservation .info .support .phone span {
margin-right: 12px; }
.reservation .info .support .email span {
margin-right: 8px; }
.reservation .info .support .website span {
margin-right: 3px; }
.reservation .info .support .wrapper {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex; }
.reservation .info .social {
padding-top: 27px; }
.reservation .info .social a {
color: #999; }
.reservation .info .social a:hover {
color: #b3b3b3; }
.menu-page .menu-holder.left {
padding-right: 25px; }
.menu-page .menu-holder.right {
padding-left: 25px; }
.menu-block-bg {
height: 330px;
background-attachment: fixed;
background-position: center;
background-size: cover;
position: relative; }
.menu-block-bg .section-header {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
padding: 0 20px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
/* 6. Gallery
----------------------------------------------------------*/
.gallery .image-holder {
position: relative;
display: block;
margin-bottom: 30px; }
.gallery .image-holder:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.gallery .image-holder .inner {
position: absolute;
top: 15px;
bottom: 15px;
left: 15px;
right: 15px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center;
text-align: center; }
.gallery .image-holder .info {
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0); }
.gallery .image-holder .frame {
position: absolute;
top: 15px;
bottom: 15px;
left: 15px;
right: 15px;
border: 1px solid #cdaa7c;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.gallery .image-holder h6 {
font-size: 18px;
font-family: "Raleway-SemiBold";
font-weight: 600;
color: #fff;
text-transform: uppercase;
margin-bottom: 4px; }
.gallery .image-holder span {
color: #ccc; }
.gallery .image-holder:hover:before {
background: rgba(0, 0, 0, 0.7); }
.gallery .image-holder:hover .info {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.gallery .image-holder:hover .frame {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.gallery.wide {
padding: 30px 15px; }
.gallery.wide .image-holder .frame {
top: 30px;
bottom: 30px;
left: 30px;
right: 30px; }
.gallery.wide .image-holder h6 {
font-size: 20px;
margin-bottom: 6px; }
.gallery.wide .image-holder span {
font-size: 17px; }
.masonry .masonry-wrapper {
display: grid;
display: -ms-grid;
grid-template-columns: auto auto auto;
grid-template-rows: 1fr 1fr 1fr 1fr;
-ms-grid-columns: auto 30px auto 30px auto;
-ms-grid-rows: 1fr 30px 1fr 30px 1fr 30px 1fr;
grid-gap: 30px; }
.masonry .masonry-wrapper .image-holder {
margin-bottom: 0; }
.masonry .masonry-wrapper .image-holder.fix-image {
position: relative; }
.masonry .masonry-wrapper .image-holder.fix-image img {
position: absolute;
height: 100%;
z-index: -1; }
.masonry .image-holder:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 1; }
.masonry .image-holder:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 3;
-ms-grid-column-span: 1; }
.masonry .image-holder:nth-child(3) {
grid-area: 1 / 3 / span 2 / span 1;
-ms-grid-row: 1;
-ms-grid-row-span: 3;
-ms-grid-column: 5;
-ms-grid-column-span: 1; }
.masonry .image-holder:nth-child(4) {
-ms-grid-row: 3;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 1; }
.masonry .image-holder:nth-child(5) {
-ms-grid-row: 3;
-ms-grid-row-span: 1;
-ms-grid-column: 3;
-ms-grid-column-span: 1; }
.masonry .image-holder:nth-child(6) {
grid-area: 3 / 1 / span 2 / span 2;
-ms-grid-row: 5;
-ms-grid-row-span: 3;
-ms-grid-column: 1;
-ms-grid-column-span: 3; }
.masonry .image-holder:nth-child(7) {
-ms-grid-row: 5;
-ms-grid-row-span: 1;
-ms-grid-column: 5;
-ms-grid-column-span: 1; }
.masonry .image-holder:nth-child(8) {
-ms-grid-row: 7;
-ms-grid-row-span: 1;
-ms-grid-column: 5;
-ms-grid-column-span: 1; }
.project .project-image {
padding-right: 20px; }
.project .project-image .image-row .image-holder {
margin-top: 30px; }
.project .project-content {
margin-left: -20px; }
.project .project-content h4 {
font-family: "Raleway-SemiBold";
font-weight: 600;
text-transform: uppercase;
margin-bottom: 16px; }
.project .project-content p {
margin-bottom: 28px; }
.project .project-content .info {
margin-bottom: 28px; }
.project .project-content .info-item {
margin-bottom: 16px; }
.project .project-content .info-item h6 {
font-size: 15px;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 6px; }
.project .project-content .info-item a {
color: #666; }
.project .project-content .info-item a:hover {
color: #cdaa7c; }
.project .project-content .social a {
color: #999; }
.project .project-content .social a:hover {
color: #b3b3b3; }
.project .project-navigation {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 72px; }
.project .project-navigation .prev, .project .project-navigation .next {
font-size: 30px;
color: #ccc; }
.project .project-navigation .dots {
color: #ccc;
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
justify-content: space-between;
width: 31px;
flex-wrap: wrap; }
.project .project-navigation .dots i {
margin-right: 5px;
margin-bottom: 1px;
display: inline-block; }
.project .project-navigation .dots i:nth-child(2), .project .project-navigation .dots i:last-child {
margin-right: 0; }
.project .project-navigation .dots i:nth-child(3), .project .project-navigation .dots i:last-child {
margin-bottom: 0; }
.project .project-navigation a:hover {
color: #cdaa7c; }
/* 7. Sidebar
----------------------------------------------------------*/
.widget-title {
text-transform: uppercase;
margin-bottom: 19px; }
.widget-title h5 {
font-family: "Raleway-Bold";
font-weight: 700; }
.widgets {
margin-bottom: 39px; }
.widget_person {
background: #181818;
padding: 15px;
margin-bottom: 45px; }
.widget_person .inner {
border: 1px solid rgba(205, 170, 124, 0.5);
text-align: center;
padding: 30px 10px 26px; }
.widget_person .widget-title {
margin-bottom: 14px;
margin-top: 24px; }
.widget_person .widget-title h6 {
color: #fff;
font-family: "Raleway-SemiBold";
font-weight: 600;
font-size: 18px;
text-transform: uppercase;
margin-bottom: 3px; }
.widget_person .widget-title span {
text-transform: capitalize;
color: #cdaa7c; }
.widget_categories ul li {
margin-bottom: 13px; }
.widget_categories ul li:last-child {
margin-bottom: 0; }
.widget_categories ul li a {
color: #666; }
.widget_categories ul li a:hover {
color: #cdaa7c; }
.widget_recent_entries {
margin-bottom: 44px; }
.widget_recent_entries .widget-title {
margin-bottom: 22px; }
.widget_recent_entries .latest-post__item {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
margin-bottom: 17px; }
.widget_recent_entries .latest-post__item:last-child {
margin-bottom: 0; }
.widget_recent_entries .latest-post__item .thumb {
margin-right: 14px; }
.widget_recent_entries .latest-post__item .thumb:hover img {
opacity: 0.8; }
.widget_recent_entries .latest-post__item h6 {
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 6px; }
.widget_recent_entries .latest-post__item h6 a {
color: #333; }
.widget_recent_entries .latest-post__item h6 a:hover {
color: #cdaa7c; }
.widget_instagram {
margin-bottom: 35px; }
.widget_instagram .widget-title {
margin-bottom: 24px; }
.widget_instagram .row {
margin-left: -5px;
margin-right: -5px; }
.widget_instagram .col-holder {
padding-right: 5px;
padding-left: 5px; }
.widget_instagram a {
display: block;
margin-bottom: 10px; }
.widget_instagram a:hover img {
opacity: 0.8; }
.widget_tag_cloud {
margin-bottom: 35px; }
.widget_tag_cloud .widget-title {
margin-bottom: 24px; }
.widget_tag_cloud .tagcloud a {
display: inline-block;
border: 1px solid #ccc;
border-radius: 3px;
border: 1px solid #ccc;
padding: 8px 14px;
color: #666;
margin-right: 15px;
margin-bottom: 15px; }
.widget_tag_cloud .tagcloud a:hover {
background: #cdaa7c;
color: #fff;
border-color: transparent; }
.widget_banner {
margin-bottom: 50px; }
.widget_search form {
position: relative; }
.widget_search .form-control {
height: 42px;
border: 1px solid #e5e5e5;
padding: 0 40px 0 20px;
color: #666;
font-size: 15px; }
.widget_search .form-control::-webkit-input-placeholder {
color: #666;
font-size: 15px; }
.widget_search .form-control::-moz-placeholder {
color: #666;
font-size: 15px; }
.widget_search .form-control:-ms-input-placeholder {
color: #666;
font-size: 15px; }
.widget_search .form-control:-moz-placeholder {
color: #666;
font-size: 15px; }
.widget_search .search-icon {
border: none;
padding: 0;
background: none;
position: absolute;
top: 13px;
right: 19px;
cursor: pointer; }
.widget_search .search-icon:hover {
color: #cdaa7c; }
/* 8. Blog
----------------------------------------------------------*/
.blog-masonry .post {
margin-bottom: 60px; }
.blog-masonry .btn-holder {
margin-top: 10px; }
.blog-masonry.wide .container {
max-width: 1600px; }
.blog-standard .blog-post, .blog-standard .blog-single {
padding-right: 10px; }
.blog-standard .blog-post .post {
margin-bottom: 69px; }
.blog-standard .blog-post .post:last-child {
margin-bottom: 62px; }
.blog-standard .blog-single .post-meta {
margin-bottom: 27px; }
.blog-standard .blog-single p {
margin-bottom: 33px; }
.blog-standard .blog-single .quote {
margin-left: 83px;
position: relative;
font-style: italic;
margin-bottom: 40px; }
.blog-standard .blog-single .quote i {
position: absolute;
font-size: 50px;
color: rgba(205, 170, 124, 0.2);
top: -9px;
left: -23px; }
.blog-standard .blog-single .group-image {
margin-bottom: 33px; }
.blog-standard .blog-single .group-image h6 {
font-family: "Raleway-Medium";
font-weight: 500;
font-size: 18px;
color: #333;
margin-bottom: 27px; }
.blog-standard .blog-single .group-image .grid {
display: grid;
display: -ms-grid;
-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
-ms-grid-rows: auto 19px auto;
grid-gap: 20px 19px;
grid-template-columns: 1fr 1fr 1fr; }
.blog-standard .blog-single .group-image .grid .image-holder:first-child {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 1; }
.blog-standard .blog-single .group-image .grid .image-holder:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 3;
-ms-grid-column-span: 1; }
.blog-standard .blog-single .group-image .grid .image-holder:nth-child(3) {
grid-area: 2 / 1 / span 1 / span 2;
-ms-grid-row: 3;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 3; }
.blog-standard .blog-single .group-image .grid .image-holder:last-child {
position: relative;
grid-area: 1 / 3 / span 2 / span 1;
-ms-grid-row: 1;
-ms-grid-row-span: 3;
-ms-grid-column: 5;
-ms-grid-column-span: 1; }
.blog-standard .blog-single .group-image .grid .image-holder:last-child img {
position: absolute;
height: 100%;
object-fit: cover; }
.blog-standard .blog-single .bottom {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between; }
.blog-standard .blog-single .bottom {
margin-bottom: 44px; }
.blog-standard .blog-single .share span {
color: #333;
margin-right: 16px; }
.blog-standard .blog-single .share .social {
display: inline-block; }
.blog-standard .blog-single .share .social a {
color: #999;
font-size: 15px;
margin-right: 11px; }
.blog-standard .blog-single .share .social a:hover {
color: #b3b3b3; }
.blog-standard .blog-single .comment-count {
color: #333; }
.blog-standard .blog-single .comment-count:hover {
color: #cdaa7c; }
.blog-standard .blog-single .author-board {
background: #181818;
padding: 15px;
text-align: center;
margin-bottom: 35px; }
.blog-standard .blog-single .author-board .inner {
border: 1px solid rgba(205, 170, 124, 0.5);
padding: 30px 0 25px; }
.blog-standard .blog-single .author-board p {
color: #ccc;
margin: auto;
margin-top: 20px;
margin-bottom: 9px;
padding: 0 20px;
width: 82%; }
.blog-standard .blog-single .author-board h6 {
font-size: 15px;
text-transform: uppercase;
font-family: "Raleway-SemiBold";
font-weight: 600; }
.blog-standard .blog-single .author-board h6 a {
color: #fff; }
.blog-standard .blog-single .post-navigation {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
margin-bottom: 49px; }
.blog-standard .blog-single .post-navigation .navigation {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center; }
.blog-standard .blog-single .post-navigation .navigation.left .arrow {
margin-right: 17px; }
.blog-standard .blog-single .post-navigation .navigation.right .arrow {
margin-left: 17px; }
.blog-standard .blog-single .post-navigation .navigation.right .text {
text-align: right; }
.blog-standard .blog-single .post-navigation .arrow {
font-size: 18px;
color: #ccc; }
.blog-standard .blog-single .post-navigation .arrow:hover {
color: #cdaa7c; }
.blog-standard .blog-single .post-navigation .text h6 {
font-size: 18px;
margin-bottom: 4px; }
.blog-standard .blog-single .post-navigation .text h6 a {
color: #333; }
.blog-standard .blog-single .post-navigation .text h6 a:hover {
color: #cdaa7c; }
.blog-standard .blog-single .post-navigation .text span {
font-size: 14px;
color: #999; }
.blog-standard .blog-single .comments-area .comments-title {
font-size: 22px;
font-family: "Raleway-Bold";
font-weight: 700;
margin-bottom: 29px; }
.blog-standard .blog-single .comments-area .comments-item {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
margin-bottom: 36px; }
.blog-standard .blog-single .comments-area .comments-item .thumb {
margin-top: 5px;
margin-right: 20px;
flex: 0 0 auto;
width: auto;
max-width: none; }
.blog-standard .blog-single .comments-area .comments-item .heading {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
margin-bottom: 12px; }
.blog-standard .blog-single .comments-area .comments-item .heading h6 {
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-right: 20px; }
.blog-standard .blog-single .comments-area .comments-item .heading h6 a {
color: #333; }
.blog-standard .blog-single .comments-area .comments-item .heading .comments-time {
color: #999;
margin-top: 1px; }
.blog-standard .blog-single .comments-area .comments-item p {
margin-bottom: 14px; }
.blog-standard .blog-single .comments-area .comments-item .reply {
text-transform: uppercase;
color: #999;
font-family: "Lato-Regular";
font-weight: 400; }
.blog-standard .blog-single .comments-area .comments-item .reply i {
margin-right: 3px; }
.blog-standard .blog-single .comments-area .comments-item .reply:hover {
color: #cdaa7c; }
.blog-standard .blog-single .comments-area .comments-group .comments-group {
padding-left: 118px; }
.blog-standard .blog-single .comments-area > .comments-group {
margin-bottom: 64px; }
.blog-standard .blog-single .comments-area > .comments-group:last-child {
margin-bottom: 58px; }
.blog-standard .blog-single .comments-respond h5 {
font-size: 22px;
font-family: "Raleway-Bold";
font-weight: 700;
margin-bottom: 34px; }
.blog-standard .blog-single .comments-respond .comments-form .form-holder {
margin-bottom: 30px;
position: relative; }
.blog-standard .blog-single .comments-respond .comments-form .form-holder .placeholder {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
left: 21px;
font-size: 15px;
color: #999;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex; }
.blog-standard .blog-single .comments-respond .comments-form .form-holder .placeholder span {
color: #ff6666;
position: static;
font-size: 15px; }
.blog-standard .blog-single .comments-respond .comments-form .form-control {
height: 53px;
border: 1px solid #e5e5e5;
font-size: 15px;
padding: 0 20px;
color: #999;
position: relative;
z-index: 9; }
.blog-standard .blog-single .comments-respond .comments-form .form-control::-webkit-input-placeholder {
color: #999;
font-size: 15px; }
.blog-standard .blog-single .comments-respond .comments-form .form-control::-moz-placeholder {
color: #999;
font-size: 15px; }
.blog-standard .blog-single .comments-respond .comments-form .form-control:-ms-input-placeholder {
color: #999;
font-size: 15px; }
.blog-standard .blog-single .comments-respond .comments-form .form-control:-moz-placeholder {
color: #999;
font-size: 15px; }
.blog-standard .blog-single .comments-respond .comments-form textarea.form-control {
height: 150px;
padding: 15px 20px; }
.blog-standard.left-sidebar .blog-post {
padding-left: 10px; }
.blog-standard .post .post-body {
padding-top: 37px; }
.blog-standard .post .post-body h4 {
font-family: "Raleway-SemiBold";
font-weight: 600;
text-transform: uppercase;
margin-bottom: 16px; }
.blog-standard .post .post-body h4 a {
color: #333; }
.blog-standard .post .post-body h4 a:hover {
color: #cdaa7c; }
.blog-standard .post .post-date {
width: 92px;
height: 92px;
padding: 4px;
right: 30px;
top: 27px; }
.blog-standard .post .post-date .inner .date {
font-size: 45px; }
.blog-standard .post .post-date .inner .month {
font-size: 16px; }
.blog-standard .post .post-author {
font-size: 14px;
color: #333;
display: inline-block;
margin-right: 22px; }
.blog-standard .post .post-author a {
color: #333; }
.blog-standard .post .post-author a:hover {
color: #cdaa7c; }
.blog-standard .post .post-author a.thumb {
margin-right: 5px; }
.blog-standard .post .tagcloud {
font-size: 14px;
display: inline-block; }
.blog-standard .post .tagcloud a {
color: #333; }
.blog-standard .post .tagcloud a:hover {
color: #cdaa7c; }
.blog-standard .post .tagcloud a:after {
content: '/';
margin-left: 4px; }
.blog-standard .post .tagcloud a:last-child:after {
display: none; }
.blog-standard .post .tagcloud span {
margin-right: 3px;
display: inline-block; }
.blog-standard .post .post-thumb img:hover {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1; }
.blog-standard .post .end {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
justify-content: space-between; }
.blog-standard .pagination ul {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
width: 100%; }
.blog-standard .pagination a {
color: #999; }
.blog-standard .pagination .page-numbers {
font-size: 20px;
padding: 0 13px; }
.blog-standard .pagination .page-numbers.prev-page, .blog-standard .pagination .page-numbers.next-page {
font-size: 15px;
display: inline-block;
margin-top: 6px; }
.blog-standard .pagination .page-numbers.current, .blog-standard .pagination .page-numbers:hover {
color: #333; }
/* 9. Shop
----------------------------------------------------------*/
.sorting {
margin-bottom: 40px; }
.sorting .woocommerce-ordering {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
align-items: center; }
.sorting .woocommerce-ordering select.form-control:not([size]):not([multiple]) {
height: 42px;
border: 1px solid #e5e5e5;
font-size: 15px;
color: #666;
padding: 0 50px 0 19px;
width: 246px; }
.sorting .woocommerce-ordering .form-holder {
position: relative; }
.sorting .woocommerce-ordering .form-holder span {
position: absolute;
top: 17px;
right: 20px;
font-size: 12px;
z-index: -1; }
.woocommerce-loop-product__title {
font-family: "Raleway-Regular";
font-weight: 400; }
.woocommerce-loop-product__title:hover {
color: #cdaa7c; }
.shop-list .woocommerce-pagination {
margin-top: 10px; }
.shop-list .woocommerce-pagination ul {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
width: 100%; }
.shop-list .woocommerce-pagination ul a {
color: #999; }
.shop-list .woocommerce-pagination ul .page-numbers {
font-size: 20px;
padding: 0 13px; }
.shop-list .woocommerce-pagination ul .page-numbers.prev, .shop-list .woocommerce-pagination ul .page-numbers.next {
font-size: 15px;
display: inline-block;
margin-top: 6px; }
.shop-list .woocommerce-pagination ul .page-numbers.current, .shop-list .woocommerce-pagination ul .page-numbers:hover {
color: #333; }
.shop-list.wide {
padding-top: 30px !important; }
.shop-list.wide .container-fluid {
padding-left: 30px;
padding-right: 30px; }
.shop-list.wide .products .item .thumb .add_to_cart_button {
font-size: 20px; }
.shop-list.wide .products .item:hover .thumb .add_to_cart_button {
height: 52px; }
.products .item {
margin-bottom: 42px; }
.products .item .thumb {
position: relative; }
.products .item .thumb .add_to_cart_button {
position: absolute;
bottom: 0;
text-transform: uppercase;
color: #fff;
font-size: 15px;
background: #cdaa7c;
width: 100%;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center;
height: 0;
overflow: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.products .item .info {
text-align: center;
padding-top: 25px; }
.products .item .info .woocommerce-loop-product__title {
font-size: 20px;
margin-bottom: 6px; }
.products .item .info .woocommerce-loop-product__title a {
color: #333; }
.products .item .info .woocommerce-loop-product__title a:hover {
color: #cdaa7c; }
.products .item .info .price {
font-size: 20px;
color: #333; }
.products .item .info .star-rating {
margin-bottom: 8px; }
.products .item .info .star-rating i {
margin-right: 2px; }
.products .item:hover .thumb .add_to_cart_button {
height: 42px; }
.widget_price_filter .widget-title {
margin-bottom: 31px; }
#slider {
margin-bottom: 26px; }
.noUi-horizontal {
height: 4px; }
.noUi-horizontal .noUi-handle {
width: 11px;
height: 11px;
border: none;
box-shadow: none;
background: #333;
border-radius: 50%; }
.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
display: none; }
.noUi-base {
background: #e6e6e6; }
.noUi-connects, .noUi-target {
border-radius: 0;
border: none; }
.noUi-connect {
background: #cdaa7c; }
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
cursor: pointer;
right: -5px;
top: -3px; }
.price_slider_amount {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
align-items: center; }
.price_slider_amount button {
background: none;
border: none;
text-transform: uppercase;
cursor: pointer;
text-decoration: underline; }
.widget_featured_product {
margin-bottom: 49px; }
.featured-product__item {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
margin-bottom: 17px; }
.featured-product__item:last-child {
margin-bottom: 0; }
.featured-product__item .thumb {
margin-right: 13px; }
.featured-product__item .thumb:hover img {
opacity: 0.8; }
.featured-product__item h6 {
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 6px;
font-size: 17px; }
.featured-product__item h6 a {
color: #333; }
.featured-product__item h6 a:hover {
color: #cdaa7c; }
.shop-single #shop-single-thumb {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
margin-top: 21px; }
.shop-single #shop-single-thumb a {
width: 33.33%;
margin-right: 20px;
padding: 0; }
.shop-single #shop-single-thumb a:last-child {
margin-right: 0; }
.shop-single .entry-summary {
padding-left: 35px;
padding-top: 20px; }
.shop-single .entry-summary .product_title {
font-size: 35px;
text-transform: uppercase;
margin-bottom: 8px; }
.shop-single .entry-summary .info {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 28px; }
.shop-single .entry-summary .star-rating {
font-size: 20px; }
.shop-single .entry-summary .price {
color: #333;
font-size: 30px;
font-family: "Raleway-SemiBold";
font-weight: 600;
color: #333;
padding-left: 40px;
position: relative; }
.shop-single .entry-summary .price:before {
content: "";
width: 23px;
height: 2px;
background: #333;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
.shop-single .entry-summary .woocommerce-product-details__short-description {
margin-bottom: 43px; }
.shop-single .entry-summary form.cart {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
margin-bottom: 45px; }
.shop-single .entry-summary .single_add_to_cart_button {
width: 160px; }
.shop-single .entry-summary .product_meta {
margin-bottom: 48px; }
.shop-single .entry-summary .product_meta .sku_wrapper, .shop-single .entry-summary .product_meta .posted_in, .shop-single .entry-summary .product_meta .tagged_as {
display: block;
font-size: 15px;
font-family: "Raleway-SemiBold";
font-weight: 600;
text-transform: uppercase;
color: #333;
margin-bottom: 8px; }
.shop-single .entry-summary .product_meta .sku_wrapper span, .shop-single .entry-summary .product_meta .sku_wrapper a, .shop-single .entry-summary .product_meta .posted_in span, .shop-single .entry-summary .product_meta .posted_in a, .shop-single .entry-summary .product_meta .tagged_as span, .shop-single .entry-summary .product_meta .tagged_as a {
color: #999;
text-transform: none;
font-family: "Raleway-Regular";
font-weight: 400; }
.shop-single .entry-summary .product_meta .sku_wrapper a:hover, .shop-single .entry-summary .product_meta .posted_in a:hover, .shop-single .entry-summary .product_meta .tagged_as a:hover {
color: #cdaa7c; }
.shop-single .entry-summary .social a {
color: #999;
margin-right: 14px; }
.shop-single .entry-summary .social a:hover {
color: #b3b3b3; }
.shop-single .quantity, .shop-cart .quantity {
display: inline-flex;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
height: 42px;
width: 76px;
border: 1px solid #ccc;
margin-right: 20px; }
.shop-single .quantity .icon, .shop-cart .quantity .icon {
flex-grow: 1; }
.shop-single .quantity .number-button, .shop-cart .quantity .number-button {
cursor: pointer;
display: block;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center;
align-items: center;
height: 50%;
color: #666; }
.shop-single .quantity .number-button.plus, .shop-cart .quantity .number-button.plus {
font-size: 16px;
border-bottom: 1px solid #ccc; }
.shop-single .quantity .number-button.minus, .shop-cart .quantity .number-button.minus {
font-size: 25px; }
.shop-single .quantity input, .shop-cart .quantity input {
border: none;
border-right: 1px solid #ccc;
padding: 0;
width: 47px;
text-align: center;
font-size: 20px;
color: #666; }
.shop-single .quantity input::-webkit-outer-spin-button, .shop-single .quantity input::-webkit-inner-spin-button, .shop-cart .quantity input::-webkit-outer-spin-button, .shop-cart .quantity input::-webkit-inner-spin-button {
-webkit-appearance: none; }
.woocommerce-tabs {
margin-top: 80px;
margin-bottom: 44px; }
.woocommerce-tabs .tabs {
margin-bottom: 26px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex; }
.woocommerce-tabs .tabs li a {
font-family: "Raleway-SemiBold";
font-weight: 600;
color: #999;
font-size: 18px;
padding: 0 32px;
position: relative; }
.woocommerce-tabs .tabs li a:after {
content: "";
width: 1px;
height: 13px;
background: #cccccc;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
right: 0; }
.woocommerce-tabs .tabs li a:hover {
color: #cdaa7c; }
.woocommerce-tabs .tabs li.ui-state-active a {
color: #cdaa7c; }
.woocommerce-tabs .tabs li:first-child a {
padding-left: 0; }
.woocommerce-tabs .tabs li:last-child a:after {
display: none; }
#review .woocommerce-noreviews {
font-family: "Raleway-SemiBold";
font-weight: 600;
font-size: 18px;
color: #333;
text-transform: uppercase;
margin-bottom: 10px; }
#review .comments-form .form-control {
height: 53px;
border: 1px solid #e6e6e6;
margin-bottom: 30px;
padding: 0 20px;
font-size: 15px;
color: #999; }
#review .comments-form .form-control::-webkit-input-placeholder {
font-size: 15px;
color: #999; }
#review .comments-form .form-control::-moz-placeholder {
font-size: 15px;
color: #999; }
#review .comments-form .form-control:-ms-input-placeholder {
font-size: 15px;
color: #999; }
#review .comments-form .form-control:-moz-placeholder {
font-size: 15px;
color: #999; }
#review .comments-form .comment-notes {
margin-bottom: 11px; }
#review .comments-form .comment-form-rating {
margin-bottom: 21px; }
#review .comments-form .comment-form-rating label {
color: #333;
margin-right: 10px; }
#review .comments-form textarea.form-control {
height: 150px;
padding: 15px 20px; }
#review .comments-form input.submit:hover {
background: #4d4d4d; }
#add-info .shop_attributes {
border-collapse: collapse;
width: 100%;
border: 1px solid #e6e6e6; }
#add-info .shop_attributes th, #add-info .shop_attributes td {
border: 1px solid #e6e6e6;
padding: 0 30px; }
#add-info .shop_attributes tr {
height: 58px; }
#add-info .shop_attributes th {
font-family: "Raleway-SemiBold";
font-weight: 600;
width: 17.94%; }
.related h4 {
font-size: 28px;
text-transform: uppercase;
color: #333;
font-family: "Raleway-Bold";
font-weight: 700;
text-align: center;
margin-bottom: 50px; }
.woocommerce-cart-form table td, .woocommerce-cart-form table th {
vertical-align: middle;
border: 1px solid #e6e6e6;
text-align: center; }
.woocommerce-cart-form table thead th {
font-size: 20px;
color: #333;
font-weight: 600;
padding: 24px 0; }
.woocommerce-cart-form table thead th.product-name {
text-align: left;
padding-left: 4px; }
.woocommerce-cart-form table tbody td {
padding-top: 36px;
padding-bottom: 36px; }
.woocommerce-cart-form table tbody td.product-name {
text-align: left;
padding-left: 19px; }
.woocommerce-cart-form table tbody td.product-price, .woocommerce-cart-form table tbody td.product-subtotal {
font-size: 18px;
font-family: "Raleway-Medium";
font-weight: 500; }
.woocommerce-cart-form table tbody td.product-subtotal {
color: #cdaa7c; }
.woocommerce-cart-form table tbody tr {
border-top: 1px solid #e6e6e6; }
.woocommerce-cart-form table .product-remove {
width: 6.26%;
text-align: left;
padding-left: 20px;
border-right: none; }
.woocommerce-cart-form table .product-remove a {
color: #666;
font-size: 20px; }
.woocommerce-cart-form table .product-thumbnail {
width: 11.41%;
padding-left: 0;
padding-right: 0;
text-align: left;
border-right: none;
border-left: none; }
.woocommerce-cart-form table .product-name {
width: 24.75%;
border-left: none; }
.woocommerce-cart-form table .product-name a {
font-size: 18px;
color: #666; }
.woocommerce-cart-form table .product-name a:hover {
color: #cdaa7c; }
.woocommerce-cart-form table .product-price {
width: 17.16%; }
.woocommerce-cart-form table .product-subtotal {
width: 16.99%; }
.woocommerce-cart-form table .product-quantity {
width: 23.43%; }
.woocommerce-cart-form table .actions {
padding: 38px 83px 39px 0;
border-left: none;
border-right: none;
text-align: left; }
.woocommerce-cart-form table .cart-subtotal {
border-left: none;
text-align: right;
padding-right: 83px;
font-size: 18px;
color: #cdaa7c;
font-family: "Raleway-Medium";
font-weight: 500; }
.woocommerce-cart-form table .cart-subtotal label {
margin-right: 18px;
margin-bottom: 0; }
.woocommerce-cart-form table .coupon {
display: inline-flex;
width: 267px;
height: 40px;
overflow: hidden; }
.woocommerce-cart-form table .coupon #coupon_code {
border-radius: 20px 0 0 20px;
border: 1px solid #ccc;
border-right: none;
font-size: 13px;
width: 70.04%;
padding-left: 27px; }
.woocommerce-cart-form table .coupon #coupon_code::-webkit-input-placeholder {
font-size: 13px;
color: #999;
font-family: "Lato-Regular"; }
.woocommerce-cart-form table .coupon #coupon_code::-moz-placeholder {
font-size: 13px;
color: #999;
font-family: "Lato-Regular"; }
.woocommerce-cart-form table .coupon #coupon_code:-ms-input-placeholder {
font-size: 13px;
color: #999;
font-family: "Lato-Regular"; }
.woocommerce-cart-form table .coupon #coupon_code:-moz-placeholder {
font-size: 13px;
color: #999;
font-family: "Lato-Regular"; }
.woocommerce-cart-form table .coupon input[type="submit"] {
background: #ccc;
text-transform: none;
width: 29.96%;
height: 40px;
border-radius: 0 20px 20px 0; }
.woocommerce-cart-form .bottom {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: space-between;
margin-top: 50px; }
.woocommerce-cart-form .update-btn {
width: 160px;
color: #333;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.woocommerce-cart-form .update-btn:hover {
border-color: none;
background: #cdaa7c;
color: #fff; }
.woocommerce-form__label {
position: relative;
padding-left: 21px;
cursor: pointer;
color: #999;
margin-bottom: 0; }
.woocommerce-form__label input {
position: absolute;
opacity: 0;
cursor: pointer; }
.woocommerce-form__label input:checked ~ .checkmark:after {
display: block; }
.woocommerce-form__label .checkmark {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
height: 13px;
width: 14px;
border-radius: 2px;
background-color: #ebebeb;
border: 1px solid #ccc;
font-family: Material-Design-Iconic-Font;
color: #000;
font-size: 10px;
font-weight: bolder; }
.woocommerce-form__label .checkmark:after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
content: '\f26b'; }
.sign-in h4 {
color: #333;
text-transform: uppercase;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 34px; }
.woocommerce-form-login .form-holder {
margin-bottom: 25px; }
.woocommerce-form-login .form-holder.last {
margin-bottom: 22px; }
.woocommerce-form-login label {
margin-bottom: 9px; }
.woocommerce-form-login label span {
color: #ff3333;
position: static;
font-size: 15px; }
.woocommerce-form-login .form-control {
height: 42px;
border: 1px solid #e6e6e6;
padding: 0 20px;
font-size: 15px;
color: #666; }
.woocommerce-form-login input[type="submit"] {
width: 100px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top: 5px;
margin-right: 21px; }
.woocommerce-form-login input[type="submit"]:hover {
background: #4d4d4d; }
.woocommerce-form-login .woocommerce-LostPassword a {
color: #666; }
.woocommerce-form-login .woocommerce-LostPassword a:hover {
color: #cdaa7c; }
.sign-up h4 {
color: #333;
text-transform: uppercase;
font-family: "Raleway-SemiBold";
font-weight: 600;
margin-bottom: 34px; }
.sign-up .form-holder {
margin-bottom: 25px; }
.sign-up .form-holder.last {
margin-bottom: 22px; }
.sign-up label {
margin-bottom: 9px; }
.sign-up label span {
color: #ff3333;
position: static;
font-size: 15px; }
.sign-up .form-control {
height: 42px;
border: 1px solid #e6e6e6;
padding: 0 20px;
font-size: 15px;
color: #666; }
.sign-up input[type="submit"] {
width: 100px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top: 5px;
display: block;
margin-bottom: 24px; }
.sign-up input[type="submit"]:hover {
background: #4d4d4d; }
.sign-up .return-link {
color: #666;
text-decoration: underline; }
.sign-up .return-link:hover {
color: #cdaa7c; }
.checkout-page .woocommerce-info {
height: 60px;
background: #f7f7f7;
border-top: 5px solid #5a9cb0;
padding-top: 5px;
padding: 17px 30px 0;
margin-bottom: 30px; }
.checkout-page .woocommerce-info a {
color: #666;
margin-left: 4px; }
.checkout-page .woocommerce-info a:hover {
color: #cdaa7c; }
.checkout-page .woocommerce-info img {
vertical-align: baseline;
margin-right: 12px; }
.checkout-page .checkout_coupon {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
padding: 41px 30px;
border: 1px dashed #e6e6e6; }
.checkout-page .checkout_coupon .form-row {
margin-bottom: 0; }
.checkout-page .checkout_coupon .form-row-first {
flex-grow: 1;
margin-right: 30px; }
.checkout-page .checkout_coupon .form-control {
height: 40px;
border: 1px solid #e6e6e6;
font-size: 15px;
padding: 10px 20px; }
.checkout-page .checkout_coupon .form-control::-webkit-input-placeholder {
font-size: 15px; }
.checkout-page .checkout_coupon .form-control::-moz-placeholder {
font-size: 15px; }
.checkout-page .checkout_coupon .form-control:-ms-input-placeholder {
font-size: 15px; }
.checkout-page .checkout_coupon .form-control:-moz-placeholder {
font-size: 15px; }
.checkout-page .checkout_coupon .au-btn {
height: 40px;
width: 184px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.checkout-page .checkout_coupon .au-btn:hover {
background: #4d4d4d; }
.checkout-page .woocommerce-info-wrapper {
padding-bottom: 17px; }
.checkout-page .woocommerce-form-login {
border: 1px dashed #e6e6e6;
padding: 34px 30px 28px;
margin-bottom: 47px; }
.checkout-page .woocommerce-checkout h5 {
text-transform: uppercase;
margin-bottom: 33px; }
.checkout-page .woocommerce-checkout label {
margin-bottom: 6px; }
.checkout-page .woocommerce-checkout .form-row {
flex-wrap: wrap;
margin-bottom: 3px; }
.checkout-page .woocommerce-checkout .form-row .required {
color: #ff3333; }
.checkout-page .woocommerce-checkout .form-control {
height: 42px;
border: 1px solid #e6e6e6;
padding: 0 20px;
font-size: 13px;
margin-bottom: 20px;
color: #666; }
.checkout-page .woocommerce-checkout .form-control::-webkit-input-placeholder {
font-size: 13px;
color: #666; }
.checkout-page .woocommerce-checkout .form-control::-moz-placeholder {
font-size: 13px;
color: #666; }
.checkout-page .woocommerce-checkout .form-control:-ms-input-placeholder {
font-size: 13px;
color: #666; }
.checkout-page .woocommerce-checkout .form-control:-moz-placeholder {
font-size: 13px;
color: #666; }
.checkout-page .woocommerce-checkout textarea.form-control {
height: 203px;
padding: 15px 20px; }
.checkout-page .woocommerce-checkout select.form-control:not([size]):not([multiple]) {
height: 42px;
background: url("../images/select-down-icon.png") right 19px center no-repeat; }
.checkout-page .woocommerce-checkout .woocommerce-account-fields {
margin-bottom: 41px; }
.checkout-page .woocommerce-checkout .woocommerce-form__label {
padding-left: 24px; }
.checkout-page .woocommerce-checkout .woocommerce-additional-fields h5 {
margin-bottom: 23px; }
.checkout-page .woocommerce-checkout-review-order-wrap table {
width: 100%; }
.checkout-page .woocommerce-checkout-review-order-wrap table .product-name {
width: 44.64%; }
.checkout-page .woocommerce-checkout-review-order-wrap table tr {
border-bottom: 1px solid #e6e6e6; }
.checkout-page .woocommerce-checkout-review-order-wrap table tr:last-child {
border: none; }
.checkout-page .woocommerce-checkout-review-order-wrap table td {
padding: 33px 0 36px; }
.checkout-page .woocommerce-checkout-review-order-wrap table .product-total {
width: 55.36%;
text-align: right; }
.checkout-page .woocommerce-checkout-review-order-wrap table .product-total .woocommerce-Price-amount {
font-family: "Raleway-SemiBold";
font-weight: 600;
color: #cdaa7c; }
.checkout-page .woocommerce-checkout-review-order-wrap table .review-wrap {
display: inline-block;
padding-left: 11px;
vertical-align: middle; }
.checkout-page .woocommerce-checkout-review-order-wrap table .review-wrap .rv-titel {
color: #333; }
.checkout-page .woocommerce-checkout-review-order-wrap table .review-wrap .product-quantity {
display: block;
color: #999;
margin-top: 6px; }
.checkout-page .woocommerce-checkout-review-order-wrap .cart-total {
margin-top: 5px;
padding-bottom: 7px;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 25px; }
.checkout-page .woocommerce-checkout-review-order-wrap .cart-total p {
color: #999;
margin-bottom: 14px; }
.checkout-page .woocommerce-checkout-review-order-wrap .cart-total p span {
font-family: "Raleway-SemiBold";
font-weight: 600; }
.checkout-page .woocommerce-checkout-review-order-wrap .cart-total p .title {
color: #333;
margin-right: 15px; }
.checkout-page .woocommerce-checkout-review-order-wrap .cart-total p .woocommerce-Price-amount {
color: #cdaa7c; }
.checkout-page .woocommerce-checkout-review-order-wrap .cart-total .order-total .title {
text-transform: uppercase; }
.checkout-page .wc_payment_method {
margin-bottom: 43px; }
.checkout-page .wc_payment_method:last-child {
margin-bottom: 31px; }
.checkout-page .wc_payment_method label {
margin-right: 43px;
cursor: pointer;
display: inline-block;
padding-left: 23px;
position: relative;
color: #333;
font-family: "Raleway-SemiBold";
font-weight: 600;
text-transform: uppercase;
margin-bottom: 28px; }
.checkout-page .wc_payment_method input {
position: absolute;
opacity: 0;
cursor: pointer; }
.checkout-page .wc_payment_method input:checked ~ .checkmark:after {
display: block; }
.checkout-page .wc_payment_method .checkmark {
position: absolute;
top: 4px;
left: 0;
height: 14px;
width: 14px;
border-radius: 50%;
border: 1px solid #ccc;
background: #ebebeb; }
.checkout-page .wc_payment_method .checkmark:after {
content: "";
width: 6px;
height: 6px;
border-radius: 50%;
background: #fff;
position: absolute;
top: 50%;
left: 50%;
background: #666;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
display: none; }
.checkout-page .wc_payment_method .payment_box {
display: inline-block; }
.checkout-page .wc_payment_method .payment_box a {
color: #666;
font-size: 13px;
margin-left: 16px; }
.checkout-page .wc_payment_method .payment_box a:hover {
color: #cdaa7c; }
.checkout-page .place-order {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: flex-end; }
.checkout-page .place-order .au-btn {
width: 202px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.checkout-page .place-order .au-btn:hover {
background: #4d4d4d; }
/* 10. Responsive
----------------------------------------------------------*/
@media (min-width: 1200px) {
.container {
max-width: 1200px; } }
@media (max-width: 1400px) {
.slideshow-form.on-mobile {
display: block; } }
@media (min-width: 1200px) and (max-width: 1500px) {
.coming-soon .inner {
top: 55%; }
.coming-soon h1 {
margin-bottom: 51px;
font-size: 40px; }
.coming-soon h1:after {
width: 60px; }
.coming-soon .time {
margin-bottom: 43px; }
.coming-soon .time .time-box {
margin: 0 25px; }
.coming-soon .time .time-box .time-number {
font-size: 56px; }
.coming-soon .time .time-box .time-unit {
font-size: 16px; }
.coming-soon form .form-row {
width: auto; }
.error .inner {
top: 50%; }
.error span {
font-size: 175px; }
.error h3 {
font-size: 20px; }
.error p {
margin-bottom: 40px; } }
@media (max-width: 1500px) {
.our-menu-col.left-20 {
padding-right: 0; }
.our-menu-col.right-20 {
padding-left: 0; }
.our-menu-full {
padding: 0 35px; }
.blog-masonry.wide .container {
max-width: 1200px; }
.menu-push {
position: static; }
.menu-left {
transform: translateX(0);
padding-right: 15px; }
.menu-right {
transform: translateX(0);
padding-left: 15px; }
.our-menu {
background: url("../images/our-menu-bg-1.png") left top no-repeat, url("../images/our-menu-bg-3.jpg");
background-size: auto, cover; }
.our-menu-wrapper {
max-width: 1170px;
width: 100%;
height: 915px; }
.our-menu-wrapper .right-content .inner {
padding-top: 85px; }
.our-menu-wrapper .right-content .content {
padding-right: 30px; }
.our-menu-wrapper .menu-holder.left-40 {
padding-right: 15px; }
.our-menu-wrapper .menu-holder.right-40 {
padding-left: 15px; }
.our-menu-wrapper .section-header {
margin-bottom: 50px; }
.block-banner.style-2 {
height: 450px; }
.block-banner.style-2 .inner {
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
.block-banner.style-2 h2 {
font-size: 50px; }
.block-banner.style-2 img {
max-width: 24%; }
.block-banner.style-2 .middle {
margin-bottom: 48px; }
.block-banner.style-2 .text {
margin-right: 6px; }
.block-banner.style-2 .text .first-line span {
font-size: 35px;
line-height: 1;
margin-left: 8px;
transform: translateY(-2px);
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px); }
.block-banner.style-2 .text .break {
font-size: 50px; }
.block-banner.style-2 .number {
font-size: 100px; }
.subscribe-form {
height: 535px;
padding-top: 0;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-direction: column;
justify-content: center; }
#rev_slider_12 li:nth-child(2) .caption-4 svg {
transform: translate(-50%, -50%) scale(0.88);
-webkit-transform: translate(-50%, -50%) scale(0.88);
-moz-transform: translate(-50%, -50%) scale(0.88);
-ms-transform: translate(-50%, -50%) scale(0.88);
-o-transform: translate(-50%, -50%) scale(0.88); }
.pizza .grid {
flex-wrap: wrap; }
.pizza .grid .pizza-item {
width: 32%;
margin-bottom: 30px; }
.pizza .grid .pizza-item:nth-child(2) {
margin-right: 0; }
.pizza .grid .pizza-item:nth-child(3), .pizza .grid .pizza-item:last-child {
margin-bottom: 0; }
.trait-col.re-style {
margin-bottom: 40px; }
#fp-nav.right {
display: none; }
.flipster--flat .flipster__item--past .flipster__item__content .content {
padding: 0 0 0 55px; }
.flipster--flat .flipster__item--future .flipster__item__content .content {
padding: 0 55px 0 0; }
.flipster-item {
width: 475px; }
.flipster-item p {
margin-bottom: 24px; }
.flipster-item p.mb-32 {
margin-bottom: 32px; }
.flipster-item p:last-child {
margin-bottom: 0; }
.flipster-item .content {
height: 439px;
padding: 0 61px; }
.gallery-grid.has-gutter {
grid-gap: 21px 20px; }
.middle-image img {
max-width: 35%; }
.menu-navigation .fix-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.block-banner.style-1 {
height: 573px;
background-position: left -204px center; }
.block-banner.style-1 .inner {
right: 70px;
top: 100px; }
.block-banner.style-1 h3 {
font-size: 20px; }
.block-banner.style-1 h2 {
font-size: 50px; }
.block-banner.style-1 p {
font-size: 16px; }
.block-banner .date {
width: 190px;
height: 33px; }
.special-box-slider {
right: 5.3%; }
.special-box-slider .owl-carousel {
transform: translateY(-150px);
-webkit-transform: translateY(-150px);
-moz-transform: translateY(-150px);
-ms-transform: translateY(-150px);
-o-transform: translateY(-150px);
width: 360px; }
.special-box {
padding: 10px; }
.special-box h4 {
margin-bottom: 0; }
.special-box p {
margin-top: 6px;
margin-bottom: 17px; }
.special-box .inner {
padding: 20px 22px 15px; }
.our-menu-col.left {
padding-right: 15px; }
.our-menu-col.right {
padding-left: 15px; }
.feature-slider span.lnr.lnr-chevron-left {
left: -22px; }
.feature-slider span.lnr.lnr-chevron-right {
right: -22px; }
.our-story-primary.style-1 .inner {
width: 80%; }
.navbar-desktop > ul > li.mr-fixed {
margin-right: 106px !important; }
.trait-content.re-style {
padding: 110px 0 70px; }
.navbar-desktop.aside {
padding: 50px 0; }
.navbar-desktop.aside .logo {
margin-bottom: 72px; }
.navbar-desktop.aside > ul {
margin-bottom: 57px; }
.navbar-desktop:not(.aside) {
top: 20px; }
.navbar-desktop:not(.aside) .logo {
max-width: 32%; }
.navbar-desktop:not(.aside) > ul > li.has-children:first-child ul {
width: 352px;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-right: 28px; }
.navbar-desktop:not(.aside) > ul > li.has-children:first-child ul li {
width: 40%; }
.navbar-desktop:not(.aside).has-bg {
top: 0;
padding: 15px 80px; }
.navbar-desktop:not(.aside).fixed {
padding: 10px 80px;
top: 0; }
.navbar-desktop:not(.aside).fixed .logo {
max-width: 28%; }
.navbar-desktop.no-float {
top: 0;
padding: 20px 80px; }
.navbar-desktop.has-bg.middle {
height: 88px; }
.navbar-desktop.has-bg.middle .logo {
max-width: 5%; }
.navbar-desktop.has-bg.middle.fixed {
height: 65px; }
.grid-image .grid-item .item-info h4 {
font-size: 23px; }
.grid-image .grid-item .item-info .star-rating {
margin-bottom: 13px;
font-size: 15px; }
.grid-image .grid-item .item-info .price {
font-size: 19px; }
.middle-wrapper {
min-width: 990px; }
.middle-wrapper .container {
max-width: 960px; }
.tp-bullets {
transform: matrix(1, 0, 0, 1, -25, -50) !important;
-webkit-transform: matrix(1, 0, 0, 1, -25, -50) !important;
-moz-transform: matrix(1, 0, 0, 1, -25, -50) !important;
-ms-transform: matrix(1, 0, 0, 1, -25, -50) !important;
-o-transform: matrix(1, 0, 0, 1, -25, -50) !important; }
.menu-sidebar {
justify-content: flex-start;
padding: 50px 4% 40px; }
.click-to-top {
right: 5%;
bottom: 5%; }
#modalSearch .modal-dialog {
max-width: 50%; }
.our-story-primry.style-1 .heading {
margin-bottom: 28px; }
.our-story-primry.style-1 p {
margin-bottom: 30px; }
.our-story-primry.style-1 .inner {
width: 70%; }
.trait-content {
padding-top: 40px;
padding-bottom: 40px; }
.trait-col {
margin-bottom: 23px;
margin-right: 50px; }
.trait-col h5 {
margin-top: 18px;
margin-bottom: 8px; }
.page-wrapper main .container {
max-width: 900px; }
.page-wrapper main .our-menu .container {
max-width: 1050px; }
.special-item .thumb img {
max-width: 70%; }
.our-story-primary.style-1 {
padding: 55px 0; }
.booking-block {
height: 435px; }
.booking-block .inner {
top: 74px; }
.testimonials-2 {
padding: 0; }
.wish {
height: 500px; }
.wish h3 {
font-size: 70px; }
.wish p {
font-size: 20px; }
.wish .content {
top: 50%;
width: 100%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%), -50%; }
.menu-holder.left {
padding-right: 25px; }
.menu-holder.right {
padding-left: 25px; }
.about-us-board .inner {
padding: 64px 34px 51px; }
.about-us-board .heading {
margin-bottom: 25px; }
.about-us-board p {
margin-bottom: 40px; }
.cupcake-history .content {
padding-top: 79px;
height: 687px; } }
@media (min-width: 1200px) and (max-width: 1500px) {
.our-service-full {
width: 100%; }
.our-service-full .section-header {
margin-bottom: 40px; }
.our-service-full .service-col {
margin-bottom: 40px; }
.our-service-full .service-text {
margin-top: 15px; } }
@media (max-width: 1199px) {
body {
font-size: 14px; }
.checkout-page .woocommerce-checkout-review-order-wrap table .product-name {
width: 80%; }
.checkout-page .woocommerce-checkout-review-order-wrap table .product-total {
width: 20%; }
.shop-single .entry-summary {
padding-left: 25px;
padding-top: 10px; }
.shop-single .entry-summary .product_title {
font-size: 32px; }
.shop-single .entry-summary .price {
font-size: 27px; }
.shop-single .entry-summary .star-rating {
font-size: 17px; }
.shop-single .entry-summary .info {
margin-bottom: 25px; }
.shop-single .entry-summary .woocommerce-product-details__short-description, .shop-single .entry-summary form.cart, .shop-single .entry-summary .product_meta {
margin-bottom: 40px; }
.gallery-item .thumb i {
width: 49px;
height: 49px;
line-height: 49px; }
.cupcake-history .content {
padding-left: 35px; }
.blog-masonry.wide .container {
max-width: 960px; }
.menu-page .menu-holder {
flex-direction: row; }
.menu-page .menu-holder .menu-thumb {
margin-bottom: 0;
margin-right: 20px; }
.reservation form {
padding: 0 0 80px; }
.reservation .info .opening-col p {
display: block; }
.reservation .info .support {
padding-left: 0; }
.reservation .info .support .address, .reservation .info .support .phone {
margin-right: 0; }
.reservation .info .support .email, .reservation .info .support .website {
padding-left: 0; }
.error {
background-position: right; }
.coming-soon {
background-position: right; }
.coming-soon form .form-row {
width: 600px; }
.contact-us-content p {
margin-bottom: 36px; }
.gallery.wide .image-holder .frame {
top: 20px;
bottom: 20px;
left: 20px;
right: 20px; }
.our-chef .our-chef-item {
margin-bottom: 82px; }
.our-chef .our-chef-item h6 {
font-size: 16px; }
.our-chef .our-chef-item .name-box {
left: 10px;
right: 10px;
height: 80px; }
.page-info {
height: 450px; }
#rev_slider_12 li:nth-child(2) .caption-4 svg {
transform: translate(-50%, -50%) scale(0.7);
-webkit-transform: translate(-50%, -50%) scale(0.7);
-moz-transform: translate(-50%, -50%) scale(0.7);
-ms-transform: translate(-50%, -50%) scale(0.7);
-o-transform: translate(-50%, -50%) scale(0.7); }
.bakery-grid-item .inner {
padding: 0 11px; }
.coffee-material .left, .coffee-material .right {
padding: 0; }
.coffee-material .left {
margin-right: -32px; }
.coffee-material .right {
margin-left: -32px; }
.opening-hours {
padding: 15px; }
.opening-hours .inner {
padding: 33px 34px 20px 36px; }
.coffee-wrapper .inner {
height: 1168px;
padding-bottom: 40px; }
.block-banner.style-2 .inner {
width: 100%;
padding: 0 20px;
left: 65%; }
.about-us-board {
width: 60%; }
.about-us-board .heading h2 {
font-size: 45px; }
.pizza-item {
padding: 45px 11px 0; }
.event-col {
padding: 20px;
height: 390px; }
.promotion-item .inner.right {
top: 50%;
transform: translateY(-50%);
right: 30px; }
.promotion-item .inner.left {
top: 50%;
transform: translateY(-50%);
left: 35px; }
.our-menu-wrapper .image-holder {
display: none; }
.our-menu-block .our-menu-col.no-style.left-70 {
padding-right: 0; }
.our-menu-block .our-menu-col.no-style.right-70 {
padding-left: 0; }
.opening-block .front {
margin-right: 0;
margin-bottom: 30px;
text-align: center; }
.opening-block .middle {
padding-left: 0;
text-align: center;
margin-top: 30px; }
.opening-block .end {
padding-top: 5px;
margin-top: 30px; }
.post.pl-20 {
padding-left: 0; }
.post.smaller .post-body {
padding-top: 0;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
padding-top: 5px;
padding-bottom: 5px; }
.service-image {
margin-right: 0;
height: 100%; }
.service-image img {
height: 100%;
object-fit: cover; }
.wish {
height: 430px; }
.wish h3 {
font-size: 60px; }
.wish p {
font-size: 17px;
margin-bottom: 40px; }
.flipster--flat .flipster__item--past .flipster__item__content .content {
padding: 0 0 0 120px; }
.flipster--flat .flipster__item--future .flipster__item__content .content {
padding: 0 120px 0 0; }
.page-bg {
background: none; }
.special-box h4 {
font-size: 20px; }
.special-box .price {
font-size: 20px; }
.special-box p {
font-size: 12px;
margin-bottom: 10px; }
.block-banner.style-1 {
height: 450px; }
.block-banner.style-1 .inner {
right: 40px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
.block-banner.style-1 h3 {
font-size: 18px; }
.block-banner.style-1 h2 {
font-size: 40px; }
.block-banner.style-1 p {
font-size: 13px;
margin-bottom: 50px; }
.ft-top.fixed {
padding-left: 20px;
padding-top: 80px; }
.ft-top.fixed .ft-col.pl-64 {
padding-left: 15px; }
.ft-upper {
height: 470px; }
.special-box-slider .owl-carousel {
width: 300px;
transform: translateY(-110px);
-webkit-transform: translateY(-110px);
-moz-transform: translateY(-110px);
-ms-transform: translateY(-110px);
-o-transform: translateY(-110px); }
.our-story-primary.style-1 {
padding: 40px 0; }
.cate-box-item {
margin-bottom: 30px; }
.page-wrapper main .container, .page-wrapper main .our-menu .container {
max-width: 750px; }
.special-item .thumb img {
max-width: 80%; }
.form-row.fix-lg {
display: block; }
.form-row.fix-lg .form-col {
width: 100%;
margin-right: 0;
margin-bottom: 43px; }
.form-row.fix-lg:last-child .form-col {
margin-bottom: 0; }
.form-row .form-col {
margin-right: 40px; }
.booking .booking-content {
padding: 58px 71px 48px; }
.navbar-desktop > ul > li > a {
font-size: 14px; }
.navbar-desktop.aside .social a {
margin-right: 12px; }
.feature-slider span.lnr.lnr-chevron-left {
left: -12px; }
.feature-slider span.lnr.lnr-chevron-right {
right: -12px; }
.feature-content .heading {
margin-bottom: 18px; }
.feature-content .body p {
height: 151.2px;
overflow: auto;
margin-bottom: 21px; }
.feature-content .body .star-rating {
margin-bottom: 45px; }
.testimonials-item {
padding: 43px 40px; }
.feature-small img {
width: 80% !important; }
.feature-small .item-info {
margin-top: 10px; }
.navbar-desktop, .navbar-desktop.fixed {
padding-left: 40px;
padding-right: 40px; }
.navbar-desktop > ul > li, .navbar-desktop.fixed > ul > li {
margin-right: 19px; }
.navbar-desktop > ul > li a, .navbar-desktop.fixed > ul > li a {
pointer-events: none; }
.action .notify {
margin-right: 21px; }
.action span.search-icon {
margin-right: 0; }
.action span.menu-sidebar-icon {
display: none; }
.post .post-date {
top: 10px;
right: 10px;
width: 57px;
height: 57px;
padding: 3px; }
.post .post-date .inner .date {
font-size: 30px; }
.post .post-date .inner .month {
font-size: 13px;
text-transform: uppercase; }
.post .post-body.has-border {
padding-left: 30px;
padding-right: 30px;
padding-bottom: 40px; }
.post .post-body.has-border h5 {
font-size: 18px; }
.section-primary,
.section-primary.pt-100,
.section-primary.pt-112,
.section-primary.pt-120,
.section-primary.pt-133,
.section-primary.pt-140,
.section-primary.pt-150,
.section-primary.pb-90,
.section-primary.pb-101,
.section-primary.pb-110,
.section-primary.pb-113,
.section-primary.pb-120 {
padding-top: 110px;
padding-bottom: 90px; }
.tp-bullets {
transform: matrix(1, 0, 0, 1, -25, -30) !important;
-webkit-transform: matrix(1, 0, 0, 1, -25, -30) !important;
-moz-transform: matrix(1, 0, 0, 1, -25, -30) !important;
-ms-transform: matrix(1, 0, 0, 1, -25, -30) !important;
-o-transform: matrix(1, 0, 0, 1, -25, -30) !important; }
.widget_shopping_cart {
padding-top: 0;
margin-top: 44px; }
.trait-col {
width: 234px;
margin-right: 15px; }
.welcome-content .section-header {
margin-bottom: 20px;
margin-top: 6px; }
.welcome-content .body p {
margin-bottom: 25px; }
.ft-top .ft-col.pl-64 {
padding-left: 44px; }
.ft-top .ft-col.pl-50 {
padding-left: 30px; }
.gallery-grid.has-gutter {
grid-gap: 16px 15px; }
.menu-holder {
flex-direction: column; }
.menu-holder .menu-thumb {
margin-bottom: 20px;
margin-right: 0;
display: block; }
.menu-holder .menu-item {
width: 100%; }
.menu-holder.fixed {
flex-direction: row; }
.menu-holder.fixed .menu-thumb {
margin-bottom: 0;
margin-right: 20px; }
.menu-holder.left {
padding-right: 15px; }
.menu-holder.right {
padding-left: 15px; }
.menu-holder.left-40 {
padding-right: 30px; }
.menu-holder.right-40 {
padding-left: 30px; }
.service-col {
margin-bottom: 40px; }
.grid-image {
grid-template-columns: auto auto;
grid-template-rows: 1fr 1fr 1fr 1fr;
-ms-grid-columns: auto auto;
-ms-grid-rows: 1fr 1fr 1fr 1fr; }
.grid-image .grid-item:first-child {
grid-area: 2 / 1 / span 2 / span 1;
-ms-grid-row: 2;
-ms-grid-row-span: 2;
-ms-grid-column: 1;
-ms-grid-column-span: 1; }
.grid-image .grid-item:nth-child(2) {
grid-area: 1 / 1 / span 1 / span 2;
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 2; }
.grid-image .grid-item:nth-child(3) {
grid-area: 4 / 1 / span 1 / span 2;
-ms-grid-row: 4;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 2; }
.grid-image .grid-item:last-child {
grid-area: 2 / 2 / span 2 / span 1;
-ms-grid-row: 2;
-ms-grid-row-span: 2;
-ms-grid-column: 2;
-ms-grid-column-span: 1; }
.our-menu-wrapper {
max-width: 960px;
display: block;
height: auto; }
.our-menu-wrapper .right-content {
width: 100%;
padding: 20px; }
.our-menu-wrapper .right-content .inner {
padding-bottom: 85px;
border-left: 1px solid #accadd; }
.our-menu-wrapper .right-content .content {
padding-left: 30px; }
.our-menu-wrapper .menu-holder.fixed .menu-thumb {
margin-right: 12px; }
.about-us-wrapper {
padding: 129px 0 152px; }
.about-us-1 {
top: 50px; }
.about-us-2 {
bottom: 50px; }
#rev_slider_11 li:last-child .caption-3 .percent {
transform: translateY(-6px);
-webkit-transform: translateY(-6px);
-moz-transform: translateY(-6px);
-ms-transform: translateY(-6px);
-o-transform: translateY(-6px); }
.widget_featured_product .featured-product__item {
flex-direction: column;
align-items: flex-start; }
.widget_featured_product .featured-product__item .thumb {
margin-right: 0;
margin-bottom: 10px; } }
@media (min-width: 991px) and (max-width: 1199px) {
.special-cupcake h3 {
font-size: 33px; }
.cupcake-history .content h2 {
font-size: 37px; } }
@media (max-width: 991px) {
h1 {
font-size: 45px; }
h2 {
font-size: 35px; }
h3 {
font-size: 30px; }
h5 {
font-size: 17px; }
h6 {
font-size: 15px; }
.shop-single .entry-summary {
padding-left: 0;
padding-top: 50px; }
.shop-single .entry-summary .product_title {
font-size: 30px; }
.shop-single .entry-summary .price {
font-size: 25px;
margin-right: 20px;
padding-left: 25px; }
.shop-single .entry-summary .price:before {
width: 17px; }
.shop-single .entry-summary .star-rating {
font-size: 15px; }
.shop-single .entry-summary .info {
justify-content: flex-start; }
.price_slider_amount {
flex-direction: column;
align-items: flex-start; }
.price_slider_amount .price_label {
margin-bottom: 10px; }
.cupcake-history {
background: none !important; }
.cupcake-history .video {
background: none !important;
position: relative;
margin-bottom: 70px; }
.cupcake-history .video img {
display: block; }
.cupcake-history .content {
background: url("../images/cupcake-history-bg.jpg") center no-repeat;
background-size: cover;
padding: 70px 45px 35px;
height: auto; }
.up-row .special-cupcake-content {
margin-right: 0; }
.down-row .special-cupcake-content {
margin-left: 0; }
.blog-standard .blog-single .group-image .grid {
grid-gap: 10px; }
.blog-standard .blog-single .comments-area .comments-item .thumb {
max-width: 80px; }
.blog-standard .blog-single .comments-area .comments-group .comments-group {
padding-left: 100px; }
.blog-standard .blog-single .post-navigation .text h6 {
font-size: 16px; }
.blog-standard .post .post-date {
width: 72px;
height: 72px;
right: 20px;
top: 17px; }
.blog-standard .post .post-date .inner .date {
font-size: 35px; }
.blog-standard .post .post-date .inner .month {
font-size: 15px; }
.blog-masonry .post {
margin-bottom: 40px; }
.blog-masonry.wide .container {
max-width: 720px; }
.menu-page .menu-holder {
flex-direction: column; }
.menu-page .menu-holder .menu-thumb {
margin-bottom: 20px;
margin-right: 0; }
.reservation form {
padding-bottom: 60px; }
.reservation form .au-btn {
margin-top: 40px; }
.error span {
font-size: 200px; }
.coming-soon form .form-row {
width: 550px; }
#contact-us-page .map-holder {
height: 400px; }
.project .project-image {
padding-right: 0;
margin-bottom: 30px; }
.project .project-content {
margin-left: 0; }
.bakery-grid-item.fix-image img {
position: static;
height: auto; }
.gallery.wide .image-holder .frame {
top: 15px;
bottom: 15px;
left: 15px;
right: 15px; }
.gallery.wide .image-holder h6 {
font-size: 16px;
margin-bottom: 4px; }
.gallery.wide .image-holder span {
font-size: 15px; }
.page-info {
height: 350px; }
.page-info .section-header {
bottom: 50%;
transform: translate(-50%, 50%);
-webkit-transform: translate(-50%, 50%);
-moz-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);
-o-transform: translate(-50%, 50%); }
.brand img {
max-width: 60%; }
.brand .brand-item.corner:before {
width: 30px;
height: 30px;
bottom: -15px;
right: -15px; }
.brand .brand-item {
margin-bottom: 15px; }
.bakery-grid-item.is-bg {
background: none !important; }
.bakery-grid-item.is-bg img {
display: block; }
.bakery-thumbnail {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
flex-wrap: wrap; }
.bakery-thumbnail li {
flex-grow: 1;
margin-right: 20px; }
.bakery-thumbnail li:last-child {
margin-right: 0; }
.special-grid .image-holder .inner {
padding: 0 8px 0 5px; }
.our-menu-col.move-left, .our-menu-col.move-right {
transform: translateX(0); }
.coffee-material .bg-block {
position: static; }
.coffee-material .left, .coffee-material .right {
margin: 0; }
.about-us-col {
padding: 39px 30px 36px; }
.coffee-wrapper .inner {
padding: 57px 45px 13px;
height: 1190px; }
.subscribe-form {
height: 480px; }
.pizza .grid .pizza-item {
width: 42%; }
.promotion-item {
margin-bottom: 30px; }
.promotion-item .inner.top {
top: 35px; }
.promotion-item .inner.right {
right: 20px; }
.promotion-item .inner.left {
left: 20px; }
.promotion-item .note h4 {
font-size: 30px; }
.promotion-item .discount-box .text {
font-size: 15px; }
.promotion-item .discount-box .price {
font-size: 34px; }
.promotion-item .discount-text {
margin-bottom: 24px; }
.promotion-item .discount-text h3 {
font-size: 25px; }
.promotion-item .discount-text .percent {
font-size: 40px; }
.promotion-item h2 {
font-size: 35px; }
.promotion-item h3 {
font-size: 20px; }
.promotion-item .au-btn {
width: 118px;
height: 33px; }
.block-banner.style-2 {
height: 360px; }
.block-banner.style-2 h2 {
font-size: 40px; }
.block-banner.style-2 img {
max-width: 24%; }
.block-banner.style-2 .text .first-line span {
font-size: 25px; }
.block-banner.style-2 .text .break {
font-size: 40px; }
.block-banner.style-2 .number {
font-size: 90px; }
#rev_slider_11 li:nth-child(2) .caption-3 {
line-height: 1.6; }
.opening-block .end span {
text-align: center;
margin-top: 40px; }
.post.smaller .post-body {
padding: 20px 0 0 0; }
.gallery-grid.no-gutter {
grid-template-columns: auto auto; }
.gallery-grid.no-gutter .gallery-item:first-child {
grid-area: 2 / 1 / span 2 / span 1; }
.gallery-grid.no-gutter .gallery-item:nth-child(4) {
grid-area: 2 / 2 / span 2 / span 1; }
.about-us-board {
width: 80%; }
.about-us-board .inner {
padding: 44px 34px 31px; }
.about-us-board .heading h2 {
font-size: 40px; }
.about-us-wrapper {
padding: 89px 0 112px; }
.about-us-wrapper img {
display: none; }
#rev_slider_11 li:first-child .caption-1:before, #rev_slider_11 li:first-child .caption-2:before {
top: 0;
left: 0;
width: calc(100% - 1px); }
#rev_slider_11 li:first-child .caption-1:after, #rev_slider_11 li:first-child .caption-2:after {
width: calc(100% - 1px);
bottom: 2px;
left: 0px; }
.menu-item h5 .dots {
transform: translateY(-5px); }
.gallery-grid.has-gutter {
grid-gap: 13px 12px; }
.service-image {
text-align: center;
margin-bottom: 80px; }
.service-image img {
display: inline-block;
width: 100%;
height: 400px; }
.our-story-primary.style-1 .inner {
width: 70%; }
.slideshow-form.on-mobile .inner .form-holder {
margin-right: 20px; }
.slideshow-form.on-mobile .inner button {
width: 120px; }
.page-wrapper main .container, .page-wrapper main .our-menu .container {
max-width: 600px; }
.navbar-desktop {
display: none; }
.navbar-mobile {
display: block; }
.post {
margin-bottom: 30px; }
.post .post-body {
padding-bottom: 10px; }
.section-primary,
.section-primary.pt-100,
.section-primary.pt-112,
.section-primary.pt-120,
.section-primary.pt-133,
.section-primary.pt-140,
.section-primary.pt-150,
.section-primary.pb-101,
.section-primary.pb-110,
.section-primary.pb-113,
.section-primary.pb-120 {
padding-top: 90px;
padding-bottom: 80px; }
.section-header {
margin-bottom: 50px; }
.section-header h2 {
margin-bottom: 10px; }
.section-header span {
font-size: 25px; }
.our-service-col {
margin-bottom: 30px;
height: auto; }
.our-story .image-wrapper {
width: 100%; }
.our-story-primary.style-2 {
position: static;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
width: 100%; }
.our-menu-board .our-menu-col.right {
padding-left: 0; }
.our-menu-board .our-menu-col.left {
padding-right: 0; }
.our-menu-board .inner {
padding: 55px 20px 44px; }
.booking .booking-content {
padding: 48px 51px 38px; }
.form-row .form-col {
margin-right: 30px; }
.feature-content .heading {
margin-bottom: 10px; }
.feature-content .heading h3 {
font-size: 26px; }
.feature-content .heading span {
font-size: 20px; }
.feature-content .body p {
height: 100.8px; }
.feature-content .body .star-rating {
margin-bottom: 35px; }
.trait .image-holder {
background: none; }
.trait .image-holder img {
display: block; }
.trait-content {
justify-content: space-around; }
.trait-col {
width: 35%;
margin-right: 0;
margin-bottom: 53px; }
.trait-col h5 {
margin-top: 23px;
margin-bottom: 13px; }
.feature-small img {
width: 60% !important; }
.feature-small .item-info .price {
font-size: 15px; }
.feature-slider span.lnr {
font-size: 20px;
top: 30px; }
.feature-slider span.lnr.lnr-chevron-left {
left: -17px; }
.feature-slider span.lnr.lnr-chevron-right {
right: -17px; }
.heading .notify {
margin-right: 10px; }
.hc-mobile-nav .nav-container {
min-width: 310px; }
.welcome .image-group {
margin-bottom: 50px; }
.our-story .image-holder {
background: none; }
.our-story .image-holder img {
display: block; }
.ft-top .ft-col.pl-50 {
padding-left: 15px; }
.ft-top .ft-col.pl-30 {
padding-left: 44px; }
.section-reservation .opening-time {
width: 100%;
margin-right: 0;
margin-bottom: 70px; }
.section-reservation .reservation-tab {
padding-left: 0; }
.reservation-tab .booking-form .form-inner .form-col {
width: 45%; }
.widget_shopping_cart_content {
width: 270px;
padding: 25px 20px; }
.widget_shopping_cart_content .woocommerce-mini-cart__total {
font-size: 15px; }
.page-wrapper {
display: block; }
.page-wrapper header, .page-wrapper main {
width: 100%; }
.section-form .form-col {
width: 45%; }
.our-story .image-bg {
background: none; }
.our-story .image-bg img {
display: block; }
.menu-wrapper .inner {
padding: 20px 10px 0;
border: none; }
.middle-wrapper {
min-width: auto; }
body.center {
display: block; }
.page-bg {
position: static; }
.rev_slider_wrapper.px-30 {
padding: 0; }
.middle-wrapper .container {
max-width: 720px; }
.booking-block {
height: 390px; }
.booking-block .inner {
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
width: 80%; }
.special-box-slider {
position: static; }
.special-box-slider .container {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
justify-content: center; }
.special-box-slider .owl-carousel {
transform: translateY(30px);
-webkit-transform: translateY(30px);
-moz-transform: translateY(30px);
-ms-transform: translateY(30px);
-o-transform: translateY(30px);
width: 300px; }
.block-banner.style-1 {
height: 350px; }
.block-banner.style-1 .inner {
right: 20px; }
.block-banner.style-1 h3 {
font-size: 16px;
margin-bottom: 20px; }
.block-banner.style-1 h2 {
font-size: 31px; }
.block-banner.style-1 p {
font-size: 12px;
margin-bottom: 30px; }
.ft-push {
position: static; }
.ft-image {
background: none; }
.ft-top.fixed {
padding: 40px 0; }
.ft-upper {
height: auto; }
.menu-holder.left-40 {
padding-right: 15px; }
.menu-holder.right-40 {
padding-left: 15px; }
.our-menu-block .our-menu-col {
width: 60%;
padding: 44px 34px; }
.subscribe-form .section-header {
margin-bottom: 40px; }
.subscribe-form .section-header h2 {
font-size: 30px; }
.subscribe-form .section-header span {
font-size: 20px; }
.subscribe-form .form-row {
display: block; }
.subscribe-form .form-control {
height: 45px;
margin-bottom: 15px; }
.subscribe-form .au-btn {
height: 40px; }
.event-col {
height: 100%; }
.event-col .interior {
padding: 0 24px 20px; }
.event-col .event-date {
width: 82px;
height: 82px; }
.event-col .event-date .inner .date {
font-size: 40px; }
.event-col .event-date .inner .month {
font-size: 14px; }
.page-breadcrumb {
padding: 40px 0; }
.gallery div.row {
margin-left: -20px;
margin-right: -20px; }
.gallery div.col-md {
padding-right: 10px;
padding-left: 10px; }
.gallery .image-holder {
margin-bottom: 20px; }
.gallery .image-holder h6 {
font-size: 16px; }
.gallery .image-holder .inner {
top: 10px;
left: 10px;
bottom: 10px;
right: 10px; }
.masonry .masonry-wrapper {
grid-gap: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
.widget_person {
padding: 10px; }
.widget_person img {
max-width: 90%; }
.widget_recent_entries .latest-post__item {
flex-direction: column;
align-items: flex-start; }
.widget_recent_entries .latest-post__item .thumb {
margin-right: 0;
margin-bottom: 10px; } }
@media (max-width: 767px) {
h1 {
font-size: 35px; }
h2 {
font-size: 30px; }
h3 {
font-size: 25px; }
h5 {
font-size: 16px; }
h6 {
font-size: 14px; }
.sorting .woocommerce-ordering {
flex-direction: column;
align-items: flex-start; }
.sorting .woocommerce-ordering .woocommerce-result-count {
margin-bottom: 10px; }
.widget_featured_product .featured-product__item {
flex-direction: row;
align-items: center; }
.widget_featured_product .featured-product__item .thumb {
margin-right: 13px;
margin-bottom: 0; }
.cupcake-history .video .play-button {
font-size: 60px; }
.cupcake-history .content {
padding: 70px 20px 35px; }
.menu-page .menu-holder.left, .menu-page .menu-holder.right {
padding: 0 15px; }
.coming-soon .inner {
width: 100%; }
.coming-soon h1 {
margin-bottom: 41px;
font-size: 30px; }
.coming-soon .time {
margin-bottom: 33px; }
.coming-soon .time .time-box {
margin: 0 15px; }
.coming-soon .time .time-box .time-number {
font-size: 36px; }
.coming-soon .time .time-box .time-unit {
font-size: 16px; }
.coming-soon form .form-row {
width: auto;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
margin-bottom: 30px; }
.coming-soon form .form-col {
margin-right: 15px;
margin-bottom: 0; }
.coming-soon form .form-control, .coming-soon form .au-btn {
height: 37px; }
.contact-us-content {
margin-bottom: 50px; }
.page-breadcrumb.wide {
padding-left: 0;
padding-right: 0; }
.gallery div.row {
margin-left: -15px;
margin-right: -15px; }
.gallery div.col-md {
padding-right: 15px;
padding-left: 15px; }
.gallery.wide {
padding: 30px 0; }
.page-info .section-header {
width: 100%; }
.hc-mobile-nav .nav-container {
min-width: 250px; }
.coffee-wrapper {
padding: 15px; }
.coffee-wrapper .inner {
padding: 27px 15px 13px;
height: auto; }
.coffee-material .left, .coffee-material .right {
text-align: center; }
.coffee-material .left {
margin-bottom: 40px;
margin-top: 30px; }
.coffee-material .left .heading {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
align-items: center;
justify-content: center; }
.coffee-material .left .heading span {
order: 1;
margin-right: 21px; }
.coffee-material .left .heading h5 {
order: 2;
margin-right: 0; }
.coffee-material-box {
margin-bottom: 40px; }
.section-primary,
.section-primary.pt-100,
.section-primary.pt-112,
.section-primary.pt-120,
.section-primary.pt-133,
.section-primary.pt-140,
.section-primary.pt-150,
.section-primary.pb-60,
.section-primary.pb-101,
.section-primary.pb-110,
.section-primary.pb-113,
.section-primary.pb-120 {
padding-top: 50px;
padding-bottom: 50px; }
.section-header span {
font-size: 20px; }
.ft-top .ft-top-wrapper, .ft-top .ft-top-wrapper.pb-54 {
padding-top: 60px;
padding-bottom: 40px; }
.ft-col {
margin-bottom: 50px; }
.ft-col:last-child {
margin-bottom: 0; }
.ft-top h6 {
margin-bottom: 18px; }
.ft-top .form-inner {
margin-bottom: 17px; }
.ft-top .ft-col.pl-30 {
padding-left: 15px; }
.ft-top .ft-col.pl-64 {
padding-left: 15px; }
.ft-top .ft-col.mt-51 {
margin-top: 0; }
.booking .image-holder {
height: 0; }
.booking .booking-content {
padding: 48px 20px 38px; }
.form-row {
display: block; }
.form-row .form-col {
width: 100%;
margin-right: 0;
margin-bottom: 43px; }
.form-row:last-child .form-col {
margin-bottom: 0; }
.our-menu {
background: url("../images/our-menu-bg-3.jpg");
background-size: cover; }
.our-menu-col {
margin-bottom: 50px; }
.our-menu-col .heading .icon, .our-menu-col .heading .icon.mt-12, .our-menu-col .heading .icon.mt-4px {
margin-top: 0; }
.our-menu-col.left {
padding-right: 0; }
.our-menu-col.right {
padding-left: 0; }
.our-menu-col .mt-60 {
margin-top: 0; }
.feature-content {
margin-top: 30px; }
.feature-content span.lnr {
display: none; }
.feature-content .heading {
margin-bottom: 18px; }
.feature-content .heading h3 {
font-size: 23px; }
.feature-content .heading span {
font-size: 17px; }
.feature-content .body p {
height: auto;
margin-bottom: 21px; }
.feature-content .body .star-rating {
margin-bottom: 45px; }
.feature-small img {
width: 100% !important; }
.feature-small .item-info {
margin-top: 20px; }
.feature-small .item-info .price {
font-size: 14px; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 30px; }
.form-control {
font-size: 15px; }
.form-control::-webkit-input-placeholder {
font-size: 15px; }
.form-control::-moz-placeholder {
font-size: 15px; }
.form-control:-ms-input-placeholder {
font-size: 15px; }
.form-control:-moz-placeholder {
font-size: 15px; }
#modalSearch .modal-dialog {
max-width: 80%; }
.navbar-mobile span.search-icon {
font-size: 20px; }
.navbar-mobile .logo {
max-width: 15%; }
.our-menu-block {
display: block;
margin-bottom: 60px; }
.our-menu-block .au-btn__readmore {
margin-top: 0; }
.our-menu-block .our-menu-col {
position: static;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
padding: 30px 0 0;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
width: 100%; }
.our-menu-block .our-menu-col.no-style {
margin-top: 0; }
.ml--10 {
margin-left: 0; }
.trait-content {
padding: 50px 20px; }
.trait-col {
width: 100%; }
.our-story-primry.style-1 .inner {
width: 100%;
padding: 50px 20px; }
.our-story-primary.style-2 .interior {
padding: 30px 15px; }
.our-story-primary.style-2 .heading h2 {
font-size: 50px; }
.our-menu.bg-4 {
background: none; }
.our-menu-board {
padding: 0; }
.our-menu-board .inner {
padding: 0; }
#rev_slider_5 li:last-child .caption-2:before, #rev_slider_5 li:last-child .caption-2:after {
width: 10px;
height: 9px; }
#rev_slider_5 li:last-child .caption-2:after {
right: -20px; }
#rev_slider_5 li:last-child .caption-2:before {
left: -20px; }
.reservation-tab ul {
display: block; }
.reservation-tab ul li a {
margin: 0 0 10px;
font-size: 20px; }
.reservation-tab .booking-form {
margin-top: 30px; }
.reservation-tab .booking-form p:first-child {
padding: 0; }
.reservation-tab .booking-form .form-inner .form-col {
width: 100%; }
.section-reservation .opening-time {
margin-bottom: 50px; }
.post.has-mb {
margin-bottom: 40px; }
.post .post-body .post-date--style.right span.month {
transform: translateY(-17px);
-webkit-transform: translateY(-17px);
-moz-transform: translateY(-17px);
-ms-transform: translateY(-17px);
-o-transform: translateY(-17px); }
.post .post-body .post-date--style.right span.date {
transform: translateX(-18px);
-webkit-transform: translateX(-18px);
-moz-transform: translateX(-18px);
-ms-transform: translateX(-18px);
-o-transform: translateX(-18px); }
.cate-box {
padding: 0; }
.our-story-primary.style-2.fixed .interior {
padding: 30px 20px; }
.gallery-grid {
display: block; }
.gallery-grid .gallery-item {
margin-bottom: 20px; }
.gallery-grid .gallery-item.last-child {
margin-bottom: 0; }
.gallery-grid.has-gutter {
padding: 0; }
.section-form .form-col {
width: 100%; }
.wish {
height: 350px; }
.wish h3 {
font-size: 40px; }
.wish p {
font-size: 14px; }
.slideshow-form.on-mobile .inner {
flex-direction: column; }
.slideshow-form.on-mobile .inner .form-holder {
margin-right: 0;
margin-bottom: 20px; }
.slideshow-form.on-mobile .inner button {
margin: auto;
margin-top: 20px; }
.our-story-primary.style-1 {
padding: 35px 15px; }
.our-story-primary.style-1 .inner {
width: 100%; }
.menu-navigation ul {
flex-wrap: wrap; }
.menu-navigation ul li {
margin-right: 0 !important;
width: 50%;
margin-bottom: 40px; }
.menu-wrapper {
padding: 0;
margin: 0 -15px; }
.menu-wrapper .inner {
padding: 30px 15px 0;
border: none; }
.menu-holder .menu-thumb {
margin-right: 0;
text-align: center; }
.menu-holder.fixed {
flex-direction: column; }
.menu-holder.fixed .menu-thumb {
margin-bottom: 20px;
margin-right: 0; }
#rev_slider_6 li:last-child .caption-2 {
overflow: auto !important; }
.service-image {
margin-bottom: 50px; }
.service-image img {
height: auto; }
.special-box-slider .owl-carousel {
width: 100%; }
.our-menu-col.mt-60 {
margin-top: 0; }
.middle-image {
margin-bottom: 50px; }
.middle-image img {
max-width: 65%; }
.block-banner.style-1 .inner {
background: rgba(0, 0, 0, 0.4);
right: 0;
width: 100%;
padding: 0 15px; }
.block-banner.style-1 h3, .block-banner.style-1 p {
color: #fff; }
.block-banner.style-1 img {
filter: brightness(0) invert(1); }
.ft-top.fixed {
padding: 70px 0 40px; }
.grid-image .grid-item .item-info h4 {
font-size: 16px;
margin-bottom: 0; }
.grid-image .grid-item .item-info .star-rating {
margin-bottom: 0;
font-size: 12px; }
.grid-image .grid-item .item-info .star-rating i {
margin-right: 2px; }
.grid-image .grid-item .item-info .price {
font-size: 12px; }
.trait-content.re-style {
padding: 60px 0 70px; }
.testimonials-2 {
margin-top: 40px; }
.flipster-item .content {
padding: 0 108px;
height: 420px; }
.flipster__nav {
display: block;
order: 1;
margin: 60px 0 0; }
.flipster__item--current .flipster__item__content {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.about-us-wrapper {
padding: 50px 0 50px; }
.about-us-board {
width: 100%;
padding: 10px; }
.about-us-board .inner {
padding: 50px 20px; }
.about-us-board .heading h2 {
font-size: 35px; }
.about-us-board p {
margin-bottom: 30px; }
.our-menu-wrapper .menu-holder.fixed .menu-thumb {
margin-bottom: 10px;
margin-right: 0; }
.our-menu-wrapper .menu-holder.fixed .menu-item {
padding: 10px; }
.our-menu-wrapper .menu-holder.fixed.right-40, .our-menu-wrapper .menu-holder.fixed.left-40 {
padding: 0; }
.our-menu-wrapper .right-content {
padding: 15px; }
.our-menu-wrapper .right-content .inner {
padding: 60px 10px 60px; }
.our-menu-wrapper .right-content .content {
padding: 0 15px; }
#rev_slider_12 li:nth-child(2) .caption-4 svg {
transform: translate(-50%, -50%) scale(0.35);
-webkit-transform: translate(-50%, -50%) scale(0.35);
-moz-transform: translate(-50%, -50%) scale(0.35);
-ms-transform: translate(-50%, -50%) scale(0.35);
-o-transform: translate(-50%, -50%) scale(0.35); }
.promotion-item .inner.top {
top: 8%; }
.promotion-item h2 {
font-size: 30px;
margin-top: 8px; }
.promotion-item .note h4 {
font-size: 25px; }
.promotion-item h3 {
font-size: 16px; }
.promotion-item .discount-box .text {
font-size: 12px; }
.promotion-item .discount-box .price {
font-size: 29px; }
.promotion-item .inner.right {
right: 5%; }
.promotion-item .inner.left {
left: 4%; }
.promotion-item .discount-text h3 {
font-size: 20px; }
.promotion-item .discount-text .percent {
font-size: 30px; }
.promotion-item .au-btn {
width: 108px;
height: 28px; }
.pizza .grid {
padding: 0 15px; }
.pizza .grid .pizza-item {
width: 100%;
margin-right: 0; }
.pizza .grid .pizza-item:nth-child(3) {
margin-bottom: 30px; }
.pizza-item.has-mb {
margin-bottom: 30px; }
.event-col {
margin-bottom: 30px;
height: auto; }
.block-banner.style-2 .inner {
left: 50%; }
.block-banner.style-2 h2 {
font-size: 35px;
margin-bottom: 10px; }
.block-banner.style-2 .text .first-line span {
font-size: 20px; }
.block-banner.style-2 .text .break {
font-size: 35px; }
.block-banner.style-2 .number {
font-size: 60px; }
.block-banner.style-2:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5); }
.subscribe .image-holder:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5); }
.subscribe-form {
padding: 40px 0;
height: auto; }
.subscribe-form p {
color: #fff; }
.promotion-item.is-bg {
height: auto; }
.promotion-item.is-bg #promotion-1 {
position: static; }
.about-us .image-holder img {
height: auto; }
.bakery-menu-item img {
max-width: 70%; }
.bakery-thumbnail li:nth-child(2) {
margin-right: 0; }
.bakery-content {
display: block; }
.bakery-content .bakery-right {
width: 100%; }
.bakery-content .image-holder {
margin: 40px 0 40px;
width: 100%; }
.bakery-content .image-holder img {
max-width: 70%; }
.brand .brand-item.corner:before {
display: none; }
.brand .brand-item {
border: 1px solid #e6e6e6 !important;
margin-bottom: 30px; }
.section-primary.has-overlay {
position: relative; }
.section-primary.has-overlay:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5); }
.testimonials-2-carousel span {
display: none; }
.page-breadcrumb h3 {
font-size: 25px;
margin-bottom: 10px; }
.special-grid .image-holder.fix-image img {
position: static;
height: auto; }
.masonry .masonry-wrapper {
display: block; }
.masonry .masonry-wrapper .image-holder {
margin-bottom: 15px; }
.masonry .masonry-wrapper .image-holder.fix-image img {
position: static;
height: auto; }
.masonry .masonry-wrapper .image-holder:last-child {
margin-bottom: 0; }
.error .inner {
width: 100%;
padding: 0 30px; }
.error span {
font-size: 95px;
margin-bottom: 10px; }
.error h3 {
font-size: 18px; }
.error p {
margin-bottom: 27px; }
.reservation form {
display: block; }
.reservation form .form-col {
margin-bottom: 20px; }
.reservation form .au-btn {
margin-top: 20px; }
.reservation .info .support {
padding-top: 27px; }
.sidebar {
margin-top: 50px; }
.blog-standard .blog-post, .blog-standard .blog-single {
padding-right: 0; }
.blog-standard .blog-post .post {
margin-bottom: 49px; }
.blog-standard .blog-post .post:last-child {
margin-bottom: 42px; }
.blog-standard.left-sidebar .blog-post {
padding-left: 0; }
.blog-standard .post .end {
flex-direction: column;
align-items: flex-start; }
.blog-standard .post .au-btn__readmore {
order: 1;
margin-bottom: 20px; }
.blog-standard .post .post-meta {
order: 2; }
.blog-standard .post .post-author {
margin-bottom: 10px; }
.blog-standard .post .post-date {
width: 62px;
height: 62px;
right: 10px;
top: 10px; }
.blog-standard .post .post-date .inner .date {
font-size: 27px; }
.blog-standard .post .post-date .inner .month {
font-size: 14px; }
.blog-standard .blog-single .author-board p {
width: 100%; }
.blog-standard .blog-single .post-navigation .navigation.right .arrow {
margin-left: 10px; }
.blog-standard .blog-single .post-navigation .navigation.left .arrow {
margin-right: 10px; }
.blog-standard .blog-single .post-navigation .arrow {
font-size: 15px; }
.blog-standard .blog-single .group-image .grid .image-holder:last-child {
margin-bottom: 0; }
.blog-standard .blog-single .group-image .grid .image-holder:last-child img {
position: static;
height: auto; }
.blog-standard .blog-single .group-image .grid {
display: block; }
.blog-standard .blog-single .group-image .grid .image-holder {
margin-bottom: 15px; }
.blog-standard .blog-single .quote {
margin-left: 30px; }
.blog-standard .blog-single .comments-area .comments-item {
flex-direction: column; }
.blog-standard .blog-single .comments-area .comments-item .thumb {
margin-right: 0;
margin-bottom: 20px; }
.blog-standard .blog-single .comments-area .comments-item .heading {
flex-direction: column; }
.blog-standard .blog-single .comments-area .comments-group .comments-group {
padding-left: 40px; }
.blog-standard .blog-single .comments-area > .comments-group {
margin-bottom: 0; }
.special-cupcake .image-holder {
text-align: center; }
.special-cupcake .image-holder img {
max-width: 80%; }
.cd-horizontal-timeline .events-wrapper {
height: 80px; }
.shop-list.wide {
padding-top: 20px !important; }
.shop-list.wide .container-fluid {
padding-left: 20px;
padding-right: 20px; }
.products .item .thumb .add_to_cart_button {
font-size: 15px; }
.products .item:hover .thumb .add_to_cart_button {
height: 42px; }
.woocommerce-tabs {
margin-top: 50px; }
.woocommerce-tabs .tabs {
flex-direction: column; }
.woocommerce-tabs .tabs li {
margin-bottom: 5px; }
.woocommerce-tabs .tabs li a {
padding: 0 20px 0 0; }
#add-info .shop_attributes th, #add-info .shop_attributes td {
padding: 0 20px; }
.shop-single #shop-single-thumb {
margin-top: 10px; }
.shop-single #shop-single-thumb a {
margin-right: 10px; }
.shop-single .entry-summary .product_title {
font-size: 25px; }
.shop-single .entry-summary .price {
font-size: 20px;
margin-right: 20px; }
.shop-single .entry-summary .star-rating {
font-size: 14px; }
.woocommerce-cart-form table thead {
display: none; }
.woocommerce-cart-form table tbody td {
width: 100% !important;
border: none;
-webkit-display: flex !important;
-moz-display: flex !important;
-ms-display: flex !important;
-o-display: flex !important;
display: flex !important;
justify-content: space-between;
align-items: center;
padding: 16px 0; }
.woocommerce-cart-form table tbody td:before {
content: attr(data-title) ": ";
font-size: 20px;
color: #333;
font-family: "Raleway-SemiBold";
font-weight: 600; }
.woocommerce-cart-form table tbody td.product-remove.none {
display: none !important; }
.woocommerce-cart-form table tbody td.product-remove:before, .woocommerce-cart-form table tbody td.cart-subtotal:before, .woocommerce-cart-form table tbody td.actions:before {
display: none; }
.woocommerce-cart-form table tbody td.product-remove, .woocommerce-cart-form table tbody td.product-thumbnail, .woocommerce-cart-form table tbody td.cart-subtotal {
justify-content: center; }
.woocommerce-cart-form table tbody td.product-name, .woocommerce-cart-form table tbody td.product-remove {
padding-left: 0; }
.woocommerce-cart-form table tbody td.product-remove {
padding-top: 40px; }
.woocommerce-cart-form table tbody td.product-thumbnail {
padding-bottom: 30px; }
.woocommerce-cart-form table tbody td.product-subtotal {
padding-bottom: 40px; }
.woocommerce-cart-form table tbody td.cart-subtotal {
padding-right: 0; }
.woocommerce-cart-form table tbody td .quantity {
margin-right: 0; }
.woocommerce-cart-form table .actions {
padding: 40px 0 20px; }
.woocommerce-cart-form table .coupon {
width: 100%; }
.woocommerce-cart-form .bottom {
flex-direction: column;
align-items: center;
margin-top: 30px; }
.woocommerce-cart-form .update-btn {
margin-bottom: 20px; }
.our-story-primary.style-3 .heading h2 {
font-size: 45px; }
.our-story-primary.style-3 .inner {
padding: 50px 0;
width: 100%; }
.our-service-full {
width: 100%;
padding: 50px 0; }
.our-menu-full {
padding: 50px 0; }
.testimonials-2.full .item p {
width: 100%; }
.section-form.full {
padding: 50px 0; }
.section-form.full .form-col {
width: 100%; }
.full-col {
display: block; }
.food-slider .owl-theme .owl-nav.disabled + .owl-dots {
margin-bottom: 30px; }
#rev_slider_5.has-shadow .tp-bgimg.defaultimg:before {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4); } }
/*# sourceMappingURL=style.css.map */ | 0.308398 | 0.041774 |
:root {
--sea:#e6ffe6;
--mint:#99ffcc;
--forest:#004d26;
--green: #009933;
--pale:#ffffff;
--blue:#b3ccff;
--aqua:#4eb883;
--lilac:#e6e6ff;
--beige:#ffe6cc;
--smoke:#404040;
--orchid:#ccccff;
}
body {
background: linear-gradient(to bottom, #99ffcc, #ffffff);
background-repeat: no-repeat;
font-family: 'Montserrat', sans-serif;
}
.footer {
position: fixed;
/* height: 50px; */
bottom: 0;
/* width: 100%; */
color: var(--pale);
text-shadow: 1px 1px var(--smoke);
font-size: 150%;
font-family: 'Montserrat', sans-serif;
}
.footer a {
display: flex;
color: var(--forest);
justify-content: center;
}
footer a:hover{
color: var(--forest);
text-decoration: none;
}
.navbar {
font-size: 1.5rem;
background-color: var(--aqua);
color: var(--mint);
text-shadow: 2px 2px var(--forest);
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}
.navbar a {
color: var(--pale);
text-shadow: 2px 2px var(--forest);
}
.navbar a:hover {
color: var(--forest);
text-shadow: 1px 1px var(--pale);
}
.card {
border-radius: 10px;
border-color: var(--forest);
background: linear-gradient(to bottom, var(--lilac), var(--beige));
box-shadow: 6px 6px 6px 6px rgb(65, 63, 63), 0 6px 6px #999;
height: 400px;
text-align:center;
margin-bottom: 10px;
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 2.25rem;
padding-top: 4.25rem;
padding-right: 2.25rem;
padding-bottom: 1.25rem;
padding-left: 2.25rem;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 500;
}
.card-footer {
padding: .75rem 1.25rem;
padding-top: 3.75rem;
padding-right: 1.25rem;
padding-bottom: 0.75rem;
padding-left: 1.25rem;
background-color: rgba(0,0,0,.03);
border-top: 1px solid rgba(0,0,0,.125);
}
.card-title {
color: var(--aqua);
font-weight: bolder;
font-size: 24px;
text-shadow: 2px 2px var(--forest);
}
/* .card-title:hover {
color: var(--mint);
font-weight: bolder;
font-size: 24px;
text-shadow: 2px 2px var(--forest);
} */
.card-text {
color: var(--forest);
}
.btn-view {
background-image: url("../images/background.png");
box-shadow: inset 0px 0px 8px var(--smoke), 0 0 15px var(--orchid);
color: var(--pale);
/* text-shadow: 2px 2px var(--forest); */
font-weight: 500;
}
.btn-view:hover {
background-image: url("../images/background3.png");
box-shadow: inset 0px 0px 8px var(--smoke), 0 0 15px var(--orchid);
color: var(--forest);
text-shadow: 1px 1px var(--pale);
}
.community {
color: var(--forest);
text-shadow: 1px 1px var(--smoke);
margin-bottom: 50px;
font-family: 'Montserrat', sans-serif;
}
.row {
justify-content: space-around;
}
img {
border: none;
border-radius: 5px;
background: linear-gradient(to bottom, var(--lilac), var(--beige));
box-shadow: 6px 6px 6px 6px rgb(65, 63, 63), 0 6px 6px #999;
} | client/src/components/style.css | :root {
--sea:#e6ffe6;
--mint:#99ffcc;
--forest:#004d26;
--green: #009933;
--pale:#ffffff;
--blue:#b3ccff;
--aqua:#4eb883;
--lilac:#e6e6ff;
--beige:#ffe6cc;
--smoke:#404040;
--orchid:#ccccff;
}
body {
background: linear-gradient(to bottom, #99ffcc, #ffffff);
background-repeat: no-repeat;
font-family: 'Montserrat', sans-serif;
}
.footer {
position: fixed;
/* height: 50px; */
bottom: 0;
/* width: 100%; */
color: var(--pale);
text-shadow: 1px 1px var(--smoke);
font-size: 150%;
font-family: 'Montserrat', sans-serif;
}
.footer a {
display: flex;
color: var(--forest);
justify-content: center;
}
footer a:hover{
color: var(--forest);
text-decoration: none;
}
.navbar {
font-size: 1.5rem;
background-color: var(--aqua);
color: var(--mint);
text-shadow: 2px 2px var(--forest);
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}
.navbar a {
color: var(--pale);
text-shadow: 2px 2px var(--forest);
}
.navbar a:hover {
color: var(--forest);
text-shadow: 1px 1px var(--pale);
}
.card {
border-radius: 10px;
border-color: var(--forest);
background: linear-gradient(to bottom, var(--lilac), var(--beige));
box-shadow: 6px 6px 6px 6px rgb(65, 63, 63), 0 6px 6px #999;
height: 400px;
text-align:center;
margin-bottom: 10px;
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 2.25rem;
padding-top: 4.25rem;
padding-right: 2.25rem;
padding-bottom: 1.25rem;
padding-left: 2.25rem;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 500;
}
.card-footer {
padding: .75rem 1.25rem;
padding-top: 3.75rem;
padding-right: 1.25rem;
padding-bottom: 0.75rem;
padding-left: 1.25rem;
background-color: rgba(0,0,0,.03);
border-top: 1px solid rgba(0,0,0,.125);
}
.card-title {
color: var(--aqua);
font-weight: bolder;
font-size: 24px;
text-shadow: 2px 2px var(--forest);
}
/* .card-title:hover {
color: var(--mint);
font-weight: bolder;
font-size: 24px;
text-shadow: 2px 2px var(--forest);
} */
.card-text {
color: var(--forest);
}
.btn-view {
background-image: url("../images/background.png");
box-shadow: inset 0px 0px 8px var(--smoke), 0 0 15px var(--orchid);
color: var(--pale);
/* text-shadow: 2px 2px var(--forest); */
font-weight: 500;
}
.btn-view:hover {
background-image: url("../images/background3.png");
box-shadow: inset 0px 0px 8px var(--smoke), 0 0 15px var(--orchid);
color: var(--forest);
text-shadow: 1px 1px var(--pale);
}
.community {
color: var(--forest);
text-shadow: 1px 1px var(--smoke);
margin-bottom: 50px;
font-family: 'Montserrat', sans-serif;
}
.row {
justify-content: space-around;
}
img {
border: none;
border-radius: 5px;
background: linear-gradient(to bottom, var(--lilac), var(--beige));
box-shadow: 6px 6px 6px 6px rgb(65, 63, 63), 0 6px 6px #999;
} | 0.439026 | 0.254665 |
* {
margin: 0;
padding: 0;
}
/* header-css */
header {
height: 65px;
background-color: pink;
display: flex;
justify-content: space-between;
align-items: center;
color: white;
}
.header-left {
margin-left: 20px;
}
.header-left h2 {
font-size: 27px;
}
.header-right {
margin-right: 20px;
}
.fas {
font-size: 30px;
cursor: pointer;
}
/* babies-wrapper css */
.bars {
height: 6vh;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 10px;
}
.bars a {
font-size: 7px;
background-color: rgb(10, 157, 255);
color: black;
text-decoration: none;
padding: 3px 10px;
border: 2px solid black;
border-radius: 30px;
font-weight: bold;
cursor: pointer;
}
.bars a:hover {
opacity: 0.5;
}
.create_baby a {
background-color: orange;
border-radius: 50%;
}
.babies .girl {
background-color: pink;
}
/* 追加 */
.babies .none {
background-color: yellow;
}
/* top-wrappper css */
.top-box {
display: flex;
justify-content: center;
align-items: center;
background-color: pink;
border-radius: 30px;
margin: 0 10px;
padding: 15px 10px;
}
.box img {
width: 180px;
height: 180px;
border-radius: 50%;
}
/* main-wrapper css */
.heading {
text-align: center;
margin-bottom: 25px;
}
.baby-details img {
width: 80%;
}
.mommy-details {
margin-bottom: 30px;
}
.graph {
display: flex;
flex-direction: column;
align-items: center;
}
.details {
display: flex;
justify-content: center;
}
.detail {
display: flex;
flex-direction: column;
align-items: center;
}
.detail h2 {
font-size: 15px;
text-align: center;
}
.detail p {
display:flex;
flex-direction: column;
align-items: center;
border: 1px solid black;
/* width: 160px; */
/* height: 15vh; */
margin: 15px 10px 10px 0;
text-align: center;
}
.detail-button {
width: 80%;
text-align: end;
}
.detail-button a {
font-size: 7px;
background-color: orange;
color: black;
text-decoration: none;
padding: 3px 10px;
border: 3px solid black;
border-radius: 50%;
font-weight: bold;
cursor: pointer;
}
.detail-button a:hover {
opacity: 0.5;
}
/* button-wrapper css */
.button-wrapper {
margin: 50px 0;
}
.buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.buttons button {
width: 40%;
background-color: yellow;
border: 3px solid black;
padding: 10px 17px;
cursor: pointer;
border-radius: 20px;
margin: 10px 5px;
}
.buttons a {
color: black;
text-decoration: none;
}
.buttons button:hover {
/* opacity: 0.5; */
background-color: greenyellow;
}
/* footer css */
footer {
height: 40px;
background-color: pink;
} | public/assets/CSS/baby.css | * {
margin: 0;
padding: 0;
}
/* header-css */
header {
height: 65px;
background-color: pink;
display: flex;
justify-content: space-between;
align-items: center;
color: white;
}
.header-left {
margin-left: 20px;
}
.header-left h2 {
font-size: 27px;
}
.header-right {
margin-right: 20px;
}
.fas {
font-size: 30px;
cursor: pointer;
}
/* babies-wrapper css */
.bars {
height: 6vh;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 10px;
}
.bars a {
font-size: 7px;
background-color: rgb(10, 157, 255);
color: black;
text-decoration: none;
padding: 3px 10px;
border: 2px solid black;
border-radius: 30px;
font-weight: bold;
cursor: pointer;
}
.bars a:hover {
opacity: 0.5;
}
.create_baby a {
background-color: orange;
border-radius: 50%;
}
.babies .girl {
background-color: pink;
}
/* 追加 */
.babies .none {
background-color: yellow;
}
/* top-wrappper css */
.top-box {
display: flex;
justify-content: center;
align-items: center;
background-color: pink;
border-radius: 30px;
margin: 0 10px;
padding: 15px 10px;
}
.box img {
width: 180px;
height: 180px;
border-radius: 50%;
}
/* main-wrapper css */
.heading {
text-align: center;
margin-bottom: 25px;
}
.baby-details img {
width: 80%;
}
.mommy-details {
margin-bottom: 30px;
}
.graph {
display: flex;
flex-direction: column;
align-items: center;
}
.details {
display: flex;
justify-content: center;
}
.detail {
display: flex;
flex-direction: column;
align-items: center;
}
.detail h2 {
font-size: 15px;
text-align: center;
}
.detail p {
display:flex;
flex-direction: column;
align-items: center;
border: 1px solid black;
/* width: 160px; */
/* height: 15vh; */
margin: 15px 10px 10px 0;
text-align: center;
}
.detail-button {
width: 80%;
text-align: end;
}
.detail-button a {
font-size: 7px;
background-color: orange;
color: black;
text-decoration: none;
padding: 3px 10px;
border: 3px solid black;
border-radius: 50%;
font-weight: bold;
cursor: pointer;
}
.detail-button a:hover {
opacity: 0.5;
}
/* button-wrapper css */
.button-wrapper {
margin: 50px 0;
}
.buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.buttons button {
width: 40%;
background-color: yellow;
border: 3px solid black;
padding: 10px 17px;
cursor: pointer;
border-radius: 20px;
margin: 10px 5px;
}
.buttons a {
color: black;
text-decoration: none;
}
.buttons button:hover {
/* opacity: 0.5; */
background-color: greenyellow;
}
/* footer css */
footer {
height: 40px;
background-color: pink;
} | 0.382718 | 0.096408 |
@charset "utf-8";
/* CSS Document */
.nc-menu-trigger {
height: 44px;
overflow: hidden;
position: fixed;
right: 30px;
text-indent: 100%;
top: 30px;
transition: transform 0.2s ease 0s;
white-space: nowrap;
width: 44px;
z-index: 3;
}
.nc-menu-trigger span {
background-color: #ffffff;
bottom: auto;
height: 3px;
left: 50%;
position: absolute;
right: auto;
top: 50%;
transform: translate(-50%, -50%);
width: 32px;
}
.nc-menu-trigger span::before, .nc-menu-trigger span::after {
backface-visibility: hidden;
background-color: inherit;
content: "";
height: 100%;
position: absolute;
right: 0px;
top: 0px;
transform: translateZ(0px);
transition: transform 0.2s ease 0s, width 0.2s ease 0s;
width: 100%;
}
.nc-menu-trigger span::before {
transform-origin: right top 0px;
transform: translateY(-10px);
}
.nc-menu-trigger span::after {
transform-origin: right bottom 0px;
transform: translateY(10px);
}
.no-touch .nc-menu-trigger:hover {
transform: rotate(180deg);
}
.no-touch .nc-menu-trigger:hover span::after, .no-touch .nc-menu-trigger:hover span::before {
width: 50%;
}
.no-touch .nc-menu-trigger:hover span::before {
transform: translate(1px, 1px) rotate(45deg);
}
.no-touch .nc-menu-trigger:hover span::after {
transform: translate(1px, -1px) rotate(-45deg);
}
.nc-menu-container {
backface-visibility: hidden;
background-color: #000000;
height: 100%;
overflow-y: auto;
position: fixed;
right: 0px;
top: 0px;
transform: translateX(100%);
transition: transform 0.3s ease 0s, box-shadow 0s ease 0.3s;
width: 300px;
z-index: 4;
}
.nc-menu-container.visible-on {
background-color: #000000;
box-shadow: -4px 0px 30px rgba(0, 0, 0, 0.2);
transform: translateX(0px);
transition: transform 0.3s ease 0s, box-shadow 0s ease 0s;
}
.nc-menu-container header {
position: relative;
}
.nc-menu-close {
bottom: auto;
height: 44px;
margin-right: -22px;
overflow: hidden;
position: absolute;
right: 50%;
text-indent: 100%;
top: 50%;
transform: translateY(-50%);
transition: opacity 0.2s ease 0s;
white-space: nowrap;
width: 44px;
}
.nc-menu-close::after, .nc-menu-close::before {
backface-visibility: hidden;
background-color: #5c4b51;
content: "";
height: 3px;
left: 50%;
position: absolute;
top: 50%;
width: 32px;
}
.nc-menu-close::after {
transform: translate(-50%, -50%) rotate(45deg);
}
.nc-menu-close::before {
transform: translate(-50%, -50%) rotate(-45deg);
}
.no-touch .nc-menu-close:hover {
opacity: 0.8;
}
.nc-menu::after {
clear: both;
content: "";
display: table;
}
.nc-menu li {
border: medium none;
float: none;
height: calc((100vh - 68px) / 3);
min-height: 120px;
width: 50%;
}
.nc-menu a {
display: block;
height: 100%;
position: relative;
text-align: center;
width: 100%;
}
.nc-overlay {
backface-visibility: hidden;
background-color: rgba(0, 0, 0, 0.35);
cursor: pointer;
height: 100%;
left: 0px;
opacity: 0;
position: fixed;
top: 0px;
transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s;
width: 100%;
}
.nc-overlay.visible-on {
opacity: 1;
transition: opacity 0.4s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
#main {
box-shadow: 0px 0px 30px #241d20;
height: 100vh;
overflow-x: hidden;
position: relative;
transition: transform 0.4s ease 0s;
}
#main.nc-down-scale {
transform: scale(0.9);
}
.nc-content-section {
height: 100%;
left: 0px;
overflow-y: auto;
position: absolute;
top: 0px;
transform: translateX(100%);
transition: transform 0s ease 0.4s;
width: 100%;
z-index: 1;
}
.nc-content-section.nc-active {
position: relative;
transform: translateX(0px);
transition: transform 0.4s ease 0s;
z-index: 2;
}
.nc-menu li.nc-active .link-box {
background-color: #ffffff;
color: #000000;
}
.no-js #main, .no-js .nc-content-section {
height: auto;
overflow: visible;
}
.no-js .nc-content-section {
position: static;
transform: translateX(0px);
}
.no-js .nc-menu-container {
height: auto;
overflow: visible;
position: static;
transform: translateX(0px);
width: 100%;
}
.no-js .nc-menu-close {
display: none;
}
.no-js .nc-menu li {
float: left;
width: 50%;
}
@media only screen and (min-width: 700px) {
.no-js .nc-menu li { width: 33.3%; float: left; }
}
@media only screen and (min-width: 1024px) {
.no-js .nc-menu li { width: 16.66%; float: left; }
} | Work/Content/structure.css | @charset "utf-8";
/* CSS Document */
.nc-menu-trigger {
height: 44px;
overflow: hidden;
position: fixed;
right: 30px;
text-indent: 100%;
top: 30px;
transition: transform 0.2s ease 0s;
white-space: nowrap;
width: 44px;
z-index: 3;
}
.nc-menu-trigger span {
background-color: #ffffff;
bottom: auto;
height: 3px;
left: 50%;
position: absolute;
right: auto;
top: 50%;
transform: translate(-50%, -50%);
width: 32px;
}
.nc-menu-trigger span::before, .nc-menu-trigger span::after {
backface-visibility: hidden;
background-color: inherit;
content: "";
height: 100%;
position: absolute;
right: 0px;
top: 0px;
transform: translateZ(0px);
transition: transform 0.2s ease 0s, width 0.2s ease 0s;
width: 100%;
}
.nc-menu-trigger span::before {
transform-origin: right top 0px;
transform: translateY(-10px);
}
.nc-menu-trigger span::after {
transform-origin: right bottom 0px;
transform: translateY(10px);
}
.no-touch .nc-menu-trigger:hover {
transform: rotate(180deg);
}
.no-touch .nc-menu-trigger:hover span::after, .no-touch .nc-menu-trigger:hover span::before {
width: 50%;
}
.no-touch .nc-menu-trigger:hover span::before {
transform: translate(1px, 1px) rotate(45deg);
}
.no-touch .nc-menu-trigger:hover span::after {
transform: translate(1px, -1px) rotate(-45deg);
}
.nc-menu-container {
backface-visibility: hidden;
background-color: #000000;
height: 100%;
overflow-y: auto;
position: fixed;
right: 0px;
top: 0px;
transform: translateX(100%);
transition: transform 0.3s ease 0s, box-shadow 0s ease 0.3s;
width: 300px;
z-index: 4;
}
.nc-menu-container.visible-on {
background-color: #000000;
box-shadow: -4px 0px 30px rgba(0, 0, 0, 0.2);
transform: translateX(0px);
transition: transform 0.3s ease 0s, box-shadow 0s ease 0s;
}
.nc-menu-container header {
position: relative;
}
.nc-menu-close {
bottom: auto;
height: 44px;
margin-right: -22px;
overflow: hidden;
position: absolute;
right: 50%;
text-indent: 100%;
top: 50%;
transform: translateY(-50%);
transition: opacity 0.2s ease 0s;
white-space: nowrap;
width: 44px;
}
.nc-menu-close::after, .nc-menu-close::before {
backface-visibility: hidden;
background-color: #5c4b51;
content: "";
height: 3px;
left: 50%;
position: absolute;
top: 50%;
width: 32px;
}
.nc-menu-close::after {
transform: translate(-50%, -50%) rotate(45deg);
}
.nc-menu-close::before {
transform: translate(-50%, -50%) rotate(-45deg);
}
.no-touch .nc-menu-close:hover {
opacity: 0.8;
}
.nc-menu::after {
clear: both;
content: "";
display: table;
}
.nc-menu li {
border: medium none;
float: none;
height: calc((100vh - 68px) / 3);
min-height: 120px;
width: 50%;
}
.nc-menu a {
display: block;
height: 100%;
position: relative;
text-align: center;
width: 100%;
}
.nc-overlay {
backface-visibility: hidden;
background-color: rgba(0, 0, 0, 0.35);
cursor: pointer;
height: 100%;
left: 0px;
opacity: 0;
position: fixed;
top: 0px;
transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s;
width: 100%;
}
.nc-overlay.visible-on {
opacity: 1;
transition: opacity 0.4s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
#main {
box-shadow: 0px 0px 30px #241d20;
height: 100vh;
overflow-x: hidden;
position: relative;
transition: transform 0.4s ease 0s;
}
#main.nc-down-scale {
transform: scale(0.9);
}
.nc-content-section {
height: 100%;
left: 0px;
overflow-y: auto;
position: absolute;
top: 0px;
transform: translateX(100%);
transition: transform 0s ease 0.4s;
width: 100%;
z-index: 1;
}
.nc-content-section.nc-active {
position: relative;
transform: translateX(0px);
transition: transform 0.4s ease 0s;
z-index: 2;
}
.nc-menu li.nc-active .link-box {
background-color: #ffffff;
color: #000000;
}
.no-js #main, .no-js .nc-content-section {
height: auto;
overflow: visible;
}
.no-js .nc-content-section {
position: static;
transform: translateX(0px);
}
.no-js .nc-menu-container {
height: auto;
overflow: visible;
position: static;
transform: translateX(0px);
width: 100%;
}
.no-js .nc-menu-close {
display: none;
}
.no-js .nc-menu li {
float: left;
width: 50%;
}
@media only screen and (min-width: 700px) {
.no-js .nc-menu li { width: 33.3%; float: left; }
}
@media only screen and (min-width: 1024px) {
.no-js .nc-menu li { width: 16.66%; float: left; }
} | 0.516595 | 0.065665 |