body {
font-family: 'Nunito Sans', sans-serif; font-size: 16px;
font-weight: 400;
}
#main {
overflow: hidden;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 22px;
} .btn.btn-primary {
background-color: #09d189;
color: #fff;
border-radius: 7px;
border-color: #09d189;
}
@media screen and (min-width: 768px) {
.btn-primary.focus, .btn-primary:hover,
.btn-secondary.focus, .btn-secondary:hover {
box-shadow: none !important;
opacity: 0.7;
}
}
.btn-primary.focus, .btn-primary:focus,
.btn-secondary.focus, .btn-secondary:focus {
box-shadow: none !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: initial;
border-color: initial;
}
.btn.btn-secondary {
background-color: transparent;
border: 2px solid #09d189;
border-radius: 7px;
color: #09d189;
}
.btn.btn-sm {
font-size: 14px;
padding: 3px 15px;
}
.btn.btn-lg {
font-size: 16px;
padding: 7px 17px;
}
.btn.btn-white {
color: #fff;
border-color: #fff;
} .navbar-nav {
padding-top: 40px;
min-height: 100vh;
}
.navbar-nav > li {
margin-bottom: 15px;
}
.navbar .nav-link {
font-weight: 400;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
}
.nav-item .btn.btn-primary {
font-size: 14px;
border-radius: 7px;
border-width: 2px;
padding: 10px 12px;
background-color: transparent !important;
border-color: #fff;
}
.navbar a.btn, .navbar a.btn:hover {
border-radius: 7px;
}
.navbar-light .navbar-nav .nav-item .drop-holder {
padding-left: 15px;
}
.navbar-light .navbar-nav .nav-item .drop-holder .nav-link {
text-transform: capitalize;
font-size: 14px;
}
.nav-item .drop-holder ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.logo-fixed {
display: none;
} .news-and-events {
}
.news-and-events h5 {
font-size: 35px;
color: #4683e7;
font-weight: 700;
}
.news__article {
padding: 10px;
height: 340px;
border-radius: 7px;
box-shadow: 5px 5px 10px 0 rgba(0,0,0,.6);
margin-bottom: 20px;
background-color: #fff;
}
.news__article .news__wrapper {
position: relative;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: 5px;
padding: 20px 25px;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
}
.news__article .news__wrapper::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.1));
z-index: 1;
}
.news__article .news__title,
.news__article .news__title a {
width: 100%;
position: relative;
font-size: 19px;
color: #fff;
line-height: 1.2;
font-weight: 700;
margin: 0 0 10px;
text-shadow: 2px 2px 3px #000;
z-index: 2;
}
.news__article .news__date,
.news__article .news__name-link {
width: 100%;
position: relative;
font-size: 11px;
text-transform: uppercase;
color: #fff;
text-decoration: none;
text-shadow: 2px 2px 3px #000;
z-index: 2;
margin-bottom: 10px;
font-weight: bold;
}
.news__article .news__text {
width: 100%;
position: relative;
font-size: 11px;
color: #fff;
text-shadow: 2px 2px 3px #000;
z-index: 2;
margin-bottom: 10px;
font-weight: 400;
}
.news__article .news__wrapper .btn-default {
position: relative;
z-index: 2;
}
.article__btn-holder {
text-align: center;
} .live-edit-area {
position: relative;
}
.live-edit-button {
text-indent: -999999px;
font-family: dashicons;
display: inline-block;
line-height: 1;
font-weight: 400;
font-style: normal;
speak: none;
text-decoration: inherit;
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 40px;
height: 40px;
font-size: 20px !important;
vertical-align: top;
text-align: center;
transition: color .1s ease-in;
color: #555555 !important;
border: #CCCCCC solid 1px !important;
}
.live-edit-button::before {
content: "\f464";
position: absolute;
top: 50%;
left: 50%;
text-indent: 0;
transform: translate(-50%, -50%);
}
.live-edit-button:hover {
opacity: 0.7;
}
.phone-image {
max-width: 60%;
} .form-control,
.mya-form .form-control {
height: 30px;
background-color: #fff;
border-radius: 7px;
border: 0;
padding-left: 15px;
color: #505050;
font-size: 12px;
font-weight: 400;
}
.form-group span[role="alert"] {
display: none;
}
.form-group .invalid-feedback {
font-size: 12px;
}
.form-group .wpcf7-not-valid + .invalid-feedback {
display: block;
}
.form-control::placeholder {
color: #505050;
font-size: 12px;
}
textarea.form-control,
.mya-form textarea.form-control {
height: calc(2.25rem + 2px);
resize: none;
}
.mya-form .last {
padding-bottom: 0;
} .featured-articles .news__article {
margin-bottom: 0;
}
.featured-articles h5 {
color: #ffffff;
font-size: 32px;
font-weight: bold;
}
.featured-articles .container {
padding-left: 5px;
padding-right: 5px;
}
.featured-articles .owl-carousel .owl-nav button > span {
display: none;
}
.featured-articles .owl-carousel .owl-nav button.owl-prev,
.featured-articles .owl-carousel .owl-nav button.owl-next {
position: absolute;
top: calc(50% - 12px);
left: -15px;
width: 24px;
height: 24px;
opacity: 0.7;
}
.featured-articles .owl-carousel .owl-nav button.owl-next {
right: -15px;
left: auto;
}
.featured-articles .owl-carousel .owl-nav button.owl-prev::after {
content: '';
position: absolute;
top: 7px;
left: 0;
width: 23px;
height: 2px;
background-color: #fefefe;
transform: rotate(-25deg);
}
.featured-articles .owl-carousel .owl-nav button.owl-prev::before {
content: '';
position: absolute;
top: 17px;
left: 0;
width: 23px;
height: 2px;
background-color: #fefefe;
transform: rotate(25deg);
}
.featured-articles .owl-carousel .owl-nav button.owl-next::after {
content: '';
position: absolute;
top: 7px;
right: 0;
width: 23px;
height: 2px;
background-color: #fefefe;
transform: rotate(25deg);
}
.featured-articles .owl-carousel .owl-nav button.owl-next::before {
content: '';
position: absolute;
top: 17px;
right: 0;
width: 23px;
height: 2px;
background-color: #fefefe;
transform: rotate(-25deg);
} .category-section {
}
.category-section .category__item {
padding-right: 30px;
border-left: 10px solid #8f37ed;
margin-bottom: 70px;
}
.category-section .category__title a {
color: #8f37ed;
font-size: 22px;
font-weight: bold;
margin: 0 0 10px;
}
.category-section .byline {
color: #505050;
font-size: 12px;
font-weight: bold;
letter-spacing: 0.84px;
margin: 0 0 10px;
}
.category-section .category__text {
color: #505050;
font-size: 18px;
font-weight: 400;
margin: 0 0 15px;
}
.category-section .category__read-more {
color: #000000;
font-size: 18px;
font-weight: bold;
}
.category-section .category__read-more:hover,
.category-section .category__view-all:hover,
.recommended-post h5 a:hover {
opacity: 0.6;
}
.category-section .category__img img {
max-width: 295px;
border-radius: 7px;
}
.category-section .dropdown-toggle {
color: #505050;
font-size: 14px;
font-weight: bold;
border: 2px solid #505050;
margin-bottom: 50px;
border-radius: 12px;
padding-left: 6px;
padding-right: 6px;
}
.dropdown-menu {
background-color: #f4f4f4;
border: 1px solid #6787bc;
border-radius: 5px;
padding: 15px 0;
box-shadow: 2px 2px 10px 0 rgba(0,0,0,.6);
}
.dropdown-item {
display: block;
font-size: 16px;
color: #1a1a1a;
padding: 10px;
margin: 0;
font-weight: 400;
}
.dropdown-item:hover {
background-color: #dbdbdb;
}
.category-section .dropdown-toggle::after {
vertical-align: 0.055em;
}
.category-section .category__view-all {
color: #8f37ed;
font-size: 22px;
font-weight: bold;
margin-bottom: 30px;
display: block;
}
.search-form {
position: relative;
}
.search-form input[type="search"] {
width: 100%;
max-width: 272px;
height: 30px;
background-color: #f4f4f4;
border-radius: 7px;
border: 0;
padding-left: 35px;
color: #505050;
font-size: 12px;
font-weight: 400;
box-shadow: none;
outline: none;
}
.search-form input[type="search"] {
color: #505050;
font-size: 12px;
}
.search-form input[type="submit"]:hover {
background: rgba(255,255,255,.6);
}
.search-form input[type="submit"] {
position: absolute;
top: 0;
left: 0;
width: 32px;
height: 100%;
box-shadow: none;
outline: none;
border: 0;
border-radius: 7px 0 0 7px;
padding: 0;
background-color: transparent;
cursor: pointer;
z-index: 5;
}
.search-form::before {
content: "\f002";
position: absolute;
top: 9px;
left: 9px;
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
color: #9b9b9b;
z-index: 2;
font-size: 14px;
}
.category-section:not(.search-page) .search-form {
position: absolute;
top: 0;
left: 149px;
}
.category-section .search-form input[type="search"] {
height: 32px;
width: 135px;
overflow: hidden;
text-overflow: ellipsis;
}
.recommended-posts h4 {
color: #505050;
font-size: 22px;
font-weight: bold;
margin: 15px 0;
}
.recommended-post {
margin-bottom: 20px;
}
.recommended-post h5 a {
color: #8f37ed;
font-size: 14px;
font-weight: 700;
}
.recommended-post .byline {
text-transform: uppercase;
color: #505050;
font-size: 12px;
font-weight: bold;
letter-spacing: 0.84px;
}
.recommended-post p {
color: #505050;
font-size: 14px;
font-weight: 400;
} .section-1250-flex {
padding: 0 15px;
} .search .category-section {
padding-top: 150px;
} .footer-group-left .col.p-col-15 {
display: flex;
justify-content: flex-end;
align-items: center;
}
.footer-group-right {
padding: 0;
margin: -2px 0 0 !important;
}
.language-switcher {
position: relative;
padding: 0 0 0 40px;
margin: 0 0 15px;
}
.language-switcher li a {
display: flex;
align-items: center;
color: white;
}
.language-switcher .sub-menu {
padding: 5px 0 5px;
position: absolute;
bottom: calc(100% + 10px);
left: 40px;
background-color: #f4f4f4;
width: 110px;
opacity: 0;
visibility: hidden;
}
.language-switcher.open .sub-menu {
opacity: 1;
visibility: visible;
}
.language-switcher .sub-menu a {
color: #1a1a1a;
padding: 5px;
}
.language-switcher .sub-menu a:hover {
background-color: #dbdbdb;
} #mailpoet_form_2 {
padding: 15px 0;
}
form.mailpoet_form {
background-color: #f4f4f4;
border-radius: 7px;
margin: 0 -99999px;
padding: 15px 99999px;
}
#mailpoet_form_2 .mailpoet_text, 
#mailpoet_form_2 .mailpoet_textarea {
width: 100% !important;
height: 31px;
background-color: #ffffff;
border-radius: 7px;
border: 0;
padding: 5px 15px;
color: #505050;
font-size: 12px;
font-weight: 400;
box-shadow: none;
outline: none;
}
#mailpoet_form_2 .mailpoet_text::placeholder, 
#mailpoet_form_2 .mailpoet_textarea::placeholder {
color: #505050;
font-size: 12px;
font-weight: 400;
}
.mailpoet_submit {
background-color: #09d198;
box-shadow: none;
outline: none;
border: none;
border-radius: 7px;
width: 100%;
color: #ffffff;
font-size: 14px;
font-weight: 700;
padding: 6px 15px;
cursor: pointer;
white-space: normal;
}
.parsley-errors-list.filled li,
.mailpoet_validate_error,
.mailpoet_validate_success {
font-size: 12px;
}
section.ecosystem,
section.textAndLogosSection,
section.textAndImageSection {
color: #8f37ed;
}
.alignnone {
margin-bottom: 15px;
}
.archive #main > div {
height: 80px !important;
}
.blog #main  > div {
height: 80px !important;
}
.aligncenter {
display: block;
margin: 0 auto;
}
.article-text {
color: #8f37ed;
}
.entry-sidebar .blog-byline {
margin-top: 25px;
}
#contact .hello-mya-div {
padding-top: 150px;
}
#contact .address-div {
padding-top: 70px;
}
.search-page .div-404 .search-form {
display: none;
}
.logo-slider {
max-width: 1024px;
margin-left: auto;
margin-right: auto;
}
.logo-slides {
list-style-type: none;
padding: 20px 25px;
margin: 0;
}
.logo-bar .logo-slides img {
margin-top: 0;
}
.logo-bar .owl-carousel .owl-item img {
max-width: 100%;
}
.logo-bar .owl-dots {
display: none;
}
.logo-bar .owl-carousel .owl-nav button.owl-prev,
.logo-bar .owl-carousel .owl-nav button.owl-next {
outline: none;
}
.logo-bar .owl-carousel .owl-nav button.owl-prev:hover,
.logo-bar .owl-carousel .owl-nav button.owl-next:hover {
opacity: 0.2;
}
.logo-bar .owl-carousel .owl-nav button.owl-prev.disabled,
.logo-bar .owl-carousel .owl-nav button.owl-next.disabled {
opacity: 0.1;
}
.logo-bar .owl-carousel .owl-nav button.owl-prev,
.logo-bar .owl-carousel .owl-nav button.owl-next {
position: absolute;
top: calc(50% - 12px);
left: -15px;
width: 24px;
height: 24px;
opacity: 0.7;
}
.logo-bar .owl-carousel .owl-nav button.owl-next {
right: -15px;
left: auto;
}
.logo-bar .owl-carousel .owl-nav button.owl-prev::after {
content: '';
position: absolute;
top: 5px;
left: 0;
width: 17px;
height: 2px;
background-color: #a3a3a3;
transform: rotate(-44deg);
}
.logo-bar .owl-carousel .owl-nav button.owl-prev::before {
content: '';
position: absolute;
top: 17px;
left: 0;
width: 17px;
height: 2px;
background-color: #a3a3a3;
transform: rotate(44deg);
}
.logo-bar .owl-carousel .owl-nav button.owl-next::after {
content: '';
position: absolute;
top: 5px;
right: 0;
width: 17px;
height: 2px;
background-color: #a3a3a3;
transform: rotate(44deg);
}
.logo-bar .owl-carousel .owl-nav button.owl-next::before {
content: '';
position: absolute;
top: 17px;
right: 0;
width: 17px;
height: 2px;
background-color: #a3a3a3;
transform: rotate(-44deg);
}
#clients .logo-bar .owl-carousel .owl-nav button.owl-next::before,
#clients .logo-bar .owl-carousel .owl-nav button.owl-next::after,
#clients .logo-bar .owl-carousel .owl-nav button.owl-prev::before,
#clients .logo-bar .owl-carousel .owl-nav button.owl-prev::after {
background-color: #fff;
}
.logo-bar .owl-nav button.owl-prev span, 
.logo-bar .owl-nav button.owl-next span {
display: none;
}
.wpcf7-checkbox .wpcf7-list-item.first.last {
margin: 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,
div.wpcf7-spam-blocked {
border-color: #dc3545;
}
div.wpcf7-mail-sent-ok {
border-color: #09d189;
}
div.wpcf7-response-output {
margin:  15px 0 0;
max-width: calc(91% - 15px);
}
.footer .top-group {
padding-left: 0 !important;
}
.footer .bottom-group {
margin-left: 0;
margin-right: 0;
}
.footer > .aos-init.aos-animate > .container {
margin-right: 0;
margin-left: 40px;
padding-right: 0;
padding-left: 0;
}
.language-holder {
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.language-holder .language-opener {
position: relative;
display: flex;
align-items: center;
padding-right: 20px;
cursor: pointer;
}
.language-holder .language-opener::before, 
.language-holder .language-opener::after {
content: '';
position: absolute;
top: calc(50% - 3px);
right: 8px;
width: 2px;
height: 7px;
background-color: #fff;
transform: rotate(35deg);
}
.language-holder .language-opener::after {
right: 11px;
transform: rotate(-35deg);
}
.language-holder .opener-text {
font-size: 14px;
color: #fff;
text-transform: uppercase;
}
.language-holder .opener-icon {
width: 30px;
height: 30px;
margin-right: 10px;
}
.language-holder .opener-icon svg .cls-1{
fill: #fff;
}
.language-holder .language-drop {
min-width: 175px;
width: auto;
list-style-type: none;
margin: 10px 0 0;
padding: 15px 0;
border-radius: 10px;
box-shadow: 0 5px 15px 0 rgba(0,0,0,.3);
background-color: #fff;
display: none;
}
.language-holder.open .language-drop {
display: block;
}
.language-holder .menu-item a {
padding: 5px 10px;
display: flex;
align-items: center;
border: 1px solid transparent;
cursor: pointer;
color: #000;
}
.language-holder .wpml-ls-flag {
max-width: 35px;
margin-right: 10px;
}
.footer {
overflow: hidden;
}
.footer .all-rights-reserved {
padding-right: 0 !important;
}
.navbar-collapse {
height: 100vh;
overflow-y: auto;
} @media screen and (min-width: 480px) {
.category-section:not(.search-page) .search-form {
left: 175px;
}
.category-section .search-form input[type="search"] {
width: 100%;
}
} @media screen and (min-width: 768px) {
#contact .address-div {
padding-top: 150px;
}
.archive #main > div {
height: 120px !important;
}
.blog #main  > div {
height: 120px !important;
}
.language-switcher {
padding: 0;
margin: 0;
}
.language-switcher .sub-menu {
left: 0;
}
.navigation .navbar {
background-color: transparent !important;
}
.btn-primary.focus, .btn-primary:hover {
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
}
.news__article {
margin-bottom: 70px;
height: 430px;
}
.news__article .news__title:hover,
.news__article .news__title a:hover,
.news__article .news__name-link:hover {
opacity: 0.6;
}
.featured-articles h5 {
font-size: 40px;
}
.news__article .news__title,
.news__article .news__title a {
font-size: 22px;
}
.news__article .news__date,
.news__article .news__name-link {
font-size: 12px;
}
.news__article .news__text {
font-size: 12px;
}
.featured-articles .owl-carousel {
display: flex !important;
}
.footer > .aos-init.aos-animate > .container {
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
}
}  @media screen and (min-width: 992px) {
.navbar-collapse {
height: auto;
overflow-y: inherit;
}
.navbar-nav {
padding-top: 0;
min-height: inherit;
}
.navbar-nav > li {
margin-bottom: 0;
}
.nav-item {
position: relative;
}
.navbar-expand-lg .navbar-nav {
align-items: center;
}
.navbar-light .navbar-nav .nav-item > .nav-link {
border-bottom: 4px solid transparent;
padding: 0;
margin-bottom: 0;
padding-top: 5px;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-item.hover > .nav-link,
.navbar-light .navbar-nav .nav-item:hover > .nav-link,
.navbar-light .navbar-nav .nav-link.hover {
border-bottom-color: #fff;
}
.navbar-light .navbar-nav .nav-item .drop-holder {
padding-left: 0;
}
.navbar-light .navbar-nav .nav-item .drop-holder {
opacity: 0;
visibility: hidden;
position: absolute;
top: calc(100% + 15px);
left: 0;
width: auto;
background-color: #f4f4f4;
border: 1px solid #6787bc;
border-radius: 5px;
padding: 15px 0;
box-shadow: 2px 2px 10px 0 rgba(0,0,0,.6);
z-index: 8;
}
.navbar-light .navbar-nav .nav-item .drop-holder ul .nav-link {
display: block;
font-size: 16px;
color: #1a1a1a;
padding: 10px;
margin: 0;
font-weight: 400;
text-transform: capitalize;
border: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.navbar-light .navbar-nav .nav-item.hover .drop-holder {
opacity: 1;
visibility: visible;
}
.navbar-light .navbar-nav .nav-item {
position: relative;
}
.navbar-light .navbar-nav .nav-item:hover::after {
content: '';
position: absolute;
top: 100%;
left: 0;
right: 0;
height: 20px;
}
.navbar-light .navbar-nav .drop-holder .nav-item.current_page_item > .nav-link,
.navbar-light .navbar-nav .drop-holder .anchor-active,
.navbar-light .navbar-nav .drop-holder .nav-link:hover {
border-bottom-width: 1px;
background-color: #dbdbdb;
border-color: #eaeaea;
color: #1a1a1a;
}
.navigation.fixed .navbar-light .navbar-nav .active > .nav-link,
.navigation.fixed .navbar-light .navbar-nav .nav-item.hover > .nav-link,
.navigation.fixed .navbar-light .navbar-nav .nav-link:hover {
border-bottom-color: #3581ef;
}
.navigation.fixed .nav-item .drop-holder ul .nav-link {
color: #1a1a1a;
}
.navigation.fixed span.icon-bar {
background-color: #3581ef;
}
.navigation.fixed {
background-color: #fff !important;
box-shadow: 0 5px 15px 0 rgba(0,0,0,.3);
}
.navigation.fixed .logo-fixed {
display: block;
}
.navigation.fixed .navbar-brand > img:first-child {
display: none;
}
.navigation.fixed .navbar .nav-link {
color: #3581ef;
}
.navigation.fixed .nav-item .btn.btn-primary {
border-color: #3581ef;
color: #3581ef;
}
.phoneText .section-1023-flex-right-only {
max-width: 511px;
}
.category-section:not(.search-page) .search-form {
position: relative;
top: 0;
left: 0;
}
.category-section .search-form input[type="search"] {
height: 30px;
}
.category-section .dropdown-toggle {
padding-left: 15px;
padding-right: 15px;
} .section-1250-flex {
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
.search-page .div-404 .search-form {
display: block;
}
form.mailpoet_form {
padding: 15px 20px;
margin: 0;
}
.logo-bar .owl-carousel .owl-item img {
width: auto !important;
max-width: 150px;
}
.language-holder {
margin-left: 40px;
}
.language-holder .menu-item a:hover {
background-color: #dcdcdc;
border-color: #ededed;
}
.fixed .language-opener .opener-icon svg .cls-1 {
fill: #3581ef;
}
.fixed .language-holder .opener-text {
color: #3581ef;
}
.fixed .language-holder .language-opener::before, 
.fixed .language-holder .language-opener::after {
background-color: #3581ef;
}
.language-holder .language-drop {
display: block;
width: 175px;
position: absolute;
top: calc(100% + 15px);
right: 0;
list-style-type: none;
margin: 0;
padding: 15px 0;
border-radius: 10px;
box-shadow: 0 5px 15px 0 rgba(0,0,0,.3);
background-color: #fff;
opacity: 0;
visibility: hidden;
}
.language-holder .language-opener:hover {
opacity: 0.6;
}
.language-holder.open .language-drop {
opacity: 1;
visibility: visible;
}
} @media (max-width: 600px) {
.mobile-button {
width: auto;
margin-left: -6px;
}
}
@media (max-width: 767px) {
.logo-bar {
padding-top: 0;
padding-bottom: 0;
}
}
@media (max-width: 991px) {
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover {
padding-top: 0;
padding-bottom: 0;
}
}  .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
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(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-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 {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
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-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.owl-carousel.owl-loaded {
display: block; }
.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; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
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 500ms ease-in-out; } .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([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(//www.mya.com/wp-content/themes/mya-com/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }