@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@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 .hidden-fields-container {
display: none;
}
.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;
}
 .single_collection {  }
.single_collection .collection_intro {
background-color: #fcfcfc;
padding-top: 60px;
padding-bottom: 50px;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
text-align: center;
}
.single_collection .collection_intro .back_collections {
margin-bottom: 55px;
margin-top: 55px;
}
.single_collection .collection_intro .back_collections a {
font-size: 18px;
line-height: 22px;
color: #999999;
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;
}
.single_collection .collection_intro .back_collections a:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "";
padding-right: 7px;
font-size: 12px;
}
.single_collection .collection_intro .image img {
width: auto;
height: 615px;
}
@media (max-width: 768px) {
.single_collection .collection_intro .image img {
height: auto;
}
}
.single_collection .collection_intro .image .caption_img {
color: #888;
font-size: 15px;
padding-top: 12px;
}
.single_collection .collection_intro ul.buttons {
display: flex;
justify-content: center;
margin-top: 49px;
margin-bottom: 2px;
}
.single_collection .collection_intro ul.buttons > li {
list-style-type: none;
margin: 0 5px;
padding-top: 10px;
}
.single_collection .collection_intro ul.buttons > li i {
color: #555555;
padding: 10px;
border: 1px solid #e8e8e8;
}
.single_collection .collection_intro ul.buttons > li i:hover {
cursor: pointer;
background-color: #e5e5e5;
}
.single_collection .collection_intro ul.buttons .share {
position: relative;
}
.single_collection .collection_intro ul.buttons .share ul {
display: block;
padding: 0;
position: absolute;
top: 0;
left: 0;
transform: translate(0, -100%);
box-shadow: 0px 5px 30px 0px;
transition: 0.4s all ease;
z-index: -1;
opacity: 0;
}
.single_collection .collection_intro ul.buttons .share ul li {
list-style-type: none;
display: block;
background-color: #fff;
border: 1px solid #e8e8e8;
border-bottom: 0;
transition: 0.3s all ease;
}
.single_collection .collection_intro ul.buttons .share ul li:last-child {
border-bottom: 1px;
}
.single_collection .collection_intro ul.buttons .share ul li a {
display: block;
padding: 5px 20px;
color: #777777;
}
.single_collection .collection_intro ul.buttons .share ul li:hover {
background: #e8e8e8;
transition: 0.3s all ease;
}
.single_collection .collection_intro ul.buttons .share:hover ul {
z-index: 1;
opacity: 1;
transition: 0.4s all ease;
}
.single_collection .collection_content {
padding: 95px 220px 110px 220px;
}
.single_collection .collection_content .collection_top {
padding-bottom: 35px;
}
.single_collection .collection_content .collection_top .title_top {
font-size: 30px;
color: #000000;
margin-bottom: 7px;
margin-top: 0;
}
.single_collection .collection_content .collection_top .desc {
padding-bottom: 37px;
display: inline-flex;
}
@media (max-width: 1024px) {
.single_collection .collection_content .collection_top .desc {
display: inline-block;
}
}
.single_collection .collection_content .collection_top .desc .artist a {
color: #777777;
}
.single_collection .collection_content .collection_top .desc span.space {
color: #777777;
margin-left: -3px;
}
.single_collection .collection_content .collection_top .desc .year_number, .single_collection .collection_content .collection_top .desc .location {
color: #777777;
}
.single_collection .collection_content .collection_top .content {
font-size: 17px;
color: #555555;
border-top: solid 1px #e8e8e8;
padding-top: 25px;
letter-spacing: 0.02em;
}
.single_collection .collection_content .collection_mid {
padding-bottom: 57px;
}
.single_collection .collection_content .collection_mid ul {
padding: 0;
}
.single_collection .collection_content .collection_mid ul li {
display: flex;
list-style-type: none;
border-bottom: solid 1px #e8e8e8;
padding: 12px 0;
}
.single_collection .collection_content .collection_mid ul li:last-child {
border: 0;
}
.single_collection .collection_content .collection_mid ul li .title_mid {
width: 33%;
color: #25282e;
margin-bottom: 0;
}
.single_collection .collection_content .collection_mid ul li .value_mid {
color: #777777;
width: 67%;
}
.single_collection .collection_content .collection_mid ul li .value_mid a {
color: #777777;
}
.single_collection .collection_content .collection_mid ul li .value_mid span {
margin-left: -3px;
}
.single_collection .collection_content .collection_mid ul li .value_mid span:last-child {
display: none;
}
@media (max-width: 525px) {
.single_collection .collection_content .collection_mid ul li .title_mid {
width: 40%;
}
.single_collection .collection_content .collection_mid ul li .value_mid {
width: 60%;
}
}
.single_collection .collection_content .collection_bottom .card {
border-bottom: 0;
border-radius: 0;
}
.single_collection .collection_content .collection_bottom .card:last-child {
border-bottom: 1px solid #e8e8e8;
}
.single_collection .collection_content .collection_bottom .card button {
position: relative;
border: 0;
border-bottom: 1px solid #e8e8e8;
width: 100%;
background: #fff;
outline: 0;
text-align: left;
font-size: 20px;
padding: 28px 30px;
color: #25282e;
}
.single_collection .collection_content .collection_bottom .card button.collapsed {
border: 0;
}
.single_collection .collection_content .collection_bottom .card button.collapsed i {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
transform: rotate(-180deg);
color: #999999;
}
.single_collection .collection_content .collection_bottom .card button i {
transition: 0.5s all;
position: absolute;
right: 30px;
color: #999999;
margin-top: 2px;
}
.single_collection .collection_content .collection_bottom .card button:hover {
cursor: pointer;
background-color: #e8e8e8;
}
.single_collection .collection_content .collection_bottom .card .content {
padding: 25px 30px 30px 30px;
letter-spacing: 0.02em;
color: #555555;
}
@media (max-width: 1190px) {
.single_collection .collection_content {
padding-left: 0;
padding-right: 0;
}
} .wrap_archive_masonry {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}
.archive_collection .search_archive_coll {
margin-bottom: 60px;
margin-top: 56px;
}
@media (max-width: 1024px) {
.archive_collection .search_archive_coll {
padding-left: 10px;
padding-right: 10px;
}
}
.archive_collection .search_archive_coll #search_collection {
display: flex;
justify-content: center;
}
@media (max-width: 991.98px) {
.archive_collection .search_archive_coll #search_collection {
max-width: 100%;
width: 100%;
display: block;
}
}
@media (max-width: 991.98px) {
.archive_collection .search_archive_coll #search_collection .coll_artist, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search {
max-width: 100%;
width: 100%;
margin-bottom: 20px;
}
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default {
height: 100%;
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single {
border-color: #e8e8e8;
padding-left: 20px;
padding-right: 40px;
height: 50px;
border-right: 0;
display: flex;
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single:focus, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single:focus, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single:focus {
outline: none;
}
@media (max-width: 991.98px) {
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single {
border-right: 1px solid #e8e8e8;
justify-content: center;
}
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single .select2-selection__rendered, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single .select2-selection__rendered, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single .select2-selection__rendered {
text-align: center;
min-width: 180px;
padding: 0;
line-height: 50px;
font-size: 17px;
color: #25282e;
}
@media (max-width: 575px) {
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single .select2-selection__rendered, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single .select2-selection__rendered, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single .select2-selection__rendered {
padding-left: 25px;
padding-right: 25px;
}
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
outline: none;
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single .select2-selection__arrow, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single .select2-selection__arrow, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 50px;
top: -1px;
position: relative;
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single .select2-selection__arrow b, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single .select2-selection__arrow b, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single .select2-selection__arrow b {
position: relative;
top: 50%;
margin: 0;
padding: 0;
border: none;
width: 10px;
height: 10px;
left: 100%;
right: 0;
}
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single .select2-selection__arrow b:after, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single .select2-selection__arrow b:after, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
position: absolute;
right: 0;
font-family: "ElegantIcons";
font-size: 18px;
line-height: 18px;
font-weight: normal;
color: #25282e;
transform: translateY(-50%);
content: "3";
top: 50%;
margin-top: -1px;
}
@-moz-document url-prefix() {
.archive_collection .search_archive_coll #search_collection .coll_artist .select2-container--default .select2-selection--single .select2-selection__arrow b:after, .archive_collection .search_archive_coll #search_collection .ovacoll_location_search .select2-container--default .select2-selection--single .select2-selection__arrow b:after, .archive_collection .search_archive_coll #search_collection .ovacoll_type_search .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
margin-top: 5px;
}
}
.archive_collection .search_archive_coll #search_collection .ovacoll_submit {
height: 50px;
line-height: 50px;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.archive_collection .search_archive_coll #search_collection .ovacoll_submit:hover {
background: #c1b696;
border-color: #c1b696;
}
@media (max-width: 991.98px) {
.archive_collection .search_archive_coll #search_collection .ovacoll_submit {
width: 100%;
max-width: 100%;
}
}
.archive_collection .heading_archive_coll {
text-align: center;
}
@media (max-width: 1024px) {
.archive_collection .heading_archive_coll {
padding-left: 10px;
padding-right: 10px;
}
}
.archive_collection .heading_archive_coll .title_collection {
font-size: 60px;
color: #222428;
font-weight: 400;
margin-bottom: 14px;
margin-top: 95px;
}
.archive_collection .heading_archive_coll .desc_collection {
color: #888888;
font-size: 22px;
font-weight: 400;
}
.archive_collection .content_archive_coll.type1, .archive_collection .content_archive_coll.type2 {
margin-left: -5px;
margin-right: -5px;
}
@media (max-width: 1024px) {
.archive_collection .content_archive_coll.type1, .archive_collection .content_archive_coll.type2 {
margin-left: 0;
margin-right: 0;
}
}
.archive_collection .content_archive_coll.type1 .items_archive_coll, .archive_collection .content_archive_coll.type2 .items_archive_coll {
width: 33.333333%;
}
.archive_collection .content_archive_coll.type1 .items_archive_coll .wrapper-content, .archive_collection .content_archive_coll.type2 .items_archive_coll .wrapper-content {
padding-left: 20px;
padding-right: 20px;
}
@media (max-width: 1024px) {
.archive_collection .content_archive_coll.type1 .items_archive_coll .wrapper-content, .archive_collection .content_archive_coll.type2 .items_archive_coll .wrapper-content {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 992px) {
.archive_collection .content_archive_coll.type1 .items_archive_coll, .archive_collection .content_archive_coll.type2 .items_archive_coll {
width: 50%;
}
}
@media (max-width: 575px) {
.archive_collection .content_archive_coll.type1 .items_archive_coll, .archive_collection .content_archive_coll.type2 .items_archive_coll {
width: 100%;
}
}
.archive_collection .content_archive_coll.type1 .items_archive_coll .img, .archive_collection .content_archive_coll.type2 .items_archive_coll .img {
margin-bottom: 19px;
}
.archive_collection .content_archive_coll.type1 .items_archive_coll .img a, .archive_collection .content_archive_coll.type2 .items_archive_coll .img a {
width: 100%;
height: 100%;
display: block;
position: relative;
transition: 0.3s all linear;
}
.archive_collection .content_archive_coll.type1 .items_archive_coll .img a img, .archive_collection .content_archive_coll.type2 .items_archive_coll .img a img {
transition: 0.3s all linear;
}
.archive_collection .content_archive_coll.type1 .items_archive_coll .img a:hover img, .archive_collection .content_archive_coll.type2 .items_archive_coll .img a:hover img {
opacity: 0.9;
transition: 0.3s all linear;
}
.archive_collection .content_archive_coll.type1 .items_archive_coll .desc, .archive_collection .content_archive_coll.type2 .items_archive_coll .desc {
margin-bottom: 55px;
}
.archive_collection .content_archive_coll.type1 .items_archive_coll .desc .title, .archive_collection .content_archive_coll.type2 .items_archive_coll .desc .title {
font-size: 18px;
margin: 0;
margin-bottom: 5px;
}
.archive_collection .content_archive_coll.type1 .items_archive_coll .desc .title a, .archive_collection .content_archive_coll.type2 .items_archive_coll .desc .title a {
color: #25282e;
transition: 0.3s all linear;
}
.archive_collection .content_archive_coll.type1 .items_archive_coll .desc .title a:hover, .archive_collection .content_archive_coll.type2 .items_archive_coll .desc .title a:hover {
color: #c1b696;
transition: 0.3s all linear;
}
.archive_collection .content_archive_coll.type1 .items_archive_coll .desc .artists, .archive_collection .content_archive_coll.type2 .items_archive_coll .desc .artists {
font-size: 17px;
color: #777777;
}
.archive_collection .content_archive_coll.type1 .items_archive_coll .desc .artists a, .archive_collection .content_archive_coll.type2 .items_archive_coll .desc .artists a {
font-size: 17px;
color: #777777;
transition: 0.3s all linear;
}
.archive_collection .content_archive_coll.type1 .items_archive_coll .desc .artists a:hover, .archive_collection .content_archive_coll.type2 .items_archive_coll .desc .artists a:hover {
color: #c1b696;
transition: 0.3s all linear;
}
.archive_collection .content_archive_coll.type2 .items_archive_coll.element-items {
width: 50%;
}
@media (max-width: 768px) {
.archive_collection .content_archive_coll.type2 .items_archive_coll.element-items {
width: 100%;
}
}
.archive_collection .content_archive_coll.type2 .wrapper-content {
position: relative;
}
.archive_collection .content_archive_coll.type2 .wrapper-content .img {
margin-bottom: 41px;
}
@media (max-width: 1024px) {
.archive_collection .content_archive_coll.type2 .wrapper-content .img {
margin-bottom: 0;
}
}
.archive_collection .content_archive_coll.type2 .wrapper-content .desc {
position: absolute;
top: 15px;
bottom: 15px;
left: 30px;
right: 30px;
background: #fff;
margin-bottom: 0;
opacity: 0;
visibility: hidden;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
-webkit-transition: all 0.6s;
transition: all 0.6s;
padding: 0 15px;
text-align: center;
}
.archive_collection .content_archive_coll.type2 .wrapper-content .desc .title {
font-size: 20px;
width: 100%;
margin-bottom: 5px;
}
.archive_collection .content_archive_coll.type2 .wrapper-content .desc .title a {
color: #25282e;
transition: 0.3s all linear;
}
.archive_collection .content_archive_coll.type2 .wrapper-content .desc .title a:hover {
color: #c1b696;
transition: 0.3s all linear;
}
.archive_collection .content_archive_coll.type2 .wrapper-content .desc .artists {
margin-top: 11px;
width: 100%;
}
.archive_collection .content_archive_coll.type2 .wrapper-content .desc .artists a {
font-size: 17px;
color: #777777;
text-transform: capitalize;
}
@media (max-width: 1024px) {
.archive_collection .content_archive_coll.type2 .wrapper-content .desc .artists {
margin-top: 0;
}
}
@media (max-width: 1024px) {
.archive_collection .content_archive_coll.type2 .wrapper-content .desc {
position: static;
opacity: 1;
visibility: visible;
text-align: left;
margin-bottom: 55px;
padding: 15px;
}
}
.archive_collection .content_archive_coll.type2 .wrapper-content:hover .desc {
visibility: visible;
opacity: 1;
}
.archive_collection .content_archive_coll.element-wrapper.type2 {
margin-left: -20px;
margin-right: -20px;
}
@media (max-width: 1024px) {
.archive_collection .content_archive_coll.element-wrapper.type2 {
margin-left: -10px;
margin-right: -10px;
}
}
.archive_collection .blog_pagination {
margin-bottom: 84px;
}
.archive_collection .blog_pagination .pagination {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.archive_collection .blog_pagination .pagination li a {
border-radius: 0px;
margin-right: 0px;
color: #25282e;
font-size: 16px;
line-height: 22px;
width: 40px;
height: 40px;
padding: 0px;
border: 1px solid #e5e5e5;
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;
border-right: 0;
}
.archive_collection .blog_pagination .pagination li.next a {
border-right: 1px solid #e5e5e5;
}
.archive_collection .blog_pagination .pagination li.active a {
border: 1px solid #25282e;
background-color: #25282e;
color: #fff;
}
.archive_collection.type1 {
padding-bottom: 26px;
}
.archive_collection.type1 .blog_pagination {
margin-top: 6px;
}
.archive_collection.type2 {
padding-bottom: 47px;
}
.archive_collection.type2 .blog_pagination {
margin-top: 27px;
margin-bottom: 63px;
}
.archive.post-type-archive-collection .select2-container--open .select2-dropdown--below {
border: 1px solid #e8e8e8;
}
.search_not_found {
margin-bottom: 81px;
text-align: center;
margin-left: 20px;
} .heading_artist {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.heading_artist h2 {
font-size: 60px;
color: #fff;
padding: 114px 0px 127px 0;
margin-top: 0;
margin-bottom: 0;
line-height: 60px;
}
.single_artist {
padding-top: 110px; }
.single_artist .intro {
display: flex;
padding-bottom: 70px;
border-bottom: 1px solid #e8e8e8;
margin: 0 auto;
}
@media (max-width: 768px) {
.single_artist .intro {
flex-direction: column;
}
}
.single_artist .intro .image {
width: 50%;
}
@media (max-width: 768px) {
.single_artist .intro .image {
width: 100%;
margin: 0 auto;
}
}
.single_artist .intro .image img {
width: 100%;
}
.single_artist .intro .desc {
width: 50%;
padding-left: 60px;
}
@media (max-width: 768px) {
.single_artist .intro .desc {
width: 100%;
padding-left: 0;
}
}
.single_artist .intro .desc .name {
font-size: 50px;
color: #25282e;
line-height: 40px;
margin: 0;
}
@media (max-width: 768px) {
.single_artist .intro .desc .name {
font-size: 32px;
padding-top: 20px;
}
}
.single_artist .intro .desc .skill, .single_artist .intro .desc .phone, .single_artist .intro .desc .email {
font-size: 17px;
color: #777777;
transition: 0.3s all linear;
}
@media (max-width: 768px) {
.single_artist .intro .desc .skill, .single_artist .intro .desc .phone, .single_artist .intro .desc .email {
width: 100%;
}
}
.single_artist .intro .desc .email {
padding-left: 0;
position: relative;
}
.single_artist .intro .desc .email:after {
position: absolute;
content: "";
width: 100%;
height: 1px;
background-color: #c2c2c2;
bottom: -2px;
left: 0px;
transition: 0.3s all linear;
}
.single_artist .intro .desc .email:hover {
color: #c1b696;
transition: 0.3s all linear;
}
.single_artist .intro .desc .email:hover:after {
background-color: #c1b696;
}
.single_artist .intro .desc .skill {
margin-top: 20px;
}
.single_artist .intro .desc .content {
margin-top: 22px;
}
.single_artist .work .title {
font-size: 40px;
color: #25282e;
padding-top: 60px;
padding-bottom: 50px;
margin: 0 auto;
}
.single_artist .work .wrap_archive_masonry {
margin-bottom: 110px;
clear: both;
width: 100%;
display: table;
}
.single_artist .work .wrap_archive_masonry .wrap_items .items {
width: 24.5%;
display: inline-block;
float: left;
}
@media (max-width: 768px) {
.single_artist .work .wrap_archive_masonry .wrap_items .items {
width: 100%;
}
}
.single_artist .work .wrap_archive_masonry .wrap_items .items .wrapper-content {
display: block;
position: relative;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 30px;
}
@media (max-width: 425px) {
.single_artist .work .wrap_archive_masonry .wrap_items .items .wrapper-content {
margin-left: 10px;
margin-right: 10px;
}
}
.single_artist .work .wrap_archive_masonry .wrap_items .items .wrapper-content:before {
position: absolute;
content: "";
width: calc(100% - 30px);
height: calc(100% - 30px);
transition: 0.3s all linear;
top: 15px;
left: 15px;
}
.single_artist .work .wrap_archive_masonry .wrap_items .items .wrapper-content:hover:before {
background-color: #ffffff;
transition: 0.3s all linear;
}
.single_artist .work .wrap_archive_masonry .wrap_items .items .wrapper-content:hover div {
opacity: 1;
transition: 0.3s all linear;
}
.single_artist .work .wrap_archive_masonry .wrap_items .items .wrapper-content div {
position: absolute;
color: #25282e;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
text-align: center;
transition: 0.3s all linear;
width: 80%;
margin: 0 auto;
}
.single_artist .work .wrap_archive_masonry .wrap_items .items .wrapper-content div:hover {
color: #c1b696;
transition: 0.3s all linear;
} .archive_artist .heading_archive_artist {
text-align: center;
margin-bottom: 65px;
}
.archive_artist .heading_archive_artist .heading_artist {
font-size: 60px;
color: #222428;
font-weight: 400;
margin-bottom: 13px;
margin-top: 96px;
}
.archive_artist .heading_archive_artist .desc_artist {
color: #888888;
font-size: 22px;
font-weight: 400;
}
.archive_artist .content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-left: -20px;
margin-right: -20px;
padding-bottom: 40px;
}
@media (max-width: 600px) {
.archive_artist .content {
margin-left: 0;
margin-right: 0;
}
}
.archive_artist .content .items {
width: 33.33333%;
}
.archive_artist .content .items .wrap_item {
text-align: center;
margin-bottom: 65px;
padding-left: 20px;
padding-right: 20px;
}
.archive_artist .content .items .wrap_item img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
transition: 0.3s all ease;
}
@media (max-width: 600px) {
.archive_artist .content .items .wrap_item {
padding-left: 0;
padding-right: 0;
}
}
.archive_artist .content .items:hover img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
transition: 0.3s all ease;
}
@media (max-width: 768px) {
.archive_artist .content .items {
width: 50%;
}
}
@media (max-width: 600px) {
.archive_artist .content .items {
width: 100%;
}
}
.archive_artist .content .items .name {
color: #25282e;
font-size: 22px;
margin-top: 25px;
display: block;
transition: 0.3s all linear;
}
.archive_artist .content .items .name:hover {
color: #c1b696;
transition: 0.3s all linear;
}
.archive_artist .content .items .skill {
font-size: 17px;
display: block;
}
.archive_artist .content .items .contact {
margin-top: 6px;
display: inline-block;
color: #777777;
}
.archive_artist .content .items .contact .email {
position: relative;
color: #777777;
transition: 0.3s all linear;
}
.archive_artist .content .items .contact .email:after {
position: absolute;
content: "";
width: 100%;
height: 1px;
background-color: #c2c2c2;
bottom: -2px;
left: 0px;
}
.archive_artist .content .items .contact .email:hover {
color: #c1b696;
transition: 0.3s all linear;
}
.archive_artist .content .items .contact .email:hover:after {
background-color: #c1b696;
}
.archive_artist .content .items .contact .phone {
color: #777777;
transition: 0.3s all linear;
}
.archive_artist .content .items .contact .phone:hover {
color: #c1b696;
transition: 0.3s all linear;
}
.archive_artist.elementor-artists {
width: 100%;
}
.archive_artist.elementor-artists .elementor-heading {
margin: 0;
text-align: center;
font-size: 50px;
padding-bottom: 60px;
padding-top: 105px;
}
.archive_artist.elementor-artists .content {
margin-left: -20px;
margin-right: -20px;
padding-bottom: 0;
}
.archive_artist.elementor-artists .content .elementor-items {
padding-left: 20px;
padding-right: 20px;
margin-bottom: 52px;
}
.archive_artist.elementor-artists .content .elementor-items img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
transition: 0.5s all ease;
}
.archive_artist.elementor-artists .content .elementor-items:hover img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
transition: 0.5s all ease;
}
@media (max-width: 768px) {
.archive_artist.elementor-artists .content .elementor-items {
width: 50%;
}
}
@media (max-width: 600px) {
.archive_artist.elementor-artists .content .elementor-items {
width: 100%;
}
}
.archive_artist.elementor-artists .content .elementor-items .name {
display: none;
}
.archive_artist.elementor-artists .content .elementor-items .skill {
display: none;
}
.archive_artist.elementor-artists .content .elementor-items .contact {
display: none;
}
.archive_artist .blog_pagination {
margin-top: 40px;
margin-bottom: 69px;
}
.archive_artist .blog_pagination .pagination {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.archive_artist .blog_pagination .pagination li a {
border-radius: 0px;
margin-right: 0px;
color: #25282e;
font-size: 16px;
line-height: 22px;
width: 40px;
height: 40px;
padding: 0px;
border: 1px solid #e5e5e5;
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;
border-right: 0;
}
.archive_artist .blog_pagination .pagination li.next a {
border-right: 1px solid #e5e5e5;
}
.archive_artist .blog_pagination .pagination li.active a {
border: 1px solid #25282e;
background-color: #25282e;
color: #fff;
}

.single_event {
margin-top: 95px;
}
.single_event .title_top {
text-align: center;
width: 100%;
margin-bottom: 65px;
}
.single_event .title_top h1 {
color: #25282e;
font-size: 50px;
font-weight: 400;
margin-bottom: 21px;
margin-top: 43px;
}
.single_event .title_top .value_mid .event-date {
font-size: 20px;
color: #777777;
font-weight: 400;
}
.single_event .title_top .back_event {
font-size: 18px;
line-height: 22px;
color: #999999;
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;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.single_event .title_top .back_event:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "";
padding-right: 7px;
font-size: 12px;
}
.single_event .event_content {
margin-bottom: 105px;
}
@media (max-width: 768px) {
.single_event .event_content {
margin-bottom: 34px;
}
}
.single_event .event_content .event_intro {
padding-right: 6px;
}
@media (max-width: 768px) {
.single_event .event_content .event_intro {
padding-right: initial;
}
}
@media (max-width: 575px) {
.single_event .event_content .event_intro {
margin-bottom: 34px;
}
}
.single_event .event_content .content {
margin-top: 51px;
margin-bottom: 59px;
}
.single_event .event_content .content p {
font-size: 17px;
color: #555555;
line-height: 28px;
}
.single_event .event_content .tab-Location ul.nav {
border-bottom: 1px solid #e8e8e8;
}
.single_event .event_content .tab-Location ul.nav li.nav-item {
padding: 0 16px;
}
.single_event .event_content .tab-Location ul.nav li.nav-item:first-child {
padding-left: 0;
}
.single_event .event_content .tab-Location ul.nav li.nav-item a {
font-size: 20px;
color: #999999;
padding: 0;
position: relative;
padding-bottom: 14px;
border: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-transform: capitalize;
}
.single_event .event_content .tab-Location ul.nav li.nav-item a.active {
color: #25282e;
border: 0;
}
.single_event .event_content .tab-Location ul.nav li.nav-item a.active:after {
position: absolute;
content: "";
width: 100%;
left: 0;
background: #c1b696;
height: 2px;
bottom: -1px;
}
.single_event .event_content .tab-Location ul.nav li.nav-item a:after {
left: 0;
width: 0;
height: 2px;
bottom: 0;
background: #c1b696;
position: absolute;
content: "";
bottom: -1px;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.single_event .event_content .tab-Location ul.nav li.nav-item a:hover {
border: 0;
color: #25282e;
}
.single_event .event_content .tab-Location ul.nav li.nav-item a:hover:after {
width: 100%;
}
.single_event .event_content .tab-Location .tab-content {
margin-top: 40px;
}
.single_event .event_content .tab-Location .tab-content #location {
height: 360px;
}
.single_event .event_content .tab-Location .tab-content .contact .info-contact {
padding: 0;
}
.single_event .event_content .tab-Location .tab-content .contact .info-contact li {
list-style: none;
margin-bottom: 21px;
}
.single_event .event_content .tab-Location .tab-content .contact .info-contact li span {
font-size: 17px;
color: #25282e;
display: block;
line-height: 24px;
}
.single_event .event_content .tab-Location .tab-content .contact .info-contact li span.info {
color: #777777;
}
.single_event .event_content .tab-Location .tab-content .gallery-items {
margin-bottom: 30px;
}
.single_event .event_content .calendar-sync {
margin-top: 33px;
}
.single_event .event_content .calendar-sync .sync {
font-size: 17px;
color: #555555;
font-weight: 400;
}
.single_event .event_content .calendar-sync .sync a {
color: #555555;
margin-right: 11px;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.single_event .event_content .calendar-sync .sync a:hover {
opacity: 0.85;
}
.single_event .wrapper_order {
padding-left: 14px;
position: sticky;
top: 150px;
}
@media (max-width: 768px) {
.single_event .wrapper_order {
padding-left: initial;
}
}
.single_event .wrapper_order .order_ticket {
background: #25282e;
padding: 40px 40px 45px 40px;
}
.single_event .wrapper_order .order_ticket .button_order {
background: #fff;
color: #25282e;
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
height: 50px;
line-height: 50px;
-webkit-box-shadow: none;
box-shadow: none;
border: 0;
margin-bottom: 36px;
cursor: pointer;
width: 100%;
text-align: center;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.single_event .wrapper_order .order_ticket .button_order:focus {
outline: none;
}
.single_event .wrapper_order .order_ticket .button_order a {
color: #25282e;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.single_event .wrapper_order .order_ticket .button_order:hover {
background: #c1b696;
color: #fff;
}
.single_event .wrapper_order .order_ticket .button_order:hover a {
color: #fff;
}
.single_event .wrapper_order .order_ticket ul.info_order {
padding: 0;
}
.single_event .wrapper_order .order_ticket ul.info_order li {
list-style: none;
margin-bottom: 22px;
}
.single_event .wrapper_order .order_ticket ul.info_order li span {
font-size: 17px;
color: #888888;
font-weight: 400;
line-height: 24px;
display: block;
}
.single_event .wrapper_order .order_ticket ul.info_order li span.label {
color: #fff;
}
.single_event .wrapper_order .order_ticket ul.info_order li a {
color: #888888;
font-size: 17px;
font-weight: 400;
}
.single_event .wrapper_order .order_ticket .share_social {
display: flex;
align-items: center;
cursor: pointer;
position: relative;
padding-top: 17px;
width: fit-content;
}
.single_event .wrapper_order .order_ticket .share_social i {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background-color: #797c82;
color: #22262e;
border-radius: 50%;
margin-right: 10px;
}
.single_event .wrapper_order .order_ticket .share_social span {
color: #fff;
}
.single_event .wrapper_order .order_ticket .share_social .share-social-icons {
padding-left: 0px;
list-style-type: none;
background-color: #fff;
min-width: 160px;
-webkit-box-shadow: 0px 3px 15px -3px;
box-shadow: 0px 3px 15px -3px;
position: absolute;
bottom: 100%;
left: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.single_event .wrapper_order .order_ticket .share_social .share-social-icons li {
padding-left: 18px;
border-bottom: 1px solid #e8e8e8;
}
.single_event .wrapper_order .order_ticket .share_social .share-social-icons li a {
padding-bottom: 5px;
padding-top: 7px;
display: inline-block;
font-size: 15px;
line-height: 24px;
color: #777777;
}
.single_event .wrapper_order .order_ticket .share_social:hover .share-social-icons {
opacity: 1;
visibility: visible;
}
.next-prev-nav {
border-top: 1px solid #e8e8e8;
padding-top: 37px;
padding-bottom: 40px;
}
.next-prev-nav .nav-previous-post i, .next-prev-nav .nav-next-post i {
font-size: 45px;
color: #c1c2c3;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.next-prev-nav .nav-previous-post span, .next-prev-nav .nav-next-post span {
display: block;
}
.next-prev-nav .nav-previous-post span.label-event, .next-prev-nav .nav-next-post span.label-event {
font-size: 16px;
color: #999999;
line-height: 22px;
text-transform: uppercase;
margin-bottom: 5px;
}
.next-prev-nav .nav-previous-post span.second_font, .next-prev-nav .nav-next-post span.second_font {
font-size: 24px;
color: #25282e;
font-weight: 400;
line-height: 35px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.next-prev-nav .nav-previous-post span.second_font:hover, .next-prev-nav .nav-next-post span.second_font:hover {
color: #515358;
}
.next-prev-nav .nav-prev, .next-prev-nav .nav-next {
width: 50%;
}
@media (max-width: 767px) {
.next-prev-nav .nav-prev, .next-prev-nav .nav-next {
width: 100%;
}
}
@media (max-width: 767px) {
.next-prev-nav .nav-prev {
margin-bottom: 22px;
}
}
.next-prev-nav .nav-prev .nav-previous-post a {
padding-left: 62px !important;
display: block !important;
position: relative;
}
.next-prev-nav .nav-prev .nav-previous-post a i {
position: absolute;
left: 0;
top: 15%;
}
.next-prev-nav .nav-prev .nav-previous-post a i:hover {
transform: scale(1.1);
color: #000;
}
.next-prev-nav .nav-next .nav-next-post a {
padding-right: 62px !important;
display: block !important;
position: relative;
}
.next-prev-nav .nav-next .nav-next-post a i {
position: absolute;
right: 0;
top: 15%;
}
.next-prev-nav .nav-next .nav-next-post a i:hover {
transform: scale(1.1);
color: #000;
}
.heading_archive_event {
text-align: center;
padding-bottom: 62px;
padding-top: 100px;
}
.heading_archive_event .heading_event {
font-size: 60px;
color: #25282e;
line-height: 60px;
padding-bottom: 20px;
margin: 0;
}
.heading_archive_event .desc_event {
font-size: 22px;
color: #888888;
line-height: 32px;
width: 70%;
margin: 0 auto;
}
@media (max-width: 768px) {
.heading_archive_event .desc_event {
width: 100%;
}
}
.search_archive_event {
background-color: #e9ebed;
padding: 40px;
margin-bottom: 70px;
}
@media (max-width: 1190px) {
.search_archive_event {
padding-left: 20px;
padding-right: 20px;
}
}
.search_archive_event form {
display: flex;
justify-content: space-between;
}
@media (max-width: 768px) {
.search_archive_event form {
flex-direction: column;
align-items: center;
justify-content: center;
}
}
.search_archive_event form input, .search_archive_event form .ovaev_cat_search {
height: 50px;
display: inline-block;
}
.search_archive_event form .ovaev_cat_search {
width: 25%;
}
@media (max-width: 1024px) {
.search_archive_event form .ovaev_cat_search {
width: 25%;
}
}
@media (max-width: 768px) {
.search_archive_event form .ovaev_cat_search {
width: 280px;
margin-bottom: 20px;
}
}
.search_archive_event form .select2-selection {
outline: none;
height: 100%;
padding: 5px 30px 5px 10px;
border: 0;
background-image: url(/wp-content/plugins/ova-events/assets/img/arrow_down.png);
background-repeat: no-repeat;
background-position: 95% 50%;
}
.search_archive_event form .select2-selection .select2-selection__arrow {
height: 100%;
top: 0;
display: none;
}
.search_archive_event form .start_date, .search_archive_event form .end_date {
width: 25%;
position: relative;
}
@media (max-width: 1024px) {
.search_archive_event form .start_date, .search_archive_event form .end_date {
width: 25%;
}
}
@media (max-width: 768px) {
.search_archive_event form .start_date, .search_archive_event form .end_date {
width: 280px;
margin-bottom: 20px;
}
}
.search_archive_event form .start_date input, .search_archive_event form .end_date input {
border: 0;
width: 100%;
padding-left: 20px;
padding-right: 0;
background-image: url(/wp-content/plugins/ova-events/assets/img/arrow_down.png);
background-repeat: no-repeat;
background-position: 95% 50%;
}
.search_archive_event form .ovaev_submit {
width: 15%;
cursor: pointer;
transition: 0.3s all linear;
}
@media (max-width: 1024px) {
.search_archive_event form .ovaev_submit {
width: 20%;
}
}
@media (max-width: 768px) {
.search_archive_event form .ovaev_submit {
width: 280px;
}
}
.search_archive_event form .ovaev_submit:hover {
background-color: #c1b696;
border-color: #c1b696;
transition: 0.3s all linear;
}
.archive_event {
padding-bottom: 90px;
}
.archive_event .heading_event {
display: flex;
display: -webkit-flex;
justify-content: space-between;
align-items: center;
margin-bottom: 19px;
}
@media (max-width: 575px) {
.archive_event .heading_event {
display: block;
}
}
.archive_event .heading_event h2 {
font-size: 50px;
color: #25282e;
font-weight: 400;
margin-top: 0;
margin-bottom: 0;
}
@media (max-width: 575px) {
.archive_event .heading_event h2 {
font-size: 30px;
margin-bottom: 10px;
}
}
.archive_event .heading_event .sea_all_event {
background: url(/wp-content/plugins/ova-events/assets/img/see_all_arrow.png) no-repeat center right;
display: -webkit-flex;
display: flex;
align-items: center;
height: 32px;
}
@media (max-width: 575px) {
.archive_event .heading_event .sea_all_event {
justify-content: flex-end;
}
}
.archive_event .heading_event .sea_all_event a {
font-size: 17px;
color: #25282e;
font-weight: 400;
padding-right: 44px;
display: block;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.archive_event .heading_event .sea_all_event a:hover {
color: #c1b696;
}
.archive_event .content .desc .event_post .button_event {
display: inline-flex;
align-items: center;
}
.archive_event .content .desc .event_post .button_event .view_detail, .archive_event .content .desc .event_post .button_event .book {
padding-top: 8px;
padding-bottom: 6px;
color: #25282e;
font-size: 16px;
line-height: 22px;
border-width: 2px;
border-style: solid;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.archive_event .content .desc .event_post .button_event .view_detail {
background: #fff;
border-color: #e8e8e8;
padding-left: 29px;
padding-right: 29px;
margin-right: 11px;
font-weight: 400;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.archive_event .content .desc .event_post .button_event .view_detail:hover {
border-color: #c1b696;
color: #c1b696;
}
.archive_event .content .desc .event_post .button_event .book {
background: #25282e;
color: #fff;
padding-left: 22px;
padding-right: 22px;
font-weight: 500;
border-color: #25282e;
cursor: pointer;
}
.archive_event .content .desc .event_post .button_event .book:hover {
background: #c1b696;
border-color: #c1b696;
color: #fff;
}
.archive_event .content .desc .event_post .button_event .book.btn-free {
background: #e0e0e0;
color: #25282e;
border-color: #e0e0e0;
}
.archive_event .content .desc .event_post .button_event .book.btn-free:hover {
background: #c1b696;
border-color: #c1b696;
color: #fff;
}
.archive_event.type1 .content {
display: flex;
padding-top: 40px;
border-bottom: 1px solid #eeeeee;
}
.archive_event.type1 .content:first-child {
padding-top: 0;
}
.archive_event.type1 .content .date-event {
min-width: 200px;
padding-top: 6px;
}
.archive_event.type1 .content .date-event .date-month {
font-size: 45px;
color: #c1b696;
font-weight: 400;
display: block;
line-height: 22px;
margin-bottom: 5px;
}
.archive_event.type1 .content .date-event .date-month .month {
font-size: 15px;
color: #25282e;
font-weight: 500;
text-transform: uppercase;
margin-left: 8px;
}
.archive_event.type1 .content .date-event .weekday {
font-size: 20px;
color: #aaaaaa;
font-weight: 400;
text-transform: uppercase;
line-height: 22px;
}
@media (max-width: 767px) {
.archive_event.type1 .content .date-event {
display: none;
}
}
.archive_event.type1 .content .desc {
display: flex;
padding-bottom: 40px;
}
.archive_event.type1 .content .desc .event-thumbnail {
max-width: 210px;
width: 100%;
}
@media (max-width: 600px) {
.archive_event.type1 .content .desc .event-thumbnail {
max-width: 100%;
width: 100%;
}
}
.archive_event.type1 .content .desc .event_post {
padding-left: 39px;
}
@media (max-width: 600px) {
.archive_event.type1 .content .desc .event_post {
padding-left: 0;
}
}
.archive_event.type1 .content .desc .event_post .post_cat {
padding-top: 2px;
margin-bottom: 10px;
}
@media (max-width: 600px) {
.archive_event.type1 .content .desc .event_post .post_cat {
padding-top: 32px;
}
}
.archive_event.type1 .content .desc .event_post .post_cat span.event_type {
font-size: 16px;
color: #999999;
text-transform: uppercase;
font-weight: 400;
cursor: pointer;
}
.archive_event.type1 .content .desc .event_post .event_title {
font-size: 28px;
color: #25282e;
font-weight: 400;
margin-top: 0;
margin-bottom: 9px;
}
.archive_event.type1 .content .desc .event_post .event_title a {
color: #25282e;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.archive_event.type1 .content .desc .event_post .event_title a:hover {
color: #515358;
}
.archive_event.type1 .content .desc .event_post .time-event {
margin-bottom: 20px;
cursor: pointer;
}
.archive_event.type1 .content .desc .event_post .time-event span {
font-size: 18px;
color: #777777;
font-weight: 400;
}
@media (max-width: 600px) {
.archive_event.type1 .content .desc .event_post .time-event span {
display: none;
}
}
.archive_event.type1 .content .desc .event_post .time-event span.evn-mobile {
display: none;
}
@media (max-width: 600px) {
.archive_event.type1 .content .desc .event_post .time-event span.evn-mobile {
display: block;
}
}
.archive_event.type1 .content .desc .event_post .excerpt {
font-size: 17px;
color: #555555;
font-weight: 400;
line-height: 28px;
margin-bottom: 28px;
}
@media (max-width: 600px) {
.archive_event.type1 .content .desc {
display: block;
}
}
.archive_event.type1 .content .desc.extra {
border-top: 1px solid #eeeeee;
padding-top: 40px;
}
.archive_event.type1 .content.element-event:last-child {
border-bottom: 0;
}
.archive_event.type1 .content.element-event .desc {
padding-bottom: 0;
}
.archive_event.type1.element .content {
padding-bottom: 40px;
}
.archive_event.type1.element .content .desc .event_post .time-event {
margin-bottom: 25px;
}
.archive_event.type2 {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
padding-bottom: 30px;
}
@media (max-width: 1024px) {
.archive_event.type2 {
margin-left: -10px;
margin-right: -10px;
}
}
.archive_event.type2 .content {
flex: 0 0 33.33%;
max-width: 33.33%;
padding-right: 20px;
padding-left: 20px;
margin-bottom: 60px;
position: relative;
}
@media (max-width: 1024px) {
.archive_event.type2 .content {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 991px) {
.archive_event.type2 .content {
flex: 0 0 50%;
max-width: 50%;
}
}
@media (max-width: 767px) {
.archive_event.type2 .content {
flex: 0 0 100%;
max-width: 100%;
}
}
.archive_event.type2 .content .date-event {
position: absolute;
top: 20px;
display: flex;
}
.archive_event.type2 .content .date-event .date {
background: #c1b696;
color: #fff;
font-size: 20px;
padding: 4px 8px 2px;
}
.archive_event.type2 .content .date-event .month-year {
background: #fff;
color: #25282e;
font-size: 16px;
text-transform: uppercase;
padding: 5px 10px 3px;
}
.archive_event.type2 .content .date-event .month-year .month {
margin-right: 5px;
}
.archive_event.type2 .content .desc .event_post {
border: 1px solid #e8e8e8;
padding: 22px 25px 40px 25px;
text-align: left;
border-top: 0;
-webkit-transition: all 3s;
transition: all 0.3s;
}
@media (min-width: 1024px) and (max-width: 1099px) {
.archive_event.type2 .content .desc .event_post {
padding-left: 20px;
padding-right: 20px;
}
}
.archive_event.type2 .content .desc .event_post .post_cat .event_type {
font-size: 15px;
color: #999999;
text-transform: uppercase;
cursor: pointer;
}
.archive_event.type2 .content .desc .event_post .event_title {
font-size: 22px;
color: #25282e;
text-transform: capitalize;
margin-top: 11px;
margin-bottom: 10px;
}
.archive_event.type2 .content .desc .event_post .event_title a {
color: #25282e;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.archive_event.type2 .content .desc .event_post .event_title a:hover {
color: #515358;
}
.archive_event.type2 .content .desc .event_post .time-event {
line-height: 22px;
color: #777777;
font-size: 16px;
font-weight: 400;
cursor: pointer;
}
.archive_event.type2 .content .desc .event_post .button_event {
margin-top: 27px;
}
.archive_event.type3 {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
padding-bottom: 40px;
}
@media (max-width: 1024px) {
.archive_event.type3 {
margin-left: -10px;
margin-right: -10px;
}
}
.archive_event.type3 .content {
flex: 0 0 50%;
max-width: 50%;
padding-right: 15px;
padding-left: 15px;
position: relative;
margin-bottom: 50px;
}
@media (max-width: 1024px) {
.archive_event.type3 .content {
padding-left: 10px;
padding-right: 10px;
flex: 0 0 100%;
max-width: 100%;
}
}
.archive_event.type3 .content .date-event {
position: absolute;
top: 20px;
display: flex;
}
.archive_event.type3 .content .date-event .date {
background: #c1b696;
color: #fff;
font-size: 20px;
padding: 4px 8px 2px;
}
.archive_event.type3 .content .date-event .month-year {
background: #fff;
color: #25282e;
font-size: 16px;
text-transform: uppercase;
padding: 5px 10px 3px;
}
.archive_event.type3 .content .date-event .month-year .month {
margin-right: 5px;
}
.archive_event.type3 .content .desc {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.archive_event.type3 .content .desc .event-thumbnail {
flex: 0 0 45%;
max-width: 45%;
background-position: center center !important;
background-size: cover !important;
}
@media (max-width: 1024px) {
.archive_event.type3 .content .desc .event-thumbnail {
min-height: 350px;
}
}
@media (max-width: 640px) {
.archive_event.type3 .content .desc .event-thumbnail {
flex: 0 0 100%;
max-width: 100%;
min-height: 350px;
}
}
.archive_event.type3 .content .desc .event_post {
flex: 0 0 55%;
max-width: 55%;
}
@media (max-width: 640px) {
.archive_event.type3 .content .desc .event_post {
flex: 0 0 100%;
max-width: 100%;
}
}
.archive_event.type3 .content .desc .event_post {
padding: 26px 25px 39px 25px;
border: 1px solid #e8e8e8;
border-left: 0;
}
@media (max-width: 640px) {
.archive_event.type3 .content .desc .event_post {
border-left: 1px solid #e8e8e8;
border-top: 0;
}
}
.archive_event.type3 .content .desc .event_post h2.event_title {
font-size: 22px;
color: #25282e;
text-transform: capitalize;
margin-top: 0;
margin-bottom: 10px;
line-height: 26px;
}
.archive_event.type3 .content .desc .event_post h2.event_title a {
color: #25282e;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.archive_event.type3 .content .desc .event_post .time-event {
cursor: pointer;
line-height: 22px;
}
.archive_event.type3 .content .desc .event_post .time-event span {
font-size: 16px;
color: #777777;
}
.archive_event.type3 .content .desc .event_post .button_event {
margin-top: 27px;
}
.archive_event.element {
padding-bottom: 0;
}
.archive_event.event-slide-owl {
margin-left: 0;
margin-right: 0;
display: block;
position: relative;
}
.archive_event.event-slide-owl .content {
width: auto;
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
@media (max-width: 1500px) {
.archive_event.event-slide-owl .owl-nav {
display: none;
}
}
.archive_event.event-slide-owl .owl-nav .owl-prev {
position: absolute;
left: 0;
top: calc(50% - 25px);
transform: translate(-100%, -50%);
margin-left: -40px;
outline: none;
font-size: 45px;
color: #cccccc;
transition: 0.3s all linear;
}
.archive_event.event-slide-owl .owl-nav .owl-prev span {
display: none;
}
.archive_event.event-slide-owl .owl-nav .owl-prev:hover {
color: #25282e;
transition: 0.3s all linear;
}
.archive_event.event-slide-owl .owl-nav .owl-next {
position: absolute;
right: 0;
top: calc(50% - 25px);
transform: translate(100%, -50%);
margin-right: -40px;
outline: none;
font-size: 45px;
color: #cccccc;
transition: 0.3s all linear;
}
.archive_event.event-slide-owl .owl-nav .owl-next span {
display: none;
}
.archive_event.event-slide-owl .owl-nav .owl-next:hover {
color: #25282e;
transition: 0.3s all linear;
}
.archive_event.event-slide-owl .owl-dots {
display: none;
text-align: center;
}
@media (max-width: 1330px) {
.archive_event.event-slide-owl .owl-dots {
display: block;
}
}
.archive_event.event-slide-owl .owl-dots .owl-dot {
outline: 0;
}
.archive_event.event-slide-owl .owl-dots .owl-dot span {
width: 10px;
height: 10px;
display: inline-block;
background: #ccc;
border-radius: 100%;
margin: 0 5px;
transition: 0.3s all linear;
}
.archive_event.event-slide-owl .owl-dots .owl-dot.active span {
background: #c1b696;
}
.archive_event.event-slide-owl .owl-dots .owl-dot:hover span {
background: #c1b696;
transition: 0.3s all linear;
}
.archive_event .search_not_found {
margin-bottom: 0;
text-align: center;
margin-left: 0;
width: 100%;
}
.archive_event .blog_pagination {
margin-top: 69px;
margin-bottom: 24px;
width: 100%;
}
.archive_event .blog_pagination .pagination {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.archive_event .blog_pagination .pagination li a {
border-radius: 0px;
margin-right: 0px;
color: #25282e;
font-size: 16px;
line-height: 22px;
width: 40px;
height: 40px;
padding: 0px;
border: 1px solid #e5e5e5;
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;
border-right: 0;
}
.archive_event .blog_pagination .pagination li.next a {
border-right: 1px solid #e5e5e5;
}
.archive_event .blog_pagination .pagination li.active a {
border: 1px solid #25282e;
background-color: #25282e;
color: #fff;
}
.archive_event.type2 .blog_pagination {
margin-top: 9px;
margin-bottom: 84px;
}
.archive_event.type3 .blog_pagination {
margin-top: 19px;
margin-bottom: 74px;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/wp-content/plugins/ova-events/assets/libs/owl-carousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/wp-content/plugins/ova-events/assets/libs/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

.single_exhibition {
margin-top: 96px;
border-bottom: 1px solid #e8e8e8;
}
.single_exhibition .title_top {
text-align: center;
width: 100%;
margin-bottom: 65px;
}
.single_exhibition .title_top h1 {
color: #25282e;
font-size: 50px;
font-weight: 400;
margin-bottom: 21px;
margin-top: 43px;
}
.single_exhibition .title_top .value_mid .exhibition-date {
font-size: 20px;
color: #777777;
font-weight: 400;
}
.single_exhibition .title_top .back_event {
font-size: 18px;
line-height: 22px;
color: #999999;
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;
-webkit-transition: all 0.3s;
}
.single_exhibition .title_top .back_event:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "";
padding-right: 7px;
font-size: 12px;
}
.single_exhibition .title_top .back_event:hover {
color: #c1b696;
}
.single_exhibition .exhibition_content {
display: flex;
}
@media (max-width: 768px) {
.single_exhibition .exhibition_content {
display: block;
}
}
.single_exhibition .exhibition_content .wrap_content {
width: 807px;
padding-right: 40px;
}
@media (max-width: 768px) {
.single_exhibition .exhibition_content .wrap_content {
padding-right: 0;
width: 100%;
}
}
.single_exhibition .exhibition_content .line {
width: 363px;
position: relative;
}
@media (max-width: 768px) {
.single_exhibition .exhibition_content .line {
width: 100%;
}
}
.single_exhibition .exhibition_content .line .wrapper_order {
padding-left: 40px;
padding-bottom: 40px;
position: sticky;
top: 170px;
bottom: auto;
}
.single_exhibition .exhibition_content .line .wrapper_order:before {
position: absolute;
content: "";
width: 1px;
background-color: #dfdfdf;
left: 0;
top: 0;
height: 673px;
}
@media (max-width: 768px) {
.single_exhibition .exhibition_content .line .wrapper_order:before {
content: none;
}
}
@media (max-width: 768px) {
.single_exhibition .exhibition_content .line .wrapper_order {
padding-left: 0;
padding-bottom: 60px;
}
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .member, .single_exhibition .exhibition_content .line .wrapper_order .order_ticket .button_order {
height: 50px;
line-height: 50px;
border-width: 2px;
border-style: solid;
font-size: 16px;
display: inline;
display: flex;
justify-content: center;
text-transform: uppercase;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .member:hover, .single_exhibition .exhibition_content .line .wrapper_order .order_ticket .button_order:hover {
background: #c1b696;
border-color: #c1b696;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .member {
margin-bottom: 20px;
color: #25282e;
border-color: #e5e5e5;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .member:hover {
color: #fff;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .button_order {
background: #25282e;
border-color: #25282e;
color: #fff;
font-weight: 500;
margin-bottom: 35px;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket ul.info_order {
padding: 0;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket ul.info_order li {
list-style: none;
margin-bottom: 22px;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket ul.info_order li span {
font-size: 17px;
color: #777777;
font-weight: 400;
line-height: 24px;
display: block;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket ul.info_order li span.label {
color: #25282e;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket ul.info_order li a {
color: #777777;
font-size: 17px;
font-weight: 400;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social {
display: flex;
align-items: center;
cursor: pointer;
position: relative;
padding-top: 17px;
width: fit-content;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social i {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background-color: #bfbfbf;
color: #fff;
border-radius: 50%;
margin-right: 10px;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social:hover i {
background: #c1b696;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social span {
color: #222428;
font-size: 16px;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social .share-social-icons {
padding-left: 0px;
list-style-type: none;
background-color: #fff;
min-width: 160px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
position: absolute;
bottom: 100%;
left: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social .share-social-icons li {
padding-left: 18px;
border-bottom: 1px solid #e8e8e8;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social .share-social-icons li a {
padding-bottom: 8px;
padding-top: 8px;
display: inline-block;
font-size: 15px;
line-height: 24px;
color: #777777;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social .share-social-icons li:hover a {
color: #c1b696;
}
.single_exhibition .exhibition_content .line .wrapper_order .order_ticket .share_social:hover .share-social-icons {
opacity: 1;
visibility: visible;
}
.gallery_exhibition .titlte_glr h3 {
font-size: 40px;
color: #25282e;
text-transform: capitalize;
font-weight: 400;
margin-top: 29px;
margin-bottom: 42px;
}
.gallery_exhibition .gallery_slide {
background: #25282e;
padding: 130px 0 80px 369px;
position: relative;
}
@media (max-width: 1499px) {
.gallery_exhibition .gallery_slide {
padding-left: 40px;
padding-right: 40px;
}
}
@media (max-width: 1024px) {
.gallery_exhibition .gallery_slide {
padding-left: 10px;
padding-right: 10px;
}
}
.gallery_exhibition .gallery_slide .items {
cursor: pointer;
}
.gallery_exhibition .gallery_slide .owl-nav {
position: absolute;
top: 45px;
}
.gallery_exhibition .gallery_slide .owl-nav .owl-prev:focus, .gallery_exhibition .gallery_slide .owl-nav .owl-next:focus {
outline: none;
}
.gallery_exhibition .gallery_slide .owl-nav .owl-prev span, .gallery_exhibition .gallery_slide .owl-nav .owl-next span {
display: none;
}
.gallery_exhibition .gallery_slide .owl-nav .owl-prev {
background: url(/wp-content/plugins/ova-exhibition/assets/img/arrow-left.png) no-repeat center left;
width: 42px;
height: 42px;
margin-right: 5px;
}
.gallery_exhibition .gallery_slide .owl-nav .owl-next {
background: url(/wp-content/plugins/ova-exhibition/assets/img/arrow-right.png) no-repeat center right;
width: 42px;
height: 42px;
margin-left: 5px;
}
.gallery_exhibition .gallery_slide .owl-stage {
display: -webkit-box !important;
display: -moz-box !important;
display: -ms-box !important;
display: box !important;
}
.related_post {
border-bottom: 1px solid #e8e8e8;
padding-bottom: 39px;
}
.related_post .related_ex h2 {
font-size: 40px;
color: #25282e;
font-weight: 400;
text-transform: capitalize;
margin-top: 111px;
margin-bottom: 50px;
}
.related_ex .wrap-content, .exhibition_arc .wrap-content {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-left: -20px;
margin-right: -20px;
}
@media (max-width: 1024px) {
.related_ex .wrap-content, .exhibition_arc .wrap-content {
margin-left: -10px;
margin-right: -10px;
}
}
.related_ex .wrap-content .post-items, .exhibition_arc .wrap-content .post-items {
width: 33.33333%;
text-align: left;
margin-bottom: 65px;
padding-left: 20px;
padding-right: 20px;
}
@media (max-width: 1024px) {
.related_ex .wrap-content .post-items, .exhibition_arc .wrap-content .post-items {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 768px) {
.related_ex .wrap-content .post-items, .exhibition_arc .wrap-content .post-items {
width: 50%;
}
}
@media (max-width: 767px) {
.related_ex .wrap-content .post-items, .exhibition_arc .wrap-content .post-items {
width: 100%;
}
}
.related_ex .wrap-content .post-items a img, .exhibition_arc .wrap-content .post-items a img {
transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
-webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
opacity: 1;
}
@media (max-width: 768px) {
.related_ex .wrap-content .post-items a img, .exhibition_arc .wrap-content .post-items a img {
width: 100%;
}
}
.related_ex .wrap-content .post-items a:hover img, .exhibition_arc .wrap-content .post-items a:hover img {
opacity: 0.85;
}
.related_ex .wrap-content .post-items .content, .exhibition_arc .wrap-content .post-items .content {
padding-top: 32px;
}
.related_ex .wrap-content .post-items .content h3, .exhibition_arc .wrap-content .post-items .content h3 {
font-size: 28px;
font-weight: 400;
margin-bottom: 12px;
margin-top: 10px;
}
.related_ex .wrap-content .post-items .content h3 a, .exhibition_arc .wrap-content .post-items .content h3 a {
color: #25282e;
-webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.related_ex .wrap-content .post-items .content h3 a:hover, .exhibition_arc .wrap-content .post-items .content h3 a:hover {
color: #515358;
}
.related_ex .wrap-content .post-items .content .singular_name, .exhibition_arc .wrap-content .post-items .content .singular_name {
color: #999999;
font-size: 16px;
text-transform: uppercase;
}
.related_ex .wrap-content .post-items .content .times span, .exhibition_arc .wrap-content .post-items .content .times span {
font-size: 18px;
color: #777777;
}
.next-prev-nav {
border-top: 1px solid #e8e8e8;
padding-top: 37px;
padding-bottom: 40px;
}
.next-prev-nav .nav-previous-post i, .next-prev-nav .nav-next-post i {
font-size: 45px;
color: #c1c2c3;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.next-prev-nav .nav-previous-post span, .next-prev-nav .nav-next-post span {
display: block;
}
.next-prev-nav .nav-previous-post span.label-event, .next-prev-nav .nav-next-post span.label-event {
font-size: 16px;
color: #999999;
line-height: 22px;
text-transform: uppercase;
margin-bottom: 5px;
}
.next-prev-nav .nav-previous-post span.second_font, .next-prev-nav .nav-next-post span.second_font {
font-size: 24px;
color: #25282e;
font-weight: 400;
line-height: 35px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.next-prev-nav .nav-previous-post span.second_font:hover, .next-prev-nav .nav-next-post span.second_font:hover {
color: #515358;
}
.next-prev-nav .nav-prev, .next-prev-nav .nav-next {
width: 50%;
}
@media (max-width: 767px) {
.next-prev-nav .nav-prev, .next-prev-nav .nav-next {
width: 100%;
}
}
@media (max-width: 767px) {
.next-prev-nav .nav-prev {
margin-bottom: 22px;
}
}
.next-prev-nav .nav-prev .nav-previous-post a {
padding-left: 62px !important;
display: block !important;
position: relative;
}
.next-prev-nav .nav-prev .nav-previous-post a i {
position: absolute;
left: 0;
top: 15%;
}
.next-prev-nav .nav-prev .nav-previous-post a i:hover {
transform: scale(1.1);
color: #000;
}
.next-prev-nav .nav-next .nav-next-post a {
padding-right: 62px !important;
display: block !important;
position: relative;
}
.next-prev-nav .nav-next .nav-next-post a i {
position: absolute;
right: 0;
top: 15%;
}
.next-prev-nav .nav-next .nav-next-post a i:hover {
transform: scale(1.1);
color: #000;
}
.exhibition_arc {
padding-bottom: 16px;
}
.exhibition_arc.element_exh {
padding-bottom: 0;
}
.exhibition_arc .heading_archive_exh {
text-align: center;
margin-bottom: 60px;
}
.exhibition_arc .heading_archive_exh .title_exh {
font-size: 60px;
color: #25282e;
font-weight: 400;
margin-bottom: 14px;
margin-top: 96px;
}
.exhibition_arc .heading_archive_exh .desc_exh {
padding-left: 150px;
padding-right: 150px;
font-size: 22px;
color: #888888;
}
@media (max-width: 768px) {
.exhibition_arc .heading_archive_exh .desc_exh {
padding-left: 0;
padding-right: 0;
}
}
.exhibition_arc .wrap-content .post-items a img {
transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
-webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
opacity: 1;
}
.exhibition_arc .wrap-content .post-items a:hover img {
opacity: 0.85;
}
.exhibition_arc .wrap-content .post-items .content {
padding-top: 24px;
}
.exhibition_arc .wrap-content .post-items.ex2_columns {
width: 50%;
}
@media (max-width: 767px) {
.exhibition_arc .wrap-content .post-items.ex2_columns {
width: 100%;
}
}
.exhibition_arc .wrap-content .post-items.ex3_columns {
width: 33.3333%;
}
@media (max-width: 768px) {
.exhibition_arc .wrap-content .post-items.ex3_columns {
width: 50%;
}
}
@media (max-width: 767px) {
.exhibition_arc .wrap-content .post-items.ex3_columns {
width: 100%;
}
}
.exhibition_arc .wrap-content .post-items.ex4_columns {
width: 25%;
}
@media (max-width: 768px) {
.exhibition_arc .wrap-content .post-items.ex4_columns {
width: 50%;
}
}
@media (max-width: 767px) {
.exhibition_arc .wrap-content .post-items.ex4_columns {
width: 100%;
}
}
.exhibition_arc .wrap-content .post-items.list {
display: flex;
flex-wrap: wrap;
width: 100%;
margin-bottom: 60px;
}
.exhibition_arc .wrap-content .post-items.list .img-exhibition {
max-width: 31%;
width: 100%;
}
@media (max-width: 767px) {
.exhibition_arc .wrap-content .post-items.list .img-exhibition {
max-width: 100%;
}
}
.exhibition_arc .wrap-content .post-items.list .content {
padding: 0 40px;
max-width: 69%;
width: 100%;
}
@media (max-width: 767px) {
.exhibition_arc .wrap-content .post-items.list .content {
max-width: 100%;
padding: 0;
}
}
.exhibition_arc .wrap-content .post-items.list .content h3 {
margin-top: 20px;
margin-bottom: 7px;
font-size: 32px;
}
.exhibition_arc .wrap-content.owl-carousel {
margin-left: 0;
margin-right: 0;
display: block;
position: relative;
}
@media (max-width: 1500px) {
.exhibition_arc .wrap-content.owl-carousel .owl-nav {
display: none;
}
}
.exhibition_arc .wrap-content.owl-carousel .owl-nav .owl-prev {
position: absolute;
left: 0;
transform: translate(-100%, -50%);
margin-left: -50px;
outline: none;
font-size: 45px;
color: #cccccc;
transition: 0.3s all linear;
top: 136px;
}
.exhibition_arc .wrap-content.owl-carousel .owl-nav .owl-prev:hover {
color: #25282e;
transition: 0.3s all linear;
}
.exhibition_arc .wrap-content.owl-carousel .owl-nav .owl-prev span {
display: none;
}
.exhibition_arc .wrap-content.owl-carousel .owl-nav .owl-next {
position: absolute;
right: 0;
transform: translate(100%, -50%);
margin-right: -50px;
outline: none;
font-size: 45px;
color: #cccccc;
transition: 0.3s all linear;
top: 136px;
}
.exhibition_arc .wrap-content.owl-carousel .owl-nav .owl-next:hover {
color: #25282e;
transition: 0.3s all linear;
}
.exhibition_arc .wrap-content.owl-carousel .owl-nav .owl-next span {
display: none;
}
.exhibition_arc .wrap-content.owl-carousel .owl-dots {
display: none;
text-align: center;
}
@media (max-width: 1500px) {
.exhibition_arc .wrap-content.owl-carousel .owl-dots {
display: block;
padding-bottom: 50px;
}
}
.exhibition_arc .wrap-content.owl-carousel .owl-dots .owl-dot {
outline: 0;
}
.exhibition_arc .wrap-content.owl-carousel .owl-dots .owl-dot span {
width: 10px;
height: 10px;
display: inline-block;
background: #ccc;
border-radius: 100%;
margin: 0 5px;
transition: 0.3s all linear;
}
.exhibition_arc .wrap-content.owl-carousel .owl-dots .owl-dot.active span {
background: #c1b696;
}
.exhibition_arc .wrap-content.owl-carousel .owl-dots .owl-dot:hover span {
background: #c1b696;
transition: 0.3s all linear;
}
.exhibition_arc .wrap-content.owl-carousel .post-items {
width: auto;
padding-left: 0;
padding-right: 0;
}
.exhibition_arc .wrap-content.owl-carousel .post-items h3 {
margin-top: 0;
}
.exhibition_arc .wrap-content ul.nav-tabs {
justify-content: center;
width: 100%;
margin-bottom: 60px;
border-bottom: 1px solid #e8e8e8;
}
.exhibition_arc .wrap-content ul.nav-tabs li {
padding: 0 15px;
}
.exhibition_arc .wrap-content ul.nav-tabs li a {
font-size: 20px;
color: #999999;
border: 0;
text-transform: capitalize;
padding: 0;
padding-bottom: 20px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.exhibition_arc .wrap-content ul.nav-tabs li a.active {
border: 0;
border-bottom: 1px solid #c1b696;
color: #25282e;
}
.exhibition_arc .wrap-content.element-arc {
display: block;
margin-left: 0;
margin-right: 0;
}
.exhibition_arc .wrap-content.element-arc .tab-content {
display: flex;
display: -webkit-flex;
margin-left: -15px;
margin-right: -15px;
flex-wrap: wrap;
}
@media (max-width: 1024px) {
.exhibition_arc .wrap-content.element-arc .tab-content {
margin-right: -10px;
margin-left: -10px;
}
}
.exhibition_arc .ova_more_post {
display: inline-block;
width: 100%;
text-align: center;
}
.exhibition_arc .ova_more_post .load-more {
height: 50px;
line-height: 50px;
border: 1px solid #e5e5e5;
padding: 14px 69px 13px 69px;
font-size: 17px;
color: #25282e;
text-transform: capitalize;
-webkit-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
}
.exhibition_arc .ova_more_post .load-more:hover {
background: #c1b696;
border-color: #c1b696;
color: #fff;
}
.exhibition_arc .ova_more_post .image-loadmore {
display: none;
}
.exhibition_arc .ova-nodata, .exhibition_arc .ova-noload {
width: 100%;
text-align: center;
display: none;
}
.exhibition_arc .ova-nodata span, .exhibition_arc .ova-noload span {
height: 50px;
line-height: 50px;
border: 1px solid #e5e5e5;
padding: 14px 69px 13px 69px;
font-size: 17px;
color: #25282e;
text-transform: capitalize;
-webkit-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
}
.exhibition_arc .ova-nodata span:hover, .exhibition_arc .ova-noload span:hover {
background: #c1b696;
border-color: #c1b696;
color: #fff;
}
.exhibition_arc .blog_pagination {
margin-top: 0px;
margin-bottom: 98px;
width: 100%;
}
.exhibition_arc .blog_pagination .pagination {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.exhibition_arc .blog_pagination .pagination li a {
border-radius: 0px;
margin-right: 0px;
color: #25282e;
font-size: 16px;
line-height: 22px;
width: 40px;
height: 40px;
padding: 0px;
border: 1px solid #e5e5e5;
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;
border-right: 0;
}
.exhibition_arc .blog_pagination .pagination li.next a {
border-right: 1px solid #e5e5e5;
}
.exhibition_arc .blog_pagination .pagination li.active a {
border: 1px solid #25282e;
background-color: #25282e;
color: #fff;
}: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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}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,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}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}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}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;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}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{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,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}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-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:.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:.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:.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:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.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:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.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:10px;padding-left:10px;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:1140px}}.container-fluid{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.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%;padding-right:10px;padding-left:10px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.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{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-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{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-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{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-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{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-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%;margin-bottom:1rem;background-color:transparent}.table th,.table td{padding:.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:.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-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#7abaff}.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-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#b3b7bb}.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-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#8fd19e}.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-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#86cfda}.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-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffdf7e}.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-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#ed969e}.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-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#fbfcfc}.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-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#95999c}.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%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media screen and (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,0.25)}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}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:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.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,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;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:.3rem;margin-left:-1.25rem}.form-check-input:disabled ~ .form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,0.9);border-radius:.25rem}.was-validated .form-control:valid,.form-control.is-valid{border-color:#28a745;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right calc(2.25rem / 4);background-size:calc(2.25rem / 2) calc(2.25rem / 2);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#28a745;box-shadow: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{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:2.25rem;background-position:top calc(2.25rem / 4) right calc(2.25rem / 4)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:3.4375rem;background:url("data:image/svg+xml,%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 .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.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{border-color:#28a745}.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{border-color:#34ce57;background-color:#34ce57}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before{border-color:#28a745}.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 ~ .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{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,0.9);border-radius:.25rem}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right calc(2.25rem / 4);background-size:calc(2.25rem / 2) calc(2.25rem / 2);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow: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{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:2.25rem;background-position:top calc(2.25rem / 4) right calc(2.25rem / 4)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545;padding-right:3.4375rem;background:url("data:image/svg+xml,%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 .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,0.25)}.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{border-color:#dc3545}.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{border-color:#e4606d;background-color:#e4606d}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,0.25)}.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before{border-color:#dc3545}.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 ~ .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{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,0.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;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:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;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}@media screen and (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,0.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}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{box-shadow:0 0 0 .2rem rgba(38,143,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{box-shadow:0 0 0 .2rem rgba(38,143,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{box-shadow:0 0 0 .2rem rgba(130,138,145,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{box-shadow:0 0 0 .2rem rgba(130,138,145,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{box-shadow:0 0 0 .2rem rgba(72,180,97,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{box-shadow:0 0 0 .2rem rgba(72,180,97,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{box-shadow:0 0 0 .2rem rgba(58,176,195,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{box-shadow:0 0 0 .2rem rgba(58,176,195,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{box-shadow:0 0 0 .2rem rgba(222,170,12,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{box-shadow:0 0 0 .2rem rgba(222,170,12,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{box-shadow:0 0 0 .2rem rgba(225,83,97,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{box-shadow:0 0 0 .2rem rgba(225,83,97,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{box-shadow:0 0 0 .2rem rgba(216,217,219,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{box-shadow:0 0 0 .2rem rgba(216,217,219,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{box-shadow:0 0 0 .2rem rgba(82,88,93,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{box-shadow:0 0 0 .2rem rgba(82,88,93,0.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow: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{box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow: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{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow: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{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow: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{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow: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{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow: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{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow: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{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow: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{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}.btn-link{font-weight:400;color:#007bff}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{transition:opacity 0.15s linear}@media screen and (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height 0.35s ease}@media screen and (prefers-reduced-motion: reduce){.collapsing{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.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:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}@media (min-width: 576px){.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-right{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-right{right:0;left:auto}}.dropdown-menu-left{right:auto;left:0}@media (min-width: 576px){.dropdown-menu-sm-left{right:auto;left:0}}@media (min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}}@media (min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}}@media (min-width: 1200px){.dropdown-menu-xl-left{right:auto;left:0}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.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:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.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:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.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:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.dropdown-item:last-child{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.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;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 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-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.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:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-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:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;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>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.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>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.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:flex;align-items:center;padding:.375rem .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;border-radius:.25rem}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(2.875rem + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.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:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.8125rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.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:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.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){border-top-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){border-top-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: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;border-color:#007bff;background-color:#007bff}.custom-control-input:focus ~ .custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,0.25)}.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active ~ .custom-control-label::before{color:#fff;background-color:#b3d7ff;border-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;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%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{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%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{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%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-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform 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}@media screen and (prefers-reduced-motion: reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked ~ .custom-control-label::after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .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:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%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 .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow: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:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,0.25)}.custom-file-input:disabled ~ .custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-input ~ .custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,0.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,0.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,0.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.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-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media screen and (prefers-reduced-motion: reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.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;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.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:flex;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:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.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;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{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex !important;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{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex !important;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{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex !important;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{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex !important;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,%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,%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:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,0.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.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:.75rem 1.25rem;margin-bottom:0;color:inherit;background-color:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.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{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-0.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:flex;flex-direction:column}.card-deck .card{margin-bottom:10px}@media (min-width: 576px){.card-deck{flex-flow:row wrap;margin-right:-10px;margin-left:-10px}.card-deck .card{display:flex;flex:1 0 0%;flex-direction:column;margin-right:10px;margin-bottom:0;margin-left:10px}}.card-group{display:flex;flex-direction:column}.card-group>.card{margin-bottom:10px}@media (min-width: 576px){.card-group{flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-img-top,.card-group>.card:first-child .card-header{border-top-right-radius:0}.card-group>.card:first-child .card-img-bottom,.card-group>.card:first-child .card-footer{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-img-top,.card-group>.card:last-child .card-header{border-top-left-radius:0}.card-group>.card:last-child .card-img-bottom,.card-group>.card:last-child .card-footer{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-img-top,.card-group>.card:only-child .card-header{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-img-bottom,.card-group>.card:only-child .card-footer{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){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{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width: 576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card{overflow:hidden}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion .card .card-header{margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.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:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .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;box-shadow: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;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.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:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:hover,a.badge-warning:focus{color:#212529;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:hover,a.badge-light:focus{color:#212529;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.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:.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}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width 0.6s ease}@media screen and (prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{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);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;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:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,0.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.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;pointer-events:none;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;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;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:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border:1px solid rgba(0,0,0,0.1);border-radius:.25rem;box-shadow:0 0.25rem 0.75rem rgba(0,0,0,0.1);backdrop-filter:blur(10px);opacity:0}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,0.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform 0.3s ease-out;transform:translate(0, -50px)}@media screen and (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem * 2));content:""}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.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:calc(100% - (1.75rem * 2))}.modal-dialog-centered::before{height:calc(100vh - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width: 1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:.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:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:.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 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.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,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin: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:.5rem}.bs-popover-top .arrow,.bs-popover-auto[x-placement^="top"] .arrow{bottom:calc((.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:.5rem .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:.5rem}.bs-popover-right .arrow,.bs-popover-auto[x-placement^="right"] .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.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:.5rem .5rem .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:.5rem}.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^="bottom"] .arrow{top:calc((.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 .5rem .5rem .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:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:.5rem}.bs-popover-left .arrow,.bs-popover-auto[x-placement^="left"] .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.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:.5rem 0 .5rem .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:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media screen and (prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media screen and (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity 0.15s ease}@media screen and (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.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;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%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,%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:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity 0.6s ease}@media screen and (prefers-reduced-motion: reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.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{border-radius:.25rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-right{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-left{border-top-left-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{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:flex !important}.d-inline-flex{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:flex !important}.d-sm-inline-flex{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:flex !important}.d-md-inline-flex{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:flex !important}.d-lg-inline-flex{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:flex !important}.d-xl-inline-flex{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:flex !important}.d-print-inline-flex{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-3by4::before{padding-top:133.3333333333%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{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}}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{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: sticky){.sticky-top{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{box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important}.shadow{box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important}.shadow-none{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}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !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:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.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:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.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-n1{margin:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-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:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.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:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.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-n1{margin:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-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:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.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:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.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-n1{margin:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-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:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.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:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.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-n1{margin:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-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:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.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:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.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-n1{margin:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-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-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;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-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !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:#0056b3 !important}.text-secondary{color:#6c757d !important}a.text-secondary:hover,a.text-secondary:focus{color:#494f54 !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#19692c !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a !important}.text-light{color:#f8f9fa !important}a.text-light:hover,a.text-light:focus{color:#cbd3da !important}.text-dark{color:#343a40 !important}a.text-dark:hover,a.text-dark:focus{color:#121416 !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}.text-decoration-none{text-decoration:none !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-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}}@font-face {
font-family: "Flaticon";
src: url(/wp-content/themes/muzze/assets/libs/flaticon/font/Flaticon.eot);
src: url(/wp-content/themes/muzze/assets/libs/flaticon/font/Flaticon.eot?#iefix) format("embedded-opentype"),
url(/wp-content/themes/muzze/assets/libs/flaticon/font/Flaticon.woff2) format("woff2"),
url(/wp-content/themes/muzze/assets/libs/flaticon/font/Flaticon.woff) format("woff"),
url(/wp-content/themes/muzze/assets/libs/flaticon/font/Flaticon.ttf) format("truetype"),
url(/wp-content/themes/muzze/assets/libs/flaticon/font/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(/wp-content/themes/muzze/assets/libs/flaticon/font/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 20px;
}
.flaticon-ticket:before { content: "\f100"; }
.flaticon-calendar:before { content: "\f101"; }
.flaticon-snow-globe:before { content: "\f102"; }
.flaticon-circus-tent:before { content: "\f103"; }
.flaticon-snow-globe-1:before { content: "\f104"; }
.flaticon-clock:before { content: "\f105"; }
.flaticon-search:before { content: "\f106"; }
.flaticon-coin:before { content: "\f107"; }
.flaticon-briefcase:before { content: "\f108"; }
.flaticon-chat:before { content: "\f109"; }
.flaticon-user:before { content: "\f10a"; }
.flaticon-apple:before { content: "\f10b"; }
.flaticon-present:before { content: "\f10c"; }
.flaticon-approve:before { content: "\f10d"; }
.flaticon-ticket-1:before { content: "\f10e"; }
.flaticon-calendar-1:before { content: "\f10f"; }
.flaticon-calendar-2:before { content: "\f110"; }
.flaticon-clock-1:before { content: "\f111"; }
.flaticon-blueprint:before { content: "\f112"; }
.flaticon-old-home-telephone:before { content: "\f113"; }
.flaticon-star:before { content: "\f114"; }
.flaticon-update-arrows:before { content: "\f115"; }
.flaticon-file:before { content: "\f116"; }
.flaticon-right-arrow-forward:before { content: "\f117"; }
.flaticon-ticket-2:before { content: "\f118"; }
.flaticon-pin:before { content: "\f119"; }
.flaticon-time:before { content: "\f11a"; }
.flaticon-snow:before { content: "\f11b"; }
.flaticon-phone:before { content: "\f11c"; }@font-face {
font-family: 'themify';
src:url(/wp-content/themes/muzze/assets/libs/themify-icon/fonts/themify.eot?-fvbane);
src:url(/wp-content/themes/muzze/assets/libs/themify-icon/fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),
url(/wp-content/themes/muzze/assets/libs/themify-icon/fonts/themify.woff?-fvbane) format('woff'),
url(/wp-content/themes/muzze/assets/libs/themify-icon/fonts/themify.ttf?-fvbane) format('truetype'),
url(/wp-content/themes/muzze/assets/libs/themify-icon/fonts/themify.svg?-fvbane#themify) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f15e"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f161"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f163"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-spotify,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-brands-400.eot);src:url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-regular-400.eot);src:url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-solid-900.eot);src:url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/themes/muzze/assets/libs/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}@font-face {
font-family: 'ElegantIcons';
src:url(/wp-content/themes/muzze/assets/libs/elegant_font/fonts/ElegantIcons.eot);
src:url(/wp-content/themes/muzze/assets/libs/elegant_font/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),
url(/wp-content/themes/muzze/assets/libs/elegant_font/fonts/ElegantIcons.woff) format('woff'),
url(/wp-content/themes/muzze/assets/libs/elegant_font/fonts/ElegantIcons.ttf) format('truetype'),
url(/wp-content/themes/muzze/assets/libs/elegant_font/fonts/ElegantIcons.svg#ElegantIcons) format('svg');
font-weight: normal;
font-style: normal;
} [data-icon]:before {
font-family: 'ElegantIcons';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
content: "\21";
}
.arrow_down:before {
content: "\22";
}
.arrow_left:before {
content: "\23";
}
.arrow_right:before {
content: "\24";
}
.arrow_left-up:before {
content: "\25";
}
.arrow_right-up:before {
content: "\26";
}
.arrow_right-down:before {
content: "\27";
}
.arrow_left-down:before {
content: "\28";
}
.arrow-up-down:before {
content: "\29";
}
.arrow_up-down_alt:before {
content: "\2a";
}
.arrow_left-right_alt:before {
content: "\2b";
}
.arrow_left-right:before {
content: "\2c";
}
.arrow_expand_alt2:before {
content: "\2d";
}
.arrow_expand_alt:before {
content: "\2e";
}
.arrow_condense:before {
content: "\2f";
}
.arrow_expand:before {
content: "\30";
}
.arrow_move:before {
content: "\31";
}
.arrow_carrot-up:before {
content: "\32";
}
.arrow_carrot-down:before {
content: "\33";
}
.arrow_carrot-left:before {
content: "\34";
}
.arrow_carrot-right:before {
content: "\35";
}
.arrow_carrot-2up:before {
content: "\36";
}
.arrow_carrot-2down:before {
content: "\37";
}
.arrow_carrot-2left:before {
content: "\38";
}
.arrow_carrot-2right:before {
content: "\39";
}
.arrow_carrot-up_alt2:before {
content: "\3a";
}
.arrow_carrot-down_alt2:before {
content: "\3b";
}
.arrow_carrot-left_alt2:before {
content: "\3c";
}
.arrow_carrot-right_alt2:before {
content: "\3d";
}
.arrow_carrot-2up_alt2:before {
content: "\3e";
}
.arrow_carrot-2down_alt2:before {
content: "\3f";
}
.arrow_carrot-2left_alt2:before {
content: "\40";
}
.arrow_carrot-2right_alt2:before {
content: "\41";
}
.arrow_triangle-up:before {
content: "\42";
}
.arrow_triangle-down:before {
content: "\43";
}
.arrow_triangle-left:before {
content: "\44";
}
.arrow_triangle-right:before {
content: "\45";
}
.arrow_triangle-up_alt2:before {
content: "\46";
}
.arrow_triangle-down_alt2:before {
content: "\47";
}
.arrow_triangle-left_alt2:before {
content: "\48";
}
.arrow_triangle-right_alt2:before {
content: "\49";
}
.arrow_back:before {
content: "\4a";
}
.icon_minus-06:before {
content: "\4b";
}
.icon_plus:before {
content: "\4c";
}
.icon_close:before {
content: "\4d";
}
.icon_check:before {
content: "\4e";
}
.icon_minus_alt2:before {
content: "\4f";
}
.icon_plus_alt2:before {
content: "\50";
}
.icon_close_alt2:before {
content: "\51";
}
.icon_check_alt2:before {
content: "\52";
}
.icon_zoom-out_alt:before {
content: "\53";
}
.icon_zoom-in_alt:before {
content: "\54";
}
.icon_search:before {
content: "\55";
}
.icon_box-empty:before {
content: "\56";
}
.icon_box-selected:before {
content: "\57";
}
.icon_minus-box:before {
content: "\58";
}
.icon_plus-box:before {
content: "\59";
}
.icon_box-checked:before {
content: "\5a";
}
.icon_circle-empty:before {
content: "\5b";
}
.icon_circle-slelected:before {
content: "\5c";
}
.icon_stop_alt2:before {
content: "\5d";
}
.icon_stop:before {
content: "\5e";
}
.icon_pause_alt2:before {
content: "\5f";
}
.icon_pause:before {
content: "\60";
}
.icon_menu:before {
content: "\61";
}
.icon_menu-square_alt2:before {
content: "\62";
}
.icon_menu-circle_alt2:before {
content: "\63";
}
.icon_ul:before {
content: "\64";
}
.icon_ol:before {
content: "\65";
}
.icon_adjust-horiz:before {
content: "\66";
}
.icon_adjust-vert:before {
content: "\67";
}
.icon_document_alt:before {
content: "\68";
}
.icon_documents_alt:before {
content: "\69";
}
.icon_pencil:before {
content: "\6a";
}
.icon_pencil-edit_alt:before {
content: "\6b";
}
.icon_pencil-edit:before {
content: "\6c";
}
.icon_folder-alt:before {
content: "\6d";
}
.icon_folder-open_alt:before {
content: "\6e";
}
.icon_folder-add_alt:before {
content: "\6f";
}
.icon_info_alt:before {
content: "\70";
}
.icon_error-oct_alt:before {
content: "\71";
}
.icon_error-circle_alt:before {
content: "\72";
}
.icon_error-triangle_alt:before {
content: "\73";
}
.icon_question_alt2:before {
content: "\74";
}
.icon_question:before {
content: "\75";
}
.icon_comment_alt:before {
content: "\76";
}
.icon_chat_alt:before {
content: "\77";
}
.icon_vol-mute_alt:before {
content: "\78";
}
.icon_volume-low_alt:before {
content: "\79";
}
.icon_volume-high_alt:before {
content: "\7a";
}
.icon_quotations:before {
content: "\7b";
}
.icon_quotations_alt2:before {
content: "\7c";
}
.icon_clock_alt:before {
content: "\7d";
}
.icon_lock_alt:before {
content: "\7e";
}
.icon_lock-open_alt:before {
content: "\e000";
}
.icon_key_alt:before {
content: "\e001";
}
.icon_cloud_alt:before {
content: "\e002";
}
.icon_cloud-upload_alt:before {
content: "\e003";
}
.icon_cloud-download_alt:before {
content: "\e004";
}
.icon_image:before {
content: "\e005";
}
.icon_images:before {
content: "\e006";
}
.icon_lightbulb_alt:before {
content: "\e007";
}
.icon_gift_alt:before {
content: "\e008";
}
.icon_house_alt:before {
content: "\e009";
}
.icon_genius:before {
content: "\e00a";
}
.icon_mobile:before {
content: "\e00b";
}
.icon_tablet:before {
content: "\e00c";
}
.icon_laptop:before {
content: "\e00d";
}
.icon_desktop:before {
content: "\e00e";
}
.icon_camera_alt:before {
content: "\e00f";
}
.icon_mail_alt:before {
content: "\e010";
}
.icon_cone_alt:before {
content: "\e011";
}
.icon_ribbon_alt:before {
content: "\e012";
}
.icon_bag_alt:before {
content: "\e013";
}
.icon_creditcard:before {
content: "\e014";
}
.icon_cart_alt:before {
content: "\e015";
}
.icon_paperclip:before {
content: "\e016";
}
.icon_tag_alt:before {
content: "\e017";
}
.icon_tags_alt:before {
content: "\e018";
}
.icon_trash_alt:before {
content: "\e019";
}
.icon_cursor_alt:before {
content: "\e01a";
}
.icon_mic_alt:before {
content: "\e01b";
}
.icon_compass_alt:before {
content: "\e01c";
}
.icon_pin_alt:before {
content: "\e01d";
}
.icon_pushpin_alt:before {
content: "\e01e";
}
.icon_map_alt:before {
content: "\e01f";
}
.icon_drawer_alt:before {
content: "\e020";
}
.icon_toolbox_alt:before {
content: "\e021";
}
.icon_book_alt:before {
content: "\e022";
}
.icon_calendar:before {
content: "\e023";
}
.icon_film:before {
content: "\e024";
}
.icon_table:before {
content: "\e025";
}
.icon_contacts_alt:before {
content: "\e026";
}
.icon_headphones:before {
content: "\e027";
}
.icon_lifesaver:before {
content: "\e028";
}
.icon_piechart:before {
content: "\e029";
}
.icon_refresh:before {
content: "\e02a";
}
.icon_link_alt:before {
content: "\e02b";
}
.icon_link:before {
content: "\e02c";
}
.icon_loading:before {
content: "\e02d";
}
.icon_blocked:before {
content: "\e02e";
}
.icon_archive_alt:before {
content: "\e02f";
}
.icon_heart_alt:before {
content: "\e030";
}
.icon_star_alt:before {
content: "\e031";
}
.icon_star-half_alt:before {
content: "\e032";
}
.icon_star:before {
content: "\e033";
}
.icon_star-half:before {
content: "\e034";
}
.icon_tools:before {
content: "\e035";
}
.icon_tool:before {
content: "\e036";
}
.icon_cog:before {
content: "\e037";
}
.icon_cogs:before {
content: "\e038";
}
.arrow_up_alt:before {
content: "\e039";
}
.arrow_down_alt:before {
content: "\e03a";
}
.arrow_left_alt:before {
content: "\e03b";
}
.arrow_right_alt:before {
content: "\e03c";
}
.arrow_left-up_alt:before {
content: "\e03d";
}
.arrow_right-up_alt:before {
content: "\e03e";
}
.arrow_right-down_alt:before {
content: "\e03f";
}
.arrow_left-down_alt:before {
content: "\e040";
}
.arrow_condense_alt:before {
content: "\e041";
}
.arrow_expand_alt3:before {
content: "\e042";
}
.arrow_carrot_up_alt:before {
content: "\e043";
}
.arrow_carrot-down_alt:before {
content: "\e044";
}
.arrow_carrot-left_alt:before {
content: "\e045";
}
.arrow_carrot-right_alt:before {
content: "\e046";
}
.arrow_carrot-2up_alt:before {
content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
content: "\e048";
}
.arrow_carrot-2left_alt:before {
content: "\e049";
}
.arrow_carrot-2right_alt:before {
content: "\e04a";
}
.arrow_triangle-up_alt:before {
content: "\e04b";
}
.arrow_triangle-down_alt:before {
content: "\e04c";
}
.arrow_triangle-left_alt:before {
content: "\e04d";
}
.arrow_triangle-right_alt:before {
content: "\e04e";
}
.icon_minus_alt:before {
content: "\e04f";
}
.icon_plus_alt:before {
content: "\e050";
}
.icon_close_alt:before {
content: "\e051";
}
.icon_check_alt:before {
content: "\e052";
}
.icon_zoom-out:before {
content: "\e053";
}
.icon_zoom-in:before {
content: "\e054";
}
.icon_stop_alt:before {
content: "\e055";
}
.icon_menu-square_alt:before {
content: "\e056";
}
.icon_menu-circle_alt:before {
content: "\e057";
}
.icon_document:before {
content: "\e058";
}
.icon_documents:before {
content: "\e059";
}
.icon_pencil_alt:before {
content: "\e05a";
}
.icon_folder:before {
content: "\e05b";
}
.icon_folder-open:before {
content: "\e05c";
}
.icon_folder-add:before {
content: "\e05d";
}
.icon_folder_upload:before {
content: "\e05e";
}
.icon_folder_download:before {
content: "\e05f";
}
.icon_info:before {
content: "\e060";
}
.icon_error-circle:before {
content: "\e061";
}
.icon_error-oct:before {
content: "\e062";
}
.icon_error-triangle:before {
content: "\e063";
}
.icon_question_alt:before {
content: "\e064";
}
.icon_comment:before {
content: "\e065";
}
.icon_chat:before {
content: "\e066";
}
.icon_vol-mute:before {
content: "\e067";
}
.icon_volume-low:before {
content: "\e068";
}
.icon_volume-high:before {
content: "\e069";
}
.icon_quotations_alt:before {
content: "\e06a";
}
.icon_clock:before {
content: "\e06b";
}
.icon_lock:before {
content: "\e06c";
}
.icon_lock-open:before {
content: "\e06d";
}
.icon_key:before {
content: "\e06e";
}
.icon_cloud:before {
content: "\e06f";
}
.icon_cloud-upload:before {
content: "\e070";
}
.icon_cloud-download:before {
content: "\e071";
}
.icon_lightbulb:before {
content: "\e072";
}
.icon_gift:before {
content: "\e073";
}
.icon_house:before {
content: "\e074";
}
.icon_camera:before {
content: "\e075";
}
.icon_mail:before {
content: "\e076";
}
.icon_cone:before {
content: "\e077";
}
.icon_ribbon:before {
content: "\e078";
}
.icon_bag:before {
content: "\e079";
}
.icon_cart:before {
content: "\e07a";
}
.icon_tag:before {
content: "\e07b";
}
.icon_tags:before {
content: "\e07c";
}
.icon_trash:before {
content: "\e07d";
}
.icon_cursor:before {
content: "\e07e";
}
.icon_mic:before {
content: "\e07f";
}
.icon_compass:before {
content: "\e080";
}
.icon_pin:before {
content: "\e081";
}
.icon_pushpin:before {
content: "\e082";
}
.icon_map:before {
content: "\e083";
}
.icon_drawer:before {
content: "\e084";
}
.icon_toolbox:before {
content: "\e085";
}
.icon_book:before {
content: "\e086";
}
.icon_contacts:before {
content: "\e087";
}
.icon_archive:before {
content: "\e088";
}
.icon_heart:before {
content: "\e089";
}
.icon_profile:before {
content: "\e08a";
}
.icon_group:before {
content: "\e08b";
}
.icon_grid-2x2:before {
content: "\e08c";
}
.icon_grid-3x3:before {
content: "\e08d";
}
.icon_music:before {
content: "\e08e";
}
.icon_pause_alt:before {
content: "\e08f";
}
.icon_phone:before {
content: "\e090";
}
.icon_upload:before {
content: "\e091";
}
.icon_download:before {
content: "\e092";
}
.social_facebook:before {
content: "\e093";
}
.social_twitter:before {
content: "\e094";
}
.social_pinterest:before {
content: "\e095";
}
.social_googleplus:before {
content: "\e096";
}
.social_tumblr:before {
content: "\e097";
}
.social_tumbleupon:before {
content: "\e098";
}
.social_wordpress:before {
content: "\e099";
}
.social_instagram:before {
content: "\e09a";
}
.social_dribbble:before {
content: "\e09b";
}
.social_vimeo:before {
content: "\e09c";
}
.social_linkedin:before {
content: "\e09d";
}
.social_rss:before {
content: "\e09e";
}
.social_deviantart:before {
content: "\e09f";
}
.social_share:before {
content: "\e0a0";
}
.social_myspace:before {
content: "\e0a1";
}
.social_skype:before {
content: "\e0a2";
}
.social_youtube:before {
content: "\e0a3";
}
.social_picassa:before {
content: "\e0a4";
}
.social_googledrive:before {
content: "\e0a5";
}
.social_flickr:before {
content: "\e0a6";
}
.social_blogger:before {
content: "\e0a7";
}
.social_spotify:before {
content: "\e0a8";
}
.social_delicious:before {
content: "\e0a9";
}
.social_facebook_circle:before {
content: "\e0aa";
}
.social_twitter_circle:before {
content: "\e0ab";
}
.social_pinterest_circle:before {
content: "\e0ac";
}
.social_googleplus_circle:before {
content: "\e0ad";
}
.social_tumblr_circle:before {
content: "\e0ae";
}
.social_stumbleupon_circle:before {
content: "\e0af";
}
.social_wordpress_circle:before {
content: "\e0b0";
}
.social_instagram_circle:before {
content: "\e0b1";
}
.social_dribbble_circle:before {
content: "\e0b2";
}
.social_vimeo_circle:before {
content: "\e0b3";
}
.social_linkedin_circle:before {
content: "\e0b4";
}
.social_rss_circle:before {
content: "\e0b5";
}
.social_deviantart_circle:before {
content: "\e0b6";
}
.social_share_circle:before {
content: "\e0b7";
}
.social_myspace_circle:before {
content: "\e0b8";
}
.social_skype_circle:before {
content: "\e0b9";
}
.social_youtube_circle:before {
content: "\e0ba";
}
.social_picassa_circle:before {
content: "\e0bb";
}
.social_googledrive_alt2:before {
content: "\e0bc";
}
.social_flickr_circle:before {
content: "\e0bd";
}
.social_blogger_circle:before {
content: "\e0be";
}
.social_spotify_circle:before {
content: "\e0bf";
}
.social_delicious_circle:before {
content: "\e0c0";
}
.social_facebook_square:before {
content: "\e0c1";
}
.social_twitter_square:before {
content: "\e0c2";
}
.social_pinterest_square:before {
content: "\e0c3";
}
.social_googleplus_square:before {
content: "\e0c4";
}
.social_tumblr_square:before {
content: "\e0c5";
}
.social_stumbleupon_square:before {
content: "\e0c6";
}
.social_wordpress_square:before {
content: "\e0c7";
}
.social_instagram_square:before {
content: "\e0c8";
}
.social_dribbble_square:before {
content: "\e0c9";
}
.social_vimeo_square:before {
content: "\e0ca";
}
.social_linkedin_square:before {
content: "\e0cb";
}
.social_rss_square:before {
content: "\e0cc";
}
.social_deviantart_square:before {
content: "\e0cd";
}
.social_share_square:before {
content: "\e0ce";
}
.social_myspace_square:before {
content: "\e0cf";
}
.social_skype_square:before {
content: "\e0d0";
}
.social_youtube_square:before {
content: "\e0d1";
}
.social_picassa_square:before {
content: "\e0d2";
}
.social_googledrive_square:before {
content: "\e0d3";
}
.social_flickr_square:before {
content: "\e0d4";
}
.social_blogger_square:before {
content: "\e0d5";
}
.social_spotify_square:before {
content: "\e0d6";
}
.social_delicious_square:before {
content: "\e0d7";
}
.icon_printer:before {
content: "\e103";
}
.icon_calulator:before {
content: "\e0ee";
}
.icon_building:before {
content: "\e0ef";
}
.icon_floppy:before {
content: "\e0e8";
}
.icon_drive:before {
content: "\e0ea";
}
.icon_search-2:before {
content: "\e101";
}
.icon_id:before {
content: "\e107";
}
.icon_id-2:before {
content: "\e108";
}
.icon_puzzle:before {
content: "\e102";
}
.icon_like:before {
content: "\e106";
}
.icon_dislike:before {
content: "\e0eb";
}
.icon_mug:before {
content: "\e105";
}
.icon_currency:before {
content: "\e0ed";
}
.icon_wallet:before {
content: "\e100";
}
.icon_pens:before {
content: "\e104";
}
.icon_easel:before {
content: "\e0e9";
}
.icon_flowchart:before {
content: "\e109";
}
.icon_datareport:before {
content: "\e0ec";
}
.icon_briefcase:before {
content: "\e0fe";
}
.icon_shield:before {
content: "\e0f6";
}
.icon_percent:before {
content: "\e0fb";
}
.icon_globe:before {
content: "\e0e2";
}
.icon_globe-2:before {
content: "\e0e3";
}
.icon_target:before {
content: "\e0f5";
}
.icon_hourglass:before {
content: "\e0e1";
}
.icon_balance:before {
content: "\e0ff";
}
.icon_rook:before {
content: "\e0f8";
}
.icon_printer-alt:before {
content: "\e0fa";
}
.icon_calculator_alt:before {
content: "\e0e7";
}
.icon_building_alt:before {
content: "\e0fd";
}
.icon_floppy_alt:before {
content: "\e0e4";
}
.icon_drive_alt:before {
content: "\e0e5";
}
.icon_search_alt:before {
content: "\e0f7";
}
.icon_id_alt:before {
content: "\e0e0";
}
.icon_id-2_alt:before {
content: "\e0fc";
}
.icon_puzzle_alt:before {
content: "\e0f9";
}
.icon_like_alt:before {
content: "\e0dd";
}
.icon_dislike_alt:before {
content: "\e0f1";
}
.icon_mug_alt:before {
content: "\e0dc";
}
.icon_currency_alt:before {
content: "\e0f3";
}
.icon_wallet_alt:before {
content: "\e0d8";
}
.icon_pens_alt:before {
content: "\e0db";
}
.icon_easel_alt:before {
content: "\e0f0";
}
.icon_flowchart_alt:before {
content: "\e0df";
}
.icon_datareport_alt:before {
content: "\e0f2";
}
.icon_briefcase_alt:before {
content: "\e0f4";
}
.icon_shield_alt:before {
content: "\e0d9";
}
.icon_percent_alt:before {
content: "\e0da";
}
.icon_globe_alt:before {
content: "\e0de";
}
.icon_clipboard:before {
content: "\e0e6";
}
.glyph {
float: left;
text-align: center;
padding: .75em;
margin: .4em 1.5em .75em 0;
width: 6em;
text-shadow: none;
}
.glyph_big {
font-size: 128px;
color: #59c5dc;
float: left;
margin-right: 20px;
}
.glyph div { padding-bottom: 10px;}
.glyph input {
font-family: consolas, monospace;
font-size: 12px;
width: 100%;
text-align: center;
border: 0;
box-shadow: 0 0 0 1px #ccc;
padding: .2em;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.centered {
margin-left: auto;
margin-right: auto;
}
.glyph .fs1 {
font-size: 2em;
}
  body.admin-bar {
top: 32px;
} body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
}
body, button, input, select, textarea {
color: #343434;
line-height: 23px;
}
p {
line-height: 23px;
}
a:hover {
text-decoration: none;
outline: none;
}
a:hover, a:focus {
text-decoration: none;
outline: none;
}
input:focus {
outline: none;
}
img {
max-width: 100%;
height: auto;
}
.alignleft, img.alignleft {
margin-right: 1.5em;
display: inline;
float: left;
}
.alignright, img.alignright {
margin-left: 1.5em;
display: inline;
float: right;
}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
.wp-caption {
margin-bottom: 1.5em;
text-align: center;
padding-top: 5px;
max-width: 100%;
}
.wp-caption img {
border: 0 none;
padding: 0;
margin: 0;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin: 0;
}
.wp-caption p.wp-caption-text {
line-height: 1.5;
font-size: 10px;
margin: 0;
}
.wp-smiley {
margin: 0 !important;
max-height: 1em;
}
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 33%;
float: left;
}
blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 33%;
float: right;
}
.gallery-caption {
width: 100%;
}
.sticky {
background: #f3f3f3;
padding: 22px 30px 30px 30px;
border-top: 5px solid #5687bf;
}
.single .sticky {
padding: 30px;
}
.sticky .post-excerpt {
text-align: justify;
}
.bypostauthor {
position: relative;
}
.widget label.screen-reader-text {
display: none;
}
.slash {
padding: 0px 3px;
color: #999;
} img.ajax-loader {
width: 16px !important;
height: 16px !important;
display: block;
text-align: center;
margin: 0 auto;
margin-left: auto !important;
}
.pp_social .facebook {
width: 70px;
} #scrollUp {
bottom: 20px;
right: 20px;
width: 30px;
height: 30px;
border-radius: 4px;
background-color: #343434;
color: #fff;
text-align: center;
}
#scrollUp i {
color: #fff;
text-align: center;
line-height: 30px;
font-size: 15px;
} .ovatheme_container_wide {
background: #fff;
}
.ovatheme_container_boxed {
max-width: 1170px;
margin: 0 auto;
background: #fff;
overflow: hidden;
} .js-video embed, .js-video iframe, .js-video object, .js-video video {
width: 100%;
height: 450px;
border: none;
}
iframe {
width: 100%;
border: none;
}
.iframe_eventbrite iframe {
height: 350px;
}
@media (max-width: 767px) {
.js-video embed, .js-video iframe, .js-video object, .js-video video {
height: 350px;
}
}
pre {
border: 1px solid #d1d1d1;
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin: 1.75em 0 1.75em 0;
max-width: 100%;
overflow: auto;
padding: 1.75em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
#main-content {
width: 100%;
}
input {
border: 1px solid #343434;
height: 40px;
padding-left: 10px;
padding-right: 10px;
}
input[type=submit] {
height: 40px;
line-height: 36px;
background-color: #343434;
color: #fff;
padding-left: 20px;
padding-right: 20px;
cursor: pointer;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #343434;
border-radius: 0;
height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px;
} table, tr, td, th {
border: 1px solid #ededed;
}
table {
border-collapse: collapse;
border-spacing: 0;
font-size: 100%;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}
thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}
tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
th {
padding: 5px 10px;
font-weight: bold;
text-transform: uppercase;
color: #333;
}
th a {
color: #555;
}
td {
padding: 5px 10px;
}
table tr td a {
color: #333;
}
ol, ul {
margin: 0;
padding: 0 0 0 15px;
}
ul {
list-style-type: square;
}
ul li {
display: list-item;
text-align: -webkit-match-parent;
}
ol {
display: block;
list-style-type: decimal;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 20px;
margin-top: 0;
}
address {
font-style: italic;
margin: 0 0 24px;
}
cite, em, var, address, dfn {
font-style: italic;
} h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: 500;
}
h1 {
font-size: 33px;
font-size: 3.1rem;
line-height: 1.2727272727;
margin-top: 1.2em;
margin-bottom: 0.8484848485em;
}
h2 {
font-size: 28px;
font-size: 2.5rem;
line-height: 1.25;
margin-top: 1.2em;
margin-bottom: 1em;
}
h3 {
font-size: 23px;
font-size: 2.2rem;
line-height: 1.2173913043;
margin-top: 1.3em;
margin-bottom: 1.2173913043em;
}
h4 {
font-size: 19px;
font-size: 2rem;
line-height: 1.1052631579;
margin-top: 1.8em;
margin-bottom: 1.473684211em;
}
h5 {
font-size: 19px;
font-size: 1.8rem;
line-height: 1.1052631579;
margin-top: 1.8em;
margin-bottom: 1.473684211em;
}
h6 {
font-size: 19px;
font-size: 1.8rem;
line-height: 1.1052631579;
margin-top: 1.6em;
margin-bottom: 1.473684211em;
} .wrap_site {
display: flex;
max-width: 1190px;
margin: 0 auto;
padding: 0px 10px;
flex-wrap: wrap;
} .container,
body .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1190px !important;
}
.post-type-archive-product.woocommerce .ovatheme_header_default + .ovatheme_breadcrumbs_default {
margin-bottom: 0;
}
.product-template-default.single-product .ovatheme_header_default + .ovatheme_breadcrumbs_default {
margin-bottom: 0;
} .sidebar .widget {
display: block;
margin-bottom: 65px;
float: left;
width: 100%;        }
.sidebar .widget a {
color: #5c5c5c;
}
.sidebar .widget a:hover {
color: #343434;
}
.sidebar .widget h4.widget-title {
font-size: 16px;
text-transform: uppercase;
color: #343434;
border-bottom: 1px solid #343434;
padding-bottom: 15px;
margin-bottom: 30px;
margin-top: 0;
position: relative;
}
.sidebar .widget .screen-reader-text {
display: none;
}
.sidebar .widget.widget_rss {
margin-bottom: 35px;
}
.sidebar .widget.widget_rss ul li {
margin-bottom: 30px;
padding-bottom: 17px;
border-bottom: 1px solid #e7e7e7;
}
.sidebar .widget.widget_rss ul li:last-child {
border-bottom: none;
margin-bottom: 0;
}
.sidebar .widget.widget_rss ul li a.rsswidget {
font-weight: 600;
display: block;
line-height: 1.5em;
margin-bottom: 12px;
color: #343434;
font-size: 15px;
}
.sidebar .widget.widget_rss ul li .rss-date {
display: inline-block;
margin-bottom: 12px;
font-weight: 500;
opacity: 0.7;
}
.sidebar .widget.widget_rss ul li .rssSummary {
margin-bottom: 12px;
}
.sidebar .widget.widget_calendar {
width: 100%;
}
.sidebar .widget.widget_calendar table {
margin-bottom: 0;
}
.sidebar .widget.widget_calendar table thead {
border: 1px solid #343434;
}
.sidebar .widget.widget_calendar table thead tr th {
background-color: #343434;
color: #fff;
}
.sidebar .widget.widget_calendar tr th {
background: #ccc;
color: #444;
}
.sidebar .widget.widget_calendar caption {
background: #343434;
color: #fff;
font-weight: bold;
text-align: center;
border: none;
}
.sidebar .widget.widget_calendar tr th,
.sidebar .widget.widget_calendar tr td {
border: none;
text-align: center;
}
.sidebar .widget.widget_calendar tr td {
border: 1px solid #e4e4e4;
}
.sidebar .widget.widget_tag_cloud .tagcloud {
position: relative;
width: 100%;
float: left;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
float: left;
margin: 0 10px 10px 0;
display: block;
padding: 5px 10px;
background-color: transparent;
border: solid 1px #555555;
font-size: 14px !important;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
color: #fff;
background-color: #555;
}
.sidebar .widget.widget_search form.search-form {
position: relative;
align-items: center;
display: flex;
}
.sidebar .widget.widget_search input.search-submit {
border: none;
height: 40px;
border: none;
padding-left: 15px;
padding-right: 15px;
cursor: pointer;
}
.sidebar .widget.widget_search label {
margin-bottom: 0px;
}
.sidebar .widget.widget_search label input.search-field {
max-width: 180px;
margin-right: 5px;
}
.sidebar .widget.widget_search label input.search-field::-moz-placeholder {
color: #8a929a;
}
.sidebar .widget.widget_search label input.search-field::-webkit-input-placeholder {
color: #333;
opacity: 0.9;
}
.sidebar .widget.widget_search label input.search-field:-moz-placeholder {
color: #333;
opacity: 1;
}
.sidebar .widget.widget_search label input.search-field::-moz-placeholder {
color: #333;
opacity: 1;
}
.sidebar .widget.widget_search label input.search-field:-ms-input-placeholder {
color: #333;
}
.sidebar .widget ul.search {
list-style-type: none;
padding-left: 0;
}
.sidebar .widget select {
width: 100%;
height: 30px;
line-height: 30px;
}
.sidebar .widget img {
width: auto;
}
.sidebar .widget ul {
list-style-type: none;
margin-left: 0;
padding-left: 0px;
}
.sidebar .widget.widget_categories ul {
margin-bottom: 0;
}
.sidebar .widget.widget_archive a, .sidebar .widget.widget_categories a, .sidebar .widget.widget_links a, .sidebar .widget.widget_meta a, .sidebar .widget.widget_nav_menu a, .sidebar .widget.widget_pages a, .sidebar .widget.widget_recent_comments a, .sidebar .widget.widget_recent_entries a {
border: 0;
}
.sidebar .widget.widget_archive ul, .sidebar .widget.widget_categories ul, .sidebar .widget.widget_links ul, .sidebar .widget.widget_meta ul, .sidebar .widget.widget_nav_menu ul, .sidebar .widget.widget_pages ul, .sidebar .widget.widget_recent_comments ul, .sidebar .widget.widget_recent_entries ul {
list-style: none;
margin: 0;
}
.sidebar .widget.widget_archive li, .sidebar .widget.widget_categories li, .sidebar .widget.widget_links li, .sidebar .widget.widget_meta li, .sidebar .widget.widget_nav_menu li, .sidebar .widget.widget_pages li, .sidebar .widget.widget_recent_comments li, .sidebar .widget.widget_recent_entries li {
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1);
padding: 0.7667em 0;
}
.sidebar .widget.widget_archive li:first-child, .sidebar .widget.widget_categories li:first-child, .sidebar .widget.widget_links li:first-child, .sidebar .widget.widget_meta li:first-child, .sidebar .widget.widget_nav_menu li:first-child, .sidebar .widget.widget_pages li:first-child, .sidebar .widget.widget_recent_comments li:first-child, .sidebar .widget.widget_recent_entries li:first-child {
border-top: 0;
padding-top: 0;
}
.sidebar .widget.widget_archive li:last-child, .sidebar .widget.widget_categories li:last-child, .sidebar .widget.widget_links li:last-child, .sidebar .widget.widget_meta li:last-child, .sidebar .widget.widget_nav_menu li:last-child, .sidebar .widget.widget_pages li:last-child, .sidebar .widget.widget_recent_comments li:last-child, .sidebar .widget.widget_recent_entries li:last-child {
padding-bottom: 0;
}
.sidebar .widget.widget_categories .children, .sidebar .widget.widget_nav_menu .sub-menu, .sidebar .widget.widget_pages .children {
border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1);
margin: 0.7667em 0 0 0.8em;
padding-top: 0.7667em;
} .ovadefault_404_page .ova_error_icon i {
font-size: 50px;
}
.ovadefault_404_page .ova_caption_title {
font-size: 20px;
margin: 20px 0px;
text-transform: uppercase;
}
.ovadefault_404_page .ova_go_home {
margin: 0;
padding: 0;
}
.ovadefault_404_page .ova_go_home a {
margin: 0;
padding: 0;
background-color: #343434;
padding: 10px;
color: #fff;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ovadefault_404_page .ova_go_home a:hover {
background-color: #343434;
} article.result_search .post-body {
margin-bottom: 30px;
}  h4.title-comment,
h4.number-comments {
font-weight: 500;
font-size: 16px;
text-transform: uppercase;
color: #343434;
}
ul.commentlists {
list-style: none;
padding-left: 0;
margin-bottom: 4px;
display: block;
float: left;
width: 100%;
}
ul.commentlists li {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
}
ul.commentlists li.comment {
display: block;
float: left;
width: 100%;
}
ul.commentlists li.comment .comment_item {
margin-bottom: 15px;
position: relative;
z-index: 10;
}
ul.commentlists li.comment .comment_item .comment-author {
float: left;
margin-right: 20px;
}
ul.commentlists li.comment .comment_item .comment-author img {
width: 70px;
}
ul.commentlists li.comment .comment_item .comment-details {
padding-top: 0;
font-size: 14px;
}
ul.commentlists li.comment .comment_item .comment-details .author-name {
display: inline-flex;
margin-bottom: 5px;
}
ul.commentlists li.comment .comment_item .comment-details .author-name .name,
ul.commentlists li.comment .comment_item .comment-details .author-name a.url {
color: #333;
font-weight: 500;
text-transform: uppercase;
font-size: 1em;
padding-right: 5px;
}
ul.commentlists li.comment .comment_item .comment-details .author-name a:hover {
color: #898989;
}
ul.commentlists li.comment .comment_item .comment-details .author-name .ova_reply {
display: flex;
padding-left: 10px;
}
ul.commentlists li.comment .comment_item .comment-details .author-name .ova_reply i {
padding-left: 5px;
color: #555;
font-size: 10px !important;
}
ul.commentlists li.comment .comment_item .comment-details .author-name .ova_reply a {
font-size: 11px !important;
color: #555;
text-transform: capitalize !important;
}
ul.commentlists li.comment .comment_item .comment-details .comment-body {
padding-left: 90px;
}
ul.commentlists li.comment .comment_item .comment-details .comment-reply {
position: absolute;
top: 0;
right: 0;
}
ul.commentlists li.comment .comment_item .comment-details .comment-reply img {
float: left;
}
ul.commentlists li.comment .comment_item .comment-details .comment-reply-link {
color: #555;
font-size: 12px;
float: left;
padding-left: 2px;
}
ul.commentlists li.comment .comment_item .comment-details .comment-content p {
margin-bottom: 0;
}
ul.commentlists li.pingback {
position: relative;
}
ul.commentlists li.pingback .comment-body {
display: none;
}
ul.commentlists li.pingback .author-name {
display: inline-flex;
}
ul.commentlists li.pingback .author-name a {
color: #000000;
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
}
ul.commentlists li.pingback .author-name .date {
display: none;
}
ul.commentlists li.pingback .author-name .ova_reply a {
text-transform: capitalize;
}
ul.commentlists ul.children {
list-style: none;
margin-left: 75px;
}
.comment-navigation {
float: left;
width: 100%;
margin-bottom: 10px;
}
.comment-navigation .nav_comment_text {
width: 100%;
float: left;
padding: 10px 0px 11px 0px;
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
color: #000;
}
.comment-navigation .previous {
float: left;
display: inline-block;
}
.comment-navigation .next {
display: inline-block;
float: right;
}
.comment-navigation a {
color: #333;
font-weight: 500;
}
.comment-navigation a:hover {
color: #000;
} .wrap_comment_form {
float: left;
width: 100%;
display: block;
}
.wrap_comment_form .comment-reply-title {
margin-top: 0;
}
.wrap_comment_form h4.title-comment,
.wrap_comment_form h4.number-comments {
margin-bottom: 22px;
border-top: 1px solid #dfdfdf;
padding-top: 41px;
margin-top: 0px;
}
.wrap_comment_form .comment-form input,
.wrap_comment_form .comment-form textarea {
border-radius: 4px;
color: #343434;
border-color: #343434;
margin-bottom: 17px;
height: 40px;
}
.wrap_comment_form .comment-form input:focus,
.wrap_comment_form .comment-form textarea:focus {
outline: none;
box-shadow: none;
}
.wrap_comment_form .comment-form textarea {
height: 150px;
}
.wrap_comment_form .comment-form p.form-submit {
float: left;
width: 100%;
clear: both;
margin-bottom: 50px;
}
.wrap_comment_form .comment-form p.form-submit input.submit {
font-size: 14px;
border-radius: 4px;
background-color: #343434;
border: 1px solid #343434;
color: #fff;
box-shadow: none;
font-weight: 500;
text-shadow: none;
cursor: pointer;
text-transform: uppercase;
} .comment-respond input, .comment-respond textarea {
margin-bottom: 15px;
}
.comment-respond input:focus, .comment-respond textarea:focus {
outline: none;
box-shadow: none;
}
.comment-respond #submit {
border: 1px solid #343434;
border-radius: 4px;
cursor: pointer;
background-color: #343434;
color: #fff;
} .pagination-wrapper {
text-align: center;
margin: 50px 0px;
}
.pagination-wrapper .pagination li a {
border-radius: 4px;
margin-right: 10px;
color: #333333;
padding: 5px 20px;
text-align: center;
font-weight: 700;
border: 1px solid rgba(52, 52, 52, 0.3);
}
.pagination-wrapper .pagination li a:focus, .pagination-wrapper .pagination li a:hover {
border: 1px solid #343434;
background-color: #343434;
color: #fff;
}
.pagination-wrapper .pagination li.active a {
border: 1px solid #343434;
background-color: #343434;
color: #fff;
}  article.post-wrap {
margin-bottom: 70px;
}
article.post-wrap h2.post-title {
margin-top: 0;
margin-bottom: 0;
line-height: 1em;
}
article.post-wrap h2.post-title a,
article.post-wrap h2.entry-title a {
color: #343434;
font-size: 16px;
text-transform: uppercase;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
article.post-wrap.sticky h2.post-title {
margin-top: 0;
}
article.post-wrap .post-media {
margin-bottom: 20px;
}
article.post-wrap .post-meta .post-meta-content {
margin: 15px 0px;
display: block;
color: #222;
font-size: 13px;
}
article.post-wrap .post-meta .post-meta-content a {
color: #222;
font-size: 13px;
}
article.post-wrap .post-meta .post-meta-content a:hover {
color: inherit;
}
article.post-wrap .post-meta .post-meta-content .right {
font-weight: 500;
}
article.post-wrap .post-body .post-excerpt p:last-child:after {
content: "";
display: block;
clear: both;
}
article.post-wrap .post-tag {
margin: 60px 0px 30px 0px;
}
article.post-wrap .post-tag .ovatags,
article.post-wrap .post-tag .ovacats,
article.post-wrap .post-tag .share_social .ova_label {
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
color: #000;
clear: both;
display: block;
margin-bottom: 15px;
}
article.post-wrap .post-tag a {
background-color: #555;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
margin-bottom: 10px;
display: inline-block;
}
article.post-wrap .post-tag a:hover {
background-color: #000;
}
article.post-wrap .post-tag .post-tags {
display: block;
margin-bottom: 15px;
}
article.post-wrap .post-tag .post-tags a {
display: inline-block;
}
article.post-wrap .post-tag .post-categories {
display: block;
margin-top: 30px;
margin-bottom: 30px a;
margin-bottom-display: inline-block;
}
article.post-wrap .post-tag .share_social ul {
list-style: none;
padding-left: 0;
margin-left: 0;
}
article.post-wrap .post-tag .share_social ul li {
display: inline-block;
margin-bottom: 15px;
}
article.post-wrap .post-readmore a {
text-transform: uppercase;
color: #888;
padding: 0;
font-size: 12px;
text-transform: none;
font-weight: 500;
line-height: 26px;
border-radius: 0;
letter-spacing: 1px;
border-bottom: 1px solid #e8e8e8;
box-shadow: none;
}
article.post-wrap .post-readmore a a:hover {
color: #000;
border-bottom-color: #000;
} .single article.post-wrap h1.post-title {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
margin-bottom: 0px;
margin-top: 0;
} .patter_bg {
position: absolute !important;
width: 100%;
height: 100%;
} .result_search h2.post-title a {
color: #333;
} .post-password-form p label {
margin-bottom: 0;
} .page h2.post-title {
margin-top: 0;
} .page-links {
clear: both;
margin: 20px 0px 30px 0px;
float: left;
}
.page-links a, .page-links > span {
border: 1px solid #d1d1d1;
border-radius: 2px;
display: inline-block;
font-size: 13px;
font-size: 0.8125rem;
height: 1.8461538462em;
line-height: 1.6923076923em;
margin-right: 0.3076923077em;
text-align: center;
width: 1.8461538462em;
}
.page-links a {
background-color: #1a1a1a;
border-color: #1a1a1a;
color: #fff;
}
.page-links a:hover, .page-links a:focus {
background-color: #e9a31b;
border-color: transparent;
color: #fff;
}
.page-links > .page-links-title {
border: 0;
color: #1a1a1a;
height: auto;
margin: 0;
padding-right: 0.6153846154em;
width: auto;
}
.page-links .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
} .ovatheme_breadcrumbs {
background-color: #ededed;
margin-bottom: 60px;
}
.ovatheme_breadcrumbs ul.breadcrumb {
margin-bottom: 0;
padding: 23px 0px;
}
.ovatheme_breadcrumbs ul.breadcrumb li,
.ovatheme_breadcrumbs ul.breadcrumb a,
.ovatheme_breadcrumbs ul.breadcrumb li a {
color: #343434;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-break: break-word;
}
.ovatheme_breadcrumbs .separator {
padding-left: 2px;
padding-right: 2px;
}
.ovatheme_breadcrumbs .separator:before {
font-family: "ElegantIcons";
content: "5";
font-size: 17px;
} @media (max-width: 1199.98px) {
ul.commentlists ul.children {
margin-left: 15px;
}
}
@media (max-width: 991.98px) {
.ovatheme_header_default button.navbar-toggler {
background: #343434;
color: #fff;
}
.content_comments ul.commentlists header.comment-author {
width: 100%;
margin-right: 0;
margin-bottom: 15px;
}
.content_comments ul.commentlists li.comment .comment_item .comment-details .comment-body {
padding-left: 0px;
}
}
@media (max-width: 767.98px) { .comment-details {
width: 100%;
float: left;
}
.comment-details .author-name {
margin-top: 10px;
}
.comment-details .comment-content {
margin-left: 0;
padding-bottom: 15px;
}
h4.title-comment,
h4.number-comments {
float: left;
width: 100%;
}
ul.commentlists li.comment article.comment_item {
float: left;
margin-bottom: 15px;
}
ul.commentlists ul.children {
margin-left: 10px;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.pp_pic_holder {
left: 50% !important;
width: 98% !important;
margin-left: -49% !important;
}
div.pp_default .pp_content_container .pp_right {
padding-right: 21px !important;
}
.pp_content, #pp_full_res img {
width: 100% !important;
height: 100% !important;
}
div.pp_default .pp_content_container .pp_details {
margin-top: 20px !important;
}
#pp_full_res iframe {
width: 100%;
}
}
@media only screen and (max-width: 479px) {
.pp_pic_holder {
left: 50% !important;
width: 98% !important;
margin-left: -49% !important;
}
div.pp_default .pp_content_container .pp_right {
padding-right: 21px !important;
}
.pp_content, #pp_full_res img {
width: 100% !important;
height: 100% !important;
}
div.pp_default .pp_content_container .pp_details {
margin-top: 20px !important;
}
#pp_full_res iframe {
width: 100%;
}
}
.page h1.page-title {
margin-top: 0;
}  .dropdown-menu {
min-width: 14rem;
} body .ovamenu_shrink_mobile,
body .ovamenu_shrink {
-webkit-transition: padding-top 0.3 linear, padding-bottom 0.3s linear;
transition: padding-top 0.3s linear, padding-bottom 0.3s linear;  }
body .ovamenu_shrink_mobile.active_fixed,
body .ovamenu_shrink.active_fixed {
position: fixed;
top: 0px;
width: 100%;
left: 0;
z-index: 999;
background: #fff;
box-shadow: 0px 1px 6px 0px #c5c5c5;  }
body .ovamenu_shrink_mobile.active_fixed.padding_tb,
body .ovamenu_shrink.active_fixed.padding_tb {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
body .ovamenu_shrink_mobile.active_fixed.bg_dark,
body .ovamenu_shrink.active_fixed.bg_dark {
background-color: #343434 !important;
box-shadow: 0px 1px 6px 0px #696969;
}
body .ovamenu_shrink_mobile.active_fixed.bg_white,
body .ovamenu_shrink.active_fixed.bg_white {
background-color: #fff !important;
}
body.admin-bar .ovamenu_shrink_mobile.active_fixed,
body.admin-bar .ovamenu_shrink.active_fixed {
top: 32px;
}
@media (max-width: 782.98px) {
body.admin-bar .ovamenu_shrink_mobile.active_fixed,
body.admin-bar .ovamenu_shrink.active_fixed {
top: 46px;
}
}
@media (max-width: 599.98px) {
body.admin-bar .ovamenu_shrink_mobile.active_fixed,
body.admin-bar .ovamenu_shrink.active_fixed {
top: 0px;
}
}
body.admin-bar .ovamenu_shrink_mobile.active_fixed.bg_dark,
body.admin-bar .ovamenu_shrink.active_fixed.bg_dark {
background-color: #343434 !important;
box-shadow: 0px 1px 6px 0px #696969;
}
body.admin-bar .ovamenu_shrink_mobile.active_fixed.bg_white,
body.admin-bar .ovamenu_shrink.active_fixed.bg_white {
background-color: #fff !important;
}
.ovatheme_header_default nav.navbar,
.ovatheme_header_default nav.navbar {
width: 100%;      }
.ovatheme_header_default nav.navbar .navbar-brand,
.ovatheme_header_default nav.navbar .navbar-brand {
padding-top: 30px;
padding-bottom: 30px;
font-weight: bold;
text-transform: uppercase;
}
.ovatheme_header_default nav.navbar li a,
.ovatheme_header_default nav.navbar li a {
text-transform: uppercase;
color: #343434;
font-weight: 500;
padding: 30px 15px;
font-size: 14px;
display: inline-block;
}
.ovatheme_header_default nav.navbar li.menu-item-has-children > a,
.ovatheme_header_default nav.navbar li.menu-item-has-children > a {
width: 100%;
}
.ovatheme_header_default nav.navbar li.menu-item-has-children > a:after,
.ovatheme_header_default nav.navbar li.menu-item-has-children > a: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;
float: right;
margin-top: 10px;
}
.ovatheme_header_default nav.navbar li.menu-item-has-children .dropdown-toggle,
.ovatheme_header_default nav.navbar li.menu-item-has-children .dropdown-toggle {
display: none;
}
.ovatheme_header_default nav.navbar li.menu-item-has-children i.arrow_carrot-down,
.ovatheme_header_default nav.navbar li.menu-item-has-children i.arrow_carrot-down {
display: none;
}
.ovatheme_header_default nav.navbar ul.dropdown-menu li > a,
.ovatheme_header_default nav.navbar ul.dropdown-menu li > a {
padding: 7px 15px;
display: inline-block;
white-space: nowrap;
}
.ovatheme_header_default nav.navbar ul.dropdown-menu > .active > a,
.ovatheme_header_default nav.navbar ul.dropdown-menu > .active > a {
background-color: transparent;
}
.ovatheme_header_default nav.navbar ul.dropdown-menu > .active > a:focus, .ovatheme_header_default nav.navbar ul.dropdown-menu > .active > a:hover,
.ovatheme_header_default nav.navbar ul.dropdown-menu > .active > a:focus,
.ovatheme_header_default nav.navbar ul.dropdown-menu > .active > a:hover {
background-color: transparent;
}
.ovatheme_header_default nav.navbar ul.nav > li:last-child > a,
.ovatheme_header_default nav.navbar ul.nav > li:last-child > a {
padding-right: 0;
}
.ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu ul.dropdown-menu,
.ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu ul.dropdown-menu {
right: 100%;
left: auto;
top: 0;
}
@media (min-width: 992px) {
.ovatheme_header_default nav.navbar ul.nav li.dropdown:hover > ul,
.ovatheme_header_default nav.navbar ul.nav li.dropdown:hover > ul {
display: block;
top: 100%;
margin: 0;
}
.ovatheme_header_default nav.navbar ul.nav ul li.dropdown:hover > ul,
.ovatheme_header_default nav.navbar ul.nav ul li.dropdown:hover > ul {
top: 0;
}
}
@media (max-width: 991.98px) {
.ovatheme_header_default nav.navbar button.navbar-toggler:focus,
.ovatheme_header_default nav.navbar button.navbar-toggler:focus {
outline: none;
}
.ovatheme_header_default nav.navbar ul.nav li > a,
.ovatheme_header_default nav.navbar ul.nav li > a {
width: 100%;
border-bottom: 1px solid #eee;
padding-left: 0;
}
.ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu,
.ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu {
border: none;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
margin-left: 10px;
}
.ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu li.dropdown .dropdown-toggle,
.ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu li.dropdown .dropdown-toggle {
display: none;
}
.ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu ul.dropdown-menu,
.ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu ul.dropdown-menu {
display: block;
border: none;
}
.ovatheme_header_default nav.navbar li a,
.ovatheme_header_default nav.navbar li a {
padding: 7px 0px;
display: inline-block;
}
.ovatheme_header_default nav.navbar li.dropdown > a:after,
.ovatheme_header_default nav.navbar li.dropdown > a:after {
display: none;
}
.ovatheme_header_default nav.navbar li.dropdown .dropdown-toggle,
.ovatheme_header_default nav.navbar li.dropdown .dropdown-toggle {
display: inline-block;
padding-left: 0px;
position: absolute;
right: 10px;
top: 8px;
background: transparent;
border: none;
}
.ovatheme_header_default nav.navbar li.dropdown .dropdown-toggle:focus,
.ovatheme_header_default nav.navbar li.dropdown .dropdown-toggle:focus {
outline: none;
}
.ovatheme_header_default nav.navbar li.active_sub > ul.dropdown-menu,
.ovatheme_header_default nav.navbar li.active_sub > ul.dropdown-menu {
display: block;
}
.ovatheme_header_default nav.navbar .navbar-brand,
.ovatheme_header_default nav.navbar .navbar-brand {
padding-top: 15px;
padding-bottom: 15px;
}
} .ovatheme_header_default .ova-mega-menu {
width: 100% !important;
margin-top: -15px;
} .woocommerce {        }
.woocommerce .col-sidebar {
padding-left: 0;
padding-right: 0;
}
.woocommerce .right_sidebar {
padding-left: 60px;
}
.woocommerce .left_sidebar {
padding-right: 60px;
}
@media (max-width: 991.98px) {
.woocommerce .right_sidebar {
padding-left: 0px;
}
.woocommerce .left_sidebar {
padding-right: 0px;
}
.woocommerce.single-product .page-section > .container > .row {
display: block;
}
}
@media (max-width: 767.98px) {
.woocommerce .col-sidebar {
padding-left: 15px;
padding-right: 15px;
}
.woocommerce .ovatheme_woo_nosidebar {
padding-left: 15px;
padding-right: 15px;
}
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .button {
font-size: 100%;
margin: 0;
line-height: 1;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: 12px 25px;
font-weight: 500;
border-radius: 4px;
left: auto;
color: #515151;
background-color: #ebe9eb;
border: 0;
display: inline-block;
background-image: none;
box-shadow: none;
text-shadow: none;
}
.woocommerce .breadcrumb-muzze {
background-repeat: no-repeat !important;
background-position: center right !important;
background-size: cover !important;
position: relative;
margin-bottom: 80px;
}
.woocommerce .breadcrumb-muzze:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.woocommerce .breadcrumb-muzze .page-title {
font-size: 60px;
color: #fff;
padding: 114px 0px 127px 0;
margin-top: 0;
margin-bottom: 0;
line-height: 60px;
font-family: "Lora";
font-weight: 400;
position: relative;
z-index: 1;
}
.woocommerce h1.page-title {
margin-top: 0;
}
.woocommerce .woocommerce-result-count {
font-size: 17px;
font-weight: 400;
color: #777777;
margin-top: 16px;
}
@media (max-width: 767px) {
.woocommerce .woocommerce-result-count {
width: 100%;
text-align: center;
}
}
.woocommerce .woocommerce-ordering {
margin-bottom: 54px;
}
@media (max-width: 767px) {
.woocommerce .woocommerce-ordering {
text-align: center;
width: 100%;
}
}
.woocommerce .woocommerce-ordering .select2-hidden-accessible:focus {
outline: none;
}
.woocommerce .woocommerce-ordering .select2-container--default:focus {
outline: none;
}
.woocommerce .woocommerce-ordering .select2-container--default .select2-selection--single {
border-color: #c1b696;
height: 50px;
line-height: 50px;
color: #777777;
font-family: "Archivo";
font-size: 16px;
font-weight: 400;
}
.woocommerce .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 50px;
color: #777777;
padding-left: 14px;
padding-right: 79px;
}
.woocommerce .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 50px;
}
.woocommerce .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #777777 transparent transparent transparent;
left: 2px;
}
.woocommerce ul.products li.product {
margin-bottom: 3.5em;
}
.woocommerce ul.products li.product .onsale {
border-radius: 0;
margin-right: 0;
margin-top: 0;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
font-size: 17px;
color: #343434;
font-family: "Lora";
font-weight: 400;
color: #25282e;
padding-top: 23px;
padding-bottom: 9px;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title a {
color: #343434;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title a:hover {
color: #515358;
}
.woocommerce ul.products li.product .star-rating:before {
color: #c1b696;
}
.woocommerce ul.products li.product .star-rating span {
color: #c1b696;
}
.woocommerce ul.products li.product .price {
font-size: 17px;
font-family: "Archivo";
font-weight: 400;
color: #555555;  }
.woocommerce ul.products li.product .price del {
padding-right: 5px;
}
.woocommerce ul.products li.product .price ins {
text-decoration: none;
}
.woocommerce ul.products li.product .add_to_cart_button {
display: block;
background: #25282e;
color: #fff;
text-align: center;
border-radius: 0;
font-size: 15px;
text-transform: uppercase;
-webkit-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
line-height: 26px;
margin-top: -66px;
}
.woocommerce ul.products li.product .add_to_cart_button.loading {
opacity: 0.85;
}
.woocommerce ul.products li.product .add_to_cart_button.added {
opacity: 1;
}
.woocommerce ul.products li.product .added_to_cart {
font-size: 16px;
color: #555555;
}
.woocommerce ul.products li.product:hover .add_to_cart_button {
opacity: 1;
}
.woocommerce.single-product #woo-sidebar,
.woocommerce.single-product #main-content-woo-single {
padding-top: 110px;
width: 100%;
}
@media (max-width: 1024px) {
.woocommerce.single-product #woo-sidebar {
padding-top: 30px;
}
}
.woocommerce.single-product .product {        }
.woocommerce.single-product .product .woocommerce-product-gallery__wrapper {
position: relative;
padding-left: 108px !important;
}
@media (max-width: 767px) {
.woocommerce.single-product .product .woocommerce-product-gallery__wrapper {
padding-left: 0 !important;
}
}
.woocommerce.single-product .product .woo-thumbnails {
width: auto;
display: block;
position: absolute;
top: 107px;
left: -105px;
width: 300px;
transform: rotate(90deg);
}
@media (max-width: 767px) {
.woocommerce.single-product .product .woo-thumbnails {
transform: initial;
top: auto;
bottom: 0;
left: 0;
width: auto;
position: static;
margin-top: 30px;
}
}
.woocommerce.single-product .product .woo-thumbnails .item {
transform: rotate(-90deg);
}
@media (max-width: 767px) {
.woocommerce.single-product .product .woo-thumbnails .item {
transform: initial;
}
}
.woocommerce.single-product .product .woo-thumbnails .owl-nav {
position: absolute;
right: -40px;
bottom: 12px;
}
@media (max-width: 767px) {
.woocommerce.single-product .product .woo-thumbnails .owl-nav {
position: static;
}
}
.woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-next, .woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-prev {
width: 30px;
height: 30px;
display: block;
color: #25282e;
}
.woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-next:focus, .woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-prev:focus {
outline: none;
}
.woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-next:hover, .woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-prev:hover {
color: #c1b696;
}
.woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-next.disabled, .woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-prev.disabled {
color: #c1b696;
}
.woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-next span, .woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-prev span {
text-indent: -10000px;
position: relative;
display: block;
}
.woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-next span:before, .woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-prev span:before {
position: absolute;
top: 0;
left: 0;
font-size: 25px;
font-family: "ElegantIcons";
text-indent: 0;
}
@media (max-width: 767px) {
.woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-next, .woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-prev {
position: absolute;
top: 50%;
}
}
.woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-next span:before {
content: "5";
}
.woocommerce.single-product .product .woo-thumbnails .owl-nav .owl-prev span:before {
content: "4";
}
@media (max-width: 767.98px) {
.woocommerce.single-product .product .woo-thumbnails button.owl-prev {
left: 0px;
}
.woocommerce.single-product .product .woo-thumbnails button.owl-prev span {
background-color: #fff !important;
padding: 1px 0px 0px 5px;
}
.woocommerce.single-product .product .woo-thumbnails button.owl-next {
right: 0px;
}
.woocommerce.single-product .product .woo-thumbnails button.owl-next span {
background-color: #fff !important;
padding: 1px 0px 0px 5px;
}
}
.woocommerce.single-product .product .onsale {
border-radius: 0;
left: calc(48% - 44.36px);
top: 50px;
}
@media (max-width: 767px) {
.woocommerce.single-product .product .onsale {
left: calc(100% - 44.36px);
}
}
.woocommerce.single-product .product .product_title {
font-size: 40px;
font-weight: 400;
font-family: "Lora";
margin-bottom: 2px;
color: #25282e;
}
.woocommerce.single-product .product .woocommerce-product-rating {
margin-bottom: 4px;
}
.woocommerce.single-product .product .woocommerce-product-rating .star-rating {
margin-right: 10px !important;
}
.woocommerce.single-product .product .woocommerce-product-rating .star-rating span:before {
color: #c1b696;
}
.woocommerce.single-product .product .woocommerce-product-rating .star-rating span .rating:before {
color: #c1b696;
}
.woocommerce.single-product .product .woocommerce-product-rating .woocommerce-review-link {
font-size: 17px;
color: #999999;
font-weight: 400;
}
.woocommerce.single-product .product .price {
color: #343434;
font-size: 20px;
color: #777777;
font-weight: 400;
margin-bottom: 17px;
}
.woocommerce.single-product .product .price del {
padding-right: 5px;
}
.woocommerce.single-product .product .price ins {
text-decoration: none;
font-weight: 400;
}
.woocommerce.single-product .product .woocommerce-product-details__short-description p {
margin-bottom: 23px;
font-size: 17px;
font-weight: 400;
color: #555555;
}
.woocommerce.single-product .product .product_meta {
display: flex;
flex-wrap: wrap;
}
.woocommerce.single-product .product .product_meta > span {
display: block;
font-size: 16px;
color: #222222;
font-weight: 400;
flex: 0 0 100%;
}
.woocommerce.single-product .product .product_meta > span:not(:last-child) {
margin-bottom: 10px;
}
.woocommerce.single-product .product .product_meta > span a, .woocommerce.single-product .product .product_meta > span span {
color: #777777;
}
.woocommerce.single-product .product form.cart table {
border-color: transparent;
}
.woocommerce.single-product .product form.cart table td ins {
text-decoration: none;
}
.woocommerce.single-product .product form.cart table td del {
margin-right: 10px;
}
.woocommerce.single-product .product form.cart .variations td .reset_variations {
font-size: 14px;
margin-top: 10px;
display: inline-block;
}
.woocommerce.single-product .product form.cart .single_variation_wrap .price del {
opacity: 1;
color: #777777;
font-size: 18px;
}
.woocommerce.single-product .product form.cart .single_variation_wrap .price ins {
opacity: 1;
color: #222222;
font-size: 18px;
}
.woocommerce.single-product .product .cart {
margin-bottom: 25px;
margin-top: 38px;
}
.woocommerce.single-product .product .cart .quantity {
margin-right: 22px;
}
.woocommerce.single-product .product .cart .quantity .qty {
height: 50px;
border: 1px solid #e8e8e8;
font-size: 17px;
color: #222222;
}
.woocommerce.single-product .product .cart .single_add_to_cart_button {
height: 50px !important;
line-height: 50px;
background: #25282e;
color: #fff;
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
padding: 0 44px;
border-radius: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.woocommerce.single-product .product .cart .single_add_to_cart_button:focus {
outline: none;
}
.woocommerce.single-product .product .cart .single_add_to_cart_button {
height: 40px;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs {
padding: 10px 0px;
margin-bottom: 46px;
text-align: center;
border-top: 0;
padding-bottom: 0;
padding-top: 52px;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs:before {
border: none;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs:after {
content: "";
background: #eeeeee;
height: 1px;
width: 100%;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li {
border: none;
background-color: transparent;
border-color: transparent;
padding-left: 31px;
padding-right: 31px;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li:before, .woocommerce.single-product .product .woocommerce-tabs ul.tabs li:after {
display: none;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a {
opacity: 1;
color: #999999;
font-size: 20px;
font-weight: 400;
padding-bottom: 0.8em;
-webkit-transition: all 0.3s;
transition: all 0.3s;
position: relative;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a:after {
content: "";
position: absolute;
width: 0;
height: 1px;
left: 0;
bottom: -1px;
background: #c1b696;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a:hover {
color: #25282e;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a:hover:after {
width: 100%;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active a {
opacity: 1;
position: relative;
color: #25282e;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active a:after {
content: "";
background: #c1b696;
height: 1px;
width: 100%;
position: absolute;
left: 0;
bottom: -1px;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--description {
padding-left: 210px;
padding-right: 220px;
}
@media (max-width: 767px) {
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--description {
padding-left: 0;
padding-right: 0;
}
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--description p {
font-weight: 400;
font-size: 16px;
color: #777777;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
padding-left: 170px;
padding-right: 270px; }
@media (max-width: 767px) {
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 768px) {
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper,
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
width: 100%;
}
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
width: 100%;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments h2.woocommerce-Reviews-title {
margin-top: 0;
font-size: 30px;
font-weight: 400;
color: #25282e;
font-family: "Lora";
margin-bottom: 32px;
text-transform: capitalize;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist {
padding-left: 0;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist li {
margin-bottom: 29px !important;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist li:last-child {
margin-bottom: 60px !important;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist li .comment_container img.avatar {
width: 70px !important;
height: auto !important;
padding: 0 !important;
border-radius: 50%;
border: 0;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text {
margin-left: 96px !important;
border-color: #e8e8e8 !important;
padding: 29px 29px 29px 26px !important;
border-radius: 0 !important;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .star-rating:before {
color: #cccccc;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .star-rating span:before {
color: #25282e;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .meta {
font-size: 17px !important;
font-weight: 400;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
color: #25282e;
font-weight: 400 !important;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__dash {
color: #222222;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
color: #888888;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments ol.commentlist li .comment_container .comment-text .description p {
font-size: 16px;
font-weight: 400;
color: #888888;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
width: 100%;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
font-weight: 400;
display: block;
font-size: 30px;
margin-bottom: 13px;
font-family: "Lora";
color: #25282e;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-notes {
font-size: 17px;
color: #777777;
font-weight: 400;
margin-bottom: 32px !important;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-rating {
display: flex;
align-items: center;
margin-bottom: 14px;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-rating label {
font-size: 16px;
color: #555555;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars {
margin-left: 60px !important;
margin-bottom: 0 !important;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars span a {
color: #cccccc;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars span a:before {
color: #25282e;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-rating .select2-container--default {
display: none;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-comment,
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-email,
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-author {
display: flex;
margin-bottom: 4px !important;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-comment label,
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-email label,
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-author label {
display: block;
width: 24%;
font-size: 16px;
color: #555555;
font-weight: 400;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-comment textarea,
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-email textarea,
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-author textarea {
border-radius: 0;
border: 1px solid #e8e8e8;
padding-left: 5px;
height: 120px !important;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-comment textarea:focus,
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-email textarea:focus,
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-author textarea:focus {
outline: none;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-comment input,
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-email input,
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-form-author input {
width: 100%;
height: 45px;
border-radius: 0;
border: 1px solid #e8e8e8;
padding-left: 5px;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .form-submit {
display: flex;
width: 80.8%;
margin-left: auto !important;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .form-submit input#submit {
margin-top: 6px;
height: 50px;
line-height: 50px;
padding: 0 38px;
background: #25282e;
color: #fff;
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
border-radius: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
padding-left: 218px;
padding-right: 224px;
}
@media (max-width: 767px) {
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
padding-left: 0;
padding-right: 0;
}
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information h2 {
display: none;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes {
border: 0;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tr {
border: 0;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tr th, .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tr td {
border-left: 0;
border-right: 0;
border-top: 0;
border-bottom: 1px dotted #d0d0d0 !important;
font-size: 17px;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tr th {
padding-left: 0 !important;
color: #555555;
font-weight: 400;
text-transform: capitalize;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tr td {
color: #777777;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tr:last-child th, .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tr:last-child td {
border-bottom: 0 !important;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tr:nth-child(even) th, .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes tr:nth-child(even) td {
background: transparent !important;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--description, .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews, .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
@media (max-width: 768px) {
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--description, .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews, .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
padding-left: 0;
padding-right: 0;
}
}
.woocommerce.single-product .product .related.products > h2 {
font-family: "Lora";
font-size: 40px;
color: #25282e;
font-weight: 400;
margin-top: 82px;
margin-bottom: 40px;
text-transform: capitalize;
}
.woocommerce #customer_details .col-1 {
flex: none;
max-width: 100%;
padding-left: 0;
}
.woocommerce #customer_details .col-2 {
flex: none;
max-width: 100%;
padding-right: 0;
}
.woocommerce #customer_details p.form-row label {
display: block;
width: 100%;
}
.woocommerce #customer_details p.form-row .woocommerce-input-wrapper {
width: 100%;
}
.woocommerce #customer_details p.form-row .woocommerce-input-wrapper input {
padding: 5px;
}
.woocommerce .woocommerce-additional-fields .woocommerce-input-wrapper {
width: 100%;
padding: 5px;
}
.woocommerce .share_social {
display: flex;
align-items: center;
cursor: pointer;
position: relative;
padding-top: 25px;
width: fit-content;
}
.woocommerce .share_social i {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background-color: #c8c9cb;
color: #fff;
border-radius: 50%;
margin-right: 10px;
}
.woocommerce .share_social span.ova_label {
font-size: 16px;
color: #25282e;
font-weight: 400;
}
.woocommerce .share_social .share-social-icons {
padding-left: 0px;
list-style-type: none;
background-color: #fff;
min-width: 160px;
-webkit-box-shadow: 0px 5px 30px 0px;
box-shadow: 0px 5px 30px 0px;
position: absolute;
bottom: 100%;
left: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.woocommerce .share_social .share-social-icons li {
padding-left: 18px;
border-bottom: 1px solid #e8e8e8;
}
.woocommerce .share_social .share-social-icons li a {
padding-bottom: 5px;
padding-top: 7px;
display: inline-block;
font-size: 15px;
line-height: 24px;
color: #777777;
}
.woocommerce .share_social:hover .share-social-icons {
opacity: 1;
visibility: visible;
}
.select2-container--open .select2-dropdown--above {
border-color: #c1b696;
}
.select2-container--open .select2-dropdown--above .select2-search input.select2-search__field {
border-color: #e8e8e8;
}
.select2-container--open .select2-dropdown--above .select2-results ul.select2-results__options li.select2-results__option {
font-size: 15px;
color: #999999;
font-weight: 400;
font-family: "Archivo";
padding-left: 15px;
padding-right: 15px;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.select2-container--open .select2-dropdown--above .select2-results ul.select2-results__options li.select2-results__option:hover {
background: #25282e !important;
color: #fff;
} .woocommerce-pagination ul.page-numbers {
border: 0 !important;
}
.woocommerce-pagination ul.page-numbers li {
margin: 0 5px !important;
border-right: 0 !important;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
border: 1px solid #c1b696;
padding: 0;
height: 53px;
width: 53px;
line-height: 53px;
color: #c1b696;
font-size: 18px;
font-weight: 700;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
color: #25282e;
background: rgba(225, 225, 225, 0.2);
}
.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
color: #25282e;
background: rgba(225, 225, 225, 0.2);
}
.woocommerce-pagination ul.page-numbers li .page-numbers.next, .woocommerce-pagination ul.page-numbers li .page-numbers.prev {
display: block;
text-indent: -9999px;
position: relative;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.next:after, .woocommerce-pagination ul.page-numbers li .page-numbers.prev:after {
position: absolute;
content: "";
font-family: ElegantIcons;
top: 0;
left: 0;
right: 0;
text-indent: 0;
font-size: 18px;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.next:after {
content: "5";
}
.woocommerce-pagination ul.page-numbers li .page-numbers.prev:after {
content: "4";
} .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table {
border: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table thead tr {
background: #e9ebed;
font-size: 17px;
color: #25282e;
font-weight: 400;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table thead tr th {
border: 0;
font-weight: 400;
color: #25282e;
text-transform: initial;
padding: 0 12px;
height: 56px;
line-height: 56px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr {
border-top: 0;
border-right: 0;
border-left: 0;
}
@media (max-width: 768px) {
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr {
margin-bottom: 10px;
border-bottom: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr:nth-child(2n) td {
background: transparent;
}
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td {
border-top: 0;
border-right: 0;
border-left: 0;
border-color: #e8e8e8;
font-size: 16px;
color: #25282e;
font-weight: 400;
padding: 0 12px;
height: 100px;
line-height: 99px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation {
display: flex;
flex-wrap: wrap;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation dd, .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation dt {
margin: 0 !important;
flex: 0 0 50%;
height: 50px;
display: flex;
align-items: center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td .variation dd p {
height: 100%;
display: flex;
align-items: center;
}
@media (max-width: 768px) {
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td:nth-child(2n) {
background: transparent;
}
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td a:hover {
color: #25282e;
}
@media (max-width: 768px) {
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-remove {
height: 50px;
padding-top: 10px;
}
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-remove a {
color: #25282e !important;
background: #fff;
border: 1px solid #e5e5e5;
height: 26px;
width: 26px;
line-height: 22px;
text-align: center;
font-weight: 400;
font-size: 16px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail img {
width: 60px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-name a {
color: #777777;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.product-quantity .quantity input.qty {
border-color: #e8e8e8;
height: 34px;
padding-left: 8px;
padding-right: 5px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions {
border-bottom: 0;
padding-top: 25px;
height: auto;
line-height: initial;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions .coupon input.input-text {
width: 160px;
font-size: 15px;
color: #999999;
height: 40px;
border-color: #e8e8e8;
margin-right: 10px;
}
@media (max-width: 768px) {
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions .coupon input.input-text {
width: 48%;
}
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions .coupon button.button {
border: 2px solid #e8e8e8;
border-radius: 0;
height: 40px;
font-size: 16px;
color: #222222;
background: #fff;
padding: 0 20px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions .coupon button.button:hover {
border-color: #c1b696;
background: #c1b696;
color: #fff;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions button.button {
background: #c1b696;
color: #fff;
border-radius: 0;
height: 40px;
padding: 0 22px;
font-size: 16px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
font-family: "Lora";
font-size: 30px;
font-weight: 400;
color: #25282e;
margin-bottom: 32px;
margin-top: 41px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table {
border-radius: 0;
border-color: #e8e8e8;
}
@media (max-width: 768px) {
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr {
border: 0;
}
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr th {
background: #fcfcfc;
font-size: 17px;
font-weight: 400;
color: #25282e;
text-transform: initial;
padding-left: 20px;
border-bottom: 0;
border-right: 1px solid #e8e8e8;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr th:last-child {
border-right: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr td {
font-size: 16px;
font-weight: 400;
color: #25282e;
border-bottom: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.cart-subtotal th, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.cart-subtotal td {
height: 56px;
padding-top: 0;
padding-bottom: 0;
line-height: 56px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.cart-subtotal td {
padding-left: 20px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping th {
padding-left: 20px;
padding-top: 15px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td .woocommerce-shipping-methods li label {
font-size: 15px;
color: #777777;
font-weight: 400;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td p.woocommerce-shipping-destination {
font-size: 15px;
color: #777777;
font-weight: 400;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td form.woocommerce-shipping-calculator a.shipping-calculator-button {
font-size: 15px;
color: #c1b696;
font-weight: 400;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .shipping-calculator-form .form-row span.select2-container--default .select2-selection--single {
border-color: #e8e8e8;
font-size: 15px;
color: #999999;
font-weight: 400;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .shipping-calculator-form .form-row input.input-text {
border-color: #e8e8e8;
font-size: 15px;
color: #999999;
font-weight: 400;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td form.woocommerce-shipping-calculator .shipping-calculator-form .button {
background: #eeeeee;
font-size: 15px;
font-weight: 400;
color: #25282e;
padding-left: 20px;
padding-right: 20px;
margin: 3px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total th, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total td {
padding-top: 15px;
padding-bottom: 15px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total td {
padding-left: 20px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total td .amount {
font-weight: 400;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
padding-top: 19px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
color: #fff;
background: #25282e;
border-radius: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
} .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
background: #edeff1;
color: #777777;
font-size: 17px;
font-weight: 400;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
color: #25282e;
}
.woocommerce-checkout .woocommerce-form-coupon {
border-color: #e8e8e8 !important;
border-radius: 0 !important;
}
.woocommerce-checkout .woocommerce-form-coupon p {
font-size: 16px;
color: #777777;
font-weight: 400;
}
.woocommerce-checkout .woocommerce-form-coupon p.form-row .input-text {
border-color: #e8e8e8;
font-size: 15px;
color: #999999;
}
.woocommerce-checkout .woocommerce-form-coupon p.form-row .button {
border-radius: 0;
background: #eeeeee;
font-size: 15px;
color: #25282e;
font-weight: 400;
}
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message {
background: #edeff1;
color: #777777;
font-size: 17px;
font-weight: 400;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-billing-fields h3 {
font-family: "Lora";
font-size: 30px;
color: #25282e;
font-weight: 400;
text-transform: capitalize;
margin-top: 23px;
margin-bottom: 21px;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
font-size: 16px;
color: #555555;
font-weight: 400;
margin-bottom: 1px;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label .required {
color: #c1b696;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input.input-text {
border-color: #e8e8e8;
font-size: 15px;
color: #999999;
height: 45px;
padding-left: 15px !important;
padding-right: 15px !important;
border-radius: 5px;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
border-color: #e8e8e8;
font-size: 15px;
color: #999999;
padding-left: 15px;
padding-right: 15px;
height: 45px;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single:focus {
outline: none;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px;
color: #999999;
padding-left: 0;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 45px;
right: 10px;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-account-fields .form-row.create-account {
margin-top: 3px;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-account-fields .form-row.create-account label {
font-size: 16px;
color: #555555;
font-weight: 400;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-account-fields .form-row.create-account label input.input-checkbox {
border-radius: 0;
width: 20px;
height: 20px;
margin-right: 4px;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-account-fields .create-account label {
font-size: 16px;
color: #555555;
font-weight: 400;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-account-fields .create-account label .required {
color: #c1b696;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-account-fields .create-account input#account_password, .woocommerce-checkout .checkout #customer_details .woocommerce-account-fields .create-account input#account_username {
border-color: #e8e8e8;
font-size: 15px;
font-weight: 400;
color: #999999;
height: 45px;
padding-left: 15px;
padding-right: 15px;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-shipping-fields h3#ship-to-different-address {
font-size: 30px;
font-family: "Lora";
font-weight: 400;
color: #25282e;
margin-top: 22px;
margin-bottom: 10px;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-shipping-fields h3#ship-to-different-address label {
display: flex;
align-items: center;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-shipping-fields h3#ship-to-different-address label .input-checkbox {
margin-right: 12px;
border-radius: 0;
width: 20px;
height: 20px;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-shipping-fields .shipping_address .form-row label {
font-size: 16px;
color: #555555;
font-weight: 400;
margin-bottom: 1px;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-shipping-fields .shipping_address .form-row label .required {
color: #c1b696;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-shipping-fields .shipping_address .form-row input.input-text {
border-color: #e8e8e8;
font-size: 15px;
color: #999999;
height: 45px;
padding-left: 15px !important;
padding-right: 15px !important;
border-radius: 5px;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-shipping-fields .shipping_address .form-row .select2-container--default .select2-selection--single {
border-color: #e8e8e8;
font-size: 15px;
color: #999999;
padding-left: 15px;
padding-right: 15px;
height: 45px;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-shipping-fields .shipping_address .form-row .select2-container--default .select2-selection--single:focus {
outline: none;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-shipping-fields .shipping_address .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px;
color: #999999;
padding-left: 0;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-shipping-fields .shipping_address .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 45px;
right: 10px;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-additional-fields__field-wrapper .form-row label {
font-size: 16px;
color: #555555;
font-weight: 400;
margin-bottom: -4px;
}
.woocommerce-checkout .checkout #customer_details .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea.input-text {
border-color: #e8e8e8;
border-radius: 5px;
height: 80px;
padding: 10px;
font-size: 15px;
color: #999999;
}
.woocommerce-checkout .checkout h3#order_review_heading {
font-size: 30px;
font-family: "Lora";
color: #25282e;
font-weight: 400;
text-transform: capitalize;
margin-top: 41px;
margin-bottom: 33px;
}
.woocommerce-checkout .checkout #order_review .shop_table {
border-color: #e8e8e8;
margin-bottom: 40px;
}
.woocommerce-checkout .checkout #order_review .shop_table thead tr th {
border-top: 0;
border-left: 0;
border-right: 0;
border-color: #e8e8e8;
font-size: 17px;
color: #222222;
font-weight: 400;
text-transform: initial;
height: 54px;
padding: 0 15px;
}
.woocommerce-checkout .checkout #order_review .shop_table tbody tr td {
border: 0;
font-size: 16px;
color: #777777;
font-weight: 400;
height: 54px;
}
.woocommerce-checkout .checkout #order_review .shop_table tfoot tr th, .woocommerce-checkout .checkout #order_review .shop_table tfoot tr td {
border-left: 0;
border-right: 0;
border-bottom: 0;
border-color: #e8e8e8;
padding: 0 15px;
height: 54px;
font-size: 17px;
color: #25282e;
font-weight: 400;
text-transform: initial;
}
.woocommerce-checkout .checkout #order_review .shop_table tfoot tr td span.amount {
font-size: 16px;
font-weight: 400px;
}
.woocommerce-checkout .checkout #order_review .shop_table tfoot tr.shipping th, .woocommerce-checkout .checkout #order_review .shop_table tfoot tr.shipping td {
height: auto;
padding-top: 10px;
padding-bottom: 12px;
}
.woocommerce-checkout .checkout #order_review .woocommerce-checkout-payment {
background: #edeff1;
}
.woocommerce-checkout .checkout #order_review .woocommerce-checkout-payment .methods {
border-color: #e0e0e0;
padding-left: 25px;
padding-right: 25px;
}
.woocommerce-checkout .checkout #order_review .woocommerce-checkout-payment .methods li input.input-radio {
height: auto;
margin-right: 7px;
}
.woocommerce-checkout .checkout #order_review .woocommerce-checkout-payment .methods li label {
font-size: 16px;
color: #25282e;
font-weight: 400;
text-transform: capitalize;
}
.woocommerce-checkout .checkout #order_review .woocommerce-checkout-payment .methods li .payment_box {
background: #fff;
margin-top: 3px;
}
.woocommerce-checkout .checkout #order_review .woocommerce-checkout-payment .methods li .payment_box p {
background: #ffffff;
font-size: 16px;
color: #888888;
}
.woocommerce-checkout .checkout #order_review .woocommerce-checkout-payment .methods li .payment_box:before {
border-right-color: transparent;
border-left-color: transparent;
border-bottom-color: #fff;
}
.woocommerce-checkout .checkout #order_review .woocommerce-checkout-payment .place-order {
display: block;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 21px;
}
.woocommerce-checkout .checkout #order_review .woocommerce-checkout-payment .place-order button.button {
background: #25282e;
text-transform: uppercase;
font-size: 16px;
height: 60px;
line-height: 60px;
padding: 0 45px;
border-radius: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.woocommerce-checkout .checkout #order_review .woocommerce-checkout-payment .place-order button.button:focus {
outline: none;
}
.woocommerce-cart .wrap_site, .woocommerce-checkout .wrap_site {
padding-top: 43px;
}
.woocommerce-cart .page-title, .woocommerce-checkout .page-title {
font-size: 60px;
font-family: "Lora";
font-weight: 400;
color: #25282e;
text-align: center;
margin-bottom: 55px;
} @media (max-width: 640px) {
.woocommerce-order-received .woocommerce-order ul.woocommerce-thankyou-order-details {
padding-left: 0;
}
}
@media (max-width: 640px) {
.woocommerce-order-received .woocommerce-order ul.woocommerce-thankyou-order-details li {
display: flex;
width: 100%;
align-items: center;
border-right: 0;
border-bottom: 1px dashed #d3ced2;
padding: 8px 0;
}
.woocommerce-order-received .woocommerce-order ul.woocommerce-thankyou-order-details li strong {
padding-left: 10px;
}
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details h2 {
font-size: 30px;
font-family: "Lora";
color: #25282e;
font-weight: 400;
text-transform: capitalize;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .shop_table {
border-color: #e8e8e8;
margin-bottom: 40px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .shop_table thead tr th {
border-top: 0;
border-left: 0;
border-right: 0;
border-color: #e8e8e8;
font-size: 17px;
color: #222222;
font-weight: 400;
text-transform: initial;
height: 54px;
padding: 0 15px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .shop_table tbody tr td {
border: 0;
font-size: 16px;
color: #777777;
font-weight: 400;
height: 54px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .shop_table tfoot tr th, .woocommerce-order-received .woocommerce-order .woocommerce-order-details .shop_table tfoot tr td {
border-left: 0;
border-right: 0;
border-bottom: 0;
border-color: #e8e8e8;
padding: 0 15px;
height: 54px;
font-size: 17px;
color: #25282e;
font-weight: 600;
text-transform: initial;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .shop_table tfoot tr td span.amount {
font-size: 16px;
font-weight: 600px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .shop_table tfoot tr.shipping th, .woocommerce-order-received .woocommerce-order .woocommerce-order-details .shop_table tfoot tr.shipping td {
height: auto;
padding-top: 10px;
padding-bottom: 12px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .addresses .col-1, .woocommerce-order-received .woocommerce-order .woocommerce-customer-details .addresses .col-2 {
max-width: 100%;
} .woocommerce-account .wrap_site {
padding-top: 96px;
}
.woocommerce-account h2.post-title {
font-size: 60px;
font-family: "Lora";
font-weight: 400;
color: #25282e;
text-align: center;
margin-bottom: 55px;
margin-top: 26px !important;
display: none;
}
.woocommerce-account .page-title {
font-size: 60px;
font-family: "Lora";
font-weight: 400;
color: #25282e;
text-align: center;
margin-bottom: 55px;
display: none;
}
.woocommerce-account .u-columns {
max-width: 450px;
width: 100%;
margin: auto;
}
.woocommerce-account .u-columns .tab-content {
margin-top: 15px;
}
.woocommerce-account .u-columns .u-column1, .woocommerce-account .u-columns .u-column2 {
-webkit-box-flex: 100%;
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
float: none;
width: 100%;
}
@media (max-width: 768px) {
.woocommerce-account .u-columns .u-column1, .woocommerce-account .u-columns .u-column2 {
float: left;
}
}
@media (max-width: 640px) {
.woocommerce-account .u-columns .u-column1, .woocommerce-account .u-columns .u-column2 {
flex: 100%;
max-width: 100%;
}
}
.woocommerce-account .u-columns .nav {
justify-content: center;
border: 0;
}
.woocommerce-account .u-columns .nav li {
padding-left: 13px;
padding-right: 13px;
}
.woocommerce-account .u-columns .nav li a {
padding: 0;
font-size: 20px;
color: #999999;
font-weight: 400;
border: 0;
position: relative;
}
.woocommerce-account .u-columns .nav li a.active {
color: #25282e;
}
.woocommerce-account .u-columns .nav li a.active:after {
content: "";
width: 100%;
height: 2px;
background: #25282e;
position: absolute;
bottom: -6px;
left: 0;
}
.woocommerce-account .u-columns h2 {
font-size: 30px;
font-family: "Lora";
color: #25282e;
font-weight: 400;
text-transform: capitalize;
}
.woocommerce-account .lost_reset_password, .woocommerce-account .woocommerce-form-login, .woocommerce-account .edit-account, .woocommerce-account .login, .woocommerce-account .register {
padding: 0 !important;
border: 0 !important;
}
.woocommerce-account .lost_reset_password p, .woocommerce-account .woocommerce-form-login p, .woocommerce-account .edit-account p, .woocommerce-account .login p, .woocommerce-account .register p {
font-size: 14px;
}
.woocommerce-account .lost_reset_password .form-row label, .woocommerce-account .woocommerce-form-login .form-row label, .woocommerce-account .edit-account .form-row label, .woocommerce-account .login .form-row label, .woocommerce-account .register .form-row label {
font-size: 16px;
color: #555555;
margin-bottom: 1px;
}
.woocommerce-account .lost_reset_password .form-row label .required, .woocommerce-account .woocommerce-form-login .form-row label .required, .woocommerce-account .edit-account .form-row label .required, .woocommerce-account .login .form-row label .required, .woocommerce-account .register .form-row label .required {
color: #c1b696;
}
.woocommerce-account .lost_reset_password .form-row input, .woocommerce-account .woocommerce-form-login .form-row input, .woocommerce-account .edit-account .form-row input, .woocommerce-account .login .form-row input, .woocommerce-account .register .form-row input {
height: 45px;
border: 1px solid #e8e8e8;
border-radius: 0;
padding-left: 10px;
padding-right: 10px;
font-size: 15px;
color: #555555;
}
.woocommerce-account .lost_reset_password .form-row button.button, .woocommerce-account .woocommerce-form-login .form-row button.button, .woocommerce-account .edit-account .form-row button.button, .woocommerce-account .login .form-row button.button, .woocommerce-account .register .form-row button.button {
background-color: #222222;
color: #fff;
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
border-radius: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
width: 100%;
height: 50px;
line-height: 50px;
padding: 0;
}
.woocommerce-account .lost_reset_password .form-row button.button:hover, .woocommerce-account .woocommerce-form-login .form-row button.button:hover, .woocommerce-account .edit-account .form-row button.button:hover, .woocommerce-account .login .form-row button.button:hover, .woocommerce-account .register .form-row button.button:hover {
background: #000 !important;
border-color: #000 !important;
color: #fff;
}
.woocommerce-account .lost_reset_password .form-row-first {
width: 100%;
}
.woocommerce-account .login .lost_password {
display: flex;
justify-content: space-between;
margin-bottom: 9px;
}
.woocommerce-account .login .lost_password label {
display: block;
padding-left: 3px !important;
}
.woocommerce-account .login .lost_password label input.woocommerce-form__input-checkbox {
height: 15px;
width: 15px;
}
.woocommerce-account .login .lost_password label span {
font-size: 16px;
color: #555555;
padding-left: 7px;
}
.woocommerce-account .login .lost_password a {
font-size: 16px;
color: #25282e;
padding-right: 3px;
}
.woocommerce-account .woocommerce-form-login label.inline {
display: flex !important;
align-items: center;
padding-left: 10px;
}
.woocommerce-account .woocommerce-form-login label.inline span {
padding-left: 3px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
list-style: none;
padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
padding: 7px 10px;
border-radius: 3px;
background: #ededed;
margin-bottom: 3px;
-webkit-transition: all 0.2s;
transition: 0.2s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
background: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
font-size: 14px;
color: #000;
-webkit-transition: all 0.2s;
transition: all 0.2s;
display: block;
font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
color: #fff;
}
@media (max-width: 768px) {
.woocommerce-account .woocommerce-MyAccount-content {
margin-top: 20px;
}
}
.woocommerce-account .woocommerce-MyAccount-content p {
font-size: 14px;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account button {
padding: 15px 30px;
font-weight: 500;
color: #fff;
-webkit-transition: all 0.3s;
transition: all 0.3s;
font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account button:focus {
outline: none;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account button:hover {
background: #000 !important;
color: #fff;
}
@media (max-width: 768px) {
.woocommerce-account .woocommerce-MyAccount-content .account-orders-table {
border: 0;
}
}
.woocommerce-account .woocommerce-MyAccount-content .account-orders-table thead tr {
border-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .account-orders-table thead tr th {
border: 0;
}
@media (max-width: 768px) {
.woocommerce-account .woocommerce-MyAccount-content .account-orders-table tbody tr {
margin-top: 10px;
border: 0;
}
}
.woocommerce-account .woocommerce-MyAccount-content .account-orders-table tbody tr td {
border-left: 0;
border-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .account-orders-table tbody tr td:last-child {
border-right: 0;
}
@media (max-width: 768px) {
.woocommerce-account .woocommerce-MyAccount-content .account-orders-table tbody tr td {
border-right: 0;
}
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
flex: 48%;
max-width: 48%;
display: block;
}
@media (max-width: 480px) {
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
flex: 100%;
max-width: 100%;
}
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label {
font-size: 14px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input {
height: 40px;
border: 1px solid #dbdbdb;
border-radius: 4px;
padding-left: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button {
border-width: 1px;
border-style: solid;
border-color: #b9a271;
background-color: #b9a271;
padding: 15px 30px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
border-radius: 4px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button:hover {
background: #000 !important;
border-color: #000 !important;
color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button:focus {
outline: none;
}
@media (max-width: 767px) {
.pp_content_container .pp_details {
margin-top: 30px;
}
}
@media (max-width: 640px) {
.pp_content_container .pp_gallery, .pp_content_container .pp_hoverContainer {
display: none !important;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.pp_pic_holder {
left: 50% !important;
width: 98% !important;
margin-left: -49% !important;
}
div.pp_default .pp_content_container .pp_right {
padding-right: 21px !important;
}
.pp_content, #pp_full_res img {
width: 100% !important;
height: 100% !important;
}
div.pp_default .pp_content_container .pp_details {
margin-top: 20px !important;
}
#pp_full_res iframe {
width: 100%;
}
}
@media only screen and (max-width: 479px) {
.pp_pic_holder {
left: 50% !important;
width: 98% !important;
margin-left: -49% !important;
}
div.pp_default .pp_content_container .pp_right {
padding-right: 21px !important;
}
.pp_content, #pp_full_res img {
width: 100% !important;
height: 100% !important;
}
div.pp_default .pp_content_container .pp_details {
margin-top: 20px !important;
}
#pp_full_res iframe {
width: 100%;
}
} .blog_header {
max-width: 1190px;
margin: 0 auto;
padding: 100px 10px 0 10px;
text-align: center;
}
.blog_header .title-blog, .blog_header .title-blog-archive {
font-size: 60px;
line-height: 1.2;
color: #25282e;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 38px;
padding-bottom: 15px;
}
.blog_header .title-blog-archive {
padding-top: 0px;
padding-bottom: 16px;
}
.blog_header p {
font-size: 22px;
line-height: 1.2;
color: #888888;
margin-bottom: 71px;
}
.blog_header .link-all-blog {
font-size: 18px;
line-height: 22px;
color: #999999;
display: flex;
justify-content: center;
align-items: center;
}
.blog_header .link-all-blog:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "";
padding-right: 7px;
font-size: 12px;
}
.blog_header .link-all-blog:hover {
color: #b9a271;
}
.blog_header .title-blog-single {
font-size: 50px;
line-height: 60px;
color: #25282e;
margin: 0;
margin-top: 44px;
word-break: break-word;
}
.blog_header .post-meta-content {
display: inline-block;
margin-top: 24px;
margin-bottom: 61px;
}
.blog_header .post-meta-content span, .blog_header .post-meta-content a {
font-size: 20px;
line-height: 22px;
color: #777777;
font-weight: normal;
text-transform: capitalize;
}
.blog_header .post-meta-content span.right, .blog_header .post-meta-content a.right {
font-weight: normal;
}
.blog_header .post-meta-content .post-author a, .blog_header .post-meta-content .categories a {
color: #25282e;
font-weight: normal;
display: inline-block;
}
.blog_header .post-meta-content .post-author a:hover, .blog_header .post-meta-content .categories a:hover {
color: #b9a271;
}
.ovatheme_breadcrumbs + .blog_header {
padding-top: 36px;
}
.detail-blog-muzze article.post-wrap {
margin-bottom: 3px;
}
.detail-blog-muzze article.post-wrap .post-media {
margin-bottom: 30px;
}
.detail-blog-muzze .socials {
border-bottom: 1px solid #e8e8e8;
padding-top: 27px;
padding-bottom: 19px;
display: flex;
justify-content: space-between;
clear: both;
}
.detail-blog-muzze .socials .tags {
margin-top: 12px;
margin-bottom: 0px;
display: flex;
flex-wrap: wrap;
align-items: center;
color: #777777;
font-size: 15px;
}
.detail-blog-muzze .socials .tags span.ovatags {
margin: 0;
padding: 0;
padding-right: 10px;
font-size: 17px;
line-height: 22px;
color: #25282e;
text-transform: capitalize;
}
.detail-blog-muzze .socials .tags a {
margin: 0;
padding: 0;
font-size: 17px;
color: #777777;
background-color: transparent;
}
.detail-blog-muzze .socials .tags a:not(:last-child) {
padding-right: 10px;
}
.detail-blog-muzze .socials .tags a:hover {
color: #b9a271;
}
.detail-blog-muzze .socials .socials-inner {
position: relative;
}
.detail-blog-muzze .socials .socials-inner .share-social {
display: flex;
align-items: center;
cursor: pointer;
padding-top: 15px;
width: fit-content;
}
.detail-blog-muzze .socials .socials-inner .share-social i {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background-color: #bfbfbf;
color: #fff;
border-radius: 50%;
margin-right: 10px;
}
.detail-blog-muzze .socials .socials-inner .share-social span {
color: #25282e;
font-size: 16px;
line-height: 24px;
}
.detail-blog-muzze .socials .socials-inner .share-social .share-social-icons {
padding-left: 0px;
list-style-type: none;
background-color: #fff;
min-width: 160px;
box-shadow: 0px 3px 15px -3px;
position: absolute;
bottom: 100%;
left: -10px;
display: none;
}
.detail-blog-muzze .socials .socials-inner .share-social .share-social-icons li {
padding-left: 18px;
border-bottom: 1px solid #e8e8e8;
}
.detail-blog-muzze .socials .socials-inner .share-social .share-social-icons li a {
padding-bottom: 5px;
padding-top: 7px;
display: inline-block;
font-size: 15px;
line-height: 24px;
color: #777777;
}
.detail-blog-muzze .socials .socials-inner .share-social .share-social-icons li a:hover {
color: #c1b696;
}
.detail-blog-muzze .socials .socials-inner:hover .share-social-icons {
display: block;
transition: 0.5s all;
}
.detail-blog-muzze .post-categories {
display: none;
}
.detail-blog-muzze .author_meta h2.title-author {
font-size: 30px;
line-height: 1.2;
color: #25282e;
margin-top: 45px;
margin-bottom: 33px;
}
.detail-blog-muzze .author_meta .content-author {
display: flex;
padding: 30px 30px 23px 30px;
border: 1px solid #e5e5e5;
}
.detail-blog-muzze .author_meta .content-author .info {
padding-left: 30px;
}
.detail-blog-muzze .author_meta .content-author .info a.author_link {
font-size: 20px;
line-height: 26px;
color: #25282e;
text-transform: capitalize;
margin-bottom: 10px;
display: inline-block;
}
.detail-blog-muzze .author_meta .content-author .info .desc {
font-size: 17px;
line-height: 25px;
color: #777777;
}
.detail-blog-muzze .author_meta .content-author .info .desc a {
display: inline-block;
width: 36px;
height: 36px;
background-color: #bfbfbf;
position: relative;
transition: 0.3s;
}
.detail-blog-muzze .author_meta .content-author .info .desc a:hover {
background-color: #c1b696;
}
.detail-blog-muzze .author_meta .content-author .info .desc a:after {
font-family: "Font Awesome 5 Brands";
color: #ffffff;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.detail-blog-muzze .author_meta .content-author .info .desc a:nth-child(1) {
display: block;
visibility: hidden;
width: 100%;
height: 23px;
}
.detail-blog-muzze .author_meta .content-author .info .desc a:nth-child(2) {
margin-right: 3px;
}
.detail-blog-muzze .author_meta .content-author .info .desc a:nth-child(2):after {
content: "";
}
.detail-blog-muzze .author_meta .content-author .info .desc a:nth-child(3) {
margin-right: 3px;
}
.detail-blog-muzze .author_meta .content-author .info .desc a:nth-child(3):after {
content: "";
}
.detail-blog-muzze .author_meta .content-author .info .desc a:nth-child(4):after {
content: "";
}
article.post-wrap {
margin-bottom: 80px;
}
article.post-wrap.ova-blogsticky .post-content {
background-color: transparent;
}
article.post-wrap .post-content {
background-color: #fff;
}
article.post-wrap .post-media {
margin-bottom: 0px;
}
article.post-wrap .post-media + .post-content {
margin-right: 105px;
padding-right: 40px;
margin-top: -170px;
position: relative;
}
article.post-wrap .post-content .post-meta .post-meta-content {
margin: 0;
padding-top: 38px;
padding-bottom: 8px;
}
article.post-wrap .post-content .post-meta .post-meta-content span, article.post-wrap .post-content .post-meta .post-meta-content a {
font-size: 17px;
line-height: 22px;
color: #777777;
font-weight: normal;
text-transform: capitalize;
}
article.post-wrap .post-content .post-meta .post-meta-content span.right, article.post-wrap .post-content .post-meta .post-meta-content a.right {
font-weight: normal;
}
article.post-wrap .post-content .post-meta .post-meta-content .post-author a, article.post-wrap .post-content .post-meta .post-meta-content .categories a {
color: #25282e;
font-weight: normal;
display: inline-block;
}
article.post-wrap .post-content .post-meta .post-meta-content .post-author a:hover, article.post-wrap .post-content .post-meta .post-meta-content .categories a:hover {
color: #b9a271;
}
article.post-wrap .post-content h2.post-title {
margin-bottom: 22px;
font-size: 40px;
line-height: 50px;
}
article.post-wrap .post-content h2.post-title a {
font-size: 40px;
line-height: 50px;
color: #25282e;
text-transform: unset;
font-weight: normal;
}
article.post-wrap .post-content h2.post-title a:hover {
color: #515358;
}
article.post-wrap .post-content .post-body {
margin-bottom: 29px;
}
article.post-wrap .post-content .post-body .post-excerpt p {
font-size: 17px;
line-height: 26px;
color: #555555;
}
article.post-wrap .post-content .post-readmore a {
font-size: 16px;
line-height: 22px;
color: #25282e;
position: relative;
letter-spacing: 0.2px;
}
article.post-wrap .post-content .post-readmore a:before {
position: absolute;
left: 0;
bottom: -1px;
content: "";
width: 100%;
height: 2px;
background-color: #25282e;
}
article.post-wrap .post-content .post-readmore a:after {
position: absolute;
left: 0;
bottom: -1px;
content: "";
width: 0px;
height: 2px;
background-color: #25282e;
}
article.post-wrap .post-content .post-readmore a:hover:before {
width: 0;
transition: 0.001s;
}
article.post-wrap .post-content .post-readmore a:hover:after {
width: 100%;
transition: 0.4s;
}
.ova-default article.post-wrap .post-content {
margin-top: 0px;
margin-right: 0px;
padding-right: 0px;
background-color: transparent;
}
.ova-default article.post-wrap .post-content .post-meta .post-meta-content {
padding-top: 23px;
}
.ova-default article.post-wrap .post-content .post-title h2.post-title {
padding-top: 7px;
}
.ova-grid, .ova-grid_sidebar {
margin-left: -20px;
margin-right: -20px;
}
@media (max-width: 1024px) {
.ova-grid, .ova-grid_sidebar {
margin-left: -10px;
margin-right: -10px;
}
}
.ova-grid article.post-wrap, .ova-grid_sidebar article.post-wrap {
width: 33.33%;
padding-left: 20px;
padding-right: 20px;
}
@media (max-width: 1024px) {
.ova-grid article.post-wrap, .ova-grid_sidebar article.post-wrap {
padding-left: 10px;
padding-right: 10px;
}
}
.ova-grid article.post-wrap .post-media, .ova-grid_sidebar article.post-wrap .post-media {
border-left: 1px solid #fff;
}
.ova-grid article.post-wrap .post-media + .post-content, .ova-grid_sidebar article.post-wrap .post-media + .post-content {
margin-right: 50px;
padding-right: 20px;
margin-top: -80px;
}
.ova-grid article.post-wrap .post-content .post-meta .post-meta-content, .ova-grid_sidebar article.post-wrap .post-content .post-meta .post-meta-content {
margin: 0;
padding-top: 34px;
padding-bottom: 2px;
}
.ova-grid article.post-wrap .post-content .post-meta .post-meta-content .slash, .ova-grid article.post-wrap .post-content .post-meta .post-meta-content .post-author, .ova-grid article.post-wrap .post-content .post-meta .post-meta-content .categories, .ova-grid_sidebar article.post-wrap .post-content .post-meta .post-meta-content .slash, .ova-grid_sidebar article.post-wrap .post-content .post-meta .post-meta-content .post-author, .ova-grid_sidebar article.post-wrap .post-content .post-meta .post-meta-content .categories {
display: none;
}
.ova-grid article.post-wrap .post-content h2.post-title, .ova-grid_sidebar article.post-wrap .post-content h2.post-title {
margin-bottom: 22px;
font-size: 28px;
line-height: 35px;
margin-top: 10px;
}
.ova-grid article.post-wrap .post-content h2.post-title a, .ova-grid_sidebar article.post-wrap .post-content h2.post-title a {
font-size: 28px;
line-height: 35px;
}
.ova-grid article.post-wrap .post-content .post-body .post-excerpt, .ova-grid_sidebar article.post-wrap .post-content .post-body .post-excerpt {
color: #777777;
font-size: 17px;
line-height: 26px;
}
.ova-grid article.post-wrap .post-content .post-body .post-excerpt p, .ova-grid_sidebar article.post-wrap .post-content .post-body .post-excerpt p {
color: #777777;
}
.ova-grid + .pagination-wrapper, .ova-grid_sidebar + .pagination-wrapper {
margin-top: 0px;
}
.ova-grid_sidebar article.post-wrap {
width: 50%;
}
.pagination-wrapper {
margin: 0px;
padding: 0px 0 110px 0;
margin-top: 40px;
}
.pagination-wrapper .blog_pagination {
margin: 0px;
}
.pagination-wrapper .blog_pagination .pagination {
justify-content: center;
}
.pagination-wrapper .blog_pagination .pagination li a {
border-radius: 0px;
margin-right: 0px;
color: #25282e;
font-size: 16px;
line-height: 22px;
width: 40px;
height: 40px;
padding: 0px;
border: 1px solid #e5e5e5;
display: flex;
justify-content: center;
align-items: center;
}
.pagination-wrapper .blog_pagination .pagination li a i {
font-size: 20px;
}
.pagination-wrapper .blog_pagination .pagination li a:hover, .pagination-wrapper .blog_pagination .pagination li a:focus {
color: #fff !important;
background-color: #25282e;
border-color: #25282e;
}
.pagination-wrapper .blog_pagination .pagination li:not(:last-child) a {
border-right: none;
}
.pagination-wrapper .blog_pagination .pagination li.active a {
color: #fff;
background-color: #25282e;
border-color: #25282e;
}
.sidebar .widget h4.widget-title {
font-family: Lora;
text-transform: unset;
font-size: 24px;
line-height: 1.2;
color: #25282e;
border-bottom: 1px solid #e8e8e8;
}
.sidebar .widget.widget_custom_html {
margin-bottom: 37px;
}
.sidebar .widget.widget_custom_html .search-form {
position: relative;
}
.sidebar .widget.widget_custom_html .search-form input.search-field {
width: 100%;
border: 1px solid #e8e8e8;
padding: 20px 15px;
height: 48px;
color: #999999;
border-radius: 2px;
}
.sidebar .widget.widget_custom_html .search-form input.search-field::placeholder {
color: #999999;
}
.sidebar .widget.widget_custom_html .search-form button.search-submit {
position: absolute;
top: 1px;
right: 1px;
background-color: #fff;
border: none;
height: 46px;
cursor: pointer;
width: 46px;
padding: 0;
padding-right: 10px;
}
.sidebar .widget.widget_custom_html .search-form button.search-submit i {
font-size: 16px;
color: #999999;
}
.sidebar .widget.widget_tag_cloud {
margin-bottom: 37px;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
padding: 8px 15px 6px 15px;
border: 1px solid #e5e5e5;
font-size: 15px;
line-height: 1.2;
color: #555555;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
background-color: unset;
color: #b9a271;
}
.sidebar .widget.widget_categories, .sidebar .widget.widget_archive, .sidebar .widget.widget_meta, .sidebar .widget.widget_pages, .sidebar .widget.widget_nav_menu {
margin-bottom: 40px;
}
.sidebar .widget.widget_categories h4.widget-title, .sidebar .widget.widget_archive h4.widget-title, .sidebar .widget.widget_meta h4.widget-title, .sidebar .widget.widget_pages h4.widget-title, .sidebar .widget.widget_nav_menu h4.widget-title {
padding-bottom: 14px;
margin-bottom: 23px;
}
.sidebar .widget.widget_categories ul, .sidebar .widget.widget_archive ul, .sidebar .widget.widget_meta ul, .sidebar .widget.widget_pages ul, .sidebar .widget.widget_nav_menu ul {
list-style-type: disc;
list-style-position: inside;
}
.sidebar .widget.widget_categories ul li, .sidebar .widget.widget_archive ul li, .sidebar .widget.widget_meta ul li, .sidebar .widget.widget_pages ul li, .sidebar .widget.widget_nav_menu ul li {
border-top: none;
padding: 4px 0;
}
.sidebar .widget.widget_categories ul li .children, .sidebar .widget.widget_archive ul li .children, .sidebar .widget.widget_meta ul li .children, .sidebar .widget.widget_pages ul li .children, .sidebar .widget.widget_nav_menu ul li .children {
border: none;
margin-top: 0px;
margin-bottom: 0px;
padding: 4px 0px;
}
.sidebar .widget.widget_categories ul li .sub-menu, .sidebar .widget.widget_archive ul li .sub-menu, .sidebar .widget.widget_meta ul li .sub-menu, .sidebar .widget.widget_pages ul li .sub-menu, .sidebar .widget.widget_nav_menu ul li .sub-menu {
border: none;
margin-top: 0px;
margin-bottom: 0px;
padding: 4px 0px;
}
.sidebar .widget.widget_categories ul li a, .sidebar .widget.widget_archive ul li a, .sidebar .widget.widget_meta ul li a, .sidebar .widget.widget_pages ul li a, .sidebar .widget.widget_nav_menu ul li a {
font-size: 16px;
line-height: 1.2;
color: #777777;
display: inline-block;
margin: 0;
padding: 0;
}
.sidebar .widget.widget_categories ul li a:hover, .sidebar .widget.widget_archive ul li a:hover, .sidebar .widget.widget_meta ul li a:hover, .sidebar .widget.widget_pages ul li a:hover, .sidebar .widget.widget_nav_menu ul li a:hover {
color: #b9a271;
}
.sidebar .widget.widget_nav_menu ul li a, .sidebar .widget.widget_pages ul li a {
margin-left: -10px;
}
.sidebar .widget.widget_meta ul {
list-style-type: none;
}
.sidebar .widget.widget_meta ul li a {
margin: 0px;
}
.sidebar .widget.widget_meta ul li:after {
display: none;
}
.sidebar .widget .ova-recent-post-slide .list-recent-post .item-recent-post {
position: relative;
}
.sidebar .widget .ova-recent-post-slide .list-recent-post .item-recent-post .image {
display: inline-block;
width: 100%;
height: 250px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
.sidebar .widget .ova-recent-post-slide .list-recent-post .item-recent-post .image:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(180deg, transparent, #000);
opacity: 0.8;
}
.sidebar .widget .ova-recent-post-slide .list-recent-post .item-recent-post .content {
position: absolute;
bottom: 35px;
left: 0;
text-align: center;
width: 100%;
padding: 0px 30px;
}
.sidebar .widget .ova-recent-post-slide .list-recent-post .item-recent-post .content .meta span {
font-size: 17px;
line-height: 22px;
color: #ffffff;
}
.sidebar .widget .ova-recent-post-slide .list-recent-post .item-recent-post .content h2.title {
margin: 0px;
font-size: 18px;
line-height: 24px;
color: #ffffff;
margin-top: 7px;
}
.sidebar .widget .ova-recent-post-slide .list-recent-post .item-recent-post .content h2.title a {
font-size: 18px;
color: #ffffff;
line-height: 24px;
}
.sidebar .widget .ova-recent-post-slide .list-recent-post .item-recent-post .content h2.title a:hover {
color: #c1b696;
}
.sidebar .widget .ova-recent-post-slide .list-recent-post .owl-nav {
display: none;
}
.sidebar .widget .ova-recent-post-slide .list-recent-post .owl-dots {
text-align: center;
width: 100%;
background-color: transparent;
padding-top: 8px;
}
.sidebar .widget .ova-recent-post-slide .list-recent-post .owl-dots .owl-dot {
width: 10px;
height: 10px;
background-color: #fff !important;
border: 1px solid rgba(37, 40, 46, 0.6) !important;
margin-right: 10px;
outline: none;
border-radius: 50%;
}
.sidebar .widget .ova-recent-post-slide .list-recent-post .owl-dots .owl-dot.active {
background-color: rgba(37, 40, 46, 0.6) !important;
border: 1px solid transparent !important;
}
.content_comments .comments:after {
content: "";
display: block;
clear: both;
}
.content_comments .comments h4.number-comments {
margin: 0px;
color: #25282e;
font-family: "Lora", sans-serif;
font-size: 30px;
line-height: 1.2;
text-transform: capitalize;
padding: 11px 10px 13px 20px;
background-color: #edeff1;
margin-bottom: 20px;
margin-top: 60px;
}
.content_comments .comments ul.commentlists {
overflow: hidden;
border: 1px solid #e8e8e8;
border-bottom: none;
}
.content_comments .comments ul.commentlists li article.comment_item {
padding-left: 30px;
}
.content_comments .comments ul.commentlists li.comment {
margin: 0;
}
.content_comments .comments ul.commentlists li.comment .comment_item {
padding: 30px 0px 30px 25px;
margin-bottom: 0px;
position: relative;
}
.content_comments .comments ul.commentlists li.comment .comment_item:after {
position: absolute;
bottom: 0;
left: -600px;
content: "";
width: 3000px;
height: 1px;
background-color: #e8e8e8;
}
.content_comments .comments ul.commentlists li.comment .comment-author {
margin-right: 25px;
}
.content_comments .comments ul.commentlists li.comment .comment-author img {
border-radius: 100px;
}
.content_comments .comments ul.commentlists li.comment .comment-details .author-name {
display: block;
}
.content_comments .comments ul.commentlists li.comment .comment-details .author-name .name {
line-height: 1.2;
color: #25282e;
font-size: 18px;
font-weight: bold;
text-transform: capitalize;
margin-bottom: 6px;
}
.content_comments .comments ul.commentlists li.comment .comment-details .author-name .date {
line-height: 1.2;
color: #555555;
font-size: 16px;
margin-bottom: 16px;
}
.content_comments .comments ul.commentlists li.comment .comment-body {
padding-left: 95px;
padding-right: 30px;
}
.content_comments .comments ul.commentlists li.comment .comment-body p {
color: #777777;
font-size: 16px;
line-height: 24px;
}
.content_comments .comments ul.commentlists li.comment .comment-body .ova_reply {
padding: 0;
}
.content_comments .comments ul.commentlists li.comment .comment-body .ova_reply .comment-reply-link, .content_comments .comments ul.commentlists li.comment .comment-body .ova_reply .comment-edit-link {
display: inline-block;
padding: 2px 13px;
border: 1px solid #e8e8e8;
font-size: 15px;
line-height: 22px;
color: #777777;
text-transform: capitalize !important;
margin-top: 22px;
border-radius: 2px;
}
.content_comments .comments ul.commentlists li.comment .comment-body .ova_reply .comment-reply-link:hover, .content_comments .comments ul.commentlists li.comment .comment-body .ova_reply .comment-edit-link:hover {
color: #b9a271;
}
.content_comments .comments ul.commentlists li.comment .comment-body .ova_reply .comment-reply-link {
margin-right: 10px;
}
.content_comments .comments ul.commentlists li.comment .comment-respond {
padding: 0 30px;
}
.content_comments .comments ul.commentlists ul.children {
margin-left: 78px;
}
.content_comments .comments ul.commentlists ul.children:after {
content: "";
display: block;
clear: both;
}
.content_comments .comments .comment-respond h3.comment-reply-title {
margin-top: 38px;
margin-bottom: 0px;
}
@media (max-width: 767px) {
.content_comments .comments .comment-respond h3.comment-reply-title {
margin-top: 0px;
padding-top: 30px;
}
}
.content_comments .comments .comment-respond h3.comment-reply-title span.title-comment {
display: inline-block;
color: #25282e;
font-size: 30px;
line-height: 1.2;
text-transform: capitalize;
margin: 0;
padding: 0;
padding-bottom: 5px;
margin-bottom: 18px;
border-top: none;
}
.content_comments .comments .comment-respond small {
display: block;
clear: both;
}
.content_comments .comments .comment-respond small a {
color: #f00;
font-size: 15px;
}
.content_comments .comments .comment-respond .comment-form {
display: flex;
flex-wrap: wrap;
}
.content_comments .comments .comment-respond .comment-form .logged-in-as {
display: none;
}
.content_comments .comments .comment-respond .comment-form .text-comment {
flex: 0 0 100%;
}
.content_comments .comments .comment-respond .comment-form .text-comment textarea {
margin-bottom: 12px;
}
.content_comments .comments .comment-respond .comment-form .author {
flex: 0 0 50%;
padding-right: 10px;
}
.content_comments .comments .comment-respond .comment-form .author label {
position: relative;
}
.content_comments .comments .comment-respond .comment-form .author label:after {
font-family: FontAwesome;
content: "";
font-size: 6px;
position: absolute;
top: -5px;
right: -8px;
color: #c1b696;
}
.content_comments .comments .comment-respond .comment-form .email {
flex: 0 0 50%;
padding-left: 10px;
}
.content_comments .comments .comment-respond .comment-form .email label {
position: relative;
}
.content_comments .comments .comment-respond .comment-form .email label:after {
font-family: FontAwesome;
content: "";
font-size: 6px;
position: absolute;
top: -5px;
right: -8px;
color: #c1b696;
}
.content_comments .comments .comment-respond .comment-form label {
font-size: 17px;
line-height: 24px;
color: #555555;
}
.content_comments .comments .comment-respond .comment-form textarea, .content_comments .comments .comment-respond .comment-form input[type=text] {
color: #555555;
font-size: 17px;
line-height: 24px;
border-radius: 0px;
border-color: #e8e8e8;
margin-bottom: 12px;
}
.content_comments .comments .comment-respond .comment-form p.form-submit {
margin-top: 25px;
}
.content_comments .comments .comment-respond .comment-form p.form-submit input[type=submit] {
color: #fff !important;
font-size: 16px;
line-height: 26px;
background-color: #25282e;
border-radius: 0px !important;
border: none !important;
width: 195px;
height: 50px;
}
.content_comments .comments .comment-respond .comment-form p.form-submit #submit:hover {
background-color: #b9a271;
}
.content_comments .comments .comment-respond .comment-form .comment-form-cookies-consent {
display: flex;
align-items: center;
}
.content_comments .comments .comment-respond .comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
margin: 0 10px 0 0;
}
.content_comments .comments .comment-respond .comment-form .comment-form-cookies-consent label {
margin-bottom: 0;
}
.muzze_404_page .pnf-content {
text-align: center;
padding-top: 173px;
padding-bottom: 311px;
}
.muzze_404_page .pnf-content h2 {
font-size: 32px;
color: #25282e;
font-weight: 400;
margin-bottom: 10px;
margin-top: 24px;
}
.muzze_404_page .pnf-content p {
font-size: 17px;
color: #777777;
padding-left: 368px;
padding-right: 368px;
margin-bottom: 48px;
}
@media (max-width: 1024px) {
.muzze_404_page .pnf-content p {
padding-left: 0;
padding-right: 0;
}
}
.muzze_404_page .pnf-content .go_back {
font-size: 16px;
font-weight: 500;
color: #fff;
padding: 20px 28px;
background: #25282e;
text-transform: uppercase;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.muzze_404_page .pnf-content .go_back:hover {
background: #c1b696;
color: #fff;
}
@media (max-width: 1024px) {
.ova-grid_sidebar {
margin-right: -10px;
}
}
@media (max-width: 991px) {
article.post-wrap .post-media + .post-content {
margin-right: 0;
padding-right: 0;
margin-top: 0px;
}
.ova-grid article.post-wrap {
width: 50%;
}
.detail-blog-muzze .socials {
display: block;
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.blog_header .title-blog-archive {
font-size: 40px;
padding-top: 10px;
}
.blog_header p {
font-size: 20px;
margin-bottom: 30px;
}
.blog_header .title-blog-single {
font-size: 35px;
line-height: 40px;
}
.blog_header .post-meta-content .post-date, .blog_header .post-meta-content .wp-author, .blog_header .post-meta-content .wp-categories {
display: block;
margin-bottom: 5px;
}
.detail-blog-muzze .author_meta .content-author {
flex-wrap: wrap;
justify-content: center;
}
.detail-blog-muzze .author_meta .content-author .img {
padding-bottom: 20px;
}
.detail-blog-muzze .author_meta .content-author .img img {
border-radius: 50%;
}
.detail-blog-muzze .author_meta .content-author .info {
padding-left: 0;
text-align: center;
}
.detail-blog-muzze .socials {
margin-bottom: 30px;
}
.detail-blog-muzze .socials .socials-inner .share-social .share-social-icons {
margin-left: 10px;
}
.content_comments .comments .comment-respond .comment-form .author, .content_comments .comments .comment-respond .comment-form .email {
flex: 0 0 100%;
padding: 0px;
}
.content_comments .comments ul.commentlists ul.children {
margin-left: 10px;
}
.ova-grid article.post-wrap, .ova-grid_sidebar article.post-wrap {
width: 100%;
}
.ova-grid article.post-wrap .post-media + .post-content, .ova-grid_sidebar article.post-wrap .post-media + .post-content {
margin-right: 0;
padding-right: 0;
margin-top: 0px;
}
.ova-grid article.post-wrap .post-media + .post-content h2.post-title, .ova-grid_sidebar article.post-wrap .post-media + .post-content h2.post-title {
padding: 6px 0;
}
article.post-wrap .post-content h2.post-title {
margin-bottom: 9px;
}
article.post-wrap .post-content h2.post-title a {
font-size: 30px;
line-height: 35px;
}
article.post-wrap .post-content .post-meta .post-meta-content {
padding-top: 30px;
padding-bottom: 0px;
}
article.post-wrap .post-content .post-meta .post-meta-content span, article.post-wrap .post-content .post-meta .post-meta-content a {
font-size: 15px;
}
article.post-wrap .post-content .post-meta .post-meta-content .post-date, article.post-wrap .post-content .post-meta .post-meta-content .wp-author, article.post-wrap .post-content .post-meta .post-meta-content .wp-categories {
display: block;
}
article.post-wrap .post-content .post-meta .post-meta-content .wp-categories {
margin-bottom: 11px;
}
article.post-wrap .post-content .post-body .post-excerpt p {
font-size: 15px;
}
} @-moz-document url-prefix() {
.sidebar .widget.widget_categories ul li a, .sidebar .widget.widget_archive ul li a, .sidebar .widget.widget_pages ul li a, .sidebar .widget.widget_nav_menu ul li a {
margin-left: 8px;
}
}
ul.commentlists li.pingback:first-child {
margin-top: 20px;
} .muzze-gallery-1 .cbp-l-filters-button {
margin: 0 auto;
margin-bottom: 50px;
max-width: 1170px;
}
.muzze-gallery-1 .cbp-filter-item {
font-family: Archivo !important;
font-size: 18px !important;
border: 0 !important;
background-color: transparent !important;
color: #999999 !important;
margin: 0 !important;
padding: 0 12px !important;
}
.muzze-gallery-1 .cbp-filter-item:first-child {
padding-left: 0 !important;
}
@media (max-width: 480px) {
.muzze-gallery-1 .cbp-filter-item:first-child {
padding-left: 12px !important;
}
}
.muzze-gallery-1 .cbp-filter-item-active {
color: #25282e !important;
}
.muzze-gallery-1 .cbp-filter-counter-wrap {
display: none;
}
.muzze-gallery-1 .cbp-item-wrapper:hover .cbp-caption-activeWrap {
opacity: 1;
transition: 0.6s all ease !important;
}
.muzze-gallery-1 .cbp-item-wrapper .cbp-caption-defaultWrap {
transform: translate(0) !important;
}
.muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap {
transform: translateY(-100%) !important;
height: 100%;
background-color: rgba(0, 0, 0, 0.6) !important;
opacity: 0;
transition: 0.6s all ease !important;
}
.muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft, .muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter {
top: 50%;
position: absolute;
display: block;
width: 100% !important;
height: auto !important;
}
.muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body {
position: relative;
display: block !important;
padding: 20px 0 !important;
}
.muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body:before {
position: absolute;
font-family: "themify";
content: "";
left: 50%;
top: -37px;
color: #ffffff;
transform: translateX(-50%);
z-index: 9;
font-size: 19px;
}
.muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body:after {
position: absolute;
content: "";
left: 50%;
top: -50px;
color: #ffffff;
background-color: #c1b696;
transform: translateX(-50%);
border-radius: 100%;
width: 52px;
height: 52px;
}
.muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body .cbp-l-caption-title {
text-align: center !important;
font-size: 24px !important;
font-family: Lora !important;
}
.muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body .cbp-l-caption-desc {
display: none !important;
}
@media (max-width: 1024px) {
.muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap {
position: relative !important;
width: 100% !important;
height: 100% !important;
transform: translateY(0) !important;
opacity: 1 !important;
background-color: transparent !important;
}
.muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft, .muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter {
position: relative !important;
}
.muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft .cbp-l-caption-body, .muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body {
padding: 15px 0 30px 0 !important;
}
.muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft .cbp-l-caption-body:before, .muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft .cbp-l-caption-body:after, .muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body:before, .muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body:after {
display: none;
}
.muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft .cbp-l-caption-body .cbp-l-caption-title, .muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body .cbp-l-caption-title {
text-align: left !important;
}
}
@media (max-width: 1024px) and (max-width: 480px) {
.muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft .cbp-l-caption-body .cbp-l-caption-title, .muzze-gallery-1 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body .cbp-l-caption-title {
text-align: center !important;
font-size: 18px !important;
}
}
.muzze-gallery-2 .cbp-l-filters-button {
margin: 0 auto;
margin-bottom: 73px;
max-width: 1170px;
text-align: right;
}
@media (max-width: 480px) {
.muzze-gallery-2 .cbp-l-filters-button {
text-align: center;
}
}
.muzze-gallery-2 .cbp-filter-item {
font-family: Archivo !important;
font-size: 18px !important;
border: 0 !important;
background-color: transparent !important;
color: #999999 !important;
margin: 0 !important;
padding: 0 12px !important;
}
.muzze-gallery-2 .cbp-filter-item:last-child {
padding-right: 0 !important;
}
@media (max-width: 480px) {
.muzze-gallery-2 .cbp-filter-item:last-child {
padding-left: 12px !important;
}
}
.muzze-gallery-2 .cbp-filter-item-active {
color: #25282e !important;
}
.muzze-gallery-2 .cbp-filter-counter-wrap {
display: none;
}
.muzze-gallery-2 .cbp-item-wrapper:hover .cbp-caption-activeWrap {
opacity: 1;
transition: 0.6s all ease !important;
}
.muzze-gallery-2 .cbp-item-wrapper .cbp-caption-defaultWrap {
transform: translate(0) !important;
}
.muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap {
transform: translateY(-100%) !important;
height: 100%;
background-color: rgba(0, 0, 0, 0.6) !important;
opacity: 0;
transition: 0.6s all ease !important;
}
.muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft, .muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter {
top: 50%;
position: absolute;
display: block;
width: 100% !important;
height: auto !important;
}
.muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body {
position: relative;
display: block !important;
padding: 20px 0 !important;
}
.muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body:before {
position: absolute;
font-family: "themify";
content: "";
left: 50%;
top: -37px;
color: #ffffff;
transform: translateX(-50%);
z-index: 9;
font-size: 19px;
}
.muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body:after {
position: absolute;
content: "";
left: 50%;
top: -50px;
color: #ffffff;
background-color: #c1b696;
transform: translateX(-50%);
border-radius: 100%;
width: 52px;
height: 52px;
}
.muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body .cbp-l-caption-title {
text-align: center !important;
font-size: 24px !important;
font-family: Lora !important;
}
.muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body .cbp-l-caption-desc {
display: none !important;
}
@media (max-width: 1024px) {
.muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap {
position: relative !important;
width: 100% !important;
height: 100% !important;
transform: translateY(0) !important;
opacity: 1 !important;
background-color: transparent !important;
}
.muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft, .muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter {
position: relative !important;
}
.muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft .cbp-l-caption-body, .muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body {
padding: 15px 0 30px 0 !important;
}
.muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft .cbp-l-caption-body:before, .muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft .cbp-l-caption-body:after, .muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body:before, .muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body:after {
display: none;
}
.muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft .cbp-l-caption-body .cbp-l-caption-title, .muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body .cbp-l-caption-title {
text-align: left !important;
color: #25282e !important;
}
}
@media (max-width: 1024px) and (max-width: 480px) {
.muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft .cbp-l-caption-body .cbp-l-caption-title, .muzze-gallery-2 .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body .cbp-l-caption-title {
font-size: 18px !important;
text-align: center !important;
}
}
.muzze-gallery-grid .cbp-l-filters-button {
margin: 0 auto;
margin-bottom: 50px;
max-width: 1170px;
text-align: left;
}
@media (max-width: 480px) {
.muzze-gallery-grid .cbp-l-filters-button {
text-align: center;
}
}
.muzze-gallery-grid .cbp-filter-item {
font-family: Archivo !important;
font-size: 18px !important;
border: 0 !important;
background-color: transparent !important;
color: #999999 !important;
margin: 0 !important;
padding: 0 12px !important;
}
.muzze-gallery-grid .cbp-filter-item:first-child {
padding-left: 0 !important;
}
@media (max-width: 480px) {
.muzze-gallery-grid .cbp-filter-item:first-child {
padding-left: 12px !important;
}
}
.muzze-gallery-grid .cbp-filter-item-active {
color: #25282e !important;
}
.muzze-gallery-grid .cbp-filter-counter-wrap {
display: none;
}
.muzze-gallery-grid .cbp-item-wrapper:hover .cbp-caption-activeWrap {
opacity: 1;
transition: 0.6s all ease !important;
}
.muzze-gallery-grid .cbp-item-wrapper .cbp-caption-defaultWrap {
transform: translate(0) !important;
}
.muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap {
transform: translateY(-100%) !important;
height: 100%;
background-color: rgba(0, 0, 0, 0.6) !important;
opacity: 0;
transition: 0.6s all ease !important;
}
.muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft, .muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter {
top: 50%;
position: absolute;
display: block;
width: 100% !important;
height: auto !important;
}
.muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body {
position: relative;
display: block !important;
padding: 20px 0 !important;
}
.muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body:before {
position: absolute;
font-family: "themify";
content: "";
left: 50%;
top: -37px;
color: #ffffff;
transform: translateX(-50%);
z-index: 9;
font-size: 19px;
}
.muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body:after {
position: absolute;
content: "";
left: 50%;
top: -50px;
color: #ffffff;
background-color: #c1b696;
transform: translateX(-50%);
border-radius: 100%;
width: 52px;
height: 52px;
}
.muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body .cbp-l-caption-title {
text-align: center !important;
font-size: 24px !important;
font-family: Lora !important;
}
.muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body .cbp-l-caption-desc {
display: none !important;
}
@media (max-width: 1024px) {
.muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap {
position: relative !important;
width: 100% !important;
height: 100% !important;
transform: translateY(0) !important;
opacity: 1 !important;
background-color: transparent !important;
}
.muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft, .muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter {
position: relative !important;
}
.muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft .cbp-l-caption-body, .muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body {
padding: 15px 0 30px 0 !important;
}
.muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft .cbp-l-caption-body:before, .muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft .cbp-l-caption-body:after, .muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body:before, .muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body:after {
display: none;
}
.muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft .cbp-l-caption-body .cbp-l-caption-title, .muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body .cbp-l-caption-title {
text-align: left !important;
color: #25282e !important;
}
}
@media (max-width: 1024px) and (max-width: 480px) {
.muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft .cbp-l-caption-body .cbp-l-caption-title, .muzze-gallery-grid .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter .cbp-l-caption-body .cbp-l-caption-title {
font-size: 18px !important;
text-align: center !important;
}
}
.muzze-gallery-slider .cbp-nav .cbp-nav-controls {
top: calc(50% - 30px) !important;
left: 0 !important;
transform: translateY(-50%) !important;
}
.muzze-gallery-slider .cbp-nav .cbp-nav-controls .cbp-nav-prev, .muzze-gallery-slider .cbp-nav .cbp-nav-controls .cbp-nav-next {
position: absolute !important;
padding: 30px 25px !important;
background-color: rgba(0, 0, 0, 0.6) !important;
}
.muzze-gallery-slider .cbp-nav .cbp-nav-controls .cbp-nav-prev {
border-radius: 0 5px 5px 0 !important;
}
.muzze-gallery-slider .cbp-nav .cbp-nav-controls .cbp-nav-next {
right: 0;
border-radius: 5px 0 0 5px !important;
}
.muzze-gallery-slider .cbp-item-wrapper:hover .cbp-caption-activeWrap {
opacity: 1;
transition: 0.6s all ease !important;
}
.muzze-gallery-slider .cbp-item-wrapper .cbp-caption-defaultWrap {
transform: translate(0) !important;
}
.muzze-gallery-slider .cbp-item-wrapper .cbp-caption-activeWrap {
transform: translateY(-100%) !important;
height: 100%;
background-color: rgba(0, 0, 0, 0.6) !important;
opacity: 0;
transition: 0.6s all ease !important;
}
.muzze-gallery-slider .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignLeft, .muzze-gallery-slider .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-alignCenter {
top: 50%;
position: absolute;
display: block;
width: 100% !important;
height: auto !important;
}
.muzze-gallery-slider .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body {
position: relative;
display: block !important;
padding: 20px 0 !important;
}
.muzze-gallery-slider .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body:before {
position: absolute;
font-family: "themify";
content: "";
left: 50%;
top: -37px;
color: #ffffff;
transform: translateX(-50%);
z-index: 9;
font-size: 19px;
}
.muzze-gallery-slider .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body:after {
position: absolute;
content: "";
left: 50%;
top: -50px;
color: #ffffff;
background-color: #c1b696;
transform: translateX(-50%);
border-radius: 100%;
width: 52px;
height: 52px;
}
.muzze-gallery-slider .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body .cbp-l-caption-title {
text-align: center !important;
font-size: 24px !important;
font-family: Lora !important;
}
@media (max-width: 480px) {
.muzze-gallery-slider .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body .cbp-l-caption-title {
font-size: 18px !important;
text-align: center !important;
}
}
.muzze-gallery-slider .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body .cbp-l-caption-desc {
display: none !important;
}
.muzze-gallery-caption .cbp-l-filters-button {
margin: 0 auto;
margin-bottom: 50px;
max-width: 1170px;
text-align: left;
}
@media (max-width: 480px) {
.muzze-gallery-caption .cbp-l-filters-button {
text-align: center;
}
}
.muzze-gallery-caption .cbp-filter-item {
font-family: Archivo !important;
font-size: 18px !important;
border: 0 !important;
background-color: transparent !important;
color: #999999 !important;
margin: 0 !important;
padding: 0 12px !important;
}
.muzze-gallery-caption .cbp-filter-item:first-child {
padding-left: 0 !important;
}
@media (max-width: 480px) {
.muzze-gallery-caption .cbp-filter-item:first-child {
padding-left: 12px !important;
}
}
.muzze-gallery-caption .cbp-filter-item-active {
color: #25282e !important;
}
.muzze-gallery-caption .cbp-filter-counter-wrap {
display: none;
}
.muzze-gallery-caption .cbp-item-wrapper {
position: relative !important;
}
.muzze-gallery-caption .cbp-item-wrapper:hover .cbp-caption:before, .muzze-gallery-caption .cbp-item-wrapper:hover .cbp-caption:after, .muzze-gallery-caption .cbp-item-wrapper:hover .cbp-caption-defaultWrap:after {
opacity: 1;
transition: 0.6s all ease !important;
}
.muzze-gallery-caption .cbp-item-wrapper .cbp-caption:before {
position: absolute;
font-family: "themify";
content: "";
left: 50%;
top: calc(50% - 42px);
color: #ffffff;
transform: translate(-50%, -50%);
z-index: 9;
transition: 0.6s all ease !important;
opacity: 0;
font-size: 19px;
}
.muzze-gallery-caption .cbp-item-wrapper .cbp-caption:after {
position: absolute;
content: "";
left: 50%;
top: calc(50% - 43px);
color: #ffffff;
background-color: #c1b696;
transform: translate(-50%, -50%);
border-radius: 100%;
width: 52px;
height: 52px;
z-index: 8;
transition: 0.6s all ease !important;
opacity: 0;
}
.muzze-gallery-caption .cbp-item-wrapper .cbp-caption-defaultWrap {
transform: translate(0) !important;
}
.muzze-gallery-caption .cbp-item-wrapper .cbp-caption-defaultWrap:after {
position: absolute;
content: "";
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.6) !important;
width: 100%;
height: 100%;
opacity: 0;
transition: 0.6s all ease !important;
}
.muzze-gallery-caption .cbp-item-wrapper .cbp-caption-activeWrap {
position: relative !important;
width: 100% !important;
height: 100% !important;
transform: translateY(0) !important;
background: transparent !important;
opacity: 1 !important;
transition: 0.6s all ease !important;
}
.muzze-gallery-caption .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body {
padding: 25px 0 37px 0 !important;
display: block !important;
}
@media (max-width: 1024px) {
.muzze-gallery-caption .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body {
padding: 15px 0 30px 0 !important;
}
}
.muzze-gallery-caption .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body .cbp-l-caption-title {
color: #25282e !important;
font-size: 24px !important;
text-align: left !important;
font-family: Lora !important;
}
@media (max-width: 480px) {
.muzze-gallery-caption .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body .cbp-l-caption-title {
font-size: 18px !important;
text-align: center !important;
}
}
.muzze-gallery-caption .cbp-item-wrapper .cbp-caption-activeWrap .cbp-l-caption-body .cbp-l-caption-desc {
display: none !important;
}