/* BASKAN BAND */

.baskan-band {
    position: fixed;
    bottom: -1px;
    width: 100%;
    z-index: 999;
    background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgb(0, 103, 113) 50%);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.5);
    transition: all .5s ease;
}

.baskan-band-left {
    position: relative;
    background: #fff;
}

.baskan-img {
    position: absolute;
    bottom: 0px;
    left: 12px;
}

.baskan-signature {
    position: absolute;
    right: 35px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.baskan-band-right {
    background: #006872;
    display: block;
    padding: 0px;
}

.baskan-band-right:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 72px 36px 0 0;
    border-color: #ffffff transparent transparent transparent;
    left: 0px;
    top: 0px;
}

.baskan-band-right ul {
    margin: 0px;
    text-align: center;
    padding: 25px 0px;
}

.baskan-band-right ul li {
    display: inline-block;
}

.baskan-band-right ul li a {
    position: relative;
    color: #fff;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 900;
}

.baskan-band-right ul li a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 25px;
    background: white;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.baskan-band-social {
    padding: 0px 10px;
}

.baskan-band-social a {
    padding: 10px !important;
    font-size: 14px !important;
}

.baskan-band-social a:after {
    display: none;
}

.baskan-band-button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    color: #016670;
    border-radius: 0px 0px 3px 3px;
    transition: all .5s ease;
}

.baskan-band.active, .baskan-band-scroll {
    bottom: -175px;
    transition: all .5s ease;
}

.baskan-band.active .baskan-band-right, .baskan-band-scroll .baskan-band-right {
    overflow: unset;
}

.baskan-band-button.active, .baskan-band-scroll .baskan-band-button {
    top: -138px;
    right: -55px;
    background: #006771;
    color: #fff;
    transform: rotate(180deg);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    transition: all .5s ease;
}

@media (max-width: 1199px) {
	.baskan-band-social {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.baskan-band .container-bld.row {
		max-width: 100%;
		margin:0;
	}
}

@media (min-width: 768px) and (max-width: 833px) {
	.baskan-band-right ul li a {
		padding: 20px 7px;
	}
}

@media (max-width: 767px) {
	.baskan-band-right:before {
		display:none
	}
	.baskan-band {
		background: #006872;
	}
}

@media (max-width: 571px) {
	.baskan-band .container-bld {
		padding: 0px
	}
	.baskan-band-right ul li a {
		padding: 20px 15px;
	}
}

@media (min-width: 300px) and (max-width: 344px) {
	.baskan-band-right ul li a {
		padding: 20px 5px !important;
	}
}

@media (max-width: 482px) {
	.baskan-band-right ul li a {
		padding: 20px 10px;
		font-size: 12px;
	}	
	.baskan-band-button {
		width: 29px;
		height: 25px;
		line-height: 28px;
	}
}

@media (max-width: 1023px) {
	.baskan-img {
		width: 130px;
	}

	.baskan-band-social {
		display: none !important;
	}

	.baskan-band-right ul li:nth-child(3) a:after {
		display: none;
	}

	.baskan-band-left {
		background: transparent;
	}
}
/* BASKAN BAND */