.nav-margin-left {
	padding-left: 40px;
}

.margin-top-30 {
	margin-top: 30px;
}

.email {
	margin-top: 8px;
}

.header-box {
	color: #000;
}

.img-product {
	margin-bottom: 15px;
}
.footer-space {
	margin-top: 20px;
}

.alt-wrap { 
      display: block;
      position: relative;
      margin-bottom: 20px;
      color: #ffffff;

    }

  /* The alt text itself */
  /* Will be added with js */
    .alt-wrap p.alt {
      position: absolute;
      opacity: 0; /* hide initially */
      left: 0; right: 0; bottom: 0;
      margin: 0;
      padding: 15px;
      font-size: 14px;
      line-height: 22px;
      background-color: rgba(35,141,240,0.8);
      transition: all 300ms ease;
      transition-delay: 300ms;
    }

  /* Hovering over the wrapper shows its alt p*/
    .alt-wrap:hover > p.alt { 
      opacity: 1; 
      transition-delay: 0s;
    }

.h2-kapatek-video {
	font-size: 1.4em;
	font-weight: 300;
	margin-top: 10px;
}

.kapatek-video-link {
	color:#238DF0;
}


@media (max-width: 576px) { 
	.version-font {
		font-size: 0.7em;
	}
}
@media (max-width: 400px) { 
	.version-font {
		font-size: 0.6em;
	}
}

h4 {
	font-size: 20px;
	margin-top: 12px;
	font-weight: bold;
}

.text-mark {
	font-weight: bold;
	color: #000;
}

@media (max-width: 575.98px) {
	.kapatek-banner {
		background-image: url("../../img/bg/kapatek-banner-575.jpg")
	}
	.kapatek-header{
		height: 350px;
	}
	.kapatek-header h1 {
		font-size: 2.5em;
		letter-spacing: 1px;
		color: #238DF0;
		margin-bottom: 10px;
		font-weight: 600;
	}
	.kapatek-header h2 {
		font-size: 1.0em;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.kapatek-banner {
		background-image: url("../../img/bg/kapatek-banner-768.jpg")
	}
	.kapatek-header{
		height: 400px;
	}
	.kapatek-header h1 {
		font-size: 3em;
		letter-spacing: 1px;
		color: #238DF0;
	}
	.kapatek-header h2 {
		font-size: 1.2em;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.kapatek-banner {
		background-image: url("../../img/bg/kapatek-banner-768.jpg")
	}
	.kapatek-header{
		height: 400px;
	}
	.kapatek-header h1 {
		font-size: 3em;
		letter-spacing: 1px;
		color: #238DF0;
	}
	.kapatek-header h2 {
		font-size: 1.2em;
	}
	
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.kapatek-banner {
		background-image: url("../../img/bg/kapatek-banner-1199.jpg")
	}
	.kapatek-header{
		height: 400px;
	}
	.kapatek-header h1 {
		font-size: 3.5em;
		letter-spacing: 1px;
		color: #238DF0;
	}
	.kapatek-header h2 {
		font-size: 1.5em;
	}
}


@media (min-width: 1200px) {
	.kapatek-banner {
		background-image: url("../../img/bg/kapatek-banner-1200.jpg")
	}
	.kapatek-header{
		height: 400px;
	}
	.kapatek-header h1 {
		font-size: 3.5em;
		letter-spacing: 1px;
		color: #238DF0;
	}
	.kapatek-header h2 {
		font-size: 1.5em;
	}	
}



