/* Navbar */
.navbar {
  z-index: 1;
}

.navbar-brand {
  font-family: "Saira Stencil One", cursive;
  font-size: 32px;
}

/* jumbotron */

.jumbotron {
  background-image: url(assets/img/waste_water.jpg);
  background-size: cover;
  height: 550px;
  text-align: center;
  position: relative;
  background-attachment: fixed;
}

.jumbotron .container {
  z-index: 1;
  position: relative;
}

.jumbotron::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
}

.jumbotron .display-4 {
  color: transparent;
  margin-top: 0px;
  font-weight: 100;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-family: "Bungee Outline", cursive;
}
.jumbotron .display-4 span {
  font-weight: 200;
}

.jumbotron h3 {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 200;
}

.jumbotron h5 {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 200;
}
/* carousel */
.carousel-inner {
  margin-top: -10px;
  transform-style: preserve-3d;
  animation: rotate360 60s infinite forwards linear;
}
.carousel-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  transform-style: preserve-3d;
  animation: rotate360 60s infinite forwards linear;
}
.carousel-item img {
  height: 750px;
}
.carousel-item .img-square {
  height: 50px;
  width: 50px;
}

.carousel-item .display-4 {
  margin-top: -400px;
  font-weight: 100;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  font-size: 31px;
  font-family: "Bungee Outline", cursive;
}
.carousel-item .display-4 span {
  font-weight: 200;
}

.carousel-item h3 {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 200;
}

.carousel-item h5 {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 200;
}
 /* cube carousel */
 #cube-container {
	width: 340px;
	height: 340px;
	margin: 80px auto;
	perspective: 800px;			
}

#cube-container:before {
	content: '';
  position: absolute; 
	top: 90px;
	left: 0;
	width: 100%; 
	height: 100%;	
	box-shadow: 0 0 75px 20px rgba(0, 0, 0, 0.1), inset 0 0 350px 350px rgba(0, 0, 0, 0.1);	
	transform: rotateX(90deg) translateZ(-80px) scale(1);	
	animation: rotateShadow 16s infinite;	
}

.cube {	
	height: 100%;
	width: 100%;
	position: relative;
	transform-style: preserve-3d;			
	transition: all 0.8s ease-in-out;		
	animation: rotate 16s infinite;	
}

.cube img {
	position: absolute;
	width: 240px;
	height: 240px;		
	backface-visibility: hidden;		
}

.cube img:nth-child(1) {
	transform: rotateY(0deg) translateZ(120px);
}
.cube img:nth-child(2) {
	transform: rotateY(90deg) translateZ(120px);
}
.cube img:nth-child(3) {
	transform: rotateY(-90deg) translateZ(120px);
}
.cube img:nth-child(4) {
	transform: rotateY(180deg) translateZ(120px);
}

@keyframes rotate {
	0% { transform: rotateY(0deg); }		
	25% { transform: rotateY(90deg); }		
	50% { transform: rotateY(180deg);}	
	75% {  transform: rotateY(270deg); }	
	100% { transform: rotateY(360deg); }
}

@keyframes rotateShadow {
	0% { transform:  rotateX(95deg) translateZ(-80px) scale(1) rotateZ(360deg); }		
	25% { transform:  rotateX(95deg) translateZ(-80px) scale(1) rotateZ(270deg); }		
	50% { transform:  rotateX(95deg) translateZ(-80px) scale(1) rotateZ(180deg);}	
	75% {  transform: rotateX(95deg) translateZ(-80px) scale(1)  rotateZ(90deg); }	
	100% { transform: rotateX(95deg) translateZ(-80px) scale(1)  rotateZ(0deg); }
}

.gallery{
  margin-top: 50px;
}
/* Info Panel */

.info-panel {
  box-shadow: 0 3px 20px rgba(0, 139, 140, 207);
  border-radius: 20px;
  margin-top: -100px;
  background-color: white;
  padding: 30px;
}

.info-panel span {
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.info-panel span img {
  width: 90px;
}

.info-panel h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
}

.info-panel p {
  font-size: 14px;
  color: #acacac;
  margin-top: -5px;
  font-weight: 200;
}
/* hal-panel */
.hal-panel {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 5);
  border-radius: 12px;
  margin-top: 90px;
  background-color: white;
  padding: 30px;
}
.panel-judul {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 5);
  border-radius: 12px;
  margin-top: 90px;
  background-color: white;
  padding: 30px;
}
.panel-layanan {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 5);
  border-radius: 12px;
  margin-top: 50px;
  background-color: white;
  padding: 30px;
}
.panel-layanan h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(156, 149, 149, 0.7);
}

/* alamat */

.alamat p {
  text-align: center;
}
/* workingspace */

.workingspace {
  margin-top: 60px;
  text-align: center;
}

.workingspace img {
  height: 300px;
  width: 500px;
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 5);
}
.workingspace h3 {
  font-size: 32px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 10px;
}
.workingspace h3 span {
  font-weight: 500;
}

.workingspace p {
  font-size: 16px;
  color: #acacac;
  font-weight: 200;
  margin: 25px 0;
}

* ------------------- */
/* PEN STYLES      -- */
/* ----------------- */

/* Arrow holder */
.arrowed {
	position: relative;
	height: 200px; width: 200px;
	margin: 0 20px 20px 0;
	border: 1px solid rgba(0,0,0,0.25);
}

/* Just centering the examples */
.arrowed div {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
}

/* -- ARROW 1      -- */

.arrow-1 {
	height: 15px; width: 15px;
	border: 1px solid tomato;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/* -- ARROW 2      -- */

.arrow-2 {
	height: 10px; width: 10px;
	border: 1px solid mediumorchid;
	border-width: 1px 1px 0 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.arrow-2:after {
	content: '';
	display: block;
	height: 10px; width: 10px;
	border: 1px solid mediumorchid;
	border-width: 1px 1px 0 0;
	
	/* Parent's rotation also
	   rotates transform axis */
	/* Add width of border to Y */
	-webkit-transform: translate(5px, -6px);
	        transform: translate(5px, -6px);
	
	/* rotate handled by parent */
}

/* -- ARROW 3      -- */

.arrow-3 {
	height: 0px; width: 0px;
	border: 8px solid;
	border-color: 
		mediumseagreen
		mediumseagreen
		transparent
		transparent;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/* -- ARROW 4      -- */

.arrow-4 {
	/* duplicate the triange */
	position: relative;
	height: 0px; width: 0px;
	border: 8px solid;
	border-color: 
		darkorange
		darkorange
		transparent
		transparent;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg); 
}

.arrow-4:before, .arrow-4:after {
	content: '';
	display: block;
	position: absolute;
	
	/* set up more triangles */
	height: 0; width: 0;
	
	/* half the parent border
	   rounded up */
	border: 5px solid;	
}

.arrow-4:before {
	border-color:
		darkorange
		transparent
		transparent
		darkorange;
	display: block;
	top: -1px; right: 0px;
	-webkit-transform-origin: top right;
	        transform-origin: top right;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg); 
}

.arrow-4:after {
	border-color:
		transparent
		darkorange
		darkorange
		transparent;
	top: 0px; right: -1px;
	-webkit-transform-origin: top right;
	        transform-origin: top right;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/* -- ARROW 5      -- */

.arrow-5 {
	/* more triangle */
	position: relative;
	height: 0px; width: 0px;
	border: 12px solid;
	border-color: 
		darkcyan
		darkcyan
		transparent
		transparent;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg); 
}

.arrow-5:before {
	content: '';
	position: absolute;
	top: 0px; right: 0px;
	display: block;
	height: 12px; width: 16px;
	background-color: darkcyan;
	-webkit-transform: 
		rotate(-45deg) 
		translate(2px, 1px);
	        transform: 
		rotate(-45deg) 
		translate(2px, 1px);
}

/* -- ARROW 6      -- */

.arrow-6 {
	/* more triangle */
	height: 10px; width: 10px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-width: 3px 3px 0 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.arrow-6:before, .arrow-6:after {
	content: '';
	position: absolute;
	display: block;
	height: 10px; width: 10px;
	border-width: 3px 3px 0 0;
}

.arrow-6:before {
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-width: 3px 3px 0 0;
	/* top - distance minus border */
	top: 7px; left: -10px;
}

.arrow-6:after {
	border: 1px solid rgba(255, 255, 255, 1);
	border-width: 3px 3px 0 0;
	/* top - distance plus border */
	top: -13px; left: 10px;
}

/*--------------------------------------------------------------
# pertek
--------------------------------------------------------------*/
.pertek-bg {
  margin-top: 5px;
  background-color: #dee7e6;
}


/*--------------------------------------------------------------
# udara
--------------------------------------------------------------*/
.udara-bg {
  margin-top: 5px;
  background-color: #fffffffd;
}

.infoData {
  margin-top: 0px;
  margin-bottom: 2px;
  background-color: rgba(182, 252, 253, 1);
}
.infoData h5 {
  text-align: center;
  font-weight: 200;
  font-style: italic;
  font-size: 18px;
  margin-top: 50px;
  color: rgba(0, 0, 0, 0.44);
  margin-bottom: 50px;
}

.infoData figure img {
  width: 70px;
  height: 70px;
  margin: 20px 30px 0;
}
.infoData figure img.utama {
  width: 100px;
  height: 100px;
  margin: 20px 30px 0;
}

.infoData figure h5 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: rgb(8, 3, 78);
  margin-top: 10px;
}
.infoData figure p {
  font-size: 12px;
  color: dimgray;
  text-align: center;
  margin-top: -10px;
  color: white;
}

/* waktu */
.waktu {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 200;
}
/* footer */

.footer {
  margin-top: 100px;
}

.footer p {
  color: #acacac;
  font-size: 18px;
}

/* profil */
.profil {
  margin-top: 20px;
}

.profil h3 {
  font-weight: 400;
  font-size: 30px;
  text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
  margin: auto;
}
.profil h4 {
  font-weight: 200;
  font-size: 30px;
  text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
}

/* kontak */
.kontak {
  margin-top: 50px;
}

.dinas h4 {
  font-size: 18px;
}

.bidang h5 {
  font-size: 15px;
}

.seksi p {
  font-size: 12px;
}

/* peraturan */
.aturan {
  margin-top: 40px;
}
.aturan h3 {
  font-weight: 400;
  font-size: 20px;
  text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
}

.pilih {
  margin-left: 5px;
  margin-top: 20px;
}

.judul h3 {
  font-weight: 200;
  font-size: 20px;
  text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
  text-align: center;
}
/* login */
.login {
  margin-top: 100px;
}
.card_header-login{
  background-color: aqua;
  height: 50px;
}
.card_header-login h3{
  margin-top: 10px;
  font-weight: 250;
  font-size: 28px;
  text-shadow: 2px 2px 2px rgb(83, 82, 82);
  margin: auto;
  color: #ffffff;
  text-align:center;
}

/* card */
.ag-format-container {
  width: 1142px;
  margin:60px;
}


body {
  background-color: #ffffff;
}
.ag-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 50px 0;
}
.ag-courses_item {
  -ms-flex-preferred-size: calc(20% - 20px);
  flex-basis: calc(20% - 20px);

  margin: 0 85px 20px;

  overflow: hidden;

  border-radius: 28px;
}
.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #121212;

  overflow: hidden;

  position: relative;
}
.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #FFF;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.ag-courses-item_title {
  min-height: 87px;
  margin: 0 0 25px;

  overflow: hidden;

  font-weight: bold;
  font-size: 30px;
  color: #FFF;

  z-index: 2;
  position: relative;
}
.ag-courses-item_date-box {
  font-size: 15px;
  color: #FFF;

  z-index: 2;
  position: relative;
}
.ag-courses-item_date {
  font-weight: bold;
  color: #f9b234;

  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease
}
.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #f9b234;

  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
  background-color: #3ecd5e;
}
.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
  background-color: #e44002;
}
.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
  background-color: #952aff;
}
.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
  background-color: #cd3e94;
}
.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
  background-color: #4c49ea;
}



@media only screen and (max-width: 979px) {
  .ag-courses_item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;

    font-size: 24px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
  }
  .ag-courses-item_date-box {
    font-size: 16px;
  }
}

.card-pertek-terbit {
  background-color: rgb(63, 153, 3);
}
.card-pertek-grafik {
  background-color: rgb(0, 247, 255);
}

.card-pertek-lap {
  background-color: rgb(42, 6, 126);
}
.card-pertek-terbit h3 {
  color: white;
  font-weight: 400;
  font-size: 20px;
  margin-top: 2px;
  text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
  text-align: center;
}

.card-pertek-lap h3 {
  color: white;
  font-weight: 400;
  font-size: 20px;
  margin-top: 2px;
  text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
  text-align: center;
}


.card-pertek-grafik h3 {
  color: white;
  font-weight: 400;
  font-size: 20px;
  margin-top: 2px;
  text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
  text-align: center;
}
.card-header h3 {
  color: white;
  font-weight: 400;
  font-size: 20px;
  margin-top: 2px;
  text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
  text-align: center;
}

/* peta */
.peta {
  margin-top: 5px;
}

/* reg-login */
.reg-login {
  margin-top: 100px;
  text-align: center;
}

/* komit */
.komit {
  margin-top: 50px;
}

.card-header-jk {
  background-color: rgba(5, 203, 238, 0.788);
  height: 50px;
}
.card-header-komit h3 {
  color: white;
  font-weight: 400;
  font-size: 15px;
  margin-top: 15px;
  text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
}
.info-user {
  font-family: viga;
  text-align: center;
}

/* utiliti*/

.tombol {
  text-transform: uppercase;
  border-radius: 40px;
}
.btn-pilih {
  text-transform: uppercase;
}




/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
#myBtntop {
  display: none; /* Disembunyikan secara default */
  position: fixed; /* Posisi Fixed/sticky position */
  bottom: 20px; /* Tempatkan button di bagian bawah halaman */
  right: 30px; /* Tempatkan button 30px dari kanan */
  z-index: 99; /* Pastikan tidak tumpang tindih */
  border: none; /* Hapus borders */
  outline: none; /* Hapus outline */
  background-color: red; /* Atur warna background  */
  color: white; /* Warna teks */
  cursor: pointer; /* Tambahkan penunjuk mouse saat mengarahkan kursor */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Sudut membulat */
  font-size: 18px; /* Tingkatkan ukuran font */
}

#myBtntop:hover {
  background-color: #555; /* Tambahkan background abu-abu tua saat mengarahkan kursor */
}

/* animasi */
.animate {
  animation-duration: 0.75s;
  animation-delay: 0.5s;
  animation-name: animate-fade;
  animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
  animation-fill-mode: backwards;
}

/* Glow In */
.animate.glow {
  animation-name: animate-glow;
  animation-timing-function:ease-in-out;
}

@keyframes animate-glow {
  0% {
    opacity: 0;
    filter: brightness(3) saturate(3);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    filter: brightness(1) saturate(1);
    transform: scale(1, 1);
  }
}

.delay-1 {
  animation-delay: 0.6s;
}
.delay-2 {
  animation-delay: 0.7s;
}
.delay-3 {
  animation-delay: 0.8s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .animate { animation: none !important; }
}


/* desktop */

@media (min-width: 992px) {
  .navbar-brand,
  .nav-link {
    color: white !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }
  .nav-link {
    text-transform: uppercase;
    margin-right: 30px;
  }
  .nav-link:hover::after {
    content: "";
    display: block;
    border-bottom: 3px solid #0066ff;
    width: 50%;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: -8px;
  }
  /* carousel */
  .carousel-inner {
    margin-top: -120px;
  
  }
 
  .carousel-item .display-4 {
    color: white;
    margin-top: -400px;
    font-weight: 100;
    font-size: 61px;
  }
  .carousel-item .display-4 span {
    font-weight: 600;
  }
  .carousel-item h1 {
    margin-top: -300px;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    font-size: 32px;
    font-weight: 200;
  }
  .carousel-item h3 {
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    font-size: 32px;
    font-weight: 200;
  }

  .carousel-item h5 {
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    font-size: 22px;
    font-weight: 200;
  }
  
  
  /* jumbotron */
  .jumbotron {
    margin-top: -80px;
    height: 640px;
  }

  .jumbotron .display-4 {
    font-weight: 200;
    font-size: 62px;
  }

  .jumbotron h3 {
    font-size: 31px;
    font-weight: 200;
  }

  .workingspace {
    text-align: left;
  }
  .aturan h3 {
    font-size: 30px;
  }
  .judul h3 {
    font-weight: 400;
    font-size: 30px;
    text-shadow: 2px 2px 2px rgba(175, 170, 170, 0.7);
    text-align: center;
  }

  .card-header h3 {
    font-weight: 400;
    font-size: 20px;
  }
  .dinas h4 {
    font-size: 25px;
  }

  .bidang h5 {
    font-size: 20px;
  }

  .seksi p {
    font-size: 15px;
  }

  .card-header-komit h3 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px;
  }
  * ------------------- */
/* PEN STYLES      -- */
/* ----------------- */

/* Arrow holder */
.arrowed {
	position: relative;
	height: 200px; width: 200px;
	margin: 0 20px 20px 0;
	border: 1px solid rgba(0,0,0,0.25);
}

/* Just centering the examples */
.arrowed div {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
}

/* -- ARROW 1      -- */

.arrow-1 {
	height: 15px; width: 15px;
	border: 1px solid tomato;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/* -- ARROW 2      -- */

.arrow-2 {
	height: 10px; width: 10px;
	border: 1px solid mediumorchid;
	border-width: 1px 1px 0 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.arrow-2:after {
	content: '';
	display: block;
	height: 10px; width: 10px;
	border: 1px solid mediumorchid;
	border-width: 1px 1px 0 0;
	
	/* Parent's rotation also
	   rotates transform axis */
	/* Add width of border to Y */
	-webkit-transform: translate(5px, -6px);
	        transform: translate(5px, -6px);
	
	/* rotate handled by parent */
}

/* -- ARROW 3      -- */

.arrow-3 {
	height: 0px; width: 0px;
	border: 8px solid;
	border-color: 
		mediumseagreen
		mediumseagreen
		transparent
		transparent;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/* -- ARROW 4      -- */

.arrow-4 {
	/* duplicate the triange */
	position: relative;
	height: 0px; width: 0px;
	border: 8px solid;
	border-color: 
		darkorange
		darkorange
		transparent
		transparent;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg); 
}

.arrow-4:before, .arrow-4:after {
	content: '';
	display: block;
	position: absolute;
	
	/* set up more triangles */
	height: 0; width: 0;
	
	/* half the parent border
	   rounded up */
	border: 5px solid;	
}

.arrow-4:before {
	border-color:
		darkorange
		transparent
		transparent
		darkorange;
	display: block;
	top: -1px; right: 0px;
	-webkit-transform-origin: top right;
	        transform-origin: top right;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg); 
}

.arrow-4:after {
	border-color:
		transparent
		darkorange
		darkorange
		transparent;
	top: 0px; right: -1px;
	-webkit-transform-origin: top right;
	        transform-origin: top right;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/* -- ARROW 5      -- */

.arrow-5 {
	/* more triangle */
	position: relative;
	height: 0px; width: 0px;
	border: 12px solid;
	border-color: 
		darkcyan
		darkcyan
		transparent
		transparent;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg); 
}

.arrow-5:before {
	content: '';
	position: absolute;
	top: 0px; right: 0px;
	display: block;
	height: 12px; width: 16px;
	background-color: darkcyan;
	-webkit-transform: 
		rotate(-45deg) 
		translate(2px, 1px);
	        transform: 
		rotate(-45deg) 
		translate(2px, 1px);
}

/* -- ARROW 6      -- */

.arrow-6 {
	/* more triangle */
	height: 10px; width: 10px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-width: 3px 3px 0 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.arrow-6:before, .arrow-6:after {
	content: '';
	position: absolute;
	display: block;
	height: 10px; width: 10px;
	border-width: 3px 3px 0 0;
}

.arrow-6:before {
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-width: 3px 3px 0 0;
	/* top - distance minus border */
	top: 7px; left: -10px;
}

.arrow-6:after {
	border: 1px solid rgba(255, 255, 255, 1);
	border-width: 3px 3px 0 0;
	/* top - distance plus border */
	top: -13px; left: 10px;
}


}
