﻿@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@200..800&display=swap');

:root {
  --cassiopeia-color-primary: #136633 ;
  --cassiopeia-color-secondary:#a6c73e;
  --link-color: #a6c73e;
  --cassiopeia-color-hover: #a6c73e;
  --cassiopeia-font-family-headings:'Acrom', sans-serif;
  --cassiopeia-font-weight-headings:800;
  /*--heading-color:#181818;*/
  --body-bg: #f8f8f8;
  --primary-bg: #136633;
  --primary-light-bg: #208240;
  --secondary-bg: #a6c73e;
   --gray-bg:#ebeaea;
  --light-bg: #ebeaea;
  --body-color:#000;
  --body-font-family:'Manrope', sans-serif;
  --body-font-size:1.05rem;
  --body-font-weight:400;
  --body-text-align:left;
  --primary:#000;
  --secondary:#a6c73e;
  --border-radius:1.5rem;
  --form-border-radius:0.5rem;
  --border-width:1px;
  --border-color:#d8d8d8;
 --danger:#d72e00;
--primary-rgb: 8, 48, 23;
--link-hover-color:#899a51;



 }
.pagination{
  --pagination-active-bg: var( --cassiopeia-color-primary);
  --pagination-active-border-color: var( --cassiopeia-color-primary);
  --pagination-border-width: 1px;
  --pagination-disabled-bg: #fff;}

body { text-align: var(--body-text-align); color: var(--body-color); }
/*-----Form-----*/
.form-control {border-radius:var(--form-border-radius);}

/*-----Text-----*/
a {text-decoration:none;}
a:not([class]) { text-decoration:none;}
.bold {font-weight:800;}

a img {border:none;}
.page-header h1, 
.tag-category h1,
.page-header  { position:relative;  color: var(--cassiopeia-color-primary)}  
hr {margin-top: 2rem;  margin-bottom:2rem;  clear: both;}
strong, .strong {font-weight:700;}
.weight-500 {font-weight:500;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h1, h3, h4, h5, h6 {color: var(--heading-color);}
h5, .h5 {    font-size: 1.1rem;}
.secondary{color: var(--secondary);}
.vsmall {font-size:0.7rem;}

/*-----header + header menu-----*/
.header {margin-top:0.5rem; margin-bottom:0.5rem;}
.header-inner {}
.container-header {box-shadow:none; background:none;}

/*---Images-----*/

img.float-start {margin-right:1.2rem;}
img.float-end {margin-left:1.2rem;}
.item-image {margin-bottom:1.5rem;}
.litter img {object-fit: cover; width: 400px; border-radius:8px;}
.img {border-radius:8px;}

/* Breadcrumbs */
.breadcrumb { padding:10px 0; margin:0; font-size:0.7rem; }
.breadcrumbs a {}
.breadcrumbs .sep{ background:url(../images/arrow.png) 50% 50% no-repeat; padding:5px}
.breadcrumbs .fas {margin:0 5px ;}
.breadcrumbs ul li {display:inline-block;}
.breadcrumbs ul {margin:0;}

/*-----Logo-----*/
#logo { }


/*-----Menu-----*/
.mod-list li.parent {position:relative;}
.mod-list li.active>a,
.mod-list li a:hover {text-decoration:none;}
 .mod-menu__sub  li { position:relative;}
 .mod-menu__sub  li a{display:block;}
.mod-list .nav-header {cursor:pointer;}

/*-----Mobile-Menu-----*/
#top-mobile {    width: 100%;    background-color:var(--primary-bg);    z-index: 100;    left: 0;    right: 0;    top: 0; p}
#top-mobile ul {margin:0; padding:0;}
#top-mobile ul li {display:inline-block;}
#top-mobile p {    padding: 0;    margin: auto 0;}
#top-mobile a {}
.mob_plen {    width: 100%;    height: 100%;    position: fixed;    top: 0;    left: 0;    background: rgba(0,0,0,0.5);    display: none;    z-index: 3000;}
.mob_menu {    width: 250px;    background: #fff;    position: fixed;    left: -250px;    top: 0;    bottom: 0;    overflow: auto;    z-index: 3000;    transition: left 0.3s; padding:0.5rem;}
.btn_mob_menu {color: var(--cassiopeia-color-secondary);}
#navigation-mob .sidebar-left .mod-list li {font-size:inherit;  text-align:left;}
#navigation-mob a,
#navigation-mob i {color: var(--body-color); }
#navigation-mob .deeper ul li a {font-weight:300; font-size:0.85rem; display:block;}
#navigation-mob i {position: absolute;    right: 10px;    top: 10px; transform: rotate(-90deg)}
#navigation-mob .mod-list li .mod-menu__sub {overflow:hidden; height:0;}
.mobile-phone {font-size: 1.1rem;    font-weight: 700;}

/*-----Topbar-----*/
.container-topbar {color:var(--body-color);}
.container-topbar-bottom{  grid-template-columns: 1fr 3fr 1fr;    display: grid;}
body.wrapper-fluid .container-topbar >.grid-child {    padding-left: 2em;    padding-right: 2em;}
.container-topbar-w { position:relative; color: var(--body-color); font-size:0.8rem; border-bottom:1px solid #d9d9d9;}
.container-topbar-w a {color: #1d2d2b;}
.container-topbar-w  a:hover {color: #34635d;}
.container-topbar-w  .mod-menu { -webkit-box-flex: 1;   -ms-flex: 1 0 100%;    flex: 1 0 100%;    list-style: none;    margin: 0;    padding: 0;}
@media (min-width: 992px){
.container-topbar-w .mod-menu {     -webkit-box-flex: 1;    -webkit-box-orient: horizontal;    -webkit-box-direction: normal;    display: -webkit-box;    display: -ms-flexbox;    display: flex;    -ms-flex: 1 1 0%;    flex: 1 1 0%;    -ms-flex-direction: row;    flex-direction: row; }
.container-topbar-w .mod-menu>li+li {     margin-left: 1rem;}
.container-below-top  .mod-menu {display: -webkit-box;    display: -ms-flexbox;    display: flex;    -webkit-box-flex: 1;    -ms-flex: 1 1 0%;    flex: 1 1 0%;    -webkit-box-orient: horizontal;    -webkit-box-direction: normal;    -ms-flex-direction: row;    flex-direction: row;}
}
.container-topbar>*,
.container-header>*{     -webkit-box-flex: 1;    -ms-flex: 1;    flex: 1; }
.container-header .mod-menu {color:var(--body-color);}
.container-topbar a:not(.btn):hover {color:var(--gray-500);}
/*-----Menu Below-top-----*/
.container-below-top{-ms-flex-wrap: wrap;     flex-wrap: wrap;    -webkit-box-pack: justify;    -ms-flex-pack: justify;    justify-content: space-between; }
.container-below-top-w {margin-bottom:1rem; background: var(--cassiopeia-color-primary);}
.container-below-top  .mod-menu {    -webkit-box-flex: 1;     -ms-flex: 1 0 100%;    flex: 1 0 100%;    padding: 0;    margin: 0;    color: hsl(0, 0%, 100%);    list-style: none;}
.container-below-top .mod-list li a{position:relative; padding:0.5rem ;border-radius:8px;}
.container-below-top .mod-list li a.item-orange{background: var(--cassiopeia-color-secondary);}
.container-below-top .mod-list li a.item-orange:hover{background: var(--cassiopeia-color-primary); color:var(--primary);}
.container-below-top .mod-list li.active a.item-orange{color: #fff;} 
.container-below-top .mod-list li:hover{color: var(--cassiopeia-color-secondary);} 
.container-below-top .mod-list li.active a {color: var(--cassiopeia-color-secondary);}
.container-below-top .mod-list li:hover a {color: var(--cassiopeia-color-secondary);}
.container-below-top .mod-list li span {color: var(--cassiopeia-color-secondary); font-size:1.5rem;}
.container-below-top .mod-list li>a {color: var(--white); font-weight:800; font-family:var(--cassiopeia-font-family-headings);}
.container-below-top .mod-list li>a:hover {color: var(--cassiopeia-color-secondary); text-decoration:none;}
.container-below-top .mod-list li.active>a {text-decoration:none;}
.container-below-top .mod-menu>li.active:after{background: none;}
.container-below-top .mod-menu>li:hover:after {background: var(--cassiopeia-color-primary);}
.container-below-top .mod-menu .parent>ul {display:flex; visibility: hidden; background: var(--cassiopeia-color-primary) ; -webkit-border-radius: 8px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 8px;
-moz-border-radius-topleft: 0;
border-radius: 8px;
border-top-left-radius: 0;padding: 1rem; flex-direction:column; display:inherit; min-width:250px;  box-shadow: rgba(0, 0, 0, 0.15) 30px 30px 90px; text-align:left;}
.container-below-top .smoothmenu ul { position: absolute; top: 100%; left:0; margin: 5px 0 0 0; /*IE6 only*/ _margin: 0; opacity: 0; transition: all .2s ease-in-out; visibility: hidden; z-index: 99; }
.container-below-top .mod-menu .parent:hover>ul { margin: 0; opacity: 1; visibility: visible; }
.container-below-top .mod-list .mod-menu__sub li { padding:0.75rem 0; background-image: linear-gradient(to right, var(--cassiopeia-color-secondary) 25%, rgba(255,255,255,0) 0%);background-position: bottom;background-size: 10px 2px;background-repeat: repeat-x;}
.container-below-top .mod-list .mod-menu__sub li a {color: var(--cassiopeia-color-secondary); font-size:1.1rem; font-weight:400;}
.container-below-top .mod-list .mod-menu__sub li a:hover {color: #fff;}
.container-below-top .mod-list .mod-menu__sub  li.active>a {background: none; border-radius:0; color: #fff;}
.container-below-top .nav-header {cursor:pointer;}
.container-below-top .nav-header:hover {color: var(--cassiopeia-color-primary);}
.container-below-top a {color: #000;}
@media (min-width: 992px){
.container-below-top .mod-menu {     -webkit-box-flex: 1;    -webkit-box-orient: horizontal;    -webkit-box-direction: normal;    display: -webkit-box;    display: -ms-flexbox;    display: flex;    -ms-flex: 1 1 0%;    flex: 1 1 0%;    -ms-flex-direction: row;    flex-direction: row; }
.container-below-top .mod-menu>li+li {     margin-left: 1rem;}
}
.container-below-top .mod-menu>li.active:after,.container-below-top .mod-menu>li:hover:after {     background: #fff;    left: 0;    right: 2px}

/*-----DJ Mega Menu Light-----*/
.dj-megamenu-modern .dj-icon {color: var(--cassiopeia-color-secondary);    font-size: 1.5rem;}
.dj-megamenu-modern li a.dj-up_a { color: var(--white);    font-weight: 800;    font-family: var(--cassiopeia-font-family-headings); padding:0!important;}
.dj-megamenu-modern li a.dj-up_a:hover {color: var(--cassiopeia-color-secondary);}
.dj-megamenu-modern li a.dj-up_a  .name{font-size: var(--body-font-size);padding:0.5rem; padding-left:0;}
.dj-megamenu-modern li a.dj-up_a > span.dj-drop {padding:0!important;}
.dj-megamenu>li.dj-up+li {margin-left: 1rem!important;}
.dj-megamenu-modern li a.dj-up_a .dj-icon + span {    margin-left: 0!important; padding:0 0.5rem;}
.dj-megamenu-modern li ul.dj-submenu > li > a {font-size: 1rem!important; font-weight:var(--cassiopeia-font-weight-headings); color: var(--heading-color)!important; font-family: var(--cassiopeia-font-family-headings); line-height: 1rem!important;}
.dj-megamenu-modern li ul.dj-subtree > li > a {font-size:0.9rem!important; color: var(--body-color)!important; line-height: inherit!important;}
.dj-megamenu-modern li ul.dj-subtree > li > a:hover {color:var(--cassiopeia-color-secondary)!important ;}
.dj-megamenu-modern .arrow {display:none!important;}
.dj-megamenu-modern li ul.dj-submenu > li > a span.name {color:var(--body-color)!important; }
.dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {background: none!important; color: var(--secondary)!important;}


/*-----Submenu-----*/
.container-below-top-a {background: var(--cassiopeia-color-primary);color: var(--cassiopeia-color-secondary); }
.container-below-top-a .mod-menu{flex-direction:row;}
.container-below-top-a .mod-list li {padding: 0.5rem 0.7rem;}
.container-below-top-a .mod-list li>a { font-family:var(--cassiopeia-font-family-headings);}
.container-below-top-a .mod-list li a {color: var(--cassiopeia-color-secondary); font-size:1.1rem; font-weight:400;}
.container-below-top-a .mod-menu>li+li:before {     content: "";    position: absolute;    width: 1px;    height: 14px;    top: calc(50% - 7px);    left: -0.7rem;    background: var(--cassiopeia-color-secondary);}
.container-below-top-a .mod-list li a:hover {color: #fff;}

/*-----Sidebar menu-----*/
.sidebar-left .mod-list li {text-align:center; font-size: 1.6rem; font-weight:300; border-bottom:1px solid #1d3656;}
.sidebar-left .mod-list li:last-child {border:none;}
.sidebar-left .mod-list li a:hover,
.sidebar-left .mod-list li.active>a {text-decoration: none}

/*-----Bottom Bar-----*/
#bottom-mobile{background:var(--white);}
#bottom-mobile .btn,
#bottom-mobile a {color: var(--border-color); z-index:100}
#bottom-mobile i {font-size:1.5rem!important;}
#bottom-mobile .btn {margin:0;}

/*-----Fields-----*/
.fields-container li {list-style:none; margin-bottom:0.5rem;}
ul.fields-container {padding-left:0;}

/*----- Colors-----*/
.orange {color: var(--cassiopeia-color-secondary);}
.red{color:var(--danger);}
.gray-600 {color:var(--gray-600);}
.gray-700 {color:var(--gray-700);}

/*----- Buttons-----*/
.btn { border-radius: var(--border-radius); font-family: var(--cassiopeia-font-family-headings); }
.btn-primary { color: #fff; }
.btn-primary:hover {background:var(--cassiopeia-color-secondary);  border-color: var(--cassiopeia-color-secondary); }
.btn-secondary { background:var(--cassiopeia-color-secondary); border-color: var(--cassiopeia-color-secondary); font-weight:700; }
.btn-secondary:hover {background: var(--cassiopeia-color-primary); border-color: var(--cassiopeia-color-primary); color:var(--white); }
.btn-info {background:var(--gray-bg);border-color: var(--gray-bg); font-family: inherit; padding:0.2rem 0.5rem; color:var(--black); } 
.btn-info:hover {background:var(--cassiopeia-color-secondary); border-color:var(--cassiopeia-color-secondary); color:var(--white);}

/*-----List Style-----*/
ul.list-lg li {list-style: none;   margin-bottom: 1.2rem;    position: relative; position:relative;}
ul.list-lg li:before {content:"\f058";     font-family: 'Font Awesome 6 Pro'; left:0; margin-right:1rem; font-weight:600;}
ul.list-lg {padding-left:0; }


/*-----Modules Styles-----*/
.container-bottom-c {position:relative;}

/*-----Module-news-----*/
.mod-articlesnews__item {}
.mod-articlesnews__item .card:hover {-webkit-box-shadow: 0 1rem 2rem rgba(0,0,0,.175)!important;     box-shadow: 0 1rem 2rem rgba(0,0,0,.175)!important;}
.mod-articlesnews__item .newsflash-introtext {}
.mod-articlesnews__item .item-image img {border-radius:0; -webkit-border-top-left-radius: var(--border-radius); -webkit-border-top-right-radius: var(--border-radius);-moz-border-radius-topleft: var(--border-radius);-moz-border-radius-topright: var(--border-radius);border-top-left-radius: var(--border-radius);;border-top-right-radius: var(--border-radius);}
.mod-articlesnews__item .newsflash-title{position:relative;}
.mod-articlesnews__item .newsflash-introtext .btn-secondary{background: var(--cassiopeia-color-primary); color: #000; border-color: var( --cassiopeia-color-primary);}
.mod-articlesnews__item .newsflash-introtext .btn-secondary:hover {background:var(--cassiopeia-color-secondary); border-color: var(--cassiopeia-color-secondary);}
/*-----Module Related Items-----*/
.related-image img {aspect-ratio: 1 / 1;     object-fit: cover; margin-bottom:1.5rem; border-radius:8px;}

/*-----Footer-----*/
.footer {background: #242527; color: #1d2d2b;  margin-top:0; }
.footer .h2,
.footer .h3, 
footer .h5,
.footer a, 
.footer .mod-list a{color: #1d2d2b; }
.footer .mod-list a {font-size:1.6rem;}
.footer .h1 {color: #efe7df;}
.footer .grid-child {display:inherit; max-width:100%; }
.footer .mod-menu {flex-direction:column; }
.footer a:hover, 
.footer .mod-menu a:hover {color:var(--cassiopeia-color-secondary);}
.footer .mod-list li .mod-menu__sub {display:none;}


/*-----Footer-B-----*/
.footer-b {background: #555554; position:relative; }
.footer-b .mod-list a{color: #949493 }
.footer-b .grid-child {display:inherit; max-width:100%; }
.footer-b .mod-menu {flex-direction:row; justify-content:center;}
.footer-b .mod-menu>li+li { margin-left: 1rem; position:relative;}
.footer-b .mod-menu>li+li:before{content: "";    position: absolute;    width: 1px;    height: 14px;    top: calc(50% - 7px);   left: -0.5rem;    background: #2a2a2a;} 
.footer-b .mod-menu a:hover {color:var(--cassiopeia-color-hover);}
.footer-b i {display:none;}


/*-----Sigplus-----*/
.mod_sigplus {max-width:100%;}
#sigplus_1001 a.sigplus-image > img {object-fit:cover;}
.sigplus-log {display:none;}

/*-----Language-----*/
div.mod-languages ul li.lang-active {     background: none;}
div.mod-languages a {padding:0;}

/*-----Item-images-----*/
.item-image img {object-fit: cover; width: 600px; border-radius:8px; overf;}
.com-tags-tag__category .item-image img{aspect-ratio:6 / 4;}


/*-----Ajax Form-----*/
.site-grid .webfactor_default .ajaxWebfactorForm input:not([id^=submit]),
.site-grid .webfactor_default form.ajaxWebfactorForm textarea {}
.site-grid .webfactor_default .ajaxWebfactorForm input[id^=submit] {width:auto; margin:0 auto; display:block;}
.site-grid .webfactor_default form.ajaxWebfactorForm textarea:focus {border-color: #9b9999;}
.site-grid .webfactor_static_form.webfactor_default {max-width:100%;}
/*.webfactor_default form.ajaxWebfactorForm textarea::placeholder,
.webfactor_default form.ajaxWebfactorForm input::placeholder {color: #ccc} */
.site-grid .webfactor_default .webfactor_go {margin:0; background-color: var(--cassiopeia-color-secondary);   color: var(--cassiopeia-color-primary);    font-size: 1.3rem; font-family:var(--cassiopeia-font-family-headings); font-weight:600}
.site-grid .webfactor_default .webfactor_go:hover{background-color: var(--cassiopeia-color-primary);   color: var(--cassiopeia-color-secondary);}
.site-grid  .webfactor_default .form-main-page input[id^=submit] {width:70%; margin:auto; padding:15px;}

/*-----Joomshopping Serach-----*/
.mod-shop-search .search-input {width:85%}
.mod-shop-search .search-button {width:15%}



/*-----Style for priroda-shop-----*/
.social-header i {font-size:1.5rem;}
.bg-white .jshop_img {aspect-ratio: 21 / 9;    object-fit: cover; width:100%; }
.about-us{background: var(--cassiopeia-color-secondary); border-radius: 2rem; position:relative;}
.copyr a{color: #949493; font-weight:300;}


/*-----Flip-card for Priroda-----*/

.flip-box {  -ms-transform-style: preserve-3d;  transform-style: preserve-3d;  -webkit-transform-style: preserve-3d;  perspective: 1000px;  -webkit-perspective: 1000px;}
.flip-box-front,
.flip-box-back {  background-size: cover;  background-position: center left;  border-radius: 8px;  min-height: 300px;  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);  -webkit-backface-visibility: hidden;  backface-visibility: hidden;}
.flip-box-front {background: var(--light-bg); -ms-transform: rotateY(0deg);  -webkit-transform: rotateY(0deg);  transform: rotateY(0deg);  -webkit-transform-style: preserve-3d;  -ms-transform-style: preserve-3d;  transform-style: preserve-3d;}
.flip-box .h1 {color: #c4cec7; font-size:4rem;}
.flip-box-back .h1 {color: #98aaa2; }
.flip-box-front p, 
.flip-box .h4 {color: #09453c;}
.flip-box-back p {color: #000;}
.flip-box:hover .flip-box-front {  -ms-transform: rotateY(-180deg);  -webkit-transform: rotateY(-180deg);  transform: rotateY(-180deg);  -webkit-transform-style: preserve-3d;  -ms-transform-style: preserve-3d;  transform-style: preserve-3d;}
.flip-box-back {background: url(../images/flip-bg-back.webp) no-repeat center left #e8ecea;  position: absolute;  top: 0;  left: 0;  width: 100%;    -ms-transform: rotateY(180deg);  -webkit-transform: rotateY(180deg);  transform: rotateY(180deg);  -webkit-transform-style: preserve-3d;  -ms-transform-style: preserve-3d;  transform-style: preserve-3d;box-shadow: rgba(0, 0, 0, 0.15) 15px 15px 30px;}
.flip-box:hover .flip-box-back {  -ms-transform: rotateY(0deg);  -webkit-transform: rotateY(0deg);  transform: rotateY(0deg);  -webkit-transform-style: preserve-3d;  -ms-transform-style: preserve-3d;  transform-style: preserve-3d;}
.flip-box .inner {  position: absolute;  left: 0;  width: 100%;  outline: 1px solid transparent;  -webkit-perspective: inherit;  perspective: inherit;  z-index: 2;  transform: translateY(-50%) translateZ(60px) scale(.94);  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);  top: 50%;}



/*-----Custom style for Priroda-----*/
.bg-white {border:1px solid #ccc;}
.aquapedia img { aspect-ratio: 6 / 4;    object-fit: cover;}
.cat-shop h2{color: var(--white);}
.bg-pr-primary {background-color:var(--primary-bg); color:var(--white);}
.bg-pr-primary h5, .bg-pr-primary .h5{color:var(--white);}
.bg-pr-primary-light {background-color:var(--primary-light-bg);}
.bg-pr-secondary {background-color:var(--secondary-bg);}
.bg-grey {background-color:var(--gray-bg);}
.dog {background:url(../images/dog.webp) no-repeat center left; background-color:var(--primary-bg);   transition: all .4s ease-in-out; }
.cat {background:url(../images/cat.webp) no-repeat left bottom; background-color:var(--secondary-bg);   transition: all .4s ease-in-out;}
.snake {background:url(../images/snake.webp) no-repeat center top; background-color:var(--primary-light-bg);   transition: all .4s ease-in-out;}
.bird {background:url(../images/bird.webp) no-repeat left bottom; background-color:var(--gray-bg);   transition: all .4s ease-in-out;}
.fish {background:url(../images/fish.webp) no-repeat left center; background-color:var(--secondary-bg);   transition: all .4s ease-in-out;}
.dog:hover{background-color:var(--primary-light-bg);background-position: 0% 100%;    transition: all .4s ease-in-out;}
.cat:hover {background-color:var(--primary-light-bg);background-position: 0% 50%;    transition: all .4s ease-in-out;}
.bird:hover {background-color:var(--primary-light-bg);background-position: 50% 50%;    transition: all .4s ease-in-out;}
.snake:hover {background-color:var(--primary-bg);background-position: 100% 0%;    transition: all .4s ease-in-out;}
.fish:hover {background-color:var(--primary-light-bg);background-position: 0% 100%;    transition: all .4s ease-in-out;}
.paw {background:url(../images/paw.webp) no-repeat right bottom; background-color:var(--secondary-bg);   transition: all .4s ease-in-out;}
.adv>div {position:relative; }
.adv>div+div:before {content: "";    position: absolute;    width: 1px;    height: 80%;    top: 10%;    left: 0;    background: var(--cassiopeia-color-secondary); opacity:0.5;}
media (width >= 1200px) {
.display-pr-1  { font-size: 2.5rem;    }
}
.display-pr-1 {    font-size: calc(1.625rem + 2.5vw);    font-weight: 800;    line-height: 3rem; text-transform:uppercase;}
.display-pr-1 .subtitle {text-transform:none; font-size:2rem; font-weight:500;}

.row.margin0 > div[class*="col-"],
.row.margin0 > article[class*="col"] {    padding: 0px;    margin: 0px 0px -1px -1px;}

/*-----Dropdown Block-----*/
.dropdown-block {position: absolute; width: 100%; z-index: 999999;display: none; box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); background-color: var(--white); border-radius: var(--border-radius); top: 50%; right: 50%; width:250px;}
.dropdown-block.active{display:block;}



.container-bottom-g {background: #38393b; position:relative;}
.container-bottom-g a,
.container-bottom-g {color: #b1adad;}
.container-bottom-g a:hover {color: var(--cassiopeia-color-secondary);}
.promo img { transition: all .4s ease-in-out;}
.promo img:hover {box-shadow: var(--box-shadow) !important;}

/*-----Grid-----*/
@supports (display: grid) {
  .site-grid {
    display: grid;
    grid-template-areas: ". banner banner banner banner ." ". top-a top-a top-a top-a ." ". top-b-title top-b-title top-b-title top-b-title ."  ". top-b top-b top-b top-b ." ". top-c top-c top-c top-c ." ". top-d top-d top-d top-d ." ". top-f top-f top-f top-f ." ". comp comp comp comp ." ". side-r side-r side-r side-r ." ". side-l side-l side-l side-l ." ". bot-a bot-a bot-a bot-a ." ". bot-b bot-b bot-b bot-b ." ". bot-b-button bot-b-button bot-b-button bot-b-button ." ". bot-c bot-c bot-c bot-c ." ". bot-d bot-d bot-d bot-d ." ". bot-e bot-e bot-e bot-e ." ". bot-f bot-f bot-f bot-f ." ". bot-g bot-g bot-g bot-g ." ". bot-h bot-h bot-h bot-h .";
    grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 19.875rem)) [main-end] minmax(0, 1fr) [full-end];
    grid-gap: 0 1em;
  }
	.site-grid > [class^=container-],
	.site-grid > [class*=" container-"] {     width: 100%;    max-width: none;    -webkit-column-gap: 1em;       -moz-column-gap: 1em;            column-gap: 1em;  }
	.site-grid > .full-width {    grid-column: full-start/full-end;  }
@media (min-width: 992px) {
    .site-grid { grid-template-areas: ". banner banner banner banner ." ". top-a top-a top-a top-a ." ". top-b-title top-b-title top-b-title top-b-title ."  ". top-b top-b top-b top-b ."  ". top-c top-c top-c top-c ." ". top-d top-d top-d top-d ." ". top-f top-f top-f top-f ."  ". side-l comp comp side-r ." ". bot-a bot-a bot-a bot-a ." ". bot-b bot-b bot-b bot-b ."  ". bot-c bot-c bot-c bot-c ." ". bot-d bot-d bot-d bot-d ." ". bot-e bot-e bot-e bot-e ." ". bot-f bot-f bot-f bot-f ." ". bot-g bot-g bot-g bot-g ." ". bot-h bot-h bot-h bot-h .";    }
  }
}
.container-top-b-title {  grid-area: top-b-title;}
.container-top-c {  grid-area: top-c;}
.container-top-d {  grid-area: top-d;}
.container-top-f {  grid-area: top-f;}
.container-bottom-b-button {  grid-area: bot-b-button;}
.container-bottom-c {  grid-area: bot-c;}
.container-bottom-d {  grid-area: bot-d;}
.container-bottom-e {  grid-area: bot-e;}
.container-bottom-f {  grid-area: bot-f;}
.container-bottom-g {  grid-area: bot-g;}
.container-bottom-fh{  grid-area: bot-h;}

.container-top-b-title,
.container-top-c,
.container-top-d,
.container-top-f ,
.container-bottom-b-button,
.container-bottom-c,
.container-bottom-d,
.container-bottom-e,
.container-bottom-f,
.container-bottom-g,
.container-bottom-h {  position: relative;}

.container-top-b-title > * {  flex: 1;  margin: 0.5em 0;}
.container-top-b > * {  flex: 1;  margin: 0;}
.container-top-c > * {  flex: 1;  margin: 0.5em 0;}
.container-top-d > * {  flex: 1;  margin:  0;}
.container-top-f > * {  flex: 1;  margin: 0;}
.container-bottom-b-button > * {  flex: 1;  margin: 0.5em 0;}
.container-bottom-c > * {  flex: 1;  margin: 0.5em 0;}
.container-bottom-d > * {  flex: 1;  margin: 0;}
.container-bottom-e > * {  flex: 1;  margin: 0.5em 0;}
.container-bottom-f > * {  flex: 1;  margin: 0.5em 0;}
.container-bottom-g > * {  flex: 1;  margin: 0.5em 0;}
.container-bottom-h > * {  flex: 1;  margin: 0.5em 0;}

@media (max-width: 991.98px) {
.container-top-b-title,
.container-top-c,
.container-top-d,
.container-top-f,
.container-bottom-b-button,
.container-bottom-c,
.container-bottom-d,
.container-bottom-e, 
.container-bottom-f,
.container-bottom-g, 
.container-bottom-h {    flex-direction: column;  }

.container-top-b-title > * {    flex: 0 1 auto;  }
.container-top-c > * {    flex: 0 1 auto;  }
.container-top-d > * {    flex: 0 1 auto;  }
.container-top-f > * {    flex: 0 1 auto;  }
.container-bottom-b-button > * {    flex: 0 1 auto;  }
.container-bottom-c > * {    flex: 0 1 auto;  }
.container-bottom-d > * {    flex: 0 1 auto;  }
.container-bottom-e > * {    flex: 0 1 auto;  }
.container-bottom-f > * {    flex: 0 1 auto;  }
.container-bottom-g > * {    flex: 0 1 auto;  }
.container-bottom-h > * {    flex: 0 1 auto;  }
}

/*----------Animated -------------*/
.slideInLeft {  -webkit-animation-name: slideInLeft;   animation-name: slideInLeft;  -webkit-animation-duration: 1s;  animation-duration: 1s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both;  }
  @-webkit-keyframes slideInLeft {
  0% {  -webkit-transform: translateX(-100%);  transform: translateX(-100%);  visibility: visible;  }
  100% {  -webkit-transform: translateX(0);  transform: translateX(0);  }
  }
  @keyframes slideInLeft {
  0% {  -webkit-transform: translateX(-100%);  transform: translateX(-100%);  visibility: visible;  }
  100% {  -webkit-transform: translateX(0);  transform: translateX(0);  }
  } 
.slideInRight {  -webkit-animation-name: slideInRight;  animation-name: slideInRight;  -webkit-animation-duration: 1s;  animation-duration: 1s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both;  }
  @-webkit-keyframes slideInRight {
  0% {  -webkit-transform: translateX(100%);  transform: translateX(100%);  visibility: visible;  }
  100% {  -webkit-transform: translateX(0);  transform: translateX(0);  }
  }
  @keyframes slideInRight {
  0% {  -webkit-transform: translateX(100%);  transform: translateX(100%);  visibility: visible;  }
  100% {  -webkit-transform: translateX(0);  transform: translateX(0);  }
  } 

.slideInTop {  -webkit-animation-name: slideInTop;   animation-name: slideInTop;  -webkit-animation-duration: 1s;  animation-duration: 1s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both;  }
  @-webkit-keyframes slideInTop {
  0% {  -webkit-transform: translateY(-100%);  transform: translateY(-100%);  visibility: visible;  }
  100% {  -webkit-transform: translateY(0);  transform: translateY(0);  }
  }
  @keyframes slideInTop {
  0% {  -webkit-transform: translateY(-100%);  transform: translateY(-100%);  visibility: visible;  }
  100% {  -webkit-transform: translateY(0);  transform: translateY(0);  }
  } 

.slideOutRight {  -webkit-animation-name: slideOutRight;  animation-name: slideOutRight;  -webkit-animation-duration: 1s;  animation-duration: 1s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both;  }
  @-webkit-keyframes slideOutRight {
  0% {  -webkit-transform: translateX(-100%);  transform: translateX(-100%);  visibility: visible;  }
  100% {  -webkit-transform: translateX(0);  transform: translateX(0);  }
  }
  @keyframes slideOutRight {
  0% {  -webkit-transform: translateX(-100%);  transform: translateX(-100%);  visibility: visible;  }
  100% {  -webkit-transform: translateX(0);  transform: translateX(0);  }
  } 

/*-----Custom Fonts-----*/

@font-face {
    font-family: 'FranTottaly';
    src: url('../fonts/Franxurtertotally/franxurtertotallyfat.ttf');
    src: local('../fonts/Franxurtertotally/franxurtertotallyfat'), local('../fonts/Franxurtertotally/franxurtertotallyfat.ttf'),
        url('../fonts/Franxurtertotally/franxurtertotallyfat.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Franxurtertotally/franxurtertotallyfat.woff2') format('woff2'),
        url('../fonts/Franxurtertotally/franxurtertotallyfat.woff') format('woff'),
        url('../fonts/Franxurtertotally/franxurtertotallyfat.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'FranTottaly';
    src: url('../fonts/Franxurtertotally/franxurtertotallymedium.ttf');
    src: local('../fonts/Franxurtertotally/franxurtertotallymedium'), local('../fonts/Franxurtertotally/franxurtertotallymedium.ttf'),
        url('../fonts/Franxurtertotally/franxurtertotallymedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Franxurtertotally/franxurtertotallymedium.woff2') format('woff2'),
        url('../fonts/Franxurtertotally/franxurtertotallymedium.woff') format('woff'),
        url('../fonts/Franxurtertotally/franxurtertotallymedium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Monolog';
    src: url('../fonts/Monolog/Monolog-Black.eot');
    src: local('../fonts/Monolog/Monolog Black'), local('../fonts/Monolog/Monolog-Black'),
        url('../fonts/Monolog/Monolog-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Monolog/Monolog-Black.woff2') format('woff2'),
        url('../fonts/Monolog/Monolog-Black.woff') format('woff'),
        url('../fonts/Monolog/Monolog-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Monolog';
    src: url('../fonts/Monolog/Monolog-Light.eot');
    src: local('../fonts/Monolog/Monolog Light'), local('../fonts/Monolog/Monolog-Light'),
        url('../fonts/Monolog/Monolog-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Monolog/Monolog-Light.woff2') format('woff2'),
        url('../fonts/Monolog/Monolog-Light.woff') format('woff'),
        url('../fonts/Monolog/Monolog-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Monolog';
    src: url('../fonts/Monolog/Monolog-SemiBold.eot');
    src: local('../fonts/Monolog/Monolog SemiBold'), local('../fonts/Monolog/Monolog-SemiBold'),
        url('../fonts/Monolog/Monolog-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Monolog/Monolog-SemiBold.woff2') format('woff2'),
        url('../fonts/Monolog/Monolog-SemiBold.woff') format('woff'),
        url('../fonts/Monolog/Monolog-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Monolog';
    src: url('../fonts/Monolog/Monolog-Regular.eot');
    src: local('../fonts/Monolog/Monolog Regular'), local('../fonts/Monolog/Monolog/Monolog-Regular'),
        url('../fonts/Monolog/Monolog-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Monolog/Monolog-Regular.woff2') format('woff2'),
        url('../fonts/Monolog/Monolog-Regular.woff') format('woff'),
        url('../fonts/Monolog/Monolog-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Monolog';
    src: url('../fonts/Monolog/Monolog-Medium.eot');
    src: local('../fonts/Monolog/Monolog Medium'), local('../fonts/Monolog/Monolog-Medium'),
        url('../fonts/Monolog/Monolog-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Monolog/Monolog-Medium.woff2') format('woff2'),
        url('../fonts/Monolog/Monolog-Medium.woff') format('woff'),
        url('../fonts/Monolog/Monolog-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Monolog';
    src: url('../fonts/Monolog/Monolog-Bold.eot');
    src: local('../fonts/Monolog/Monolog Bold'), local('../fonts/Monolog/Monolog-Bold'),
        url('../fonts/Monolog/Monolog-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Monolog/Monolog-Bold.woff2') format('woff2'),
        url('../fonts/Monolog/Monolog-Bold.woff') format('woff'),
        url('../fonts/Monolog/Monolog-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom/Acrom-Thin.eot');
    src: local('../fonts/Acrom/Acrom Thin'), local('../fonts/Acrom/Acrom-Thin'),
        url('../fonts/Acrom/Acrom-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Acrom/Acrom-Thin.woff2') format('woff2'),
        url('../fonts/Acrom/Acrom-Thin.woff') format('woff'),
        url('../fonts/Acrom/Acrom-Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom/Acrom-Light.eot');
    src: local('../fonts/Acrom/Acrom Light'), local('../fonts/Acrom/Acrom-Light'),
        url('../fonts/Acrom/Acrom-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Acrom/Acrom-Light.woff2') format('woff2'),
        url('../fonts/Acrom/Acrom-Light.woff') format('woff'),
        url('../fonts/Acrom/Acrom-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom/Acrom-Regular.eot');
    src: local('../fonts/Acrom/Acrom Regular'), local('../fonts/Acrom/Acrom-Regular'),
        url('../fonts/Acrom/Acrom-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Acrom/Acrom-Regular.woff2') format('woff2'),
        url('../fonts/Acrom/Acrom-Regular.woff') format('woff'),
        url('../fonts/Acrom/Acrom-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom/Acrom-Medium.eot');
    src: local('../fonts/Acrom/Acrom Medium'), local('../fonts/Acrom/Acrom-Medium'),
        url('../fonts/Acrom/Acrom-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Acrom/Acrom-Medium.woff2') format('woff2'),
        url('../fonts/Acrom/Acrom-Medium.woff') format('woff'),
        url('../fonts/Acrom/Acrom-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Acrom';
    src: url('../fonts//Acrom/Acrom-Bold.eot');
    src: local('../fonts//Acrom/Acrom Bold'), local('../fonts/Acrom/Acrom-Bold'),
        url('../fonts//Acrom/Acrom-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts//Acrom/Acrom-Bold.woff2') format('woff2'),
        url('../fonts//Acrom/Acrom-Bold.woff') format('woff'),
        url('../fonts//Acrom/Acrom-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/* ------------- Owl Carousel - Core ------------*/
.owl-carousel,
.owl-carousel-label,
.owl-carousel-related,
.owl-carousel-lasted {  display: none;  width: 100%;  -webkit-tap-highlight-color: transparent;  /* position relative and z-index fix webkit rendering fonts issue */  position: relative;  z-index: 1; }
.owl-carousel .owl-stage,
.owl-carousel-label .owl-stage,
.owl-carousel-related .owl-stage,
.owl-carousel-lasted .owl-stage {    position: relative;    -ms-touch-action: pan-Y;    touch-action: manipulation;    -moz-backface-visibility: hidden;    /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after,
.owl-carousel-label .owl-stage:after,
.owl-carousel-related .owl-stage:after,
.owl-carousel-lasted .owl-stage:after {    content: ".";    display: block;    clear: both;    visibility: hidden;    line-height: 0;    height: 0; }
.owl-carousel .owl-stage-outer,
.owl-carousel-label .owl-stage-outer,
.owl-carousel-related .owl-stage-outer,
.owl-carousel-lasted .owl-stage-outer {    position: relative;    overflow: hidden;    /* fix for flashing background */    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item,
.owl-carousel-label .owl-wrapper,
.owl-carousel-label .owl-item,
.owl-carousel-related .owl-wrapper,
.owl-carousel-related .owl-item,
.owl-carousel-lasted .owl-wrapper,
.owl-carousel-lasted .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,
.owl-carousel-label .owl-item,
.owl-carousel-related .owl-item,
.owl-carousel-lasted .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,
.owl-carousel-label .owl-item img,
.owl-carousel-related .owl-item img,
.owl-carousel-lasted .owl-item img {    display: block;    width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.owl-carousel-label .owl-nav.disabled,
.owl-carousel-label .owl-dots.disabled,
.owl-carousel-related .owl-nav.disabled,
.owl-carousel-related .owl-dots.disabled,
.owl-carousel-lasted .owl-nav.disabled,
.owl-carousel-lasted .owl-dots.disabled {    display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot,
.owl-carousel-label .owl-nav .owl-prev,
.owl-carousel-label .owl-nav .owl-next,
.owl-carousel-label .owl-dot,
.owl-carousel-related .owl-nav .owl-prev,
.owl-carousel-related .owl-nav .owl-next,
.owl-carousel-related .owl-dot,
.owl-carousel-lasted .owl-nav .owl-prev,
.owl-carousel-lasted .owl-nav .owl-next,
.owl-carousel-lasted .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,
.owl-carousel-label .owl-nav button.owl-prev,
.owl-carousel-label .owl-nav button.owl-next,
.owl-carousel-label button.owl-dot,
.owl-carousel-related .owl-nav button.owl-prev,
.owl-carousel-related .owl-nav button.owl-next,
.owl-carousel-related button.owl-dot,
.owl-carousel-lasted .owl-nav button.owl-prev,
.owl-carousel-lasted .owl-nav button.owl-next,
.owl-carousel-lasted button.owl-dot {    background: none;    color: inherit;    border: none;    padding: 0 !important;    font: inherit; position:absolute;top:calc(50% - 1rem);}
.owl-carousel-label .owl-nav button.owl-prev,
.owl-carousel-label .owl-nav button.owl-next,
.owl-carousel-label button.owl-dot,
.owl-carousel-related .owl-nav button.owl-prev,
.owl-carousel-related .owl-nav button.owl-next,
.owl-carousel-related button.owl-dot,
.owl-carousel-lasted .owl-nav button.owl-prev,
.owl-carousel-lasted .owl-nav button.owl-next,
.owl-carousel-lasted button.owl-dot {color: #33507a;}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {color:var(--secondary)!important;}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel-label .owl-nav button.owl-prev,
.owl-carousel-related .owl-nav button.owl-prev,
.owl-carousel-lasted .owl-nav button.owl-prev {left:0;}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel-label .owl-nav button.owl-next,
.owl-carousel-related .owl-nav button.owl-next,
.owl-carousel-lasted .owl-nav button.owl-next {right:0;}
.owl-carousel.owl-loaded,
.owl-carousel-label.owl-loaded,
.owl-carousel-related.owl-loaded,
.owl-carousel-lasted.owl-loaded {   /* display: block; */}
.owl-carousel.owl-loading,
.owl-carousel-label.owl-loading,
.owl-carousel-related.owl-loading,
.owl-carousel-lasted.owl-loading {    opacity: 0;    display: block; }
.owl-carousel.owl-hidden,
.owl-carousel-label.owl-hidden,
.owl-carousel-related.owl-hidden,
.owl-carousel-lasted.owl-hidden {    opacity: 0; }
.owl-carousel.owl-refresh .owl-item,
.owl-carousel-label.owl-refresh .owl-item,
.owl-carousel-related.owl-refresh .owl-item,
.owl-carousel-lasted.owl-refresh .owl-item {    visibility: hidden; }
.owl-carousel.owl-drag .owl-item,
.owl-carousel-label.owl-drag .owl-item,
.owl-carousel-related.owl-drag .owl-item,
.owl-carousel-lasted.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,
.owl-carousel-label.owl-grab,
.owl-carousel-related.owl-grab,
.owl-carousel-lasted.owl-grab {    cursor: move;    cursor: grab; }
.owl-carousel.owl-rtl,
.owl-carousel-label.owl-rtl,
.owl-carousel-related.owl-rtl,
.owl-carousel-lasted.owl-rtl  {    direction: rtl; }
.owl-carousel.owl-rtl .owl-item,
.owl-carousel-label.owl-rtl .owl-item,
.owl-carousel-related.owl-rtl .owl-item,
.owl-carousel-lasted.owl-rtl .owl-item {    float: right; }

/* No Js */
.no-js .owl-carousel {  display: block; }

/* *  Owl Carousel - Animate Plugin */
.owl-carousel .animated,
.owl-carousel-label .animated,
.owl-carousel-related .animated,
.owl-carousel-lasted .animated {  animation-duration: 1000ms;  animation-fill-mode: both; }

.owl-carousel .owl-animated-in ,
.owl-carousel-label .owl-animated-in,
.owl-carousel-related .owl-animated-in,
.owl-carousel-lasted .owl-animated-in  {  z-index: 0; }
.owl-carousel .owl-animated-out,
.owl-carousel-label .owl-animated-out,
.owl-carousel-related .owl-animated-out,
.owl-carousel-lasted .owl-animated-out {  z-index: 1; }
.owl-carousel .fadeOut,
.owl-carousel-label .fadeOut,
.owl-carousel-related .fadeOut,
.owl-carousel-lasted .fadeOut {  animation-name: fadeOut; }

@keyframes fadeOut { 
 0% {    opacity: 1; }
  100% {
    opacity: 0; } }

/* * 	Owl Carousel - Auto Height Plugin */
.owl-height {
  transition: height 500ms ease-in-out; }

/* * 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item 
{  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .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 - Video Plugin */
.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("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%; }