body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
  color: #FFF;
	overflow-x: hidden;
  min-height: 100vh;
  height: 100%;
  position: relative;
  background: #222222;
}

#preload-01 { background: url(../img/ht_1080z-p.jpg) no-repeat -9999px -9999px; }
#preload-02 { background: url(../img/abc-80-p.jpg) no-repeat -9999px -9999px; }
#preload-03 { background: url(../img/excidy-p.jpg) no-repeat -9999px -9999px; }
#preload-04 { background: url(../img/commodorevic-p.jpg) no-repeat -9999px -9999px; }
#preload-05 { background: url(../img/mikromat-p.jpg) no-repeat -9999px -9999px; }
#preload-06 { background: url(../img/homelab-p.jpg) no-repeat -9999px -9999px; }
#preload-07 { background: url(../img/aircomp-p.jpg) no-repeat -9999px -9999px; }
#preload-08 { background: url(../img/videotontvc-p.jpg) no-repeat -9999px -9999px; }
#preload-09 { background: url(../img/bg_commodore-p.jpg) no-repeat -9999px -9999px; }
#preload-10 { background: url(../img/primo-p.jpg) no-repeat -9999px -9999px; }
#preload-11 { background: url(../img/bg_tucsok.jpg) no-repeat -9999px -9999px; }


ul { margin: 0; padding: 0; }


li::marker { content: ''; }

a, button { transition: all 0.2s ease; }
button:focus { outline: none; }
a:focus {
	text-decoration: none;
	outline: none;
}

a {
color: #ea5765; 
margin-bottom: 0px;   
}

a:hover { color: #33ccff; }

h1,h2,h3 { 
    font-weight: 300;
    font-weight: bold;
}

.tm-bg-transparent-black {
    background-color: rgba(0,0,0,0.8);    
    padding: 30px;
}

.tm-font-big { 
    font-size: 1.3rem; 
    margin-bottom: 1rem !important;
    font-weight: bold;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}

.tm-main-row {
  height: 100%;
  min-height: 100vh;
  position: relative;
}

.tm-main {
    height: 100%;
    min-height: 100vh;
    padding: 0;
}

.tm-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: baseline;
    padding: 20px 5%;
    width: 100%;
    position: relative;
}

#tmMainNavToggle { display: none; }

.sidebar {
    padding: 20px 20px;
    cursor: default;
    background: rgba(0,0,0,0.8);
    color: white;
    /*height: fit-content;*/
}

.col-xl-3 {
    flex: 0 0 21.6%;
}

.tm-nav-fa-icon {
    width: 25px;
    height: 25px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;    
}

.tm-main-nav {
    font-size: 0.7rem;
    font-family: "Press Start 2P", system-ui;
    font-weight: 100;
    font-style: normal;
}

.tm-main-nav a {
    background-image: url(../img/nav-item.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    margin: 10px 0 0 0;
    padding-bottom: 10px;
}


.tm-main-nav a:hover,
.tm-main-nav a:focus {
    background-image: url(../img/nav-item-highlight.png);
    color: #33ccff;
    text-decoration: none;    
}

.tm-main-nav a.active {
    background-image: url(../img/nav-item-highlight.png);
    color: #ea5765;
    text-decoration: none;    
}

.tm-section {
    max-width: 100%;
    width: auto;
    background: transparent;    
}

.tm-copyright-text {
    display: inline-block;
    padding-top: 45px;
    font-size: 0.7rem;
    line-height: 1.5;
}

.respo {
  width: 99%;
  max-width: 360px;
  height: auto;
}

.fa-solid,
.fas {
    margin-right: 5px;
}

.teaser {
	display: inline-block;
	margin: 0 1em 1em 0;
	vertical-align: top;
    width: 200px;
	overflow: visible;
}

.teaser2 {
	display: inline-block;
	margin: 0 1em 1em 0;
	vertical-align: top;
  overflow: visible;
}

.teaser3 {
	display: inline-block;
	margin: 0 1em 1em 0;
	vertical-align: top;
    width: 200px;
	overflow: hidden;
}

.teaser img {
	width: 80%;
	height: 80%;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.teaser2 img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.teaser2 img:hover,
.teaser img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.videoframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
} 

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}


/* Galerico */

/* Position the image container (needed to position the left and right arrows) */
.galcontainer {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* Loader */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
            transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);  /* IE 9 */
            transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
            transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  
            transition: all 0.3s 1s ease-out;
}

 /* Sizes */

@media (max-width: 1400px) {

    .tm-main-nav a { padding-right: 10px; }
    .tm-nav-fa-icon { margin-right: 15px; }

    .sidebar {
      padding: 60px 20px;
    }
}

@media (max-width: 1340px) {
  .tm-content {
    padding: 50px;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .col-md-6.tm-contact-col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 30px;
  }
}


@media (max-width: 991px) {

    .tm-main-row { position: relative; }

    #tmMainNavToggle { 
        display: block;
        position: absolute;
        right: -60px;
        top: 0;
    }
    
    .menu-icon {
        padding: 10px 15px;
        background: #000000c4;
        border: 1px solid;
        color: #33ccff;
        cursor: pointer;
        margin-top: 4px;
        margin-left: 4px;
        border-radius: 0;
        width: 60px;
        height: 50px;
        z-index: 1001;
    }
    
    #tmSideBar {
        width: 300px;
        position: absolute;
        min-height: 100vh;
        height: auto;
        left: -300px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        z-index: 999;
    }

    #tmSideBar.show { 
        left: 0;
        padding-top: 0;
    }
    
    #tmSideBar .inner { padding-top: 0; }
    
    .tm-main-nav a { margin: 3px 0 3px 0; }
    
    .trs80 { display: none; }
    
    .respo { display: none; }
    
    h1 {font-size: 2rem; }
}

@media (max-width: 767px) {
  .tm-content { padding: 50px 30px; }
}

@media (max-width: 640px) {
  .tm-section-carousel {    
    max-width: 300px;
    padding-bottom: 50px;
  }
}

@media (max-width: 600px) {
    .tm-contact-box-pad { padding: 30px 25px; }

    .footer-link {      
      margin: 0 auto;
      width: 90%;
    }
}

@media (max-width: 500px), (max-width: 809px) and (min-width: 767px) {
  .media { flex-direction: column; }
  .tm-icon-media {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
  
  /* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}