/*
LESS CMS39 compiler 
lessc -x style.less > style.css
lessc main.less main.css
*/
@import "https://cdn.jsdelivr.net/g/normalize@7.0.0";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==========================================================================
   CMS39 Base styles: opinionated defaults
   ========================================================================== */
/* all */
::-webkit-input-placeholder {
  color: #ddd;
  font-size: 1em;
}
::-moz-placeholder {
  color: #ddd;
  font-size: 1em;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #ddd;
  font-size: 1em;
}
/* ie */
input:-moz-placeholder {
  color: #ddd;
  font-size: 1em;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* #Custom
================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
html {
  position: relative;
  min-height: 100%;
  font-size: 12px;
  font-family: 'Ubuntu', sans-serif;
  -webkit-font-smoothing: auto;
  color: #1D1D1B;
}
body {
  background: #fff;
  padding: 0px;
  margin: 0px;
}
a {
  color: #282829;
  text-decoration: none;
}
a:hover {
  color: #009999;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #009999;
}
a:active {
  text-decoration: none;
  color: #009999;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Ubuntu', sans-serif;
}
.masterWrapper {
  max-width: 1760px;
  margin: 0 auto;
}
.fancybox-image,
.fancybox-spaceball {
  background: white !important;
}
.masterPrdRelative {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 576px) {
  .masterPrd {
    margin: 30px 0 0 0;
  }
}
.areaPortfolioGrid .square {
  width: 100%;
  padding-bottom: 100%;
  background: #009999;
  display: block;
  position: relative;
  text-align: center;
}
.areaPortfolioGrid .square .title {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 5;
  color: #ffffff;
  line-height: 1em;
}
@media only screen and (max-width: 576px) {
  .areaPortfolioGrid .square .title {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.areaPortfolioGrid .square .overlay {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #009999;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  left: 0px;
}
.areaPortfolioGrid .square:hover .title {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.areaPortfolioGrid .square:hover .overlay {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.blogLoopHome {
  width: 20%;
  float: left;
}
.blogLoopHome .inner {
  text-align: left;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin: 5px;
}
.blogLoopHome .col2 {
  padding-left: 10px;
}
@media only screen and (max-width: 576px) {
  .blogLoopHome {
    width: 100%;
  }
}
.blogLoopHome h3 {
  font-size: 1.3rem;
  font-weight: 500;
}
.blogLoopHome img {
  margin: 0px 0;
}
.areaHome {
  margin: 0 0 30px 0;
  background: #009999;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.colPostSmall {
  text-align: center;
}
.colPostSmall h4 {
  margin: 0px 0 30px 0 !important;
}
.colPostSmall .theme_link {
  background: #f77a43;
  padding: 10px 20px;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.colPostSmall .description {
  margin-bottom: 25px;
  font-size: 0.9em;
  line-height: 1.3em;
  padding: 0 20px;
}
@media only screen and (max-width: 576px) {
  .colPostSmall {
    margin-bottom: 40px;
    padding: 0 40px;
  }
}
#areaPromoShop {
  margin: 50px 0 0 0;
  background: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 10px;
}
#areaPromoShop .desc {
  font-size: 1.2rem;
  line-height: 1.4em;
}
.shopSubmenu .theme_shop_loop_obj a {
  padding: 10px;
  background: url(img/orange.png) left center #ffffff;
  background-position-x: -86px;
  background-repeat: no-repeat;
  color: #2d2d2d;
  margin: 5px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  display: block;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .shopSubmenu .theme_shop_loop_obj a {
    text-align: left;
  }
}
.shopSubmenu .theme_shop_loop_obj a i {
  margin-right: 5px;
  font-size: 1.2em;
}
.shopSubmenu .theme_shop_loop_obj a:hover {
  background: #f77a43;
  color: #ffffff;
}
#areaPromo {
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 576px) {
  #areaPromo {
    margin: 20px 0 0 0;
  }
}
#areaPromo .inner {
  text-align: center;
  min-height: 200px;
  background: #f77a43;
  position: relative;
}
@media only screen and (max-width: 576px) {
  #areaPromo .inner {
    min-height: 138px;
    margin: 0 0 10px 0;
  }
}
#areaPromo .inner.dark {
  background: #009999;
}
#areaPromo .text {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2.1em;
  line-height: 1em;
  color: #ffffff;
  width: 70%;
}
@media only screen and (max-width: 576px) {
  #areaPromo .text {
    font-size: 2em;
  }
}
#areaPromo .text a {
  color: #ffffff;
}
.brands-carousel {
  padding: 0 80px;
  margin: 0 0 50px;
}
.carousel-cell {
  width: 12.5%;
  /* half-width */
  height: 70px;
  padding: 0 10px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .carousel-cell {
    width: 33.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .carousel-cell {
    width: 20%;
  }
}
@media only screen and (max-width: 576px) {
  .carousel-cell {
    width: 50%;
    height: 110px;
  }
}
.carousel-cell img {
  width: auto;
  height: 70px;
}
.theme_link {
  display: inline-block;
  padding: 3px 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f77a43;
  color: #ffffff;
}
.theme_link:hover {
  background: #009999;
  color: #ffffff;
}
@media only screen and (max-width: 576px) {
  .postcol2 {
    margin: 0 0 30px 0;
  }
}
.lang-list {
  margin: 20px 0 0 0;
  font-weight: 800;
}
.lang-list .active {
  color: #f77a43;
}
.post img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .post {
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 30px 0;
  }
}
#section_cart_formdata {
  font-size: 0.9em;
}
#section_cart_formdata .shareaUserForm,
#section_cart_formdata .panel {
  margin-bottom: 40px;
}
#section_cart_formdata .btnCheckoutFormModify {
  background: #f77a43;
  color: #ffffff;
}
#section_cart_formdata .shcol11 h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #f77a43;
}
#section_cart_formdata .shcol12 .inner {
  background: #009999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  padding: 20px 10px;
}
#section_cart_formdata .shcol12 .inner a {
  color: #f77a43;
}
#section_cart_formdata .shcol12 h3 {
  font-size: 0.9rem;
  font-weight: bold;
}
.paymentLogos {
  text-align: center;
  margin: 40px 0 40px;
}
.paymentLogos img {
  max-width: 450px;
  width: 100%;
}
.mfp-figure figure {
  background: white;
}
.Shoptecharea {
  margin-top: 30px;
}
.pagina-root {
  width: 100%;
  display: block;
}
.pagina-root ul {
  text-align: right;
  margin: 20px 0 0 0;
  display: block;
}
.pagina-root li {
  display: inline-block;
}
.pagina-root li a {
  font-weight: 600;
  display: block;
  padding: 4px 8px;
  background: #f77a43;
  color: #ffffff;
  margin-right: 2px;
}
.pagina-root li a.active,
.pagina-root li a:hover {
  background: #009999;
}
.cms_gallery_loop {
  margin: 0px;
  padding: 2px;
}
.cms_gallery_loop a {
  display: inline-block;
}
.masterArticleShopDetail {
  margin-top: 40px !important;
}
.shopdata .post {
  margin: 20px 0;
}
.shopdata .post ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.shopdata .postTech {
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.shopdata .shop-gallery {
  margin: -20px 0 30px 0;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .shopdata .shop-gallery {
    max-width: 330px;
    margin: 0 auto 30px auto;
  }
}
.shopdata .shop-gallery a {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.shopdata .product__spec {
  padding: 15px;
  background: green;
  color: #ffffff;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 0 20px 0;
}
.shopdata .product__spec i {
  margin-left: 5px;
}
.shopdata .details {
  font-size: 0.8em;
  margin-bottom: 15px;
}
.shopdata .addToCard {
  padding: 15px 20px;
  font-size: 1em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #f77a43;
  border: 0px;
}
.shopdata .shopping {
  margin: 29px 0 0 0;
}
.NavMenuMaster {
  margin: 0px 0 0 0;
}
.NavMenuMaster .mastermenumobile {
  display: none;
}
.NavMenuMaster h3 {
  color: #f77a43;
}
@media only screen and (max-width: 576px) {
  .NavMenuMaster .mastermenumobile {
    display: block;
    padding: 20px;
    width: 100%;
    height: 40px;
    min-height: inherit;
    line-height: inherit;
    font-size: 1.2em;
  }
  .NavMenuMaster .harmonia-js-enabled {
    display: none !important;
  }
}
.NavMenuMaster .submenus {
  margin: 15px 0 0 0;
  font-size: 1.1rem;
  font-weight: 500;
}
.NavMenuMaster .submenus ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.NavMenuMaster .submenus ul ul,
.NavMenuMaster .submenus ul ul ul {
  margin: 0 0 0 10px;
}
.NavMenuMaster .submenus ul li {
  line-height: 1em;
  margin: 9px 0;
}
.NavMenuMaster .submenus ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #f77a43;
  margin-right: 5px;
}
.NavMenuMaster .submenus ul li li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #f77a43;
  margin-right: 5px;
}
.NavMenuMaster .submenus ul li a:hover,
.NavMenuMaster .submenus ul li a.selected {
  color: #f77a43;
}
@media only screen and (max-width: 576px) {
  .NavMenuMaster .submenus ul {
    display: inline;
  }
  .NavMenuMaster .submenus ul li {
    display: inline-block;
    margin: 2px;
  }
  .NavMenuMaster .submenus ul li a {
    display: block;
    padding: 2px 5px;
    background: #f77a43;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 0.8rem;
  }
  .NavMenuMaster .submenus ul li a:hover,
  .NavMenuMaster .submenus ul li a.selected {
    background: #009999;
    color: #ffffff;
  }
}
.blog_element .inner,
.product_element .inner {
  background: #ffffff;
  padding: 10px;
  text-align: left;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.blog_element .inner .title,
.product_element .inner .title {
  font-size: 1em;
  line-height: 1.2em;
  margin: 20px 0 5px 0;
  display: block;
  font-weight: 800;
}
.blog_element .inner .shloopcol1 .photo,
.product_element .inner .shloopcol1 .photo {
  padding: 20px 30px 10px 30px;
}
.blog_element .inner .cat,
.product_element .inner .cat {
  font-size: 0.7em;
  line-height: 0.8em;
  display: block;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  margin: 8px 0 0 0;
}
.blog_element .inner .link,
.product_element .inner .link {
  margin: 10px 0 0 0;
  padding: 2px;
  display: block;
  text-align: center;
  font-size: 0.8em;
  color: #f77a43;
  font-weight: 600;
}
.contactform {
  max-width: 340px;
  margin: 50px auto 0 auto;
}
.contactform label {
  display: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
.contactform input,
.contactform textarea,
.contactform select,
.contactform button {
  border: 1px solid #f6f6f6;
  padding: 12px 12px;
  background: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: 100;
  font-size: 14px;
}
.contactform button {
  background: #f77a43;
  height: inherit;
  line-height: inherit;
  color: #ffffff;
}
.css_root_29 .masterArticle {
  text-align: center;
}
.css_root_39 .bread {
  display: none;
}
@media only screen and (max-width: 576px) {
  .bread {
    display: none;
  }
}
.galleryH {
  margin: 60px 0 10px 0;
  color: #f77a43;
  font-weight: 800;
}
.vLine {
  height: 100%;
  right: 0px;
  width: 1px;
  background: #f77a43;
  display: inline-block;
  position: absolute;
}
.sharethis {
  margin: 30px 0 10px 0;
  font-size: 0.9em;
  color: #f77a43;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
.post-social {
  margin: 0px 0 0 0;
}
.post-social a {
  color: #f77a43;
}
.post-social a:hover {
  color: #009999;
}
.masterArt {
  background: #f1f1f1 91;
  padding: 60px 0;
}
.masterArtSmall {
  padding: 20px 0 10px;
  margin: 0 0 20px 0;
}
.masterArticle {
  font-size: 1.3rem;
  line-height: 1.9rem;
  margin: 0px 0 50px;
}
.masterArticle.masterArticleArea1 {
  margin-bottom: 40px;
}
.masterArticle .theme_blog_master {
  margin: 40px 0;
}
.masterArticle .gallery .cms_gallery_loop {
  float: left;
  width: 25%;
}
.masterArticle .gallery .cms_gallery_loop .cms_gallery_loop_inner {
  padding: 5px;
}
.masterArticle .gallery .cms_gallery_loop img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.masterArticle .gallery .cms_gallery_loop figcaption {
  display: none;
}
.masterArticle h4,
.masterArticle h2 {
  font-size: 1.8em;
  letter-spacing: -0.51px;
  font-weight: 800;
  font-style: normal;
  position: relative;
  text-align: center;
  margin: 0px auto 20px;
  max-width: 720px;
}
.masterArticle h4:after,
.masterArticle h2:after {
  margin-top: 0.54em !important;
  background-color: #f77a43;
  content: '';
  display: block;
  width: 38px;
  height: 6px;
  margin: 0 auto;
}
.masterArticle h4 {
  font-size: 1.6em;
}
.reset_list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.reset_p {
  margin: 0px;
  padding: 0px;
}
footer {
  text-align: left;
  margin: 20px 0 50px;
  font-size: 1rem;
  color: #009999;
}
@media only screen and (max-width: 576px) {
  footer {
    margin: 50px 0;
  }
}
footer .footerAddress {
  margin: 10px 0 0 0;
}
footer .logo {
  max-width: 280px;
}
footer .short-profile {
  margin: 10px 0 0 0;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 1em;
}
footer .short-profile p {
  margin: 0px;
  padding: 0px;
}
footer h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.1em;
}
footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer ul a:hover {
  color: #f77a43;
}
footer .fix {
  margin: 45px 0 0 0;
}
.searchform {
  font-size: 1.2em;
}
.searchform .search_button {
  float: left;
  width: 20%;
  display: inline-block;
}
.searchform .search_button button {
  width: 100%;
  border: 0px;
  padding: 15px 10px;
  text-align: center;
}
.searchform .search_query {
  float: left;
  width: 80%;
  display: inline-block;
}
.searchform .search_query input {
  width: 100%;
}
.searchform input {
  border: 1px solid #f6f6f6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 15px 10px;
  color: #009999;
}
.breadcrumb {
  text-transform: uppercase;
}
.copyright {
  margin: 10px 0 30px 0;
  text-align: center;
}
header {
  margin: 20px 0;
}
header .logo img {
  max-width: 300px;
}
header .hcol2 {
  text-align: right;
}
header .stellarnav {
  font-size: 1.3rem;
}
header .stellarnav ul ul {
  background: #ffffff;
}
header .stellarnav ul ul li a {
  padding: 8px 10px;
  font-size: 0.9em;
  line-height: 1em;
  text-transform: inherit;
}
header .stellarnav ul ul li a.active {
  color: #f77a43;
}
header .stellarnav li.has-sub > a:after {
  border-top-color: #f77a43;
}
header .stellarnav.desktop li.has-sub a {
  padding-right: 0px;
}
header .stellarnav.mobile.active ul {
  background: white;
  padding: 0 10px;
}
header .stellarnav .close-menu {
  color: #2d2d2d;
}
header .stellarnav ul li a {
  font-weight: 400;
  color: #2d2d2d;
  padding: 20px 15px;
}
header .stellarnav ul li a.active {
  color: #f77a43;
}
header .stellarnav ul li a.elem_phone {
  font-weight: 800;
}
header .stellarnav ul li a.elem_request {
  background: #f77a43;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
header .stellarnav ul li a.elem_request:hover {
  background: #009999;
}
header .stellarnav ul li a:hover {
  color: #f77a43;
}
.slider_main {
  height: 40vw;
  max-height: 500px;
  position: relative;
  font-size: 1rem;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .slider_main {
    height: 50vw;
    max-height: inherit;
  }
  .slider_main .flickity-button {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .slider_main {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 576px) {
  .slider_main {
    font-size: 0.5em;
  }
}
.slider_main .flickity-page-dots {
  bottom: 10px !important;
}
.slider_main .flickity-page-dots .dot {
  background: #fff !important;
}
.slider_main .slider_elem {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f77a43;
  text-align: center;
}
.slider_main .slider_elem .row {
  height: 100%;
}
.slider_main .slider_elem.is-selected {
  z-index: 50;
}
.slider_main .slider_elem .sl-bg-1 {
  background-repeat: no-repeat;
  background-image: url(img/graphics/slider.jpg);
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 576px) {
  .slider_main .slider_elem .sl-bg-1 {
    padding: 5px;
  }
}
.slider_main .slider_elem .sl-bg-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slider_main .slider_elem .sl-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
  padding: 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .slider_main .slider_elem .sl-inner {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .slider_main .slider_elem .sl-inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 576px) {
  .slider_main .slider_elem .sl-inner {
    padding: 0 13px 0 26px;
  }
}
.slider_main .slider_elem .sl-title {
  display: block;
  color: #ffffff;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 800;
}
.slider_main .slider_elem .sl-excerpt {
  display: block;
  color: #ffffff;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 500;
  margin: 20px 0 20px 0;
}
@media only screen and (max-width: 576px) {
  .slider_main .slider_elem .sl-excerpt {
    font-size: 1.4em;
    margin: 10px 0 10px 0;
  }
}
.slider_main .slider_elem .sl-link {
  display: block;
}
.slider_main .slider_elem .sl-link a {
  font-size: 1.3em;
  color: #009999;
  border: 1px solid #ffffff;
  padding: 15px 15px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  background: #ffffff;
  font-weight: bold;
  display: inline-block;
}
.position-center-center {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bread {
  position: absolute;
  right: 0px;
  background: transparent;
  margin-bottom: 0px;
  padding: 0px;
  text-align: right;
}
@media only screen and (max-width: 576px) {
  .bread {
    display: none;
  }
}
.bread .breadcrumb {
  background: transparent;
  margin: 0 0 0px 0;
  text-align: right;
  font-size: 11px;
  display: block;
}
.bread .breadcrumb li {
  display: inline-block;
  padding: 2px;
  margin: 2px;
}
.bread .breadcrumb li:after {
  font-family: FontAwesome;
  content: "\f054";
  display: inline-block;
  padding-left: 9px;
  vertical-align: middle;
  color: #009999;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.bread .breadcrumb li:last-of-type {
  margin-right: 0px;
}
.bread .breadcrumb li:last-of-type:after {
  display: none;
}
.bread .breadcrumb li a {
  color: #f77a43;
}
.bread .breadcrumb > li + li:before {
  color: #f77a43;
}
.shadow_txt {
  -moz-test-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.shadow_box {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.shadow_box_inner {
  -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
.item_data {
  min-height: 130px;
  width: 100%;
  margin-bottom: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.item_data.active {
  display: none;
}
.item_data:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.item_data .details {
  border-top: 5px solid #009999;
  padding: 15px 0px;
  line-height: 11px;
  text-align: center;
}
.item_data .details .title {
  font-weight: 400;
  display: block;
}
.item_data .details .link {
  color: #009999;
  font-size: 0.8em;
  padding-top: 4px;
  display: block;
}
.item_data img {
  width: 100%;
}
/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/
div.blockMsg {
  width: 200px;
  top: 50%;
  left: 50%;
  text-align: center;
  background-color: #f77a43;
  color: #ffffff;
  border: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  padding: 30px 10px;
}
div.blockMsg h1 {
  font-size: 3em;
  color: #ffffff;
  font-weight: 800;
  margin: 0px;
  padding: 0px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  text-align: -webkit-match-parent;
}
.mtable {
  height: 100%;
  width: 100%;
  display: table;
}
.mtable .mcell {
  display: table-cell;
  vertical-align: middle;
}
.text-hide {
  overflow: hidden;
  text-indent: -1500px;
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.relative {
  position: relative;
}
img {
  vertical-align: middle;
}
.img-full {
  width: 100%;
  height: auto;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* #Media Queries
================================================== */
/* Xtra Large devices (large desktops, 1200px and up) */
/* Large devices (desktops, 992px and up) */
/* Medium devices (desktops, 768px and up) */
/* Small devices (tablets, 576px and up) */
/* X Small devices (tablets, 576px and down) */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
 * Stellarnav.js 2.5.0
 * Responsive, lightweight, multi-level dropdown menu.
 * Copyright (c) 2018 Vinny Moreira - http://vinnymoreira.com
 * Released under the MIT license
 */
/* all nav */
.stellarnav {
  position: relative;
  width: 100%;
  z-index: 9900;
  line-height: normal;
}
.stellarnav a {
  color: #777;
}
.stellarnav ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.stellarnav li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
}
.stellarnav li a {
  padding: 15px;
  display: block;
  text-decoration: none;
  color: #777;
  font-size: inherit;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* main level */
.stellarnav > ul > li {
  display: inline-block;
}
.stellarnav > ul > li > a {
  padding: 20px 40px;
}
/* first level dd */
.stellarnav ul ul {
  top: auto;
  width: 220px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
}
.stellarnav li li {
  display: block;
}
/* second level dd */
.stellarnav ul ul ul {
  top: 0;
  /* dd animtion - change to auto to remove */
  left: 220px;
}
.stellarnav > ul > li:hover > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}
/* .drop-left */
.stellarnav > ul > li.drop-left > ul {
  right: 0;
}
.stellarnav li.drop-left ul ul {
  left: auto;
  right: 220px;
}
/* light theme */
.stellarnav.light {
  background: #ffffff;
}
.stellarnav.light a {
  color: #000;
}
.stellarnav.light ul ul {
  background: #ffffff;
}
.stellarnav.light li a {
  color: #000;
}
/* dark theme */
.stellarnav.dark {
  background: #000000;
}
.stellarnav.dark a {
  color: #FFF;
}
.stellarnav.dark ul ul {
  background: #000000;
}
.stellarnav.dark li a {
  color: #FFF;
}
/* sticky nav */
.stellarnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x {
  overflow-x: hidden;
}
/* general styling */
.stellarnav li.has-sub > a:after {
  content: '';
  margin-left: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFF;
  display: inline-block;
}
.stellarnav li li.has-sub > a:after {
  margin-left: 10px;
  float: right;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #FFF;
  position: relative;
  top: 4px;
}
.stellarnav li.drop-left li.has-sub > a:after {
  float: left;
  margin-right: 10px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #FFF;
}
.stellarnav.hide-arrows li.has-sub > a:after,
.stellarnav.hide-arrows li li.has-sub > a:after,
.stellarnav.hide-arrows li.drop-left li.has-sub > a:after {
  display: none;
}
.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
}
.stellarnav .dd-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  z-index: 9999;
  border: 0;
}
.stellarnav.desktop li.has-sub a {
  padding-right: 5px;
}
.stellarnav.desktop.hide-arrows li.has-sub a {
  padding-right: 15px;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
  padding: 0;
}
.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile {
  display: none;
}
/* svg icons */
.stellarnav svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  position: relative;
  top: 2px;
}
/* svg icons */
.stellarnav a.dd-toggle .icon-plus {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 12px;
  height: 100%;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.stellarnav a.dd-toggle .icon-plus:before {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  transition: width 0.3s;
}
.stellarnav a.dd-toggle .icon-plus:after {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
}
.stellarnav li.open > a.dd-toggle .icon-plus {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.stellarnav.light a.dd-toggle .icon-plus:before {
  border-color: #000;
}
.stellarnav.light a.dd-toggle .icon-plus:after {
  border-color: #000;
}
.stellarnav.dark a.dd-toggle .icon-plus:before {
  border-color: #FFF;
}
.stellarnav.dark a.dd-toggle .icon-plus:after {
  border-color: #FFF;
}
.stellarnav .icon-close {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}
.stellarnav .icon-close:before {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}
.stellarnav .icon-close:after {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
  transform: rotate(-45deg);
}
.stellarnav.light .icon-close:before {
  border-color: #000;
}
.stellarnav.light .icon-close:after {
  border-color: #000;
}
.stellarnav.dark .icon-close:before {
  border-color: #FFF;
}
.stellarnav.dark .icon-close:after {
  border-color: #FFF;
}
/* mobile nav */
.stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile,
.stellarnav .close-menu {
  padding: 15px;
  box-sizing: border-box;
}
.stellarnav .menu-toggle span.bars {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 3px;
}
.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 6px;
  background: #777;
  margin: 0 0 3px;
}
.stellarnav .full {
  width: 100%;
}
.stellarnav .half {
  width: 50%;
}
.stellarnav .third {
  width: 33%;
  text-align: center;
}
.stellarnav .location-btn-mobile.third {
  text-align: center;
}
.stellarnav .location-btn-mobile.half {
  text-align: right;
}
.stellarnav.light .third,
.stellarnav.light .half {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.light.left .third,
.stellarnav.light.left .half {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.light.right .third,
.stellarnav.light.right .half {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.light .third:first-child,
.stellarnav.light .half:first-child {
  border-left: 0;
}
.stellarnav.dark .third,
.stellarnav.dark .half {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.dark.left .third,
.stellarnav.dark.left .half {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.dark.right .third,
.stellarnav.dark.right .half {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
  border-bottom: 0;
}
.stellarnav.dark.left .menu-toggle,
.stellarnav.dark.right .menu-toggle {
  border-bottom: 0;
}
.stellarnav.dark .third:first-child,
.stellarnav.dark .half:first-child {
  border-left: 0;
}
.stellarnav.light .menu-toggle span.bars span {
  background: #000;
}
.stellarnav.dark .menu-toggle span.bars span {
  background: #FFF;
}
.stellarnav.mobile {
  position: static;
}
.stellarnav.mobile.fixed {
  position: static;
}
.stellarnav.mobile ul {
  position: relative;
  display: none;
}
.stellarnav.mobile.active {
  padding-bottom: 0;
}
.stellarnav.mobile.active > ul {
  display: block;
}
.stellarnav.mobile ul {
  text-align: left;
}
.stellarnav.mobile > ul > li {
  display: block;
}
.stellarnav.mobile > ul > li > a {
  padding: 15px;
}
.stellarnav.mobile ul {
  background: #dddddd;
}
.stellarnav.mobile ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.stellarnav.mobile ul ul ul {
  left: auto;
  top: auto;
}
.stellarnav.mobile li.drop-left ul ul {
  right: auto;
}
.stellarnav.mobile li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.mobile > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.mobile.light li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.mobile.light > ul {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.mobile li a.dd-toggle {
  border: 0;
}
.stellarnav.mobile.light li a.dd-toggle {
  border: 0;
}
.stellarnav.mobile .menu-toggle,
.stellarnav.mobile .dd-toggle,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .location-btn-mobile {
  display: inline-block;
}
.stellarnav.mobile li.call-btn-mobile {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
  display: inline-block;
  width: 50%;
  text-transform: uppercase;
  text-align: center;
}
.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-right: 0;
  text-align: left;
}
.stellarnav.mobile.light ul {
  background: #ffffff;
}
.stellarnav.mobile.dark ul {
  background: #000000;
}
.stellarnav.mobile.dark ul ul {
  background: rgba(255, 255, 255, 0.08);
}
.stellarnav.mobile.light li.call-btn-mobile {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.stellarnav.mobile.top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.stellarnav.mobile li.has-sub > a:after,
.stellarnav.mobile li li.has-sub > a:after,
.stellarnav.mobile li.drop-left li.has-sub > a:after {
  display: none;
}
/* left and right positions */
.stellarnav.mobile.right > ul,
.stellarnav.mobile.left > ul {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}
.stellarnav.mobile.right > ul {
  right: 0;
}
.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
  display: inline-block;
  text-align: right;
}
.stellarnav.mobile.left > ul {
  left: 0;
}
.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .close-menu.half {
  text-align: center;
}
.stellarnav.mobile.right .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.third {
  text-align: center;
}
.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .close-menu.half {
  text-align: center;
}
.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.third {
  text-align: center;
}
.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
  text-align: left;
}
.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
  display: none;
}
/* left and right positions */
/* mega dd */
.stellarnav.desktop li.mega ul ul {
  background: none;
}
.stellarnav.desktop li.mega li {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.stellarnav.desktop li.mega li li {
  display: block;
  position: relative;
  left: 4px;
}
.stellarnav.desktop li.mega ul ul {
  width: auto;
}
.stellarnav.desktop > ul > li.mega {
  position: inherit;
}
.stellarnav.desktop > ul > li.mega > ul {
  width: 100%;
}
.stellarnav.desktop > ul > li.mega > ul li.has-sub ul {
  display: block;
  position: relative;
  left: auto;
}
.stellarnav.desktop > ul > li.mega > ul > li {
  padding-bottom: 15px;
  box-sizing: border-box;
}
.stellarnav.desktop li.mega li li a {
  padding: 5px 15px;
}
.stellarnav.desktop li.mega li.has-sub a:after {
  display: none;
}
.stellarnav.desktop > ul > li.mega > ul > li > a {
  color: yellow;
}
/* mega dd */
/* Fallback for slow javascript load */
@media only screen and (max-width: 768px) {
  .stellarnav {
    overflow: hidden;
    display: block;
  }
  .stellarnav ul {
    position: relative;
    display: none;
  }
}
/* mobile nav */
@media only screen and (max-width: 420px) {
  .stellarnav.mobile .call-btn-mobile.third span,
  .stellarnav.mobile .location-btn-mobile.third span {
    display: none;
  }
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
