@import url('https://fonts.googleapis.com/css?family=Fira+Sans|Oswald&display=swap');

*
{
	font-family: 'Fira Sans', sans-serif;
}

h1, h2, h3, h4, h5, .ve-oswald
{
	font-family: 'Oswald', sans-serif;
}
html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #222;
}
.body-light
{
	background-color: white;
}

.body-dark
{
	background-color: #111;
	color:lightgray!important;
}

.ve-preloader{
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
}

.ve-uploadprofile
{
  height: 0;
  opacity: 0; 
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.ve-uploadprofile.active
{
  height: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.completeSlide
{
  background-color: rgba(255,255,255, 0.9);
  position: fixed;
  visibility: hidden;
  opacity: 0; 
  height: 0;
  width: 100%;
  z-index: 7999; 
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.completeSlide.active
{
  background-color: rgba(255,255,255, 0.9);
  
  height: 100%; 
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.ve-profile
{
  width: 100%;height: 100%;object-fit: cover;
}

.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
            max-width: 100% !important;
            width: 100% !important;
 }

.ve-desktop-menu
{
	margin-top: 2rem;
	padding: 20px;
	position: fixed;
	width:80%;
	margin-left: 10%;
	margin-right: 10%;
	z-index: 10;
	   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in Internet Explorer 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
   transition: all 0.5s ease;
}

.ve-desktop-menu-catal
{
  margin-top: 2rem;
  padding: 20px;
  position: fixed;
  width:80%;
  margin-left: 10%;
  margin-right: 10%;
  z-index: 1;
     -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in Internet Explorer 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
   opacity: 0;
   transition: all 0.5s ease;
   pointer-events: none;
}

.ve-desktop-menu-catal.active
{
  margin-top: 9.5rem;
  opacity: 80%;
transition: all 0.5s ease;
pointer-events: unset;
}

html:not([data-scroll='0']) 
 .ve-desktop-menu
{
	margin-top: 0rem;
	width:100%;
	margin-left: 0%;
	margin-right: 0%;
   transition: all 0.5s ease;
}

html:not([data-scroll='0']) 
 .ve-desktop-menu-catal
{
  margin-top: 7.5rem;
  width:100%;
  margin-left: 0%;
  margin-right: 0%;
   transition: all 0.5s ease;
}


@media only screen and (max-width: 1024px)
{
.ve-container
{
	margin-left: 0%;
	margin-right: 0%;
}

.ve-container-main
{
	margin-top:110px;
}
.ve-container-catalog
{
  margin-top:80px;
}
 .ve-desktop-menu
{
	margin-top: 0rem;
	width:100%;
	margin-left: 0%;
	margin-right: 0%;
   transition: all 0.5s ease;
}
}
@media only screen and (max-width: 768px)
{
.ve-container
{
	margin-left: 0%;
	margin-right: 0%;
}

.ve-container-main
{
	margin-top:290px;
}
.ve-container-catalog
{
  margin-top:40px;
}
 .ve-desktop-menu
{
	margin-top: 0rem;
	width:100%;
	margin-left: 0%;
	margin-right: 0%;
   transition: all 0.5s ease;
}
}

@media only screen and (min-width: 1440px)
{
.ve-container
{
	margin-left: 10%;
	margin-right: 10%;
}
.ve-container-main
{
	 padding-top: 180px;
}
.ve-container-catalog
{
  margin-top:130px;
}

}
@media only screen and (min-width: 1025px) and (max-width: 1439px)
{
.ve-container
{
  margin-left: 2%;
  margin-right: 2%;
}
.ve-container-main
{
   padding-top: 140px;
}
 .ve-desktop-menu
{
  margin-top: 0rem;
  width:96%;
  margin-left: 2%;
  margin-right: 2%;
   transition: all 0.5s ease;
}
.ve-container-catalog
{
  margin-top:100px;
}
}





.ve-mobile-menu
{
	margin-top: 0rem;
	padding: 15px;
	position: fixed;
	width:100%;
	margin-bottom: 0px;
	z-index: 1;
}

.ve-desktop-menu-light
{
  -webkit-box-shadow: 0px 0px 20px -1px rgba(135,135,135,1);
  -moz-box-shadow: 0px 0px 20px -1px rgba(135,135,135,1);
  box-shadow: 0px 0px 20px -1px rgba(135,135,135,1);
	background-color: white;
}

.ve-shadow
{
    -webkit-box-shadow: 0px 0px 20px -1px rgba(135,135,135,1);
  -moz-box-shadow: 0px 0px 20px -1px rgba(135,135,135,1);
  box-shadow: 0px 0px 20px -1px rgba(135,135,135,1);
}

.ve-desktop-menu-dark
{
	-webkit-box-shadow: 0px 0px 20px -1px #3399ff;
	-moz-box-shadow: 0px 0px 20px -1px #3399ff;
	box-shadow: 0px 0px 20px -1px #3399ff;
	background-color: #222;
}

.ve-slidera li a img
{
  height: 60px!important;
  text-align: center;
}

.has-grey-img li a img
{
  filter: grayscale(100%) brightness(132%);
-webkit-filter: grayscale(100%) brightness(132%);
-moz-filter: grayscale(100%) brightness(132%);
}

.ve-slidera li 
{
  text-align: center;
}

.ve-big-menu-item-light
{
	margin-left: 2rem;
	color: black;
}

.ve-big-menu-item-dark
{
	margin-left: 2rem;
	color: white;
}
.ve-big-menu-item-dark:hover
{
	margin-left: 2rem;
	color: lightgray;
}

.ve-big-menu-button-light
{
	margin-left: 2rem;
	border-radius: 10px;
	padding: 5px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #3399ff;
	color: white;
}
.selePase a { color:#3399ff!important; }
.ve-datash-big-btn
{
color: #3399ff;
}
.ve-datash-big-btn:hover
{
color: black;
text-decoration: none;

}

.ve-small-menu-item
{
	margin-left: 0rem;
	
}
.ve-hamburger
{
	size: 2rem;
	margin-right: 1rem;
}

.ve-mobile-menu-slider
{
	pointer-events: none;
	width: 100%;
	height: 0px;
	opacity: 0;
	transition: all 0.1s ease;
}
.ve-mobile-menu-slider-active
{
	pointer-events: all;
	height: 200px;
	opacity: 1;
}

.ve-big-menu-button-light:hover
{
	background-color: black;
	color: white;
}

.ve-big-menu-button-dark
{
	margin-left: 2rem;
	border-radius: 10px;
	padding: 5px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: lightgray;
	color: black;
}
.ve-big-menu-button-dark:hover
{
	background-color: white;
	color: black;
}

.ve-small-menu-button
{
	margin-left: 0rem;
	
}

.ve-ticker-section {
  position: absolute;
  left: 10px;
  top: 6px;
  width: 98%;
  height: 30px;
  overflow: hidden;
}
.ve-ticker-section > h1 {
  display: none;
}
.ve-ticker-section > ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ve-ticker-section > ul[data-length="5"] {
  top: 30px;
  animation-name: ve-ticker-news-5;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 0s;
}
.ve-ticker-section > ul[data-length="4"] {
  top: 30px;
  animation-name: ve-ticker-news-4;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 3s;
}
.ve-ticker-section > ul[data-length="3"] {
  top: 30px;
  animation-name: ve-ticker-news-3;
  animation-duration: 18s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 3s;
}
.ve-ticker-section > ul[data-length="2"] {
  top: 30px;
  animation-name: ve-ticker-news-2;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 3s;
}
.ve-ticker-section > ul:hover {
  animation-play-state: paused;
}

.ve-ticker-news {
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ve-ticker-news__date {
  color: #3399ff;
  margin-right: 10px;
}
.ve-ticker-news__title {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@keyframes ve-ticker-news-5 {
  0% {
    top: 30px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  15% {
    top: 0;
  }
  20% {
    top: -30px;
  }
  35% {
    top: -30px;
  }
  40% {
    top: -60px;
  }
  55% {
    top: -60px;
  }
  60% {
    top: -90px;
  }
  75% {
    top: -90px;
  }
  80% {
    top: -120px;
  }
  95% {
    top: -120px;
  }
  99% {
    top: -150px;
    visibility: hidden;
  }
  100% {
    top: 30px;
    visibility: hidden;
  }
}
@keyframes ve-ticker-news-4 {
  0% {
    top: 30px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  15% {
    top: 0;
  }
  20% {
    top: -30px;
  }
  40% {
    top: -30px;
  }
  45% {
    top: -60px;
  }
  65% {
    top: -60px;
  }
  70% {
    top: -90px;
  }
  90% {
    top: -90px;
  }
  95% {
    top: -120px;
  }
  99% {
    top: -120px;
    visibility: hidden;
  }
  100% {
    top: 30px;
    visibility: hidden;
  }
}
@keyframes ve-ticker-news-3 {
  0% {
    top: 30px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  30% {
    top: 0;
  }
  35% {
    top: -30px;
  }
  60% {
    top: -30px;
  }
  65% {
    top: -60px;
  }
  90% {
    top: -60px;
  }
  95% {
    top: -90px;
  }
  99% {
    top: -90px;
    visibility: hidden;
  }
  100% {
    top: 30px;
    visibility: hidden;
  }
}
@keyframes ve-ticker-news-2 {
  0% {
    top: 30px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  55% {
    top: 0;
  }
  60% {
    top: -30px;
  }
  90% {
    top: -30px;
  }
  95% {
    top: -60px;
  }
  99% {
    top: -60px;
    visibility: hidden;
  }
  100% {
    top: 30px;
    visibility: hidden;
  }
}

.ve-under
{
    padding-bottom: 0px;
    padding-top: 0px;
 

}
.ve-over
{
    

}
.ve-under a
{
    color:white;
}

.ve-over a
{
    color:white;
}

.ve-under a:hover
{
    color:black;
    text-decoration: none;
    background-color: rgba(255,255,255,0.5);
}

.ve-over a:hover
{
    color:black;
    text-decoration: none;
    background-color: rgba(255,255,255,0.5);
}


.ve-over div
{
  background-color: #3399ff;
  height: 100%;
  padding-top: 0.50rem;
  padding-bottom: 0.50rem;
  margin-top: 5px;
}

.ve-over-noback div
{
  height: 100%;
  padding-top: 0.50rem;
  padding-bottom: 0.50rem;
  margin-top: 5px;
}

.ve-under div
{
  background-color: #3399ff;
  height: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.50rem;
}
.ve-upround div
{
  border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
}
.ve-menucol-light
{
  background-color:white;
}
.ve-menucol-dark
{
  background-color:#111;
}
.ve-margin-menu
{
  margin-left: 5px;
  margin-right: 5px;
  align-items: flex-end;
}
.box1
{
  padding: .5rem;
  margin-bottom: .5rem;
  box-shadow: none;
}
.ve-table
{
  width: 100%;
  border: 1px solid white;
}
.ve-table-head
{
  background-color: #606469;
  color: white;
}
.ve-table-head-cl
{

  color: white;
}
.ve-table-left
{
  background-color: #C4D2EA;
  padding:5px;
  border: 2px solid white;
  color: black;
}
.ve-table-right
{
  background-color: #E0E7F5;
  padding: 5px;
  border: 2px solid white;
  color: black;
}
.ve-button-settings
{
  border-radius: 10px;
  background-color: rgba(0,0,0,0.2);
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 20px;
   padding-right: 20px;
  transition: all 0.5s ease;
}
.ve-button-settings:hover
{
  background-color: rgba(0,0,0,0.5);
  transition: all 0.5s ease;
}
.ve-nonline:hover
{
text-decoration: none;
}
.counters {
  display: flex;
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.counter {
  letter-spacing: 0.125rem;
  line-height: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 6rem;
  font-size: 6rem;
  font-weight: bold;
  margin: 0 1.25rem;
}

.counter>span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}

.counter>span span {
  flex: 0 0 100%;
  height: 100%;
}

.counter:nth-child(1)>span {
  transition-delay: 0s;
}

.counter:nth-child(2)>span {
  transition-delay: 0.375s;
}

.counter:nth-child(3)>span {
  transition-delay: 0.75s;
}

.counter:nth-child(4)>span {
  transition-delay: 1.125s;
}

.counter:nth-child(5)>span {
  transition-delay: 1.5s;
}

.counter:nth-child(6)>span {
  transition-delay: 1.875s;
}

.counter:nth-child(7)>span {
  transition-delay: 2.25s;
}

.counter:nth-child(8)>span {
  transition-delay: 2.625s;
}

.counter:nth-child(9)>span {
  transition-delay: 3s;
}

.counter:nth-child(10)>span {
  transition-delay: 3.375s;
}

.counter:nth-child(11)>span {
  transition-delay: 3.75s;
}

.counter:nth-child(12)>span {
  transition-delay: 4.125s;
}

.counter:nth-child(13)>span {
  transition-delay: 4.5s;
}

.counter:nth-child(14)>span {
  transition-delay: 4.875s;
}

.counter:nth-child(15)>span {
  transition-delay: 5.25s;
}

.counter:nth-child(16)>span {
  transition-delay: 5.625s;
}

.counter:nth-child(17)>span {
  transition-delay: 6s;
}

.counter:nth-child(18)>span {
  transition-delay: 6.375s;
}

.counter:nth-child(19)>span {
  transition-delay: 6.75s;
}

.counter:nth-child(20)>span {
  transition-delay: 7.125s;
}

