.text-center{
	text-align: center !important;
}
.button {
  display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
	position: relative;
	z-index: 9;
}
.button:hover {
  transition: all 150ms linear;
  opacity: .85;
}
.button:active {
  transition: all 150ms linear;
  opacity: .75;
}
.button:focus {
  outline: 1px dotted #959595;
  outline-offset: -4px;
}



.button.button-blue {
  color: #FFFFFF;
  background: #416dea;
}
.button.button-block{
	width: 100%;
}
.button:disabled {
    opacity: 0.5;
	cursor: no-drop;
}

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 700px;
  height: 100%;
  /*background: #ECEFF1 url(../img/shattered-island.gif) repeat;*/
  box-shadow: -2px -4px 20px 6px transparent, inset 0px 0px 20px 0px rgb(0, 0, 0);
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 300ms, box-shadow 300ms;
  -moz-transition: -moz-transform 300ms, box-shadow 300ms;
  transition: transform 300ms, box-shadow 300ms;
  border-right: 5px solid #5279e0;
    background-image: url(../../../assets/images/footer-bg.png);
    background-attachment: scroll;
    background-color: #151b31;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.cd-filter p{
	margin-top: 0;
	margin-bottom: 15px;
}
.cd-filter .cd-filter-inner{
	position: relative;
	width: 100%;
	height:100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: -2px -4px 20px 6px rgba(0, 0, 0, 0.5), inset -30px 0px 30px -30px rgb(0, 0, 0);
}



.cd-filter-trigger:hover #small-wheel {
    transform: rotate(360deg);
}
      
.cd-filter-trigger:focus{
    color:#fff!important;
}

.cd-filter.filter-is-visible .cd-filter-trigger, .cd-filter.filter-is-visible .cd-filter-trigger:hover {
    background: #292c34;
    left: 100%;
    opacity: 1;
}


.cd-filter-trigger {
  position: absolute;
  top: 50%;
  left: 104%;
  transform: translateY(-50%);
  padding: 15px;
  line-height: 0;
  white-space: nowrap;
  z-index: 3;
  border-radius: 6px;
  background-color: #6c33ef;
  opacity:0.7;
  transition: background-color 0.15s ease-in-out, opacity 0.2s ease-in-out,
  transform 0.5s ease-in-out;
}

.cd-filter-trigger #small-wheel {
    width: 37px;
    height: 37px;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.cd-filter-trigger:hover{
  background-color: #6c33ef;
  opacity:1;
}

.cd-filter-trigger:hover #small-wheel {
    transform: rotate(360deg);
}

.cd-filter-trigger::after {
	content: attr(data-tooltip);
	position: absolute;
	padding: 12px;
	top: -2%;
	right: -26%;
	transform: translateY(calc(-100% - 9px + 5px)) translateX(0%);
	color: #ffffff;
	background-color: #151515;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap;
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

.cd-filter-trigger::before {
	content: '';
	position: absolute;
	top: -4%;
	right: 25px;
	transform: translateY(calc(-9px + 5px)) translateX(0%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #151515;
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

.cd-filter-trigger:hover::after {
	opacity: 1;
	transform: translateY(calc(-100% - 7px)) translateX(0%);
}
      
.cd-filter-trigger:hover::before {
	opacity: 1;
	transform: translateY(-7px) translateX(0%);
}




.cd-filter.filter-is-visible .cd-filter-trigger::after {
	content: 'Kapat';
	position: absolute;
	padding: 12px;
	top: -5%;
	right: 0px;
	transform: translateY(calc(-100% - 9px + 5px)) translateX(0%);
	color: #ffffff;
	background-color: #151515;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap;
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}
.cd-filter.filter-is-visible .cd-filter-trigger::before{
	content: '';
	position: absolute;
	top: 3%;
	right: 23px;
	transform: translateY(calc(-100% - 9px + 5px)) translateX(0%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #000000;
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}
.cd-filter.filter-is-visible .cd-filter-trigger:hover::after {
	opacity: 1;
	transform: translateY(calc(-100% - 7px)) translateX(0%);
}
.cd-filter.filter-is-visible .cd-filter-trigger:hover::before {
	opacity: 1;
	transform: translateY(-13px) translateX(0%);
}



.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}


@media only screen and (max-width: 800px) {
  
  
  .cd-filter {
    width: 500px;
  }
}
@media only screen and (max-width: 580px) {
.wheel-content-wrapper{
    position:absolute;
    bottom:10px;
}
  .cd-filter.filter-is-visible .cd-filter-trigger {
	transform: none;
    top: 180px;
    left: auto!important;
    right: 0;
  }
  
  .cd-filter {
    width: 100%;
  }
}

.cd-filter-title {
   margin-bottom: 30px;
   font-size: 2rem;
   line-height: 1.2;
   color: #fff;
   font-weight: 500;
}

.cd-filter-desc {
    font-weight: 100;
    font-size: 16px;
    line-height: 1.5;
}

.wheel-content-wrapper{
	padding: 40px 30px 20px;
	background: rgba(255, 255, 255, 0.02);
	border-left: 4px solid rgba(255, 255, 255, 0.02);
	color: #fff;
	margin-top: 20px;
}

@media only screen and (min-width: 798px) and (max-width: 799px) {
	.wheel-wrapper {
		-webkit-transition: transform 0ms;
		-moz-transition: transform 0ms;
		transition: transform 0ms;
	}
	
}

.wheel-wrapper {
transform: translate(0%, -60%) rotate(180deg);
}
	
@media only screen and (min-width: 799px) {
	
	.wheel-wrapper {
		float: left;
		transform: translate(-100%, 50%) rotate(90deg);
		-webkit-transition: transform 800ms;
		-moz-transition: transform 800ms;
		transition: transform 800ms;
	}
	
	.cd-filter.filter-is-visible .wheel-wrapper {
		transform: translate(-50%, 50%) rotate(90deg);
	}
	
	.wheel-content-wrapper{
		float: right;
		width: 66%;
		position: absolute;
		right: 0;
		height: 100%;
		padding: 30px;
		margin: 0;
		display: table;
	}
	.wheel-content-center {
		vertical-align: middle;
		display: table-cell;
	}
}

.swal-button {
	padding: 7px 19px;
    border-radius: 2px;
    background-color: #416dea;
    font-size: 12px;
    border: 1px solid #416dea;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}


/*////////////////////////////////
///////// Right Position /////////
////////////////////////////////*/

.cd-filter.cd-filter-right{
	left: auto;
	right: 0;
	-webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cd-filter.cd-filter-right.filter-is-visible{
	-webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.cd-filter.cd-filter-right .cd-filter-trigger {
    right: 100%;
    left: auto;
}



@media only screen and (min-width: 799px) {
	
	.cd-filter.cd-filter-right .wheel-wrapper {
		float: right;
		transform: translate(100%, 50%) rotate(-90deg);
	}
	
	.cd-filter.cd-filter-right.filter-is-visible .wheel-wrapper {
		transform: translate(50%,50%) rotate(-90deg);
	}
	
	.cd-filter.cd-filter-right .wheel-content-wrapper{
		float: left;
		right: auto;
		left: 0;
	}
	
}




/*////////////////////////////////
///////// Top Position /////////
////////////////////////////////*/

.cd-filter.cd-filter-top{
	left: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 100%;
	height: 100%;
	box-shadow: none;
	border: 0;
	-webkit-transition: -webkit-transform 600ms, box-shadow 600ms;
  -moz-transition: -moz-transform 600ms, box-shadow 600ms;
  transition: transform 600ms, box-shadow 600ms;
}

.cd-filter.cd-filter-top.filter-is-visible{
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}


.cd-filter.cd-filter-top .cd-filter-trigger {
    left: auto;
    right: 50%;
    top: 100%;
    transform: translateX(50%);
}

.cd-filter.cd-filter-top.filter-is-visible .cd-filter-trigger {
    left: auto;
    right: 0;
    top: 0;
    transform: translateX(0%);
}

@media only screen and (min-width: 799px) {
	
	.cd-filter.cd-filter-top .wheel-wrapper {
		float: right;
		transform: translate(0%,-100%) rotate(-180deg);
		width: 100%;
	}
	
	.cd-filter.cd-filter-top.filter-is-visible .wheel-wrapper {
		transform: translate(0%,-50%) rotate(-180deg);
	}
	
	.cd-filter.cd-filter-top .wheel-content-wrapper{
		float: none;
		left: 0;
		bottom: 0;
		top: auto;
		width: 100%;
		height: auto;
	}
	
}