
:root {
  --primary: #06A3DA !important;
  --secondary: #34AD54 !important;
  --light: #EEF9FF !important;
  --dark: #091E3E !important;
}
.bg-light { background-color: #EEF9FF !important; }
.bg-primary { background-color: #06A3DA !important; }
.bg-dark { background-color: #091E3E !important; }
.text-primary { color: #06A3DA !important; }
.text-light { color: #EEF9FF !important; }
.btn-dark {
  color: #fff !important;
  background-color: #091E3E !important;
  border-color: #091E3E !important;
}

body {
  font-family: "Rubik",sans-serif;
  color: #6B6A75;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #F6F5F9;
}

a {
  color: #091E3E;
  font-weight: 600;
  text-decoration: none;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
a:hover {
  color: #0582ae;
  text-decoration: none;
}




/*-------------------
----TOPBAR SOCIAL ICONS ------
---------------------*/
#header-top {
  padding: 8px 0;
  margin: 0;
}
#header-top .topbar-social-icons { }
#header-top .topbar-social-icons .xurl-social-icons {
  margin-bottom: 0;
}
#header-top .topbar-social-icons .xurl-social-icons a.social-icon {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  color: #EEF9FF;
  line-height: 1.5;
  text-align: center;
  width: 30px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  padding: .25rem .5rem;
  border: 1px solid #EEF9FF;
  background-color: transparent;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
#header-top .topbar-social-icons .xurl-social-icons a.social-icon:hover {
  background-color: #fff;
}
#header-top .topbar-social-icons .xurl-social-icons a.social-icon:hover span {
  color: #000;
}


/*-------------------
----HEADER ON SIDEBAR RIGHT ------
---------------------*/
.header { 

}
.header .bg-header {
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(images/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}


/* SITE NAVIGATION */
nav.navbar { }

@media (min-width: 1200px) {
  nav.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(256, 256, 256, .1);
    z-index: 1030;
  }
}

nav.navbar ul.navbar-nav { }
nav.navbar ul.navbar-nav li.nav-item { }
nav.navbar ul.navbar-nav li.nav-item a.nav-link,
nav.navbar ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle { 
  position: relative;
  display: block;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-left: 25px;
  padding: 35px 0;  
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover, 
nav.navbar ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle:hover,
nav.navbar ul.navbar-nav li.nav-item.active a.nav-link {
  color: #06A3DA;
}

@media (min-width: 1200px) {
  nav.navbar ul.navbar-nav li.nav-item a.nav-link:before,
  nav.navbar ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: #06A3DA;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
  }
  nav.navbar ul.navbar-nav li.nav-item.active a.nav-link:before,
  nav.navbar ul.navbar-nav li.nav-item.active.dropdown a.dropdown-toggle:before {
    width: 100%;
    left: 0;
  }
  nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover:before,
  nav.navbar ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle:hover:before,
  nav.navbar ul.navbar-nav li.nav-item.active a.nav-link:before {
    width: 100%;
    left: 0;
  }
}


/* Dropdown */
nav.navbar ul.navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
 
  margin-top: 0.125em;
}
nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
  min-width: 250px;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu li {
  display: block;
  overflow: hidden;
}

/* NAVBAR TOGGLER */
nav.navbar .navbar-toggler {
  color: #06A3DA;
  border-color: #06A3DA;
}
nav.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none !important;
  background-color: #06A3DA;
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  transform-origin: center;
}
nav.navbar .navbar-toggler .navbar-toggler-icon:before {
  display: block;
  background-color: #06A3DA;
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; /*taken down to hide quicker*/
  transform-origin: center;
}
nav.navbar .navbar-toggler .navbar-toggler-icon:after {
  display: block;
  background-color: #06A3DA;
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  transform-origin: center;
}
nav.navbar .navbar-toggler .navbar-toggler-icon,
nav.navbar .navbar-toggler .navbar-toggler-icon:before,
nav.navbar .navbar-toggler .navbar-toggler-icon:after {
  background-color: #06A3DA;
}
nav.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
  opacity: 0;
}
nav.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
  -moz-transform: rotate(-90deg) translateX(7px);
  -o-transform: rotate(-90deg) translateX(7px);
  -ms-transform: rotate(-90deg) translateX(7px);
  transform: rotate(-90deg) translateX(7px);
}


@media (max-width: 1199.98px) {
  nav.navbar ul.navbar-nav {
    padding: 10px !important;
  }
  nav.navbar ul.navbar-nav li.nav-item a.nav-link,
  nav.navbar ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle {
    color: #000;
    padding: 6px 0;
  }
  nav.navbar.sticky-top.navbar-dark {
    position: relative;
    background: #fff;
  }
}

@media (min-width: 1200px) {
  nav.navbar.sticky-top.navbar-dark {
    position: fixed;
    background: #FFFFFF;
  }
  nav.navbar.sticky-top.navbar-dark .navbar-brand a,
  nav.navbar.sticky-top.navbar-dark .navbar-brand a:hover {
    color: #06A3DA;
  }
  nav.navbar.sticky-top.navbar-dark ul.navbar-nav li.nav-item a.nav-link,
  nav.navbar.sticky-top.navbar-dark ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle {
    padding: 20px 0;
    color: #091E3F;
  }
  nav.navbar.sticky-top.navbar-dark ul.navbar-nav li.nav-item a.nav-link:hover, 
  nav.navbar.sticky-top.navbar-dark ul.navbar-nav li.nav-item.dropdown a.dropdown-toggle:hover,
  nav.navbar.sticky-top.navbar-dark ul.navbar-nav li.nav-item.active a.nav-link {
    color: #06A3DA;
  }
  
}

 
/* SITELOGO, SITENAME, SITETAG */
.navbar-brand img.logo {
  width: 2.5rem !important;
  height: auto !important;
  margin: 5px !important;
  -o-transition: .5s all ease-in-out;
  -ms-transition: .5s all ease-in-out;
  -moz-transition: .5s all ease-in-out;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.navbar-brand {
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase; 
  padding: 10px 10px 4px 50px; 
}
.navbar-brand a {
  color: #06A3DA;
}
.navbar-brand a:hover {
  color: #06A3DA;
}


@media (min-width: 1320px) {
  .navbar-brand {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .navbar-brand a {
    color: #fff;
  }
  .navbar-brand a:hover {
    color: #fff;
  }
}



/*
.navbar-brand .site-tag {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: .65rem;
  line-height: 1;
  text-transform: uppercase; 
  padding: 0 10px 0 50px;   
}
*/


/*-------------------
----CAPTION - HEADER ON SIDEBAR RIGHT ------
---------------------*/
.header h1.caption {
  font-family: "Nunito", sans-serif;
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 800;
  line-height: 1.2;
}
.header .h5.breadcrumb {
  font-family: "Nunito", sans-serif;
  font-size: 1.525rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin: 0 0 .5rem 0;
}
.header .h5.breadcrumb a {
  color: #fff;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.header .h5.breadcrumb a:hover {
  color: #06A3DA;
}
.header .h5.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-weight: 900;
  display: block;
  font-size: 0.5rem;
  color: #b4bec2;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}





/*------------------------------------------
--------------HOMESITE----------------------
-------------------------------------------*/

/*-------------------
----HERO CAROUSEL ------
---------------------*/
#mycarousel.carousel { }

/* Carousel indicator */
#mycarousel.carousel .carousel-indicators {  }

@media (min-width: 1200px) {
  #mycarousel.carousel .carousel-indicators { 
    bottom: 60px;
  }
}

#mycarousel.carousel .carousel-indicators > button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  margin: 10px;
  border-radius: 100%;
  opacity: 1;
}
#mycarousel.carousel .carousel-indicators > button.active {
  background-color: #06A3DA;
}

/* Carousel item */
#mycarousel.carousel .carousel-inner {  }
#mycarousel.carousel .carousel-inner .carousel-item { 
  background-repeat: no-repeat;
  background-position: 50% 0%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 670px;
}
#mycarousel.carousel .carousel-inner .carousel-item .carousel-caption { 
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(9, 30, 62, .7) !important;
  z-index: 1;
}
#mycarousel.carousel .carousel-item .carousel-caption header.hero-title {  }
#mycarousel.carousel .carousel-item .carousel-caption header.hero-title h1 { 
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  line-height: 1;
  animation-duration: 2s;
}
#mycarousel.carousel .carousel-item .carousel-caption header.hero-title h3 {
  font-family: "Rubik", sans-serif; 
  font-weight: 300;
  animation-duration: 3s;
}
#mycarousel.carousel .carousel-item .carousel-caption header.hero-title .hero-buttons {
  animation-duration: 4s;
}
#mycarousel.carousel .carousel-item .carousel-caption header.hero-title .hero-buttons a.btn {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: .375rem 1.5rem;
  background-color: #06A3DA;
  border-color: #06A3DA;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 50px transparent;
  -moz-box-shadow: inset 0 0 0 50px transparent;
  box-shadow: inset 0 0 0 50px transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  transition: .5s; 
}

/* Carousel control */
#mycarousel.carousel .carousel-item .carousel-caption header.hero-title .hero-buttons a.btn:hover {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mycarousel.carousel .carousel-control-prev {  }
#mycarousel.carousel .carousel-control-next {  }
#mycarousel.carousel .carousel-control-prev:hover,
#mycarousel.carousel .carousel-control-next:hover {
  background: transparent;
}

#mycarousel.carousel .carousel-inner .carousel-item ul.hero-list li .hero-list-text {
  font-size: 1.4rem;
}


/*-------------------
----COUNTER ------
---------------------*/

@media (min-width: 1200px) {
  .section-counter.counter {
    position: relative;
    margin-top: -75px;
    z-index: 1;
  }
}

.section-counter .counter-box  {
  height: 150px;
}
.section-counter .counter-icon {
  width: 60px; 
  height: 60px;
}


/*-------------------
----WELCOME MESSAGE ------
---------------------*/
.wmessage { }
.wmessage-title { }
.wmessage .wmessage-title h1 {
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  color: #091E3E;
  line-height: 1.2;
}
.wmessage .wmessage-body { 
  font-family: "Rubik",sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6B6A75;
  text-align: justify;
}

.section-wmessage img.wmessage-img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit:cover;
}


/*-------------------
----Programs - HOMESITE ------
---------------------*/
.section-programs {  
  background-image: url(images/programs-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}
.section-programs .programs-title { }
.section-programs .service-1 { 
  background-image: url(images/service-1.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
  background-color: #000;
  min-height: 300px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.section-programs .service-2 { 
  background-image: url(images/service-2.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
  background-color: #000;
  min-height: 300px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.section-programs .service-3 { 
  background-image: url(images/service-3.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
  background-color: #000;
  min-height: 300px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.section-programs .service-1 .rent,
.section-programs .service-2 .team-match,
.section-programs .service-3 .personal-coach {
  bottom: -60px;
  left: 0;
  width: 100%;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 10px;
  margin-bottom: 0;
  transition: bottom 0.3s ease;
  text-align: center;
}
.section-programs .service-1:hover .rent,
.section-programs .service-2:hover .team-match,
.section-programs .service-3:hover .personal-coach {
   bottom: 0;
}


/*-------------------
----Programs - SLOGEN ------
---------------------*/
@media (min-width: 1200px) {
  .section-slogen {
    h1 {
      font-size: 5rem;
      letter-spacing: -1px;
    }
  }
}

.section-slogen .slogen-player .slogen-img {
  width: 200px;
  height: auto;
}


/*-------------------
----LATEST NEWS - HOMESITE ------
---------------------*/
.section-latest-news {
  background-image: url(images/home-latest-news.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
  background-color: #000;
}
.latest-news-header { 
}
.latest-news-header.text-center h1.header-2,
.latest-news-header.text-center h4.header-1 {
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  color: #fff;
}
.home-news-latest .news-item {  }
.home-news-latest .news-item .news-image img {
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.home-news-latest .news-item:hover .news-image img {
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.home-news-latest .news-item h4.news-title {
  font-family: "Nunito",sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}
.home-news-latest .news-summary {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.home-news-latest .item-read-more { }
.home-news-latest .item-read-more a {
  font-family: "Rubik",sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.home-news-latest .item-read-more a:hover {
  color: #0582ae;
}
.home-news-latest .item-read-more a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f178";
  font-weight: 900;
  display: inline-block;
  font-size: 1rem;
  margin-left: 6px;
}


/*-------------------
----FOOTER ------
---------------------*/
#footer { }
#footer .footer-contact-title,
#footer .footer-open-title,
#footer .footer-navigation-title { }
#footer .footer-contact-body,
#footer .footer-open-body { }

/* Footer social icon */
#footer .footer-contact-body a.social-icon {
  display: inline-block;
  width: 36px;
  height: 36px; 
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background-color: #06A3DA;
  margin-right: .5rem !important;
  padding: .375rem .75rem;
  border-color: #06A3DA;
  -webkit-box-shadow: inset 0 0 0 50px transparent;
  -moz-box-shadow: inset 0 0 0 50px transparent;
  box-shadow: inset 0 0 0 50px transparent;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
#footer .footer-contact-body a.social-icon:hover {
  background-color: #05A4DC;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 0 #60D3FB;
  -moz-box-shadow: inset 0 0 0 0 #60D3FB;
  box-shadow: inset 0 0 0 0 #60D3FB;
}



/* Footer SITE-Menus */
#footer .footer-navigation-body ul.navbar-nav { }
#footer .footer-navigation-body ul.navbar-nav > li { }
#footer .footer-navigation-body ul.navbar-nav > li > a {
  font-family: "Rubik",sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 0;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
#footer .footer-navigation-body ul.navbar-nav > li > a:hover {
  color: #06A3DA;
  padding-left: 10px;
}
#footer .footer-navigation-body ul.navbar-nav > li > a:before {
  position: relative;
  font-family: "Font Awesome 6 Free";
  content: "\f178";
  font-weight: 900;
  color: #fff;
  margin-right: 10px;
}

/* FOOTER BOTTOM */
#footer-bottom { 
  background-color: #061429;
}
#footer-bottom .footer-dissclaimer {
  font-family: "Rubik", sans-serif;
  font-size: 0.925em;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}



/*-------------------
----PORTFOLIO - HOMESITE ------
---------------------*/
.section-portfolio { }
.section-portfolio .home-portfolio .portfolio-title { }

/* Portfolio Gallery */
#portfolio-gallery { }
#portfolio-gallery .gallery-item {
  position: relative;
}
#portfolio-gallery .gallery-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
#portfolio-gallery .gallery-item:hover:before {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#portfolio-gallery .gallery-item img { 
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}
#portfolio-gallery .gallery-item .hover-text {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 15px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
#portfolio-gallery .gallery-item .hover-text h4 {
  font-family: "Nunito",sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000; 
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#portfolio-gallery .gallery-item:hover .hover-text {
  bottom: 35px;
}
#portfolio-gallery .gallery-item .hover-text a.gallery-caption {
  display: inline-block; 
  width: 65px;
  height: 65px;
  line-height: 0px;
  height: 0px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff; 
  text-align: center;
  padding: 0px 11.5px;
  background-color: #06A3DA;
  border: 1px solid #06A3DA;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 50px transparent;
  -moz-box-shadow: inset 0 0 0 50px transparent;
  box-shadow: inset 0 0 0 50px transparent;
  --webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  transition: .5s; 
  text-indent: -9999px;
}
#portfolio-gallery .gallery-item .hover-text a.gallery-caption:after {
  font-family: "Font Awesome 6 Free";
  content: "\2b";
  font-weight: 900;
  text-indent: 0;
  display: block;
  line-height: 65px;
  font-size: 3rem;
}
#portfolio-gallery .gallery-item:hover .hover-text a.gallery-caption {
  height: 100%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  margin-top: 22px;
}
#portfolio-gallery .gallery-item:hover .hover-text a.gallery-caption:hover {
  background-color: #05A4DC;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 0 #60D3FB;
  -moz-box-shadow: inset 0 0 0 0 #60D3FB;
  box-shadow: inset 0 0 0 0 #60D3FB; 
}


/*-------------------
----MAIN CONTENT ------
---------------------*/
.main_content { }

.main_content .page-content {
  background-color: #F6F5F9; 
}


/*-------------------
----NEWS - DEFAULT ------
---------------------*/
.default-news { }
.default-news .default-news-item { }
.default-news > .row > div[class*="col-"]:nth-child(odd),
.default-news > .row > div[class^="col-"]:nth-child(odd) {
  --animate-delay: 0.5s;
}
.default-news > .row > div[class*="col-"]:nth-child(even),
.default-news > .row > div[class^="col-"]:nth-child(even) {
  --animate-delay: 2s;  
}
.default-news-item .default-news-image-main { }
.default-news-item .default-news-image-main img {
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.default-news-item:hover .default-news-image-main img {
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.default-news-item .default-news-image-main .default-news-category {
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
}
.default-news-item .default-news-image-main .default-news-category a {
  color: #eef9ff;
}
.default-news-item .default-news-image-main .default-news-category a:hover {
  color: #fff;
}
.default-news-item h4.default-news-title {
  font-family: "Nunito",sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
}
.default-news-summary {
  font-family: "Rubik", sans-serif;
  color: #6B6A75;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.default-item-read-more { }
.default-item-read-more a {
  font-family: "Rubik",sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #06A3DA;
}
.default-item-read-more a:hover {
  color: #0582ae;
}
.default-item-read-more a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f178";
  font-weight: 900;
  display: inline-block;
  font-size: 1rem;
  margin-left: 6px;
}


/*-------------------
----NEWS EXTEND -DEFAULT ------
---------------------*/
.view-item { }
.view-item .view-item-image {  }
.view-item .view-item-image img { }
.view-item .view-item-title { }
.view-item .view-item-author { }
.view-item .view-item-author img { }
.view-item .view-item-date { }

.view-item .lead.view-item-summary {  }
.view-item .view-item-body { 
  font-size: 1.1rem;
}
.view-item .view-item-body a {
  color: var(--bs-primary);
}
.view-item .view-item-body a:hover {
  color: var(--bs-green);
}
.view-item .view-item-images { }
.view-item .view-item-images img { 
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.view-item .view-item-extended { 
  font-size: 1.1rem;
}
.view-item .view-item-videos { }
.view-item blockquote {
  position: relative;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-style:italic;
  padding: 30px 0;
  width: 100%;
  z-index: 1;
  margin: 20px 0;
  border-top: 2px solid #EEF9FF;
  border-bottom: 2px solid #EEF9FF;
}
/* Blockquote right double quotes */
.view-item blockquote:after {
  position: absolute;
  content: '"';
  color: #EEF9FF;
  font-size: 10rem;
  line-height: 0;
  bottom: -43px;
  right: 30px;
}
.view-item .view-item-tags { 
  margin: 0 15px 0 5px;
}
.view-item .view-item-tags a.news-tag { 
  display: inline-block;
  background-color: #fff;
  margin: 0.25em 0.5em 0.25em 0;
  padding: 8px 18px; 
  border: 1px solid #E6E4E0;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-family: "Rubik", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
}
.view-item .view-item-tags a.news-tag:hover { 
  color: #0582ae; 
}
.view-item .view-item-options { 
}
.view-item .view-item-options .social-share-icons { }
.view-item .view-item-options .social-share-icons > .btn-group { 
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
}
.view-item .view-item-options .social-share-icons > .btn-group a {
  display: inline-block;
  margin: 3px 0;
  border: 1px solid #E6E4E0;
  background-color: #fff;
  color: #000;
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.view-item .view-item-options .social-share-icons > .btn-group a:hover { 
  color: #0582ae; 
}
.view-item .view-item-options .social-share-icons > .btn-group > a > i[class*=" e-social-"] {
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* NEWS VIEW PAGINATION */
.view-item .view-item-pagination { 
  background-color: #F6F5F9;
}
.view-item .view-item-pagination ul.news-view-pagination {
  padding-left: 0;
}
.view-item .view-item-pagination ul.news-view-pagination > li.page-item {
  list-style: none;
}
.view-item .view-item-pagination ul.news-view-pagination > li.page-item > a {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  text-decoration: none;
  list-style: none;
}



/* RELEATED NEWS ITEMS */
.related-news-box { }
.related-news-box .related-news-caption h3 {
  font-family: "Nunito",sans-serif;
  font-weight: 700;
}
.related-news-items { }
.related-item { }
.related-item .related-news-image { 
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.related-item .related-news-image img { 
  width: 100%;
  height: auto;
  o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.related-item:hover .related-news-image img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.related-item .related-news-title h3 { 
  font-size: 1.1rem;
}



/*-------------------
----RIGHTSIDE ------
---------------------*/

/*-------------------
----SIDE-MENU - SEARCH ------
---------------------*/
.search-menu {
  margin: 0 0 3rem 0;
  padding: 3rem 30px 0 30px;
}
.search-menu .form-control.search {
  padding: 1rem;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-menu button.btn {
  padding: 1.1rem 1.5rem;
  -moz-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-menu button.btn svg {
  line-height: 1.5;
  font-size: 1rem;
}


/*-------------------
----SIDE-MENUBOX ------
---------------------*/
.sidebar-menus { }

.side-menubox {
  position: relative;
  padding: 0 30px;
}
.side-menubox .side-menubox-title { }
.side-menubox .side-menubox-title h3 {
  font-family: "Nunito",sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
}
.side-menubox h4.side-menubox-title span.inline-text span.btn-group {
  margin: 4px 0 0 10px;
}
.side-menubox h4.side-menubox-title span.inline-text a.btn {
  margin: 0 2px;
  padding: 3px 6px;
  line-height: 1;
}
.side-menubox .side-menubox-content {
  padding: 15px 0;
}


/*-------------------
----SIDE-MENUBOX LIST GROUP ------
---------------------*/
.side-menubox .side-menubox-content ul.list-group {
  background-color: transparent; 
  border: none;
}
.side-menubox .side-menubox-content ul.list-group > li { 
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background-color: #EEF9FF;
  padding: .5rem 1rem;
  margin-bottom: .5rem;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.side-menubox .side-menubox-content ul.list-group > li:hover {
  background-color: rgba(204, 241, 255, 0.8);
}
.side-menubox .side-menubox-content ul.list-group > li a { 
  font-family: "Nunito",sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.side-menubox .side-menubox-content ul.list-group > li a:hover {
  color: #0582ae;
}
.side-menubox .side-menubox-content ul.list-group > li a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f178";
  font-weight: 900;
  display: inline-block;
  font-size: 1.25rem;
  margin-right: 10px;
}
.side-menubox .side-menubox-content ul.list-group > li span.badge {
  background-color: transparent !important;
  color: #091E3E;
}


/*-------------------
----NEWS MENU LATEST ------
---------------------*/
.news-menu-latest {  }
.news-menu-latest-img {
  float: left;
  width: 90px;
  overflow: hidden;
}
.news-menu-latest-img a {

}
.news-menu-latest-img a img {
  width: 100%;
  height: auto;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.news-menu-latest a img {  
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.news-menu-latest:hover a img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news-menu-latest-title {
  font-family: "Nunito",sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
  padding: 5px 5px 5px 110px;
}
.news-menu-latest-date {
  font-family: "Rubik",sans-serif;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 5px;
  font-size: .75em;
  color: #7f8b92;
}


/*-------------------
----TAGCLOUD MENU ------
---------------------*/
.tagcloud-menu { }
.tagcloud-menu a {
  margin: 0.25rem;
  padding: 5px 15px !important; 
  border: 1px solid rgba(0, 0, 0, 0.125);
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}

.tagcloud-menu a:hover,
.tagcloud-menu a:focus {
  color: #0582ae;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


/*-------------------
----BOOKED4US - ONLINE ASZTALFOGLALÁS ------
---------------------*/


/*************************************
*** CUSTOM PAGES - CPAGE *****************
**************************************/
.default-cpage-item .default-cpage-title { }
.default-cpage-item .default-cpage-mainimage { }
.default-cpage-item .default-cpage-mainimage img {  }
.default-cpage-item .default-cpage-author { }
.default-cpage-item .default-cpage-date { }
.default-cpage-item .default-cpage-body {
  font-size: 1.1rem;
}
.default-cpage-item .default-cpage-body img { 
  display: block;
  overflow: hidden;
  margin: 20px auto;
  width: 90% !important;
  height: auto; 
}
.default-cpage-item .default-cpage-rating {  }
.default-cpage-item .default-cpage-rating .e-rate-page { 
  display: inline-block; 
  width: auto !important;
  margin: 0 15px;
}
.default-cpage-item .default-cpage-rating .e-rate-page img { display: inline-block; }
.default-cpage-item .default-cpage-rating .e-rate-page img:first-child { padding-left: 5px; }
.default-cpage-item .default-cpage-rating .e-rate-votes-page { 
  display: inline-block; 
  width: auto !important;
}

/* SOCIAL SHARE - CPAGE */
.default-cpage-share { 
  padding: 15px 0;
}
.default-cpage-share .social-share-icons { }
.default-cpage-share .social-share-icons > .btn-group { 
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
}
.default-cpage-share .social-share-icons > .btn-group a {
  display: inline-block;
  margin: 3px 0;
  border: 1px solid #E6E4E0;
  background-color: #fff;
  color: #000;
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.default-cpage-share .social-share-icons > .btn-group a:hover { 
  color: #0582ae; 
}

.default-cpage-share .social-share-icons > .btn-group a > i[class*=" e-social-"] {
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


/* RELEATED CPAGE - CPAGE */
.related-cpage-box { }
.related-cpage-box .related-cpage-caption { }
.related-cpage-box .related-cpage-caption h3 {
  font-family: "Nunito",sans-serif;
  font-weight: 700;
}
.related-cpage-items { }
.related-cpage-item { }
.related-cpage-item .related-cpage-image { 
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.related-cpage-item .related-cpage-image img { 
  width: 100%;
  height: auto;
  o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.related-cpage-item:hover .related-cpage-image img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.related-cpage-item .related-cpage-title h3 { 
  font-size: 1.1rem;
}


/*************************************
*** CONTACT *****************
**************************************/
#contactInfo { }
#contactInfo .pagename { }
#contactInfo h1.my-company { 
  font-family: "Nunito",sans-serif;
  font-weight: 800;
  color: #091E3E;
  line-height: 1.2;
}
#contactInfo .custom-message { }
#contactInfo .sitecontact-address,
#contactInfo .sitecontact-phone,
#contactInfo .sitecontact-email { 
  position: relative;
}
#contactInfo .sitecontact-address-icon,
#contactInfo .sitecontact-phone-icon,
#contactInfo .sitecontact-email-icon {
  height: 60px;
  width: 60px;
}
#contactInfo .sitecontact-address svg,
#contactInfo .sitecontact-phone svg,
#contactInfo .sitecontact-email svg {
  font-size: 2rem;
  color: #fff;
}
#contactInfo .lan { }
#contactInfo .data { }

/* CONTACT FORM */
#contactForm { } 
#contactForm  .control-group.form-group label,
#contactForm  .form-group label {
  font-size: .85rem;
}
#contactForm  .control-group.form-group input,
#contactForm  .control-group.form-group textarea {
  background-color: #EEF9FF !important;
  padding: 0.5rem 1.5rem !important;
  padding-left: 1.5rem !important;
  margin: 10px 0 !important;
  border: 0 !important;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}


/* CONTACT MAP STYLE */
#contactInfo .contact-map-wrap {
  overflow: hidden;
  height: 800px;
  margin: 0;
}


/*------------------------------------------
	GALLERY STYLE  
--------------------------------------------*/
/* Gallery category */
.gallery-cat { }

.gallery-cat-item { 
  background-color: #000;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; 
}
.gallery-cat-item img {      
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.gallery-cat-item:hover > img {
  opacity: .6;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.gallery-cat-item .gallery-cat-header {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 0;
}
.gallery-cat-item .gallery-cat-header:before {
  background-color: #ffffff;
  bottom: -5px;
  content: '';
  left: 0;
  position: absolute;
  right: 100%;
  top: -5px;
  z-index: -1;
}
.gallery-cat-item:hover .gallery-cat-header:before {
  right: -5px;
}
.gallery-cat-item .gallery-cat-header h3 {
  background-color: #06a3da;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}
.gallery-cat-item *,
.gallery-cat-item *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}


/* Gallery images */
.gallery { }
.gallery-item-box { 
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery-item-box img { 
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.gallery-item-box:hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.gallery-item-box .gallery-item-title {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  font-family: "Rubik", sans-serif;
  color: #6B6A75;
  line-height: 1;
  padding: 20px;	
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.gallery-item-box:hover .gallery-item-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.gallery-item-box .gallery-item-title h3 {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #091E3E;
  line-height: 1.2;
}

/* Gallery list next/prev */
.gallery-list-nextprev { }
.gallery-list-nextprev .nextprev.form-group { 
  width: 50%;
  margin: 0 auto 1.5rem auto;
}
.gallery-list-nextprev .nextprev.form-group > a.btn { 
  margin: 0 1px !important;
}

/* Gallery list back */
.gallery-list-back { }
.gallery-list-back a.btn { }

/* Gallery Slideshow */
#gallery-slideshow-wrapper { 
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 200px !important;
  overflow: hidden;
  background: transparent !important;
  margin: 0 auto !important;
}
#gallery-slideshow-content { 
  width: 100% !important;
  height: 200px !important;
  overflow: hidden;
}
#gallery-slideshow-content div[id*="gallery-item-"],
#gallery-slideshow-content div[id^="gallery-item-"] { 
  width: 100%;
  padding: 0;
  height: 200px; 
}
#gallery-slideshow-content div[id*="gallery-item-"] .gallery-slide-item,
#gallery-slideshow-content div[id^="gallery-item-"] .gallery-slide-item {
  margin-right: 0;
  display: inline-block;
  width: 100% !important;
}
#gallery-slideshow-content div[id*="gallery-item-"] img,
#gallery-slideshow-content div[id^="gallery-item-"] img { 
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
}
.gallery-slideshow-controls .gallery-slide-jumper-container {
  text-align: center;
  padding-left: 0;
}
.gallery-slideshow-controls .gallery-slide-jumper-container .gallery-slide-jumper {
  padding: 2px;
}


/*-------------------
----MAIN MENU STYLE ------
---------------------*/
.main-menubox { 
  position: relative;
}
.main-menubox .main-menubox-title {  }
.main-menubox .main-menubox-title h3 {
  font-family: "Nunito",sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
}

.main-menubox .main-menubox-content { 
  padding: 15px;
}
.main-menubox .main-menubox-content ul { padding-left: 0; }



/*------------------------------------------
	SEARCH PAGE 
--------------------------------------------*/
#searchform {
  margin-bottom: 30px;
  padding: 30px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: rgb(249, 249, 249);
}


/*------------------------------------------
	EVENT CALENDAR 
--------------------------------------------*/
.side-menubox .side-menubox-content table tr td.indent {
  background-color: rgba(0, 0, 0, 0.05);
}


/*-------------------
----PAGINATION ------
---------------------*/
.pagination { }
.pagination > li.page-item > a, 
.pagination > li.page-item > span {
  font-family: "Rubik",sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 50px;
  color: #000;
  text-align: center;
  margin: 2px 5px 2px 0;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  background-color: transparent;
  border: 1px solid #E6E4E0;
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  
}
.pagination > li.page-item.active > a {
  color: #fff !important;
  background-color: #000 !important;
}
.pagination > li.page-item > a:hover, 
.pagination > li.page-item > span:hover {
  color: #000;
  background-color: #fff !important;
}


/*-------------------
----BUTTON ------
---------------------*/
button.btn,
a.btn,
input.btn,
input.button,
button.btn-primary,
a.btn-primary,
input.btn-primary {
  
}
button.btn:hover,
a.btn:hover,
input.btn:hover,
input.button:hover,
button.btn-primary:hover,
a.btn-primary:hover,
input.btn-primary:hover {
  
}


/*-------------------
----PAGER ------
---------------------*/
ul.pager { 
  list-style: none; 
  margin: 1rem 0;
}
ul.pager li {}
ul.pager li > a,
ul.pager li > a:focus {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  padding: .375rem 1.5rem;
  background-color: #06A3DA;
  border-color: #06A3DA;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 50px transparent;
  -moz-box-shadow: inset 0 0 0 50px transparent;
  box-shadow: inset 0 0 0 50px transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  transition: .5s; 
}
ul.pager li > a:hover {
  background-color: #05A4DC;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 0 #60D3FB;
  -moz-box-shadow: inset 0 0 0 0 #60D3FB;
  box-shadow: inset 0 0 0 0 #60D3FB;
}


/*------------------------------------------
	BACK TO TOP 
--------------------------------------------*/
a.back-to-top {
  position: fixed;
  right: 45px;
  bottom: 100px;
  display: inline-block; 
}


/*------------------------------------
	EVENT CALENDAR - NEXT EVENT Style
-------------------------------------*/
.marquee .marquee-body { 
  font-size: 16px;
}
.marquee .marquee-body marquee a {
  padding: 0 0 0 15px;
}
.marquee-container {
  width: 100%;
  background-color: transparent;
  padding: 10px 0;
}
.marquee-content {
  display: flex;
  animation: marquee 20s linear infinite;
}
.marquee-item {
  flex: 0 0 auto;
  padding: 0 20px;
  font-size: 1.2rem;
  color: #000;
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Optional: Pause animation on hover */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

.marquee-container > .marquee-content > .marquee-item > div {
  display: inline-block;
  padding-left: 10px;
}
.marquee-container > .marquee-content > .marquee-item:before {
  content:"*** MAVEX terem Események ***"; 
  padding-right: 15px; 
} 


/*-------------------
----POPULAR MENU (HITS) ------
---------------------*/

.popular-menu {
    
}
.popular-menu-item { }
.popular-menu-item-img {
  float: left;
  width: 90px;
  overflow: hidden;
}
.popular-menu-item-img a {

}
.popular-menu-item-img a img {
  width: 100%;
  height: auto;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.popular-menu-item a img {  
  -o-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -webkit-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
.popular-menu-item:hover a img { 
  opacity: .8;
  webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.popular-menu-item-title {
  font-family: "Nunito",sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #091E3E;
  line-height: 1.2;
  padding: 5px 5px 5px 110px;
}
.pupular-menu-item-hits {
  font-family: "Rubik",sans-serif;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 5px;
  font-size: .85em;
  color: #7f8b92;
  padding-left: 10px;
}
.popular-menu-item-date {
  font-family: "Rubik",sans-serif;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 5px;
  font-size: .75em;
  color: #7f8b92;
}

























/*-------------------
----CHATBOX ------
---------------------*/
/*
.chatbox-bg {
  margin-bottom: 30px;
}
#chatbox-input-block { 
  margin-bottom: 1rem;
}
*/


/*-------------------
----COMMENTS ------
---------------------*/
/* Comment */
/*
.comment-frame { 
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.commentbox-top { 
  margin-bottom: 15px;
}
.commentbox-avatar { }
.commentbox-username { }
.commentbox-date { }
.commentbox-reply { }
.commentbox-reply a.btn {
  font-family: "Nunito", sans-serif;
  font-size: .875rem; 
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  padding: .25rem .5rem;
  background-color: #EEF9FF;
  border-color: #EEF9FF;
  border-radius: .2rem;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; 
}
.commentbox-reply a.btn:hover {
  color: #000;
  background-color: #f1faff;
  border-color: #f0faff;
}
.commentbox-comment { 
  font-family: "Rubik", sans-serif;
  line-height: 1.7;
  color: #96a4ac;
  font-size: 1.1rem;
  font-weight: 400;
}
.comment-status { 
  font-family: "Rubik", sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #96a4ac;
  font-weight: 400;
}
.comment-moderate { }
.comment-moderate .comment-edit a.btn,
.comment-moderate .comment-moderate a.btn {  
  font-family: "Nunito", sans-serif;
  font-size: .875rem; 
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  padding: .25rem .5rem;
  background-color: #EEF9FF;
  border-color: #EEF9FF;
  border-radius: .2rem;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.comment-moderate .comment-edit a.btn:hover,
.comment-moderate .comment-moderate a.btn:hover {  
  color: #000;
  background-color: #f1faff;
  border-color: #f0faff;
}
*/


/* Comment form */
/*
.comment-box-form { }
.comment-box-form input.author { 
  margin-bottom: 10px;
}
.comment-options {
  margin: 10px;
}
.comment-options a.btn {
  margin-right: 10px;
}
*/


/*-------------------
----PROFILE PAGE ------
---------------------*/
/*
#user-profile-view { }
#user-profile-view .profile-page { 
 padding: 0 0 30px 0;
}
#user-profile-view .profile-page .profile-content {
  position: relative;
  margin: 0;
  padding: 0 0 2rem 0;
  background: #fff;
}
#user-profile-view .profile-page .content-cover {
  position: relative;
  background: -moz-linear-gradient(150deg, #06a3da 20%, #82deff 100%);
  background: -webkit-linear-gradient(150deg, #06a3da 20%, #82deff 100%);  
  background: linear-gradient(150deg, #06a3da 20%, #82deff 100%);
}
#user-profile-view .profile-page .content-avatar {
  width: 12rem;
  height: 12rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background: #fff;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fff;
}
#user-profile-view .profile-page .content-bull {
  height: 12rem;
  position: relative;
  overflow: hidden;
}
#user-profile-view .profile-page .content-bull span:nth-child(1) {
  width: 5rem;
  height: 5rem;
  top: -6%;
  left: -3%;
  background: rgba(255,255,255,0.15);
}
#user-profile-view .profile-page .content-bull span:nth-child(1) {
  display: block;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#user-profile-view .profile-page .content-bull span:nth-child(2) {
  width: 8rem;
  height: 8rem;
  top: 18%;
  left: 18%;
  background: rgba(255,255,255,0.10);
}
#user-profile-view .profile-page .content-bull span:nth-child(2) {
  display: block;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#user-profile-view .profile-page .content-bull span:nth-child(3) {
  width: 3rem;
  height: 3rem;
  top: 8%;
  right: 2%;
  background: rgba(255,255,255,0.10);
}
#user-profile-view .profile-page .content-bull span:nth-child(3) {
  display: block;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#user-profile-view .profile-page .content-bull span:nth-child(4) {
  width: 6rem;
  height: 6rem;
  top: 28%;
  right: 12%;
  background: rgba(255,255,255,0.1);
}
#user-profile-view .profile-page .content-bull span:nth-child(4) {
  display: block;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#user-profile-view .profile-page .content-bull span:nth-child(5) {
  width: 4rem;
  height: 4rem;
  top: 70%;
  left: -6%;
  background: rgba(255,255,255,0.08);
}
#user-profile-view .profile-page .content-bull span:nth-child(5) {
  display: block;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#user-profile-view .profile-page .content-actions {
  padding: 0.5rem;
}
#user-profile-view .profile-page .content-actions a.btn.sendpm {
  padding: 0.2rem 1rem;
  -moz-border-radius: 0.5rem;
  -khtml-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  #user-profile-view .profile-page .content-actions a.btn.sendpm {
    text-indent: -9999px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  #user-profile-view .profile-page .content-actions a.btn.sendpm:before { 
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Free";
    content: "\f1d8";  
    font-weight: 900;
    font-size: 1.1rem;
    line-height: 24px;
    margin-top: calc(50% - 1.06rem);
    margin-left: calc(50% - 0.55rem);
    padding: 0;
    text-indent: 0;
  }  
}
#user-profile-view .profile-page .content-title {
  margin-top: 4.5rem;
}
#user-profile-view .profile-page .content-title h1 {
  margin-bottom: 0.1rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}
#user-profile-view .profile-page .content-title span {
  font-size: 16px;
  color: #666;
}
#user-profile-view .profile-page .content-description {
  margin-top: 2.5rem;
  text-align: justify;
  font-size: 16px;
}
#user-profile-view .profile-page .content-rating .user-rate .e-rate.e-rate-user,
#user-profile-view .profile-page .content-rating .user-rate .e-rate-votes.e-rate-votes-user {
  display: inline-block;
  width: auto !important;
}
#user-profile-view .profile-page .content-rating .user-rate .e-rate.e-rate-user {
  margin-right: 20px;
}
#user-profile-view .profile-page .content-rating .user-rate .e-rate.e-rate-user img {
  margin-left: 3px;
}
*/

/* USER PROFIL COMMENT */
/*
#user-profile-view .comment-menubox {
  background-color: #fff;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
*/


/*------------------------------------------
	USER LIST PAGE  
--------------------------------------------*/
/*
#user-list {
  position: relative;
}
#user-list .pagename {
  font-family: "Nunuto", sans-serif;
  font-size: 1.775em;
  font-weight: 600;
  color: #202020;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0 0.9rem;
  text-transform: uppercase;
}
*/




