@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
-webkit-backface-visibility: hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.vbox-overlay{
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 1040;
-webkit-transform:translateZ(1000px);
transform: translateZ(1000px);
transform-style: preserve-3d;
} .vbox-title{
width: 100%;
height: 40px;
float: left;
text-align: center;
line-height: 28px;
font-size: 12px;
padding: 6px 40px;
overflow: hidden;
position: fixed;
display: none;
left: 0;
z-index: 1050;
}
.vbox-close{
cursor: pointer;
position: fixed;
top: -1px;
right: 0;
width: 50px;
height: 40px;
padding: 6px;
display: block;
background-position:10px center;
overflow: hidden;
font-size: 24px;
line-height: 1;
text-align: center;
z-index: 1050;
}
.vbox-num{
cursor: pointer;
position: fixed;
left: 0;
height: 40px;
display: block;
overflow: hidden;
line-height: 28px;
font-size: 12px;
padding: 6px 10px;
display: none;
z-index: 1050;
} .vbox-next, .vbox-prev{
position: fixed;
top: 50%;
margin-top: -15px;
overflow: hidden;
cursor: pointer;
display: block;
width: 45px;
height: 45px;
z-index: 1050;
}
.vbox-next span, .vbox-prev span{
position: relative;
width: 20px;
height: 20px;
border: 2px solid transparent;
border-top-color: #B6B6B6;
border-right-color: #B6B6B6;
text-indent: -100px;
position: absolute;
top: 8px;
display: block;
}
.vbox-prev{
left: 15px;
}
.vbox-next{
right: 15px;
}
.vbox-prev span{
left: 10px;
-ms-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.vbox-next span{
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: 10px;
} .vbox-inline{
width: 420px;
height: 315px;
height: 70vh;
padding: 10px;
background: #fff;
margin: 0 auto;
overflow: auto;
text-align: left;
} .venoframe{
max-width: 100%;
width: 100%;
border: none;
width: 100%;
height: 260px;
height: 70vh;
}
.venoframe.vbvid{
height: 260px;
}
@media (min-width: 768px) {
.venoframe, .vbox-inline{
width: 90%;
height: 360px;
height: 70vh;
}
.venoframe.vbvid{
width: 640px;
height: 360px;
}
}
@media (min-width: 992px) {
.venoframe, .vbox-inline{
max-width: 1200px;
width: 80%;
height: 540px;
height: 70vh;
}
.venoframe.vbvid{
width: 960px;
height: 540px;
}
} .vbox-open{
overflow: hidden;
}
.vbox-container{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow-x: hidden;
overflow-y: scroll;
overflow-scrolling: touch;
-webkit-overflow-scrolling: touch;
z-index: 20;
max-height: 100%;
}
.vbox-content{
text-align: center;
float: left;
width: 100%;
position: relative;
overflow: hidden;
padding: 20px 10px;
}
.vbox-container img{
max-width: 100%;
height: auto;
}
.figlio{
box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
max-width: 100%;
text-align: initial;
}
img.figlio{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.vbox-content.swipe-left{
margin-left: -200px !important;
}
.vbox-content.swipe-right{
margin-left: 200px !important;
}
.animated{
webkit-transition: margin 300ms ease-out;
transition: margin 300ms ease-out;
}
.animate-in{
opacity: 1;
}
.animate-out{
opacity: 0;
} .sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-backface-visibility:visible;-moz-backface-visibility:visible;backface-visibility:visible;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{width:50px;height:40px;text-align:center;font-size:10px;margin:40px auto}.sk-wave .sk-rect{background-color:#333;height:100%;width:4px;margin:0 1px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-three-bounce{margin:40px auto;width:100px;text-align:center}.sk-three-bounce .sk-child{width:16px;height:16px;background-color:#333;border-radius:100%;margin:4px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-cube-grid,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-spinner-pulse{background-color:#333;border-radius:100%;-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face{font-family:'FontAwesome';src:url(//levetchristophe.fr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//levetchristophe.fr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//levetchristophe.fr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//levetchristophe.fr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//levetchristophe.fr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//levetchristophe.fr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.fr-window,
.fr-window [class^="fr-"],
.fr-overlay,
.fr-overlay [class^="fr-"],
.fr-spinner,
.fr-spinner [class^="fr-"] {
box-sizing: border-box;
}
.fr-window {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana,
Arial, sans-serif; transform: translateZ(0px);
} .fr-overlay {
z-index: 99998;
}
.fr-window {
z-index: 99999;
}
.fr-spinner {
z-index: 100000;
} .fr-overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.fr-overlay-background {
float: left;
width: 100%;
height: 100%;
background: #000;
opacity: 0.9;
filter: alpha(opacity=90);
}
.fr-overlay-ui-fullclick .fr-overlay-background {
background: #292929;
opacity: 1;
filter: alpha(opacity=100);
} .fr-window.fr-mobile-touch,
.fr-overlay.fr-mobile-touch {
position: absolute;
overflow: visible;
} .fr-measured {
margin: 0 !important;
min-width: 0 !important;
min-height: 0 !important;
}
.fr-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.fr-pages {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fr-page {
position: absolute;
width: 100%;
height: 100%;
}
.fr-container {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
padding: 0;
text-align: center;
}
.fr-hovering-clickable .fr-container {
cursor: pointer;
}  .fr-ui-inside .fr-container {
padding: 20px 20px;
}
.fr-ui-inside.fr-no-sides .fr-container {
padding: 20px;
} .fr-ui-outside .fr-container {
padding: 20px 82px;
}
.fr-ui-outside.fr-no-sides .fr-container {
padding: 20px 48px;
} @media all and (max-width: 700px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 700px) { .fr-ui-inside .fr-container {
padding: 12px 12px;
}
.fr-ui-inside.fr-no-sides .fr-container {
padding: 12px;
} .fr-ui-outside .fr-container {
padding: 12px 72px;
}
.fr-ui-outside.fr-no-sides .fr-container {
padding: 12px 48px;
}
}
@media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 500px) { .fr-ui-inside .fr-container {
padding: 0px 0px;
}
.fr-ui-inside.fr-no-sides .fr-container {
padding: 0px;
} .fr-ui-outside .fr-container {
padding: 0px 72px;
}
.fr-ui-outside.fr-no-sides .fr-container {
padding: 0px 48px;
}
} .fr-ui-fullclick .fr-container {
padding: 0;
}
.fr-ui-fullclick.fr-no-sides .fr-container {
padding: 0;
} .fr-ui-fullclick.fr-type-video .fr-container {
padding: 0px 62px;
}
.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
padding: 48px 0px;
} .fr-overflow-y .fr-container {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.fr-content,
.fr-content-background {
position: absolute;
top: 50%;
left: 50%; overflow: visible;
} .fr-content-element {
float: left;
width: 100%;
height: 100%;
}
.fr-content-background {
background: #101010;
}
.fr-info {
position: absolute;
top: 0;
left: 0;
width: 100%;
color: #efefef;
font-size: 13px;
line-height: 20px;
text-align: left;
-webkit-text-size-adjust: none;
text-size-adjust: none;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.fr-info-background {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000;
line-height: 1%;
filter: none;
opacity: 1;
}
.fr-ui-inside .fr-info-background {
filter: alpha(opacity=80);
opacity: 0.8;
zoom: 1;
} .fr-ui-outside .fr-info-background {
background: #0d0d0d;
} .fr-content .fr-info {
top: auto;
bottom: 0;
}
.fr-info-padder {
display: block;
overflow: hidden;
padding: 12px;
position: relative;
width: auto;
}
.fr-caption {
width: auto;
display: inline;
}
.fr-position {
color: #b3b3b3;
float: right;
line-height: 21px;
opacity: 0.99;
position: relative;
text-align: right;
margin-left: 15px;
white-space: nowrap;
} .fr-position-outside,
.fr-position-inside {
position: absolute;
bottom: 0;
right: 0;
margin: 12px;
width: auto;
padding: 2px 8px;
border-radius: 10px;
font-size: 11px;
line-height: 20px;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
display: none;
overflow: hidden;
white-space: nowrap;
-webkit-text-size-adjust: none;
text-size-adjust: none;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.fr-position-inside {
border: 0;
}
.fr-position-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0d0d0d;
filter: alpha(opacity=80);
opacity: 0.8;
zoom: 1; }
.fr-position-text {
color: #b3b3b3;
}
.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text {
float: left;
position: relative;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
opacity: 1;
} .fr-ui-outside .fr-position-outside {
display: block;
}
.fr-ui-outside .fr-info .fr-position {
display: none;
}
.fr-ui-inside.fr-no-caption .fr-position-inside {
display: block;
} .fr-info a,
.fr-info a:hover {
color: #ccc;
border: 0;
background: none;
text-decoration: underline;
}
.fr-info a:hover {
color: #eee;
} .fr-ui-outside.fr-no-caption .fr-info {
display: none;
}
.fr-ui-inside.fr-no-caption .fr-caption {
display: none;
} .fr-stroke {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
}
.fr-stroke-vertical {
width: 1px;
height: 100%;
}
.fr-stroke-horizontal {
padding: 0 1px;
}
.fr-stroke-right {
left: auto;
right: 0;
}
.fr-stroke-bottom {
top: auto;
bottom: 0;
}
.fr-stroke-color {
float: left;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.08);
} .fr-info .fr-stroke-color {
background: rgba(80, 80, 80, 0.3);
} .fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
display: none;
} .fr-ui-fullclick .fr-stroke {
display: none;
}
.fr-ui-fullclick .fr-content-background {
box-shadow: none;
} .fr-info .fr-stroke-top {
display: none;
} .fr-side {
position: absolute;
top: 50%;
width: 54px;
height: 72px;
margin: 0 9px;
margin-top: -36px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
zoom: 1;
}
.fr-side-previous {
left: 0;
}
.fr-side-next {
right: 0;
left: auto;
}
.fr-side-disabled {
cursor: default;
}
.fr-side-hidden {
display: none !important;
}
.fr-side-button {
float: left;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.fr-side-button-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #101010;
}
.fr-side-button-icon {
float: left;
position: relative;
height: 100%;
width: 100%;
zoom: 1;
background-position: 50% 50%;
background-repeat: no-repeat;
} @media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
.fr-side {
width: 54px;
height: 60px;
margin: 0;
margin-top: -30px;
}
.fr-side-button {
width: 48px;
height: 60px;
margin: 0 3px;
}
} .fr-close {
position: absolute;
width: 48px;
height: 48px;
top: 0;
right: 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.fr-close-background,
.fr-close-icon {
position: absolute;
top: 12px;
left: 12px;
height: 26px;
width: 26px;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.fr-close-background {
background-color: #000;
} .fr-thumbnails {
position: absolute;
overflow: hidden;
}
.fr-thumbnails-disabled .fr-thumbnails {
display: none !important;
}
.fr-thumbnails-horizontal .fr-thumbnails {
width: 100%;
height: 12%;
min-height: 74px;
max-height: 160px;
bottom: 0;
}
.fr-thumbnails-vertical .fr-thumbnails {
height: 100%;
width: 10%;
min-width: 74px;
max-width: 160px;
left: 0;
}
.fr-thumbnails,
.fr-thumbnails * {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fr-thumbnails-wrapper {
position: absolute;
top: 0;
left: 50%;
height: 100%;
}
.fr-thumbnails-vertical .fr-thumbnails-wrapper {
top: 50%;
left: 0;
}
.fr-thumbnails-slider {
position: relative;
width: 100%;
height: 100%;
float: left;
zoom: 1;
}
.fr-thumbnails-slider-slide {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
.fr-thumbnails-thumbs {
float: left;
height: 100%;
overflow: hidden;
position: relative;
top: 0;
left: 0;
}
.fr-thumbnails-slide {
position: absolute;
top: 0;
height: 100%;
width: 100%;
}
.fr-thumbnail-frame {
position: absolute;
zoom: 1;
overflow: hidden;
}
.fr-thumbnail {
position: absolute;
width: 30px;
height: 100%;
left: 50%;
top: 50%;
zoom: 1;
cursor: pointer;
margin: 0 10px;
}
.fr-ltIE9 .fr-thumbnail * {
overflow: hidden; z-index: 1;
zoom: 1;
}
.fr-thumbnail-wrapper {
position: relative;
background: #161616;
width: 100%;
height: 100%;
float: left;
overflow: hidden;
display: inline; z-index: 0; }
.fr-thumbnail-overlay {
cursor: pointer;
}
.fr-thumbnail-active .fr-thumbnail-overlay {
cursor: default;
}
.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-width: 0;
overflow: hidden;
border-style: solid;
border-color: transparent;
}
.fr-ltIE9 .fr-thumbnail-overlay-border {
border-width: 0 !important;
}
.fr-thumbnail .fr-thumbnail-image {
position: absolute;
filter: alpha(opacity=85);
opacity: 0.85;
max-width: none;
}
.fr-thumbnail:hover .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
filter: alpha(opacity=99);
opacity: 0.99;
}
.fr-thumbnail-active .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
filter: alpha(opacity=35);
opacity: 0.35;
}
.fr-thumbnail-active {
cursor: default;
} .fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.fr-thumbnail-loading-background {
background-color: #161616;
background-position: 50% 50%;
background-repeat: no-repeat;
opacity: 0.8;
position: relative;
float: left;
} .fr-thumbnail-loading-icon {
display: none;
} .fr-thumbnail-error .fr-thumbnail-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #202020;
} .fr-thumbnails-side {
float: left;
height: 100%;
width: 28px;
margin: 0 5px;
position: relative;
overflow: hidden;
}
.fr-thumbnails-side-previous {
margin-left: 12px;
}
.fr-thumbnails-side-next {
margin-right: 12px;
}
.fr-thumbnails-vertical .fr-thumbnails-side {
height: 28px;
width: 100%;
margin: 10px 0;
}
.fr-thumbnails-vertical .fr-thumbnails-side-previous {
margin-top: 20px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-next {
margin-bottom: 20px;
}
.fr-thumbnails-side-button {
position: absolute;
top: 50%;
left: 50%;
margin-top: -14px;
margin-left: -14px;
width: 28px;
height: 28px;
cursor: pointer;
}
.fr-thumbnails-side-button-background {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
filter: alpha(opacity=80);
opacity: 0.8;
-moz-transition: background-color 0.2s ease-in;
-webkit-transition: background-color 0.2s ease-in;
transition: background-color 0.2s ease-in;
background-color: #333;
cursor: pointer;
border-radius: 4px;
}
.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
background-color: #3b3b3b;
}
.fr-thumbnails-side-button-disabled * {
cursor: default;
}
.fr-thumbnails-side-button-disabled:hover
.fr-thumbnails-side-button-background {
background-color: #333;
}
.fr-thumbnails-side-button-icon {
position: absolute; top: 0;
left: 0;
width: 100%;
height: 100%;
} .fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs,
.fr-thumbnails-vertical .fr-thumbnail-frame {
clear: both;
} .fr-window-ui-fullclick .fr-thumbnails {
background: #090909;
} .fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal
.fr-info
.fr-stroke-bottom {
display: block !important;
} .fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical
.fr-info
.fr-stroke-left {
display: block !important;
} .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
padding: 12px 5px;
}
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
padding: 5px 12px;
}
.fr-thumbnails-measured .fr-thumbnails-thumbs {
padding: 0 !important;
} @media all and (min-height: 700px) {
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
padding: 16px 8px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side {
margin: 0 8px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-previous {
margin-left: 16px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-next {
margin-right: 16px;
}
}
@media all and (min-height: 980px) {
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
padding: 20px 10px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side {
margin: 0 10px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-previous {
margin-left: 20px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-next {
margin-right: 20px;
}
} @media all and (min-width: 1200px) {
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
padding: 8px 16px;
}
.fr-thumbnails-vertical .fr-thumbnails-side {
margin: 0 8px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-previous {
margin-top: 16px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-next {
margin-bottom: 16px;
}
}
@media all and (min-width: 1800px) {
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
padding: 10px 20px;
}
.fr-thumbnails-vertical .fr-thumbnails-side {
margin: 10px 0;
}
.fr-thumbnails-vertical .fr-thumbnails-side-previous {
margin-top: 20px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-next {
margin-bottom: 20px;
}
} @media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 500px) {
.fr-thumbnails-horizontal .fr-thumbnails {
display: none !important;
}
}
@media all and (max-width: 700px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
.fr-thumbnails-vertical .fr-thumbnails {
display: none !important;
}
} @media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
.fr-page {
min-width: 100%;
} .fr-page {
min-height: 100%;
} } .fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-inside .fr-page > .fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-outside {
display: none !important;
} .fr-toggle-ui {
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
opacity: 1;
}
.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
display: none;
} .fr-spinner {
position: fixed;
width: 52px;
height: 52px;
background: #101010;
background: rgba(16, 16, 16, 0.85);
border-radius: 5px;
}
.fr-spinner div {
position: absolute;
top: 0;
left: 0;
height: 64%;
width: 64%;
margin-left: 18%;
margin-top: 18%;
opacity: 1;
-webkit-animation: fresco-12 1.2s infinite ease-in-out;
animation: fresco-12 1.2s infinite ease-in-out;
}
.fr-spinner div:after {
content: "";
position: absolute;
top: 0;
left: 50%;
width: 2px;
height: 8px;
margin-left: -1px;
background: #fff;
box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
.fr-spinner div.fr-spin-1 {
-ms-transform: rotate(30deg);
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.fr-spinner div.fr-spin-2 {
-ms-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.fr-spinner div.fr-spin-3 {
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.fr-spinner div.fr-spin-4 {
-ms-transform: rotate(120deg);
-webkit-transform: rotate(120deg);
transform: rotate(120deg);
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.fr-spinner div.fr-spin-5 {
-ms-transform: rotate(150deg);
-webkit-transform: rotate(150deg);
transform: rotate(150deg);
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.fr-spinner div.fr-spin-6 {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.fr-spinner div.fr-spin-6 {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.fr-spinner div.fr-spin-7 {
-ms-transform: rotate(210deg);
-webkit-transform: rotate(210deg);
transform: rotate(210deg);
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.fr-spinner div.fr-spin-8 {
-ms-transform: rotate(240deg);
-webkit-transform: rotate(240deg);
transform: rotate(240deg);
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.fr-spinner div.fr-spin-9 {
-ms-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.fr-spinner div.fr-spin-10 {
-ms-transform: rotate(300deg);
-webkit-transform: rotate(300deg);
transform: rotate(300deg);
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.fr-spinner div.fr-spin-11 {
-ms-transform: rotate(330deg);
-webkit-transform: rotate(330deg);
transform: rotate(330deg);
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
.fr-spinner div.fr-spin-12 {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
@-webkit-keyframes fresco-12 {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fresco-12 {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .fr-thumbnail-spinner {
position: absolute;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px;
width: 40px;
height: 40px;
}
.fr-thumbnail-spinner-spin {
position: relative;
float: left;
margin: 8px 0 0 8px;
text-indent: -9999em;
border-top: 2px solid rgba(255, 255, 255, 0.2);
border-right: 2px solid rgba(255, 255, 255, 0.2);
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
border-left: 2px solid #fff;
-webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
animation: fr-thumbnail-spin 1.1s infinite linear;
}
.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
border-radius: 50%;
width: 24px;
height: 24px;
}
@-webkit-keyframes fr-thumbnail-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fr-thumbnail-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .fr-error {
float: left;
position: relative;
background-color: #ca3434;
width: 160px;
height: 160px;
}
.fr-error-icon {
position: absolute;
width: 42px;
height: 42px;
top: 50%;
left: 50%;
margin-left: -21px;
margin-top: -21px;
}  .fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
background-image: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/libs/fresco/fresco/skins/fresco/sprite.svg);
} .fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-close-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
background-image: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/libs/fresco/fresco/skins/fresco/sprite.png);
}
.fr-window-skin-fresco .fr-error-icon {
background-position: -160px -126px;
}
.fr-window-skin-fresco .fr-content-background {
background: #101010;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
box-shadow: none;
} .fr-window-skin-fresco .fr-thumbnail-wrapper {
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
} .fr-window-skin-fresco .fr-side-button-background {
background-color: transparent;
}
.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
background-position: -13px -14px;
}
.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
background-position: -93px -14px;
}
.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
background-position: -13px -114px;
}
.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
background-position: -93px -114px;
} .fr-window-skin-fresco.fr-no-svg
.fr-hovering-previous
.fr-side-previous
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
.fr-side-previous
.fr-side-button-icon {
background-position: -13px -114px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-next
.fr-side-next
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
.fr-side-next
.fr-side-button-icon {
background-position: -93px -114px;
} .fr-window-skin-fresco.fr-no-svg
.fr-side-previous.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-previous
.fr-side-previous.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-side-previous.fr-side-disabled:hover
.fr-side-button-icon {
background-position: -13px -214px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-side-next.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-next
.fr-side-next.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-side-next.fr-side-disabled:hover
.fr-side-button-icon {
background-position: -93px -214px;
} .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
background-position: -13px -114px;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
background-position: -93px -114px;
}
.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
opacity: 0.5;
}
.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-previous
.fr-side-previous
.fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-next
.fr-side-next
.fr-side-button-icon {
opacity: 1;
}
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
opacity: 0.8;
}  .fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-previous
.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-next
.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch
.fr-side-disabled
.fr-side-button-icon {
opacity: 0.2;
} .fr-window-skin-fresco.fr-window-ui-inside
.fr-type-image
.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image
.fr-side-disabled
.fr-side-button-icon {
background-image: none;
} @media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
background-position: 0px -300px;
}
.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
background-position: -48px -300px;
}
.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
background-position: 0px -360px;
}
.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
background-position: -48px -360px;
} .fr-window-skin-fresco.fr-no-svg
.fr-hovering-previous
.fr-side-previous
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
.fr-side-previous
.fr-side-button-icon {
background-position: 0px -360px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-next
.fr-side-next
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
.fr-side-next
.fr-side-button-icon {
background-position: -48px -360px;
} .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
background-position: 0px -360px;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
background-position: -48px -360px;
} .fr-window-skin-fresco.fr-no-svg
.fr-side-previous.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-previous
.fr-side-previous.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-side-previous.fr-side-disabled:hover
.fr-side-button-icon {
background-position: 0px -420px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-side-next.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-next
.fr-side-next.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-side-next.fr-side-disabled:hover
.fr-side-button-icon {
background-position: -48px -420px;
}
}  .fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
background-color: #363636;
}
.fr-window-skin-fresco.fr-window-ui-outside
.fr-close:hover
.fr-close-background {
background-color: #434343;
}
.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
background-color: #131313;
filter: alpha(opacity=80);
opacity: 0.8;
}
.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick
.fr-close:hover
.fr-close-background {
background-color: #191919;
} .fr-window-skin-fresco .fr-close .fr-close-icon {
background-position: -168px -8px;
}
.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
background-position: -210px -8px;
} .fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
background-position: -210px -8px;
opacity: 0.8;
}
.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
opacity: 1;
} .fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon,
.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon {
opacity: 1;
} .fr-window-skin-fresco .fr-thumbnail-wrapper {
border-color: transparent;
border-style: solid;
border-width: 0;
}
.fr-window-skin-fresco .fr-thumbnail-wrapper {
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.fr-window-skin-fresco .fr-thumbnail-wrapper {
box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}
.fr-window-skin-fresco .fr-thumbnail-overlay-border {
border-width: 1px;
border-color: rgba(255, 255, 255, 0.08); } .fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
border: 0;
} .fr-window-skin-fresco
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon {
background-position: -167px -49px;
}
.fr-window-skin-fresco
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-icon {
background-position: -209px -49px;
}
.fr-window-skin-fresco
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon {
background-position: -167px -91px;
}
.fr-window-skin-fresco
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-icon {
background-position: -209px -91px;
} .fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon {
background-position: -293px -49px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-icon {
background-position: -335px -49px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon {
background-position: -293px -91px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-icon {
background-position: -335px -91px;
} .fr-window-skin-fresco.fr-svg
.fr-thumbnails-side
.fr-thumbnails-side-button-icon {
-moz-transition: opacity 0.2s ease-in;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
opacity: 0.8;
}
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled {
background-position: -167px -49px;
}
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled {
background-position: -209px -91px;
}
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side:hover
.fr-thumbnails-side-button-icon {
opacity: 1;
} .fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled {
background-position: -293px -49px;
}
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled {
background-position: -335px -91px;
} .fr-window-skin-fresco.fr-svg
.fr-thumbnails-side
.fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side:hover
.fr-thumbnails-side-button-disabled {
opacity: 0.5;
} .fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
background-position: -251px -49px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
background-position: -251px -91px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-background,
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-background {
filter: alpha(opacity=50);
} .fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
background-position: -377px -49px;
}
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
background-position: -377px -91px;
}:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@-ms-viewport {
width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff; }
[tabindex="-1"]:focus {
outline: 0 !important; }
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
dt {
font-weight: 700; }
dd {
margin-bottom: .5rem;
margin-left: 0; }
blockquote {
margin: 0 0 1rem; }
dfn {
font-style: italic; }
b,
strong {
font-weight: bolder; }
small {
font-size: 80%; }
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline; }
sub {
bottom: -.25em; }
sup {
top: -.5em; }
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects; }
a:hover {
color: #0056b3;
text-decoration: underline; }
a:not([href]):not([tabindex]) {
text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
text-decoration: none; }
a:not([href]):not([tabindex]):focus {
outline: 0; }
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em; }
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar; }
figure {
margin: 0 0 1rem; }
img {
vertical-align: middle;
border-style: none; }
svg:not(:root) {
overflow: hidden;
vertical-align: middle; }
table {
border-collapse: collapse; }
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom; }
th {
text-align: inherit; }
label {
display: inline-block;
margin-bottom: 0.5rem; }
button {
-webkit-border-radius: 0;
border-radius: 0; }
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; }
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox; }
textarea {
overflow: auto;
resize: vertical; }
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal; }
progress {
vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button; }
output {
display: inline-block; }
summary {
display: list-item;
cursor: pointer; }
template {
display: none; }
[hidden] {
display: none !important; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit; }
h1, .h1 {
font-size: 2.5rem; }
h2, .h2 {
font-size: 2rem; }
h3, .h3 {
font-size: 1.75rem; }
h4, .h4 {
font-size: 1.5rem; }
h5, .h5 {
font-size: 1.25rem; }
h6, .h6 {
font-size: 1rem; }
.lead {
font-size: 1.25rem;
font-weight: 300; }
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2; }
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2; }
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2; }
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2; }
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
small,
.small {
font-size: 80%;
font-weight: 400; }
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3; }
.list-unstyled {
padding-left: 0;
list-style: none; }
.list-inline {
padding-left: 0;
list-style: none; }
.list-inline-item {
display: inline-block; }
.list-inline-item:not(:last-child) {
margin-right: 0.5rem; }
.initialism {
font-size: 90%;
text-transform: uppercase; }
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem; }
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d; }
.blockquote-footer::before {
content: "\2014 \00A0"; }
.img-fluid {
max-width: 100%;
height: auto; }
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem;
max-width: 100%;
height: auto; }
.figure {
display: inline-block; }
.figure-img {
margin-bottom: 0.5rem;
line-height: 1; }
.figure-caption {
font-size: 90%;
color: #6c757d; }
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word; }
a > code {
color: inherit; }
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
-webkit-border-radius: 0.2rem;
border-radius: 0.2rem; }
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700; }
pre {
display: block;
font-size: 87.5%;
color: #212529; }
pre code {
font-size: inherit;
color: inherit;
word-break: normal; }
.pre-scrollable {
max-height: 340px;
overflow-y: scroll; }
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container {
max-width: 540px; } }
@media (min-width: 768px) {
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container {
max-width: 960px; } }
@media (min-width: 1200px) {
.container {
max-width: 1170px; } }
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
.row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.no-gutters {
margin-right: 0;
margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0; }
.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,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px; }
.col {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.3333333333%;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.6666666667%;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.3333333333%;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.6666666667%;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.3333333333%;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.6666666667%;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; }
.order-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13; }
.order-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0; }
.order-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.order-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.order-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.order-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.order-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.order-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; }
.order-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7; }
.order-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8; }
.order-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9; }
.order-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10; }
.order-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11; }
.order-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12; }
.offset-1 {
margin-left: 8.3333333333%; }
.offset-2 {
margin-left: 16.6666666667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.3333333333%; }
.offset-5 {
margin-left: 41.6666666667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.3333333333%; }
.offset-8 {
margin-left: 66.6666666667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.3333333333%; }
.offset-11 {
margin-left: 91.6666666667%; }
@media (min-width: 576px) {
.col-sm {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-sm-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-sm-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.3333333333%;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-sm-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-sm-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-sm-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.6666666667%;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-sm-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.3333333333%;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-sm-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.6666666667%;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-sm-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.3333333333%;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-sm-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.6666666667%;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-sm-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; }
.order-sm-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13; }
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0; }
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; }
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7; }
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8; }
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9; }
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10; }
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11; }
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.3333333333%; }
.offset-sm-2 {
margin-left: 16.6666666667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.3333333333%; }
.offset-sm-5 {
margin-left: 41.6666666667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.3333333333%; }
.offset-sm-8 {
margin-left: 66.6666666667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.3333333333%; }
.offset-sm-11 {
margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
.col-md {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-md-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-md-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.3333333333%;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-md-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-md-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-md-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.6666666667%;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-md-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.3333333333%;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-md-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.6666666667%;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-md-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.3333333333%;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-md-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.6666666667%;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-md-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; }
.order-md-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13; }
.order-md-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0; }
.order-md-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.order-md-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.order-md-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.order-md-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.order-md-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.order-md-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; }
.order-md-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7; }
.order-md-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8; }
.order-md-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9; }
.order-md-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10; }
.order-md-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11; }
.order-md-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.3333333333%; }
.offset-md-2 {
margin-left: 16.6666666667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.3333333333%; }
.offset-md-5 {
margin-left: 41.6666666667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.3333333333%; }
.offset-md-8 {
margin-left: 66.6666666667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.3333333333%; }
.offset-md-11 {
margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
.col-lg {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-lg-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-lg-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.3333333333%;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-lg-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-lg-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-lg-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.6666666667%;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-lg-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.3333333333%;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-lg-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.6666666667%;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-lg-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.3333333333%;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-lg-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.6666666667%;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-lg-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; }
.order-lg-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13; }
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0; }
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; }
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7; }
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8; }
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9; }
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10; }
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11; }
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.3333333333%; }
.offset-lg-2 {
margin-left: 16.6666666667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.3333333333%; }
.offset-lg-5 {
margin-left: 41.6666666667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.3333333333%; }
.offset-lg-8 {
margin-left: 66.6666666667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.3333333333%; }
.offset-lg-11 {
margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
.col-xl {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-xl-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-xl-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.3333333333%;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-xl-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-xl-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-xl-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.6666666667%;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-xl-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.3333333333%;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-xl-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.6666666667%;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-xl-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.3333333333%;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-xl-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.6666666667%;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-xl-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; }
.order-xl-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13; }
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0; }
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; }
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7; }
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8; }
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9; }
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10; }
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11; }
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.3333333333%; }
.offset-xl-2 {
margin-left: 16.6666666667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.3333333333%; }
.offset-xl-5 {
margin-left: 41.6666666667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.3333333333%; }
.offset-xl-8 {
margin-left: 66.6666666667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.3333333333%; }
.offset-xl-11 {
margin-left: 91.6666666667%; } }
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent; }
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6; }
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6; }
.table tbody + tbody {
border-top: 2px solid #dee2e6; }
.table .table {
background-color: #fff; }
.table-sm th,
.table-sm td {
padding: 0.3rem; }
.table-bordered {
border: 1px solid #dee2e6; }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6; }
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px; }
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0; }
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.075); }
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff; }
.table-hover .table-primary:hover {
background-color: #9fcdff; }
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff; }
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d6d8db; }
.table-hover .table-secondary:hover {
background-color: #c8cbcf; }
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf; }
.table-success,
.table-success > th,
.table-success > td {
background-color: #c3e6cb; }
.table-hover .table-success:hover {
background-color: #b1dfbb; }
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb; }
.table-info,
.table-info > th,
.table-info > td {
background-color: #bee5eb; }
.table-hover .table-info:hover {
background-color: #abdde5; }
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5; }
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba; }
.table-hover .table-warning:hover {
background-color: #ffe8a1; }
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1; }
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f5c6cb; }
.table-hover .table-danger:hover {
background-color: #f1b0b7; }
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7; }
.table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfe; }
.table-hover .table-light:hover {
background-color: #ececf6; }
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6; }
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c8ca; }
.table-hover .table-dark:hover {
background-color: #b9bbbe; }
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe; }
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075); }
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e; }
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6; }
.table-dark {
color: #fff;
background-color: #212529; }
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #32383e; }
.table-dark.table-bordered {
border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075); }
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-sm > .table-bordered {
border: 0; } }
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-md > .table-bordered {
border: 0; } }
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-lg > .table-bordered {
border: 0; } }
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-xl > .table-bordered {
border: 0; } }
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive > .table-bordered {
border: 0; }
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.form-control {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.form-control::-ms-expand {
background-color: transparent;
border: 0; }
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1; }
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1; }
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
.form-control::placeholder {
color: #6c757d;
opacity: 1; }
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1; }
select.form-control:not([size]):not([multiple]) {
height: -webkit-calc(2.25rem + 2px);
height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff; }
.form-control-file,
.form-control-range {
display: block;
width: 100%; }
.col-form-label {
padding-top: -webkit-calc(0.375rem + 1px);
padding-top: calc(0.375rem + 1px);
padding-bottom: -webkit-calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5; }
.col-form-label-lg {
padding-top: -webkit-calc(0.5rem + 1px);
padding-top: calc(0.5rem + 1px);
padding-bottom: -webkit-calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5; }
.col-form-label-sm {
padding-top: -webkit-calc(0.25rem + 1px);
padding-top: calc(0.25rem + 1px);
padding-bottom: -webkit-calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5; }
.form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
padding-right: 0;
padding-left: 0; }
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
-webkit-border-radius: 0.2rem;
border-radius: 0.2rem; }
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
height: -webkit-calc(1.8125rem + 2px);
height: calc(1.8125rem + 2px); }
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
-webkit-border-radius: 0.3rem;
border-radius: 0.3rem; }
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
height: -webkit-calc(2.875rem + 2px);
height: calc(2.875rem + 2px); }
.form-group {
margin-bottom: 1rem; }
.form-text {
display: block;
margin-top: 0.25rem; }
.form-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px; }
.form-row > .col,
.form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px; }
.form-check {
position: relative;
display: block;
padding-left: 1.25rem; }
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem; }
.form-check-input:disabled ~ .form-check-label {
color: #6c757d; }
.form-check-label {
margin-bottom: 0; }
.form-check-inline {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem; }
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0; }
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745; }
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(40, 167, 69, 0.8);
-webkit-border-radius: .2rem;
border-radius: .2rem; }
.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
border-color: #28a745; }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545; }
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(220, 53, 69, 0.8);
-webkit-border-radius: .2rem;
border-radius: .2rem; }
.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
border-color: #dc3545; }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.form-inline {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.form-inline .form-check {
width: 100%; }
@media (min-width: 576px) {
.form-inline label {
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;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0; }
.form-inline .form-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0; }
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.form-inline .form-control-plaintext {
display: inline-block; }
.form-inline .input-group,
.form-inline .custom-select {
width: auto; }
.form-inline .form-check {
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;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0; }
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0; }
.form-inline .custom-control {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.form-inline .custom-control-label {
margin-bottom: 0; } }
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-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;
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;
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, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.btn {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.btn:hover, .btn:focus {
text-decoration: none; }
.btn:focus, .btn.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.btn.disabled, .btn:disabled {
opacity: 0.65; }
.btn:not(:disabled):not(.disabled) {
cursor: pointer; }
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
background-image: none; }
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none; }
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc; }
.btn-primary:focus, .btn-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62; }
.btn-secondary:focus, .btn-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34; }
.btn-success:focus, .btn-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b; }
.btn-info:focus, .btn-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00; }
.btn-warning:focus, .btn-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130; }
.btn-danger:focus, .btn-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-light.disabled, .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff; }
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-secondary {
color: #6c757d;
background-color: transparent;
background-image: none;
border-color: #6c757d; }
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745; }
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745;
background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8; }
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107; }
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545; }
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa; }
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40; }
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent; }
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent; }
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
pointer-events: none; }
.btn-lg, .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
-webkit-border-radius: 0.3rem;
border-radius: 0.3rem; }
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
-webkit-border-radius: 0.2rem;
border-radius: 0.2rem; }
.btn-block {
display: block;
width: 100%; }
.btn-block + .btn-block {
margin-top: 0.5rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%; }
.fade {
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }
@media screen and (prefers-reduced-motion: reduce) {
.fade {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.fade:not(.show) {
opacity: 0; }
.collapse:not(.show) {
display: none; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease; }
@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative; }
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
margin-left: 0; }
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.dropdown-menu-right {
right: 0;
left: auto; }
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
margin-left: 0; }
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
margin-left: 0; }
.dropright .dropdown-toggle::after {
vertical-align: 0; }
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: ""; }
.dropleft .dropdown-toggle::after {
display: none; }
.dropleft .dropdown-toggle::before {
display: inline-block;
width: 0;
height: 0;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
margin-left: 0; }
.dropleft .dropdown-toggle::before {
vertical-align: 0; }
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto; }
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef; }
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff; }
.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
background-color: transparent; }
.dropdown-menu.show {
display: block; }
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap; }
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529; }
.btn-group,
.btn-group-vertical {
position: relative;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto; }
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1; }
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
margin-left: -1px; }
.btn-toolbar {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.btn-toolbar .input-group {
width: auto; }
.btn-group > .btn:first-child {
margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem; }
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
margin-left: 0; }
.dropleft .dropdown-toggle-split::before {
margin-right: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem; }
.btn-group-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
width: 100%; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0; }
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
margin-bottom: 0; }
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none; }
.input-group {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%; }
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0; }
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px; }
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3; }
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.input-group > .custom-file {
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; }
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .custom-file:not(:first-child) .custom-file-label {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.input-group-prepend,
.input-group-append {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2; }
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-left: -1px; }
.input-group-prepend {
margin-right: -1px; }
.input-group-append {
margin-left: -1px; }
.input-group-text {
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.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0; }
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem; }
.custom-control-inline {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem; }
.custom-control-input {
position: absolute;
z-index: -1;
opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
background-color: #007bff; }
.custom-control-input:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-control-input:active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff; }
.custom-control-input:disabled ~ .custom-control-label {
color: #6c757d; }
.custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef; }
.custom-control-label {
position: relative;
margin-bottom: 0; }
.custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #dee2e6; }
.custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: 50% 50%;
background-size: 50% 50%; }
.custom-checkbox .custom-control-label::before {
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-radio .custom-control-label::before {
-webkit-border-radius: 50%;
border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-select {
display: inline-block;
width: 100%;
height: -webkit-calc(2.25rem + 2px);
height: calc(2.25rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
-webkit-background-size: 8px 10px;
background-size: 8px 10px;
border: 1px solid #ced4da;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.custom-select:focus {
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none; }
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef; }
.custom-select::-ms-expand {
opacity: 0; }
.custom-select-sm {
height: -webkit-calc(1.8125rem + 2px);
height: calc(1.8125rem + 2px);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 75%; }
.custom-select-lg {
height: -webkit-calc(2.875rem + 2px);
height: calc(2.875rem + 2px);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 125%; }
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: -webkit-calc(2.25rem + 2px);
height: calc(2.25rem + 2px);
margin-bottom: 0; }
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: -webkit-calc(2.25rem + 2px);
height: calc(2.25rem + 2px);
margin: 0;
opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-file-input:focus ~ .custom-file-label::after {
border-color: #80bdff; }
.custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef; }
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse"; }
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: -webkit-calc(2.25rem + 2px);
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: 2.25rem;
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: 1px solid #ced4da;
-webkit-border-radius: 0 0.25rem 0.25rem 0;
border-radius: 0 0.25rem 0.25rem 0; }
.custom-range {
width: 100%;
padding-left: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.custom-range:focus {
outline: none; }
.custom-range::-moz-focus-outer {
border: 0; }
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
-webkit-border-radius: 1rem;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-range::-webkit-slider-thumb:focus {
outline: none;
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff; }
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
-webkit-border-radius: 1rem;
border-radius: 1rem; }
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-range::-moz-range-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff; }
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem; }
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
appearance: none; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-range::-ms-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-ms-thumb:active {
background-color: #b3d7ff; }
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem; }
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem; }
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem; }
.custom-control-label::before,
.custom-file-label,
.custom-select {
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.nav-link {
display: block;
padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus {
text-decoration: none; }
.nav-link.disabled {
color: #6c757d; }
.nav-tabs {
border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item {
margin-bottom: -1px; }
.nav-tabs .nav-link {
border: 1px solid transparent;
-webkit-border-top-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
-webkit-border-top-right-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0; }
.nav-pills .nav-link {
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff; }
.nav-fill .nav-item {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center; }
.nav-justified .nav-item {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center; }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.navbar {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem; }
.navbar > .container,
.navbar > .container-fluid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none; }
.navbar-nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0; }
.navbar-nav .dropdown-menu {
position: static;
float: none; }
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem; }
.navbar-collapse {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer; }
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
-webkit-background-size: 100% 100%;
background-size: 100% 100%; }
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 576px) {
.navbar-expand-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-sm .navbar-toggler {
display: none; } }
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 768px) {
.navbar-expand-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-md .navbar-toggler {
display: none; } }
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 992px) {
.navbar-expand-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-lg .navbar-toggler {
display: none; } }
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 1200px) {
.navbar-expand-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-xl .navbar-toggler {
display: none; } }
.navbar-expand {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0; }
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand .navbar-toggler {
display: none; }
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand {
color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff; }
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff; }
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff; }
.card {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
-webkit-background-clip: border-box;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.card > hr {
margin-right: 0;
margin-left: 0; }
.card > .list-group:first-child .list-group-item:first-child {
-webkit-border-top-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
-webkit-border-top-right-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.card > .list-group:last-child .list-group-item:last-child {
-webkit-border-bottom-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
-webkit-border-bottom-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.card-body {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem; }
.card-title {
margin-bottom: 0.75rem; }
.card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0; }
.card-text:last-child {
margin-bottom: 0; }
.card-link:hover {
text-decoration: none; }
.card-link + .card-link {
margin-left: 1.25rem; }
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child {
-webkit-border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
.card-header + .list-group .list-group-item:first-child {
border-top: 0; }
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child {
-webkit-border-radius: 0 0 -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px);
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0; }
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem; }
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem; }
.card-img {
width: 100%;
-webkit-border-radius: -webkit-calc(0.25rem - 1px);
border-radius: calc(0.25rem - 1px); }
.card-img-top {
width: 100%;
-webkit-border-top-left-radius: -webkit-calc(0.25rem - 1px);
border-top-left-radius: calc(0.25rem - 1px);
-webkit-border-top-right-radius: -webkit-calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px); }
.card-img-bottom {
width: 100%;
-webkit-border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
border-bottom-right-radius: calc(0.25rem - 1px);
-webkit-border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px); }
.card-deck {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.card-deck .card {
margin-bottom: 15px; }
@media (min-width: 576px) {
.card-deck {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px; }
.card-deck .card {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px; } }
.card-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.card-group > .card {
margin-bottom: 15px; }
@media (min-width: 576px) {
.card-group {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.card-group > .card {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0; }
.card-group > .card + .card {
margin-left: 0;
border-left: 0; }
.card-group > .card:first-child {
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0; }
.card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0; }
.card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0; }
.card-group > .card:last-child {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0; }
.card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.card-group > .card:only-child {
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
-webkit-border-top-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
-webkit-border-top-right-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
-webkit-border-bottom-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
-webkit-border-bottom-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
-webkit-border-radius: 0;
border-radius: 0; }
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
-webkit-border-radius: 0;
border-radius: 0; } }
.card-columns .card {
margin-bottom: 0.75rem; }
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1; }
.card-columns .card {
display: inline-block;
width: 100%; } }
.accordion .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
-webkit-border-radius: 0;
border-radius: 0; }
.accordion .card:not(:first-of-type) .card-header:first-child {
-webkit-border-radius: 0;
border-radius: 0; }
.accordion .card:first-of-type {
border-bottom: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.accordion .card:last-of-type {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0; }
.breadcrumb {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none; }
.breadcrumb-item.active {
color: #6c757d; }
.pagination {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6; }
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6; }
.page-link:focus {
z-index: 2;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.page-link:not(:disabled):not(.disabled) {
cursor: pointer; }
.page-item:first-child .page-link {
margin-left: 0;
-webkit-border-top-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
-webkit-border-bottom-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
-webkit-border-top-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
-webkit-border-bottom-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6; }
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
-webkit-border-top-left-radius: 0.3rem;
border-top-left-radius: 0.3rem;
-webkit-border-bottom-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
-webkit-border-top-right-radius: 0.3rem;
border-top-right-radius: 0.3rem;
-webkit-border-bottom-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem; }
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
-webkit-border-top-left-radius: 0.2rem;
border-top-left-radius: 0.2rem;
-webkit-border-bottom-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
-webkit-border-top-right-radius: 0.2rem;
border-top-right-radius: 0.2rem;
-webkit-border-bottom-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem; }
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.badge:empty {
display: none; }
.btn .badge {
position: relative;
top: -1px; }
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
-webkit-border-radius: 10rem;
border-radius: 10rem; }
.badge-primary {
color: #fff;
background-color: #007bff; }
.badge-primary[href]:hover, .badge-primary[href]:focus {
color: #fff;
text-decoration: none;
background-color: #0062cc; }
.badge-secondary {
color: #fff;
background-color: #6c757d; }
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
color: #fff;
text-decoration: none;
background-color: #545b62; }
.badge-success {
color: #fff;
background-color: #28a745; }
.badge-success[href]:hover, .badge-success[href]:focus {
color: #fff;
text-decoration: none;
background-color: #1e7e34; }
.badge-info {
color: #fff;
background-color: #17a2b8; }
.badge-info[href]:hover, .badge-info[href]:focus {
color: #fff;
text-decoration: none;
background-color: #117a8b; }
.badge-warning {
color: #212529;
background-color: #ffc107; }
.badge-warning[href]:hover, .badge-warning[href]:focus {
color: #212529;
text-decoration: none;
background-color: #d39e00; }
.badge-danger {
color: #fff;
background-color: #dc3545; }
.badge-danger[href]:hover, .badge-danger[href]:focus {
color: #fff;
text-decoration: none;
background-color: #bd2130; }
.badge-light {
color: #212529;
background-color: #f8f9fa; }
.badge-light[href]:hover, .badge-light[href]:focus {
color: #212529;
text-decoration: none;
background-color: #dae0e5; }
.badge-dark {
color: #fff;
background-color: #343a40; }
.badge-dark[href]:hover, .badge-dark[href]:focus {
color: #fff;
text-decoration: none;
background-color: #1d2124; }
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
-webkit-border-radius: 0.3rem;
border-radius: 0.3rem; }
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem; } }
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
-webkit-border-radius: 0;
border-radius: 0; }
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.alert-heading {
color: inherit; }
.alert-link {
font-weight: 700; }
.alert-dismissible {
padding-right: 4rem; }
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit; }
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff; }
.alert-primary hr {
border-top-color: #9fcdff; }
.alert-primary .alert-link {
color: #002752; }
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db; }
.alert-secondary hr {
border-top-color: #c8cbcf; }
.alert-secondary .alert-link {
color: #202326; }
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb; }
.alert-success hr {
border-top-color: #b1dfbb; }
.alert-success .alert-link {
color: #0b2e13; }
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb; }
.alert-info hr {
border-top-color: #abdde5; }
.alert-info .alert-link {
color: #062c33; }
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba; }
.alert-warning hr {
border-top-color: #ffe8a1; }
.alert-warning .alert-link {
color: #533f03; }
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb; }
.alert-danger hr {
border-top-color: #f1b0b7; }
.alert-danger .alert-link {
color: #491217; }
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe; }
.alert-light hr {
border-top-color: #ececf6; }
.alert-light .alert-link {
color: #686868; }
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca; }
.alert-dark hr {
border-top-color: #b9bbbe; }
.alert-dark .alert-link {
color: #040505; }
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0; }
to {
background-position: 0 0; } }
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0; }
to {
background-position: 0 0; } }
.progress {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.progress-bar {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease; }
@media screen and (prefers-reduced-motion: reduce) {
.progress-bar {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 1rem 1rem;
background-size: 1rem 1rem; }
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite; }
.media {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.media-body {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1; }
.list-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0; }
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {
color: #495057;
text-decoration: none;
background-color: #f8f9fa; }
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef; }
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child {
-webkit-border-top-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
-webkit-border-top-right-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.list-group-item:last-child {
margin-bottom: 0;
-webkit-border-bottom-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
-webkit-border-bottom-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.list-group-item:hover, .list-group-item:focus {
z-index: 1;
text-decoration: none; }
.list-group-item.disabled, .list-group-item:disabled {
color: #6c757d;
background-color: #fff; }
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
-webkit-border-radius: 0;
border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
border-bottom: 0; }
.list-group-item-primary {
color: #004085;
background-color: #b8daff; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #004085;
background-color: #9fcdff; }
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085; }
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #383d41;
background-color: #c8cbcf; }
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41; }
.list-group-item-success {
color: #155724;
background-color: #c3e6cb; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #155724;
background-color: #b1dfbb; }
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724; }
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #0c5460;
background-color: #abdde5; }
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460; }
.list-group-item-warning {
color: #856404;
background-color: #ffeeba; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #856404;
background-color: #ffe8a1; }
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404; }
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #721c24;
background-color: #f1b0b7; }
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24; }
.list-group-item-light {
color: #818182;
background-color: #fdfdfe; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #818182;
background-color: #ececf6; }
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182; }
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #1b1e21;
background-color: #b9bbbe; }
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21; }
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5; }
.close:not(:disabled):not(.disabled) {
cursor: pointer; }
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
color: #000;
text-decoration: none;
opacity: .75; }
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none; }
.modal-open {
overflow: hidden; }
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0; }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none; }
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%); }
@media screen and (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
.modal-dialog-centered {
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;
min-height: -webkit-calc(100% - (0.5rem * 2));
min-height: calc(100% - (0.5rem * 2)); }
.modal-content {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 0.3rem;
border-radius: 0.3rem;
outline: 0; }
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000; }
.modal-backdrop.fade {
opacity: 0; }
.modal-backdrop.show {
opacity: 0.5; }
.modal-header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #e9ecef;
-webkit-border-top-left-radius: 0.3rem;
border-top-left-radius: 0.3rem;
-webkit-border-top-right-radius: 0.3rem;
border-top-right-radius: 0.3rem; }
.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto; }
.modal-title {
margin-bottom: 0;
line-height: 1.5; }
.modal-body {
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem; }
.modal-footer {
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;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef; }
.modal-footer > :not(:first-child) {
margin-left: .25rem; }
.modal-footer > :not(:last-child) {
margin-right: .25rem; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto; }
.modal-dialog-centered {
min-height: -webkit-calc(100% - (1.75rem * 2));
min-height: calc(100% - (1.75rem * 2)); }
.modal-sm {
max-width: 300px; } }
@media (min-width: 992px) {
.modal-lg {
max-width: 800px; } }
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0; }
.tooltip.show {
opacity: 1; }
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem; }
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000; }
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000; }
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000; }
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000; }
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
-webkit-border-radius: 0;
border-radius: 0; }
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 0.3rem;
border-radius: 0.3rem; }
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem; }
.popover .arrow::before, .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid; }
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem; }
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
bottom: -webkit-calc((0.5rem + 1px) * -1);
bottom: calc((0.5rem + 1px) * -1); }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
border-width: 0.5rem 0.5rem 0; }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
bottom: 0;
border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
bottom: 1px;
border-top-color: #fff; }
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem; }
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
left: -webkit-calc((0.5rem + 1px) * -1);
left: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
border-width: 0.5rem 0.5rem 0.5rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
left: 0;
border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
left: 1px;
border-right-color: #fff; }
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem; }
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
top: -webkit-calc((0.5rem + 1px) * -1);
top: calc((0.5rem + 1px) * -1); }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
border-width: 0 0.5rem 0.5rem 0.5rem; }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
top: 0;
border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
top: 1px;
border-bottom-color: #fff; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7; }
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem; }
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
right: -webkit-calc((0.5rem + 1px) * -1);
right: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
border-width: 0.5rem 0 0.5rem 0.5rem; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
right: 0;
border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
right: 1px;
border-left-color: #fff; }
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
-webkit-border-top-left-radius: -webkit-calc(0.3rem - 1px);
border-top-left-radius: calc(0.3rem - 1px);
-webkit-border-top-right-radius: -webkit-calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px); }
.popover-header:empty {
display: none; }
.popover-body {
padding: 0.5rem 0.75rem;
color: #212529; }
.carousel {
position: relative; }
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden; }
.carousel-item {
position: relative;
display: none;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px; }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
-webkit-transition: -webkit-transform 0.6s ease;
transition: -webkit-transform 0.6s ease;
-o-transition: transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
@media screen and (prefers-reduced-motion: reduce) {
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.carousel-item-next,
.carousel-item-prev {
position: absolute;
top: 0; }
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.carousel-item-next,
.active.carousel-item-right {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-item-next,
.active.carousel-item-right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
.carousel-item-prev,
.active.carousel-item-left {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-item-prev,
.active.carousel-item-left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
.carousel-fade .carousel-item {
opacity: 0;
-webkit-transition-duration: .6s;
-o-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
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;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5; }
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9; }
.carousel-control-prev {
left: 0; }
.carousel-control-next {
right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: transparent no-repeat center center;
-webkit-background-size: 100% 100%;
background-size: 100% 100%; }
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
.carousel-indicators {
position: absolute;
right: 0;
bottom: 10px;
left: 0;
z-index: 15;
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;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none; }
.carousel-indicators li {
position: relative;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: rgba(255, 255, 255, 0.5); }
.carousel-indicators li::before {
position: absolute;
top: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""; }
.carousel-indicators li::after {
position: absolute;
bottom: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""; }
.carousel-indicators .active {
background-color: #fff; }
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center; }
.align-baseline {
vertical-align: baseline !important; }
.align-top {
vertical-align: top !important; }
.align-middle {
vertical-align: middle !important; }
.align-bottom {
vertical-align: bottom !important; }
.align-text-bottom {
vertical-align: text-bottom !important; }
.align-text-top {
vertical-align: text-top !important; }
.bg-primary {
background-color: #007bff !important; }
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #0062cc !important; }
.bg-secondary {
background-color: #6c757d !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important; }
.bg-success {
background-color: #28a745 !important; }
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #1e7e34 !important; }
.bg-info {
background-color: #17a2b8 !important; }
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important; }
.bg-warning {
background-color: #ffc107 !important; }
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important; }
.bg-danger {
background-color: #dc3545 !important; }
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #bd2130 !important; }
.bg-light {
background-color: #f8f9fa !important; }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #dae0e5 !important; }
.bg-dark {
background-color: #343a40 !important; }
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #1d2124 !important; }
.bg-white {
background-color: #fff !important; }
.bg-transparent {
background-color: transparent !important; }
.border {
border: 1px solid #dee2e6 !important; }
.border-top {
border-top: 1px solid #dee2e6 !important; }
.border-right {
border-right: 1px solid #dee2e6 !important; }
.border-bottom {
border-bottom: 1px solid #dee2e6 !important; }
.border-left {
border-left: 1px solid #dee2e6 !important; }
.border-0 {
border: 0 !important; }
.border-top-0 {
border-top: 0 !important; }
.border-right-0 {
border-right: 0 !important; }
.border-bottom-0 {
border-bottom: 0 !important; }
.border-left-0 {
border-left: 0 !important; }
.border-primary {
border-color: #007bff !important; }
.border-secondary {
border-color: #6c757d !important; }
.border-success {
border-color: #28a745 !important; }
.border-info {
border-color: #17a2b8 !important; }
.border-warning {
border-color: #ffc107 !important; }
.border-danger {
border-color: #dc3545 !important; }
.border-light {
border-color: #f8f9fa !important; }
.border-dark {
border-color: #343a40 !important; }
.border-white {
border-color: #fff !important; }
.rounded {
-webkit-border-radius: 0.25rem !important;
border-radius: 0.25rem !important; }
.rounded-top {
-webkit-border-top-left-radius: 0.25rem !important;
border-top-left-radius: 0.25rem !important;
-webkit-border-top-right-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important; }
.rounded-right {
-webkit-border-top-right-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
-webkit-border-bottom-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom {
-webkit-border-bottom-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
-webkit-border-bottom-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important; }
.rounded-left {
-webkit-border-top-left-radius: 0.25rem !important;
border-top-left-radius: 0.25rem !important;
-webkit-border-bottom-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important; }
.rounded-circle {
-webkit-border-radius: 50% !important;
border-radius: 50% !important; }
.rounded-0 {
-webkit-border-radius: 0 !important;
border-radius: 0 !important; }
.clearfix::after {
display: block;
clear: both;
content: ""; }
.d-none {
display: none !important; }
.d-inline {
display: inline !important; }
.d-inline-block {
display: inline-block !important; }
.d-block {
display: block !important; }
.d-table {
display: table !important; }
.d-table-row {
display: table-row !important; }
.d-table-cell {
display: table-cell !important; }
.d-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; }
@media (min-width: 576px) {
.d-sm-none {
display: none !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-block {
display: block !important; }
.d-sm-table {
display: table !important; }
.d-sm-table-row {
display: table-row !important; }
.d-sm-table-cell {
display: table-cell !important; }
.d-sm-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media (min-width: 768px) {
.d-md-none {
display: none !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-block {
display: block !important; }
.d-md-table {
display: table !important; }
.d-md-table-row {
display: table-row !important; }
.d-md-table-cell {
display: table-cell !important; }
.d-md-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media (min-width: 992px) {
.d-lg-none {
display: none !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-block {
display: block !important; }
.d-lg-table {
display: table !important; }
.d-lg-table-row {
display: table-row !important; }
.d-lg-table-cell {
display: table-cell !important; }
.d-lg-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media (min-width: 1200px) {
.d-xl-none {
display: none !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-block {
display: block !important; }
.d-xl-table {
display: table !important; }
.d-xl-table-row {
display: table-row !important; }
.d-xl-table-cell {
display: table-cell !important; }
.d-xl-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media print {
.d-print-none {
display: none !important; }
.d-print-inline {
display: inline !important; }
.d-print-inline-block {
display: inline-block !important; }
.d-print-block {
display: block !important; }
.d-print-table {
display: table !important; }
.d-print-table-row {
display: table-row !important; }
.d-print-table-cell {
display: table-cell !important; }
.d-print-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden; }
.embed-responsive::before {
display: block;
content: ""; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0; }
.embed-responsive-21by9::before {
padding-top: 42.8571428571%; }
.embed-responsive-16by9::before {
padding-top: 56.25%; }
.embed-responsive-4by3::before {
padding-top: 75%; }
.embed-responsive-1by1::before {
padding-top: 100%; }
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important; }
.align-self-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important; }
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-sm-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-sm-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-sm-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-sm-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-sm-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-sm-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-sm-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-sm-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-sm-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-sm-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-sm-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-sm-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-sm-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-sm-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-sm-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-sm-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-sm-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-sm-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-sm-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-sm-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important; }
.align-self-sm-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-sm-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-sm-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-sm-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-sm-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-md-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-md-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-md-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-md-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-md-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-md-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-md-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-md-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-md-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-md-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-md-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-md-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-md-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-md-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-md-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-md-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-md-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-md-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-md-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-md-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-md-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important; }
.align-self-md-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-md-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-md-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-md-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-md-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-lg-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-lg-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-lg-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-lg-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-lg-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-lg-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-lg-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-lg-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-lg-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-lg-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-lg-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-lg-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-lg-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-lg-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-lg-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-lg-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-lg-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-lg-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-lg-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-lg-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important; }
.align-self-lg-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-lg-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-lg-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-lg-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-lg-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-xl-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-xl-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-xl-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-xl-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-xl-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-xl-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-xl-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-xl-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-xl-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-xl-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-xl-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-xl-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-xl-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-xl-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-xl-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-xl-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-xl-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-xl-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-xl-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-xl-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important; }
.align-self-xl-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-xl-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-xl-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-xl-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-xl-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important; } }
.float-left {
float: left !important; }
.float-right {
float: right !important; }
.float-none {
float: none !important; }
@media (min-width: 576px) {
.float-sm-left {
float: left !important; }
.float-sm-right {
float: right !important; }
.float-sm-none {
float: none !important; } }
@media (min-width: 768px) {
.float-md-left {
float: left !important; }
.float-md-right {
float: right !important; }
.float-md-none {
float: none !important; } }
@media (min-width: 992px) {
.float-lg-left {
float: left !important; }
.float-lg-right {
float: right !important; }
.float-lg-none {
float: none !important; } }
@media (min-width: 1200px) {
.float-xl-left {
float: left !important; }
.float-xl-right {
float: right !important; }
.float-xl-none {
float: none !important; } }
.position-static {
position: static !important; }
.position-relative {
position: relative !important; }
.position-absolute {
position: absolute !important; }
.position-fixed {
position: fixed !important; }
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important; }
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030; }
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020; } }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal; }
.shadow-sm {
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.shadow {
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-lg {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.w-25 {
width: 25% !important; }
.w-50 {
width: 50% !important; }
.w-75 {
width: 75% !important; }
.w-100 {
width: 100% !important; }
.w-auto {
width: auto !important; }
.h-25 {
height: 25% !important; }
.h-50 {
height: 50% !important; }
.h-75 {
height: 75% !important; }
.h-100 {
height: 100% !important; }
.h-auto {
height: auto !important; }
.mw-100 {
max-width: 100% !important; }
.mh-100 {
max-height: 100% !important; }
.m-0 {
margin: 0 !important; }
.mt-0,
.my-0 {
margin-top: 0 !important; }
.mr-0,
.mx-0 {
margin-right: 0 !important; }
.mb-0,
.my-0 {
margin-bottom: 0 !important; }
.ml-0,
.mx-0 {
margin-left: 0 !important; }
.m-1 {
margin: 0.25rem !important; }
.mt-1,
.my-1 {
margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
margin-left: 0.25rem !important; }
.m-2 {
margin: 0.5rem !important; }
.mt-2,
.my-2 {
margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
margin-left: 0.5rem !important; }
.m-3 {
margin: 1rem !important; }
.mt-3,
.my-3 {
margin-top: 1rem !important; }
.mr-3,
.mx-3 {
margin-right: 1rem !important; }
.mb-3,
.my-3 {
margin-bottom: 1rem !important; }
.ml-3,
.mx-3 {
margin-left: 1rem !important; }
.m-4 {
margin: 1.5rem !important; }
.mt-4,
.my-4 {
margin-top: 1.5rem !important; }
.mr-4,
.mx-4 {
margin-right: 1.5rem !important; }
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important; }
.ml-4,
.mx-4 {
margin-left: 1.5rem !important; }
.m-5 {
margin: 3rem !important; }
.mt-5,
.my-5 {
margin-top: 3rem !important; }
.mr-5,
.mx-5 {
margin-right: 3rem !important; }
.mb-5,
.my-5 {
margin-bottom: 3rem !important; }
.ml-5,
.mx-5 {
margin-left: 3rem !important; }
.p-0 {
padding: 0 !important; }
.pt-0,
.py-0 {
padding-top: 0 !important; }
.pr-0,
.px-0 {
padding-right: 0 !important; }
.pb-0,
.py-0 {
padding-bottom: 0 !important; }
.pl-0,
.px-0 {
padding-left: 0 !important; }
.p-1 {
padding: 0.25rem !important; }
.pt-1,
.py-1 {
padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
padding-left: 0.25rem !important; }
.p-2 {
padding: 0.5rem !important; }
.pt-2,
.py-2 {
padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
padding-left: 0.5rem !important; }
.p-3 {
padding: 1rem !important; }
.pt-3,
.py-3 {
padding-top: 1rem !important; }
.pr-3,
.px-3 {
padding-right: 1rem !important; }
.pb-3,
.py-3 {
padding-bottom: 1rem !important; }
.pl-3,
.px-3 {
padding-left: 1rem !important; }
.p-4 {
padding: 1.5rem !important; }
.pt-4,
.py-4 {
padding-top: 1.5rem !important; }
.pr-4,
.px-4 {
padding-right: 1.5rem !important; }
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important; }
.pl-4,
.px-4 {
padding-left: 1.5rem !important; }
.p-5 {
padding: 3rem !important; }
.pt-5,
.py-5 {
padding-top: 3rem !important; }
.pr-5,
.px-5 {
padding-right: 3rem !important; }
.pb-5,
.py-5 {
padding-bottom: 3rem !important; }
.pl-5,
.px-5 {
padding-left: 3rem !important; }
.m-auto {
margin: auto !important; }
.mt-auto,
.my-auto {
margin-top: auto !important; }
.mr-auto,
.mx-auto {
margin-right: auto !important; }
.mb-auto,
.my-auto {
margin-bottom: auto !important; }
.ml-auto,
.mx-auto {
margin-left: auto !important; }
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important; }
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important; }
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important; }
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important; }
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important; }
.m-sm-1 {
margin: 0.25rem !important; }
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important; }
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important; }
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important; }
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important; }
.m-sm-2 {
margin: 0.5rem !important; }
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important; }
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important; }
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important; }
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important; }
.m-sm-3 {
margin: 1rem !important; }
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important; }
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important; }
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important; }
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important; }
.m-sm-4 {
margin: 1.5rem !important; }
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important; }
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important; }
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important; }
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important; }
.m-sm-5 {
margin: 3rem !important; }
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important; }
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important; }
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important; }
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important; }
.p-sm-0 {
padding: 0 !important; }
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important; }
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important; }
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important; }
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important; }
.p-sm-1 {
padding: 0.25rem !important; }
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important; }
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important; }
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important; }
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important; }
.p-sm-2 {
padding: 0.5rem !important; }
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important; }
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important; }
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important; }
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important; }
.p-sm-3 {
padding: 1rem !important; }
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important; }
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important; }
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important; }
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important; }
.p-sm-4 {
padding: 1.5rem !important; }
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important; }
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important; }
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important; }
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important; }
.p-sm-5 {
padding: 3rem !important; }
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important; }
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important; }
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important; }
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important; }
.m-sm-auto {
margin: auto !important; }
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important; }
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important; }
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important; }
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important; } }
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important; }
.mt-md-0,
.my-md-0 {
margin-top: 0 !important; }
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important; }
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important; }
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important; }
.m-md-1 {
margin: 0.25rem !important; }
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important; }
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important; }
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important; }
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important; }
.m-md-2 {
margin: 0.5rem !important; }
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important; }
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important; }
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important; }
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important; }
.m-md-3 {
margin: 1rem !important; }
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important; }
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important; }
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important; }
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important; }
.m-md-4 {
margin: 1.5rem !important; }
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important; }
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important; }
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important; }
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important; }
.m-md-5 {
margin: 3rem !important; }
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important; }
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important; }
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important; }
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important; }
.p-md-0 {
padding: 0 !important; }
.pt-md-0,
.py-md-0 {
padding-top: 0 !important; }
.pr-md-0,
.px-md-0 {
padding-right: 0 !important; }
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important; }
.pl-md-0,
.px-md-0 {
padding-left: 0 !important; }
.p-md-1 {
padding: 0.25rem !important; }
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important; }
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important; }
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important; }
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important; }
.p-md-2 {
padding: 0.5rem !important; }
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important; }
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important; }
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important; }
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important; }
.p-md-3 {
padding: 1rem !important; }
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important; }
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important; }
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important; }
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important; }
.p-md-4 {
padding: 1.5rem !important; }
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important; }
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important; }
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important; }
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important; }
.p-md-5 {
padding: 3rem !important; }
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important; }
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important; }
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important; }
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important; }
.m-md-auto {
margin: auto !important; }
.mt-md-auto,
.my-md-auto {
margin-top: auto !important; }
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important; }
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important; }
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important; } }
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important; }
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important; }
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important; }
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important; }
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important; }
.m-lg-1 {
margin: 0.25rem !important; }
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important; }
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important; }
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important; }
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important; }
.m-lg-2 {
margin: 0.5rem !important; }
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important; }
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important; }
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important; }
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important; }
.m-lg-3 {
margin: 1rem !important; }
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important; }
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important; }
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important; }
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important; }
.m-lg-4 {
margin: 1.5rem !important; }
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important; }
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important; }
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important; }
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important; }
.m-lg-5 {
margin: 3rem !important; }
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important; }
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important; }
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important; }
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important; }
.p-lg-0 {
padding: 0 !important; }
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important; }
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important; }
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important; }
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important; }
.p-lg-1 {
padding: 0.25rem !important; }
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important; }
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important; }
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important; }
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important; }
.p-lg-2 {
padding: 0.5rem !important; }
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important; }
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important; }
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important; }
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important; }
.p-lg-3 {
padding: 1rem !important; }
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important; }
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important; }
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important; }
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important; }
.p-lg-4 {
padding: 1.5rem !important; }
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important; }
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important; }
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important; }
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important; }
.p-lg-5 {
padding: 3rem !important; }
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important; }
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important; }
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important; }
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important; }
.m-lg-auto {
margin: auto !important; }
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important; }
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important; }
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important; }
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important; } }
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important; }
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important; }
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important; }
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important; }
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important; }
.m-xl-1 {
margin: 0.25rem !important; }
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important; }
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important; }
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important; }
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important; }
.m-xl-2 {
margin: 0.5rem !important; }
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important; }
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important; }
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important; }
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important; }
.m-xl-3 {
margin: 1rem !important; }
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important; }
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important; }
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important; }
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important; }
.m-xl-4 {
margin: 1.5rem !important; }
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important; }
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important; }
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important; }
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important; }
.m-xl-5 {
margin: 3rem !important; }
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important; }
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important; }
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important; }
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important; }
.p-xl-0 {
padding: 0 !important; }
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important; }
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important; }
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important; }
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important; }
.p-xl-1 {
padding: 0.25rem !important; }
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important; }
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important; }
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important; }
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important; }
.p-xl-2 {
padding: 0.5rem !important; }
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important; }
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important; }
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important; }
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important; }
.p-xl-3 {
padding: 1rem !important; }
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important; }
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important; }
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important; }
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important; }
.p-xl-4 {
padding: 1.5rem !important; }
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important; }
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important; }
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important; }
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important; }
.p-xl-5 {
padding: 3rem !important; }
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important; }
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important; }
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important; }
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important; }
.m-xl-auto {
margin: auto !important; }
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important; }
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important; }
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important; }
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important; } }
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.text-justify {
text-align: justify !important; }
.text-nowrap {
white-space: nowrap !important; }
.text-truncate {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap; }
.text-left {
text-align: left !important; }
.text-right {
text-align: right !important; }
.text-center {
text-align: center !important; }
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important; }
.text-sm-right {
text-align: right !important; }
.text-sm-center {
text-align: center !important; } }
@media (min-width: 768px) {
.text-md-left {
text-align: left !important; }
.text-md-right {
text-align: right !important; }
.text-md-center {
text-align: center !important; } }
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important; }
.text-lg-right {
text-align: right !important; }
.text-lg-center {
text-align: center !important; } }
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important; }
.text-xl-right {
text-align: right !important; }
.text-xl-center {
text-align: center !important; } }
.text-lowercase {
text-transform: lowercase !important; }
.text-uppercase {
text-transform: uppercase !important; }
.text-capitalize {
text-transform: capitalize !important; }
.font-weight-light {
font-weight: 300 !important; }
.font-weight-normal {
font-weight: 400 !important; }
.font-weight-bold {
font-weight: 700 !important; }
.font-italic {
font-style: italic !important; }
.text-white {
color: #fff !important; }
.text-primary {
color: #007bff !important; }
a.text-primary:hover, a.text-primary:focus {
color: #0062cc !important; }
.text-secondary {
color: #6c757d !important; }
a.text-secondary:hover, a.text-secondary:focus {
color: #545b62 !important; }
.text-success {
color: #28a745 !important; }
a.text-success:hover, a.text-success:focus {
color: #1e7e34 !important; }
.text-info {
color: #17a2b8 !important; }
a.text-info:hover, a.text-info:focus {
color: #117a8b !important; }
.text-warning {
color: #ffc107 !important; }
a.text-warning:hover, a.text-warning:focus {
color: #d39e00 !important; }
.text-danger {
color: #dc3545 !important; }
a.text-danger:hover, a.text-danger:focus {
color: #bd2130 !important; }
.text-light {
color: #f8f9fa !important; }
a.text-light:hover, a.text-light:focus {
color: #dae0e5 !important; }
.text-dark {
color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus {
color: #1d2124 !important; }
.text-body {
color: #212529 !important; }
.text-muted {
color: #6c757d !important; }
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.visible {
visibility: visible !important; }
.invisible {
visibility: hidden !important; }
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
a:not(.btn) {
text-decoration: underline; }
abbr[title]::after {
content: " (" attr(title) ")"; }
pre {
white-space: pre-wrap !important; }
pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
@page {
size: a3; }
body {
min-width: 992px !important; }
.container {
min-width: 992px !important; }
.navbar {
display: none; }
.badge {
border: 1px solid #000; }
.table {
border-collapse: collapse !important; }
.table td,
.table th {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6 !important; }
.table-dark {
color: inherit; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6; }
.table .thead-dark th {
color: inherit;
border-color: #dee2e6; } }.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-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;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[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;
} .slick-loading .slick-list
{
background: #fff url(//levetchristophe.fr/wp-content/themes/palette/assets/css/fonts/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/fonts/slick.eot);
src: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(//levetchristophe.fr/wp-content/themes/palette/assets/css/fonts/slick.woff) format('woff'), url(//levetchristophe.fr/wp-content/themes/palette/assets/css/fonts/slick.ttf) format('truetype'), url(//levetchristophe.fr/wp-content/themes/palette/assets/css/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: 'в†ђ';
}
[dir='rtl'] .slick-prev:before
{
content: 'в†’';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: 'в†’';
}
[dir='rtl'] .slick-next:before
{
content: 'в†ђ';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: 'вЂў';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}@font-face {
font-family: 'palette';
src: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/fontello/font/palette.eot?82891005);
src: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/fontello/font/palette.eot?82891005#iefix) format('embedded-opentype'),
url(//levetchristophe.fr/wp-content/themes/palette/assets/css/fontello/font/palette.svg?82891005#palette) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'palette';
src: url(data:application/octet-stream;base64,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) format('woff'),
url(data:application/octet-stream;base64,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) format('truetype');
}   [class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "palette";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.icon-arrow:before { content: '\e800'; } .icon-lock-password:before { content: '\e801'; } .icon-calendar-bokeh:before { content: '\e802'; } .icon-arrow-back:before { content: '\e803'; } .icon-arrow-forward:before { content: '\e804'; } .icon-arrow-right:before { content: '\e805'; } .icon-dot:before { content: '\e806'; } .icon-chevron:before { content: '\e807'; } .icon-chevron-big:before { content: '\e808'; } .icon-close:before { content: '\e809'; } .icon-check:before { content: '\e80a'; } .icon-download:before { content: '\e80b'; } .icon-chevronleft:before { content: '\e80c'; } .icon-minus:before { content: '\e80d'; } .icon-search:before { content: '\e80e'; } .icon-plus:before { content: '\e80f'; } .icon-plus-big:before { content: '\e810'; } .icon-plus-extra-big:before { content: '\e811'; } .icon-arrow-long-left:before { content: '\e812'; } .icon-arrow-long-right:before { content: '\e813'; } .icon-ic_info:before { content: '\e814'; } .icon-union:before { content: '\e815'; } .icon-ic_success:before { content: '\e816'; } .icon-basket-5:before { content: '\e817'; } .icon-basket:before { content: '\e818'; } .icon-basket-1:before { content: '\e819'; } .icon-basket-2:before { content: '\e81a'; } .icon-basket-3:before { content: '\e81b'; } .icon-basket-alt:before { content: '\e81c'; } .icon-cart:before { content: '\e81d'; } .icon-basket-4:before { content: '\e81e'; } .icon-basket-circled:before { content: '\e81f'; } .icon-basket-6:before { content: '\e820'; } .icon-basket-7:before { content: '\e821'; } .icon-basket-8:before { content: '\e822'; } .icon-basket-alt-1:before { content: '\e823'; } .icon-basket-9:before { content: '\e824'; } .icon-cart-1:before { content: '\e825'; } .icon-basket-circled-1:before { content: '\e826'; }
  *,
*:before,
*:after {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
word-break: break-word;
word-wrap: break-word;
}
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,
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; vertical-align: baseline;
}
a:focus, a:active, a:visited {
outline: none !important;
} :focus {
outline: 0;
}
a:hover {
text-decoration: none;
} article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
pre {
font-family: monospace;
max-width: 100%;
font-size: 15px;
font-size: .9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
padding: 1.6em;
}
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;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
-webkit-appearance: none;
-moz-appearance: none;
}
input[type=search] {
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
textarea {
overflow: auto;
vertical-align: top;
resize: vertical;
} audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
max-width: 100%;
} audio:not([controls]) {
display: none;
height: 0;
} [hidden] {
display: none;
} html {
font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a:focus {
outline: thin dotted;
} a:active,
a:hover {
outline: 0;
} img {
border: 0; -ms-interpolation-mode: bicubic; } figure {
margin: 0;
} form {
margin: 0;
} fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0; padding: 0;
white-space: normal; *margin-left: -7px; } button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; } button,
input {
line-height: normal;
} button,
select {
text-transform: none;
} button,
html input[type="button"],
input[type="reset"],
input[type="submit"], button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: none; cursor: pointer; *overflow: visible; } button[disabled],
html input[disabled] {
cursor: default;
} input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; } input[type="search"] {
-webkit-appearance: textfield; -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;
}
html,
button,
input,
select,
textarea {
color: #222;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
img {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
label {
display: block;
margin-bottom: 10px;
}
b,
strong {
font-weight: 700;
}
button:focus, input:focus {
outline: none;
} .select2-container--default .select2-selection--single,
select {
border: 1px solid #000;
color: #000;
width: 100%;
height: 50px;
padding: 0 16px;
cursor: pointer;
border-radius: 0;
font-size: 14px;
moz-appearance: none; -webkit-appearance: none; -moz-appearance: none;
appearance: none;
background-color: transparent;
background-image: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/cherie_arrow_down.svg);
background-position: 95% center;
background-repeat: no-repeat;
}
.select2.select2-container.select2-container--default {
height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
height: 50px;
padding-left: 0;
line-height: 50px;
font-weight: 300;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
display: none;
} textarea,
select,
input {
background-color: transparent;
} input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=number],
input[type=search] {
border: 1px solid #000;
color: #000;
font-weight: 300;
width: 100%;
height: 50px;
padding: 0 16px;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 14px;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder {
color: #000;
font-size: 14px;
letter-spacing: 0.02em;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder {
color: #000;
font-size: 14px;
letter-spacing: 0.02em;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder {
color: #000;
font-size: 14px;
letter-spacing: 0.02em;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder {
color: #000;
font-size: 14px;
letter-spacing: 0.02em;
}
textarea {
border-radius: 0;
height: 160px;
padding: 8px 16px;
color: #000;
border: 1px solid #000;
font-size: 14px;
font-weight: 300;
}
textarea::-webkit-input-placeholder {
color: #000;
font-size: 14px;
letter-spacing: 0.02em;
}
textarea::-moz-placeholder {
color: #000;
font-size: 14px;
letter-spacing: 0.02em;
}
textarea:-ms-input-placeholder {
color: #000;
font-size: 14px;
letter-spacing: 0.02em;
}
textarea:-moz-placeholder {
color: #000;
font-size: 14px;
letter-spacing: 0.02em;
} input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
width: 18px;
height: 18px;
display: inline-block;
}
input[type="radio"]::before {
content: '';
width: 18px;
height: 18px;
display: block;
border: 1px solid #000;
border-radius: 100%;
cursor: pointer;
}
input[type="radio"]:checked::before {
content: '';
width: 18px;
height: 18px;
border: 1px solid #000;
border-radius: 100%;
background: #000;
}
input[type="radio"]:checked::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 18px;
height: 18px;
border-radius: 100%;
-webkit-transform: scale(0.35);
transform: scale(0.35);
} input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
width: 18px;
height: 18px;
display: inline-block !important;
}
input[type="checkbox"]::before {
content: '';
display: block;
width: 18px;
height: 18px;
border: 1px solid #000;
cursor: pointer;
}
input[type="checkbox"]:checked::before {
content: '';
display: block;
width: 18px;
height: 18px;
border: 1px solid #000;
background-image: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/checkbox.svg);
background-size: cover;
background-position: center center;
} .art-second-hamburger-wrapper button.art-second-hamburger {
height: 2.6rem;
width: 4.3rem;
z-index: 3;
position: relative;
padding: 1rem;
pointer-events: auto;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: 0 0;
border-radius: 0;
outline: 0;
cursor: pointer;
}
.art-second-hamburger-wrapper button.art-second-hamburger::after, .art-second-hamburger-wrapper button.art-second-hamburger::before {
content: "";
position: absolute;
left: 1rem;
width: 34px;
height: 3px;
background: currentColor;
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1);
transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1);
transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1);
transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1);
}
.art-second-hamburger-wrapper button.art-second-hamburger::before {
top: 14px;
}
.art-second-hamburger-wrapper button.art-second-hamburger::after {
bottom: 1rem;
}
.art-second-hamburger-wrapper button.art-second-hamburger.art-is-cross::before {
-webkit-transform: translateY(0.275rem) rotate(45deg);
transform: translateY(0.275rem) rotate(45deg);
}
.art-second-hamburger-wrapper button.art-second-hamburger.art-is-cross::after {
-webkit-transform: translateY(-0.275rem) rotate(-45deg);
transform: translateY(-0.275rem) rotate(-45deg);
}
.art-hidden {
opacity: 0;
}
.art-visible {
opacity: 1;
}
.art-do-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.art--aliment-left {
text-align: left;
}
.art--aliment-center {
text-align: center;
}
.art--aliment-right {
text-align: right;
}
.art-clearfix::after {
content: "";
clear: both;
display: table;
}
.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after {
letter-spacing: 5px;
}
.woocommerce .star-rating {
width: 7em;
color: #000;
}
.woocommerce p.stars a:hover {
color: #000;
}  .my-mfp-zoom-in .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
transform: scale(0.8);
} .mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
} .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
} .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
-webkit-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
} .my-mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
} .my-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
} .my-mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
} .art-book-now-wrapper .art-book-now-submit {
display: -webkit-box;
display: -ms-flexbox;
flex-direction: column;
align-items: flex-end;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-transition: opacity 250ms ease-in-out;
transition: opacity 250ms ease-in-out;
}
.art-book-now-wrapper .art-book-now-submit:hover {
opacity: 0.7;
}
body.art-post-password-protected footer.art-main-footer {
display: none;
}
.mfp-arrow-left:before {
border-right: none;
}
.mfp-arrow-left:after {
border-right: none;
content: '\e80c';
font-family: 'palette';
color: #fff;
font-size: 31px;
}
.mfp-arrow-right:before {
border-left: none;
}
.mfp-arrow-right:after {
border-left: none;
content: '\e808';
font-family: 'palette';
color: #fff;
font-size: 31px;
}
@-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.art-post-tags a {
padding: 6px 12px;
border: 1px solid #000;
margin: 7px 7px;
}
.art-display-block {
display: block;
}
.art-display-none {
display: none;
}
#art-main-holder {
position: relative;
right: 0;
}
#art-main-holder.art-no-transform {
-webkit-transform: none !important;
transform: none !important;
}
#art-main-holder.art-hamburger-mask::before {
content: '';
position: fixed;
z-index: 9;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.02);
}
.art--mobile-menu-navigation-wrapper {
right: -280px !important;
}
.art--mobile-menu-navigation-wrapper.sidebar-open {
right: 0 !important;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
.screen-reader-text,
.gallery-caption {
font-size: 100%;
}
.bypostauthor {
font-size: 100%;
} button.art-button-link-line {
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
button.art-button-link-line:hover {
opacity: 0.8;
}
a {
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
img {
height: auto;
max-width: 100%;
} .slick-dotted.slick-slider {
margin-bottom: 0;
}
.art-half-slide-container-left .slick-dots {
bottom: -55px;
width: 555px;
right: 16px;
}
.art-half-slide-container-right .slick-dots {
bottom: -55px;
width: 555px;
}
.slick-dots li {
margin: 0;
}
.slick-dots li button::before {
content: '';
width: 10px;
height: 10px;
border: 1px solid #000;
border-radius: 100%;
opacity: 1 !important;
}
.slick-dots li button:hover::before {
opacity: 0.8 !important;
}
.slick-dots li.slick-active button::before {
background-color: #000;
} .swiper-button-next,
.swiper-button-prev {
color: #000;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
opacity: 0.8;
} .art-pagination.art-default-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-pagination.art-default-pagination .art-left-arrow {
margin-right: 19px;
}
.art-pagination.art-default-pagination .art-center-buttons {
height: 36px;
}
.art-pagination.art-default-pagination .art-center-buttons .page-numbers {
font-size: 14px;
line-height: 13px;
font-weight: 400;
display: inline-block;
margin: 0 7px;
}
.art-pagination.art-default-pagination .art-center-buttons .page-numbers.current {
border-bottom: 1px solid #000;
}
.art-pagination.art-default-pagination .art-center-buttons a.page-numbers:hover {
opacity: 0.8;
}
.art-pagination.art-default-pagination .art-right-arrow {
margin-left: 19px;
}
.art-pagination.art-default-pagination .art-right-arrow i,
.art-pagination.art-default-pagination .art-left-arrow i {
font-size: 25px;
display: block;
line-height: 20px;
}
.art-pagination.art-default-pagination .art-right-arrow i::before,
.art-pagination.art-default-pagination .art-left-arrow i::before {
margin: 0;
}
.wp-block-image {
margin: 50px 0;
}
.wp-block-gallery {
margin-top: 50px;
margin-bottom: 30px;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
width: calc((100% - 30px) / 2);
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
margin: 0 30px 30px 0;
}
.art-copyrights {
font-size: 12px;
line-height: 14px;
margin-top: -10px;
}
code {
color: #000000;
}
.art-post-pagination {
text-align: center;
margin-bottom: 40px;
}
.art-post-pagination .art-post-pages-wrapper {
margin-bottom: 10px;
}
.art-post-pagination .post-page-numbers {
margin: 0 7px;
display: inline-block;
line-height: 20px;
}
.art-post-pagination .post-page-numbers span {
line-height: 20px;
display: inline-block;
}
.art-post-pagination .post-page-numbers.current {
border-bottom: 1px solid #000;
}
figure {
height: auto;
}
figure.wp-caption.aligncenter, figure.wp-caption.alignnone {
max-width: 100%;
}
figure figcaption {
margin-top: .5em;
margin-bottom: 1em;
}
.mfp-content figure figcaption {
margin-top: 0;
margin-bottom: 0;
} body:not(.elementor-editor-active) .story {
height: 100%;
}
body:not(.elementor-editor-active) .story h1.art-page-title {
margin-bottom: 40px;
}
body:not(.elementor-editor-active) .story .wp-block-cover-text {
color: #fff;
font-weight: 700;
}
body:not(.elementor-editor-active) .story iframe {
max-width: 100%;
}
body:not(.elementor-editor-active) .story a.wp-block-button__link {
text-decoration: none;
}
body:not(.elementor-editor-active) .story .wp-block-button {
margin-bottom: 10px;
}
body:not(.elementor-editor-active) .story .wp-block-button.is-style-squared a {
border-radius: 0;
}
body:not(.elementor-editor-active) .story a {
text-decoration: underline;
}
body:not(.elementor-editor-active) .story a.art-text-line, body:not(.elementor-editor-active) .story a.art-button {
text-decoration: none;
}
body:not(.elementor-editor-active) .story h1, body:not(.elementor-editor-active) .story h2, body:not(.elementor-editor-active) .story h3, body:not(.elementor-editor-active) .story h4, body:not(.elementor-editor-active) .story h5, body:not(.elementor-editor-active) .story h6 {
margin-bottom: 16px;
}
body:not(.elementor-editor-active) .story .elementor-heading-title {
margin-bottom: 0;
}
body:not(.elementor-editor-active) .story blockquote {
position: relative;
padding-left: 40px; }
body:not(.elementor-editor-active) .story blockquote::before {
position: absolute;
content: '“';
left: 20px;
}
body:not(.elementor-editor-active) .story p {
margin-bottom: 30px;
word-wrap: break-word;
}
body:not(.elementor-editor-active) .story p:last-child {
margin-bottom: 0;
}
body:not(.elementor-editor-active) .story figure.aligncenter,
body:not(.elementor-editor-active) .story img.aligncenter {
margin: 0 auto;
display: block;
}
body:not(.elementor-editor-active) .story .wp-block-gallery,
body:not(.elementor-editor-active) .story .wp-block-image { }
body:not(.elementor-editor-active) .story .wp-block-gallery.alignleft,
body:not(.elementor-editor-active) .story .wp-block-image.alignleft {
margin: 0 30px 0 0;
}
body:not(.elementor-editor-active) .story .wp-block-gallery.alignright,
body:not(.elementor-editor-active) .story .wp-block-image.alignright {
margin: 0 0 0 30px;
}
body:not(.elementor-editor-active) .story .wp-block-column figure {
margin: 50px 0;
}
body:not(.elementor-editor-active) .story pre {
background: #ececec;
padding: 20px;
display: block;
margin: 10px 15px 10px 0;
overflow-x: auto;
}
body:not(.elementor-editor-active) .story address {
display: inline-block;
}
body:not(.elementor-editor-active) .story .wp-caption {
width: auto;
}
body:not(.elementor-editor-active) .story .wp-caption img {
margin: 0;
}
body:not(.elementor-editor-active) .story .wp-caption p.wp-caption-text {
background: #ffffff;
text-align: center;
color: #898989 !important;
margin: 0 !important;
}
body:not(.elementor-editor-active) .story abbr {
text-transform: uppercase;
}
body:not(.elementor-editor-active) .story dl {
display: block;
margin-bottom: 25px;
}
body:not(.elementor-editor-active) .story dl dt {
min-width: 150px;
color: #000;
}
body:not(.elementor-editor-active) .story dl dd {
margin-left: 30px;
margin-bottom: 10px;
}
body:not(.elementor-editor-active) .story .gallery dl dt {
min-width: 0;
}
body:not(.elementor-editor-active) .story code, body:not(.elementor-editor-active) .story pre {
font-family: monospace;
}
body:not(.elementor-editor-active) .story pre {
background-color: #f0f0f0;
}
body:not(.elementor-editor-active) .story table {
border-top: none;
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 34px;
}
body:not(.elementor-editor-active) .story table thead tr th {
font-weight: 500;
padding: 4px 8px;
border: 1px solid #D1CFD7;
background-color: #FBF4F1;
}
body:not(.elementor-editor-active) .story table tbody tr th {
font-weight: 500;
padding: 4px 8px;
border: 1px solid #D1CFD7;
background-color: #FBF4F1;
}
body:not(.elementor-editor-active) .story table tbody tr td {
padding: 4px 8px;
border: 1px solid #D1CFD7;
}
body:not(.elementor-editor-active) .story table tfoot tr th {
font-weight: 500;
padding: 4px 8px;
border: 1px solid #D1CFD7;
background-color: #FBF4F1;
}
body:not(.elementor-editor-active) .story table tfoot tr td {
padding: 4px 8px;
border: 1px solid #D1CFD7;
}
body:not(.elementor-editor-active) .story ol,
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) {
margin: 0 0 1.5em 3em;
}
body:not(.elementor-editor-active) .story ol ol, body:not(.elementor-editor-active) .story ol ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style),
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) ol,
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) {
margin-top: 10px;
margin-bottom: 0;
}
body:not(.elementor-editor-active) .story li > ol, body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) li > ul {
margin-bottom: 0;
}
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) {
margin-left: 0.7em;
}
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) ul {
margin-top: 10px;
}
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) > li {
line-height: 28px;
list-style-type: none;
margin-bottom: 2px;
position: relative;
}
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) > li::before {
content: "\e806";
font-family: "palette";
font-size: 6px;
position: absolute;
left: -12px;
}
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) > li ul > li {
line-height: 28px;
list-style-type: none;
margin-bottom: 2px;
position: relative;
}
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) > li ul > li::before {
content: "\e806";
font-family: "palette";
font-size: 6px;
position: absolute;
left: -12px;
}
body:not(.elementor-editor-active) .story ol {
margin-left: 1em;
list-style: decimal;
counter-reset: item;
}
body:not(.elementor-editor-active) .story ol ol {
margin-top: 10px;
}
body:not(.elementor-editor-active) .story ol > li {
line-height: 28px;
list-style-type: none;
padding-left: 1.2em;
margin-bottom: 10px;
counter-increment: item;
position: relative;
}
body:not(.elementor-editor-active) .story ol > li::before {
display: inline-block;
position: absolute;
left: 0;
width: 1em;
text-align: right;
content: counter(item) ".";
}
body:not(.elementor-editor-active) .story ol > li ol > li {
line-height: 28px;
list-style-type: none;
padding-left: 1.2em;
margin-bottom: 10px;
counter-increment: item;
position: relative;
}
body:not(.elementor-editor-active) .story ol > li ol > li::before {
display: inline-block;
position: absolute;
left: 0;
width: 1em;
text-align: right;
content: counter(item) ".";
}
body:not(.elementor-editor-active) .story figure figcaption {
text-align: center;
width: 100%;
}
body:not(.elementor-editor-active) .story .wp-block-image .aligncenter > figcaption, body:not(.elementor-editor-active) .story .wp-block-image .alignleft > figcaption, body:not(.elementor-editor-active) .story .wp-block-image .alignright > figcaption, body:not(.elementor-editor-active) .story .wp-block-image.is-resized > figcaption {
display: block;
}
body:not(.elementor-editor-active) .story form.wp-block-search .wp-block-search__button {
display: none;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img,
img {
max-width: 100%; height: auto; }
.story .alignleft,
.story img.alignleft {
display: inline;
float: left;
margin-right: 2em;
}
.story .alignright,
.story img.alignright {
display: inline;
float: right;
margin-left: 2em;
}
.story .aligncenter img {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
margin-bottom: 1em;
}
.story .wp-caption {
line-height: 1.5;
margin-bottom: 1em;
text-align: center;
}
.story .wp-caption p.wp-caption-text {
font-size: 80%;
margin: 0;
padding: 15px;
}
.story .wp-smiley {
margin: 0;
}
.story .gallery.gallery-columns-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.story .gallery.gallery-columns-2 .gallery-item {
margin-top: 10px;
text-align: center;
width: 50%;
}
.story .gallery.gallery-columns-3 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.story .gallery.gallery-columns-3 .gallery-item {
margin-top: 10px;
text-align: center;
width: 33%;
}
.story .gallery.gallery-columns-4 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.story .gallery.gallery-columns-4 .gallery-item {
margin-top: 10px;
text-align: center;
width: 25%;
}
.story .wp-block-cover {
margin-bottom: 30px;
}
.story .wp-block-group__inner-container {
margin-bottom: 10px;
}
.story blockquote {
margin-bottom: 30px;
}
.story .embed-twitter {
margin-bottom: 30px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title {
color: #000;
}
a {
color: #000;
} .art-h9-css-light {
font-size: 13px;
font-weight: 300;
letter-spacing: 0.1em;
line-height: 19px;
color: #000000;
}  #pwgc-redeem-button,
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order #pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button,
.art-button {
border-radius: 0 0 0 0;
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
font-size: 14px;
}
.woocommerce div.product form.cart .button {
margin-top: 0;
} .woocommerce button.button,
.woocommerce .button.wc-backward,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button,
.art-button-dark {
display: inline-block;
padding: 16px 32px 14px 32px;
border: none;
border-radius: 0;
}
.woocommerce button.button:hover,
.woocommerce .button.wc-backward:hover,
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover,
.art-button-dark:hover {
opacity: 0.8;
} #pwgc-redeem-button,
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order #pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-button,
.art-button-light {
display: inline-block;
border: 1px solid;
padding: 14px 31px 14px 31px;
background-color: transparent;
}
#pwgc-redeem-button:hover,
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order #pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-button:hover,
.art-button-light:hover {
opacity: 1;
} .art-button-light-two {
display: inline-block;
border: 1px solid;
padding: 14px 31px 14px 31px;
}
.art-button-light-two:hover {
opacity: 1;
} .art-button-thick {
display: inline-block;
border: 2px solid;
padding: 13px 31px 13px 31px;
font-weight: 700 !important;
color: #000000;
}
.art-button-thick:hover {
opacity: 1;
} .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .art-update-cart,
.woocommerce button.button.art-button-link-line,
.art-button-link-line {
background-color: unset;
padding: 0 0 6px 0;
font-weight: 400;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.02em;
border-bottom: 1px solid;
border-radius: 0;
text-transform: none;
}   .hamburger {
padding: 7px 0 4px 0;
display: inline-block;
cursor: pointer;
-webkit-transition-property: opacity, -webkit-filter;
transition-property: opacity, -webkit-filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
-webkit-transition-duration: 0.05s;
transition-duration: 0.05s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
}
.hamburger:hover {
opacity: 1;
}
.hamburger-box {
width: 20px;
height: 15px;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -0.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 20px;
height: 1px;
background-color: #444;
border-radius: 0;
position: absolute;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.15s;
transition-duration: 0.15s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before {
top: -7px;
}
.hamburger-inner::after {
bottom: -7px;
} .hamburger--collapse-r .hamburger-inner {
top: auto;
bottom: 0;
-webkit-transition-duration: 0.13s;
transition-duration: 0.13s;
-webkit-transition-delay: 0.13s;
transition-delay: 0.13s;
-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
top: -14px;
-webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
-webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
-webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
transform: translate3d(0, -7px, 0) rotate(45deg);
-webkit-transition-delay: 0.22s;
transition-delay: 0.22s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
} .art-404-page.art-default-page-custom-wrapper {
padding-top: 223px !important;
padding-bottom: 140px;
}
.art-404-page.art-default-page-custom-wrapper .art-404-data {
text-align: center;
}
.art-404-page.art-default-page-custom-wrapper .art-404-data .art-404-title {
margin-bottom: 40px;
}  body.admin-bar .art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper {
padding: 45px 10px;
}
.art-mobile-menu-wrapper {
display: none; width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 1098;
}
.art-mobile-menu-wrapper .art-sidebar-overlay.art--mobile-menu-icon {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 1099;
cursor: pointer;
}
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper {
position: fixed;
z-index: 1800;
right: 0;
top: 0;
width: 280px;
background: #fff;
padding: 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li.has-submenu ul li a {
text-transform: none;
font-size: 13px;
line-height: 19px;
letter-spacing: 0.1em;
padding: 8px 40px 8px 24px;
}
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li > a .fl-menu-flipper-icon .fl-back-content {
opacity: 0;
}
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-front-content {
opacity: 0;
}
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-back-content {
opacity: 1;
}
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a {
position: relative;
display: block;
padding: 15px 40px 15px 24px;
font-weight: 500;
font-size: 13px;
line-height: 19px;
text-align: left;
letter-spacing: 0.1em;
text-transform: uppercase;
-webkit-transition: none;
transition: none;
}
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a:hover {
text-decoration: none;
}
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon .fl-front-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
width: 50px;
height: inherit;
z-index: 2;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon .fl-back-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
width: 50px;
height: inherit;
z-index: 2;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li .sub-menu {
display: none;
} .art-second-mobile-menu-wrapper {
position: fixed;
width: 50%;
height: 100%;
top: 0;
right: 0;
z-index: 55;
opacity: 0;
visibility: hidden;
}
.art-second-mobile-menu-wrapper.open {
visibility: visible;
}
.art-second-mobile-menu-wrapper .art-nav-container {
height: 100%;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper {
padding: 120px 60px 60px 120px;
height: 100%;
overflow-y: auto;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation {
height: 100%;
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: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation ul.art--mobile-menu {
margin-bottom: 40px;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation ul.art--mobile-menu li {
display: block;
margin-bottom: 24px;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation ul.art--mobile-menu li a {
font-weight: 700;
font-size: 42px;
line-height: 54px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #FFFFFF;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation ul.art--mobile-menu li a:hover {
opacity: 0.7;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-bottom: 30px;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info .menu-additional-info-left li.menu-additional-info-address,
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info .menu-additional-info-left li.menu-additional-info-email {
margin-bottom: 10px;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info .menu-additional-info-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info .menu-additional-info-right li:first-child {
margin-right: 40px;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info ul li {
display: block;
font-weight: 700;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #FFFFFF;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info ul li a {
font-weight: 700;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #FFFFFF;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info ul li a:hover {
opacity: 0.7;
}  body.admin-bar header.art-header-one .art-header-one-content.art-sticky,
body.admin-bar header.art-header-two .art-header-two-content.art-sticky,
body.admin-bar header.art-header-three .art-header-three-content.art-sticky,
body.admin-bar header.art-header-four .art-header-four-content.art-sticky {
margin-top: 32px;
}
.art-social-container {
margin: 0 -7px;
}
.art-social-container a {
color: #fff;
}
.art-social-container a i {
padding: 0 7px;
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
font-size: 18px;
line-height: 21px; }
.art-social-container a i.fa-instagram {
font-size: 19px;
line-height: 25px;
} header.art-header-one {
position: relative;
z-index: 50;
}
header.art-header-one.art-menu-open .art-header-one-content .art-navigation-container {
left: -275px;
}
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .left-content .art--logo-container a {
display: block;
padding: 20px 0;
}
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .left-content .art--logo-container .light-logotype {
display: none;
}
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: block;
}
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .center-content nav ul.menu > li > a {
color: #000000;
}
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .center-content nav ul.menu > li > a:hover {
border-bottom: 1px solid #000000;
opacity: 1;
}
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .right-content .art-social-container a {
color: #000;
}
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .right-content .art-social-container a i:hover {
opacity: 0.8;
}
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .right-content .hamburger-inner,
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .right-content .hamburger-inner::after,
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .right-content .hamburger-inner::before {
background-color: #000;
}
header.art-header-one.art-header-show-border .art-header-one-content {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.art-header-one .art-header-one-content {
padding: 0 50px;
width: 100%;
position: absolute;
top: 0;
left: 0;
border-bottom: 1px solid transparent;
-webkit-transition: all 300ms ease-in-out, margin-top 0ms;
transition: all 300ms ease-in-out, margin-top 0ms;
}
header.art-header-one .art-header-one-content.art-sticky {
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
position: fixed;
top: 0;
width: 100%;
}
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .left-content .art--logo-container {
max-height: 60px;
}
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .left-content .art--logo-container .light-logotype {
display: none;
}
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: block;
}
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .center-content nav ul.menu > li {
padding: 14px 21px;
}
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .center-content nav ul.menu > li > a {
color: #000000;
}
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .center-content nav ul.menu > li > a:hover {
border-bottom: 1px solid #000000;
opacity: 1;
}
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .art-social-container a {
color: #000;
}
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .art-social-container a i:hover {
opacity: 0.8;
}
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .hamburger-inner,
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .hamburger-inner::after,
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .hamburger-inner::before {
background-color: #000;
}
header.art-header-one .art-header-one-content .art-navigation-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 1920px;
margin: 0 auto;
-webkit-transition: all 300ms;
transition: all 300ms;
left: 0;
}
header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container {
max-height: 82px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container a {
padding: 20px 0;
}
header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: none;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 60px;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu > li {
padding: 25px 21px;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu > li > a {
font-weight: 400;
font-size: 13px;
line-height: 19px;
text-align: center;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #FFFFFF;
display: block;
border-bottom: 1px solid transparent;
padding: 6px 0 6px 0;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu > li > a:hover {
border-bottom: 1px solid #FFFFFF;
opacity: 1;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu > li.has-submenu:hover .sub-nav > .sub-menu {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li {
position: relative;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li .sub-menu {
opacity: 0;
visibility: hidden;
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
position: absolute;
top: 100%;
left: 0;
min-width: 270px;
margin-left: 0;
margin-right: 0;
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
padding: 5px 0;
z-index: 9999;
background-color: #fff;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li {
position: relative;
padding: 10px 38px 10px 16px;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li .sub-menu {
top: 0;
left: 100%;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li.has-submenu::after {
content: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/chevron.svg);
width: 16px;
position: absolute;
right: 11px;
top: 9px;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li.has-submenu:hover > .sub-menu {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li a {
display: block;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.02em;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item {
position: static;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 50px 70px 29px 70px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-shadow: none;
box-shadow: none;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li {
width: 300px;
padding: 0;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li::after {
display: none;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li:hover > a {
opacity: 1;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li > a {
font-weight: 400;
font-size: 12px;
line-height: 17px;
letter-spacing: 0.06em;
text-transform: uppercase;
margin-bottom: 11px;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li.sub-nav-item ul {
position: static;
-webkit-box-shadow: none;
box-shadow: none;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li.sub-nav-item ul li {
padding: 0 40px 16px 0;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item:hover .sub-nav > ul.sub-menu > li.sub-nav-item ul {
opacity: 1;
visibility: visible;
position: static;
}
header.art-header-one .art-header-one-content .art-navigation-container .right-content {
position: relative;
z-index: 60;
}
header.art-header-one .art-header-one-content .art-navigation-container .right-content .hamburger-inner, header.art-header-one .art-header-one-content .art-navigation-container .right-content .hamburger-inner::before, header.art-header-one .art-header-one-content .art-navigation-container .right-content .hamburger-inner::after {
background-color: #fff;
} header.art-header-two {
position: relative;
z-index: 48;
}
header.art-header-two.art-menu-open .art-header-two-content .art-header-top {
left: -275px;
}
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-left .art-social-container a {
color: #000;
}
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-center .art--logo-container .light-logotype {
display: none;
}
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-center .art--logo-container .dark-logotype {
display: block;
}
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-right a.art-site-header-appointment {
color: #000;
}
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-bottom {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-bottom nav ul.menu > li > a {
color: #000;
}
header.art-header-two .art-header-two-content {
width: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all 300ms ease-in-out, margin-top 0ms;
transition: all 300ms ease-in-out, margin-top 0ms;
}
header.art-header-two .art-header-two-content .art-header-data-wrapper {
margin: 0 auto;
}
header.art-header-two .art-header-two-content.art-sticky {
position: fixed;
top: 0;
width: 100%;
}
header.art-header-two .art-header-two-content.art-sticky .art-header-top {
min-height: 61px;
}
header.art-header-two .art-header-two-content.art-sticky .art-header-bottom nav ul.menu > li > a {
padding: 14px 0 14px 0;
}
header.art-header-two .art-header-two-content.art-sticky .art-header-bottom nav ul.menu li ul.sub-menu li a {
padding: 14px 0 14px 0;
}
header.art-header-two .art-header-two-content.art-sticky {
background-color: #fff;
}
header.art-header-two .art-header-two-content.art-sticky .art-header-top {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-left .art-social-container a {
color: #000;
}
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-center .art--logo-container .light-logotype {
display: none;
}
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-center .art--logo-container .dark-logotype {
display: block;
}
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-right .art-site-header-appointment {
color: #000;
}
header.art-header-two .art-header-two-content.art-sticky .art-header-bottom {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.art-header-two .art-header-two-content.art-sticky .art-header-bottom nav ul.menu > li > a {
color: #000;
}
header.art-header-two .art-header-two-content .art-header-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-transition: all 300ms;
transition: all 300ms;
left: 0;
padding: 0 50px;
min-height: 69px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header.art-header-two .art-header-two-content .art-header-top .art-header-top-left {
width: 300px;
}
header.art-header-two .art-header-two-content .art-header-top .art-header-top-center .art--logo-container .dark-logotype {
display: none;
}
header.art-header-two .art-header-two-content .art-header-top .art-header-top-right {
width: 300px;
text-align: right;
}
header.art-header-two .art-header-two-content .art-header-top .art-header-top-right .art-site-header-appointment {
color: #fff;
}
header.art-header-two .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner, header.art-header-two .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner::before, header.art-header-two .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner::after {
background-color: #fff;
}
header.art-header-two .art-header-two-content .art-header-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0 50px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
position: relative;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 60px;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li {
margin: 0 21px;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li:hover > a::before {
content: '';
height: 1px;
width: 100%;
background-color: #000;
position: absolute;
bottom: -1px;
left: 0;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li > a {
text-align: center;
color: #FFFFFF;
display: block;
position: relative;
padding: 16px 0 16px 0;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li > a:hover {
opacity: 1;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li.has-submenu:hover .sub-nav > .sub-menu {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li:hover > a {
position: relative;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li:hover > a::before {
content: '';
height: 1px;
width: 100%;
background-color: #000;
position: absolute;
bottom: -1px;
left: 0;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: calc(100% + 1px);
left: 0;
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
opacity: 0;
visibility: hidden;
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
margin-left: 0;
margin-right: 0;
z-index: 9999;
background-color: #fff;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu li {
margin: 0 20px;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu li.has-submenu:hover > ul.sub-menu {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu li a {
font-weight: 400;
font-size: 13px;
line-height: 19px;
text-transform: uppercase;
display: block;
padding: 16px 0;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu li ul.sub-menu {
position: absolute;
top: calc(100% + 1px);
left: 0;
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item {
position: static;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item a:hover {
opacity: 0.7;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 33px 70px 33px 70px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu li:hover > a::before {
display: none;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li {
width: 300px;
padding: 0;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li > a {
padding: 7px 0;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li.sub-nav-item ul {
position: static;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-bottom: none;
-webkit-box-shadow: none;
box-shadow: none;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li.sub-nav-item ul li {
margin: 0;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li.sub-nav-item ul li a {
padding: 7px 0;
}
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item:hover .sub-nav > ul.sub-menu > li.sub-nav-item ul {
opacity: 1;
visibility: visible;
position: static;
}
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-right .hamburger-inner,
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-right .hamburger-inner::before,
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-right .hamburger-inner::after,
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner,
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner::before,
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner::after {
background-color: #000;
} header.art-header-three {
position: relative;
}
header.art-header-three.art-dark-header-text .art-header-three-content .art-navigation-container .left-content .art--logo-container a {
display: block;
padding: 20px 0;
}
header.art-header-three.art-dark-header-text .art-header-three-content .art-navigation-container .left-content .art--logo-container .light-logotype {
display: none;
}
header.art-header-three.art-dark-header-text .art-header-three-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: block;
}
header.art-header-three.art-dark-header-text .art-header-three-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
color: #000;
}
header.art-header-three.art-dark-header-text.art-menu-open .art-header-three-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
color: #FFF;
}
header.art-header-three.art-white-hamburger .art-header-three-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
color: #FFF;
}
header.art-header-three.art-black-hamburger.art-menu-open .art-header-four-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
color: #000;
}
header.art-header-three.art-header-logo-light .art-header-three-content .art-navigation-container { }
header.art-header-three.art-header-logo-light .art-header-three-content .art-navigation-container .left-content .art--logo-container a {
display: block;
padding: 20px 0;
}
header.art-header-three.art-header-logo-light .art-header-three-content .art-navigation-container .left-content .art--logo-container .light-logotype {
display: block;
}
header.art-header-three.art-header-logo-light .art-header-three-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: none;
}
header.art-header-three.art-header-show-border .art-header-three-content {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.art-header-three .art-header-three-content {
padding: 0 50px;
width: 100%;
position: absolute;
top: 0;
left: 0;
border-bottom: 1px solid transparent;
-webkit-transition: all 300ms ease-in-out, margin-top 0ms;
transition: all 300ms ease-in-out, margin-top 0ms;
}
header.art-header-three .art-header-three-content.art-sticky {
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
header.art-header-three .art-header-three-content.art-sticky .art-navigation-container .left-content .art--logo-container {
max-height: 60px;
}
header.art-header-three .art-header-three-content.art-sticky .art-navigation-container .left-content .art--logo-container .light-logotype {
display: none;
}
header.art-header-three .art-header-three-content.art-sticky .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: block;
}
header.art-header-three .art-header-three-content.art-sticky .art-navigation-container .right-content .art-second-hamburger-wrapper button {
color: #000 !important;
}
header.art-header-three .art-header-three-content .art-navigation-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 1920px;
margin: 0 auto;
-webkit-transition: all 300ms;
transition: all 300ms;
left: 0;
}
header.art-header-three .art-header-three-content .art-navigation-container .left-content {
z-index: 50;
}
header.art-header-three .art-header-three-content .art-navigation-container .left-content .art--logo-container {
max-height: 82px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
header.art-header-three .art-header-three-content .art-navigation-container .left-content .art--logo-container a {
padding: 20px 0;
}
header.art-header-three .art-header-three-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: none;
}
header.art-header-three .art-header-three-content .art-navigation-container .right-content {
position: relative;
z-index: 60;
}
header.art-header-three .art-header-three-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
color: #fff;
} header.art-header-four {
position: relative;
}
header.art-header-four.art-dark-header-text .art-header-four-content .art-navigation-container .menu-content-item nav ul li a {
color: #000;
}
header.art-header-four.art-dark-header-text .art-header-four-content .art-navigation-container .left-content .art--logo-container a {
display: block;
padding: 20px 0;
}
header.art-header-four.art-dark-header-text .art-header-four-content .art-navigation-container .left-content .art--logo-container .light-logotype {
display: none;
}
header.art-header-four.art-dark-header-text .art-header-four-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: block;
}
header.art-header-four.art-dark-header-text .art-header-four-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
color: #000;
}
header.art-header-four.art-dark-header-text.art-menu-open .art-header-three-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
color: #FFF;
}
header.art-header-four.art-white-hamburger .art-header-four-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
color: #FFF;
}
header.art-header-four.art-black-hamburger.art-menu-open .art-header-four-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
color: #000;
}
header.art-header-four.art-header-logo-light .art-header-three-content .art-navigation-container { }
header.art-header-four.art-header-logo-light .art-header-three-content .art-navigation-container .left-content .art--logo-container a {
display: block;
padding: 20px 0;
}
header.art-header-four.art-header-logo-light .art-header-three-content .art-navigation-container .left-content .art--logo-container .light-logotype {
display: block;
}
header.art-header-four.art-header-logo-light .art-header-three-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: none;
}
header.art-header-four.art-header-show-border .art-header-three-content {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.art-header-four .art-header-four-content {
padding: 0 50px;
width: 100%;
position: absolute;
top: 0;
left: 0;
border-bottom: 1px solid transparent;
-webkit-transition: all 300ms ease-in-out, margin-top 0ms;
transition: all 300ms ease-in-out, margin-top 0ms;
}
header.art-header-four .art-header-four-content.art-sticky {
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
header.art-header-four .art-header-four-content.art-sticky .art-navigation-container .menu-content-item nav ul li a {
color: #000;
}
header.art-header-four .art-header-four-content.art-sticky .art-navigation-container .left-content .art--logo-container {
max-height: 60px;
}
header.art-header-four .art-header-four-content.art-sticky .art-navigation-container .left-content .art--logo-container .light-logotype {
display: none;
}
header.art-header-four .art-header-four-content.art-sticky .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: block;
}
header.art-header-four .art-header-four-content.art-sticky .art-navigation-container .right-content .art-second-hamburger-wrapper button {
color: #000 !important;
}
header.art-header-four .art-header-four-content .art-navigation-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 1920px;
margin: 0 auto;
-webkit-transition: all 300ms;
transition: all 300ms;
left: 0;
}
header.art-header-four .art-header-four-content .art-navigation-container .menu-content-item {
z-index: 5;
}
header.art-header-four .art-header-four-content .art-navigation-container .menu-content-item nav ul li a {
font-weight: bold;
font-size: 24px;
line-height: 31px;
letter-spacing: 0.04em;
color: #FFFFFF;
}
header.art-header-four .art-header-four-content .art-navigation-container .left-content {
z-index: 5;
}
header.art-header-four .art-header-four-content .art-navigation-container .left-content .art--logo-container {
max-height: 82px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
header.art-header-four .art-header-four-content .art-navigation-container .left-content .art--logo-container a {
padding: 20px 0;
}
header.art-header-four .art-header-four-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: none;
}
header.art-header-four .art-header-four-content .art-navigation-container .right-content {
position: relative;
z-index: 60;
}
header.art-header-four .art-header-four-content .art-navigation-container .right-content .art-second-hamburger-wrapper button {
color: #fff;
}  .fl-animated-item-velocity {
opacity: 0;
}
.art-image-name-rotating img {
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: rotating 8s infinite linear;
animation: rotating 8s infinite linear;
} .art-hero-header {
position: relative;
background-size: cover;
background-position: center center;
}
.art-hero-header .art-hero-header-data {
min-height: 768px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-hero-header .art-hero-header-data .art-hero-header-two-wrapper {
padding: 100px 0 100px 0;
position: relative;
text-align: center;
max-width: 950px;
}
.art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-hero-header-two-title {
margin-bottom: 0;
color: #fff;
}
.art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-hero-header-button-block {
display: none;
}
.art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-hero-header-button-block .art-widget-button {
margin-top: 40px;
} .art-section-about-me .art-about-me-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.art-section-about-me .art-about-me-left .about-image-one {
max-width: 390px;
z-index: 10;
}
.art-section-about-me .art-about-me-left .about-image-two {
max-width: 360px;
position: absolute;
right: 15px;
top: 10%;
z-index: 2;
}
.art-section-about-me .art-about-me-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-section-about-me .art-about-me-right .art-about-me-right-data {
padding-left: 66px;
}
.art-section-about-me .art-about-me-right .art-section-about-me-link {
margin-top: 40px;
}
.art-section-about-me .art-about-me-right .art-section-about-me-link .art-widget-button a {
text-decoration: none;
}
.art-section-about-me .art-about-me-right .art-section-about-me-link .art-widget-button a:hover i {
margin-left: 12px;
}
.art-section-about-me .art-about-me-right .art-section-about-me-link .art-widget-button a i {
margin-left: 6px;
-webkit-transition: margin-left 250ms ease-in-out;
transition: margin-left 250ms ease-in-out;
} .art-portfolio-taxonomies .art-taxonomy-wrapper .art-taxonomy-data {
text-align: center;
margin: 77px 0;
}
.art-portfolio-taxonomies .art-taxonomy-wrapper .art-taxonomy-data a {
display: block;
text-decoration: none;
}
.art-portfolio-taxonomies .art-taxonomy-wrapper .art-taxonomy-data a img {
margin-bottom: 28px;
}
.art-portfolio-taxonomies .art-taxonomies-column-one {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-portfolio-taxonomies .art-taxonomies-column-one a {
max-width: 360px;
}
.art-portfolio-taxonomies .art-taxonomies-column-two {
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-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-portfolio-taxonomies .art-taxonomies-column-two .art-column-two-container {
max-width: 240px;
}
.art-portfolio-taxonomies .art-taxonomies-column-two .art-taxonomy-wrapper:first-child a {
max-width: 200px;
margin-left: auto;
}
.art-portfolio-taxonomies .art-taxonomies-column-two a {
max-width: 240px;
}
.art-portfolio-taxonomies .art-taxonomies-column-three {
margin-top: 23px;
}
.art-portfolio-taxonomies .art-taxonomies-column-three .art-taxonomy-wrapper:last-child a {
max-width: 160px;
}
.art-portfolio-taxonomies .art-portfolio-archive-button {
text-align: center;
margin-top: 3px;
}
.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile {
display: none;
}
.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomies-column-left {
width: 50%;
}
.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomies-column-right {
width: 50%;
}
.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomy-wrapper h3 {
margin-bottom: 0 !important;
}
.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomy-wrapper.art-taxonomy-mobile-one .art-taxonomy-data {
width: 88.12%;
margin: 35px auto 30px 0;
}
.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomy-wrapper.art-taxonomy-mobile-four .art-taxonomy-data {
width: 64.37%;
margin: 0 0 0 20px;
}
.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomy-wrapper.art-taxonomy-mobile-two .art-taxonomy-data {
width: 49.37%;
margin: 0 20px 30px auto;
}
.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomy-wrapper.art-taxonomy-mobile-three .art-taxonomy-data {
width: 58.75%;
margin: 0 30px 30px auto;
}
.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile .art-taxonomy-wrapper.art-taxonomy-mobile-five .art-taxonomy-data {
width: 39.37%;
margin: 0 auto 0 41px;
}  .swiper-button-next::after,
.swiper-button-prev::after {
content: '';
display: none !important;
opacity: 0 !important;
}
.art-testimonial-images-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-testimonial-images-wrapper .art-left-side {
width: 487px;
max-width: 487px;
}
.art-testimonial-images-wrapper .art-left-side .swiper-container-testimonial-image {
overflow: hidden;
max-width: 370px;
}
.art-testimonial-images-wrapper .art-right-side {
width: calc(100% - 487px);
margin: 0 auto;
padding: 0 15px;
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;
}
.art-testimonial-images-wrapper .art-right-side .art-right-side-data {
position: relative;
padding-bottom: 71px;
max-width: 560px;
width: 100%;
}
.art-testimonial-images-wrapper .art-right-side .art-testimonial-title {
text-align: center;
margin-bottom: 18px;
}
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text {
overflow: hidden;
}
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .testimonial-item .art-testimonial-data {
text-align: center;
}
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .testimonial-item .art-testimonial-name {
margin-top: 30px;
text-align: center;
}
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .art-swiper-buttons-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 43px;
}
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .art-swiper-buttons-wrapper .swiper-button-next {
background-image: none;
position: static;
margin-bottom: -2px;
}
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .art-swiper-buttons-wrapper .swiper-button-next::before {
content: '\e813';
font-family: palette;
font-size: 48px;
position: relative;
left: 5px;
top: 8px;
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .art-swiper-buttons-wrapper .swiper-button-prev {
background-image: none;
position: static;
margin-right: 38px;
}
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .art-swiper-buttons-wrapper .swiper-button-prev::before {
content: '\e812';
font-family: palette;
font-size: 48px;
position: relative;
top: 8px;
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
} .art-partners-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.art-partners-wrapper .art-partner-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .art-info-section {
padding: 204px 0 204px 0;
}
.art-info-section .art-info-section-title {
font-style: normal;
font-weight: normal;
font-size: 72px;
line-height: 85px;
text-align: center;
letter-spacing: 0.005em;
color: #FFFFFF;
display: block;
}
body .story .art-info-section .art-info-section-title {
margin-bottom: 60px;
} .art-portfolio-archive.art-archive-photographers {
padding: 0 0 100px 0;
}
.art-portfolio-archive.art-archive-photographers .art-hero-header {
position: relative;
background-size: cover;
background-position: center center;
margin-bottom: 100px;
}
.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data {
min-height: 768px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper {
padding: 100px 0 100px 0;
position: relative;
text-align: center;
max-width: 922px;
}
.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-hero-header-two-title {
margin-bottom: 60px;
color: #fff;
font-weight: bold;
font-size: 80px;
line-height: 100px;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-portfolio-buttons-filter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-portfolio-buttons-filter .art-button-filter-item {
color: #fff;
font-weight: bold;
font-size: 24px;
line-height: 31px;
letter-spacing: 0.04em;
border-bottom: 3px solid transparent;
padding: 0 0 4px 0;
margin: 0 30px 15px 30px;
}
.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-portfolio-buttons-filter .art-button-filter-item.is-checked {
border-bottom: 3px solid;
}
.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-widget-button {
margin-top: 60px;
}
.art-portfolio-archive.art-archive-photographers .art-portfolio-pagination-wrapper a {
margin-top: 60px;
} .art-welcome-section .art-welcome-section-left .art-welcome-image {
max-width: 370px;
}
.art-welcome-section .art-welcome-section-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.art-welcome-section .art-welcome-section-right .art-welcome-section-right-data .art-image-name-rotating {
position: absolute;
top: 0;
right: 0;
} .art-program-info .art-program-info-row.art-do-reverse .art-program-info-one .art-program-info-data {
padding-right: 0;
padding-left: 98px;
}
.art-program-info .art-program-info-row .art-program-info-one .art-program-info-data {
padding-right: 98px;
}
.art-program-info .art-program-info-row .art-program-info-one .art-program-info-data .program-info-data-block {
margin-bottom: 50px;
}
.art-program-info .art-program-info-row .art-program-info-one .art-program-info-data .program-info-data-block:last-child {
margin-bottom: 0;
}
.art-program-info .art-program-info-row .art-program-info-one .art-program-info-data .program-info-data-block .art-program-info-title {
margin-bottom: 20px;
}
.art-program-info .art-program-info-row .art-program-info-two .art-program-image-one {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .art-text-list .art-text-list-one .art-text-list-data {
padding-right: 70px;
} .art-text-links .art-text-links-one .art-text-links-data {
padding-right: 93px;
}
.art-text-links .art-text-links-two {
margin-top: 15px;
}
.art-text-links .art-text-links-two .art-text-links-items {
margin-bottom: 40px;
}
.art-text-links .art-text-links-two .art-text-links-items:last-child {
margin-bottom: 0;
}
.art-text-links .art-text-links-two .art-text-links-items .text-links-title {
margin-bottom: 18px;
}
.art-text-links .art-text-links-two .art-text-links-items .art-text-links-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.art-text-links .art-text-links-two .art-text-links-items .art-text-links-items .art-link-item {
margin-bottom: 6px;
}
.art-text-links .art-text-links-two .art-text-links-items .art-text-links-items .art-link-item:last-child {
margin-bottom: 0;
}
.art-text-links .art-text-links-two .art-text-links-items .art-text-links-items a {
text-decoration: none;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
font-family: inherit;
}
.art-text-links .art-text-links-two .art-text-links-items .art-text-links-items a .art-link-name i {
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
margin-left: 0;
opacity: 0;
}
.art-text-links .art-text-links-two .art-text-links-items .art-text-links-items a .art-link-name i::before {
margin-left: 0;
font-size: 22px;
position: relative;
top: 4px;
}
.art-text-links .art-text-links-two .art-text-links-items .art-text-links-items a:hover .art-link-name i {
opacity: 1;
margin-left: 8px;
} section.art-text-circle .art-text-circle-row .art-text-circle-two .art-image-name-rotating {
position: relative;
}
section.art-text-circle .art-text-circle-row .art-text-circle-two .art-image-name-rotating img {
position: absolute;
top: 48px;
right: 0;
} .art-image-text-section .art-program-info-row.art-do-reverse .art-program-info-one .art-program-info-data {
padding-right: 0;
padding-left: 98px;
}
.art-image-text-section .art-program-info-row .art-program-info-one {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-image-text-section .art-program-info-row .art-program-info-one .art-program-info-data {
padding-right: 98px;
}
.art-image-text-section .art-program-info-row .art-program-info-one .art-program-info-data .program-info-data-block {
margin-bottom: 50px;
}
.art-image-text-section .art-program-info-row .art-program-info-one .art-program-info-data .program-info-data-block:last-child {
margin-bottom: 0;
}
.art-image-text-section .art-program-info-row .art-program-info-one .art-program-info-data .program-info-data-block .art-program-info-title {
margin-bottom: 20px;
}
.art-image-text-section .art-program-info-row .art-program-info-two .art-program-image-one {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} section.art-text-blocks .art-text-blocks-one .art-text-links-data {
padding-right: 93px;
}
section.art-text-blocks .art-text-blocks-two {
margin-top: 15px;
}
section.art-text-blocks .art-text-blocks-two .art-text-blocks-items.art-text-blocks-ul {
margin-bottom: 40px;
}
section.art-text-blocks .art-text-blocks-two .art-text-blocks-items.art-text-blocks-ul:last-child {
margin-bottom: 0;
}
section.art-text-blocks .art-text-blocks-two .art-text-blocks-items.art-text-blocks-ul .text-block-title {
margin-bottom: 18px;
}
section.art-text-blocks .art-text-blocks-two .art-text-blocks-items.art-text-blocks-ul ul {
margin: 0 !important;
}
section.art-text-blocks .art-text-blocks-two .art-text-blocks-items.art-text-blocks-ul ul li::before {
display: none;
} section.art-prices-page .art-prices-page-block {
border-top: 1px solid rgba(152, 132, 99, 0.2);
padding: 80px 0 100px 0;
}
section.art-prices-page .art-prices-page-block:last-child {
border-bottom: 1px solid rgba(152, 132, 99, 0.2);
}
section.art-prices-page .art-prices-page-block .art-price-page-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
section.art-prices-page .art-prices-page-block .art-price-page-content .price-page-content-title {
min-width: 388px;
}
section.art-prices-page .art-prices-page-block .art-price-page-content .price-page-content-description {
margin-top: 18px;
}
section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price {
min-width: 240px;
text-align: right;
margin-top: 32px;
}
section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price .page-content-price-itself {
display: block;
margin-bottom: 38px;
}
section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price .page-content-price-link a {
text-decoration: none;
}
section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price .page-content-price-link a:hover {
color: #000;
}
section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price .page-content-price-link a:hover i {
left: 7px;
}
section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price .page-content-price-link a i {
margin-left: 5px;
position: relative;
-webkit-transition: left 250ms ease-in-out;
transition: left 250ms ease-in-out;
left: 0;
} .art-post-header .art-post-header-content {
min-height: 683px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-post-header .art-post-header-content.art-post-post-no-image {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.art-post-header .art-post-header-content .art-post-header-left {
position: relative;
width: 50%;
}
.art-post-header .art-post-header-content .art-post-header-left .art-post-top-image {
height: 100%;
background-size: cover;
background-position: center center;
}
.art-post-header .art-post-header-content .art-post-header-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50%;
height: 100%;
min-height: 683px;
}
.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data {
padding: 0 141px 0 80px;
text-align: left;
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;
width: 100%;
}
.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-cat {
font-weight: 400;
font-size: 12px;
line-height: 17px;
letter-spacing: 0.1em;
text-transform: uppercase;
display: block;
margin-bottom: 15px;
}
.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-title {
margin-bottom: 10px;
}
.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-description-list {
margin-top: 40px;
}
.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-enquire {
display: block;
margin-top: 40px;
}
.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-enquire a {
text-decoration: none;
}
.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-enquire a i {
margin-left: 6px;
-webkit-transition: margin-left 250ms ease-in-out;
transition: margin-left 250ms ease-in-out;
}
.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-enquire a:hover {
color: #000;
}
.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data .art-post-enquire a:hover i {
margin-left: 11px;
}
.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data ul {
margin: 0 !important;
}
.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data ul li::before {
display: none;
}  .art-contacts-themselves .art-contact-item {
text-align: center;
margin-bottom: 50px;
}
.art-contacts-themselves .art-contact-item .art-contact-icon {
margin-bottom: 24px;
}
.art-contacts-themselves .art-contact-item .art-contact-name {
margin-bottom: 18px;
} .wpcf7 form.wpcf7-form span.wpcf7-not-valid-tip {
margin-top: 8px;
text-align: left;
font-size: 12px;
line-height: 17px;
color: #EA6956;
}
.wpcf7 form.wpcf7-form p {
margin-bottom: 30px;
}
.wpcf7 form.wpcf7-form p:last-child {
margin-bottom: 30px;
}
.wpcf7 form.wpcf7-form .three-fields-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -15px;
}
.wpcf7 form.wpcf7-form .three-fields-row .wpcf7-form-control-wrap {
padding: 0 15px;
margin-bottom: 30px;
width: 33.333333333%;
}
.wpcf7 form.wpcf7-form textarea {
width: 100%;
}
.wpcf7 form.wpcf7-form textarea.art-textarea-two-inputs {
height: 130px;
}
.wpcf7 form.wpcf7-form .field-to-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.wpcf7 form.wpcf7-form .ajax-loader {
display: none;
}
.wpcf7 form.wpcf7-form.sent .art-book-now-wrapper {
display: none;
} .art-map-image-wrapper {
height: 600px !important;
} .art-full-screen-block {
min-height: 100vh;
position: relative;
}
.art-full-screen-block.art-img-bg {
background-size: cover;
background-position: center center;
}
.art-full-screen-block .art-image-name-rotating {
position: absolute;
bottom: 40px;
right: 60px;
}
.art-full-screen-block .art-image-name-rotating a {
border: none;
}
.art-full-screen-block .art-image-name-rotating a:hover {
background-color: transparent;
opacity: 0.7;
} .art-full-screen-about-one {
min-height: 100vh;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-full-screen-about-one .art-widget-description {
font-weight: 700;
font-size: 32px;
line-height: 54px;
letter-spacing: 0.05em;
text-transform: capitalize;
padding: 149px 250px 149px 60px;
}
.art-full-screen-about-one .art-image-name-rotating {
position: absolute;
bottom: 40px;
right: 60px;
}
.art-full-screen-about-one .art-image-name-rotating a {
border: none;
}
.art-full-screen-about-one .art-image-name-rotating a:hover {
background-color: transparent;
opacity: 0.7;
} .art-full-screen-about-two {
min-height: 100vh;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-full-screen-about-two .art-widget-image-block {
width: 50%;
min-height: 768px;
background-size: cover;
background-position: center center;
}
.art-full-screen-about-two .art-widget-description-wrapper {
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-full-screen-about-two .art-widget-description-wrapper .art-widget-description {
font-weight: bold;
font-size: 24px;
line-height: 38px;
letter-spacing: 0.05em;
color: #000000;
padding: 70px 115px 70px 70px;
}
.art-full-screen-about-two .art-image-name-rotating {
position: absolute;
bottom: 40px;
right: 60px;
}
.art-full-screen-about-two .art-image-name-rotating a {
border: none;
}
.art-full-screen-about-two .art-image-name-rotating a:hover {
background-color: transparent;
opacity: 0.7;
} .art-full-screen-contact {
min-height: 100vh;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-full-screen-contact .art-widget-image-block {
width: 50%;
min-height: 768px;
background-size: cover;
background-position: center center;
}
.art-full-screen-contact .art-widget-data-wrapper {
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-full-screen-contact .art-widget-data-wrapper .art-widget-data {
padding: 70px 115px 70px 70px;
}
.art-full-screen-contact .art-widget-data-wrapper .art-widget-data .art-simple-about-item {
font-weight: 700;
font-size: 26px;
line-height: 38px;
letter-spacing: 0.05em;
color: #000000;
margin-bottom: 30px;
}
.art-full-screen-contact .art-widget-data-wrapper .art-widget-data .art-simple-about-item:last-child {
margin-bottom: 0;
}
.art-full-screen-contact .art-widget-data-wrapper .art-widget-data .art-simple-about-item span {
display: block;
}
.art-full-screen-contact .art-widget-data-wrapper .art-widget-data .art-simple-about-item a {
text-decoration: none;
}
.art-full-screen-contact .art-widget-data-wrapper .art-widget-data .art-simple-about-item a:hover {
color: #000;
opacity: 0.7;
}
.art-full-screen-contact .art-image-name-rotating {
position: absolute;
bottom: 40px;
right: 60px;
}
.art-full-screen-contact .art-image-name-rotating a {
border: none;
}
.art-full-screen-contact .art-image-name-rotating a:hover {
background-color: transparent;
opacity: 0.7;
} .art-simple-portfolio-archive {
overflow: hidden;
}
.art-simple-portfolio-archive .art-simple-portfolio-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-simple-portfolio-archive .art-simple-portfolio-container .art-portfolio-title {
position: absolute;
left: 60px;
bottom: 50px;
margin: 0;
padding-right: 20px;
font-weight: 700;
font-size: 26px;
line-height: 38px;
letter-spacing: 0.05em;
color: #FFFFFF;
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
opacity: 0;
}
.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-main {
width: 50%;
background-size: cover;
background-position: center center;
}
.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-main .art-portfolio-item {
margin: 0;
height: 100%;
}
.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-main .art-portfolio-item .art-portfolio-item-link {
display: block;
position: relative;
height: 100%;
}
.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-main .art-portfolio-item .art-portfolio-item-link:hover .art-portfolio-title {
opacity: 1;
}
.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-other {
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-other .art-portfolio-item {
margin: 0;
}
.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-other .art-portfolio-item .art-portfolio-item-link {
position: relative;
display: block;
}
.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-other .art-portfolio-item .art-portfolio-item-link .art-portfolio-image {
margin: 0;
}
.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-other .art-portfolio-item .art-portfolio-item-link:hover .art-portfolio-title {
opacity: 1;
} .art-staff-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-staff-section.art-do-reverse .art-widget-staff-wrapper .art-widget-staff-container {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100%;
padding-right: 31%;
}
.art-staff-section .art-widget-image-block {
width: 50%;
min-height: 768px;
background-size: cover;
background-position: center center;
}
.art-staff-section .art-widget-staff-wrapper {
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff {
padding-left: 96px;
}
.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff .art-widget-staff-title {
font-weight: normal;
font-size: 12px;
line-height: 16px;
min-height: 16px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #000000;
display: block;
margin-bottom: 24px;
}
.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff ul.art-staff-themselves {
margin: 0;
}
.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff ul.art-staff-themselves li {
font-weight: bold;
font-size: 24px;
line-height: 31px;
letter-spacing: 0.04em;
color: #000000;
margin-bottom: 12px;
}
.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff ul.art-staff-themselves li:last-child {
margin-bottom: 0;
}
.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff ul.art-staff-themselves li::before {
display: none;
}
.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff ul.art-staff-themselves li a {
text-decoration: none;
} .art-ticker-section .art-ticker-field {
font-weight: bold;
font-size: 74px;
line-height: 96px;
letter-spacing: 0.02em;
color: #000000;
overflow: hidden;
} .art-text-line-popup {
text-align: center;
}
.art-text-line-popup .art-text-line {
font-weight: bold;
font-size: 74px;
line-height: 96px;
letter-spacing: 0.02em;
color: #000000;
border-bottom: 4px solid;
padding-bottom: 4px;
} .art-people-contact .art-people-contact-container {
max-width: 975px;
padding: 0 15px;
margin: 0 auto;
}
.art-people-contact .art-people-contact-container .art-people-contact-item {
text-align: center;
margin-bottom: 60px;
}
.art-people-contact .art-people-contact-container .art-people-contact-item img {
margin-bottom: 24px;
}
.art-people-contact .art-people-contact-container .art-people-contact-item .art-people-contact-name {
display: block;
margin-bottom: 16px;
font-weight: bold;
font-size: 24px;
line-height: 30px;
text-align: center;
letter-spacing: 0.02em;
}
.art-people-contact .art-people-contact-container .art-people-contact-item .art-people-contact-position,
.art-people-contact .art-people-contact-container .art-people-contact-item .art-people-contact-phone,
.art-people-contact .art-people-contact-container .art-people-contact-item .art-people-contact-email {
display: block;
font-weight: bold;
font-size: 16px;
line-height: 18px;
letter-spacing: 0.01em;
}
.art-people-contact .art-people-contact-container .art-people-contact-item .art-people-contact-position {
margin-bottom: 10px;
}
.art-people-contact .art-people-contact-container .art-people-contact-item .art-people-contact-phone {
margin-bottom: 10px;
}
.art-people-contact a {
text-decoration: none !important;
} .art-map-contacts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-map-contacts .art-widget-map-block {
width: 50%;
min-height: 683px;
}
.art-map-contacts .art-widget-map-block .art-my-map-widget {
height: 100%;
}
.art-map-contacts .art-widget-contacts-block {
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.art-map-contacts .art-widget-contacts-block .art-widget-contacts-wrapper {
text-align: center;
padding: 0 30px;
}
.art-map-contacts .art-widget-contacts-block .art-widget-contacts-wrapper .art-contact-item {
margin-bottom: 50px;
}
.art-map-contacts .art-widget-contacts-block .art-widget-contacts-wrapper .art-contact-item:last-child {
margin-bottom: 0;
}
.art-map-contacts .art-widget-contacts-block .art-widget-contacts-wrapper .art-contact-item .art-contact-title {
display: block;
font-weight: normal;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 24px;
}
.art-map-contacts .art-widget-contacts-block .art-widget-contacts-wrapper .art-contact-item .art-contact-itself {
display: block;
font-weight: bold;
font-size: 24px;
line-height: 31px;
text-align: center;
letter-spacing: 0.04em;
}  .art-section-images-set {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-section-images-set .art-set-image-one {
width: 16.9%;
margin-right: 3.4%;
margin-top: 48px;
}
.art-section-images-set .art-set-image-two {
width: 48.68%;
position: relative;
margin-right: 3.4%;
}
.art-section-images-set .art-set-image-two .art-set-image-three {
width: 40.15%;
position: absolute;
bottom: 6%;
right: -35%;
}
.art-section-images-set .art-set-image-four {
width: 27.52%;
margin-top: 30px;
} .art-service-menu-tabs {
width: auto;
text-align: center;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: auto;
}
.art-service-menu-tabs::-webkit-scrollbar {
width: 0;
height: 0;
background: transparent;
}
.art-service-menu-tabs::-webkit-scrollbar-thumb {
background: transparent;
}
.art-service-menu-tabs li {
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-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
width: 143px;
min-width: 143px;
}
.art-service-menu-tabs li svg {
height: 48px;
min-height: 48px;
}
.art-service-menu-tabs li i {
font-size: 35px;
}
.art-service-menu-tabs li span {
font-weight: 500;
font-size: 13px;
line-height: 19px;
margin-top: 22px;
padding-bottom: 5px;
letter-spacing: 0.1em;
}
.art-service-menu-tabs li.art-no-active span {
opacity: 0.6;
}
.art-service-menu-tabs li.art-no-active:hover span {
opacity: 0.8;
}
.art-service-menu-tabs li.art-active span {
border-bottom: 1px solid;
}
.art_service_menu .art-service-menu-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-bottom: 20px;
margin-bottom: 18px;
}
.art_service_menu .art-service-info {
width: 100%;
text-align: center;
}
.art_service_menu .art-service-info .art-service-item {
max-width: 570px;
margin: 0 auto;
} .art-woo-products-slider.woocommerce ul.products,
.art-woo-products.art-elementor-widget ul.products {
margin: 0;
}
.art-woo-products-slider.woocommerce ul.products a,
.art-woo-products.art-elementor-widget ul.products a {
text-decoration: none;
} .art-right-half-slider-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-right-half-slider-wrapper .art-right-half-slider-data {
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;
width: 50%;
padding-left: calc(50% - 570px);
padding-right: 70px;
}
.art-right-half-slider-wrapper .art-right-half-slider-data .art-widget-title {
margin-bottom: 30px;
}
.art-right-half-slider-wrapper .art-right-half-slider-data .art-widget-button {
margin-top: 50px;
}
.art-right-half-slider-wrapper .art-right-half-slider-data .art-widget-button a {
display: inline-block;
}
.art-right-half-slider-wrapper .art-half-slide-container-right {
width: 50%;
}
.art-left-half-slider-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-left-half-slider-wrapper .art-half-slide-container-left {
width: 50%;
}
.art-left-half-slider-wrapper .art-left-slider-data {
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;
width: 50%;
padding-right: calc(50% - 570px);
padding-left: 82px;
}
.art-left-half-slider-wrapper .art-left-slider-data .art-widget-title {
margin-bottom: 30px;
}
.art-left-half-slider-wrapper .art-left-slider-data .art-widget-button {
margin-top: 50px;
}
.art-left-half-slider-wrapper .art-left-slider-data .art-widget-button a {
display: inline-block;
}
.art-half-slide-container-left .item-itself {
padding-left: 40px;
}
.art-half-slide-container-right .item-itself {
padding-right: 40px;
} .art-blog-posts .art-blog-posts-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-blog-posts .art-blog-posts-container .art-blog-post-item {
margin-bottom: 31px;
}
.art-blog-posts .art-blog-posts-container .art-blog-post-item .art-post-image {
margin-bottom: 24px;
}
.art-blog-posts .art-blog-posts-container .art-blog-post-item .art-post-cat {
text-transform: uppercase;
text-align: center;
margin-bottom: 13px;
letter-spacing: 0.1em;
}
.art-blog-posts .art-blog-posts-container .art-blog-post-item .art-post-data .art-post-title {
text-align: center;
margin-bottom: 0;
}
.art-blog-posts .art-blog-posts-container .art-blog-post-item .art-post-data .art-post-title a {
text-decoration: none;
} .art-mention .art-mention-content {
padding: 0 100px;
}
.art-mention .art-mention-content .art-mention-info .art-mention-item {
text-align: center;
}
.art-mention .art-mention-content .art-mention-info .art-mention-item .art-mention-content-data {
margin-bottom: 50px;
}
.art-mention .art-mention-content .art-mention-info .art-mention-item .art-widget-button {
line-height: 19px;
font-size: 13px; padding-bottom: 4px;
}
.art-mention .art-mention-content .art-mention-info .art-mention-item .art-widget-button a {
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 19px;
letter-spacing: 0.1em;
text-transform: uppercase;
text-decoration: none;
border-bottom: 1px solid;
padding-bottom: 5px;
}
.art-mention .art-mention-content .art-mention-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
white-space: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: auto;
margin-top: 69px;
padding-bottom: 20px;
}
.art-mention .art-mention-content .art-mention-tabs::-webkit-scrollbar {
width: 0;
background: transparent;
}
.art-mention .art-mention-content .art-mention-tabs::-webkit-scrollbar-thumb {
background: transparent;
}
.art-mention .art-mention-content .art-mention-tabs li {
padding: 0 61px;
cursor: pointer;
-webkit-transition: opacity 200ms ease-in-out;
transition: opacity 200ms ease-in-out;
}
.art-mention .art-mention-content .art-mention-tabs li.art-active {
opacity: 1;
}
.art-mention .art-mention-content .art-mention-tabs li.art-no-active {
opacity: 0.4;
}
.art-mention .art-mention-content .art-mention-tabs li.art-no-active:hover {
opacity: 1;
}
.art-mention .art-mention-content .art-mention-tabs li img {
max-width: unset;
} .art-insta-widget-wrapper .wdi_feed_thumbnail_1 .wdi_photo_wrap_inner,
.art-insta-widget-wrapper .wdi_feed_theme_1 .wdi_feed_wrapper,
.art-insta-widget-wrapper .wdi_feed_thumbnail_1 .wdi_feed_container {
background-color: #000 !important;
}
.art-insta-widget-wrapper .wdi_feed_thumbnail_1 .wdi_feed_container {
border-bottom: 0 !important;
}
.art-insta-widget-wrapper .wdi_feed_theme_1 .wdi_feed_wrapper {
display: grid !important;
grid-template-columns: 21.85% auto auto auto auto !important;
grid-template-rows: auto !important;
grid-template-areas: "one one two three four"
"one one five six seven" !important;
}
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item {
width: 100% !important;
padding: 12px 12px 3px 12px !important;
}
.art-insta-widget-wrapper .wdi_layout_th .wdi_photo_meta {
padding-bottom: 0 !important;
display: none;
}
.art-insta-widget-wrapper .wdi_feed_thumbnail_1 .wdi_photo_wrap_inner {
border: 0 !important;
}
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(1) {
grid-area: one !important;
}
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(2) {
grid-area: two !important;
}
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(3) {
grid-area: three !important;
}
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(4) {
grid-area: four !important;
}
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(5) {
grid-area: five !important;
}
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(6) {
grid-area: six !important;
}
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(7) {
grid-area: seven !important;
} form.mc4wp-form.mc4wp-form-success .mc4wp-form-fields, form.mc4wp-form.mc4wp-form-error .mc4wp-form-fields {
display: none;
}
form.mc4wp-form .art-sub-inputs {
position: relative;
max-width: 420px;
margin: 0 auto;
}
form.mc4wp-form .art-sub-inputs input[type=email] {
padding: 0 160px 0 15px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
}
form.mc4wp-form .art-sub-inputs input[type=submit] {
position: absolute;
top: 0;
right: 0;
}
form.mc4wp-form .mc4wp-response {
text-align: center;
}
.art-follow-subscribe-widget {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-follow-subscribe-widget .art-follow-side {
width: 50%;
text-align: center;
padding: 40px 20px 40px 20px;
}
.art-follow-subscribe-widget .art-follow-side .art-follow-title {
margin-bottom: 10px;
}
.art-follow-subscribe-widget .art-follow-side .art-follow-description {
margin-bottom: 30px;
}
.art-follow-subscribe-widget .art-follow-side .art-follow-social-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.art-follow-subscribe-widget .art-follow-side .art-follow-social-icons a {
padding: 0 15px;
}
.art-follow-subscribe-widget .art-follow-side .art-follow-social-icons a i {
font-size: 32px;
}
.art-follow-subscribe-widget .art-follow-side .art-follow-social-icons a i.fa-facebook-f {
font-size: 26px;
}
.art-follow-subscribe-widget .art-subscribe-side {
width: 50%;
text-align: center;
border-left: 1px solid;
padding: 40px 40px 40px 40px;
}
.art-follow-subscribe-widget .art-subscribe-side .art-subscribe-title {
margin-bottom: 10px;
}
.art-follow-subscribe-widget .art-subscribe-side .art-subscribe-description {
margin-bottom: 20px;
} .art-contact-info-widget {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center;
}
.art-contact-info-widget .art-item {
margin-bottom: 50px;
}
.art-contact-info-widget .art-item .art-icon {
margin-bottom: 19px;
}
.art-contact-info-widget .art-item .art-title {
margin-bottom: 10px;
}
.art-contact-info-widget .art-item .art-description {
text-align: center;
padding: 0 49px;
} .art-contact-widget-tabs .art-contact-menu-two-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 80px;
}
.art-contact-widget-tabs .art-contact-menu-two-tabs li {
padding: 6px 12px;
border: 1px solid;
margin: 0 7px;
cursor: pointer;
}
.art-contact-widget-tabs .art-contact-menu-two-tabs li.art-active span {
color: #fff;
}
.mfp-container {
position: fixed;
padding: 0;
}
.art-popup-simple .mfp-inline-holder .mfp-content {
height: 100%;
}
.zoom-anim-dialog.art-default-popap-one {
background-color: #FBF4F1;
max-width: 946px;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.zoom-anim-dialog.art-default-popap-one .art-hero-right {
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;
text-align: center;
padding: 0 100px;
}
.zoom-anim-dialog.art-default-popap-one .art-hero-right .hero-right-title {
margin-bottom: 16px;
}
.zoom-anim-dialog.art-default-popap-one .art-hero-right .hero-right-description {
margin-bottom: 28px;
}
.zoom-anim-dialog.art-default-popap-one .art-hero-right .hero-right-form input[type=submit] {
width: 100%;
}
.zoom-anim-dialog.art-default-popap-one .art-hero-right .hero-right-form .wpcf7 form.wpcf7-form p:last-of-type {
margin-bottom: 0 !important;
}
.zoom-anim-dialog.art-default-popap-one .mfp-close {
color: transparent;
}
.zoom-anim-dialog.art-default-popap-one .mfp-close::before {
top: 25px;
right: 25px;
}
.zoom-anim-dialog.art-default-popap-two {
max-width: 946px;
padding: 50px 98px;
text-align: center;
max-height: 760px;
overflow: auto;
}
.zoom-anim-dialog.art-default-popap-two .art-form-title {
margin-bottom: 20px;
}
.zoom-anim-dialog.art-default-popap-two .art-form-description {
padding: 0 101px;
}
.zoom-anim-dialog.art-default-popap-two .art-form-wrapper {
margin-top: 40px;
}
.zoom-anim-dialog.art-default-popap-two .mfp-close {
color: transparent;
}
.zoom-anim-dialog.art-default-popap-two .mfp-close::before {
top: 25px;
right: 25px;
}
.zoom-anim-dialog.art-default-popap-three-simple {
max-width: 100%;
height: 100%;
margin: 0;
padding: 100px 178px;
overflow-y: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.zoom-anim-dialog.art-default-popap-three-simple .mfp-close::before {
content: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/icon-close-bold.svg);
}
.zoom-anim-dialog.art-default-popap-three-simple .mfp-close {
-webkit-transition: opacity 250ms ease-in-out;
transition: opacity 250ms ease-in-out;
}
.zoom-anim-dialog.art-default-popap-three-simple .mfp-close:hover::before {
opacity: 0.7;
}
.zoom-anim-dialog.art-default-popap-three-simple .art-popap-three-simple-wrapper {
max-width: 945px;
}
.zoom-anim-dialog.art-default-popap-three-simple .art-popap-three-simple-wrapper .art-popap-three-simple-data .art-form-title {
display: block;
text-align: center;
font-weight: 700;
font-size: 42px;
line-height: 54px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #000000;
margin-bottom: 60px;
}
.zoom-anim-dialog.art-default-popap-three-simple .art-popap-three-simple-wrapper .art-popap-three-simple-data .art-form-wrapper textarea,
.zoom-anim-dialog.art-default-popap-three-simple .art-popap-three-simple-wrapper .art-popap-three-simple-data .art-form-wrapper input {
border: 2px solid #000;
}
.zoom-anim-dialog.art-default-popap-three-simple .art-popap-three-simple-wrapper .art-popap-three-simple-data .art-form-wrapper textarea {
height: 180px;
}
.zoom-anim-dialog.art-default-popap-three-simple .art-popap-three-simple-wrapper .art-popap-three-simple-data .art-form-wrapper .art-book-now-submit {
margin-top: 10px;
}
.zoom-anim-dialog.art-default-popap-three-simple .art-popap-three-simple-wrapper .art-popap-three-simple-data .art-form-wrapper .art-button-simple {
border: none;
background-color: transparent;
margin: 0 auto;
font-weight: 700;
font-size: 26px;
line-height: 54px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #000000;
}
.zoom-anim-dialog.art-popap-booked {
max-width: 555px;
min-height: 470px;
height: 100%;
padding: 60px 98px 30px 98px;
max-height: 760px;
overflow: auto;
}
.zoom-anim-dialog.art-popap-booked .booked-calendar-shortcode-wrap {
display: block;
width: 100%;
height: 100%;
}
.zoom-anim-dialog.art-popap-booked .mfp-close::before {
top: 25px;
right: 25px;
}
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-left {
width: 42%;
}
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-right {
width: 58%;
padding-left: 98px;
}
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-right .member-popup-title {
margin-bottom: 10px;
}
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-right .member-popup-position {
margin-bottom: 32px;
display: block;
} .art-accordion-menu-info-container {
padding: 0 15px;
max-width: 780px;
width: 100%;
margin: 0 auto;
}
.accordion-product-container,
.art-accordion-menu-info,
.art-service-container {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
max-width: 750px;
width: 100%;
margin: 0 auto;
}
.accordion-product-container .accordion,
.art-accordion-menu-info .accordion,
.art-service-container .accordion {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: none;
border-top: 1px solid rgba(0, 0, 0, 0.1);
background-color: transparent;
cursor: pointer;
padding: 17px 0;
width: 100%;
outline: none;
-webkit-transition: 0.4s;
transition: 0.4s; }
.accordion-product-container .accordion:active, .accordion-product-container .accordion:hover,
.art-accordion-menu-info .accordion:active,
.art-accordion-menu-info .accordion:hover,
.art-service-container .accordion:active,
.art-service-container .accordion:hover {
background-color: transparent;
}
.accordion-product-container .accordion::after,
.art-accordion-menu-info .accordion::after,
.art-service-container .accordion::after {
content: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/plus.svg);
position: relative;
top: 3px;
}
.accordion-product-container .accordion.active::after,
.art-accordion-menu-info .accordion.active::after,
.art-service-container .accordion.active::after {
content: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/close.svg);
}
.accordion-product-container .accordion .service-name,
.art-accordion-menu-info .accordion .service-name,
.art-service-container .accordion .service-name {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: left;
-webkit-transition: opacity 200ms ease-in-out;
transition: opacity 200ms ease-in-out;
}
.accordion-product-container .accordion .service-name:hover,
.art-accordion-menu-info .accordion .service-name:hover,
.art-service-container .accordion .service-name:hover {
opacity: 0.8;
}
.accordion-product-container .accordion .service-price,
.art-accordion-menu-info .accordion .service-price,
.art-service-container .accordion .service-price {
margin-right: 21px;
}
.accordion-product-container .panel,
.art-accordion-menu-info .panel,
.art-service-container .panel {
padding: 0;
background-color: transparent;
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 0.2s ease-out;
transition: max-height 0.2s ease-out;
}
.accordion-product-container .panel .panel-data,
.art-accordion-menu-info .panel .panel-data,
.art-service-container .panel .panel-data {
padding: 1px 0 21px 0;
font-weight: 300;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.02em;
} .woocommerce ul.products li.product a .onsale {
position: absolute;
top: 17px;
right: 17px;
margin: 0;
background-color: #fff;
color: #000;
font-weight: 500;
font-size: 12px;
line-height: 24px;
letter-spacing: 0.02em;
min-height: 24px;
min-width: 48px;
padding: 0;
border: 1px solid #000;
border-radius: 0;
} .woocommerce.art-woo-products-slider .art-swiper-container {
width: 100%;
padding: 0 calc((100% - 1140px) / 2) 0 calc((100% - 1140px) / 2);
}
.woocommerce.art-woo-products-slider .art-swiper-container ul.products {
margin-bottom: 54px;
}
.woocommerce.art-woo-products-slider .art-swiper-container ul.products li a {
position: relative;
display: block;
}
.woocommerce.art-woo-products-slider .art-swiper-container ul.products li .art-product-image {
margin-bottom: 20px;
position: relative;
}
.woocommerce.art-woo-products-slider .art-swiper-container ul.products li .woocommerce-loop-product__title {
text-align: center;
margin-bottom: 0;
}
.woocommerce.art-woo-products-slider .art-swiper-container ul.products li .price {
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 20px;
text-align: center;
letter-spacing: 0.02em;
display: block;
margin-top: 8px;
}
.woocommerce.art-woo-products-slider .art-swiper-container ul.products li .price ins {
text-decoration: none;
}
.woocommerce.art-woo-products-slider .art-swiper-container .swiper-scrollbar {
height: 1px;
width: 1140px;
left: calc((100% - 1140px) / 2);
}
.woocommerce.art-woo-products-slider .art-swiper-container .swiper-button-next {
background-image: none;
right: 30px;
top: calc(50% + 1px);
}
.woocommerce.art-woo-products-slider .art-swiper-container .swiper-button-next::before {
content: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/arrow.svg);
}
.woocommerce.art-woo-products-slider .art-swiper-container .swiper-button-prev {
background-image: none;
left: 20px;
}
.woocommerce.art-woo-products-slider .art-swiper-container .swiper-button-prev::before {
content: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/arrow_back.svg);
} .art-info-block-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-info-block-wrapper.art-do-reverse .art-info-block-one {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.art-info-block-wrapper.art-do-reverse .art-info-block-two {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
padding-left: calc(50% - 570px);
padding-right: 82px;
}
.art-info-block-wrapper .art-info-block-one {
width: 50%;
}
.art-info-block-wrapper .art-info-block-two {
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;
width: 50%;
padding-right: calc(50% - 570px);
padding-left: 82px;
padding-top: 20px;
padding-bottom: 20px;
}
.art-info-block-wrapper .art-info-block-two .art-widget-title {
margin-bottom: 30px;
}
.art-info-block-wrapper .art-info-block-two .art-widget-button {
margin-top: 50px;
}
.art-info-block-wrapper .art-info-block-two .art-widget-button a {
display: inline-block;
} .art-blog-posts.art-blog-posts-slider .swiper-container-blog {
width: 100%;
padding: 0 calc((100% - 1140px) / 2) 0 calc((100% - 1140px) / 2);
display: block;
overflow: hidden;
}
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-wrapper {
margin-bottom: 54px;
}
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-scrollbar {
height: 1px;
width: 1140px;
left: calc((100% - 1140px) / 2);
}
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-scrollbar .swiper-scrollbar-drag {
background: #000;
}
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-button-next {
background-image: none;
right: 30px;
top: calc(50% + 1px);
}
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-button-next::before {
content: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/arrow.svg);
}
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-button-prev {
background-image: none;
left: 20px;
}
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-button-prev::before {
content: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/arrow_back.svg);
} #sb_instagram #sbi_images {
padding: 0 !important;
}
#sb_instagram #sbi_images.art-big-image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#sb_instagram #sbi_images.art-big-image .art-big-image {
width: 40%;
}
#sb_instagram #sbi_images.art-big-image .art-big-image .art-inst-item {
padding: 12px;
display: block;
}
#sb_instagram #sbi_images.art-big-image .art-other-images {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 60%;
}
#sb_instagram #sbi_images.art-big-image .art-other-images .art-inst-item {
width: 33.333333333333%;
padding: 12px;
}
#sb_instagram #sbi_images .art-other-images {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
#sb_instagram #sbi_images .art-other-images .art-inst-item {
width: 20%;
} .art-slider-info-wrapper .swiper-container-slider-info {
overflow: hidden;
}
.art-slider-info-wrapper .swiper-container-slider-info .swiper-pagination {
bottom: -64px;
}
.art-slider-info-wrapper .swiper-container-slider-info .swiper-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
border: 1px solid #000;
background: transparent;
border-radius: 100%;
opacity: 1;
margin: 0 5px;
}
.art-slider-info-wrapper .swiper-container-slider-info .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #000;
}
.art-slider-info-wrapper .swiper-container-slider-info .swiper-button-prev {
background-image: none;
left: 20px;
}
.art-slider-info-wrapper .swiper-container-slider-info .swiper-button-prev::before {
content: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/arrow_left.svg);
}
.art-slider-info-wrapper .swiper-container-slider-info .swiper-button-next {
background-image: none;
right: 20px;
}
.art-slider-info-wrapper .swiper-container-slider-info .swiper-button-next::before {
content: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/arrow_right.svg);
} .art-testimonial-wrapper {
max-width: 470px;
margin: 0 auto;
position: relative;
padding-bottom: 98px;
}
.art-testimonial-wrapper .art-testimonial-title {
text-align: center;
text-transform: uppercase;
margin-bottom: 24px;
}
.art-testimonial-wrapper .swiper-container-testimonial-info {
overflow: hidden;
}
.art-testimonial-wrapper .swiper-container-testimonial-info .testimonial-item .art-testimonial-data {
text-align: center;
}
.art-testimonial-wrapper .swiper-container-testimonial-info .testimonial-item .art-testimonial-name {
margin-top: 32px;
text-align: center;
}
.art-testimonial-wrapper .swiper-container-testimonial-info .swiper-button-next {
background-image: none;
top: auto;
bottom: -1px;
left: 0;
right: -47px;
margin-left: auto;
margin-right: auto;
}
.art-testimonial-wrapper .swiper-container-testimonial-info .swiper-button-next::before {
content: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/arrow.svg);
}
.art-testimonial-wrapper .swiper-container-testimonial-info .swiper-button-prev {
background-image: none;
left: -94px;
right: 0;
top: auto;
bottom: 0;
margin-left: auto;
margin-right: auto;
}
.art-testimonial-wrapper .swiper-container-testimonial-info .swiper-button-prev::before {
content: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/arrow_back.svg);
} .art-service-menu-two .art-service-menu-two-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 25px;
padding-bottom: 20px;
}
.art-service-menu-two .art-service-menu-two-tabs::-webkit-scrollbar {
width: 0;
height: 0;
background: transparent;
}
.art-service-menu-two .art-service-menu-two-tabs::-webkit-scrollbar-thumb {
background: transparent;
}
.art-service-menu-two .art-service-menu-two-tabs li {
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-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
min-width: 100px;
width: 100px;
}
.art-service-menu-two .art-service-menu-two-tabs li span {
font-weight: 400;
font-size: 13px;
line-height: 19px;
padding-bottom: 5px;
padding-top: 5px;
letter-spacing: 0.1em;
}
.art-service-menu-two .art-service-menu-two-tabs li.art-no-active span {
opacity: 0.6;
}
.art-service-menu-two .art-service-menu-two-tabs li.art-no-active:hover span {
opacity: 0.8;
}
.art-service-menu-two .art-service-menu-two-tabs li.art-active span {
border-bottom: 1px solid;
}
.art-service-menu-two .art-service-two-info {
width: 100%;
}
.art-service-menu-two .art-service-two-info .art-service-wrapper {
max-width: 854px;
margin: 0 auto;
}
.art-service-menu-two .art-service-two-info .art-service-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-service-menu-two .art-service-two-info .art-service-block .art-service-item {
width: 50%;
padding: 0 54px;
margin-bottom: 27px;
}
.art-service-menu-two .art-service-two-info .art-service-block .art-service-item .art-service-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.art-service-menu-two .art-service-two-info .art-service-block .art-service-item .art-service-top .service-data-title {
margin-right: 20px;
margin-bottom: 8px;
} .zoom-anim-dialog {
position: relative;
background: #FFF;
padding: 100px 178px;
width: auto;
max-width: 1366px;
margin: 20px auto;
}
.zoom-anim-dialog .mfp-close {
color: #fff;
width: 32px;
height: 32px;
opacity: 1;
}
.zoom-anim-dialog .mfp-close::before {
content: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/close-big.svg);
position: absolute;
top: 50px;
right: 50px;
opacity: 1;
}
.art-team-wrap {
text-align: center;
}
.art-team-wrap img {
display: block;
margin-bottom: 30px;
}
.art-team-wrap .art-member-title {
display: block;
margin-bottom: 10px;
text-decoration: none !important;
}
.art-team-wrap .art-member-position {
display: block;
}
.art-widget-team-slider .art-swiper-team-container {
width: 100%;
padding: 0 calc((100% - 1140px) / 2) 0 calc((100% - 1140px) / 2);
display: block;
overflow: hidden;
}
.art-widget-team-slider .art-swiper-team-container .swiper-scrollbar {
height: 1px;
width: 1140px;
left: calc((100% - 1140px) / 2); }
.art-widget-team-slider .art-swiper-team-container .swiper-scrollbar .swiper-scrollbar-drag {
background: #000;
}
.art-widget-team-slider .art-swiper-team-container .swiper-button-next {
background-image: none;
right: 30px;
top: calc(50% + 1px);
}
.art-widget-team-slider .art-swiper-team-container .swiper-button-next::before {
content: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/arrow.svg);
}
.art-widget-team-slider .art-swiper-team-container .swiper-button-prev {
background-image: none;
left: 20px;
}
.art-widget-team-slider .art-swiper-team-container .swiper-button-prev::before {
content: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/arrow_back.svg);
}
.art-widget-team-slider .art-swiper-team-container .art-all-members {
margin-bottom: 47px;
}
.art-widget-team .art-all-members {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-widget-team .art-all-members .art-team-member {
margin-bottom: 45px;
} .art-ordinary-page-header {
background-size: cover;
background-position: center center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-ordinary-page-header .art-ordinary-page-data {
padding: 0 15px;
}
.art-ordinary-page-header .art-ordinary-page-data .art-page-header-title {
margin-bottom: 0;
}
.art-ordinary-page-header .art-ordinary-page-data .art-page-header-description {
margin-top: 40px;
padding: 0 285px;
} .art-full-page-services .art-full-page-services-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left {
min-width: 210px;
position: absolute !important;
z-index: 49;
padding-top: 100px;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs li {
width: 210px;
margin-bottom: 50px;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs li a {
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-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
position: relative !important;
z-index: 200;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs li a.active span {
opacity: 1;
border-bottom: 1px solid #000;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs li a span {
font-weight: 500;
font-size: 13px;
line-height: 19px;
margin-top: 22px;
padding-bottom: 5px;
letter-spacing: 0.1em;
text-transform: uppercase;
border-bottom: 1px solid transparent;
opacity: 0.6;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center {
width: 100%;
margin: 0 auto;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data {
max-width: 854px;
margin: 0 auto;
padding: 100px 0;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-head {
text-align: center;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-head .service-head-title {
margin-bottom: 30px;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-head .art-head-desc {
margin-bottom: 50px;
padding: 0 120px;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-tabs-subtitle {
padding: 0 54px;
margin-bottom: 24px;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 23px;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block.art-second-service-block {
margin-bottom: 33px;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block .art-service-item {
width: 50%;
padding: 0 54px;
margin-bottom: 27px;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block .art-service-item .art-service-top {
margin-bottom: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block .art-service-item .art-service-bottom {
padding-right: 57px;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-widget-button {
text-align: center;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-jarallax-block {
height: 770px;
} .art-accordion-tabs .art-accordion-tabs-wrapper .accordion-menu-tabs-items {
width: auto;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: auto;
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset;
padding-bottom: 20px;
margin-bottom: 25px;
}
.art-accordion-tabs .art-accordion-tabs-wrapper .accordion-menu-tabs-items::-webkit-scrollbar {
width: 0;
height: 0;
background: transparent;
}
.art-accordion-tabs .art-accordion-tabs-wrapper .accordion-menu-tabs-items::-webkit-scrollbar-thumb {
background: transparent;
}
.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-width: 870px;
}
.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li {
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-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
padding: 0 20px;
}
.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li span {
font-weight: 500;
font-size: 13px;
line-height: 19px;
padding-bottom: 5px;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li.art-no-active span {
opacity: 0.6;
}
.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li.art-no-active:hover span {
opacity: 0.8;
}
.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li.art-active span {
border-bottom: 1px solid;
} .art-shortcode-widget {
margin: 0 auto;
max-width: 750px;
} .art-awards-wrapper .art-awards-item {
text-align: center;
margin-bottom: 40px;
}
.art-awards-wrapper .art-awards-item .art-item-title {
margin-bottom: 10px;
} .art-join-team-wrapper {
position: relative;
}
.art-join-team-wrapper .art-join-team-mask {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.4);
}
.art-join-team-wrapper .join-team-data .join-team-title {
color: #ffffff;
margin-bottom: 60px;
} .art-map-image-block-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-map-image-block-wrapper.art-do-reverse .art-my-map-left {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.art-map-image-block-wrapper.art-do-reverse .art-my-map-right {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.art-map-image-block-wrapper .art-my-map-left {
width: 50%;
}
.art-map-image-block-wrapper .art-my-map-right {
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-map-image-block-wrapper .art-my-map-right .art-my-map-widget {
height: 100%;
min-height: 100%;
} .art-team-partner-widget {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-team-partner-widget .art-team-side {
width: 50%;
text-align: center;
padding: 16px 40px 16px 40px;
}
.art-team-partner-widget .art-team-side .art-follow-title {
margin-top: 16px;
margin-bottom: 10px;
}
.art-team-partner-widget .art-team-side .art-follow-description {
margin-bottom: 30px;
}
.art-team-partner-widget .art-team-side .art-follow-social-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.art-team-partner-widget .art-team-side .art-follow-social-icons a {
padding: 0 15px;
}
.art-team-partner-widget .art-team-side .art-follow-social-icons a i {
font-size: 32px;
}
.art-team-partner-widget .art-team-side .art-follow-social-icons a i.fa-facebook-f {
font-size: 26px;
}
.art-team-partner-widget .art-partner-side {
width: 50%;
text-align: center;
border-left: 1px solid;
padding: 16px 40px 16px 40px;
}
.art-team-partner-widget .art-partner-side .art-subscribe-title {
margin-top: 16px;
margin-bottom: 10px;
}
.art-team-partner-widget .art-partner-side .art-subscribe-description {
margin-bottom: 30px;
} .art-map-contacts .art-map-contacts-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-map-contacts .art-container-left .art-my-map-widget {
height: 100%;
min-height: 100%;
}
.art-map-contacts .art-container-right {
padding: 23px 15px 23px 68px;
}
.art-map-contacts .art-container-right.art-simple-contacts {
padding: 53px 0 53px 68px;
}
.art-map-contacts .art-container-right .art-contact-menu-two-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0 -7px 40px -7px;
}
.art-map-contacts .art-container-right .art-contact-menu-two-tabs li {
padding: 6px 12px;
border: 1px solid;
margin: 0 7px;
cursor: pointer;
}
.art-map-contacts .art-container-right .art-contact-menu-two-tabs li.art-active span {
color: #fff;
}
.art-map-contacts .art-container-right .art-contact-info-wrapper .art-contact-info-data .art-contact-info-widget {
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-align: start;
-ms-flex-align: start;
align-items: flex-start;
text-align: left;
}
.art-map-contacts .art-container-right .art-contact-info-wrapper .art-contact-info-data .art-contact-info-widget .art-contact-item-itself {
margin-bottom: 24px;
}
.art-map-contacts .art-container-right .art-contact-info-wrapper .art-contact-info-data .art-contact-info-widget .art-contact-item-itself .art-title {
margin-bottom: 0;
}
.art-map-contacts .art-container-right .art-contact-info-wrapper .art-contact-info-data .art-contact-info-widget .art-contact-item-itself:last-child {
margin-bottom: 0;
}
.art-map-contacts .art-container-right .art-widget-button {
margin-top: 40px;
} .art-parallax-image-wrapper {
background-size: cover;
background-position: center center;
} .art-career-posts a.career-post-item {
padding: 40px;
border: 1px solid #E5E5E5;
margin-bottom: 30px;
position: relative;
-webkit-transition: border 200ms ease-in-out;
transition: border 200ms ease-in-out;
text-decoration: none !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.art-career-posts a.career-post-item .career-post-title {
margin-bottom: 14px;
}
.art-career-posts a.career-post-item i {
position: absolute;
right: 32px;
top: calc(50% - 12px);
line-height: 1em;
}
.art-career-posts a.career-post-item i::before {
font-size: 25px;
}
.art-career-posts a.career-post-item:hover {
border: 1px solid #000000;
opacity: 1;
} .art-course-wrapper .art-course-posts .course-post-item {
text-align: center;
margin-bottom: 30px;
}
.art-course-wrapper .art-course-posts .course-post-item .art-course-item-top {
display: block;
margin-bottom: 24px;
}
.art-course-wrapper .art-course-posts .course-post-item .art-course-item-date {
text-transform: uppercase;
margin-bottom: 12px;
font-size: 12px;
font-weight: 300;
letter-spacing: 0.1em;
line-height: 19px;
color: #000000;
}
.art-course-wrapper .art-course-posts .course-post-item .art-course-item-title {
margin-bottom: 8px;
text-decoration: none;
}
.art-course-wrapper .art-course-posts .course-post-item .art-course-item-title h3 {
-webkit-transition: opacity 200ms ease-in-out;
transition: opacity 200ms ease-in-out;
margin-bottom: 0;
}
.art-course-wrapper .art-course-posts .course-post-item .art-course-item-title:hover h3 {
opacity: 0.8;
} .art-post-read-more a i {
margin-left: 6px;
}
.art-post-read-more a:hover {
color: #000;
}
.art-post-read-more a:hover i {
margin-left: 16px;
}
.art-post-read-more a i {
-webkit-transition: margin-left 250ms ease-in-out;
transition: margin-left 250ms ease-in-out;
margin-left: 10px;
}
.art-no-other-posts {
width: 100%;
padding: 0 15px;
text-align: center;
margin-top: 50px;
}
.art-archive-title {
text-align: center;
}
.art-categories-dropdown {
position: relative;
font-weight: 400;
border: 1px solid #000;
color: #000;
width: 100%;
max-width: 240px;
height: 50px;
line-height: 50px;
padding: 0 16px;
cursor: pointer;
border-radius: 0;
font-size: 14px;
background-image: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/cherie_arrow_down.svg);
background-position: 95% center;
background-repeat: no-repeat;
}
.art-categories-dropdown li ul {
display: none;
background-color: #fff;
position: absolute;
top: 100%;
left: 0;
width: calc(100% + 2px);
z-index: 9;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
margin-left: -1px;
max-height: 252px;
overflow: auto;
}
.art-categories-dropdown li ul li a {
display: block;
width: 100%;
padding: 0 16px;
font-weight: 300;
}
.art-categories-dropdown.art-cat-open li ul {
display: block;
} .art-single-share-buttons {
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-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 120px;
}
.art-single-share-buttons > h5 {
margin-bottom: 0;
}
.art-single-share-buttons .art-social-share-buttons {
margin-top: 24px;
}
.art-single-share-buttons .art-social-share-buttons a {
padding: 0 10px;
}
.art-single-share-buttons .art-social-share-buttons a i {
font-size: 22px;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories-dropdown {
margin-bottom: 50px;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 37px;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li {
margin-right: 50px;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li.current_item {
opacity: 1;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li.current_item a {
border-bottom: 1px solid;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li a {
font-weight: inherit;
font-size: inherit;
line-height: inherit;
letter-spacing: inherit;
text-transform: inherit;
padding-bottom: 5px;
padding-top: 5px;
display: inline-block;
margin-bottom: 16px;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay {
display: none;
height: 100%;
width: 100%;
position: fixed;
z-index: 10000;
top: 0;
left: 0;
background-color: #fff;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-close {
position: absolute;
top: 50px;
right: 50px;
cursor: pointer;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-wrapper form {
padding: 0 15px;
max-width: 780px;
width: 100%;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-wrapper form .art-blog-search-input {
font-weight: 300;
border: 0;
border-bottom: 1px solid #000;
height: 55px;
padding: 0;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-search-blog-button i {
font-size: 24px;
position: relative;
bottom: 2px;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-search-blog-button i::before {
margin: 0;
}
.art-post-cat.cat-date-font {
margin-bottom: 14px;
text-transform: uppercase;
letter-spacing: 0.1em;
line-height: 19px;
font-size: 12px;
font-weight: 300;
}
.art-post-cat.cat-date-font .art-post-cat-itself {
position: relative;
padding-right: 15px;
}
.art-post-cat.cat-date-font .art-post-cat-itself::before {
content: '';
position: absolute;
top: 7px;
right: 3px;
width: 3px;
height: 3px;
border-radius: 100%;
}
.art-portfolio-pagination-wrapper .art-loader-dots,
.art-shop-pagination-wrapper .art-loader-dots,
.art-blog-pagination-wrapper .art-loader-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-portfolio-pagination-wrapper .art-loader-dot,
.art-shop-pagination-wrapper .art-loader-dot,
.art-blog-pagination-wrapper .art-loader-dot {
margin: 2px;
width: 6px;
height: 6px;
border-radius: 50%;
background: #000000;
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-animation: scale-dot 1.2s ease-out infinite;
animation: scale-dot 1.2s ease-out infinite;
}
.art-portfolio-pagination-wrapper .art-loader-dot:nth-of-type(2),
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(2),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(2) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.art-portfolio-pagination-wrapper .art-loader-dot:nth-of-type(3),
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(3),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(3) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.art-portfolio-pagination-wrapper .art-loader-dot:nth-of-type(4),
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(4),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(4) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.art-portfolio-pagination-wrapper .art-loader-dot:nth-of-type(5),
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(5),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(5) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
@-webkit-keyframes scale-dot {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
25% {
-webkit-transform: scale(1);
transform: scale(1);
}
75% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
}
@keyframes scale-dot {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
25% {
-webkit-transform: scale(1);
transform: scale(1);
}
75% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
} body.art-chosen-second-header .art-blog-default-wrapper .art-blog-default-top {
padding: 200px 0 100px 0;
}
body.art-chosen-second-header .art-blog-sticky-wrapper.art-blog-typical {
padding: 200px 0 100px 0;
}
.art-blog-default-wrapper.art-load-more-pagination .art-blog-pagination-wrapper .art-load-more-button-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 10px;
}
.art-blog-default-wrapper.art-load-more-pagination .art-blog-pagination-wrapper .art-pagination {
display: none;
}
.art-blog-default-wrapper .art-blog-default-top {
padding: 146px 0 150px 0;
}
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item {
margin-top: 50px;
}
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item:first-child {
margin-top: 0;
}
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-left a {
display: inline-block;
}
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right .art-post-sticky-right-data {
padding-left: 68px;
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;
}
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right .art-post-sticky-right-data .art-post-title {
margin-bottom: 10px;
}
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right .art-post-sticky-right-data .art-post-excerpt {
margin-bottom: 40px;
}
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right.art-sticky-post-no-image {
text-align: center;
}
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right.art-sticky-post-no-image .art-post-sticky-right-data {
padding-left: 0;
}
.art-blog-default-wrapper .art-blog-posts-default {
padding-bottom: 100px;
}
.art-blog-default-wrapper .art-blog-posts-default .art-all-posts-itself {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-blog-default-wrapper .art-blog-posts-default .art-blog-post-item {
margin-bottom: 50px;
}
.art-blog-default-wrapper .art-blog-posts-default .art-blog-post-item .art-post-image {
margin-bottom: 24px;
}
.art-blog-default-wrapper .art-blog-posts-default .art-blog-post-item .art-post-cat {
text-transform: uppercase;
text-align: center;
margin-bottom: 13px;
letter-spacing: 0.1em;
}
.art-blog-default-wrapper .art-blog-posts-default .art-blog-post-item .art-post-data .art-post-title {
text-align: center;
}
.art-blog-default-wrapper .art-blog-pagination-wrapper .art-loader-wrapper {
display: none;
}
.art-blog-default-wrapper .art-blog-pagination-wrapper .art-loader-wrapper .art-loader {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
margin-top: 10px;
}
.art-blog-default-wrapper .art-blog-pagination-wrapper.art-is-loading .art-load-more-wrapper {
display: none;
}
.art-blog-default-wrapper .art-blog-pagination-wrapper.art-is-loading .art-loader-wrapper {
display: block;
} body.art-chosen-second-header .art-blog-sticky-wrapper {
padding-top: 176px;
}
.art-blog-sticky-wrapper {
padding-top: 133px;
}
.art-blog-sticky-wrapper .art-blog-sticky-container {
padding-bottom: 100px;
}
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself {
margin-bottom: 80px;
}
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself .art-sticky-post-img img {
margin-bottom: 30px;
}
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself .art-post-title {
margin-bottom: 10px;
}
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself .art-post-excerpt {
margin-bottom: 40px;
}
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right { }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-blog-widget-area {
padding-left: 20px;
}
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-sticky-posts .art-blog-post-item {
margin-bottom: 50px;
}
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-sticky-posts .art-blog-post-item .art-post-image {
margin-bottom: 24px;
}
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-sticky-posts .art-blog-post-item .art-post-cat {
text-transform: uppercase;
text-align: center;
margin-bottom: 13px;
letter-spacing: 0.1em;
}
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-sticky-posts .art-blog-post-item .art-post-data .art-post-title {
text-align: center;
}
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-blog-pagination-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .art-blog-sticky-wrapper.art-blog-typical .art-blog-default-top {
margin-bottom: 50px;
}
.art-blog-sticky-wrapper.art-blog-typical .art-blog-sticky-container .art-content-left .art-sticky-post-itself {
padding-bottom: 50px;
margin-bottom: 50px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.art-blog-sticky-wrapper.art-blog-typical .art-blog-sticky-container .art-content-left .art-sticky-post-itself.sticky { border: 1px solid rgba(0, 0, 0, 0.1);
padding: 50px;
} .art-blog-single-wrapper .art-single-blog-top {
min-height: 683px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-blog-single-wrapper .art-single-blog-top.art-single-post-no-image {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.art-blog-single-wrapper .art-single-blog-top .art-single-post-left {
position: relative;
width: 50%;
}
.art-blog-single-wrapper .art-single-blog-top .art-single-post-left .art-blog-top-image {
height: 100%;
background-size: cover;
background-position: center center;
}
.art-blog-single-wrapper .art-single-blog-top .art-single-post-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50%;
height: 100%;
min-height: 683px;
}
.art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data {
padding: 0 141px;
text-align: center;
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;
width: 100%;
}
.art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data .art-post-cat {
margin-bottom: 24px;
}
.art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data .art-post-title {
margin-bottom: 24px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-post-the-content {
padding: 120px 113px 120px 113px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-post-tags {
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-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 80px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-post-tags .art-post-tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 17px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-post-tags .art-post-tags a {
font-weight: 300;
font-size: 14px;
line-height: 18px;
letter-spacing: 0.02em;
color: #000000;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 50px 0;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous {
width: 50%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-image {
margin-right: 30px;
min-width: 100px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data {
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;
padding-right: 100px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data span {
display: block;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data .art-nav-direction {
text-transform: uppercase;
margin-bottom: 12px;
font-weight: 400;
font-size: 12px;
line-height: 17px;
letter-spacing: 0.1em;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next {
width: 50%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next a {
width: 100%;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data {
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;
text-align: right;
padding-left: 100px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data span {
display: block;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data .art-nav-direction {
text-transform: uppercase;
margin-bottom: 12px;
font-weight: 400;
font-size: 12px;
line-height: 17px;
letter-spacing: 0.1em;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-image {
margin-left: 30px;
min-width: 100px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts {
margin-top: 100px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-related-posts-title {
text-align: center;
margin-bottom: 60px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-blog-post-item {
margin-bottom: 50px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-blog-post-item .art-post-image {
margin-bottom: 24px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-blog-post-item .art-post-cat {
text-transform: uppercase;
text-align: center;
margin-bottom: 13px;
letter-spacing: 0.1em;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-blog-post-item .art-post-data .art-post-title {
text-align: center;
} .art-workshop-item,
.art-portfolio-item {
text-align: center;
margin-bottom: 60px;
}
.art-workshop-item:hover .art-portfolio-image::before,
.art-portfolio-item:hover .art-portfolio-image::before {
opacity: 1;
}
.art-workshop-item a.art-portfolio-item-link,
.art-portfolio-item a.art-portfolio-item-link {
text-decoration: none !important;
}
.art-workshop-item .art-portfolio-image,
.art-portfolio-item .art-portfolio-image {
margin-bottom: 24px;
position: relative;
}
.art-workshop-item .art-portfolio-image svg,
.art-portfolio-item .art-portfolio-image svg {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.art-workshop-item .art-portfolio-image::before,
.art-portfolio-item .art-portfolio-image::before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.1);
opacity: 0;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.art-workshop-item .art-portfolio-terms,
.art-portfolio-item .art-portfolio-terms {
line-height: 17px;
}
.art-workshop-item .art-portfolio-terms .art-post-cat-itself,
.art-portfolio-item .art-portfolio-terms .art-post-cat-itself {
font-weight: normal;
font-size: 12px;
line-height: 17px;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.art-workshop-item .art-portfolio-title,
.art-portfolio-item .art-portfolio-title {
margin: 14px 0;
}
.art-workshop-item .art-portfolio-location,
.art-portfolio-item .art-portfolio-location {
display: block;
}
.art-sticky-post-itself .art-portfolio-image {
margin-bottom: 24px;
position: relative;
}
.art-sticky-post-itself .art-portfolio-image svg {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.art-sticky-post-itself .art-portfolio-image::before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.1);
opacity: 0;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.art-portfolio-item.art-portfolio-studio {
text-align: center;
margin-bottom: 40px;
}
.art-portfolio-item.art-portfolio-studio:hover .art-portfolio-image::before {
opacity: 1;
}
.art-portfolio-item.art-portfolio-studio a.art-portfolio-item-link {
text-decoration: none !important;
}
.art-portfolio-item.art-portfolio-studio .art-portfolio-image {
margin-bottom: 24px;
position: relative;
}
.art-portfolio-item.art-portfolio-studio .art-portfolio-image::before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.1);
opacity: 0;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.art-portfolio-item.art-portfolio-studio .art-portfolio-image svg {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.art-portfolio-item.art-portfolio-studio .art-portfolio-terms {
font-weight: normal;
font-size: 12px;
line-height: 16px;
text-align: center;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #000000;
}
.art-portfolio-item.art-portfolio-studio .art-portfolio-terms .art-gallery-author {
position: relative;
padding-right: 18px;
}
.art-portfolio-item.art-portfolio-studio .art-portfolio-terms .art-gallery-author::before {
content: '';
position: absolute;
top: 6px;
right: 6px;
width: 4px;
height: 4px;
border-radius: 100%;
background-color: #000;
}
.art-portfolio-item.art-portfolio-studio .art-portfolio-title {
margin: 15px 0 0 0;
padding: 0 50px;
font-weight: 700;
font-size: 24px;
line-height: 30px;
text-align: center;
letter-spacing: 0.02em;
color: #000000;
}
.art-portfolio-item.art-portfolio-studio .art-portfolio-location {
display: block;
}
.art-portfolio-buttons-filter,
.filter-button-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 90px;
}
.art-portfolio-buttons-filter .art-button-filter-item,
.filter-button-group .art-button-filter-item {
padding: 0 0 7px 0;
border: none;
background-color: transparent;
margin: 0 30px;
border-bottom: 1px solid transparent;
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
.art-portfolio-buttons-filter .art-button-filter-item.is-checked,
.filter-button-group .art-button-filter-item.is-checked {
border-bottom: 1px solid;
} .art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself {
margin-bottom: 60px;
}
.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself:hover .art-portfolio-image,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself:hover .art-portfolio-image {
opacity: 1;
}
.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself:hover .art-portfolio-image::before,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself:hover .art-portfolio-image::before {
opacity: 1;
}
.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-image,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-image {
display: block;
margin-bottom: 24px;
position: relative;
}
.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-image::before,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-image::before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.1);
opacity: 0;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-terms,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-terms {
line-height: 17px;
}
.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-terms .art-post-cat-itself,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-terms .art-post-cat-itself {
font-weight: normal;
font-size: 12px;
line-height: 17px;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-title,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-title {
margin: 14px 0;
}
.art-workshop-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-location,
.art-portfolio-archive .art-blog-sticky-container .art-sticky-post-itself .art-portfolio-location {
display: block;
}
.art-workshop-archive .art-pagination.art-default-pagination,
.art-portfolio-archive .art-pagination.art-default-pagination {
display: none;
}
.art-workshop-archive.art-portfolio-archive-sticky .art-pagination.art-default-pagination,
.art-portfolio-archive.art-portfolio-archive-sticky .art-pagination.art-default-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.art-workshop-archive .art-portfolio-pagination-wrapper,
.art-portfolio-archive .art-portfolio-pagination-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.art-workshop-archive .art-portfolio-pagination-wrapper.art-is-loading .art-load-more-wrapper,
.art-portfolio-archive .art-portfolio-pagination-wrapper.art-is-loading .art-load-more-wrapper {
display: none;
}
.art-workshop-archive .art-portfolio-pagination-wrapper.art-is-loading .art-loader-wrapper,
.art-portfolio-archive .art-portfolio-pagination-wrapper.art-is-loading .art-loader-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-workshop-archive .art-portfolio-pagination-wrapper .art-load-more-wrapper,
.art-portfolio-archive .art-portfolio-pagination-wrapper .art-load-more-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.art-workshop-archive .art-portfolio-pagination-wrapper .art-loader-wrapper,
.art-portfolio-archive .art-portfolio-pagination-wrapper .art-loader-wrapper {
height: 50px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: none;
}
.art-portfolio-archive {
padding: 183px 0 120px 0;
}
.art-chosen-second-header .art-portfolio-archive {
padding: 221px 0 120px 0;
}  .art-portfolio-single.story.art-portfolio-single-first {
padding: 221px 0 120px 0;
}
.art-portfolio-single.story.art-portfolio-single-second {
padding-bottom: 120px;
}
.art-portfolio-single.story .art-portfolio-header-two {
margin-bottom: 120px;
min-height: 683px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-portfolio-single.story .art-portfolio-header-two.art-portfolio-post-no-image {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-left {
position: relative;
width: 50%;
}
.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-left .art-portfolio-top-image {
height: 100%; background-size: cover;
background-position: center center;
}
.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50%;
height: 100%;
min-height: 683px;
}
.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right .art-single-post-right-data {
padding: 0 141px;
text-align: left;
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;
width: 100%;
}
.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right .art-single-post-right-data .art-post-title {
margin-bottom: 10px;
}
.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right .art-single-post-right-data .art-portfolio-location {
margin-top: 40px;
}
.art-portfolio-single.story .art-portfolio-title {
text-align: center;
margin-top: 100px;
margin-bottom: 40px;
}
.art-portfolio-single.story .art-portfolio-description {
text-align: center;
margin-bottom: 60px;
}
.art-portfolio-single.story .art-portfolio-single-grid {
margin-bottom: 70px;
}
.art-portfolio-single.story .art-portfolio-single-grid a.art-gallery-item {
margin-bottom: 30px;
display: block;
opacity: 1;
}
.art-portfolio-single.story .art-portfolio-single-grid a.art-gallery-item:hover .art-gallery-image::before {
opacity: 1;
}
.art-portfolio-single.story .art-portfolio-single-grid a.art-gallery-item .art-gallery-image {
position: relative;
}
.art-portfolio-single.story .art-portfolio-single-grid a.art-gallery-item .art-gallery-image::before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.1);
opacity: 0;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.art-portfolio-single.story .art-portfolio-advices {
text-align: center;
margin-bottom: 94px;
}
.art-portfolio-single.story .art-portfolio-advices > h5 {
margin-bottom: 18px;
}
.art-portfolio-single.story .art-portfolio-advices ul {
margin: 0 !important;
padding: 0 !important;
}
.art-portfolio-single.story .art-portfolio-advices ul li {
margin-bottom: 6px !important;
}
.art-portfolio-single.story .art-portfolio-advices ul li::before {
display: none;
}
body .story .art-single-popap-block {
text-align: center;
margin-bottom: 40px;
}
body .story .art-single-popap-block .art-single-popap-block-title {
margin-bottom: 18px;
}
body .story .art-single-popap-block .art-single-popap-description {
margin-bottom: 40px;
} body .art-portfolio-single-fourth {
padding: 194px 0 100px 0;
}
body .art-portfolio-single-fourth h1.art-post-title {
font-weight: bold;
font-size: 74px;
line-height: 96px;
letter-spacing: 0.02em;
color: #000000;
text-align: center;
margin-bottom: 100px;
}
body .art-portfolio-single-fourth .art-portfolio-single-grid .art-gallery-item .art-gallery-image {
padding-bottom: 30px;
}
body .art-portfolio-single-fourth .art-portfolio-advices {
text-align: center;
padding-top: 70px;
}
body .art-portfolio-single-fourth .art-portfolio-advices ul {
margin: 0 !important;
padding: 0 !important;
}
body .art-portfolio-single-fourth .art-portfolio-advices ul li {
margin-bottom: 9px !important;
font-weight: bold;
font-size: 24px;
line-height: 36px;
text-align: center;
letter-spacing: 0.02em;
color: #000000;
}
body .art-portfolio-single-fourth .art-portfolio-advices ul li::before {
display: none;
} body.art-only-slider-left {         }
body.art-only-slider-left header.art--header,
body.art-only-slider-left footer.art-main-footer,
body.art-only-slider-left footer.art-main-footer-second {
display: none;
}
body.art-only-slider-left .art-portfolio-three-wrapper {
position: relative;
}
body.art-only-slider-left .art-portfolio-three-wrapper .art-portfolio-three-top {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 99;
padding: 45px 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
body.art-only-slider-left .art-portfolio-three-wrapper .art-portfolio-three-top .art-portfolio-three-top-close { color: #fff;
}
body.art-only-slider-left .art-portfolio-three-wrapper .art-portfolio-three-top .art-portfolio-three-top-close i::before {
font-size: 44px;
}
body.art-only-slider-left .art-portfolio-three-wrapper .slideshow {
height: 100vh;
width: 100%;
position: relative;
}
body.art-only-slider-left .slide {
width: 100%;
height: 100vh;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #1A1A1A !important;
}
body.art-only-slider-left .slick-dots {
display: none !important;
}
body.art-only-slider-left p.caption {
position: absolute;
bottom: 46px;
left: 46px;
z-index: 6;
font-weight: bold;
font-size: 26px;
line-height: 38px;
letter-spacing: 0.05em;
color: #FFFFFF;
text-transform: uppercase;
}
body.art-only-slider-left .slide.cover, body.art-only-slider-left .full {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
body.art-only-slider-left .inset-wrapper {
height: 80%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; -webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
body.art-only-slider-left .inset-wrapper img {
-ms-flex-item-align: center !important;
align-self: center !important;
}
body.art-only-slider-left .slide img {
max-height: 100%;
max-width: 100%;
text-align: center;
margin: 0 auto;
-ms-flex-item-align: center !important;
align-self: center !important;
}
body.art-only-slider-left img {
-ms-flex-item-align: center !important;
align-self: center !important;
}
body.art-only-slider-left .slide.pair .left {
width: 50%;
height: 100%;
position: absolute;
left: 0;
}
body.art-only-slider-left .slide.pair .right {
width: 50%;
height: 100%;
position: absolute;
right: 0;
}
body.art-only-slider-left .pair-inset-wrapper {
height: 50%;
width: 100%;
}
body.art-only-slider-left .pair .inset {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
body.art-only-slider-left body.white-logo h1 {
color: #fff;
-webkit-transition: 0.25s color ease-in;
transition: 0.25s color ease-in;
}
body.art-only-slider-left body.white-dot .page-dot {
background-color: #fff;
-webkit-transition: 0.25s background ease-in;
transition: 0.25s background ease-in;
}
body.art-only-slider-left body.white-caption .caption {
color: #fff;
-webkit-transition: 0.25s color ease-in;
transition: 0.25s color ease-in;
}
body.art-only-slider-left #prev {
width: 40%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 4;
cursor: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/arrow_left_white.svg), auto;
}
body.art-only-slider-left #next {
width: 60%;
height: 100%;
position: absolute;
right: 0;
top: 0;
z-index: 4;
cursor: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/arrow_right_white.svg), auto;
}
body.art-only-slider-left body.hide-stuff header {
opacity: 0;
}
body.art-only-slider-left body.hide-stuff .page-dot {
opacity: 0;
}
body.art-only-slider-left body.hide-stuff .caption {
opacity: 1;
}
body.art-only-slider-left .slideshow {
opacity: 0;
-webkit-transition: opacity 0.6s ease-in;
transition: opacity 0.6s ease-in;
}
body.art-only-slider-left .slideshow.fadein {
opacity: 1.0;
}
body.art-only-slider-left section {
width: 35%;
margin: 46px;
max-width: 500px;
margin-top: 105px;
opacity: 0;
-webkit-transition: all 0.35s ease-in;
transition: all 0.35s ease-in;
}
body.art-only-slider-left section h2 {
margin-bottom: 1em;
color: #fff;
}
body.art-only-slider-left .page-dot.make-dot-white {
background-color: #fff !important;
}
body.art-only-slider-left h1.make-logo-white {
color: #fff !important;
}
body.art-only-slider-left body.info-page-open section {
opacity: 1.0;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
body.art-only-slider-left a {
-webkit-transition: 0.25s opacity ease-in-out;
transition: 0.25s opacity ease-in-out;
}
body.art-only-slider-left h2 a:hover {
opacity: 0.55;
}
body.art-only-slider-left .page-dot:not(:active) { -webkit-transition: scale 1000ms step-end;
transition: scale 1000ms step-end;
}
body.art-only-slider-left .page-dot:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
body.art-only-slider-left #site-credits {
position: absolute;
padding: 46px;
bottom: 0px;
right: 0px;
}
body.art-only-slider-left #site-credits a {
color: #fff;
text-transform: uppercase;
font-size: 20px;
line-height: 21px;
display: inline-block;
}
body.art-only-slider-left #site-credits a:hover {
opacity: 0.55;
}
body.art-only-slider-left .slick-dotted.slick-slider {
margin-bottom: 0px !important;
}
body.art-only-slider-left .bg-top {
background-position: top !important;
}
body.art-only-slider-left .bg-bottom {
background-position: bottom !important;
}
@media only screen and (max-width: 1260px) {
body.art-only-slider-left section {
width: 50%;
}
}
@media only screen and (max-width: 767px) {
body.art-only-slider-left {  }
body.art-only-slider-left header {
padding: 22px;
padding-bottom: 0px;
}
body.art-only-slider-left .page-dot {
top: 22px;
right: 22px;
width: 18px;
height: 18px;
}
body.art-only-slider-left .page-dot:after {
content: '';
position: absolute;
top: -20px;
bottom: -20px;
left: -20px;
right: -20px;
z-index: -2;
}
body.art-only-slider-left p.caption {
bottom: 22px;
left: 22px;
font-size: 16px;
line-height: 18px;
}
body.art-only-slider-left .inset-wrapper {
height: 60%;
width: 100%;
}
body.art-only-slider-left .slide.cover {
background-size: 110%;
}
body.art-only-slider-left .inset.mobile-hide {
display: none !important;
}
body.art-only-slider-left .full.mobile-hide {
display: none !important;
}
body.art-only-slider-left html, body.art-only-slider-left body {
font-size: 24px;
line-height: 24px; }
body.art-only-slider-left .slide.pair .left {
width: 100%;
height: 100%;
}
body.art-only-slider-left .slide.pair .right {
width: 100%;
height: 100%;
}
body.art-only-slider-left body.black-logo h1, body.art-only-slider-left body.black-logo .caption {
color: #000;
}
body.art-only-slider-left body.black-logo .page-dot {
background-color: #000;
}
body.art-only-slider-left section {
width: 90%;
margin: 22px;
margin-top: 65px;
}
body.art-only-slider-left .welcome {
padding: 22px;
}
body.art-only-slider-left .slideshow {
width: 100%;
height: 100% !important;
position: absolute;
top: 0px;
left: 0px;
}
body.art-only-slider-left .pair-inset-wrapper {
height: 65%;
width: 100%;
}
body.art-only-slider-left #site-credits {
position: static;
padding: 0px;
padding-top: 30px;
padding-bottom: 30px;
}
body.art-only-slider-left .info-page {
width: 100%;
min-height: 100%;
height: auto;
}
body.art-only-slider-left .bg-top, body.art-only-slider-left .bg-bottom {
background-position: center center !important;
}
body.art-only-slider-left .slide.inset {
display: block !important;
position: relative;
}
body.art-only-slider-left .inset-wrapper {
display: block !important;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
body.art-only-slider-left .inset-wrapper img {
max-height: 100%;
max-width: 100%;
width: auto;
height: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
body.art-only-slider-left body.white-logo-mobile h1, body.art-only-slider-left body.white-logo-mobile .caption {
color: #fff;
}
body.art-only-slider-left body.white-logo-mobile .page-dot {
background-color: #fff;
}
} .logged-in-as {
margin-bottom: 45px;
}
.blog-comments-area {
margin-top: 70px;
}
.blog-comments-area .comments-title {
font-weight: normal;
font-size: 26px;
line-height: 34px;
letter-spacing: 0.02em;
color: #000000;
}
.blog-comments-area .comment-list {
margin-top: 40px;
margin-bottom: 56px;
}
.blog-comments-area .comment-list > li:last-child li.comment:not(.parent):last-child .comment-itself {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.blog-comments-area .comment-list .comment .children {
margin-left: 84px;
}
.blog-comments-area .comment-list .comment .comment-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.blog-comments-area .comment-list .comment .comment-wrapper .comment-author {
min-width: 60px;
width: 60px;
margin-right: 24px;
}
.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself {
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 35px;
margin-bottom: 40px;
}
.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself .comment-meta {
margin-bottom: 13px;
}
.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself .comment-meta .info-meta .info-meta-top {
line-height: 19px;
}
.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself .comment-text {
margin-bottom: 9px;
height: auto;
}
.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself .reply a {
font-weight: 400;
font-size: 13px;
line-height: 19px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: inherit;
}
.comment-respond {
text-align: center;
}
.comment-respond .comment-reply-title {
margin-bottom: 18px;
}
.comment-respond .comment-reply-title small {
margin-left: 20px;
}
.comment-respond form.comment-form .art-comment-form-notice {
margin-bottom: 60px;
}
.comment-respond form.comment-form .art-line-fields {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -15px 0 -15px;
}
.comment-respond form.comment-form .art-line-fields p {
padding: 0 15px;
width: 100%;
margin-bottom: 30px;
}
.comment-respond form.comment-form .comment-form-cookies-consent {
display: none;
}
.comment-respond form.comment-form .comment-form-comment textarea {
height: 240px;
width: 100%;
}
.comment-respond form.comment-form .form-submit {
margin-top: 30px;
margin-bottom: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.comment-respond form.comment-form .form-submit input[type=submit] {
display: block;
width: 100%;
} .art-proofing-gallery-single {
padding: 241px 0 0 0;
}
.art-proofing-gallery-single .art-proofing-gallery-title {
text-align: center;
}
.art-proofing-gallery-single .art-proofing-gallery-top-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 40px;
margin-bottom: 54px;
}
.art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-client,
.art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-date,
.art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-photo-count {
padding: 0 40px;
}
.art-proofing-gallery-single .art-proofing-gallery-top-file {
text-align: center;
}
.art-proofing-gallery-single .filter-button-group {
margin-top: 120px;
}
.art-proofing-gallery-password .art-single-post-top {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-proofing-gallery-password .art-single-post-top.art-single-post-no-image {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.art-proofing-gallery-password .art-single-post-top .art-single-post-left {
position: relative;
width: 50%;
}
.art-proofing-gallery-password .art-single-post-top .art-single-post-left .art-blog-top-image {
height: 100%;
background-size: cover;
background-position: center center;
}
.art-proofing-gallery-password .art-single-post-top .art-single-post-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50%;
height: 100%;
min-height: 100vh;
}
.art-proofing-gallery-password .art-single-post-top .art-single-post-right .art-single-post-right-data {
padding: 0 141px;
text-align: center;
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;
width: 100%;
}
.art-proofing-gallery-password .art-single-post-top .art-single-post-right .art-single-post-right-data h2 {
margin-bottom: 10px;
}
form.art-form-password-protected {
margin-top: 40px;
}
form.art-form-password-protected .art-input-group .art-post-password-wrapper {
position: relative;
}
form.art-form-password-protected .art-input-group .art-post-password-wrapper input.form-control {
padding-right: 50px;
}
form.art-form-password-protected .art-input-group .art-post-password-wrapper i {
position: absolute;
right: 16px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
form.art-form-password-protected .art-input-group button {
width: 100%;
margin-top: 30px;
}
.art-proofing-gallery-grid .art-proofing-gallery-item {
position: relative;
margin-bottom: 30px;
}
.art-proofing-gallery-grid .art-proofing-gallery-item.art-item-rejected .art-gallery-item-status i {
display: none;
}
.art-proofing-gallery-grid .art-proofing-gallery-item .art-gallery-item-status {
position: absolute;
top: 20px;
left: 35px;
width: 24px;
height: 24px;
background-color: #fff;
border: 1px solid black;
}
.art-proofing-gallery-grid .art-proofing-gallery-item .art-gallery-item-status i::before {
font-size: 9px;
position: relative;
left: 4px;
bottom: 7px;
}
.art-proofing-gallery-grid .art-proofing-gallery-item .art-proofing-item-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 24px;
}
.art-proofing-gallery-grid .art-proofing-gallery-item .art-proofing-item-bottom .art-proofing-item-download i::before {
font-size: 23px;
} body.search-no-results .art-header-one.art-dark-header-text .art-header-one-content,
body.search-results .art-header-one.art-dark-header-text .art-header-one-content {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.search-no-results .art-blog-typical .art-blog-default-top,
body.search-no-results .art-blog-default-wrapper .art-blog-default-top,
body.search-results .art-blog-typical .art-blog-default-top,
body.search-results .art-blog-default-wrapper .art-blog-default-top {
padding: 0 0 50px 0;
text-align: center;
}
body.search-no-results .art-blog-typical .art-blog-default-top .art-search-result-title,
body.search-no-results .art-blog-default-wrapper .art-blog-default-top .art-search-result-title,
body.search-results .art-blog-typical .art-blog-default-top .art-search-result-title,
body.search-results .art-blog-default-wrapper .art-blog-default-top .art-search-result-title {
margin-bottom: 30px;
}
body.search-no-results .art-search-again-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
body.search-no-results .art-search-blog {
display: none;
}
body.search-no-results .art-search-blog .art-overlay {
display: none;
height: 100%;
width: 100%;
position: fixed;
z-index: 10000;
top: 0;
left: 0;
background-color: #fff;
}
body.search-no-results .art-search-blog .art-overlay .art-overlay-close {
position: absolute;
top: 50px;
right: 50px;
cursor: pointer;
}
body.search-no-results .art-search-blog .art-overlay .art-overlay-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}
body.search-no-results .art-search-blog .art-overlay .art-overlay-wrapper form {
padding: 0 15px;
max-width: 780px;
width: 100%;
}
body.search-no-results .art-search-blog .art-overlay .art-overlay-wrapper form .art-blog-search-input {
font-weight: 300;
border: 0;
border-bottom: 1px solid #000;
height: 55px;
padding: 0;
}
body.search-no-results .art-search-blog .art-search-blog-button i {
font-size: 24px;
position: relative;
bottom: 2px;
}
body.search-no-results .art-search-blog .art-search-blog-button i::before {
margin: 0;
}
body.search-no-results.art-chosen-second-header .art-blog-sticky-wrapper.art-blog-typical,
body.search-no-results.art-chosen-second-header .art-blog-search-result,
body.search-no-results .art-blog-sticky-wrapper.art-blog-typical,
body.search-no-results .art-blog-search-result {
padding: 318px 0 235px 0;
height: 100vh;
}
.art-page-full-height {
height: 100vh;
} .art-insta-widget-wrapper {
padding: 0 0 60px 0;
}
.art-insta-widget-wrapper .art-details-insta-wrapper {
text-align: center;
}
.art-insta-widget-wrapper .art-details-insta-wrapper h3 {
margin-bottom: 68px;
display: inline-block;
}
.art-insta-widget-wrapper .art-details-insta-wrapper .art-button {
margin-top: 68px;
}
.widget.art-widget-subscribe-form {
padding: 90px 0 100px 0;
}
.widget.art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper {
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-align: center;
-ms-flex-align: center;
align-items: center;
}
.widget.art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper img {
margin-bottom: 16px;
}
.widget.art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper h5 {
margin-bottom: 10px;
}
.widget.art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper .art-subscribe-subtitle {
margin-bottom: 20px;
text-align: center;
}
.widget.art-widget-request-form {
padding: 90px 0 100px 0;
}
.widget.art-widget-request-form .art-request-data .art-details-wrapper {
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-align: center;
-ms-flex-align: center;
align-items: center;
}
.widget.art-widget-request-form .art-request-data .art-details-wrapper img {
margin-bottom: 16px;
}
.widget.art-widget-request-form .art-request-data .art-details-wrapper h5 {
margin-bottom: 10px;
}
.widget.art-widget-request-form .art-request-data .art-details-wrapper .art-subscribe-subtitle {
margin-bottom: 30px;
text-align: center;
} header.art-unordered-header {
padding: 3px 0 0 0;
}
header.art-unordered-header .art-unordered-header-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
header.art-unordered-header .art-unordered-header-wrapper .art-unordered-left {
width: 19.25%;
padding-top: 19px;
}
header.art-unordered-header .art-unordered-header-wrapper .art-unordered-center {
width: 61.5%;
text-align: center;
padding: 0 60px;
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;
}
header.art-unordered-header .art-unordered-header-wrapper .art-unordered-center .art-unordered-center-description {
max-width: 610px;
margin: 20px auto 0 auto;
}
header.art-unordered-header .art-unordered-header-wrapper .art-unordered-right {
width: 19.25%;
position: relative;
}
header.art-unordered-header .art-unordered-header-wrapper .art-unordered-right .art-unordered-right-content .unordered-header-image-two {
position: absolute;
left: -50px;
bottom: 0;
width: 38%;
}
.art-default-page-custom-wrapper {
padding-top: 133px;
padding-bottom: 100px;
}
.art-default-page-custom-wrapper .art-page-content {
padding: 0 113px 0 113px;
}
.art-default-page-custom-wrapper .art-page-content.art-woocommerce-page {
padding: 0 15px;
}
.art-default-page-custom-wrapper .art-page-content.art-woocommerce-page .art-page-title {
margin-bottom: 60px;
}
.art-default-page-custom-wrapper .art-page-title {
text-align: center;
}
body.art-chosen-second-header .art-default-page-custom-wrapper {
padding-top: 178px;
}
body.art-chosen-second-header .art-woo-container-wrapper,
body.art-chosen-second-header .art-woo-container-wrapper {
padding-top: 178px;
} body.search-results.art-chosen-second-header .art-blog-search-result {
padding-top: 178px;
}
body.search-results .art-blog-search-result {
padding-top: 133px;
}
body.search-results .art-blog-default-wrapper .art-blog-posts-default {
border-bottom: none;
} .s-header__basket-wr a.art-open-cart-side {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.s-header__basket-wr a.art-open-cart-side img {
width: 24px;
}
.s-header__basket-wr a.art-open-cart-side .art-basket-counter {
margin-left: 2px;
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 14px;
width: 16px;
height: 16px;
background-color: #000;
border-radius: 100%;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
body.admin-bar .art-woo-side-cart {
padding-top: 32px;
}
.art-woo-side-cart {
display: none;
position: fixed;
z-index: 99;
right: 0;
top: 0;
padding-top: 0;
width: 375px;
background: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
border-left: 1px solid rgba(152, 132, 99, 0.2);
}
.art-woo-side-cart .art-woo-side-cart-flex {
height: 100%;
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: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.art-woo-side-cart .art-cart-side-header {
padding: 30px 15px 30px 30px;
margin-bottom: 15px;
border-bottom: 1px solid rgba(152, 132, 99, 0.2);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.art-woo-side-cart .art-cart-side-header i {
font-size: 1.5em;
cursor: pointer;
}
.art-woo-side-cart .art-cart-side-header i:hover {
opacity: 0.8;
}
.art-woo-side-cart .art-cart-side-header .art-cart-side-left span:last-child {
margin-left: 13px;
}
.art-woo-side-cart .cart_item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 15px 30px 15px 30px;
position: relative;
}
.art-woo-side-cart .cart_item .product-thumbnail {
width: 92px;
margin-right: 20px;
}
.art-woo-side-cart .cart_item .product-data .product-name {
margin-bottom: 10px;
padding-right: 17px;
}
.art-woo-side-cart .cart_item .product-data .product-price {
margin-bottom: 12px;
}
.art-woo-side-cart .cart_item .product-data .product-quantity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-woo-side-cart .cart_item .product-data .product-quantity .art-quantity-title span:first-child {
margin-right: 4px;
}
.art-woo-side-cart .cart_item .product-data .product-remove {
position: absolute;
top: 12px;
right: 26px;
}
.art-woo-side-cart .cart_item .product-data .product-remove a {
color: #000000 !important;
}
.art-woo-side-cart .cart_item .product-data .product-remove a:hover {
background: none;
}
.art-woo-side-cart .cart-collaterals {
width: 100%;
padding: 19px 30px 30px 30px;
border-top: 1px solid rgba(152, 132, 99, 0.2);
}
.art-woo-side-cart .cart-collaterals .cart_totals {
width: 100%;
float: none;
}
.art-woo-side-cart .cart-collaterals .cart_totals .art-cart-totals-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 18px;
}
.art-woo-side-cart .cart-collaterals .cart_totals .art-cart-totals-top .art-side-cart-total-price strong {
font-weight: 300;
}
.art-woo-side-cart .cart-collaterals .cart_totals .art-cart-totals-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.art-woo-side-cart .art-cart-side-empty {
height: calc(100% - 136px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-woo-side-cart .art-cart-side-empty .cart-side-empty-data {
width: 100%;
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-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-woo-side-cart .art-cart-side-empty .cart-side-empty-data .art-cart-side-empty-title {
margin-top: 30px;
} .art-cart-page-wrapper .select2-container--default .select2-selection--single,
.art-cart-page-wrapper input {
background-color: transparent;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart {
border: none;
margin-bottom: 0;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart thead tr th {
border-top: 1px solid rgba(152, 132, 99, 0.2);
border-bottom: 1px solid rgba(152, 132, 99, 0.2);
font-weight: 300;
font-size: 16px;
line-height: 28px;
padding: 15px 0;
text-align: center;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr:first-child td.product-thumbnail {
padding-top: 30px;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr:nth-last-child(2) td.product-thumbnail {
padding-bottom: 30px;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td {
border-top: none;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail {
padding: 15px 0;
width: 92px;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail a img {
width: 92px;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name {
padding-left: 24px;
padding-right: 63px;
width: 274px;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity {
text-align: center;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity {
margin: 0 auto;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-subtotal {
text-align: center;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove {
padding-left: 0;
padding-right: 0;
width: 24px;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove a.remove {
color: #000 !important;
position: relative;
bottom: 2px;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove a.remove:hover {
background-color: unset;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove a.remove .icon-cherie_close::before {
margin: 0;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions {
padding: 30px 0 0 0;
border-top: 1px solid rgba(152, 132, 99, 0.2);
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
width: 300px;
position: relative;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon .art-apply-coupon {
position: absolute;
top: 0;
right: 0;
padding: 14px 25px;
color: #000;
border-color: #000;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon .art-apply-coupon:hover {
color: #fff;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .art-update-cart {
padding: 11px 0 5px 0;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .art-update-cart:hover {
background: unset;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .art-update-cart:disabled[disabled] {
opacity: 0.25;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals {
padding: 30px 30px 12px 30px;
border: 1px solid rgba(152, 132, 99, 0.2);
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals {
float: none;
width: 100%;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator {
margin-top: 22px;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator .art-shipping-calculator-button {
margin-bottom: 15px;
display: block;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form {
margin-bottom: 40px;
display: block !important;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.form-row {
padding: 0;
margin: 0;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.form-row .select2-container {
margin: 0 0 30px;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.form-row .input-text {
margin: 0 0 30px;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.form-row select.state_select,
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.form-row span.select2-container {
display: block;
margin: 0 0 30px;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.art-update-shipping {
text-align: right;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form span {
width: 100% !important;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper .woocommerce-shipping-destination {
display: block;
padding: 4px 0;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper ul#shipping_method li {
margin: 0;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper ul#shipping_method li label {
padding: 4px 0;
margin: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper ul#shipping_method .amount {
font-weight: 300;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals table.shop_table_responsive {
border: none;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals table.shop_table_responsive tbody tr.cart-subtotal th {
font-weight: 400;
padding: 4px 0;
text-align: left;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals table.shop_table_responsive tbody tr.cart-subtotal td {
padding: 4px 0;
text-align: right;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals table.shop_table_responsive tbody tr.order-total th {
text-align: left;
padding: 4px 0;
border-top: 0;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals table.shop_table_responsive tbody tr.order-total td {
padding: 4px 0;
border-top: 0;
text-align: right;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout {
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-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout .art-checkout {
width: 100%;
text-align: center;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form {
width: 100%;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container {
margin-bottom: 40px;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number {
width: 100%;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-button {
width: 100%;
display: block;
margin-top: 10px;
}
.art-cart-page-wrapper .art-cart-page-right .art-shopping-link-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 30px;
}
.art-cart-page-wrapper .art-cart-page-right .art-shopping-link-wrapper .art-keep-shopping-link:hover {
color: #000;
} .art-woo-checkout-page .select2-container--default .select2-selection--single,
.art-woo-checkout-page textarea,
.art-woo-checkout-page input {
background-color: transparent;
}
.art-woo-checkout-page .art-checkout-left h3.art-billing-details-title {
margin-bottom: 28px;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 40px;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label .woocommerce-form__input + span {
padding-left: 8px;
line-height: 18px;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields .shipping_address .art-shipping-address-title {
margin-bottom: 28px;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row {
padding: 0;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p {
width: 50%;
padding: 0;
margin-bottom: 30px;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p > span,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p > span {
display: block;
padding: 0 15px;
width: 100%;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p.form-row-first,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p.form-row-first {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p.form-row-last,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p.form-row-last {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p.validate-email,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p.validate-email {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_company_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_company_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_company_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_company_field {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_address_1_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_address_1_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_address_1_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_address_1_field {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_address_2_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_address_2_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_address_2_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_address_2_field {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_country_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_country_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_country_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_country_field {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_city_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_city_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_city_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_city_field {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_state_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_state_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_state_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_state_field {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
width: 25%;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_postcode_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_postcode_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_postcode_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_postcode_field {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
width: 25%;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_phone_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_phone_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_phone_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_phone_field {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-additional-fields span.woocommerce-input-wrapper {
width: 100%;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
min-height: 100px;
}
.art-woo-checkout-page .art-checkout-left .art-shipping-checkout-wrapper .woocommerce-additional-fields h3 {
margin-bottom: 30px;
font-weight: 500;
font-size: 20px;
line-height: 29px;
color: #000;
letter-spacing: 0.02em;
}
.art-woo-checkout-page .art-checkout-right .art-checkout-right-wrapper {
padding: 30px;
border: 1px solid rgba(152, 132, 99, 0.2);
}
.art-woo-checkout-page .art-checkout-right h3.art-order-summary-title {
margin-bottom: 24px;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table {
border: none;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-image {
padding: 0;
border-top: none;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-image img {
width: 92px;
min-width: 92px;
margin-bottom: 30px;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-name {
border-top: none;
width: 100%;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-name .product-name-data {
margin-bottom: 30px;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-name .product-name-data > span {
display: block;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-name .product-name-data .product-item-title {
margin-bottom: 10px;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-name .product-name-data .product-item-price {
margin-bottom: 12px;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
text-align: left;
padding: 5px 0;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td {
text-align: right;
padding: 0;
line-height: 23px;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td.art-shipping-methods-row {
text-align: left;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th {
border-top: none;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
border-top: none;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals ul#shipping_method li.art-flat-rate-method {
line-height: 23px;
margin-bottom: 0;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals ul#shipping_method li.art-flat-rate-method label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th {
border-top: none;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
border-top: none;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
border-top: none;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
border-top: none;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment {
background: transparent;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods {
padding: 15px 0;
border-bottom: none;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method {
position: relative;
line-height: 14px;
margin-bottom: 16px;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method input {
margin: 0;
top: 3px;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method label {
display: inline;
font-size: 14px;
font-weight: 300;
letter-spacing: 0.02em;
line-height: 20px;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .payment_box {
margin: 1em 0 0 0;
background-color: unset;
padding: 0;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .payment_box::before {
display: none;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method.payment_method_paypal label a.about_paypal,
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method.payment_method_paypal label img {
display: none;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order {
padding: 0;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required {
padding: 0;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 24px 0 0 0;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label input.input-checkbox {
margin: 3px 8px 0 0;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label .woocommerce-terms-and-conditions-checkbox-text {
color: #000;
font-weight: 300;
font-size: 14px;
line-height: 26px;
letter-spacing: 0.02em;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label .woocommerce-terms-and-conditions-checkbox-text a {
text-decoration: underline;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order #pwgc-redeem-gift-card-form {
width: 100%;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order #pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-button {
margin-top: 10px !important;
margin-bottom: 0 !important;
width: 100%;
}
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment #place_order {
width: 100%;
margin-top: 40px;
}
.woocommerce-invalid #terms {
outline: none;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
float: unset;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-first,
.woocommerce-page form.checkout_coupon.woocommerce-form-coupon .form-row-first {
margin-right: 27px;
}
body.woocommerce-order-received .art-page-title {
display: none;
}
.art-thank-you-page {
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-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
padding: 164px 0 96px 0;
}
.art-thank-you-page .art-thank-you-page-title {
margin: 30px 0 60px 0;
}
.art-thank-you-page .art-thank-you-page-description {
margin-bottom: 50px;
} footer.art-main-footer {
padding: 120px 0 79px 0;
}
footer.art-main-footer .art-main-footer-wrapper .art-footer-column {
text-align: center;
margin-bottom: 50px;
}
footer.art-main-footer .art-main-footer-wrapper .art-footer-column .art-footer-column-title {
margin-bottom: 18px;
}
footer.art-main-footer .art-main-footer-wrapper .art-footer-column .art-social-container a {
color: #000;
}
footer.art-main-footer .art-main-footer-wrapper .art-footer-menu {
margin-top: 20px;
margin-bottom: 59px;
}
footer.art-main-footer .art-main-footer-wrapper .art-footer-menu ul.menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
footer.art-main-footer .art-main-footer-wrapper .art-footer-menu ul.menu li {
padding: 0 20px;
margin-bottom: 20px;
}
footer.art-main-footer .art-main-footer-wrapper .art-footer-bottom {
text-align: center;
}
footer.art-main-footer-second {
padding: 120px 0 79px 0;
}
footer.art-main-footer-second .art-main-footer-wrapper .art-head-footer-wrapper {
margin-bottom: 80px;
text-align: center;
}
footer.art-main-footer-second .art-main-footer-wrapper .art-head-footer-wrapper .art-head-footer-title {
font-weight: bold;
font-size: 42px;
line-height: 55px;
letter-spacing: 0.04em;
}
footer.art-main-footer-second .art-main-footer-wrapper .art-footer-column {
text-align: center;
margin-bottom: 50px;
}
footer.art-main-footer-second .art-main-footer-wrapper .art-footer-column.art-second-footer-social .art-social-container {
margin-top: 30px;
}
footer.art-main-footer-second .art-main-footer-wrapper .art-footer-column.art-second-footer-social .art-social-container a i {
font-size: 28px !important;
padding: 0 11px;
}
footer.art-main-footer-second .art-main-footer-wrapper .art-footer-column .art-footer-column-title {
margin-bottom: 24px;
font-weight: bold;
font-size: 24px;
line-height: 31px;
letter-spacing: 0.04em;
}
footer.art-main-footer-second .art-main-footer-wrapper .art-footer-column .art-footer-column-data {
font-weight: normal;
font-size: 18px;
line-height: 28px;
letter-spacing: 0.04em;
}
footer.art-main-footer-second .art-main-footer-wrapper .art-footer-column .art-social-container a {
color: #000;
}
footer.art-main-footer-second .art-main-footer-wrapper .art-footer-bottom {
text-align: center;
margin-top: 30px;
}
.art-blog-widget-area .widget {
margin-bottom: 50px;
}
.art-blog-widget-area .widget-title {
margin-bottom: 20px;
}
.art-blog-widget-area,
footer.art-main-footer {
font-size: 14px;
}
.art-blog-widget-area strong,
footer.art-main-footer strong {
font-size: 14px;
font-weight: 500;
}
.art-blog-widget-area ul li,
footer.art-main-footer ul li {
margin-bottom: 12px;
}
.art-blog-widget-area .widget.art_subscribe_form .art-widget-subscribe-form,
footer.art-main-footer .widget.art_subscribe_form .art-widget-subscribe-form {
padding: 0;
}
.art-blog-widget-area .widget.art_subscribe_form .art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper,
footer.art-main-footer .widget.art_subscribe_form .art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.art-blog-widget-area .widget.art_subscribe_form .art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper img,
footer.art-main-footer .widget.art_subscribe_form .art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper img {
display: none;
}
.art-blog-widget-area .widget.art_social .art-main-social .art-social-container a,
footer.art-main-footer .widget.art_social .art-main-social .art-social-container a {
color: #000;
}
.art-blog-widget-area .widget.widget_search .searchsubmit,
footer.art-main-footer .widget.widget_search .searchsubmit {
display: none;
}
.art-blog-widget-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav,
footer.art-main-footer .widget.widget_calendar .calendar_wrap .wp-calendar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 280px;
margin-top: 12px;
}
.art-blog-widget-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
footer.art-main-footer .widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: left;
letter-spacing: 0.02em;
color: #000000;
}
.art-blog-widget-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next,
footer.art-main-footer .widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: right;
letter-spacing: 0.02em;
color: #000000;
}
.art-blog-widget-area .widget.widget_calendar .calendar_wrap table,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table {
border-spacing: 0;
width: 280px;
border-collapse: separate;
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.art-blog-widget-area .widget.widget_calendar .calendar_wrap table caption,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table caption {
height: 45px;
background-color: rgba(255, 255, 255, 0.7);
caption-side: top;
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
color: #000;
line-height: 45px;
text-align: center;
font-style: normal;
font-weight: 500;
font-size: 16px;
letter-spacing: 0.02em;
}
.art-blog-widget-area .widget.widget_calendar .calendar_wrap table td,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table td {
text-align: center;
}
.art-blog-widget-area .widget.widget_calendar .calendar_wrap table td#today,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table td#today {
font-weight: 500;
background-color: rgba(255, 255, 255, 0.7);
}
.art-blog-widget-area .widget.widget_calendar .calendar_wrap table thead,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table thead {
border-collapse: collapse;
}
.art-blog-widget-area .widget.widget_calendar .calendar_wrap table thead th,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table thead th {
text-align: center;
width: 40px;
height: 40px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 40px;
letter-spacing: 0.02em;
color: #000000;
}
.art-blog-widget-area .widget.widget_calendar .calendar_wrap table tbody tr td,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table tbody tr td {
font-style: normal;
font-size: 14px;
line-height: 40px;
text-align: center;
letter-spacing: 0.02em;
color: #000000;
font-weight: 300;
padding: 0;
width: 40px;
height: 40px;
}
.art-blog-widget-area .widget.widget_recent_comments li.recentcomments > a,
footer.art-main-footer .widget.widget_recent_comments li.recentcomments > a {
margin-left: 16px !important;
position: relative;
}
.art-blog-widget-area .widget.widget_recent_comments li.recentcomments > a::before,
footer.art-main-footer .widget.widget_recent_comments li.recentcomments > a::before {
content: '';
width: 3px;
height: 3px;
position: absolute;
top: 10px;
left: -12px;
background-color: #000;
border-radius: 50%;
display: inline-block;
}
.art-blog-widget-area .widget.widget_rss .footer-widget--title,
footer.art-main-footer .widget.widget_rss .footer-widget--title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-blog-widget-area .widget.widget_rss .footer-widget--title a:first-child,
footer.art-main-footer .widget.widget_rss .footer-widget--title a:first-child {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 8px;
}
.art-blog-widget-area .widget.widget_rss ul li,
footer.art-main-footer .widget.widget_rss ul li {
margin-bottom: 26px;
}
.art-blog-widget-area .widget.widget_rss ul li a.rsswidget,
footer.art-main-footer .widget.widget_rss ul li a.rsswidget {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.02em;
display: block;
margin-bottom: 10px;
}
.art-blog-widget-area .widget.widget_rss ul li .rss-date,
footer.art-main-footer .widget.widget_rss ul li .rss-date {
font-style: normal;
font-weight: normal;
font-size: 11px;
line-height: 16px;
letter-spacing: 0.1em;
text-transform: uppercase;
display: block;
margin-bottom: 10px;
}
.art-blog-widget-area .widget.widget_rss ul li .rssSummary,
footer.art-main-footer .widget.widget_rss ul li .rssSummary {
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.02em;
display: block;
margin-bottom: 10px;
}
.art-blog-widget-area .widget.widget_rss ul li cite,
footer.art-main-footer .widget.widget_rss ul li cite {
font-style: italic;
font-weight: normal;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.02em;
}
.art-blog-widget-area .tagcloud,
footer.art-main-footer .tagcloud {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -7px;
}
.art-blog-widget-area .tagcloud a,
footer.art-main-footer .tagcloud a {
font-size: 14px !important;
font-weight: 300;
letter-spacing: 0.02em;
line-height: 20px;
text-transform: none;
padding: 6px 12px;
border: 1px solid #000;
margin: 7px 7px;
}
.art-blog-widget-area .widget.widget_nav_menu ul.menu li,
footer.art-main-footer .widget.widget_nav_menu ul.menu li {
margin-bottom: 0;
}
.art-blog-widget-area .widget.widget_nav_menu ul.menu li a,
footer.art-main-footer .widget.widget_nav_menu ul.menu li a {
display: block;
margin-bottom: 12px;
}
.art-blog-widget-area .widget.widget_nav_menu ul.menu li ul.sub-menu,
footer.art-main-footer .widget.widget_nav_menu ul.menu li ul.sub-menu {
margin-left: 15px;
}
.art-blog-widget-area .widget.widget_pages ul li,
.art-blog-widget-area .widget.widget_categories ul li,
footer.art-main-footer .widget.widget_pages ul li,
footer.art-main-footer .widget.widget_categories ul li {
margin-bottom: 12px;
}
.art-blog-widget-area .widget.widget_pages ul li ul.children,
.art-blog-widget-area .widget.widget_categories ul li ul.children,
footer.art-main-footer .widget.widget_pages ul li ul.children,
footer.art-main-footer .widget.widget_categories ul li ul.children {
margin-top: 12px;
margin-left: 15px;
}
.art-blog-widget-area .wp-caption.alignnone,
footer.art-main-footer .wp-caption.alignnone {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 3px;
margin-bottom: 20px;
}
.art-blog-widget-area .wp-caption.alignnone .wp-caption-text,
footer.art-main-footer .wp-caption.alignnone .wp-caption-text {
text-align: center;
padding: 6px 0 3px 0;
}
.art-blog-widget-area .footer-widget-area,
footer.art-main-footer .footer-widget-area {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
padding: 0 15px;
}
.art-blog-widget-area .footer-widget-area .widget,
footer.art-main-footer .footer-widget-area .widget {
margin-bottom: 50px;
}
.art-blog-widget-area .footer-widget-area .widget .footer-widget--title,
footer.art-main-footer .footer-widget-area .widget .footer-widget--title {
margin-bottom: 20px;
} .art-woo-container-wrapper.cart-sidebar-open .art-woo-content-mask {
opacity: 1;
visibility: visible;
}
.art-woo-container-wrapper .art-woo-content-mask {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 400ms;
transition: opacity 400ms;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 47;
background: rgba(0, 0, 0, 0.8);
}
.woocommerce-page .art-woo-container-wrapper,
.woocommerce .art-woo-container-wrapper {
padding-top: 134px;
}
.woocommerce-page .art-woo-archive-container,
.woocommerce .art-woo-archive-container {
padding-bottom: 100px;
}
.woocommerce-page .art-before-shop-loop,
.woocommerce .art-before-shop-loop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 30px;
}
.woocommerce-page .art-before-shop-loop .art-shop-cats ul,
.woocommerce .art-before-shop-loop .art-shop-cats ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.woocommerce-page .art-before-shop-loop .art-shop-cats ul li,
.woocommerce .art-before-shop-loop .art-shop-cats ul li {
margin-right: 40px;
padding-bottom: 5px;
}
.woocommerce-page .art-before-shop-loop .art-shop-cats ul li.current_item,
.woocommerce .art-before-shop-loop .art-shop-cats ul li.current_item {
border-bottom: 1px solid;
}
.woocommerce-page .art-before-shop-loop .art-shop-cats ul li a,
.woocommerce .art-before-shop-loop .art-shop-cats ul li a {
color: inherit;
font-weight: inherit;
font-size: inherit;
line-height: inherit;
padding-bottom: inherit;
letter-spacing: inherit;
text-transform: inherit;
}
.woocommerce-page .art-before-shop-loop .art-ordering-cart,
.woocommerce .art-before-shop-loop .art-ordering-cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce-page .art-before-shop-loop .art-ordering-cart .woocommerce-ordering,
.woocommerce .art-before-shop-loop .art-ordering-cart .woocommerce-ordering {
margin-bottom: 0;
}
.woocommerce-page .art-before-shop-loop .art-ordering-cart .woocommerce-ordering select,
.woocommerce .art-before-shop-loop .art-ordering-cart .woocommerce-ordering select {
background-color: transparent;
}
.woocommerce-page .art-before-shop-loop .art-ordering-cart .s-header__basket-wr,
.woocommerce .art-before-shop-loop .art-ordering-cart .s-header__basket-wr {
margin-left: 40px;
}
.woocommerce-page .art-woo-main-archive,
.woocommerce .art-woo-main-archive {
margin-top: 60px;
}
.woocommerce-page ul.products,
.woocommerce ul.products {
margin-bottom: 0;
margin-left: -15px;
margin-right: -15px;
}
.woocommerce-page ul.products:not(.art-products-widget-slider),
.woocommerce ul.products:not(.art-products-widget-slider) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.woocommerce-page ul.products li.art-archive-head-data,
.woocommerce ul.products li.art-archive-head-data {
padding-top: 70px;
padding-bottom: 100px;
text-align: center;
}
.woocommerce-page ul.products li.art-archive-head-data .art-head-data-title,
.woocommerce ul.products li.art-archive-head-data .art-head-data-title {
margin-bottom: 15px;
display: block;
}
.woocommerce-page ul.products li.art-archive-head-data .art-head-data-description,
.woocommerce ul.products li.art-archive-head-data .art-head-data-description {
padding: 0 215px;
}
.woocommerce-page ul.products li.art-product-decorate-image,
.woocommerce ul.products li.art-product-decorate-image {
margin-bottom: 30px;
}
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
float: none;
margin-left: unset;
margin-right: unset;
padding-right: 15px;
padding-left: 15px;
margin-bottom: 30px !important;
}
.woocommerce-page ul.products li.product a,
.woocommerce ul.products li.product a {
position: relative;
display: block;
}
.woocommerce-page ul.products li.product .art-product-image,
.woocommerce ul.products li.product .art-product-image {
margin-bottom: 20px;
}
.woocommerce-page ul.products li.product .art-product-image img,
.woocommerce ul.products li.product .art-product-image img {
margin-bottom: 0;
width: unset;
max-width: 100%;
}
.woocommerce-page ul.products li.product .art-product-image .star-rating,
.woocommerce ul.products li.product .art-product-image .star-rating {
position: absolute;
top: 22px;
left: 17px;
}
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
text-align: center;
padding: 0 8px;
}
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price {
font-weight: 400;
font-size: 13px;
line-height: 15px;
font-style: normal;
letter-spacing: 0.02em;
text-align: center;
display: block;
margin-top: 14px;
margin-bottom: 0;
}
.woocommerce-page ul.products li.product .price del,
.woocommerce ul.products li.product .price del {
opacity: 1;
}
.woocommerce-page ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins {
text-decoration: none;
font-weight: 400;
}
.woocommerce-page .woocommerce-pagination,
.woocommerce .woocommerce-pagination {
display: none;
}
.woocommerce-page .art-shop-pagination-wrapper,
.woocommerce .art-shop-pagination-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.woocommerce-page .art-shop-pagination-wrapper.art-is-loading .art-load-more-wrapper,
.woocommerce .art-shop-pagination-wrapper.art-is-loading .art-load-more-wrapper {
display: none;
}
.woocommerce-page .art-shop-pagination-wrapper.art-is-loading .art-loader-wrapper,
.woocommerce .art-shop-pagination-wrapper.art-is-loading .art-loader-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.woocommerce-page .art-shop-pagination-wrapper .art-load-more-wrapper,
.woocommerce .art-shop-pagination-wrapper .art-load-more-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.woocommerce-page .art-shop-pagination-wrapper .art-loader-wrapper,
.woocommerce .art-shop-pagination-wrapper .art-loader-wrapper {
height: 50px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: none;
}
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
.woocommerce-page ul.products::before, .woocommerce-page ul.products::after,
ul.products.art-products-widget-slider::before,
ul.products.art-products-widget-slider::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
display: none;
}
input {
-webkit-box-shadow: none;
box-shadow: none;
}
input {
border-radius: 0;
border: 0;
} input[type="radio"] {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
position: relative;
width: 18px;
height: 18px;
display: inline-block;
}
input[type="radio"]::before {
content: '';
width: 18px;
height: 18px;
display: block;
border: 1px solid #000;
border-radius: 100%;
cursor: pointer;
}
input[type="radio"]:checked::before {
content: '';
width: 18px;
height: 18px;
border: 1px solid #000;
border-radius: 100%;
background: #000;
}
input[type="radio"]:checked::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 18px;
height: 18px;
border-radius: 100%;
-webkit-transform: scale(0.35);
transform: scale(0.35);
}
}
} .woocommerce .quantity {
position: relative;
width: 95px;
}
.woocommerce .quantity input::-webkit-inner-spin-button,
.woocommerce .quantity input::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.woocommerce .quantity input[type="number"] {
-moz-appearance: textfield;
}
.woocommerce .quantity .minus {
position: absolute;
left: 0;
top: 1px;
padding: 15px 14px;
cursor: pointer;
border: none;
background-color: transparent;
font-size: 17px;
font-family: "palette";
}
.woocommerce .quantity .input-text.qty {
width: 95px;
text-align: center;
background-color: transparent;
}
.woocommerce .quantity .plus {
position: absolute;
right: 0;
top: 1px;
padding: 15px 14px;
cursor: pointer;
border: none;
background-color: transparent;
font-size: 17px;
font-family: "palette";
}
.art-single-product-before-top {
margin-top: -6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 60px;
}
.art-single-product-before-top .woocommerce-notices-wrapper {
width: 100%;
}
.art-single-product-before-top .woocommerce-breadcrumb {
margin-bottom: 0;
}
.art-product-layout-classic .art-single-product-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery {
position: relative;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery span.onsale {
position: absolute;
left: unset;
top: 17px;
right: 32px;
margin: 0;
background-color: #fff;
color: #000;
font-weight: 500;
font-size: 12px;
line-height: 24px;
letter-spacing: 0.02em;
min-height: 24px;
min-width: 48px;
padding: 0;
border: 1px solid #000;
border-radius: 0;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .art-product-no-sliders a img {
width: 100%;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .woocommerce-product-gallery__trigger {
display: none;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 0;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav {
width: 120px;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-right: 30px;
position: relative;
z-index: 20;
margin-top: -15px;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav .art-slick-slide {
cursor: pointer;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav .slick-list {
overflow: hidden;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav .slick-slide {
margin: 15px 0;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav .slick-slide img {
width: 120px !important;
opacity: 1;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-for {
width: calc(100% - 150px);
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows {
position: absolute;
width: 120px;
height: 100%;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image,
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image {
display: none;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image,
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image {
cursor: pointer;
position: absolute;
left: 48px;
z-index: 21;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image.slick-arrow,
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image.slick-arrow {
display: block;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image.slick-hidden i, .art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image.slick-disabled i,
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image.slick-hidden i,
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image.slick-disabled i {
display: none;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image {
top: -40px;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image {
bottom: -26px;
}
.art-product-layout-classic .art-single-product-top .entry-summary .woocommerce-product-rating {
font-size: 15px;
margin-top: 7px;
}
.art-product-layout-classic .art-single-product-top .entry-summary .woocommerce-product-rating .star-rating {
margin-right: 6px;
}
.art-product-layout-classic .art-single-product-top .entry-summary .woocommerce-product-rating .woocommerce-review-link {
font-weight: normal;
font-size: 14px;
line-height: 26px;
letter-spacing: 0.02em;
}
.art-product-layout-classic .art-single-product-top .entry-summary .price {
font-style: normal;
font-weight: 300;
font-size: 22px;
line-height: 32px;
letter-spacing: 0.02em;
margin-top: 14px;
margin-bottom: 24px;
}
.art-product-layout-classic .art-single-product-top .entry-summary .price ins {
text-decoration: none;
}
.art-product-layout-classic .art-single-product-top .entry-summary .woocommerce-product-details__short-description {
margin-bottom: 24px;
font-size: 16px;
}
.art-product-layout-classic .art-single-product-top .entry-summary form.cart {
margin-bottom: 40px;
}
.art-product-layout-classic .art-single-product-top .entry-summary form.cart .quantity {
margin-right: 24px;
}
.art-product-layout-classic .art-single-product-top .entry-summary form.cart .single_add_to_cart_button {
text-transform: uppercase;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container {
width: 100%;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .accordion {
padding: 24px 0;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .accordion:first-child {
border-top: 0;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data h2 {
display: none;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data table.shop_attributes {
border-top: 0;
margin-bottom: 0;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data table.shop_attributes tr th {
font-weight: 300;
border-bottom: 0;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data table.shop_attributes tr td {
font-weight: 300;
border-bottom: 0;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .woocommerce-Reviews-title {
display: none;
margin-top: 10px;
margin-bottom: 30px;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .woocommerce-noreviews {
display: block;
margin-top: 10px;
margin-bottom: 18px;
font-size: 16px;
font-weight: 300;
letter-spacing: 0.02em;
line-height: 23px;
color: #000000;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist {
margin-top: 30px;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container img.avatar {
border: none;
background: unset;
padding: 0;
width: 60px;
position: static;
float: none;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container .comment-text {
margin-left: 24px;
padding: 0;
border: none;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container .comment-text .star-rating {
float: none;
font-size: 15px;
position: absolute;
right: 0;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container .comment-text .meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 18px;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author {
margin-bottom: 10px;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond .woo-comment-reply-title {
margin-bottom: 10px;
display: block;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond .woo-respondcomment-reply-title {
text-align: left;
display: block;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: left;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-notes {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-bottom: 30px !important;
padding-right: 125px;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-author {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
width: calc(50% - 15px);
margin-right: 30px !important;
margin-bottom: 30px !important;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-author input {
background-color: transparent;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-email {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
width: calc(50% - 15px);
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-email input {
background-color: transparent;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-rating {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
width: 100%;
margin-bottom: 22px;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-comment {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
width: 100%;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-comment textarea {
border: 1px solid #000;
margin-top: 0;
margin-bottom: 20px;
height: 160px !important;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .form-submit {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .form-submit input.submit {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.art-product-layout-classic .art-single-product-top .entry-summary .product_meta {
margin-top: 29px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.art-product-layout-classic .art-single-product-top .entry-summary .product_meta > span {
margin-bottom: 14px;
}
.art-product-layout-classic .art-single-product-top .entry-summary form.grouped_form table.group_table tr td {
padding-bottom: 0;
}
.art-product-layout-classic .art-single-product-top .entry-summary form.grouped_form table.group_table tr td .quantity {
margin-right: 0;
}
.art-product-layout-classic .art-single-product-top .entry-summary form.grouped_form table.group_table tr td span,
.art-product-layout-classic .art-single-product-top .entry-summary form.grouped_form table.group_table tr td label {
line-height: 49px;
}
.art-product-layout-classic .art-single-product-top .entry-summary form.grouped_form .single_add_to_cart_button {
margin-top: 17px;
}
.art-product-layout-classic .related.products h2 {
display: block;
text-align: center;
margin-top: 100px;
margin-bottom: 60px;
}
.art-product-layout-classic .related.products .products {
padding-bottom: 100px;
}
.art-shop-subscribe-area {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.fr-thumbnail-frame .fr-thumbnail .fr-thumbnail-wrapper {
-webkit-box-shadow: none;
box-shadow: none;
}
.fr-thumbnail-frame .fr-thumbnail .fr-thumbnail-wrapper .fr-thumbnail-image {
opacity: 1 !important;
}
.fr-thumbnail-frame .fr-thumbnail .fr-thumbnail-overlay .fr-thumbnail-loading {
opacity: 0 !important;
}
.fr-overlay .fr-overlay-background {
background-color: #fff;
opacity: 1;
}
.fr-window-skin-fresco .fr-content-background {
-webkit-box-shadow: none;
box-shadow: none;
}
.fr-thumbnails-vertical .fr-thumbnails {
width: 40%;
}
.nojq {
z-index: 99999999999999999999999;
}
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
background-image: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/arrow_left.svg);
background-position: unset;
opacity: 1;
}
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon:hover,
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon {
opacity: 0.5;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
background-image: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/arrow_right.svg);
background-position: unset;
opacity: 1;
}
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon:hover,
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon {
opacity: 0.5;
}
.fr-close {
top: 30px;
right: 30px;
}
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
background-image: url(//levetchristophe.fr/wp-content/themes/palette/assets/css/images/close-big.svg);
background-position: unset;
background-color: white;
opacity: 1;
}
.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background,
.fr-thumbnails-side-button:hover,
.fr-thumbnails-side-button-background:hover,
.fr-thumbnails-side-button-background {
background: transparent;
}
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side.fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
background-image: unset;
opacity: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side.fr-thumbnails-side-next .fr-thumbnails-side-button-icon::before {
content: '\e80b';
font-size: 18px;
font-family: "cherie-font";
}
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side.fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
background-image: unset;
opacity: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side.fr-thumbnails-side-previous .fr-thumbnails-side-button-icon::before {
content: '\e80c';
font-size: 18px;
font-family: "cherie-font";
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images {
position: relative;
}
.woocommerce div.product div.images img {
width: auto !important;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
font-weight: 400;
} .woocommerce-message {
border: none;
background-color: #D2F0E2;
padding: 18px 2em 18px 5.4em;
font-size: 14px;
}
.woocommerce-message a.restore-item,
.woocommerce-message a.button {
float: right;
padding: 0 0 6px 0;
margin-top: 2px;
background-color: transparent;
font-weight: normal;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.02em;
color: #000;
border-bottom: 1px solid;
}
.woocommerce-message a.restore-item:hover,
.woocommerce-message a.button:hover {
background-color: transparent;
}
.woocommerce-message::before {
font-family: "palette";
content: "\e816";
color: #000;
font-size: 23px;
top: 19px;
}
.woocommerce-info {
border: none;
background-color: rgba(152, 132, 99, 0.3);
padding: 18px 2em 18px 5.4em;
font-size: 14px;
}
.woocommerce-info a.button {
padding: 0 0 6px 0;
margin-top: 2px;
background-color: transparent;
font-weight: normal;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.02em;
color: #000;
border-bottom: 1px solid;
}
.woocommerce-info a.button:hover {
background-color: transparent;
}
.woocommerce-info::before {
font-family: "palette";
content: "\e814";
color: #000;
font-size: 23px;
top: 19px;
}
.woocommerce-error {
border: none;
background-color: #FFE9E0;
padding: 18px 2em 18px 5.4em;
font-size: 14px;
}
.woocommerce-error a.button {
padding: 0 0 6px 0;
margin-top: 2px;
background-color: transparent;
font-weight: normal;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.02em;
color: #000;
border-bottom: 1px solid;
}
.woocommerce-error a.button:hover {
background-color: transparent;
}
.woocommerce-error::before {
font-family: "palette";
content: "\e815";
color: #000;
font-size: 23px;
top: 19px;
}
.art-woo-archive-container .woocommerce-notices-wrapper {
margin-top: 50px;
} body.woocommerce-account.woocommerce-page .art-page-content form .form-row.form-row-wide .password-input {
width: 100%;
}
body:not(.elementor-editor-active) .story.art-my-account-page {
padding: 0 15px;
}
body:not(.elementor-editor-active) .story.art-my-account-page a {
text-decoration: none;
}
body:not(.elementor-editor-active) .story.art-my-account-page .woocommerce form .form-row-last, body:not(.elementor-editor-active) .story.art-my-account-page .woocommerce-page form .form-row-last {
float: right;
}
body:not(.elementor-editor-active) .story.art-my-account-page .woocommerce-Address {
margin-bottom: 30px;
}
body:not(.elementor-editor-active) .story.art-my-account-page .woocommerce-Address h3 {
margin-bottom: 10px;
}
body:not(.elementor-editor-active) .story.art-my-account-page form.woocommerce-EditAccountForm .woocommerce-Button {
margin-top: 30px;
}
body:not(.elementor-editor-active) .story.art-my-account-page nav.woocommerce-MyAccount-navigation ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) li {
margin-bottom: 10px;
}
body:not(.elementor-editor-active) .woocommerce-input-wrapper {
width: 100%;
}
body:not(.elementor-editor-active) form button.button {
margin-top: 30px;
} body.elementor-editor-active header.art-header-one.art-header-show-border .art-header-one-content {
position: static !important;
}
body.elementor-editor-active header.art-header-one .art-header-one-content,
body.elementor-editor-active header.art-header-three .art-header-three-content,
body.elementor-editor-active header.art-header-three .art-header-three-content,
body.elementor-editor-active header.art-header-four .art-header-four-content {
position: static !important;
}
body.elementor-editor-active header.art-header-two .art-header-two-content {
position: static !important;
} @media (max-width: 1350px) {
.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right .art-single-post-right-data {
padding-right: 30px;
}
}
@media (min-width: 1241px) {
header.art-header-one .right-content .info_block_hamburger {
display: none;
}
header.art-header-one .art-header-one-content:hover {
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.art-header-one .art-header-one-content:hover .art-navigation-container .left-content .art--logo-container .light-logotype {
display: none;
}
header.art-header-one .art-header-one-content:hover .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: block;
}
header.art-header-one .art-header-one-content:hover .art-navigation-container .center-content nav ul.menu > li > a {
color: #000000;
}
header.art-header-one .art-header-one-content:hover .art-navigation-container .center-content nav ul.menu > li > a:hover {
border-bottom: 1px solid #000000;
opacity: 1;
}
header.art-header-one .art-header-one-content:hover .art-navigation-container .right-content .art-social-container a {
color: #000;
}
header.art-header-one .art-header-one-content:hover .art-navigation-container .right-content .art-social-container a i:hover {
opacity: 0.8;
}
header.art-header-two .art-header-top .art-header-top-right .info_block_hamburger {
display: none;
}
header.art-header-two .art-header-two-content:hover {
background-color: #fff;
}
header.art-header-two .art-header-two-content:hover .art-header-top {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.art-header-two .art-header-two-content:hover .art-header-top .art-header-top-left .art-social-container a {
color: #000;
}
header.art-header-two .art-header-two-content:hover .art-header-top .art-header-top-center .art--logo-container .light-logotype {
display: none;
}
header.art-header-two .art-header-two-content:hover .art-header-top .art-header-top-center .art--logo-container .dark-logotype {
display: block;
}
header.art-header-two .art-header-two-content:hover .art-header-top .art-header-top-right .art-site-header-appointment {
color: #000;
}
header.art-header-two .art-header-two-content:hover .art-header-bottom {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.art-header-two .art-header-two-content:hover .art-header-bottom nav ul.menu > li > a {
color: #000;
}
}
@media (max-width: 1240px) {
header.art-header-one .art-header-one-content .art-navigation-container {
position: relative;
}
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .center-content,
header.art-header-one .art-header-one-content .art-navigation-container .center-content {
display: none;
}
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .right-content .art-social-container,
header.art-header-one .art-header-one-content .art-navigation-container .right-content .art-social-container {
display: none;
}
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li .sub-menu {
min-width: 220px;
}
header.art-header-two .art-header-two-content .art-header-top {
border-bottom: none;
}
header.art-header-two .art-header-two-content .art-header-top .art-header-top-left {
display: none;
}
header.art-header-two .art-header-two-content .art-header-top .art-header-top-right {
width: auto;
}
header.art-header-two .art-header-two-content .art-header-top .art-header-top-right .art-site-header-appointment {
display: none;
}
header.art-header-two .art-header-two-content .art-header-bottom {
display: none;
}
body.search-results.art-chosen-second-header .art-blog-search-result {
padding-top: 118px;
}
.art-chosen-second-header .art-portfolio-single.story.art-portfolio-single-first,
.art-chosen-second-header .art-portfolio-archive {
padding-top: 124px;
}
body.art-chosen-second-header .art-proofing-gallery-single,
body.art-chosen-second-header .art-blog-sticky-wrapper {
padding-top: 124px;
}
header.art-unordered-header .art-unordered-header-wrapper .art-unordered-right .art-unordered-right-content .unordered-header-image-two {
left: -16px;
}
.art-proofing-gallery-password .art-single-post-top .art-single-post-right .art-single-post-right-data {
padding: 0 90px;
}
}
@media (max-width: 1218px) {
.art-half-slide-container-left .slick-dots {
right: 0;
}
}
@media (max-width: 1199px) {
.woocommerce-page ul.products li.art-product-decorate-image, .woocommerce ul.products li.art-product-decorate-image img {
height: 279px;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name {
padding-right: 24px;
width: 220px;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
width: 100%;
display: none;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-for {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: 100%;
max-width: unset;
overflow: hidden;
position: relative;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-for .slick-dots {
bottom: 11px;
}
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows {
display: none;
}
.art-section-about-me .art-about-me-left .about-image-one {
max-width: 330px;
}
.art-section-about-me .art-about-me-left .about-image-two {
max-width: 300px;
}
.art-section-about-me .art-about-me-right .art-about-me-right-data {
padding-left: 13px;
}
.art-second-mobile-menu-wrapper {
width: 65%;
}
.art-full-screen-contact .art-image-name-rotating,
.art-full-screen-about-two .art-image-name-rotating {
bottom: 0;
right: 0;
}
.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff {
padding-left: 65px;
}
}
@media (max-width: 1170px) {
.art-info-block-wrapper.art-do-reverse .art-info-block-two {
padding-left: 15px;
}
.art-widget-team-slider .art-swiper-team-container,
.art-blog-posts.art-blog-posts-slider .swiper-container-blog,
.woocommerce.art-woo-products-slider .art-swiper-container {
padding: 0 15px;
}
.art-widget-team-slider .art-swiper-team-container .swiper-scrollbar,
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-scrollbar,
.woocommerce.art-woo-products-slider .art-swiper-container .swiper-scrollbar {
width: calc(100% - 30px);
left: 15px;
}
}
@media (max-width: 1150px) {
.art-left-half-slider-wrapper .art-left-slider-data {
padding-right: 15px;
}
.art-right-half-slider-wrapper .art-right-half-slider-data {
padding-left: 15px;
}
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left {
display: none;
}
.zoom-anim-dialog.art-team-popap {
padding: 100px 100px;
}
.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right .art-single-post-right-data {
padding-left: 60px;
}
.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data {
padding-left: 60px;
padding-right: 15px;
}
}
@media (max-width: 1070px) {
.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff {
padding-left: 50px;
}
}
@media (max-width: 1024px) {
.art--aliment-tablet-left {
text-align: left;
}
.art--aliment-tablet-center {
text-align: center;
}
.art--aliment-tablet-right {
text-align: right;
}
.art-left-half-slider-wrapper .art-left-slider-data {
padding-left: 30px;
}
.art-right-half-slider-wrapper .art-right-half-slider-data {
padding-right: 30px;
}
.art-info-block-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.art-info-block-wrapper .art-info-block-one {
width: 100%;
}
.art-info-block-wrapper .art-info-block-two {
width: 100%;
padding: 40px 15px 50px 15px;
}
.art-info-block-wrapper .art-info-block-two .art-widget-title {
margin-bottom: 16px;
}
.art-info-block-wrapper .art-info-block-two .art-widget-button {
margin-top: 40px;
}
.art-info-block-wrapper.art-do-reverse .art-info-block-one {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.art-info-block-wrapper.art-do-reverse .art-info-block-two {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
padding-right: 15px;
}
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right .art-post-sticky-right-data {
padding-left: 0;
}
.art-contact-info-widget .art-item .art-description {
padding: 0 24px;
}
}
@media (max-width: 991px) {
body:not(.elementor-editor-active) .story .wp-block-gallery,
body:not(.elementor-editor-active) .story .wp-block-image {
margin: 50px -15px;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
margin: 0 10px 10px 0;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation {
padding: 30px 0;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous {
width: 100%;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
padding-right: 200px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data {
padding-right: 0;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next {
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
position: relative;
padding-bottom: 30px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
padding-left: 200px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data {
padding-left: 0;
}
.woocommerce-page .woocommerce-products-header .page-description,
.woocommerce .woocommerce-products-header .page-description {
padding-right: 0;
}
.woocommerce-page .art-before-shop-loop,
.woocommerce .art-before-shop-loop {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.woocommerce-page .art-before-shop-loop .art-shop-cats,
.woocommerce .art-before-shop-loop .art-shop-cats {
width: auto;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: auto;
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset;
margin-bottom: 25px;
padding-bottom: 15px;
}
.woocommerce-page .art-before-shop-loop .art-shop-cats::-webkit-scrollbar,
.woocommerce .art-before-shop-loop .art-shop-cats::-webkit-scrollbar {
width: 0;
height: 0;
background: transparent;
}
.woocommerce-page .art-before-shop-loop .art-shop-cats::-webkit-scrollbar-thumb,
.woocommerce .art-before-shop-loop .art-shop-cats::-webkit-scrollbar-thumb {
background: transparent;
}
.woocommerce-page .art-before-shop-loop .art-shop-cats .categories,
.woocommerce .art-before-shop-loop .art-shop-cats .categories {
min-width: 870px;
}
.woocommerce-page .art-before-shop-loop .art-ordering-cart,
.woocommerce .art-before-shop-loop .art-ordering-cart {
width: 100%;
}
.woocommerce-page ul.products li.art-product-decorate-image, .woocommerce ul.products li.art-product-decorate-image img {
height: auto;
}
.woocommerce-page ul.products li.art-archive-head-data .art-head-data-description,
.woocommerce ul.products li.art-archive-head-data .art-head-data-description {
padding: 0 15px;
}
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals {
margin-top: 50px;
}
.art-woo-checkout-page .art-checkout-left {
margin-bottom: 44px;
}
.art-product-layout-classic .art-single-product-top .summary.entry-summary {
margin-top: 40px;
}
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-right {
padding-left: 40px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous,
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next {
display: block;
}
.art-section-about-me .art-about-me-left {
margin-bottom: 40px;
}
.art-section-about-me .art-about-me-left .about-image-one {
max-width: 62%;
}
.art-section-about-me .art-about-me-left .about-image-two {
max-width: 52%;
}
.art-section-about-me .art-about-me-right .art-about-me-right-data {
padding-left: 13px;
}
.art-section-about-me .art-about-me-right .art-section-about-me-link {
margin-top: 30px;
}
.art-testimonial-images-wrapper .art-left-side {
width: 420px;
max-width: 420px;
}
.art-testimonial-images-wrapper .art-right-side {
width: calc(100% - 400px);
}
.art-testimonial-images-wrapper .art-right-side .art-right-side-data {
margin-left: 20px;
}
.art-partners-wrapper {
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset;
overflow: auto;
}
.art-partners-wrapper::-webkit-scrollbar {
width: 0;
height: 0;
background: transparent;
}
.art-partners-wrapper::-webkit-scrollbar-thumb {
background: transparent;
}
.art-partners-wrapper .art-partner-item {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 225px;
min-width: 225px;
}
.art-filter-button-group-container {
overflow: auto;
}
.art-filter-button-group-container::-webkit-scrollbar {
width: 0;
height: 0;
background: transparent;
}
.art-filter-button-group-container::-webkit-scrollbar-thumb {
background: transparent;
}
.art-filter-button-group-container .art-portfolio-buttons-filter,
.art-filter-button-group-container .filter-button-group {
min-width: 800px;
}
.art-welcome-section .art-welcome-section-right .art-welcome-section-right-data .art-image-name-rotating {
display: none;
}
.art-program-info .art-program-info-row .art-program-info-one {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.art-program-info .art-program-info-row .art-program-info-one .art-program-info-data {
padding-right: 0;
}
.art-program-info .art-program-info-row .art-program-info-two {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-bottom: 40px;
}
.art-program-info .art-program-info-row.art-do-reverse .art-program-info-one {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.art-program-info .art-program-info-row.art-do-reverse .art-program-info-one .art-program-info-data {
padding-left: 0;
}
.art-text-list .art-text-list-one .art-text-list-data {
padding-right: 40px;
}
.art-image-text-section .art-program-info-row .art-program-info-one .art-program-info-data {
padding-right: 40px;
}
.art-image-text-section .art-program-info-row.art-do-reverse .art-program-info-one .art-program-info-data {
padding-left: 40px;
}
section.art-prices-page .art-prices-page-block .art-price-page-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price {
text-align: left;
}
section.art-prices-page .art-prices-page-block .art-price-page-content .price-page-content-title {
min-width: auto;
}
.art-blog-single-wrapper .art-single-blog-top {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-blog-single-wrapper .art-single-blog-top .art-single-post-left {
width: 100%;
min-height: 500px;
}
.art-blog-single-wrapper .art-single-blog-top .art-single-post-right {
width: 100%;
min-height: auto;
}
.art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data {
padding: 50px 15px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-post-the-content {
padding: 50px 15px;
}
.art-proofing-gallery-single .art-proofing-gallery-top-data {
text-align: center;
}
.art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-client,
.art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-date,
.art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-photo-count {
width: 100%;
margin-bottom: 16px;
padding: 0 25px;
}
.art-second-mobile-menu-wrapper {
width: 75%;
}
.art-full-screen-about-one .art-widget-description {
padding: 149px 15px 149px 15px;
}
.art-full-screen-about-one .art-image-name-rotating {
bottom: -45px;
right: 0;
}
.art-full-screen-about-two {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-full-screen-about-two .art-widget-image-block {
width: 100%;
min-height: 500px;
}
.art-full-screen-about-two .art-widget-description-wrapper {
width: 100%;
}
.art-full-screen-about-two .art-widget-description-wrapper .art-widget-description {
padding: 50px 15px 200px 15px;
}
.art-full-screen-contact {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-full-screen-contact .art-widget-image-block {
width: 100%;
min-height: 500px;
}
.art-full-screen-contact .art-widget-data-wrapper {
width: 100%;
}
.art-full-screen-contact .art-widget-data-wrapper .art-widget-data {
padding: 50px 15px 200px 15px;
}
.art-staff-section {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-staff-section .art-widget-image-block {
width: 100%;
min-height: 500px;
}
.art-staff-section .art-widget-staff-wrapper {
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 50px 0;
}
.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff:first-child {
padding-left: 0;
}
.art-staff-section.art-do-reverse .art-widget-staff-wrapper .art-widget-staff-container {
padding-right: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.art-blog-single-wrapper .art-single-blog-top {
min-height: unset;
}
.art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data {
min-height: 480px;
}
}
@media (max-width: 950px) {
.art-left-half-slider-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.art-left-half-slider-wrapper .art-half-slide-container-left {
width: 100%;
}
.art-left-half-slider-wrapper .art-left-slider-data {
width: 100%;
padding-top: 70px;
}
.art-half-slide-container-left .item-itself {
padding-right: 15px;
padding-left: 25px;
}
.art-half-slide-container-left .slick-dots {
right: 15px;
}
.art-right-half-slider-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.art-right-half-slider-wrapper .art-right-half-slider-data {
width: 100%;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
padding-top: 70px;
}
.art-right-half-slider-wrapper .art-half-slide-container-right {
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.art-right-half-slider-wrapper .art-half-slide-container-right .item-itself {
padding-left: 15px;
padding-right: 25px;
}
.art-right-half-slider-wrapper .art-half-slide-container-right .slick-dots {
left: 15px;
}
.art-mention .art-mention-content {
padding: 0 30px;
}
.zoom-anim-dialog.art-default-popap-one .art-hero-left {
display: none;
}
.zoom-anim-dialog.art-default-popap-one .art-hero-right {
padding: 97px 100px;
width: 100%;
}
.art-proofing-gallery-password .art-single-post-top .art-single-post-right .art-single-post-right-data {
padding: 0 55px;
}
}
@media (max-width: 876px) {
.zoom-anim-dialog.art-team-popap {
padding: 100px 30px;
}
}
@media (max-width: 800px) {
.art-second-mobile-menu-wrapper {
width: 100%;
}
}
@media (max-width: 782px) {
body.admin-bar .art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper {
padding: 59px 10px;
}
body.admin-bar header.art-header-one .art-header-one-content.art-sticky,
body.admin-bar header.art-header-two .art-header-two-content.art-sticky,
body.admin-bar header.art-header-three .art-header-three-content.art-sticky,
body.admin-bar header.art-header-four .art-header-four-content.art-sticky {
margin-top: 46px;
}
}
@media (min-width: 768px) {
.art-hero-header-beauty-additional {
display: none;
}
}
@media (max-width: 768px) {
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
text-align: right !important;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name,
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td {
padding: 15px;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name {
width: 100%;
}
.woocommerce .woocommerce-cart-form table.shop_table td {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove {
width: 100%;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove a.remove {
margin: 0 auto;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity {
margin: 0 0 0 auto;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity .minus {
padding: 10px 14px;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity .plus {
padding: 10px 14px;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity input[type="number"] {
height: 40px;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
margin-right: 20px;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
margin: 0 auto;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon .art-input-text-coupon {
width: 100%;
}
.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
width: auto;
margin: 0 auto;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions {
border-top: none;
padding: 15px;
}
}
@media (max-width: 767px) {
.art-default-page-custom-wrapper {
padding-top: 124px;
padding-bottom: 50px;
}
.art--aliment-mobile-left {
text-align: left;
}
.art--aliment-mobile-center {
text-align: center;
}
.art--aliment-mobile-right {
text-align: right;
}
header.art-header-one .art-header-one-content {
padding: 0 22px;
}
header.art-header-one .art-header-one-content .art-navigation-container .left-content {
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
}
header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container .light-logotype {
margin-left: 35px;
}
body.search-results .art-blog-default-wrapper .art-blog-default-top {
margin-bottom: 40px;
}
body.search-results .art-blog-default-wrapper .art-blog-default-top .art-search-result-title {
margin-bottom: 20px;
}
body.search-results .art-blog-search-result {
padding-top: 118px;
}
body.search-no-results .art-blog-search-result {
padding: 118px 0 50px 0;
}
.blog-comments-area .comment-list .comment .children {
margin-left: 30px;
}
.comment-respond form.comment-form .art-line-fields {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.comment-respond form.comment-form .form-submit {
margin-bottom: 80px;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-close {
right: 10px;
}
.widget.art-widget-request-form {
padding: 40px 0 50px 0;
}
.woocommerce-page .art-woo-archive-container,
.woocommerce .art-woo-archive-container {
margin-bottom: 50px;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p {
width: 100%;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_state_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_state_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_state_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_state_field {
width: 100%;
}
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_postcode_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_postcode_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_postcode_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_postcode_field {
width: 100%;
}
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-left {
display: none;
}
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-right {
padding-left: 0;
width: 100%;
}
.zoom-anim-dialog.art-default-popap-two {
padding: 50px 30px;
}
header.art-header-two .art-header-two-content .art-header-top {
padding: 0 22px;
}
header.art-header-two .art-header-two-content .art-header-top .art-header-top-center {
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.art-thank-you-page {
padding: 10px 0 5px 0;
}
.art-thank-you-page .art-thank-you-page-title {
margin: 24px 0 20px 0;
}
.art-thank-you-page .art-thank-you-page-description {
margin-bottom: 40px;
}
.art-404-page.art-default-page-custom-wrapper {
padding-top: 133px;
padding-bottom: 50px;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories-dropdown {
margin: 0 auto 50px auto;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
padding-right: 90px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
padding-left: 90px;
}
.art-hero-header .art-hero-header-data {
min-height: 420px;
}
.art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-hero-header-button-block {
display: block;
}
.art-portfolio-taxonomies {
display: none;
}
.art-portfolio-taxonomies.art-portfolio-taxonomies-mobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.art-testimonial-images-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-testimonial-images-wrapper .art-left-side {
width: 100%;
max-width: 100%;
}
.art-testimonial-images-wrapper .art-left-side .swiper-container-testimonial-image {
margin: 0 auto 40px auto;
}
.art-testimonial-images-wrapper .art-right-side {
width: 100%;
}
.art-testimonial-images-wrapper .art-right-side .art-right-side-data {
margin-left: 0;
}
.art-partners-wrapper .art-partner-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.art-info-section {
padding: 105px 0 105px 0;
}
.art-info-section .art-info-section-title {
font-size: 36px;
line-height: 54px;
letter-spacing: 0.02em;
}
body .story .art-info-section .art-info-section-title {
margin-bottom: 30px;
}
.art-insta-widget-wrapper {
padding: 0 0 28px 0;
}
footer.art-main-footer {
padding: 50px 0;
}
.art-filter-button-group-container .art-portfolio-buttons-filter,
.art-filter-button-group-container .filter-button-group {
margin-bottom: 40px;
min-width: 500px;
}
.art-filter-button-group-container .art-portfolio-buttons-filter .art-button-filter-item,
.art-filter-button-group-container .filter-button-group .art-button-filter-item {
margin: 0 15px;
}
.art-portfolio-grid {
margin-bottom: 20px;
}
.art-workshop-archive,
.art-portfolio-archive {
padding-bottom: 60px;
padding-top: 130px;
}
.art-workshop-item,
.art-portfolio-item {
margin-bottom: 40px;
}
.art-insta-widget-wrapper .art-details-insta-wrapper h3 {
margin-bottom: 28px;
}
.art-section-images-set {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 15px;
}
.art-section-images-set .art-set-image-one {
width: 27.69%;
margin-bottom: 30px;
}
.art-section-images-set .art-set-image-two {
width: 100%;
margin-right: 0;
}
.art-section-images-set .art-set-image-two .art-set-image-three {
width: 55%;
position: absolute;
bottom: calc(100% + 30px);
right: 0;
}
.art-section-images-set .art-set-image-four {
width: 61.53%;
}
.art-portfolio-single.story .art-portfolio-title {
margin-top: 50px;
}
.art-portfolio-single.story .art-portfolio-description {
margin-bottom: 50px;
}
.art-portfolio-single.story .art-portfolio-advices {
margin-bottom: 74px;
}
body .story .art-single-share-buttons {
margin-bottom: 80px;
}
body .story .art-single-popap-block {
margin-bottom: 20px;
}
.art-portfolio-single.story .art-portfolio-header-two {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 10px;
}
.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-left {
width: 100%;
height: 500px;
}
.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right {
width: 100%;
min-height: auto;
}
.art-portfolio-single.story .art-portfolio-header-two .art-single-portfolio-right .art-single-post-right-data {
padding: 40px 15px;
}
.art-welcome-section .art-welcome-section-left .art-welcome-image {
max-width: 100%;
margin-bottom: 40px;
}
.art-program-info .art-program-info-row { }
.art-program-info .art-program-info-row .art-program-info-two .art-program-images-container .art-program-image-one {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.art-program-info .art-program-info-row .art-program-info-two .art-program-images-container .art-program-image-two {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-bottom: 30px;
}
.art-text-list .art-text-list-one .art-text-list-data {
padding-right: 0;
margin-bottom: 40px;
}
.art-text-links .art-text-links-one .art-text-links-data {
padding-right: 0;
}
section.art-text-circle .art-text-circle-row .art-text-circle-two {
display: none;
}
.art-image-text-section .art-program-info-row .art-program-info-one {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.art-image-text-section .art-program-info-row .art-program-info-one .art-program-info-data {
padding-right: 0;
}
.art-image-text-section .art-program-info-row .art-program-info-two {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-bottom: 40px;
}
.art-image-text-section .art-program-info-row.art-do-reverse .art-program-info-one {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.art-image-text-section .art-program-info-row.art-do-reverse .art-program-info-one .art-program-info-data {
padding-left: 0;
}
.art-image-text-section .art-program-info-row.art-do-reverse .art-program-info-two {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-bottom: 40px;
}
section.art-text-blocks .art-text-blocks-one {
margin-bottom: 40px;
}
section.art-text-blocks .art-text-blocks-one .art-text-links-data {
padding-right: 0;
}
section.art-prices-page .art-prices-page-block {
padding: 40px 0 40px 0;
}
section.art-prices-page .art-prices-page-block .art-price-page-content .price-page-content-description {
margin-top: 2px;
}
section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price {
margin-top: 30px;
}
section.art-prices-page .art-prices-page-block .art-price-page-content .page-content-price .page-content-price-itself {
margin-bottom: 30px;
}
.art-post-header .art-post-header-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-post-header .art-post-header-content .art-post-header-left {
width: 100%;
height: 500px;
}
.art-post-header .art-post-header-content .art-post-header-right {
width: 100%;
min-height: auto;
}
.art-post-header .art-post-header-content .art-post-header-right .art-post-header-right-data {
padding: 40px 15px;
}
header.art-unordered-header .art-unordered-header-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
header.art-unordered-header .art-unordered-header-wrapper .art-unordered-left {
width: 35.56%;
padding-left: 15px;
padding-top: 0;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
header.art-unordered-header .art-unordered-header-wrapper .art-unordered-center {
width: 100%;
margin-bottom: 40px;
padding: 0 15px;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
header.art-unordered-header .art-unordered-header-wrapper .art-unordered-center h1 {
margin-bottom: 10px;
}
header.art-unordered-header .art-unordered-header-wrapper .art-unordered-center .art-unordered-center-description {
margin-top: 0;
}
header.art-unordered-header .art-unordered-header-wrapper .art-unordered-right {
width: 64.44%;
padding-right: 15px;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
header.art-unordered-header .art-unordered-header-wrapper .art-unordered-right .art-unordered-right-content {
width: 42.30%;
position: relative;
}
header.art-unordered-header .art-unordered-header-wrapper .art-unordered-right .art-unordered-right-content .unordered-header-image-two {
width: 60%;
}
.art-book-now-wrapper .art-book-now-submit {
width: 100%;
}
.art-book-now-wrapper .art-book-now-submit input {
width: 100%;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-bottom: 18px;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 30px;
}
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li {
margin-right: 0;
}
.art-blog-sticky-wrapper .art-blog-sticky-container {
padding-bottom: 60px;
}
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself {
margin-bottom: 60px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-post-tags,
.art-single-share-buttons {
margin-bottom: 50px;
}
.blog-comments-area .comments-title {
font-weight: 500;
font-size: 20px;
line-height: 29px;
text-align: center;
letter-spacing: 0.02em;
color: #000000;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts {
margin-top: 50px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-related-posts-title {
margin-bottom: 24px;
}
.blog-comments-area {
margin-top: 0;
}
.art-proofing-gallery-single .filter-button-group {
margin: 80px 0 40px 0;
overflow: auto;
}
.art-proofing-gallery-single .filter-button-group .art-button-filter-item {
margin: 0 15px;
}
.art-proofing-gallery-single .art-proofing-gallery-top-data {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center;
margin-bottom: 24px;
}
.art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-client,
.art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-date,
.art-proofing-gallery-single .art-proofing-gallery-top-data .art-proofing-top-photo-count {
width: 100%;
margin-bottom: 16px;
padding: 0;
}
.art-filter-button-group-container.art-proofing-filter-buttons-wrapper .filter-button-group {
min-width: 350px;
}
.art-proofing-gallery-password .art-single-post-top {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-proofing-gallery-password .art-single-post-top .art-single-post-left {
width: 100%;
min-height: 370px;
}
.art-proofing-gallery-password .art-single-post-top .art-single-post-right {
width: 100%;
min-height: 60vh;
padding: 50px 0;
}
.art-proofing-gallery-password .art-single-post-top .art-single-post-right .art-single-post-right-data {
padding: 0 15px;
}
.art-full-screen-block .art-image-name-rotating {
bottom: 19px;
right: 3px;
}
header.art-header-three .art-header-three-content {
padding: 0 4px 0 20px;
}
header.art-header-three .art-header-three-content .left-content {
padding-right: 31px;
}
header.art-header-four .art-header-four-content {
padding: 0 4px 0 20px;
}
header.art-header-four .art-header-four-content .art-navigation-container .menu-content-item {
display: none;
}
header.art-header-four .art-header-four-content .art-navigation-container .left-content {
padding-right: 31px;
}
.art-simple-portfolio-archive .art-simple-portfolio-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-main {
width: 100%;
min-height: 450px;
}
.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-other {
width: 100%;
}
.art-simple-portfolio-archive .art-simple-portfolio-container .art-simple-portfolio-other .art-portfolio-item {
width: 100%;
}
.art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-hero-header-two-title {
font-size: 24px;
line-height: 31px;
letter-spacing: 0.05em;
}
.art-ticker-section .art-ticker-field {
font-size: 36px;
line-height: 47px;
}
.art-text-line-popup .art-text-line {
font-size: 36px;
line-height: 47px;
letter-spacing: 0.02em;
border-bottom: 2px solid;
padding-bottom: 0;
}
.art-portfolio-archive.art-archive-photographers .art-hero-header {
margin-bottom: 50px;
}
.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data {
min-height: auto;
}
.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper {
padding: 166px 0 93px 0;
}
.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-portfolio-buttons-filter {
margin-bottom: 0;
}
.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-hero-header-two-title {
font-size: 24px;
line-height: 31px;
margin-bottom: 40px;
}
.art-portfolio-archive.art-archive-photographers .art-hero-header .art-hero-header-data .art-hero-header-two-wrapper .art-portfolio-buttons-filter .art-button-filter-item {
font-size: 18px;
line-height: 23px;
}
.art-portfolio-archive.art-archive-photographers {
padding-bottom: 50px;
}
.art-portfolio-archive.art-archive-photographers .art-portfolio-pagination-wrapper a {
margin-top: 0;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation ul.art--mobile-menu li {
margin-bottom: 10px;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation ul.art--mobile-menu li a {
font-size: 26px;
line-height: 54px;
}
body .art-portfolio-single-fourth {
padding: 124px 0 50px 0;
}
body .art-portfolio-single-fourth h1.art-post-title {
font-size: 24px;
line-height: 30px;
margin-bottom: 40px;
}
body .art-portfolio-single-fourth .art-portfolio-advices {
padding-top: 20px;
}
.art-map-contacts {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-map-contacts .art-widget-map-block {
width: 100%;
min-height: 400px;
}
.art-map-contacts .art-widget-contacts-block {
width: 100%;
}
.art-map-contacts .art-widget-contacts-block .art-widget-contacts-wrapper {
padding: 50px 15px;
}
footer.art-main-footer-second {
padding: 50px 0 50px 0;
}
footer.art-main-footer-second .art-main-footer-wrapper .art-head-footer-wrapper {
margin-bottom: 50px;
}
footer.art-main-footer-second .art-main-footer-wrapper .art-head-footer-wrapper .art-head-footer-title {
font-size: 24px;
line-height: 30px;
}
.blog-comments-area .comment-list .comment .comment-wrapper .comment-author {
display: none;
}
}
@media (max-width: 720px) {
.art-follow-subscribe-widget {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.art-follow-subscribe-widget .art-follow-side {
width: 100%;
}
.art-follow-subscribe-widget .art-subscribe-side {
width: 100%;
border-left: 0;
position: relative;
}
.art-follow-subscribe-widget .art-subscribe-side::before {
content: '';
width: 80%;
height: 1px;
background-color: #000;
position: absolute;
top: 0;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
#sb_instagram #sbi_images.art-big-image {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#sb_instagram #sbi_images.art-big-image .art-big-image {
width: 100%;
}
#sb_instagram #sbi_images.art-big-image .art-other-images {
width: 100%;
}
#sb_instagram #sbi_images.art-big-image .art-other-images .art-inst-item {
width: 50%;
}
#sb_instagram #sbi_images .art-other-images .art-inst-item {
width: 33.333333333%;
}
.art-team-partner-widget {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.art-team-partner-widget .art-team-side {
width: 100%;
padding: 40px;
}
.art-team-partner-widget .art-partner-side {
width: 100%;
position: relative;
border-left: none;
padding: 40px;
}
.art-team-partner-widget .art-partner-side::before {
content: '';
width: 80%;
height: 1px;
background-color: #000;
position: absolute;
top: 0;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
}
@media (max-width: 662px) {
.art_service_menu .art-service-menu-tabs {
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset;
}
.zoom-anim-dialog.art-default-popap-two .art-form-description {
padding: 0;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper nav.art--mobile-menu-navigation .art-mobile-menu-additional-info .menu-additional-info-left {
margin-bottom: 10px;
}
}
@media (max-width: 609px) {
.elementor .art-half-slide-container-left .item-itself {
padding: 0 15px;
}
.elementor .art-half-slide-container-right .item-itself {
padding: 0 15px;
}
.art-contact-info-widget .art-item .art-description {
padding: 0;
}
}
@media (max-width: 600px) {
.story .gallery.gallery-columns-2 .gallery-item {
width: 100%;
}
.story .gallery.gallery-columns-3 .gallery-item {
width: 100%;
}
.story .gallery.gallery-columns-4 .gallery-item {
width: 100%;
}
body.admin-bar header.art-header-one .art-header-one-content.art-sticky,
body.admin-bar header.art-header-two .art-header-two-content.art-sticky,
body.admin-bar header.art-header-three .art-header-three-content.art-sticky,
body.admin-bar header.art-header-four .art-header-four-content.art-sticky {
margin-top: 0;
}
.art-map-image-wrapper {
height: 320px !important;
}
.art-staff-section .art-widget-image-block {
min-height: 400px;
}
.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff {
width: auto;
padding-left: 0;
}
.art-staff-section .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff:first-child {
margin-bottom: 50px;
}
.art-staff-section.art-do-reverse .art-widget-staff-wrapper .art-widget-staff-container {
width: auto;
}
.art-staff-section.art-do-reverse .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff.art-no-title {
margin-bottom: 12px;
}
.art-staff-section.art-do-reverse .art-widget-staff-wrapper .art-widget-staff-container .art-widget-staff .art-widget-staff-title.art-widget-staff-no-title {
display: none;
}
}
@media (max-width: 575px) {
.art-mention .art-mention-content .art-mention-tabs {
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset;
}
.art-follow-subscribe-widget .art-subscribe-side {
padding-left: 20px;
padding-right: 20px;
}
.art-info-block-wrapper .art-info-block-two .art-widget-button {
text-align: center;
}
.wpcf7 form.wpcf7-form .three-fields-row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.wpcf7 form.wpcf7-form .three-fields-row .wpcf7-form-control-wrap {
width: 100%;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous {
margin-top: 30px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next::after {
content: '';
position: absolute;
height: 1px;
width: calc(100% + 30px);
bottom: 0;
left: 0;
margin: 0 -15px;
background-color: rgba(0, 0, 0, 0.1);
}
.zoom-anim-dialog.art-default-popap-one .art-hero-right {
padding: 97px 30px;
}
.zoom-anim-dialog .mfp-close::before {
top: 25px;
right: 25px;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
padding-right: 0;
}
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
padding-left: 0;
}
footer.art-main-footer .art-main-footer-wrapper .art-footer-menu ul.menu li {
width: 50%;
text-align: center;
}
}
@media (max-width: 500px) {
.art-service-menu-two .art-service-menu-two-tabs {
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: auto;
}
.blog-comments-area .comment-list .comment .children {
margin-left: 15px;
}
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
width: 100% !important;
}
.art-second-mobile-menu-wrapper .art-nav-container .art--second-menu-navigation-wrapper {
padding: 120px 30px 60px 30px;
}
}
@media (max-width: 491px) {
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
float: unset;
width: 100%;
}
.woocommerce form .form-row-last button,
.woocommerce-page form .form-row-last button {
width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
margin-right: 3px;
width: 100%;
}
}
@media (max-width: 400px) {
form.mc4wp-form .art-sub-inputs input[type=email] {
padding: 0 15px 0 15px;
}
form.mc4wp-form .art-sub-inputs input[type=submit] {
position: static;
width: 100%;
margin-top: 10px;
}
}
@media (max-width: 358px) {
.art-woo-side-cart .art-cart-side-header {
padding: 30px 15px 30px 50px;
}
.art-woo-side-cart .cart_item {
padding: 15px 30px 15px 50px;
}
.art-woo-side-cart .cart-collaterals {
padding: 19px 30px 30px 50px;
}
.art-woo-side-cart .cart-collaterals .cart_totals .art-cart-totals-bottom {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.art-woo-side-cart .cart-collaterals .cart_totals .art-cart-totals-bottom a:first-child {
margin-bottom: 10px;
}
}
@media (max-width: 338px) {
.art-woo-side-cart .art-cart-side-header {
padding: 30px 15px 30px 70px;
}
.art-woo-side-cart .cart_item {
padding: 15px 30px 15px 70px;
}
.art-woo-side-cart .cart-collaterals {
padding: 19px 30px 30px 70px;
}
}