.cistdal {
	text-transform:uppercase;
	font-weight:600;
	color:#121212;
	cursor: pointer;
	text-decoration: underline;
}
.cistdal:hover {
	color:#f58220;
}
.justify {
	text-align: justify;
}
.pointer {
	cursor: pointer;
}
.go-up {
	position: fixed;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	right: -60px;
	bottom: 20px;
	cursor: pointer;
	text-align: center;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: 998;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.go-up:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #2f3239;
}

.scroll_To_Top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  cursor: pointer;
  padding-top: 6px;
	padding-bottom: 6px;
	padding-left:12px;
	padding-right: 12px;
  border-radius: 4px;
	color:#fff;
	background:#121212;
}

.scroll_To_Top:hover{
	background:#f58220;
	color:#fff;
}

.white h2 {
	color: #ffffff;
}

.white a {
	color: #ffffff;
	transition: all 0.5s ease 0s;
	text-decoration:none;
}

.white a:active, a:hover, a:visited {
	outline: none;
	text-decoration:none;
}

.modal-bgcolor {
	background: #fdebd0;
}

#kalendar_data td {
	background-color: transparent;
}

.loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* LOADER 2 */

#loader-2 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #f58220;
  margin: 35px 5px;
}

#loader-2 span:nth-child(1){
  animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
  animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.is-invalid {
	border-color: #fd397a;
}
.is-invalid:focus {
  border-color: #fd397a;
}